12 Jun, 2015

1 commit


01 Jun, 2015

1 commit


28 May, 2015

1 commit


20 May, 2015

1 commit


12 May, 2015

3 commits


23 Feb, 2015

1 commit


12 Feb, 2015

1 commit


03 Feb, 2015

3 commits


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


26 Jan, 2015

2 commits


23 Jan, 2015

1 commit


13 Jan, 2015

1 commit


21 Nov, 2014

1 commit


20 Nov, 2014

1 commit


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
     

26 Sep, 2014

1 commit


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
     

27 Aug, 2014

1 commit


20 Aug, 2014

1 commit


18 Aug, 2014

2 commits


11 Aug, 2014

3 commits


08 Aug, 2014

1 commit


30 Jul, 2014

1 commit

  • Base plugins are enanbed by default and cannot be disabled at the system
    level, but can be disabled per-environment at the web UI.
    
    A part of the required changes also fix the Noosfero plugin
    infrastructure, in special migrations, on Rails 3.
    Antonio Terceiro
     

22 Jul, 2014

2 commits


17 Jul, 2014

2 commits


08 Jul, 2014

2 commits


07 Jul, 2014

1 commit


04 Jul, 2014

1 commit