02 Oct, 2015

3 commits

  • Improve pagination default
    
    Also %s/will_paginate/pagination_links to use the default on forum, blog
    and cms
    
    Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
    Signed-off-by: Melissa Wen <melissa@colivre.coop.br>
    
    See merge request !685
    Larissa Reis
     
  • Fixes pages that appear public even when environment is private
    
    This fixes a bug in which some pages (eg. a profile page) were visible to unlogged users even if the environment has enabled "show content only to members". See commit message for explanation of what was done and why. Closes issue #124
    
    See merge request !679
    Antonio Terceiro
     
  • Fixes compatibility in newsletter plugin with CSV exported by Excel
    
    Allow different types of delimiter used for the CSV file with additional emails imported by newsletter plugin. This change is meant to improve compatibility for users under Windows in pt br and Excel, which only exports semicolon delimited CSV.
    
    See merge request !683
    Antonio Terceiro
     

01 Oct, 2015

6 commits


30 Sep, 2015

3 commits


29 Sep, 2015

8 commits


28 Sep, 2015

6 commits


26 Sep, 2015

9 commits


25 Sep, 2015

5 commits

  • Fix: force utf-8 on content from external feeds
    
    Error with feeds encoded with 8-bit ascii:
    "#<Encoding::CompatibilityError: incompatible encoding regexp match
    (UTF-8 regexp with ASCII-8BIT string)>"
    
    Example of feed that wasn't working: http://www.bahiacooperativo.coop.br/rss/feed.xml
    
    See merge request !677
    Larissa Reis
     
  • 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
     
  • Error with feeds encoded with 8-bit ascii:
    "#<Encoding::CompatibilityError: incompatible encoding regexp match
    (UTF-8 regexp with ASCII-8BIT string)>"
    Daniela Feitosa
     
  •   Also fixes another small mistake in pt translation
    Larissa Reis