25 Feb, 2015
4 commits
-
If we also don't rename the views directory, it won't find them. See 926442b6d0c469ce6c73d5e32cf9c686e0fca5b4
-
This reverts commit 926442b6d0c469ce6c73d5e32cf9c686e0fca5b4.
23 Feb, 2015
5 commits
-
Add iso currency unit See merge request !384
-
Use has_many through for favorite enterprises This allow hooks for the joint model in the OpenGraphPlugin See merge request !382
-
Improve person notifier email layout Improve person notifier email layout Also: - Include pending tasks in notification email; - Fix image path problem; - Fix loop bug. See merge request !446
22 Feb, 2015
4 commits
-
Normalize email before save Users were saving emails in uppercase See merge request !413
-
New configuration to define when user activation check will perform See merge request !455
-
Register last login date See merge request !465
13 Feb, 2015
4 commits
-
Avoid reload of products inputs See merge request !468
-
Allow admins to define the number of news on portal See merge request !470
-
See merge request !454
12 Feb, 2015
2 commits
-
Ai2119 event block plugin Fix: https://gitlab.com/noosfero/noosfero/merge_requests/349 See merge request !400
11 Feb, 2015
3 commits
-
Replace prototype calls to jquery/jrails See merge request !427
-
Conflicts: test/unit/product_test.rb
10 Feb, 2015
3 commits
-
(ActionItem3139)
-
Index lat/lng on articles http://noosfero.org/Development/ActionItem2933 See merge request !46
09 Feb, 2015
1 commit
06 Feb, 2015
1 commit
-
Conflicts: public/stylesheets/application.css
03 Feb, 2015
5 commits
-
Conflicts: db/schema.rb
-
Conflicts: app/controllers/my_profile/profile_editor_controller.rb app/helpers/search_helper.rb app/models/invitation.rb app/models/person.rb app/views/cms/view.html.erb app/views/templates/index.html.erb plugins/community_track/views/content_viewer/_step_item.html.erb test/functional/home_controller_test.rb test/unit/person_test.rb test/unit/profile_test.rb
02 Feb, 2015
8 commits
-
If the user is profile/environment admin, bypasses the permissions check so that he/she always has access to everything related to the profile. The absence of this feature caused many strange behaviors like env admins unable to access a community control panel section. This also caused many complex permission checking codes where we were forced to test lots of combinations instead of a straight check (e.g. user is env admin or user is profile admin or user has permission x or ...). After this change, there might still be redundant testing around the code, but that might be reviewed slowly.