28 May, 2015
1 commit
-
This avoids solr throwing an error when it tries to filter by unindexed column.
30 Jan, 2015
1 commit
15 Jan, 2015
1 commit
-
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.
19 Sep, 2014
1 commit
04 Jun, 2014
3 commits
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
12 Sep, 2013
1 commit
-
…into merge-requests/346
06 Aug, 2013
1 commit
22 Jul, 2013
2 commits
21 May, 2013
1 commit
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
08 May, 2013
2 commits
17 Apr, 2013
1 commit
13 Mar, 2013
1 commit
12 Mar, 2013
1 commit
11 Mar, 2013
1 commit
08 Mar, 2013
1 commit
27 Feb, 2013
2 commits
10 Jan, 2013
2 commits
20 Dec, 2012
2 commits
13 Dec, 2012
2 commits
12 Dec, 2012
4 commits
-
Obs: Must move the search_helper now.
11 Dec, 2012
2 commits
-
Starting pluginization of solr!
07 Dec, 2012
1 commit