16 Aug, 2012

1 commit

  • This fixes the recognition of the IP address from which comments were
    made.
    
    Besides, ammend varnish setup instructions to include the installation of
    a required apache module to make sure IP address is correctly identified
    when Apache is behind a proxy.
    
    ActionItem2306
    Antonio Terceiro
     

07 Aug, 2012

3 commits


03 Aug, 2012

2 commits


02 Aug, 2012

1 commit


31 Jul, 2012

7 commits


23 Jul, 2012

2 commits


22 Jul, 2012

9 commits


21 Jul, 2012

2 commits


20 Jul, 2012

12 commits


19 Jul, 2012

1 commit

  • I am used to run `git clean -dxf` to make sure Noosfero can bootstrap
    itself in development mode with ./script/quick-start. If the solr
    tarball is downloaded to /tmp, every time I reboot I have to download
    everything once again. Contrary to /tmp/, /var/tmp/ is *not* wiped at
    boot time.
    Antonio Terceiro