24 Jul, 2015
2 commits
-
Use these two commands inside vim: :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g" :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
24 Jun, 2015
1 commit
-
After asset pipeline changes, `javascript_include_tag` doesn't take array as argument anymore.
31 Jul, 2014
1 commit
28 Jul, 2014
4 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/controllers/application_controller.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
2 commits
-
Users can: * add a suggestion as community * remove a suggestion from list (ActionItem3234)
-
Users can: * add a suggestion as friend * remove a suggestion from list (ActionItem3234)
22 Jul, 2014
8 commits
-
Conflicts: app/models/profile.rb
-
(ActionItem3075)
-
(ActionItem3075)
-
(ActionItem3075)
-
* Move welcome page a separate action under the HomeController instead of cranking it under the signup. * May show welcome page to both signup (with or without confirmation). (ActionItem3075)
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
30 Jun, 2014
1 commit
26 Jun, 2014
3 commits
-
… tests does not make sense
-
…d anymore. Otherwise there is more effectively method to validate html nowadays
24 Jun, 2014
3 commits
-
Added mass-assign support for all enterprise's field that are configurable on the fields environment page. (ActionItem3147)
-
Added mass-assign support for all community's field that are configurable on the fields environment page. (ActionItem3147)
-
Added mass-assign support for all person's field that are configurable on the fields environment page. (ActionItem3147)
16 Jun, 2014
1 commit
15 Jun, 2014
2 commits
-
This reverts commit f8bd2430f86b0b6e3640e2662d1ca689a46ecb98.
-
(ActionItem3097)
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
-
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
02 Jun, 2014
3 commits
-
Conflicts: app/views/profile_editor/edit.html.erb (ActionItem3152)
28 May, 2014
2 commits
19 May, 2014
2 commits
-
(ActionItem3096)
-
Join community if user log in or sign up after following a "Join" link within a community. (ActionItem3096)
16 May, 2014
1 commit
-
(ActionItem3096)