26 Dec, 2008

1 commit


19 Dec, 2008

1 commit


18 Dec, 2008

1 commit


15 Dec, 2008

3 commits


12 Dec, 2008

1 commit


11 Dec, 2008

2 commits

  •   - 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
     
  •   - add fields city and state to contact form
      - aceess_control plugin: filter members by role
      - stay on contact form after send message
      - validates format of email only if filled
      - remove phone and add name and fill fields if user logged in
      - mark contact fields to translation
    Joenio Costa
     

01 Dec, 2008

3 commits


29 Nov, 2008

3 commits


26 Nov, 2008

3 commits


11 Nov, 2008

1 commit


31 Oct, 2008

1 commit


23 Oct, 2008

1 commit


15 Oct, 2008

1 commit


09 Oct, 2008

1 commit


08 Oct, 2008

1 commit


27 Sep, 2008

1 commit


25 Sep, 2008

1 commit


18 Sep, 2008

3 commits


11 Sep, 2008

1 commit


09 Sep, 2008

1 commit


06 Sep, 2008

2 commits


05 Sep, 2008

4 commits


04 Sep, 2008

3 commits

  • 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
     
  • git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2457 3f533792-8f58-4932-b0fe-aaf55b0a4547
    MoisesMachado
     
  • git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2453 3f533792-8f58-4932-b0fe-aaf55b0a4547
    MoisesMachado