08 May, 2015

2 commits

  • - Adds host option to the postgres commands where necessary.
    - Passes -h option to tar when compressing in order to follow symlinks.
    
    Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com>
    Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
    Athos
     
  • - `rake backup` will now create a tarball with everything that needs to
      be backed up (files + database dump)
    
    - `rake restore BACKUP=/path/to/(...).tar.gz` will restore that backup
      over the current Noosfero instance.
    
    Multi-tenant setups are not supported yet.
    Antonio Terceiro
     

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
     

04 May, 2015

4 commits


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
     

24 Apr, 2015

1 commit


16 Apr, 2015

1 commit


10 Apr, 2015

1 commit


07 Apr, 2015

1 commit


04 Apr, 2015

1 commit


31 Mar, 2015

6 commits


28 Mar, 2015

4 commits


26 Mar, 2015

2 commits


25 Mar, 2015

1 commit


20 Mar, 2015

1 commit


16 Mar, 2015

1 commit


12 Mar, 2015

1 commit


09 Mar, 2015

7 commits


07 Mar, 2015

1 commit


06 Mar, 2015

3 commits