08 Apr, 2016

1 commit


18 Nov, 2015

1 commit


09 Oct, 2015

1 commit

  •   The only image for an article in the newsletter has to be the
      article's image. The lead for the article also can't have any
      paragraph or other crazy stuff.
    
      Instead of manually using gsub to remove undesired tags, I'm using
      ActionView::Helpers::SanitizeHelper#sanitize and whitelisting only
      tags for emphasis in text.
    Larissa Reis
     

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
     

11 Sep, 2015

1 commit

  • a plugin that periodically sends newsletter via email to network users
    
    signed-off-by: Larissa Reis <larissa@colivre.coop.br>
    signed-off-by: Melissa Wen <melissa@colivre.coop.br>
    Joenio Costa
     

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
     

28 Aug, 2015

1 commit


27 Aug, 2015

1 commit


26 Aug, 2015

1 commit


21 Aug, 2015

4 commits


13 Aug, 2015

5 commits


12 Aug, 2015

2 commits


11 Aug, 2015

2 commits


10 Aug, 2015

9 commits


09 Aug, 2015

1 commit


07 Aug, 2015

1 commit


06 Aug, 2015

4 commits


05 Aug, 2015

1 commit