13 Mar, 2014
2 commits
-
Also fixed tests (ActionItem2962)
-
Also changed selenium tests to use defined steps (ActionItem2962)
22 Jan, 2014
1 commit
-
- When the field "check/uncheck all" is checked or unchecked, all fields below are checked or unchecked - Corrected onclick events on active/required/signup fields - Replaced javascript logic from person/community/enterprise to a single javascript file - Cucumber tests for check/uncheck all fields (ActionItem2962) Signed-off-by: Alex Campelo <campelo.al1@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Fábio Teixeira <fabio1079@gmail.com> Signed-off-by: Gustavo Cruz <darksshades@hotmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com> Signed-off-by: Renan Costa <renan2727@hotmail.com>
22 Dec, 2011
1 commit
-
The hidden fields must come before the check boxes
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)
20 May, 2009
1 commit
-
Took the opportunity to do a general UI review of all templates that used tables (I had to check if they broke after my changes, after all).
08 Apr, 2009
1 commit
15 Dec, 2008
1 commit
-
* making fields appear on signup form * environment has a list of Category subclasses that must be available for users; if there is only one category type available, no need of asking for category type * environment has a setting categories_menu which enables/disables the category menu. If it is disabled, then no need to ask for a color in the menu * add a configuration to the environment called disable_gender_icon. When it is false, don't display gender icons. * adding css for profile_data * adding required on label for schooling fixing javascript * adding fields on signup and option to admin manage * adding required message on required fields * adding partials for person/enterprise/community fields * adding methods for person/community/enterprise custom_fields * adding option to admin manage person fields