13 Dec, 2013
1 commit
26 Nov, 2013
1 commit
22 Nov, 2013
1 commit
-
Since there are plugins that need to receive the scope clean (that is without filters applied to it) and since the plugin has the power to not apply the filter when conveys it (also rewriting the interface to keep its consistency), I decided to pass the reposability of applying any filter provided by the core to the engines. Nevertheless, if the plugin returns nil (that's the same that it would return if it was disabled) the core will deal with the filters through the default way (that is without any engine).
03 Oct, 2013
1 commit
-
The core extensions now should be created inside the folder lib/ext. They will automatically loaded, so no need for the requires on the plugin class definition file. Further information on how to use this feature here: http://noosfero.org/Development/PluginsArchitecture#Extending_core_classes
21 May, 2013
2 commits
20 May, 2013
2 commits
-
Extending the release script to update the version being released in the appropriate files, commit eventual changes on the authors file and also upload the package to the repository configured via dput.cf (located on the home of the user).
13 May, 2013
1 commit
17 Apr, 2013
1 commit
20 Mar, 2013
2 commits
19 Mar, 2013
2 commits
18 Mar, 2013
1 commit
15 Mar, 2013
1 commit
-
…into merge-requests/160
13 Mar, 2013
1 commit
08 Mar, 2013
1 commit
05 Mar, 2013
2 commits
27 Feb, 2013
3 commits
-
Conflicts: app/models/comment.rb app/views/layouts/application-ng.rhtml test/unit/category_test.rb
28 Jan, 2013
1 commit
19 Jan, 2013
3 commits
17 Jan, 2013
1 commit
-
Conflicts: plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb plugins/shopping_cart/lib/shopping_cart_plugin.rb plugins/shopping_cart/lib/shopping_cart_plugin/mailer.rb plugins/shopping_cart/views/shopping_cart_plugin/buy.html.erb plugins/shopping_cart/views/shopping_cart_plugin/mailer/customer_notification.html.erb plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb
16 Jan, 2013
2 commits
03 Jan, 2013
1 commit
20 Dec, 2012
2 commits
13 Dec, 2012
1 commit
-
* first: returns the first non-blank result * first_plugin: returns the first plugin that answers true * dispatch_plugins: returns all plugins that answers true
07 Dec, 2012
1 commit
03 Dec, 2012
3 commits
-
Conflicts: lib/noosfero/plugin/settings.rb test/unit/plugin_settings_test.rb
-
…into merge-requests/248 Conflicts: app/models/person.rb app/views/catalog/index.rhtml public/stylesheets/application.css test/functional/catalog_controller_test.rb
30 Nov, 2012
1 commit
01 Nov, 2012
1 commit
-
Conflicts: db/schema.rb test/functional/cms_controller_test.rb test/unit/article_test.rb