17 Aug, 2011
1 commit
-
Conflicts: debian/changelog lib/noosfero.rb lib/noosfero/plugin.rb
16 Aug, 2011
2 commits
-
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)
-
This reverts commit 2220fe167d588fa1ca900dcef497a875c22b989c. There are some problems with solr (ActionItem1958)
15 Aug, 2011
1 commit
-
(ActionItem2027)
13 Aug, 2011
2 commits
-
(ActionItem2027)
-
Conflicts: app/controllers/my_profile/cms_controller.rb test/functional/cms_controller_test.rb
11 Aug, 2011
2 commits
-
(ActionItem1958)
-
(ActionItem1958)
09 Aug, 2011
7 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
4 commits
-
also: - fix noosfero/i18n: error_messages_for should works as documented in Rails API (accept param :header_message => '...') - new helper method to display errors in a dialog box - now Plugins knows what is URL to admin itself - defining paths to cucumber steps and setup files in config/cucumber.yml - allow plugins to have documentation in same way as Noosfero core (ActionItem2056)
-
- fixing some bugfixes - all controllers under admin/ should require login - plugins admin interface should require at least one permission (ActionItem2056)
-
(ActionItem2056)
04 Aug, 2011
1 commit
27 Jul, 2011
1 commit
26 Jul, 2011
3 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.
20 May, 2011
2 commits
-
* Also including a migration to remove subcategories of ProductCategory that aren't a subclass of ProductCategory. (ActionItem2007)
-
(ActionItem2007)
18 May, 2011
1 commit
-
Change acts_as_searcheable to always index schema_path. If multitenancy if off or the database isn't PostgreSQL, then schema_path method returns an empty string and is not used at find_by_contents. Change find_by_contents adding options separating options from paginate, solr and rails's find. With Solr search capabilities, combined search (solr + rails find) won't be necessary in the future. Also change find_by_contents to return a hash where there are the facets found and also the results. Related tests pass with this change
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
2 commits
-
This is an enterprise block that shows all people that added the enterprise as "favorite". (ActionItem356)
28 Apr, 2011
1 commit
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
1 commit
-
- 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)
28 Mar, 2011
2 commits
25 Mar, 2011
1 commit
-
(ActionItem1961)
24 Mar, 2011
1 commit
-
Conflicts: app/views/content_viewer/view_page.rhtml
22 Mar, 2011
1 commit
-
Also, fixing all selenium tests (ActionItem1672)