30 Jul, 2010
1 commit
-
(ActionItem1600)
25 May, 2010
1 commit
-
(ActionItem1540)
18 May, 2010
1 commit
-
(ActionItem1533)
12 May, 2010
1 commit
-
* The field verification now occurs before de validation. * Fields that uses the full filter escape residual '<' and '>' after filtering wellformed tags. * Fields that uses white_list filter only escape the '<' and '>' symbols if the tag is not wellformed. * This patch only fixes the fields that were before being filtered. A full field verification is need to check the way each field must be filtered. (ActionItem1491)
05 Apr, 2010
1 commit
-
(ActionItem1315)
21 Dec, 2009
2 commits
-
* Added gdata as well since contacts need it. It uses the Apache License 2.0, so we are ok. * Used the current style of vendor libraries because we lack a better way to do it currently. (ActionItem1348)
04 Dec, 2009
1 commit
20 Nov, 2009
1 commit
-
- Fixing tests for access_control plugin - Remove associated role_asignments when destroy a role - Clean role_assignments without a role (ActionItem1287) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
31 Oct, 2009
1 commit
-
* Vimeo * Archive.org * iteia * TV SL (stream and video) ActionItem1257
27 Oct, 2009
1 commit
-
* transformed script/feed-updater into a controller script. It starts and stops together with the production system (script/production) * moved the update (daemon) logic into FeedUpdater class. It knows which feeds must be updated and when, and when it should stop running. * concentrated the fetch (download) logic into FeedHandler class. It knows how to update a specific feed. * implemented the concept of "enabled" and "expired" in both ExternalFeed and FeedReaderBlock. The feed updater looks for feeds that are both enabled *and* expired to update. * Disabled feed reader blocks get re-enabled when their address is changed. * fixed a bug that made some feeds crash when using PostgreSQL (CGI::unescapeHTML transforms Numeric Character References into iso-8859-1 data and PostgreSQL won't accept that into a UTF-8 database) * Removed sleep(1) calls from script/production, they don't seem to be useful * Added an index for the type column in `blocks` table. (ActionItem1243)
18 Sep, 2009
1 commit
26 Aug, 2009
1 commit
-
* monkey patch in the plugin init
21 Aug, 2009
3 commits
-
* 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
03 Aug, 2009
2 commits
24 Jul, 2009
1 commit
21 Jul, 2009
6 commits
17 Jul, 2009
1 commit
-
* not show sideboxes when render access denied * fix tests for access_control plugin * remove unused helper UsesDesignBlocksHelper * profile design needs login
20 Jun, 2009
1 commit
18 Jun, 2009
1 commit
06 Jun, 2009
1 commit
-
* changed system roles to depend on environment * made roles environment specific
27 May, 2009
1 commit
-
Doing this sucks, but I won't package it for Debian just for Noosfero.
25 May, 2009
1 commit
-
* fixing plugin to accept regexp * fixing sweeper to use timeout
27 Apr, 2009
1 commit
03 Apr, 2009
1 commit
23 Mar, 2009
3 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
-
applying upstream patch over rails 2.0.x to make it work with postgresql 8.3. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476449
26 Feb, 2009
1 commit
21 Feb, 2009
1 commit
23 Jan, 2009
1 commit
02 Jan, 2009
1 commit
-
See. http://dev.rubyonrails.org/changeset/8705