26 Jan, 2015
1 commit
-
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
21 Jan, 2015
6 commits
-
Article privacity to followers https://gitlab.com/participa/noosfero/issues/324 Feitos para amigos de perfis de pessoas também! See merge request !422
-
Fix block links Fixing the URL from the article block and fixing the path of the New event button of the agenda. When Noosfero is used in a subdirectory, it crashes without this modification. See merge request !395
-
Move list of profile Move list of profiles that are included in the search css to SearchHelper See merge request !394
-
Fixed block Make a specific block fixed on a position. Only the environment admin can move and specify this option for the block https://gitlab.com/noosfero/noosfero/issues/26 See merge request !380
-
Fixed blocks can't be modified by regular users, but only by administrators. The main use case is defining a few blocks in the user or community templates, so that users and communities can't remove or change them. Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Filipe Ribeiro <firibeiro77@live.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
20 Jan, 2015
10 commits
-
Ai3287 deactive and active profile Feature: https://noosfero.org/Development/ActionItem3287 This patch add the activate/deactivate feature for organizations. It also add a new administrator feature to manage organizations status in admin pannel. See merge request !357
-
(ActionItem3287) It can be done while edit a profile or in environment administration panel Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
-
Zero downtime restart See merge request !361
-
Fix access to plugin administration pages Users can access plugin administration pages (e.g. /admin/plugin/vote) even if they aren't environment administrators. This MR create a new base controller for plugins that protects by default against improper access for these pages. See merge request !417
-
Display content feature Adds new render options for display_content_plugin: - User can choose type of ordering, recent or oldest. - Limit the number of articles showed when dynamically option is checked. Fix javascript bug path with subdirectory. See merge request !406
-
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
-
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
-
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
-
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
19 Jan, 2015
3 commits
-
The PluginAdminController protect by default users that didn't have edit_environment_features permission against access plugin administration.
-
This fixes running the rails console when you are not on Ruby 1.9
15 Jan, 2015
8 commits
-
This way they will show up in `rake -T` output
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
-
I have deduplicated every message in plugin code that was already in the core. Going forward, plugins should use c_() is they want to reuse the message from the core. If they want to force their own translation, they should probably use _('plugin_name|The message') to avoid overriding translations from the core.
-
When this is merged, the script at script/move-translations-to-plugins.rb must be executed to move the translations that are currently in the core to their respective plugins, i.e. to initialize each plugin .po file with their existing translated strings, excluding translations that already exist in the core. Going forward those duplicated translations should be replaced by calls to c_(), which will do the same as _() but won't be extracted for translation.
-
More fixes for custom forms plugin migration to rails 3 A couple of bugs in custom forms plugin on rails 3 I found while testing another feature, see commit message. See merge request !409
14 Jan, 2015
4 commits
-
When upgrading from 0.47, 20140724134601_fix_yaml_encoding.rb will run before 20140827191326_remove_environment_statistics_block.rb and crash because the EnvironmentStatisticsBlock class does not exist anymore.
13 Jan, 2015
3 commits
-
Fix javascript bug The refactoring of this commit 64d0ae2868654ad922dea3ae23ad3ad7a0421903 was causing the user to be logged out after trying to change his homepage. See merge request !414
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
-
can't call Array() on a hash because it will generate an array of [key, value] arrays.
12 Jan, 2015
5 commits
-
Pjax plugin See merge request !31
-
This fixes issues when a not-logged-id user logs in, but still sees an old page. This is because the user's browser has cached the page due to having received it with 'Cache-Control: public, ...' headers. Now we make varnish overwrite to always set 'Cache-Control: no-cache' so that clients will always hit the server again. For not-logged-in users will also always hit the server, but varnish will still handle the requests directly for as long as it has a valid cached version of the page.
-
This should mitigate upgrade issues from squeeze when upgrading noosfero without upgrading the entire system together.