17 Aug, 2011
1 commit
-
Conflicts: debian/changelog lib/noosfero.rb lib/noosfero/plugin.rb
16 Aug, 2011
13 commits
-
* The history.go used to revert the url don't work properly on chromium. We're commenting it for now to avoid problems. * Also fixing the show/hide feature.
-
Don't panic! =D
-
Also added cursor:pointer on form's button (ActionItem1970)
-
Adding the 'Add to cart' button to assets products list.
-
* Also fixing little bug on js.
-
* Features: - Plugin helper. - Plugin mailer. - Template for supplier and customer email. - Upgrades to form. * Fixes: - Passing request form through ajax serialize instead of hardcoded.
-
* Missing the send-email implementation
-
Don't panic! =D
-
* Feature: - Controller for cart
13 Aug, 2011
1 commit
-
Conflicts: app/controllers/my_profile/cms_controller.rb test/functional/cms_controller_test.rb
09 Aug, 2011
10 commits
-
When you drag and drop, Firefox brings the outer element together with the link or image. A <div> is less weird than a <li>, though.
-
* removed hardcoded style from Javascript-generated HTML so that when the image is dragged into TinyMCE it does not carry the sidebar formatting * Moved Textile quick reference to a separate partial that is only rendered for TextileArticle's
08 Aug, 2011
2 commits
-
This makes the font size of the textarea elements similar to the one used by default in single-line text fields
-
- fixing some bugfixes - all controllers under admin/ should require login - plugins admin interface should require at least one permission (ActionItem2056)
04 Aug, 2011
1 commit
21 May, 2011
1 commit
12 May, 2011
3 commits
-
(ActionItem356)
-
(ActionItem1992)
-
This reverts commit 1ebe4f84dc0910b6ded065b60ed0e58612a93659. Conflicts: features/step_definitions/noosfero_steps.rb test/functional/manage_products_controller_test.rb
11 May, 2011
2 commits
-
This old commit doesn't works! This reverts commit 3e5f93f48a85241667456ceba454dc13afe02335.
10 May, 2011
4 commits
-
(ActionItem1963)
-
* Features: - Extension of ActionMailer::Base so that it can append or prepend new paths to view_paths and each instance of it has it's own view paths. So if I define Mailer < ActionMailer::Base, my new class Mailer will have an independent view_path from ActionMailer, despite having a default value equal to it. - Adding new method root_path for Plugins. * Fixes: - select_country helper receive options too. - Passing request form through ajax serialize instead of hardcoded.
09 May, 2011
1 commit
-
- moving boxes style definitions from base theme to templates - fixing sidebars width to 190px everywhere (ActionItem1979)
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)