29 Sep, 2015
17 commits
-
(cherry picked from commit 014031e1f34ab5508ce9d9b421f8b98f517111c7)
-
(cherry picked from commit f92b46d152879d108b304ddfde6b43648d2830cd)
-
(cherry picked from commit d1e742857fda7a58183db49a4d3c34d36f80f624)
-
The plugin still has some structural problems (cherry picked from commit 1414c2864df4e2d73c8b01f1b7c0c437ee2279b5)
-
(cherry picked from commit 852945bf38667e42f56b459c2605e948bda0629c)
-
(cherry picked from commit 993af968bc7d0bccea4f0cac9a9ea3fcd0fec72c)
-
(cherry picked from commit c838edfa0058fe706784fa5085f9570984b68373)
-
(cherry picked from commit 603ea7017cf4cfc41644976b694f1280d69db9e5)
-
This is useful for testing packages, since regular packages created with `noosfero:deb` would have the same version number as the last release ondes. (cherry picked from commit 6b803d700b71384b36e7c169de1c018ee7e93212)
-
(this is a backport of the combination of commits 51f7d2b30adde7d306b3090555d7de25db74e73d and 00d46ded33a612a7366561500ea2d6194afdc9ed and 1bf2f1005376598357b9abd7263f54727ce8189b) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> Signed-off-by: Larissa Reis <larissa@colivre.coop.br> Signed-off-by: Daniela Feitosa <danielafeitosa@colivre.coop.br>
-
Error with feeds encoded with 8-bit ascii: "#<Encoding::CompatibilityError: incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)>" (cherry picked from commit 288199b70036035c7c67e9617a1264851d438d6c)
-
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. (cherry picked from commit ef41c1547dced46029b4f7292ad8613b1c9b110f)
-
(cherry picked from commit 0c116baa4dfb158ea813848913741c72c9afe0b2)
-
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> (cherry picked from commit e1ab4612e1133ff198ea04d42954b8aab3b18419)
-
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. (cherry picked from commit 5ef4eba7cac4a9a075c13218555f84555cfd6f6b)
-
(cherry picked from commit 11bee2c19c2f980a892d226b36b978c5b963e70a)
-
(cherry picked from commit c532fef50c731130da75504fb0b99b1b30274945)
15 Sep, 2015
8 commits
-
- 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>
-
- PT translations for "Enable appearance editing by users" feature
-
Conflicts: app/models/create_community.rb
-
- 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>
-
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.
-
- 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>
-
Signed-off-by: Simiao Carvalho <simiaosims@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Conflicts: app/models/create_community.rb
11 Sep, 2015
15 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>
-
Elements with position absolute inside main-content were being shown in wrong place, like text-editor-sidebar