19 Sep, 2014
1 commit
22 Nov, 2013
2 commits
-
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
22 Jul, 2013
1 commit
13 Mar, 2013
1 commit
12 Mar, 2013
1 commit
11 Mar, 2013
1 commit
27 Feb, 2013
2 commits
10 Jan, 2013
1 commit
20 Dec, 2012
2 commits
11 Dec, 2012
1 commit
-
Starting pluginization of solr!