20 Dec, 2010
1 commit
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
5 commits
-
(ActionItem1732)
-
patch attached From df266a9e69468ee74bcb38d92985fbbb46e3d14b Mon Sep 17 00:00:00 2001 From: Aurelio A. Heckert <aurelio@colivre.coop.br> Date: Thu, 16 Dec 2010 21:43:53 -0300 Subject: [PATCH] Beautify themes list page
-
(ActionItem1529)
16 Dec, 2010
2 commits
-
(ActionItem1732)
10 Dec, 2010
2 commits
-
(ActionItem894)
-
* 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
6 commits
-
(ActionItem894)
-
(ActionItem894)
-
* English text review * Letting the administrator edit all fields which are going to be published before accepting the article. * Letting administrator highlight the new article. * Making the size of the lead and body fields consistent with other UI parts * Removed inconsistent styling * Updated database schema file (ActionItem1732) -
(ActionItem1732)
-
(ActionItem1733)
-
* When approving a task, some fields from published article are displayed and can be edited * Removed PublishedArticle * Added migrate to copy body, article and type from PublishedArticle's reference_article to article (ActionItem1733)
07 Dec, 2010
4 commits
-
(ActionItem1769)
-
(ActionItem1675)
-
* Enhancing the way a theme is set to an environment * Allowing users to remove the theme of a profile * Fixed delayed_attachment_fu, so favicon (not thumbnailable file) won't display loading image (ActionItem1675)
02 Dec, 2010
1 commit
-
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
27 Oct, 2010
1 commit
-
(ActionItem1759)
26 Oct, 2010
3 commits
-
(ActionItem1753)
-
(ActionItem1751)
-
(ActionItem1716)
21 Oct, 2010
6 commits
-
Users can delete own profiles Organization admins can delete organizations Environment admins also can remove others profiles (ActionItem1716)
-
(ActionItem1608)
-
(ActionItem1744)
-
* 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) -
(ActionItem1730)
-
- resolved bug with friends online list in Opera browser (ActionItem1705)
04 Oct, 2010
4 commits
-
(ActionItem1685)
-
(ActionItem1719)
-
(ActionItem1719)
-
(ActionItem1303)
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)
-
For some weird reason it is not working on IE. (ActionItem1711)