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.
11 Sep, 2014
1 commit
-
Instead of create another hotspot that does the same thing, use the existing one. If the demand for separation appears in the future than we may do it.
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
6 commits
-
When the number of a category increases or a new category is verified, the suggestion is updated with the new values (ActionItem3234)
-
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)
-
* Added rules for suggestions * Send e-mail to users with the suggestions (ActionItem3234)
-
Also added some tests (ActionItem3234)
-
(ActionItem3234)
22 Jul, 2014
11 commits
-
Conflicts: app/models/profile.rb
-
(ActionItem3075)
-
(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
18 Jul, 2014
2 commits
-
Refactoring of avoiding duplicate invite task. Check existence of task is now encapsulated inside Invite (ActionItem3099)
30 Jun, 2014
2 commits
26 Jun, 2014
4 commits
-
… tests does not make sense
-
ActionItem3173
-
…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)
17 Jun, 2014
1 commit
-
(ActionItem3124)
16 Jun, 2014
1 commit