22 Jul, 2009

1 commit


06 Jun, 2009

2 commits


26 May, 2009

1 commit


25 May, 2009

5 commits


23 May, 2009

1 commit


22 May, 2009

1 commit


20 May, 2009

1 commit


18 May, 2009

2 commits


11 May, 2009

2 commits


27 Apr, 2009

1 commit


23 Apr, 2009

1 commit


22 Apr, 2009

1 commit


13 Apr, 2009

1 commit


13 Mar, 2009

2 commits


12 Mar, 2009

1 commit


03 Mar, 2009

1 commit


02 Mar, 2009

1 commit


21 Feb, 2009

1 commit


20 Feb, 2009

1 commit


27 Jan, 2009

1 commit


26 Jan, 2009

1 commit


22 Dec, 2008

1 commit


18 Dec, 2008

1 commit


15 Dec, 2008

3 commits


11 Dec, 2008

1 commit

  •   - display comment form opened
      - links to subscribe rss feed
      - show 'Edit blog' on view blog
      - display button to remove article when view
      - use select box instead of text fields to blog configuration
      - decreasing size of the field description
      - use 'New post' instead of 'New article'
    Joenio Costa
     

19 Sep, 2008

1 commit


15 Sep, 2008

1 commit


09 Sep, 2008

1 commit


05 Sep, 2008

1 commit


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