08 Dec, 2008

1 commit


03 Dec, 2008

1 commit

  •    * adding setting on template to define if entreprise template should be changed when enabled
       * adding changing of template when an enterprise is enabled if environment allows
       * fixing bug on footer when applying template
       * removing disabled enterprise message if the enterprise has the block for it
    Daniela Feitosa
     

01 Dec, 2008

1 commit


29 Nov, 2008

3 commits


24 Nov, 2008

1 commit


11 Nov, 2008

1 commit


31 Oct, 2008

1 commit


23 Oct, 2008

1 commit


21 Oct, 2008

1 commit


15 Oct, 2008

2 commits


09 Oct, 2008

1 commit


08 Oct, 2008

1 commit


06 Oct, 2008

1 commit


03 Oct, 2008

1 commit


27 Sep, 2008

1 commit


26 Sep, 2008

1 commit


25 Sep, 2008

1 commit


19 Sep, 2008

4 commits


18 Sep, 2008

4 commits


16 Sep, 2008

1 commit


15 Sep, 2008

1 commit


11 Sep, 2008

1 commit


09 Sep, 2008

1 commit


06 Sep, 2008

3 commits


05 Sep, 2008

4 commits


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