10 Apr, 2015

1 commit


26 Mar, 2015

1 commit


20 Nov, 2014

1 commit


30 Jun, 2014

1 commit


22 Jul, 2013

1 commit


19 Mar, 2013

1 commit


18 Mar, 2013

1 commit


11 Mar, 2013

1 commit


01 Mar, 2013

1 commit


27 Feb, 2013

1 commit


01 Feb, 2013

1 commit


25 Dec, 2012

1 commit


20 Dec, 2012

2 commits


19 Dec, 2012

1 commit


06 Nov, 2012

1 commit


02 Nov, 2012

1 commit


06 Oct, 2012

1 commit


22 Jun, 2012

1 commit


21 Jun, 2012

1 commit


25 May, 2012

1 commit


05 May, 2012

1 commit


05 Apr, 2012

1 commit


03 Apr, 2012

1 commit


15 Mar, 2012

1 commit


20 Feb, 2012

1 commit


24 Dec, 2011

5 commits


08 Apr, 2010

1 commit

  • This commit introduces a lot of changes in the HTML generated by Nosfero
    with the intent of making it load faster on users' browsers. This
    includes:
    
      * Adding apache configuration for compression of text content and
        aggresive cache policy (caching assets for 1 month)
      * Drastically reducing the number of stylesheets and javascript files
        referenced in the HTML.
      * The remaining CSS and Javascript files are now cached in a single file
        (one CSS file and one Javascript file) so that clients will only
        request a single file instead of several ones (and thus requiring a
        single HTTP connection instead of several ones).
      * Making sure that all assets referenced in the code have a timestamp
        (?21083219837) in the end of the URL so that when they are updated the
        client will fetch them again.
    
    During the course of the implemeantion, some other changes were made:
    
      * Updated INSTALL file with documentation about apache configuration for
        production environments.
      * Marked as deprecated all methods that use stylesheet_import, as well
        as stylesheet_import itself.
      * Removed "better browser promotion" code. It sucks.
      * Unifyed Noosfero stylesheets)
      * Unifyed stylesheets in the base theme
      * Enhanced the sample-data script with the creation of random events.
        in a range of 60 days around the current date, so that there will be
        events in the previous month, in the current month and in the next
        month.
      * Removed unused cms.js
      * Updated .gitignore example to ignore cached CSS and Javascript files.
      * Updated git-upgrade script to remove cached CSS and Javascript files.
    
    (ActionItem1425)
    Antonio Terceiro
     

07 Jun, 2008

2 commits


06 Jun, 2008

1 commit


28 Apr, 2008

1 commit


24 Apr, 2008

1 commit


18 Apr, 2008

1 commit


18 Jan, 2008

1 commit


12 Jan, 2008

1 commit