02 Oct, 2015

4 commits

  • search: resolve translations at runtime
    
    If you resolve the translation calls -- _("...") -- at load time they
    will not be translated based on the current user's language.
    
    SearchHelper::FILTERS_TRANSLATIONS was not used anywhere, so it got
    removed.
    
    See merge request !686
    Larissa Reis
     
  • 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
     
  • If you resolve the translation calls -- _("...") -- at load time they
    will not be translated based on the current user's language.
    
    SearchHelper::FILTERS_TRANSLATIONS was not used anywhere, so it got
    removed.
    Antonio Terceiro
     
  • 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
     

01 Oct, 2015

1 commit

  • 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>
    Daniela Feitosa
     

29 Sep, 2015

2 commits


28 Sep, 2015

1 commit


26 Sep, 2015

4 commits


25 Sep, 2015

1 commit


24 Sep, 2015

1 commit

  • Additional improvements include:
    
    - Makes 'Remove Image' checkbox optional
    - Very ugly css hack to hide duplicated labels in some forms. I couldn't
    find another way to avoid the labels generated by labelled_form_for nor
    could I skip adding labels inside the helper since it's supposed to be
    generic.
    Larissa Reis
     

15 Sep, 2015

1 commit

  • For some reason, tinymce is not working on production environment. After
    some investigation, we discovered that it wasn't working on production
    due to the compression of tinymce.min.js. After using the non-minified
    version, the problem was solved.
    
    We also upgraded to 4.2.5.
    Rodrigo Souto
     

14 Sep, 2015

2 commits

  • - Add before_filter for check permission for open edit header and footer page
    - Change environment feature name of disable_appearance to enable_appearance
    - Update cucumber test change_appearance.feature
    
    Signed-off-by: DylanGuedes <djmgguedes@gmail.com>
    Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
    Signed-off-by: Omar Junior <omarroinuj@gmail.com>
    Signed-off-by: vitorbaraujo <vitornga15@gmail.com>
    Signed-off-by: Victor Matias Navarro <victor.matias.navarro@gmail.com>
    Luciano Prestes
     
  • Tallys Martins
     

13 Sep, 2015

1 commit


11 Sep, 2015

4 commits


10 Sep, 2015

1 commit


08 Sep, 2015

2 commits


07 Sep, 2015

1 commit

  • - Refreshing page no longer counts visits
    - Unlogged in users counts only once
    - Added test to page hits
    - Refactor already_visited? method
    
    Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
    Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
    Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Pedro de Lyra Pereira
     

05 Sep, 2015

2 commits

  • Also:
    - Removed needless hidden_field_tag
    - Moved repeated code to partial
    Daniela Feitosa
     
  •   - Order members by name
      - Removed white spaces
      - Changed strings to be translated
      - Renamed div id and test
      - Adjust ul tag members
      - Fixed plugin dependency
    
    Signed-off-by: Omar Junior <omarroinuj@gmail.com>
    Signed-off-by: DylanGuedes <djmgguedes@gmail.com>
    Signed-off-by: Vitor Barbosa <vitormga15@gmail.com>
    Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com>
    Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
    Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com>
    Omar Junior
     

04 Sep, 2015

2 commits

  • Antonio Terceiro
     
  • Tests in scrap_test were failing in some random executions.
    It was caused by the way that action_tracker gets the current user when
    there is no custom_user setted in track_actions calls.
    
    The current logged in used is obtained with ActionTracker::Record.current_user but it's not setted from unit tests.
    The solution is to set the custom_user as the scrap sender, since that it will always be the same user that is logged in when a scrap is created.
    Victor Costa
     

02 Sep, 2015

1 commit

  • Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: DylanGuedes <djmgguedes@gmail.com>
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Omar Júnior <omarroinuj@gmail.com>
    Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    Signed-off-by: Vítor Barbosa <vitornga15@gmail.com>
    Vitor Barbosa de Araujo
     

01 Sep, 2015

1 commit


28 Aug, 2015

3 commits


27 Aug, 2015

1 commit


26 Aug, 2015

3 commits


24 Aug, 2015

1 commit