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
2 commits
-
(ActionItem1566)
14 Jun, 2010
2 commits
-
(ActionItem1550)
-
(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
1 commit
-
Conflicts: test/functional/profile_controller_test.rb
18 May, 2010
1 commit
-
- Old setting field 'visible' removed (ActionItem1499)
17 May, 2010
1 commit
14 May, 2010
2 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
2 commits
-
* 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
2 commits
-
(ActionItem1339)
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)
-
Adding classes to h1 of topics Translation to pt-br in infinitive (ActionItem1487)
26 Apr, 2010
3 commits
-
(ActionItem1476)
-
* Adding new image size: slideshow * SlideshowBlock can choose which size to use (thumb or slideshow) (ActionItem1493)
-
(ActionItem1494)
21 Apr, 2010
1 commit
19 Apr, 2010
1 commit
-
(ActionItem1396)
16 Apr, 2010
7 commits
-
(ActionItem1396) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
-
(ActionItem1455)
-
* Folders are being filtered in the slideshow's block. (ActionItem1447)
-
(ActionItem1482)
-
(ActionItem1482)
-
(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)