20 Apr, 2009
1 commit
16 Apr, 2009
3 commits
15 Apr, 2009
1 commit
-
We not trust completely the environment administrator to not enter bad/dangerous HTML. Even the server side filter (xss_terminate) was disabled.
13 Apr, 2009
3 commits
09 Apr, 2009
2 commits
08 Apr, 2009
1 commit
07 Apr, 2009
2 commits
06 Apr, 2009
3 commits
-
This reverts commit 8ccdebadd79b83e5cf9c203692eb8cd9a9bb1dc3.
-
But only if the friend list is empty, to avoid a bad visual result.
05 Apr, 2009
2 commits
-
Instead of the creation date, which sometimes (when importing from other databases) is the timestamp of the object cretion
-
In the console, specially
04 Apr, 2009
2 commits
-
* Fixing BlogArchivesBlock to list the years in the correct order * Changing Article#recent to consider published_at instead of created_at for listing recent content. * small refactoring in FeedHandler (rename variable) * Better wording in blog edition template
03 Apr, 2009
2 commits
30 Mar, 2009
1 commit
27 Mar, 2009
2 commits
-
* Adding migrate with new permission to admin and moderators * not allowing members to view private content
-
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
25 Mar, 2009
8 commits
-
Hoping to be able to debug the translation problems with it.
23 Mar, 2009
2 commits
-
* basic implementation of cache in blocks * fixed the timed cache plugin * polished the cache timeouts * expiring cache for recent documents and blog archive blocks * minor performace improvement * fixed expiring cache of articles
20 Mar, 2009
3 commits
-
* renaming ferret_server.yml to ferret_server.yml.dist * adding workaround to list categories * hack to bypass ferret limitation * adding configuration to better-browse-promotion * adding form for enterprise activation
-
* making the block available for environments * moving the status message to the block footer * renaming `clean` to `clear` * moving all feed processing logic to FeedHandler * copied style from recent documents block * using actual ActiveRecord object for testing
18 Mar, 2009
1 commit
16 Mar, 2009
1 commit
-
When we know who is the author, use it instead of just using the profile owning the article. This is rather limited, though, since the history is not queried to get all the authors; only the last author is displayed.