19 Nov, 2014

1 commit


07 Nov, 2014

1 commit


03 Nov, 2014

1 commit


27 Oct, 2014

1 commit


13 Oct, 2014

2 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
     

07 Oct, 2014

1 commit


26 Sep, 2014

9 commits


24 Sep, 2014

2 commits


18 Sep, 2014

4 commits


15 Sep, 2014

1 commit


12 Sep, 2014

6 commits


11 Sep, 2014

2 commits


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
     

02 Sep, 2014

1 commit


27 Aug, 2014

1 commit


26 Aug, 2014

1 commit


20 Aug, 2014

1 commit

  • Modified conditional to be more logical on User model.
    Renamed moderation task to a more intuitive name.
    Added unit test for moderate_user_registration task.
    
    Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
    André Guedes
     

18 Aug, 2014

3 commits