26 Oct, 2010
4 commits
-
(ActionItem1753)
-
(ActionItem1751)
-
(ActionItem1716)
21 Oct, 2010
11 commits
-
Users can delete own profiles Organization admins can delete organizations Environment admins also can remove others profiles (ActionItem1716)
-
(ActionItem1608)
-
This reverts commit 45f1288a6a729ade3a800cc5f197d31d48115b1a.
-
(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) -
(ActionItem1649)
-
(ActionItem1730)
-
- resolved bug with friends online list in Opera browser (ActionItem1705)
04 Oct, 2010
5 commits
-
(ActionItem1685)
-
(ActionItem1719)
-
(ActionItem1719)
-
(ActionItem1303)
25 Sep, 2010
1 commit
24 Sep, 2010
9 commits
-
(ActionItem1712)
-
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)
-
(ActionItem1673)
-
(ActionItem1673)
-
(ActionItem1700)
-
(ActionItem1646)
-
(ActionItem1701)
21 Sep, 2010
5 commits
-
* The users member of a community shoudl be notified with the information of where that noficication is. * The friendship relationship should be notified to the both users * If the article is created automaticaly according its template this article should not be notified * The article approval should not notify the article with the user who aproved it as the user that made the article (ActionItem1303)
-
* Also adding a named_scope for images (ActionItem1698)
-
Added sound when user receives message on chat Fixed width on css of chat (ActionItem1679)
20 Sep, 2010
4 commits
-
Also: * Adding links to the profile-image balloon. * Removing add-friend and join-community confirmation steps. -
(ActionItem1394)
-
This code was written at LinguÁgil 2010 <http://www.linguagil.com.br/>, during the "Noosfero Coding Dojo" session on September 17th, 2010. The following people contributed: * Fabrício * Márcio Albuquerque * João Paulo * Luiz Cláudio * Guto Maia * Alexandre Gomes * Ivan * Serge Rehem * Bruno Porkaria * Antonio Terceiro * Rodrigo Souto * Daniela Feitosa (ActionItem1394)
17 Sep, 2010
1 commit
-
Instead, use #paginate to find the records. (ActionItem1689)