11 Sep, 2010
1 commit
-
- 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
1 commit
-
* 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)
04 Sep, 2010
1 commit
-
(ActionItem1661)
02 Sep, 2010
4 commits
-
(ActionItem1661)
-
(ActionItem1661)
-
This technique is actually very useful to inject request context into whatever objects you need, and I learnt it from Leandro and Caio.
-
* added delayed_attachment_fu lib to process thumbnails in background * added create_thumbnails_job lib to create thumbnails (ActionItem1661)
30 Aug, 2010
2 commits
-
(ActionItem1640)
-
(ActionItem1640)
27 Aug, 2010
2 commits
-
For some reason when the Profile class is loaded while InvitationJob is being performed there is an IOError error caused by acts_as_ferret's DRB server. By trial and error I found out that if the class is loaded during delayed_job startup, then that problem does not occur. WTF? (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)
26 Aug, 2010
1 commit
-
This fixes the 'noosfero:doc:build' task, which was broken by commit f73c8033 that removed another task file that loaded the environment. Now the environment is loaded in its own separate file
23 Aug, 2010
1 commit
-
(ActionItem1640)
22 Aug, 2010
3 commits
-
Conflicts: db/schema.rb
-
Added delayed_job plugin Added a daemon to start/stop delayed_job Added invitation on a queue to be processed later (ActionItem1640)
-
Conflicts: db/schema.rb public/stylesheets/application.css
17 Aug, 2010
2 commits
15 Aug, 2010
1 commit
-
- Added a new jQuery UI theme - Added jQuery Cookie plugin (ActionItem1412)
14 Aug, 2010
1 commit
-
Added setting trusted_sites_for_iframes to environment WhiteListFilter lib to filter iframes from fields Removed "on hand" iframe filter from plugins (ActionItem1631)
10 Aug, 2010
2 commits
09 Aug, 2010
2 commits
-
This way if the X server number is already being used (e.g. by a concurrent xfvb-run execution) it will find the neft available number. Got the ideam from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573679
06 Aug, 2010
3 commits
-
It is not strictly needed for non-development usage. Thanks to Bráulio B O Bhavamitra for pointing it out.
05 Aug, 2010
5 commits
-
(ActionItem1416)
-
The skeleton was copied from Rails' own :test implementation, but I added the :cucumber and :selenium tasks.
-
(ActionItem1416)
04 Aug, 2010
2 commits
01 Aug, 2010
1 commit
-
ActionItem1602
23 Jul, 2010
1 commit
-
After creation/edition of an article, the user is redirected to the article Used back_to to store the page to return (ActionItem1424)
17 Jul, 2010
1 commit
08 Jul, 2010
1 commit
-
Conflicts: app/models/environment.rb features/publish_article.feature test/unit/application_helper_test.rb test/unit/blog_test.rb test/unit/environment_test.rb
07 Jul, 2010
1 commit
28 Jun, 2010
1 commit
-
* A lot of environment methods were not using settings_items in yours definition. In some cases use the code settings_items instead of define the method entirelly is more appropriated * The method boxes_limit was defined using LayoutTemplate? class in one case and in the other case, using the database. (ActionItem1568)