15 Sep, 2015
12 commits
-
you never know, someone might very well actually have a root@ email ...
-
- PT translations for "Enable appearance editing by users" feature
-
- Redirection after rating a profile now sends to profile homepage instead of profile controller index. Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
-
Signed-off-by: Simiao Carvalho <simiaosims@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
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.
14 Sep, 2015
5 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>
-
see https://github.com/ruby-grape/grape/issues/1151#issuecomment-140062627
13 Sep, 2015
7 commits
12 Sep, 2015
2 commits
11 Sep, 2015
14 commits
-
Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
-
For consistency with other classes
-
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>
-
* models should use acts_as_having_image transparently * force margin zero in HTML mailing * using require_dependency instead of require to avoid error: "superclass mismatch for class MailingJob" * now plugins can schedule jobs via whenever rubygem * improve 'sample-data' scripts to create some blog posts signed-off-by: Joenio Costa <joenio@colivre.coop.br>