26 Jan, 2015

1 commit


20 Jan, 2014

1 commit


30 Sep, 2011

1 commit


16 Apr, 2010

1 commit

  • * The registration has two validation type: region and admin.
    		+ Admin
    			- There is no validator to choose.
    			- The regions to choose are states (This might be changed
    			  in the future).
    			- The admins of the environment recieves the task to approve
    			  the registration of this new enterprise.
    			- The region field isn't displayed.
    		+ Region
    			- If there isn't any validator, shows a message that it's
    			  not possible to register any enterprise and don't show the
    			  form.
    			- Show only the regions where is registered at least one
    			  validator.
    			- The region field is displayed.
       	* The required fields are highlithed.
    	* The fields that are active or required are set through the
    	  administration panel.
    	* Only the fields name and identifier are always required.
       	* After registering a new enterprise, the user is set as an admin of
       	  it.
       	* The cancel button in the register form is working properly.
       	* In the "Validator" step, the radio button is choosing a default
       	  option.
       	* Cancel radio_button in the task validation has a "Rejection
       	  Explanation" field that is required.
       	* Some navigation buttons added.
       	* Changed some buttons to labelled buttons.
    	* The "Register a new enterprise" button is an admin option.
    
    (ActionItem1482)
    Rodrigo Souto
     

30 Dec, 2009

1 commit


03 Feb, 2009

1 commit


28 Feb, 2008

1 commit


12 Nov, 2007

1 commit


09 Nov, 2007

1 commit


18 Oct, 2007

1 commit

  • reference from the respective action items.
    
    r734@cabula:  terceiro | 2007-10-17 17:51:40 +0000
    ActionItem85: commenting references to unexisting files
    
    r735@cabula:  terceiro | 2007-10-17 21:13:16 +0000
    ActionItem14: adding field names for translation
    
    r736@cabula:  terceiro | 2007-10-17 21:16:52 +0000
    ActionItem14: adding skeleton files for ValidationInfo model
    
    r737@cabula:  terceiro | 2007-10-17 21:19:52 +0000
    ActionItem85: not sure that this Validator class will be useful at all. It also
    hash a pretty ambiguous name now that we are using the concept of "validator
    organizations".
    
    r738@cabula:  terceiro | 2007-10-17 22:02:12 +0000
    ActionItem14: implementing ValidationInfo model
    
    r739@cabula:  terceiro | 2007-10-17 22:25:25 +0000
    ActionItem14: checkpoint
    
    r740@cabula:  terceiro | 2007-10-17 22:32:39 +0000
    ActionItem14: adding validation data to database population script
    
    r741@cabula:  terceiro | 2007-10-17 22:41:25 +0000
    ActionItem14: adding validation_methodology
    
    r742@cabula:  terceiro | 2007-10-17 23:05:05 +0000
    ActionItem14: returning a nice (?) 'not informed' instead of nil when there is no data
    
    r743@cabula:  terceiro | 2007-10-17 23:09:49 +0000
    ActionItem14: presenting validation info on validator selection screen
    
    r744@cabula:  terceiro | 2007-10-18 00:40:19 +0000
    ActionItem14: wrote integration test for the enterprise registration process.
    Still missing: assing tests for the rest of the process (steps done one of the
    users of the validator organization)
     
    
    
    git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@721 3f533792-8f58-4932-b0fe-aaf55b0a4547
    AntonioTerceiro