26 Jan, 2015
1 commit
28 Oct, 2014
2 commits
11 Aug, 2014
1 commit
24 Jun, 2014
1 commit
-
Added mass-assign support for all community's field that are configurable on the fields environment page. (ActionItem3147)
15 Jun, 2014
1 commit
-
This reverts commit f8bd2430f86b0b6e3640e2662d1ca689a46ecb98.
14 Jun, 2014
1 commit
-
the PeopleBlock plugin that comes with these blocks is enabled by default in any Noosfero's environment (ActionItem2859)
05 Jun, 2014
2 commits
-
(ActionItem2859)
-
Conflicts: app/controllers/admin/environment_design_controller.rb app/models/friends_block.rb app/models/members_block.rb test/functional/environment_design_controller_test.rb test/unit/members_block_test.rb
13 May, 2014
1 commit
-
Conflicts: app/helpers/application_helper.rb app/helpers/layout_helper.rb app/models/community.rb app/models/enterprise.rb app/models/product_category.rb app/views/account/change_password.html.erb config/boot.rb config/environment.rb config/routes.rb lib/noosfero/plugin.rb test/unit/enterprise_activation_test.rb test/unit/person_notifier_test.rb
04 Apr, 2014
1 commit
-
AI3054
31 Jan, 2014
1 commit
06 Jan, 2014
1 commit
09 Oct, 2013
1 commit
-
PS: still failing on test related to ActionTracker::Record#current_user_from_model
26 Jul, 2013
1 commit
25 Dec, 2012
1 commit
05 Sep, 2012
1 commit
29 Aug, 2012
1 commit
-
Removes from activities the ActionTracker::Records which are redundants to certain profiles. (ActionItem2402)
07 Aug, 2012
2 commits
-
(ActionItem2378)
-
(ActionItem2378)
19 Jul, 2012
2 commits
-
Conflicts: app/models/article.rb app/models/profile.rb app/models/uploaded_file.rb public/javascripts/application.js public/stylesheets/application.css test/unit/article_test.rb test/unit/category_finder_test.rb test/unit/enterprise_test.rb
-
Added back add_member_in_community activity Fixed creation of notifications for communities
17 May, 2012
2 commits
-
app/controllers/public/profile_controller.rb
24 Feb, 2012
1 commit
19 Feb, 2012
1 commit
-
Conflicts: app/controllers/application.rb app/controllers/public/browse_controller.rb app/helpers/application_helper.rb app/helpers/display_helper.rb app/models/environment_finder.rb app/models/product.rb app/views/layouts/_javascript.rhtml app/views/layouts/application-ng.rhtml public/javascripts/application.js public/stylesheets/application.css test/functional/browse_controller_test.rb test/functional/search_controller_test.rb vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake
27 Jan, 2012
1 commit
24 Dec, 2011
3 commits
-
Share code by placing them together into profile base class
10 Oct, 2011
1 commit
-
* Refactoring profile management to use tokeninput * Also, adding support of tokeninput to the core * Adding attributes validated and cnpj to enterprise * Environment option to define enterprise as validated by defaul * Making profile namedscopes consider subclasses too * Adapting enterprise icon and identification to meet Bsc expectations * Adapting profile info actions to meet Bsc expectations * Adapting control panel buttons to meet Bsc expectations * Adapting core product to meed Bsc expectations * Adding and fixing plugin hotspots (ActionItem2085, ActionItem2087, ActionItem2086, ActionItem2088)
09 Feb, 2011
1 commit
-
(ActionItem1853)
26 Jan, 2011
1 commit
-
+ Multi-processing tasks. + Graciously show/hide functions with the smooth slide of + Jquery. ^^ + Using Unobtrusive Javascript. + Customized messages for each task type. + Button "Set all to approve/reject/skip". + Icons related to the task action. * Missing - Need to make selenium tests. (ActionItem1527)
13 Jan, 2011
1 commit
-
(ActionItem1768)
25 Nov, 2010
1 commit
-
(ActionItem1765)
11 Sep, 2010
1 commit
-
(ActionItem1303)
01 Jul, 2010
1 commit
-
* Fixed fields that weren't in the custom fields options. * Included "Display on creation|registration" feature for organization fields. * Included fields dependencies: [field] -> [dependencies] required -> active, signup signup -> active * Javascripts to grant the dependencies on the radioboxes. * Changing the validation of fields presence message. * Also removing some unwanted endline spaces. (ActionItem1509)
12 May, 2010
1 commit
-
* The field verification now occurs before de validation. * Fields that uses the full filter escape residual '<' and '>' after filtering wellformed tags. * Fields that uses white_list filter only escape the '<' and '>' symbols if the tag is not wellformed. * This patch only fixes the fields that were before being filtered. A full field verification is need to check the way each field must be filtered. (ActionItem1491)
20 Jan, 2010
1 commit
-
* Added migration to add visible to profiles * Some improvements on profile screen * A private profile displays a different profile screen * added profile image, name, description and message * added link to join if profile is a community * added link to "add friend" if profile is a person * Added description in profile * Added field description to organization and person form * Removed link and added button on not_found page * Added css for not access_denied message * Changed css for flash messages * Recent articles doens't list private profile's articles * Private profiles are listed on blocks and searches * Invisible profiles are never listed * Join community popup will be displayed if profile is private * Join community popup will not be displayed if profile is invisible * If an organization is private, it is also closed
02 Dec, 2009
1 commit
-
* The user can set his location in the map by dragging a marker or by setting his address in the form. * After setting his location, the map is added to the location block. * The user can configure the zoom level and the map type that will be shown in the location block. ActionItem1256