27 May, 2009
1 commit
-
Doing this sucks, but I won't package it for Debian just for Noosfero.
25 May, 2009
5 commits
-
* changed 'all <profile>' to simply 'view all' * adding number to profile list blocks title * added mebers info to communities block
23 May, 2009
1 commit
-
* links in link list block can have icons * added name to profile image block * added ProfileImageBlock to all profile to choose
21 May, 2009
1 commit
20 May, 2009
1 commit
-
* moved the comments link to near the article title * added a anchor for the beginning of the comments * removed the link for comments at the end of the article * added warps for borders * changed h3 to h1 for post titles in blog view * removed h1 from tinyMCE format selector * added hr tag between blog posts * added a div with blog-posts tag for styling of this hr
11 May, 2009
3 commits
-
* 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
09 May, 2009
1 commit
06 May, 2009
1 commit
04 May, 2009
1 commit
27 Apr, 2009
1 commit
23 Apr, 2009
2 commits
22 Apr, 2009
3 commits
-
* added an iframe to list media * display images and documents to insert in editor * added a partial to upload files * added pagination for images and documents * adding scroll on the left and javascript to scroll down * listing folders with full_name
20 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
1 commit
05 Apr, 2009
1 commit
-
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
2 commits
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
2 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