13 Mar, 2014

1 commit


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>
    Fabio Teixeira
     

20 Apr, 2009

1 commit


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
    Daniela Feitosa