10 Aug, 2015
1 commit
18 Sep, 2014
1 commit
-
Added title on links Moved logic from view to model Added conditions to avoid displaying empty lists Removed code duplication on js
18 Aug, 2014
1 commit
-
Conflicts: app/controllers/my_profile/cms_controller.rb db/schema.rb
13 Aug, 2014
1 commit
04 Aug, 2014
1 commit
-
After asking friendship or removing suggestion, the list is updated (ActionItem3234)
29 Jul, 2014
1 commit
27 Jul, 2014
1 commit
-
Users can: * add a suggestion as community * remove a suggestion from list (ActionItem3234)
08 Jan, 2014
1 commit
-
- Added buttons at members block. - Added checkbox to show or not the buttons on the community members. - Removed the render button "enter/leave" when the checkbox that enables the button is unchecked - Adjusted style CSS and display button - Added cucumber and unit tests. - Removed some spaces. - There are two cucumber tests that wasn't done by the our team that fail if you don't use selenium. The files are publish_article.feature line 20 and search_enterprises.feature line 33 and we didn't modify them. (ActionItem2844) Signed-off-by: Arthur Del Esposte <arthurmde@yahoo.com.br> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Leandro Alves <leandrosustenido@gmail.com> Signed-off-by: Tales Martins <tales.martins@gmail.com> Signed-off-by: Andre Bedran <bedran.fleck@gmail.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com>
15 May, 2013
1 commit
25 Dec, 2012
1 commit
-
This reverts commit 86d4d6669bb21fd220f6a2d0d0b2ad0e27954ed7.
06 Nov, 2012
1 commit
27 Jan, 2011
1 commit
-
* if he is also last member, the next user to join organization will become admin * if has other members, admin must choose some user to become admin * Generalized enterprise add_member interface. * Using json to manage action after join/leave/add/remove community/friend through ajax. * Person.members_of now returns unique profiles (ActionItem1400)
20 Sep, 2010
1 commit
-
Also: * Adding links to the profile-image balloon. * Removing add-friend and join-community confirmation steps.