26 Sep, 2015
1 commit
25 Sep, 2015
10 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
-
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
-
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>
-
Error with feeds encoded with 8-bit ascii: "#<Encoding::CompatibilityError: incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)>"
-
Also fixes another small mistake in pt translation
-
Allow user to remove main image for article or profile Right now if you add an image for a profile or an article, you can change the image but you can't remove it. With this patch the user can remove a profile's or article's image just like the user removes a blog's cover image. To achieve that, this patch makes the removal mechanism part of the `#file_field_or_thumbnail` helper. See merge request !665
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.
23 Sep, 2015
1 commit
-
Currently translated at 99.7% (2124 of 2129 strings)
18 Sep, 2015
1 commit
-
This will hopefully prevent users who are creating forms for e.g. registration for an event from adding fields for name and email, which will already be added by default.
17 Sep, 2015
2 commits
-
Currently translated at 73.2% (1528 of 2086 strings)
16 Sep, 2015
1 commit
15 Sep, 2015
11 commits
-
As talked with terceiro, it is not a good idea to depend on ENV vars
-
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
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>
13 Sep, 2015
1 commit
12 Sep, 2015
1 commit
11 Sep, 2015
8 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>