17 Jul, 2010
1 commit
08 Jul, 2010
1 commit
-
Conflicts: app/models/environment.rb features/publish_article.feature test/unit/application_helper_test.rb test/unit/blog_test.rb test/unit/environment_test.rb
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)
02 Jul, 2010
1 commit
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)
30 Jun, 2010
1 commit
-
(ActionItem1568)
29 Jun, 2010
1 commit
-
The user could choose which image It want to see at the moment, each image may also be associated with a link (ActionItem1564)
28 Jun, 2010
2 commits
-
* A lot of environment methods were not using settings_items in yours definition. In some cases use the code settings_items instead of define the method entirelly is more appropriated * The method boxes_limit was defined using LayoutTemplate? class in one case and in the other case, using the database. (ActionItem1568)
-
(ActionItem1542)
15 Jun, 2010
1 commit
14 Jun, 2010
1 commit
-
(ActionItem1558)
05 Jun, 2010
1 commit
-
(ActionItem1553)
28 May, 2010
2 commits
-
A blog can display the full content of posts or only the first paragraph (ActionItem1515)
-
(ActionItem1502)
25 May, 2010
2 commits
-
Conflicts: test/functional/profile_controller_test.rb
-
(ActionItem1540)
18 May, 2010
2 commits
-
(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
3 commits
-
(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)
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
3 commits
-
(ActionItem1476)
-
* Adding new image size: slideshow * SlideshowBlock can choose which size to use (thumb or slideshow) (ActionItem1493)
-
(ActionItem1494)
19 Apr, 2010
1 commit
-
(ActionItem1396)