19 Jan, 2015

1 commit


13 Nov, 2014

1 commit


07 Nov, 2014

2 commits


05 Nov, 2014

1 commit


01 Nov, 2014

1 commit


31 Oct, 2014

1 commit


29 Oct, 2014

2 commits


28 Oct, 2014

1 commit


27 Oct, 2014

2 commits


10 Oct, 2014

1 commit

  • - Remove absolute URL's from stylesheets and javascripts
    - Handle prefix in LinkListBlock
    - add Noosfero.root method as a central data source
    
    The application server needs to be started with the
    RAILS_RELATIVE_URL_ROOT environment variable set to the desired prefix.
    
    In development, this can be tested with
    
      # assuming /social prefix
      $ RAILS_RELATIVE_URL_ROOT=/social thin --prefix /social start
    
    For production, see INSTALL.md
    Antonio Terceiro
     

25 Sep, 2014

1 commit


12 Sep, 2014

8 commits


11 Sep, 2014

4 commits


09 Sep, 2014

2 commits


03 Sep, 2014

1 commit


21 Aug, 2014

2 commits


20 Aug, 2014

1 commit

  • When a system that has plugin X enabled gets upgraded to a version where
    plugin X has been promoted to be a base plugins (i.e. a symlink in
    baseplugins/), `rake db:migrate` would blow up with
    
      Multiple migrations have the version number 12345678901234
    
    Note that we probably don't need to do this deduplication everywhere
    else, because the Ruby $LOAD_PATH already works by giving prioriry to
    the first path that is found.
    Antonio Terceiro
     

15 Aug, 2014

5 commits


11 Aug, 2014

2 commits


08 Aug, 2014

1 commit