12 May, 2015

1 commit


07 May, 2015

1 commit

  • Add alternative redirect's behavior when user is '~'
    
    This is a new feature to create generic URL's related to usernames in Noosfero. It is useful for internal links on articles and for general links on themes.
    
    Examples:
     - If you're logged in as "test" and you go to /~/blog it will redirect you to /test/blog
     - If you're logged in as "test" and you go to /myprofile/~ it will redirect you to /myprofile/test
     - If you're not logged in and you go to /profile/~ or any other link using "~" it will give you a not found page(404).
    
    See merge request !518
    Rodrigo Souto
     

27 Apr, 2015

1 commit

  • When the :profile parameter is '~', replace it with the identifier of
    the currently logged-in user and redirect. This is useful for example
    for adding direct links to the control panel of the current user in
    documentation.
    
    Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
    Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    David Silva
     

16 Apr, 2015

1 commit


15 Apr, 2015

1 commit


10 Apr, 2015

2 commits


26 Mar, 2015

1 commit


05 Mar, 2015

1 commit


26 Feb, 2015

1 commit


25 Feb, 2015

1 commit


23 Feb, 2015

1 commit


22 Feb, 2015

2 commits


11 Feb, 2015

1 commit


09 Feb, 2015

1 commit


03 Feb, 2015

1 commit

  • Conflicts:
    	app/controllers/my_profile/profile_editor_controller.rb
    	app/helpers/search_helper.rb
    	app/models/invitation.rb
    	app/models/person.rb
    	app/views/cms/view.html.erb
    	app/views/templates/index.html.erb
    	plugins/community_track/views/content_viewer/_step_item.html.erb
    	test/functional/home_controller_test.rb
    	test/unit/person_test.rb
    	test/unit/profile_test.rb
    Rodrigo Souto
     

28 Jan, 2015

3 commits


22 Jan, 2015

1 commit


15 Jan, 2015

1 commit


12 Jan, 2015

1 commit


09 Jan, 2015

1 commit


22 Dec, 2014

1 commit


20 Nov, 2014

1 commit


13 Nov, 2014

1 commit


31 Oct, 2014

1 commit


28 Oct, 2014

2 commits


27 Oct, 2014

1 commit


11 Oct, 2014

1 commit


18 Sep, 2014

2 commits


12 Sep, 2014

1 commit


11 Sep, 2014

4 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