28 Jul, 2014
2 commits
-
Conflicts: app/controllers/my_profile/memberships_controller.rb app/models/profile.rb app/views/friends/index.html.erb test/unit/profile_test.rb
-
Conflicts: app/views/friends/index.rhtml app/views/invite/_select_address_book.rhtml app/views/invite/select_friends.rhtml app/views/profile/friends.rhtml config/routes.rb plugins/stoa/lib/ext/person.rb test/functional/invite_controller_test.rb test/unit/invite_member_test.rb
27 Jul, 2014
1 commit
-
(ActionItem3234)
25 Jul, 2014
1 commit
-
To make presentation easier, adds a label to SEARCHABLE_FIELDS as part of a hash.
19 Jul, 2014
1 commit
-
Removes the need of a hotspot to offer the possibility of searching members by usp_id on invite page. The previous hotspot to provide extra search fields was deemed too specific and complicated. Refactor from commits: 844304db138e2c7bb6234be39301f054b7a657cb 8470293887b42804d572dcffc5ee02af1a0d2ff6
14 Jun, 2014
6 commits
-
Appending with Pathname#+ caused the File.open to search for the config file in '/config.yml' instead of StoaPlugin.root_path/config.yml, throwing a "No such file or directory" error. This patch fixes that error.
-
attachment_fu doesn't provide #current_data for filesystem types of attachment anymore, so I added the method Image#current_data. Also fixes the column name that contains the tags' count for a sql query.
-
Both attributes can be set by the user on signup so we should allow mass assignment.
-
ActiveRecord::Base#human_name is deprecated on Rails 3, so Person#human_names was removed from core. This patch removes its use in stoa plugin.
06 Jan, 2014
2 commits
18 Dec, 2013
1 commit
-
Conflicts: test/unit/profile_test.rb
03 Dec, 2013
1 commit
19 Nov, 2013
3 commits
08 Nov, 2013
1 commit
04 Nov, 2013
2 commits
21 Oct, 2013
3 commits
-
Also include person_api test file that was not added on previous commits... (ActionItem2832)
-
(ActionItem2832)
-
Also provides hotspot for plugins to add new fields for password recovery (ActionItem2827)
18 Oct, 2013
1 commit
-
* Creates a smart api to define categories of fields. * Inclusion of sensitive and heavy fields categorization * Possibility for creation of custom fields (ActionItem2832)
03 Oct, 2013
1 commit
-
The core extensions now should be created inside the folder lib/ext. They will automatically loaded, so no need for the requires on the plugin class definition file. Further information on how to use this feature here: http://noosfero.org/Development/PluginsArchitecture#Extending_core_classes
21 Aug, 2013
1 commit
16 Jan, 2013
1 commit
30 Nov, 2012
2 commits
27 Nov, 2012
1 commit
21 Nov, 2012
2 commits
19 Nov, 2012
1 commit
15 Nov, 2012
5 commits
-
Changed strings to be more clear to user Changed colors of images
-
Removing unused code
-
Added balloons to fields cpf and birth date Fixed alignment
09 Aug, 2012
1 commit
-
…into merge-requests/197 Conflicts: plugins/stoa/test/unit/person_test.rb