11 May, 2011
1 commit
-
(ActionItem1941)
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)
20 Jan, 2010
1 commit
03 Oct, 2009
1 commit
-
Cache from homepage was not being expired after changing portal folder
21 Aug, 2009
3 commits
-
Conflicts: po/pt_BR/noosfero.po
-
* making profile index expire
-
* 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
17 Aug, 2009
2 commits
-
Don't try to expire cache if either side of the friendship does not exist anymore.
10 Aug, 2009
1 commit
-
When a new profile is created, statistics block should be updated
03 Aug, 2009
1 commit
-
created a profile observer that is called by a callback in the model as workaround to some dependencies cycles in environment.rb changed the per_page number to be a Noosfero constant instead of a ProfileController class method
24 Jul, 2009
2 commits
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
25 May, 2009
3 commits
-
* fixing plugin to accept regexp * fixing sweeper to use timeout
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