31 May, 2012
1 commit
-
Some tests were broken after changes on routes included with commit bfce4eb13212734b675c4fd07f23ecca6946cb3e
18 Dec, 2011
3 commits
13 Aug, 2011
1 commit
-
(ActionItem2052)
11 Aug, 2011
2 commits
-
(ActionItem1958)
-
(ActionItem1958)
09 Aug, 2011
6 commits
-
The problem is that file uploads cannot be done via real AJAX, so the jQuery form plugin creates a hidden iframe and does the upload there. This approach has limitations, and among them is not being able to send proper JSON responses for file uploads. See http://jquery.malsup.com/form/#file-upload
08 Aug, 2011
3 commits
-
A plugin that allows sending e-mails via HTML forms (ActionItem2056)
-
- fixing some bugfixes - all controllers under admin/ should require login - plugins admin interface should require at least one permission (ActionItem2056)
-
(ActionItem2056)
27 Jul, 2011
1 commit
26 Jul, 2011
2 commits
-
Solr uses stop words configuration on the server and not on application level. So stop words code and tests were deleted Do not throw 'Out of sync' exceptions when ordering with acts_as_solr. Use the results from the database ignoring index results not present in the database.
22 May, 2011
1 commit
-
Also, added new schema (ActionItem2007)
20 May, 2011
2 commits
-
* Also including a migration to remove subcategories of ProductCategory that aren't a subclass of ProductCategory. (ActionItem2007)
-
(ActionItem2007)
12 May, 2011
1 commit
-
This reverts commit 1ebe4f84dc0910b6ded065b60ed0e58612a93659. Conflicts: features/step_definitions/noosfero_steps.rb test/functional/manage_products_controller_test.rb
11 May, 2011
3 commits
-
This is an enterprise block that shows all people that added the enterprise as "favorite". (ActionItem356)
10 May, 2011
3 commits
-
(ActionItem1996)
-
Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
09 May, 2011
2 commits
-
Conflicts: features/step_definitions/noosfero_steps.rb test/functional/profile_design_controller_test.rb
-
(ActionItem1957)
04 May, 2011
1 commit
-
(ActionItem1988)
02 May, 2011
1 commit
-
(ActionItem1981)
28 Apr, 2011
2 commits
27 Apr, 2011
1 commit
-
* new table production_costs * environment and enterprises can have them * new table price_details * products have price details with a cost and a price * updated db/schema * included method to display the total value of inputs * included partials to display and edit price details * allowing users to create new cost from select * manage_products.js to separate js codes from application.js * numbers_only_javascript * created a partial with the js needed to allow only numbers on some fields (ActionItem1413)
13 Apr, 2011
1 commit
11 Apr, 2011
2 commits
-
(ActionItem1949)
-
- It is allowed only editing roles (ActionItem1966)
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)