30 Nov, 2012
1 commit
-
Sorry, couldn't organize thing in micro-commits... =/
04 Nov, 2012
1 commit
-
Conflicts: app/sweepers/article_sweeper.rb db/schema.rb test/unit/environment_test.rb
29 Oct, 2012
1 commit
-
Added field sigup_welcome_text on environment New tab on admin panel to edit the text When the environment doesn't have a text, will use the default text Added content_type to email (ActionItem2497)
27 Oct, 2012
1 commit
-
Added field redirection_after_login on profiles and environments New db/schema Added a select to choose option to redirect on admin panel and on profile control panel (ActionItem2369)
24 Oct, 2012
2 commits
-
Conflicts: app/helpers/forms_helper.rb app/models/box.rb app/views/box_organizer/edit.rhtml db/schema.rb test/unit/box_test.rb
-
(ActionItem2388)
26 Aug, 2012
1 commit
23 Aug, 2012
1 commit
19 Aug, 2012
1 commit
-
Conflicts: db/schema.rb
18 Aug, 2012
1 commit
-
Also: - Added migration to remove action_trackers with target nil - Updated db/schema (ActionItem2400)
17 Aug, 2012
1 commit
-
Also replaced "if !" by "unless"
13 Aug, 2012
1 commit
10 Aug, 2012
1 commit
08 Aug, 2012
2 commits
-
…into merge-requests/187 Conflicts: app/models/environment.rb public/stylesheets/application.css test/factories.rb test/fixtures/roles.yml test/unit/article_test.rb
-
(ActionItem2378)
07 Aug, 2012
2 commits
-
(ActionItem2378)
-
(ActionItem2378)
19 Jul, 2012
1 commit
-
Conflicts: app/models/article.rb app/models/profile.rb app/models/uploaded_file.rb public/javascripts/application.js public/stylesheets/application.css test/unit/article_test.rb test/unit/category_finder_test.rb test/unit/enterprise_test.rb
18 Jul, 2012
4 commits
-
(ActionItem2379)
-
(ActionItem2379)
-
(ActionItem2379)
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
20 May, 2012
1 commit
-
Conflicts: app/views/layouts/_javascript.rhtml features/step_definitions/noosfero_steps.rb features/support/paths.rb
17 May, 2012
5 commits
-
Removed old create_article activities Created new actvities for articles created on the last 8 days Create a new activity for article if activity was removed Fixed tests
-
And a pending test
25 Apr, 2012
1 commit
15 Apr, 2012
1 commit
03 Apr, 2012
3 commits
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
08 Mar, 2012
1 commit
-
I am also already adding a "spam" flag to the table, which we will use next. (ActionItem2309)
29 Feb, 2012
1 commit
-
This fixes a problem that when we are creating the database in PostgreSQL, there is a crash saying: Input string is longer than NAMEDATALEN-1 (63)
24 Feb, 2012
2 commits
-
Change Google API version to V3 and implements city and state validations for Brazil case.
19 Feb, 2012
1 commit
-
Conflicts: app/controllers/application.rb app/controllers/public/browse_controller.rb app/helpers/application_helper.rb app/helpers/display_helper.rb app/models/environment_finder.rb app/models/product.rb app/views/layouts/_javascript.rhtml app/views/layouts/application-ng.rhtml public/javascripts/application.js public/stylesheets/application.css test/functional/browse_controller_test.rb test/functional/search_controller_test.rb vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake
30 Dec, 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 * price composition bar is updated when an user edit some price (ActionItem1413)