19 Nov, 2015

1 commit


16 Nov, 2015

1 commit


05 Nov, 2015

1 commit


30 Oct, 2015

5 commits


28 Oct, 2015

2 commits


22 Oct, 2015

1 commit


08 Oct, 2015

2 commits


07 Oct, 2015

2 commits


06 Oct, 2015

2 commits


05 Oct, 2015

2 commits


02 Oct, 2015

5 commits


01 Oct, 2015

3 commits


30 Sep, 2015

1 commit

  •   Windows systems with pt_br have problem in exporting CSV with comma as
      delimiter through Excel, so to improve compatibility I decided to loop
      through delimiter types when parsing and importing recipients.
    
      Since I try different types of delimiter and stick with the first one
      that gives me a valid content, it's always possible (albeit unlikely)
      the file can be parsed incorrectly.
    Larissa Reis
     

29 Sep, 2015

3 commits


28 Sep, 2015

4 commits


26 Sep, 2015

3 commits


25 Sep, 2015

2 commits

  • Notification plugin
    
    A plugin that allows write notifications and display them on the home page.
    
    Description:
    
    - The environment admin can write notifications through this plugin.
    - The notification is displayed only on the homepage.
    - An admin can manage a notification lifecycle by activating or deactivating it.
    - Users can block a notification, so it won't appear anymore.
    - Unlogged in users see only the last notification update.
    - Unlogged in users can not close notification.
    - There are 4 categories of notifications, each with a specific color.
        Danger (Red)
        Information (Blue)
        Success (Green)
        Warning (Yellow)
    
    See merge request !650
    Daniela Feitosa
     
  • Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Jéssica Cristina <jessica.cris1127@gmail.com>
    Signed-off-by: Simião Carvalho <simiaosimis@gmail.com>
    Signed-off-by: Victor Navarro <victor.matias.navarro@gmail.com>
    Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
    Eduardo Vital