27 Apr, 2015
3 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
2 commits
-
Improve blog posts listing A help for armengeless themes. See merge request !543
15 Apr, 2015
4 commits
-
Add a config option that define a exclusion pattern for profile identifiers See merge request !548
-
I am pretty sure that those calls to .first() an .last() on Javascript arrays never worked at all.
14 Apr, 2015
6 commits
-
Also removed "profile" param from confirmation view and email
-
A help for armengeless themes.
-
fixes for google_analytics_plugin The plugin wasn't working Fixes: - allow mass-assignment - Replaced .rhtml by .html.erb - updated script code See merge request !544
-
Fixes for sendemail_plugin The plugin wasn't working Fixes: - Replaced macro "{sendemail}" by "sendemail" * The {} is escaped on forms - Removed from params info that don't need to be displayed to users on screen and email - Fixed email sent to users See merge request !547
-
- allow mass-assignment - Replaced .rhtml by .html.erb - updated script code
-
- Fixed email sent to users - Removed from params info that don't need to be displayed to users on screen and email - Fixed replace of macro "{sendemail}"