02 Feb, 2011
1 commit
-
(ActionItem1808)
31 Jan, 2011
1 commit
27 Jan, 2011
3 commits
-
- new config entry 'exception_recipients' in noosfero.yml (ActionItem1808)
-
(ActionItem1820)
-
- new config entry: addthis_enabled - new Rails initializer to load config file (ActionItem1820)
18 Jan, 2011
1 commit
-
* 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)
04 Jan, 2011
2 commits
-
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.
07 Dec, 2010
1 commit
-
(ActionItem1769)
25 Sep, 2010
1 commit
-
(ActionItem1303)
21 Sep, 2010
1 commit
-
* 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)
12 Sep, 2010
1 commit
-
(ActionItem1303)
11 Sep, 2010
3 commits
-
Portuguese translation at 100% (ActionItem1303)
-
(ActionItem1303)
-
- 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)
02 Sep, 2010
1 commit
-
* added delayed_attachment_fu lib to process thumbnails in background * added create_thumbnails_job lib to create thumbnails (ActionItem1661)
27 Aug, 2010
2 commits
-
(ActionItem1640)
-
* Added message if user wants to fetch from hotmail * Added <url> to message if user removed it * Refactored invite_controller * Added ContactList * Added get_email_contacts_job * Added invitation_job (ActionItem1640)
06 Aug, 2010
3 commits
-
(ActionItem1605)
-
(ActionItem1587,ActionItem1588)
30 Jul, 2010
1 commit
-
(ActionItem1600)
29 Jul, 2010
1 commit
17 Jul, 2010
1 commit
-
Fixing categories selection and fixing width of sideboxes in leftbar and rightbar templates Added themes to jquery-ui (ActionItem1392)
15 Jun, 2010
1 commit
14 Jun, 2010
2 commits
-
(ActionItem1558)
-
(ActionItem1558)
09 Jun, 2010
1 commit
-
This will install the needed gems in the working versions.
14 May, 2010
3 commits
-
--00163630fc2b17c9f30486834628 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Adding sample database.yml file for Postgresql (ActionItem1532)
-
* Modularized RSS link in head code; added add_rss_feed_to_head helper method * Modularized RSS generation in FeedWriter class + Refactored RssFeed to use FeedWriter + removed feed_item_description (this fixes ActionItem1463) (ActionItem1518)
-
(and not from github)
07 May, 2010
2 commits
-
* Store all temporary files in /var * Symlink the directories in /var inside the Noosfero directory * Updated sample ferret configuration * Updates logrotate configuration
-
(ActionItem1428)
30 Apr, 2010
1 commit
05 Apr, 2010
1 commit
-
Besides being faster, consumming less memory, and being thread-safe, fast_gettext's approach is cleaner than Ruby-GetText's because it does not mess with the Rails internals. That's probably due to the fact that fast_gettext was designed after Rails had proper I18N support, so that's not exactly Ruby-GetText's fault. Current versions of Ruby-GetText are claimed to be thread-safe as well, but I decided to go with fast_gettext regardless. I am messing with the Rails internals myself by copying some code from Ruby-Gettext, but that code will be dropped when we upgrade to a more recent Rails version with proper I18N. Code was copied from Ruby-GetText to implement: * per-language cache * validation error messages translation During initialization, the needed .mo files installed system-wide are symlinked locally. By doing this we can take "similar" locales locally since fast_gettext does not seem to support loading of files from similar locales (e.g. loading pt_BR/LC_MESSAGES/domain.mo when pt/LC_MESSAGES/domain.mo is not available). This hopefully will fix the long-standing bug with messed up translations due to high concurrency and non-thread-safety of the version of Ruby-GetText in Debian Lenny. (ActionItem1315)
11 Feb, 2010
1 commit
-
I'm wondering whether we should just generate distribute a tarball of the git repository instead of explicitly listing the files that rake should put in this tarball.
02 Feb, 2010
1 commit
-
- invite friends refactored (ActionItem1275)
29 Jan, 2010
1 commit
-
* Documentation browser at /doc * Infra-structure for generating and translating the docs * Added a :release take task for doing th release, which already updates the docs.
28 Dec, 2009
1 commit
02 Dec, 2009
1 commit
-
- Remove unnecessary config file tests for GoogleMaps - Also add the default gravatar configuration (ActionItem1324)