30 Jul, 2010

1 commit


28 Jun, 2010

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
     

04 Sep, 2008

1 commit

  • Changes:
    
        * Implemented require_ssl and refuse_ssl in ApplicationController
        * Changed AccountController to require SSL
          + pointing to HTTPS in login forms
        * Changed PublicController to refuse SSL, and fixed all controllers
          in app/controllers/public to inherit from it (with some
          exceptions).
        * Changed MyProfileController to require SSL
    
    Side-effects:
    
        * Some controllers had been changed in an unappropriated way for the
          new SSL requirement.
        * Some tests changed to reflect the new SSL requirements.
        * Needed to tweak content_viewer controller to deal with SSL URL's:
          + Fixed detection of user coming from public view that was broke
            by the SSL thing.
        * adapted enterprise_registration tests
    
    git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2458 3f533792-8f58-4932-b0fe-aaf55b0a4547
    AntonioTerceiro
     

10 Jul, 2008

1 commit


29 Apr, 2008

1 commit


24 Apr, 2008

2 commits


25 Oct, 2007

1 commit


17 Oct, 2007

1 commit

  • …essages below to reach this commit from their respective action items.
    
    r716@cabula:  terceiro | 2007-10-15 16:42:10 +0000
    creting local branch for trunk
    
    r717@cabula:  terceiro | 2007-10-15 20:03:03 +0000
    ActionItem14: working on the user interface for enterprise registration
    
    r724@cabula:  terceiro | 2007-10-16 21:44:04 +0000
    ActionItem85: adding script for downloading plugins when using svk
    
    r725@cabula:  terceiro | 2007-10-16 22:58:38 +0000
    ActionItem14: implementing helper method
    
    r726@cabula:  terceiro | 2007-10-16 23:34:59 +0000
    ActionItem14: making test more complete
    
    r727@cabula:  terceiro | 2007-10-17 12:36:20 +0000
    ActionItem85: commenting out unexisting javascript
    
    r728@cabula:  terceiro | 2007-10-17 15:58:58 +0000
    ActionItem14: implementing enterprise registration controller. Still missing some TODO items.
     
    
    
    git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@716 3f533792-8f58-4932-b0fe-aaf55b0a4547
    AntonioTerceiro