30 Apr, 2015
5 commits
-
This reverts commit eff12aea9c2050f0acdcda89b10460582485be85.
-
This reverts commit fc17f5efebd8372ff4d18affb54ee0101c1c0daf.
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
17 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