14 Jun, 2010
2 commits
-
(ActionItem1558)
-
(ActionItem1547)
05 Jun, 2010
1 commit
-
(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
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)
16 Apr, 2010
5 commits
-
(ActionItem1396) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
-
(ActionItem1455)
-
* Folders are being filtered in the slideshow's block. (ActionItem1447)
-
(ActionItem1482)
-
* The registration has two validation type: region and admin. + Admin - There is no validator to choose. - The regions to choose are states (This might be changed in the future). - The admins of the environment recieves the task to approve the registration of this new enterprise. - The region field isn't displayed. + Region - If there isn't any validator, shows a message that it's not possible to register any enterprise and don't show the form. - Show only the regions where is registered at least one validator. - The region field is displayed. * The required fields are highlithed. * The fields that are active or required are set through the administration panel. * Only the fields name and identifier are always required. * After registering a new enterprise, the user is set as an admin of it. * The cancel button in the register form is working properly. * In the "Validator" step, the radio button is choosing a default option. * Cancel radio_button in the task validation has a "Rejection Explanation" field that is required. * Some navigation buttons added. * Changed some buttons to labelled buttons. * The "Register a new enterprise" button is an admin option. (ActionItem1482)
14 Apr, 2010
1 commit
-
* When listing members of a community/enterprise, button "remove" is not displayed on the line of the current user (ActionItem1454)