04 Mar, 2011
1 commit
-
(ActionItem1888)
03 Mar, 2011
1 commit
-
- No more to 'catalog' controller But this will change in ActionItem1469 (ActionItem1907)
28 Feb, 2011
1 commit
-
Conflicts: app/models/qualifier.rb db/schema.rb test/unit/manage_products_helper_test.rb test/unit/qualifier_test.rb
25 Feb, 2011
5 commits
-
(ActionItem1883)
-
Also: * Moved integration tests to content_viewer functional test * Removed image_label unused method (ActionItem1894)
-
(ActionItem1894)
-
(ActionItem1880)
-
- Product::UNITS was removed; and - We lost the power of gettext to translate units (ActionItem1859)
22 Feb, 2011
1 commit
-
(ActionItem1801)
15 Feb, 2011
1 commit
-
(ActionItem1801)
11 Feb, 2011
1 commit
-
(ActionItem1656)
10 Feb, 2011
1 commit
-
(ActionItem1846)
01 Feb, 2011
1 commit
-
(ActionItem1822)
27 Jan, 2011
1 commit
-
- new config entry: addthis_enabled - new Rails initializer to load config file (ActionItem1820)
26 Jan, 2011
2 commits
-
(ActionItem1527)
-
+ Multi-processing tasks. + Graciously show/hide functions with the smooth slide of + Jquery. ^^ + Using Unobtrusive Javascript. + Customized messages for each task type. + Button "Set all to approve/reject/skip". + Icons related to the task action. * Missing - Need to make selenium tests. (ActionItem1527)
18 Jan, 2011
2 commits
-
* new controller profile_search * new block profile_search_block * added on style.css background images for mimetypes icons * new route profile/foo/search?q=bar (ActionItem1734)
13 Jan, 2011
3 commits
-
(ActionItem1729)
-
Conflicts: public/stylesheets/application.css test/functional/content_viewer_controller_test.rb
-
(ActionItem1686)
07 Jan, 2011
3 commits
-
(ActionItem1391)
-
Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> (ActionItem1776)
04 Jan, 2011
1 commit
-
Done: * Plugin loading process * Infra-structure for plugins registering and event activations. * Three fixed routes for plugins. * Methods to define plugins meta-information. * Interface for activation and deactivation of plugins in the environment panel. * Hotspots: - Buttons in the control panel. - Tabs in the profile (including expanded_template method). - New attributes for profile. * Possibility for the plugin to add new tables. * Mezuro prototype. Missing: * Test integration. * Dependencies integration. * Possibility to add behaviours in noosfero base models.
19 Dec, 2010
1 commit
-
* Removing city from profile_image_link * Removed unnecessary method community_image_link * Added people's city when browsing people (ActionItem1773) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
17 Dec, 2010
2 commits
-
(ActionItem1732)
16 Dec, 2010
2 commits
-
(ActionItem658)
-
(ActionItem1769)
10 Dec, 2010
1 commit
-
* Added rss-feed-16.png (a 16x16 image of rss feed) * icon_name now is a class method * removing image_tags with article's icons * added icon_for_article on class to display icons (ActionItem1770)
09 Dec, 2010
2 commits
-
(ActionItem894)
-
(ActionItem1732)
07 Dec, 2010
1 commit
-
(ActionItem1769)
02 Dec, 2010
2 commits
-
ActionItem1773 Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
-
Blocks will be displayed according to the browser locale: * "all": displayed in all languages * some language: displayed only in the selected language (ActionItem1774) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
30 Nov, 2010
1 commit
-
Removing all that mess feels *very good*. ActionItem1761
21 Oct, 2010
3 commits
-
This reverts commit 45f1288a6a729ade3a800cc5f197d31d48115b1a.
-
* Posts unavailable for the user weren't displayed but were considered on pagination. * Used a direct sql to increase the performance. * Removing last and first_day_of_month methods and using the rails builtin methods in_the_beginning_of_month and in_the_end_of_month. P.S.: done against the master branch. (ActionItem1557)