07 May, 2010
5 commits
-
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
5 commits
30 Apr, 2010
12 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)
-
Conflicts: test/unit/article_block_test.rb
28 Apr, 2010
14 commits
-
(ActionItem1496)
-
(ActionItem1495)
-
(ActionItem1492)
-
(ActionItem1487)
-
Adding classes to h1 of topics Translation to pt-br in infinitive (ActionItem1487)
-
(ActionItem1488)
-
* Using the type to filter Events while the feature isn't ready. (ActionItem1479)
-
(ActionItem1485)
26 Apr, 2010
4 commits
-
* Changing size of upload_file_form * Removing margin of div when media panel is not enabled on environment * Adding width to input fields (ActionItem1484)
-
(ActionItem1476)
-
(ActionItem1476)
-
* Adding new image size: slideshow * SlideshowBlock can choose which size to use (thumb or slideshow) (ActionItem1493)