08 Aug, 2011
1 commit
-
- fixing some bugfixes - all controllers under admin/ should require login - plugins admin interface should require at least one permission (ActionItem2056)
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)
14 Apr, 2011
1 commit
13 Apr, 2011
1 commit
12 Apr, 2011
2 commits
-
(ActionItem1974)
11 Apr, 2011
1 commit
-
(ActionItem1949)
10 Apr, 2011
2 commits
-
(ActionItem1925)
-
Today the varnish-noosfero.vcl has only the basic backend configurations and the vcl_error routine to be compatible with the noosfero error page. In the future more noosfero configurations for varnish may be appended to this file. (ActionItem1877)
30 Mar, 2011
1 commit
-
(ActionItem1968)
22 Mar, 2011
1 commit
-
(ActionItem1936)
03 Mar, 2011
1 commit
-
* Mergin all separate body and lead of all the article's type into one shared partial. * Adding the lead slide to the task (it was just showing instead of hiding and sliding when the 'Lead' button was clicked). PS: This refactoring also fixes the AI1869. (ActionItem1869)
28 Feb, 2011
1 commit
-
Conflicts: app/models/qualifier.rb db/schema.rb test/unit/manage_products_helper_test.rb test/unit/qualifier_test.rb
25 Feb, 2011
1 commit
-
(ActionItem1894)
22 Feb, 2011
3 commits
-
(ActionItem1801)
-
(ActionItem1890)
-
(ActionItem1896)
21 Feb, 2011
1 commit
20 Feb, 2011
1 commit
-
Conflicts: public/stylesheets/application.css
19 Feb, 2011
2 commits
-
- removed 'icon-scrap' CSS class (ActionItem1854)
-
(ActionItem1870)
17 Feb, 2011
3 commits
-
Solve http://noosfero.org/Development/ActionItem1851 Unhappily, as i see, that is impossible to auto-test if a content is overflowing a sized box. That is also impossible to auto-test if the <pre> is bigger then the sized box, despite the content is forcing to be bigger, and that i can't explain. It's clientWidth shows it with the parent size. :-( The good news is that is really easy to correct! :-) We only need to style white-space: pre-wrap on <pre> elements inside line-brakes as it must do, and add brakes at the end of the horizontal space if need (what solves the bug). http://www.w3.org/TR/CSS21/text.html#propdef-white-space (ActionItem1851)
-
(ActionItem1866)
-
(ActionItem1855)
15 Feb, 2011
2 commits
-
(ActionItem1801)
-
(ActionItem1801)
14 Feb, 2011
2 commits
-
(ActionItem1799)
-
(ActionItem1799)
11 Feb, 2011
1 commit
-
(ActionItem1750)