25 Mar, 2015
1 commit
03 Feb, 2015
1 commit
-
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
15 Jan, 2015
1 commit
-
I have deduplicated every message in plugin code that was already in the core. Going forward, plugins should use c_() is they want to reuse the message from the core. If they want to force their own translation, they should probably use _('plugin_name|The message') to avoid overriding translations from the core.
28 Jul, 2014
1 commit
-
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
14 Jun, 2014
3 commits
-
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
08 Nov, 2013
1 commit
21 Oct, 2013
1 commit
-
Also provides hotspot for plugins to add new fields for password recovery (ActionItem2827)
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
16 Jan, 2013
1 commit
27 Nov, 2012
1 commit
21 Nov, 2012
1 commit
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
24 May, 2012
3 commits
-
* And tweaking interface * TODO: build filter to deal with controller logics
23 May, 2012
1 commit
-
Conflicts: plugins/stoa/lib/stoa_plugin.rb plugins/stoa/public/style.css
21 May, 2012
1 commit
15 May, 2012
2 commits
-
* Including invitation_code in the person * Also removing verbosity of schema on testing
-
* Adding new hotspots to remove links of invite friends * Adding new link on the control panel to invite friend
08 May, 2012
1 commit
-
* Checking wheather the user has cpf to decide what confirmation field to show (cpf of birth date)
22 Mar, 2012
4 commits
-
(ActionItem2293)
-
(ActionItem2293)
-
(ActionItem2293)