18 May, 2010
3 commits
-
(ActionItem1530)
-
(ActionItem1533)
-
- Old setting field 'visible' removed (ActionItem1499)
17 May, 2010
1 commit
-
This way a successful build of the git contents will also try to build inside the contents of the release tarball. This way we make sure the release tarball contains everything it should.
14 May, 2010
1 commit
-
* Moved article_to_html to ApplicationHelper (ActionItem1526)
12 May, 2010
6 commits
-
(ActionItem1299)
-
(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
5 commits
-
(ActionItem1522)
-
(ActionItem1508)
-
(ActionItem1517)
-
(ActionItem1521)
-
(ActionItem1339)
07 May, 2010
5 commits
-
* Store all temporary files in /var * Symlink the directories in /var inside the Noosfero directory * Updated sample ferret configuration * Updates logrotate configuration
-
After the 'copy a sample config file' step: 1. When attempting to migrate, the Ferret assumes that the 'articles' table already exists, generating an error (noosfero.1.log) # rake db:migrate 2. Deleting db/schema.rb, the migration 0024_new_permissions was broken, because the lack of argument env_id on line 3 (noosfero.2.log) # rm db/schema.rb # rake db:migrate 3. It works well for loading the database schema, and then calling db:migrate # rake db:schema:load # rake db:migrate
-
* Explicitly name the "Icon" column * Remove annoying scroll from links edition * Point the browser to the top of the page. This way when I edit a block that is far down I am sent to the place where the popup appears with the edit screen (ActionItem1428)
-
(ActionItem1428)
03 May, 2010
3 commits
30 Apr, 2010
7 commits
-
Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> Unfortunately I could not recover the complete history to check who else collaborated in the translation besides Martín, so I am crediting it to him. If you collaborated in the translation, please e-mail me and I'll add the proper credit. -- Antonio Terceiro <terceiro@colivre.coop.br>
-
(ActionItem1500)
28 Apr, 2010
9 commits
-
(ActionItem1496)
-
(ActionItem1495)
-
(ActionItem1492)
-
(ActionItem1487)
-
Adding classes to h1 of topics Translation to pt-br in infinitive (ActionItem1487)
-
* Using the type to filter Events while the feature isn't ready. (ActionItem1479)