21 Nov, 2013
1 commit
-
Also allowing the expire of cache from old layouts
20 Nov, 2013
1 commit
04 Nov, 2012
2 commits
-
Conflicts: app/sweepers/article_sweeper.rb db/schema.rb test/unit/environment_test.rb
23 Oct, 2012
1 commit
23 Aug, 2012
1 commit
26 Apr, 2012
1 commit
-
- Environment homepage cache (ActionItem2336)
09 Apr, 2012
1 commit
-
(ActionItem2336)
27 Nov, 2011
1 commit
-
Conflicts: app/controllers/admin_controller.rb app/controllers/application.rb app/controllers/public/account_controller.rb app/controllers/public/content_viewer_controller.rb lib/noosfero/i18n.rb test/functional/account_controller_test.rb test/functional/admin_controller_test.rb test/unit/contact_test.rb test/unit/profile_test.rb
04 Apr, 2011
1 commit
-
Developed with Caio SBA <caio@colivre.coop.br> Available only for PostgreSQL by now See INSTALL.multitenancy for details (ActionItem1845)
23 Feb, 2011
1 commit
-
The touch method provided by Rails 2.3.5 actually has a different semantics, and since it was only used in two places, it's better to inline the semantics we wanted.
20 Jan, 2010
1 commit
03 Oct, 2009
1 commit
-
Cache from homepage was not being expired after changing portal folder
21 Aug, 2009
1 commit
-
* now is created one cache to user who can edit and other to other people * added touch plugin to update articles * added migrate to add column updated_at to profiles * added migrate to remove column lock_version from articles
24 Jul, 2009
1 commit
08 Jul, 2009
1 commit
-
* added a sweeper helper to remove code duplication * changed the fragment cache key for the category menu cache
27 May, 2009
1 commit
-
Cache from recent documents block form environment was not expiring
11 May, 2009
1 commit
-
* made areas appear in the front page * folders can provide specific news for front page * adding condition to display news (feature and portal community defined) * admin can set the portal community * added cache to the news page * added migration for highlight attribute + renumbering migrations
27 Mar, 2009
1 commit
-
changed the expiration of caches based on article changes to observe the model instead of being called by the cms controller so the daemon scripts that update/create/destroy articles cause the expiration of the caches too