24 Sep, 2010
8 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)
-
(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
5 commits
-
Instead, use #paginate to find the records. (ActionItem1689)
-
(ActionItem1689)
-
This time via Javascript since all HTML is (potentially) cached. Thanks to Aurélio Heckert for pointing it out. (ActionItem1608)
-
(ActionItem1691)
-
(ActionItem1688)
14 Sep, 2010
2 commits
-
(ActionItem1683)
12 Sep, 2010
3 commits
-
(ActionItem1303)
-
- render URLs - more emotes - title to emoticons images (ActionItem1635)
-
(ActionItem1303)
11 Sep, 2010
4 commits
-
Portuguese translation at 100% (ActionItem1303)
-
(ActionItem1303)
-
(ActionItem1635)
-
- added strophejs lib to communication with XMPP server - added jquery.scrollabletab.js and jquery.emoticon.js plugins - new 'pidgin' icon theme - environment attribute 'icon_theme' moved to theme - added ruby_bosh as plugin to start XMPP/BOSH session (ActionItem1635)
10 Sep, 2010
4 commits
-
All related tests still pass. (ActionItem1659)
-
* Environment admin can send e-mail to all environment users * Community admin can send e-mail to all community members * Added migrate to create mailing * Added job to send mailing (ActionItem1659)
-
(ActionItem1608)
-
* Rewrite ProfileListBlock logic to become simpler and faster * Rewrite membership logic to use named scopes instead of loading the entire list and doing filters with Ruby code. * Moved Noosfero-specific membership logic from access control plugin to Noosfero models. * Removed useless tests * Fixed tests that assumed the slow implementation
04 Sep, 2010
1 commit
-
(ActionItem1608)
03 Sep, 2010
2 commits
-
Also added an explanation for the "Lead" field, which at least in Portuguese has a translation that is not self-explanatory for non-journalists.
-
(ActionItem1670)
02 Sep, 2010
2 commits
-
The HTTP caching feature conflicts with it. This was a crappy feature, anyway. (ActionItem1608)
-
* Added 'thumbnails_processed' to articles and images * Added images to be displayed when the uploaded were not processed yet (ActionItem1661)