30 Apr, 2015
3 commits
29 Apr, 2015
3 commits
28 Apr, 2015
1 commit
-
This reverts commit 57521d2e91c796cc615f23a2df360bb8de518c34.
27 Apr, 2015
13 commits
-
Conflicts: test/unit/block_test.rb
-
Conflicts: app/models/suggest_article.rb
-
Refactoring SuggestArticle Refactoring SuggestArticle and add two new features: - Accept suggestion from logged in users; - SuggestArticle model accept other article types. See merge request !561
25 Apr, 2015
1 commit
-
This reverts commit 2b93afb785be032bbf2d44f62cf6480b57088d83.
24 Apr, 2015
18 commits
-
Obviously a test for randomness that is not well designed will fail ... randomly!
-
blocks: make sure limit is integer on get_limit Blocks configured before the definition of limit type were strings and were crashing See merge request !558
-
Blocks configured before the definition of limit type were strings and were crashing
-
Plugins hotspots support This MR introduce the required code to support plugins extention through hotspots. This is a generic way that must be used to add specific plugins hotspots, as can been seen in FooPlugin. Also, it is not necessary to declare the hotspot in Noosfero::Plugin class. All you need is implement the method plugin_hotspots returning an array with your plugin's hotspot name and document their use in the main plugin class. This MR also introduce a new hotspot in LDAP plugin to manipulate the person data before user creation. This MR substitutes the old MR !507 See merge request !534
-
- A Hotspot to change person_data before user creation - A Hotspot to update the created person by LDAP plugin
23 Apr, 2015
1 commit
-
Forgot to include on commit 6bab07816a6524e570945e2bcf3d776300bb3828 :(