17 Jun, 2015

1 commit


10 Apr, 2015

2 commits


27 Mar, 2015

1 commit


26 Mar, 2015

1 commit


18 Mar, 2015

1 commit


16 Mar, 2015

1 commit


22 Feb, 2015

3 commits


13 Feb, 2015

1 commit


11 Feb, 2015

2 commits


10 Feb, 2015

1 commit


06 Feb, 2015

1 commit


03 Feb, 2015

2 commits


30 Jan, 2015

1 commit


28 Jan, 2015

1 commit

  • When acessing Noosfero through a properly configured HTTPS setup, all
    links will now be generated with https (or without an explicit
    protocol and will just work).
    
    Links generated outside of the scope of a request (models, mailers etc)
    will still use http://. That can be fixed by a localized change to
    Environment#top_url, but for now I expect everyone using HTTPS to have a
    proper HTTP -> HTTPS redirection mechanism.
    Antonio Terceiro
     

27 Jan, 2015

1 commit


21 Jan, 2015

1 commit


08 Jan, 2015

2 commits


19 Dec, 2014

1 commit


03 Dec, 2014

1 commit


20 Nov, 2014

1 commit


05 Nov, 2014

3 commits


10 Oct, 2014

1 commit

  • - Remove absolute URL's from stylesheets and javascripts
    - Handle prefix in LinkListBlock
    - add Noosfero.root method as a central data source
    
    The application server needs to be started with the
    RAILS_RELATIVE_URL_ROOT environment variable set to the desired prefix.
    
    In development, this can be tested with
    
      # assuming /social prefix
      $ RAILS_RELATIVE_URL_ROOT=/social thin --prefix /social start
    
    For production, see INSTALL.md
    Antonio Terceiro
     

08 Sep, 2014

1 commit

  • Conflicts:
    	app/controllers/application_controller.rb
    	app/controllers/my_profile/memberships_controller.rb
    	app/controllers/public/account_controller.rb
    	app/helpers/application_helper.rb
    	app/helpers/layout_helper.rb
    	app/helpers/token_helper.rb
    	app/views/account/signup.html.erb
    	app/views/layouts/_javascript.html.erb
    	db/schema.rb
    	test/functional/application_controller_test.rb
    Rodrigo Souto
     

08 Aug, 2014

1 commit


22 Jul, 2014

3 commits


18 Jul, 2014

1 commit


17 Jul, 2014

2 commits


30 Jun, 2014

2 commits