31 May, 2015
1 commit
28 May, 2015
3 commits
-
Plugins can set aditional html options like id, class or data attributes for control panel buttons.
-
Signed-off-by: Larissa Reis <larissa@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: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br>
08 May, 2015
1 commit
04 May, 2015
2 commits
24 Apr, 2015
1 commit
16 Apr, 2015
1 commit
10 Apr, 2015
1 commit
07 Apr, 2015
1 commit
04 Apr, 2015
1 commit
31 Mar, 2015
6 commits
-
This reverts commit 8a3fb6f312e27c4225b95dff84ea365432e361ed.
-
This reverts commit da84575ee29154fa4f24c9acdfce9ec16a7acb5b.
-
This reverts commit 3c94729bc1231c1a23209fc6ca3aeaed5a29534d.
-
This reverts commit 51d3ac08b10f2f063a6915b83e95329dd14613dd.
28 Mar, 2015
4 commits
-
This allow proper use of default values defined in Noosfero::Plugin abstract class.
26 Mar, 2015
2 commits
09 Mar, 2015
3 commits
07 Mar, 2015
1 commit
-
I395 username with dot comment paragraph Fix https://gitlab.com/participa/noosfero/issues/395 See merge request !492
06 Mar, 2015
3 commits
-
$ rake -f Rakefile.translations The above invocation will work without a full rails environment, which requires a config/database.yml, an actual database to connect to, plus loading all the Rails stack which is painfully slow. This can now be used by distribution packages to compile translations during package build without worrying much.
05 Mar, 2015
1 commit
02 Mar, 2015
1 commit
23 Feb, 2015
1 commit
22 Feb, 2015
2 commits
-
Plugins: fix extensions and filters reload See commit description. This is needed for the responsive plugin. See merge request !457
-
Support plugins' namespaced controllers See merge request !447
10 Feb, 2015
3 commits
-
Product's tabs for plugins Reopened from !21 See merge request !442
-
Allow _ in profiles identifiers http://noosfero.org/Development/ActionItem2936 See merge request !63
-
Hide translation Hide translation on article and event creation if there is no languages defined in environment See merge request !443
07 Feb, 2015
1 commit
-
Use ActionDispatch::Reloader.to_prepare instead of Rails.configuration.to_prepare. The latter runs the block only once and is not adequate for code that are reloaded upon files changes on each request. As extensions may touch on helpers and controllers, the former suits well. Besides, filters must be loaded after all plugins' extensions, as controllers and helpers needs the "final" code to execute properly. The production behaviour don't change as the code is not reloaded.