27 Mar, 2014
1 commit
29 May, 2013
1 commit
-
closes ActionItem2519
18 Jul, 2012
2 commits
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
17 Jul, 2012
2 commits
-
Created a method for button to remove qualifiers (ActionItem2374)
-
…into merge-requests/183
11 Jul, 2012
1 commit
-
Adds a delete button along with the new qualifiers row. Also, fix the page so when the qualifiers is selected, the button remains (this bug only happened in Chrome and was caused by a blank character in the html) (ActionItem2374)
09 Jul, 2012
1 commit
06 Jul, 2012
1 commit
-
An hidden tag is used to update qualifiers_list in products even when said qualifiers_list is empty, so it would behave accordingly with the way the qualifiers are added dinamically using javascript and ajax (that is, the list represents the content of a product's qualifiers, so an empty list means that whatever qualifiers that the product had before should be removed). But this tag was overwriting the qualifiers and certifiers added by the user, thus making rails believe that the qualifiers list was always empty. I've changed the hidden tag to have a default value 'nil' (which is actually a string, but it works; I couldn't find a way to put an actual nil value), and when the qualifiers list is updated the method inside the model ignores qualifiers whose id value are 'nil'. (ActionItem2328)
20 May, 2012
1 commit
-
Conflicts: app/views/layouts/_javascript.rhtml features/step_definitions/noosfero_steps.rb features/support/paths.rb
10 May, 2012
1 commit
-
(ActionItem2320)
20 Mar, 2012
1 commit
-
(ActionItem2320)
16 Mar, 2012
1 commit
-
Conflicts: INSTALL app/helpers/application_helper.rb app/views/account/signup.rhtml app/views/layouts/application-ng.rhtml app/views/search/_product.rhtml debian/control debian/noosfero.install debian/noosfero.links features/step_definitions/noosfero_steps.rb script/production
15 Mar, 2012
1 commit
08 Mar, 2012
1 commit
-
I had to change a lot of plugin hotspot tests that depended on heavy/evil mocking and stubbing to pass. (ActionItem2315)
10 Jan, 2012
3 commits
-
(ActionItem2223)
-
(ActionItem2220)
30 Dec, 2011
3 commits
-
(ActionItem1413)
-
* 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 * price composition bar is updated when an user edit some price (ActionItem1413)
10 Oct, 2011
1 commit
-
* Refactoring profile management to use tokeninput * Also, adding support of tokeninput to the core * Adding attributes validated and cnpj to enterprise * Environment option to define enterprise as validated by defaul * Making profile namedscopes consider subclasses too * Adapting enterprise icon and identification to meet Bsc expectations * Adapting profile info actions to meet Bsc expectations * Adapting control panel buttons to meet Bsc expectations * Adapting core product to meed Bsc expectations * Adding and fixing plugin hotspots (ActionItem2085, ActionItem2087, ActionItem2086, ActionItem2088)
08 Aug, 2011
1 commit
-
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)
12 May, 2011
1 commit
-
This reverts commit 1ebe4f84dc0910b6ded065b60ed0e58612a93659. Conflicts: features/step_definitions/noosfero_steps.rb test/functional/manage_products_controller_test.rb
10 May, 2011
3 commits
-
(ActionItem1970)
-
* Hot Spots: - Catalog item extra content - Stylesheet - JS - Application body extra content - Product info extra content * Plugin new methods - Public name - Public path * Plugin manager - Fixing map and adding collect method * Fixes: - Expand template method
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)
22 Mar, 2011
2 commits
-
* Site info * Send email on community and environment administration * Product's description (AcitonItem1922) (AcitonItem1947) (AcitonItem1909)
-
(ActionItem1929)
15 Aug, 2010
1 commit
-
- Added a new jQuery UI theme - Added jQuery Cookie plugin (ActionItem1412)
13 Aug, 2010
1 commit
-
Now the management is paginated.
30 Jul, 2010
1 commit
-
On a product's page, the button "Back to product" redirects to catalog/index Removed link of certifier if certifier doesn's have link
22 Jul, 2010
1 commit
-
* Created a new table inputs * For each consumption of a profile was created an input to each product of the profile * Removed consumptions table (ActionItem1435)
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)
17 Jul, 2010
1 commit
-
Fixing categories selection and fixing width of sideboxes in leftbar and rightbar templates Added themes to jquery-ui (ActionItem1392)
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)
09 Jul, 2010
1 commit
-
* This block must be available to Enterprises and the enterprise administrator could choose what products will be highlighted * The environment could have this block and in this case the products are choosen randomically (ActionItem1576)
10 Aug, 2009
1 commit
-
created a new helper link_to_product_category and used in: * catalog page * product show page * manage product show page * manage product index on consumption list * extracted from the search controller on listing products
20 May, 2009
1 commit
-
Took the opportunity to do a general UI review of all templates that used tables (I had to check if they broke after my changes, after all).