22 Feb, 2015
1 commit
-
Colorbox was updated for the onCleanup callback
06 Feb, 2015
2 commits
-
Conflicts: public/stylesheets/application.css
05 Feb, 2015
1 commit
28 Jan, 2015
1 commit
-
Google Maps lib was being loaded on every submit. I moved the include to the search page, outside the search content.
27 Jan, 2015
1 commit
-
Conflicts: public/javascripts/application.js public/stylesheets/application.css
26 Jan, 2015
2 commits
21 Jan, 2015
1 commit
17 Jan, 2015
1 commit
16 Jan, 2015
2 commits
14 Jan, 2015
1 commit
-
Also removed needless "p" and "br" elements
09 Jan, 2015
1 commit
12 Dec, 2014
1 commit
20 Nov, 2014
3 commits
-
Use scroll when the list of uploaded files is too big.
-
Conflicts: Gemfile.lock script/development
17 Nov, 2014
6 commits
05 Nov, 2014
15 commits
-
Conflicts: app/helpers/layout_helper.rb
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