06 Jul, 2010
3 commits
-
* Added an option to the Article#to_html named :gallery_view. This option is used to contextualize the html that should be generated. (ActionItem1545)
-
(ActionItem1578)
-
* Posts unavailable for the user weren't displayed but were considered on pagination. (ActionItem1557)
01 Jul, 2010
1 commit
-
* Fixed fields that weren't in the custom fields options. * Included "Display on creation|registration" feature for organization fields. * Included fields dependencies: [field] -> [dependencies] required -> active, signup signup -> active * Javascripts to grant the dependencies on the radioboxes. * Changing the validation of fields presence message. * Also removing some unwanted endline spaces. (ActionItem1509)
15 Jun, 2010
1 commit
14 Jun, 2010
3 commits
-
(ActionItem1558)
-
(ActionItem1558)
-
(ActionItem1547)
05 Jun, 2010
3 commits
-
(ActionItem1553)
-
(ActionItem1552)
28 May, 2010
2 commits
-
A blog can display the full content of posts or only the first paragraph (ActionItem1515)
-
(ActionItem1502)
25 May, 2010
3 commits
-
Conflicts: test/functional/profile_controller_test.rb
-
(ActionItem1540)
-
* Forgot to update completely the last patch. (ActionItem1534)
20 May, 2010
1 commit
-
(ActionItem1516)
18 May, 2010
3 commits
-
(ActionItem1530)
-
(ActionItem1533)
-
- Old setting field 'visible' removed (ActionItem1499)
17 May, 2010
2 commits
-
(ActionItem1518)
14 May, 2010
3 commits
-
* Moved article_to_html to ApplicationHelper (ActionItem1526)
-
* Modularized RSS link in head code; added add_rss_feed_to_head helper method * Modularized RSS generation in FeedWriter class + Refactored RssFeed to use FeedWriter + removed feed_item_description (this fixes ActionItem1463) (ActionItem1518)
12 May, 2010
4 commits
-
(ActionItem1299)
-
(ActionItem1299)
-
* 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)
11 May, 2010
1 commit
-
(ActionItem1471)
07 May, 2010
2 commits
-
(ActionItem1428)
30 Apr, 2010
1 commit
-
Conflicts: test/unit/article_block_test.rb
28 Apr, 2010
5 commits
-
(ActionItem1492)
-
(ActionItem1487)
26 Apr, 2010
2 commits
-
(ActionItem1476)
-
* Adding new image size: slideshow * SlideshowBlock can choose which size to use (thumb or slideshow) (ActionItem1493)