05 Jan, 2016

1 commit


30 Dec, 2015

1 commit


28 Dec, 2015

1 commit


11 Nov, 2015

1 commit


10 Nov, 2015

4 commits


09 Nov, 2015

1 commit


05 Nov, 2015

1 commit


04 Nov, 2015

2 commits


03 Nov, 2015

2 commits


07 Oct, 2015

1 commit


05 Oct, 2015

2 commits


02 Oct, 2015

1 commit


01 Oct, 2015

1 commit


30 Sep, 2015

2 commits


29 Sep, 2015

1 commit


26 Sep, 2015

1 commit


28 Aug, 2015

2 commits


13 Aug, 2015

1 commit


12 Aug, 2015

1 commit


07 Aug, 2015

1 commit


06 Aug, 2015

4 commits


29 Jul, 2015

1 commit


24 Jul, 2015

1 commit

  • Use these two commands inside vim:
    :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g"
    :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
    Braulio Bhavamitra
     

21 Jul, 2015

1 commit

  • With this we will finally have a consistent list of people who contributed
    with commits (code, translations, artwork and whatnot).
    
    I hope that from now on people will know how to configure their git
    clients to not generate garbage.
    Antonio Terceiro
     

20 May, 2015

1 commit


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
     

04 May, 2015

2 commits