12 May, 2015

14 commits


08 May, 2015

20 commits


07 May, 2015

2 commits

  • Conflicts:
    	test/unit/boxes_helper_test.rb
    Rodrigo Souto
     
  • 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
     

05 May, 2015

2 commits


04 May, 2015

2 commits