04 Jun, 2015
1 commit
-
- Slug generator javascript was broken Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Simião Carvalho <simiaosimis@gmail.com>
03 Jun, 2015
2 commits
02 Jun, 2015
14 commits
-
New permission 'view_tasks' that allow only tasks visualization See merge request !588
-
Currently translated at 97.7% (2042 of 2089 strings) Translate untraslated strings to pt
-
delayed_job: port exception notifications to rails 3 See merge request !580
-
Currently translated at 97.1% (2030 of 2089 strings) Fix pt translations
-
Currently translated at 96.8% (2023 of 2089 strings)
-
Move vote infra from plugin to core Move vote infra from plugin to core to avoid dependencies between plugins and allow features that uses the vote_fu plugin to be added in noosfero core. See merge request !589
01 Jun, 2015
11 commits
-
Remove the 8 wrapper divs from the main content It is now replaced with a single div with class 'main-content'. This *might* break some old themes, but we need to start getting rid of these absurds at some point. See merge request !587
-
It is now replaced with a single div with class 'main-content'. This *might* break some old themes, but we need to start getting rid of these absurds at some point.
-
fixes the error pointed by Daniela Feitosa: https://gitlab.com/noosfero/noosfero/commit/1c125da767ba502b800bd58896ed1aaac828a092#note_1316719
-
You do not want a component as exposed to the world as your https reverse proxy running as root.
-
- using 2048 bits keys - *not* forcing SHA1 hashes
31 May, 2015
2 commits
-
Allow assignment of a task responsible to improve task management on large communities Add responsible attribute to task and add an option to filter tasks by responsible. See merge request !582
30 May, 2015
3 commits
29 May, 2015
3 commits
-
Adds Sniffer Plugin This merge request adds the sniffer plugin, a plugin to help enterprises find consumers and suppliers for their products or product categories of interest. I used micro commits for changes on noosfero core or other plugins that needed fixes to work with this new plugin, plus a single commit that adds the sniffer plugin. See merge request !585
-
Handle optional fields for not logged users in login form LDAP plugin uses the login_extra_contents hotspot in order to put some extras fields to login form. This MR fix a bug that shows the privacity option when this code were executed. See merge request !577
28 May, 2015
4 commits
-
This avoids solr throwing an error when it tries to filter by unindexed column.
-
Plugins can set aditional html options like id, class or data attributes for control panel buttons.
-
Makes it possible to disable pjax for specific links with data-skip-pjax set to true, similar to rails_pjax gem.