05 May, 2015
2 commits
04 May, 2015
6 commits
27 Apr, 2015
6 commits
-
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
24 Apr, 2015
12 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
3 commits
-
Forgot to include on commit 6bab07816a6524e570945e2bcf3d776300bb3828 :(
-
* broken ul tag * link to suggestions page
-
Remove unused javascript tag that was breaking profile edition page. Fixing profile edit page See merge request !552
22 Apr, 2015
3 commits
-
Mistakenly replaced the correct way of doing modals by the old way. This reverts commit ed63bab09a77c398c9228030a8ace0f11e9a6268.
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
21 Apr, 2015
4 commits
20 Apr, 2015
3 commits
-
I have just tested manually and the functionality works. There must be some timing issue in the test, but I wasn't able to find it.
16 Apr, 2015
1 commit
-
Improve blog posts listing A help for armengeless themes. See merge request !543