22 Mar, 2011

1 commit


20 Dec, 2010

1 commit


07 Dec, 2010

1 commit


21 Aug, 2009

1 commit


18 Jun, 2009

1 commit


25 May, 2009

1 commit


31 Oct, 2008

1 commit


23 Oct, 2008

1 commit


15 Oct, 2008

1 commit

  • Squashed commit of the following:
    
    commit ff9310723bc4f768185d4c562f06a99807e00d05
    Author: Moises Machado <moises@colivre.coop.br>
    Date:   Sat Oct 11 18:34:24 2008 -0300
    
        fixed the rest of the tests
    
    commit 8fe241dcb67b3928796254e557319da3ec7e9734
    Author: Moises Machado <moises@colivre.coop.br>
    Date:   Sat Oct 11 17:16:27 2008 -0300
    
        ActionItem780: refactoring tests and forms
    Moises Machado
     

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
     

02 Sep, 2008

1 commit

  • We are calling "template" the disposition of the main screen area. In other
    words, a template is the disposition of columns. Currently there are three
    templates:
    
        * default: left and right columns + main area
        * leftbar: main area + left column
        * rightbar: main area + right column
    
    git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2439 3f533792-8f58-4932-b0fe-aaf55b0a4547
    AntonioTerceiro
     

27 Aug, 2008

1 commit


09 Aug, 2008

2 commits