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
5 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)
-
(ActionItem1649)
04 Oct, 2010
2 commits
-
(ActionItem1685)
24 Sep, 2010
3 commits
-
It turns out that Internet Explorer has problems with it. It looks like it is trying to parse that text as %-escape caracters, and since the parsing fails, it does not put those links as proper DOM elements but as 'raw' objects, and thus the .href attribute does not exist (actually an error occurs if you try to access such attribute on those objects). This bug was introduced by the HTTP caching commit (ActionItem1608) (ActionItem1711)
-
(ActionItem1673)
-
(ActionItem1646)
21 Sep, 2010
1 commit
20 Sep, 2010
1 commit
-
Also: * Adding links to the profile-image balloon. * Removing add-friend and join-community confirmation steps.
17 Sep, 2010
1 commit
-
Instead, use #paginate to find the records. (ActionItem1689)