20 Jun, 2011
1 commit
09 Jun, 2011
1 commit
11 May, 2011
1 commit
-
(ActionItem1996)
10 May, 2011
2 commits
-
* Features: - Extension of ActionMailer::Base so that it can append or prepend new paths to view_paths and each instance of it has it's own view paths. So if I define Mailer < ActionMailer::Base, my new class Mailer will have an independent view_path from ActionMailer, despite having a default value equal to it. - Adding new method root_path for Plugins. * Fixes: - select_country helper receive options too. - Passing request form through ajax serialize instead of hardcoded.
-
* Feature: - Adding session to plugin context * Fixes: - Fixing routes due to dubious route - Including helper due to method float_to_currency (ActionItem1996)
12 Apr, 2011
1 commit
-
(ActionItem1974)
04 Apr, 2011
1 commit
-
Developed with Caio SBA <caio@colivre.coop.br> Available only for PostgreSQL by now See INSTALL.multitenancy for details (ActionItem1845)
03 Mar, 2011
1 commit
-
(ActionItem1904)
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
1 commit
-
* Store all temporary files in /var * Symlink the directories in /var inside the Noosfero directory * Updated sample ferret configuration * Updates logrotate configuration