17 Aug, 2011
1 commit
-
…nto merge-requests/35 Conflicts: script/sample-profiles
16 Aug, 2011
1 commit
-
This reverts commit 6409d6cc8e989f473f17b882d05367c4b9153528, reversing changes made to 313f8a54d53a4fdfa651f02197813026e1660e3b. Conflicts: features/step_definitions/noosfero_steps.rb test/unit/category_finder_test.rb There are some problems with solr (ActionItem1958)
11 Aug, 2011
1 commit
-
- creating helpers in Noosfero::SampleDataHelper to save some 'typing' - adding articles and profiles to categories in sample-data scripts - moving Events creation to sample-articles script - echoing 'F' or 'E' in output in case of fail or error on creating
26 Jul, 2011
3 commits
-
- fix a litle bug in a cucumber step to create articles - adding 'guest' user via sample data scripts (ActionItem2054)
-
For the task 'package' check first if solr was already downloaded. If so, then include it on the tarball. Also invoke solr:download task for test task and development script.
27 May, 2011
1 commit
-
(ActionItem1987)
18 May, 2011
1 commit
11 May, 2011
2 commits
-
- log files are in tmp/pids/*.output - using 'default' as default value for '-i' option (ActionItem1898)
10 May, 2011
2 commits
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)
02 Mar, 2011
2 commits
-
Run it without any arguments for usage.
25 Feb, 2011
1 commit
-
- Product::UNITS was removed; and - We lost the power of gettext to translate units (ActionItem1859)
20 Feb, 2011
1 commit
31 Jan, 2011
1 commit
13 Jan, 2011
1 commit
25 Nov, 2010
1 commit
26 Oct, 2010
3 commits
-
(ActionItem1680)
15 Sep, 2010
1 commit
-
(ActionItem1303)
04 Sep, 2010
1 commit
-
`./script/production run` will start the complete service (app server, ferret server, delayed_job server) in production mode and then wait for a control-C, after which it will stop the service. This is useful for running in production mode during test activities.
30 Aug, 2010
1 commit
-
(ActionItem1640)
27 Aug, 2010
3 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)
-
(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)
23 Aug, 2010
1 commit
-
(ActionItem1640)
22 Aug, 2010
1 commit
-
Added delayed_job plugin Added a daemon to start/stop delayed_job Added invitation on a queue to be processed later (ActionItem1640)
15 Aug, 2010
1 commit
-
- Added a new jQuery UI theme - Added jQuery Cookie plugin (ActionItem1412)
30 Jul, 2010
2 commits
19 Jul, 2010
1 commit
-
- Product category is mandatory for products now
18 Jul, 2010
1 commit
-
- Align left the title of creation product screen - Fixing width of categories selection for new and edit screens - Dont cache jquery.ui stylesheet - Ensure consistency between ui_icon and ui_button methods - Creating more categories in sample-categories script - Fix pt_BR translation of 'categories' (ActionItem1391,ActionItem1392)
15 Jul, 2010
1 commit
-
(ActionItem1577)
13 Jul, 2010
1 commit
-
- Old interface for category selection was removed - Allow nil for product name - Procuct category is mandatory for new products - Optimizing some functional tests - Categories have attribute to set if accept or no products (ActionItem1391)
01 Jul, 2010
1 commit
-
- New script to create sample categories in database: script/sample-categories
23 Jun, 2010
1 commit
-
(ActionItem1570)