05 Mar, 2015
1 commit
26 Feb, 2015
1 commit
25 Feb, 2015
1 commit
-
This fixes a bunch of tests for me
23 Feb, 2015
1 commit
22 Feb, 2015
2 commits
-
Fixes multitenancy documentation and task Multitenancy installation is not currently working as described on documentation. This patch fixes the create task and updates the documentation. See merge request !377
-
New configuration to define when user activation check will perform See merge request !455
11 Feb, 2015
1 commit
09 Feb, 2015
1 commit
03 Feb, 2015
1 commit
-
Conflicts: app/controllers/my_profile/profile_editor_controller.rb app/helpers/search_helper.rb app/models/invitation.rb app/models/person.rb app/views/cms/view.html.erb app/views/templates/index.html.erb plugins/community_track/views/content_viewer/_step_item.html.erb test/functional/home_controller_test.rb test/unit/person_test.rb test/unit/profile_test.rb
28 Jan, 2015
3 commits
-
This actually breaks things. See the discussion on !430 https://gitlab.com/noosfero/noosfero/merge_requests/430
22 Jan, 2015
1 commit
-
Use class name as string instead of constant
15 Jan, 2015
1 commit
12 Jan, 2015
1 commit
09 Jan, 2015
1 commit
22 Dec, 2014
1 commit
-
wavatar produces shitty little monsters which is annoying
20 Nov, 2014
1 commit
-
Conflicts: Gemfile.lock script/development
13 Nov, 2014
1 commit
-
Using the previous documented syntax got me an error since environment wasn't expected to be a string. I could only get it to work using YAML alias and anchors, so I'm changing the documentation.
31 Oct, 2014
1 commit
28 Oct, 2014
2 commits
27 Oct, 2014
1 commit
-
Without this, rails won't convert back to system timezone when reading timestamṕ/datatime fields from database. https://github.com/rails/rails/issues/6816
11 Oct, 2014
1 commit
18 Sep, 2014
2 commits
12 Sep, 2014
1 commit
-
Ai3300: In rails3, plugins' paths are being appended See merge request !317
11 Sep, 2014
4 commits
-
Conflicts: AUTHORS app/controllers/public/content_viewer_controller.rb debian/changelog lib/noosfero.rb po/de/noosfero.po po/eo/noosfero.po po/es/noosfero.po po/fr/noosfero.po po/hy/noosfero.po po/it/noosfero.po po/noosfero.pot po/pt/noosfero.po po/ru/noosfero.po
-
No code on initializers should ever touch the database. During upgrades, that code will run when running migrations, i.e. while the database is still outdated.
-
Such memory consumption logging should be done on the processes processing requests, and not on the delayed job processes.
08 Sep, 2014
1 commit
-
Conflicts: app/controllers/application_controller.rb app/controllers/my_profile/memberships_controller.rb app/controllers/public/account_controller.rb app/helpers/application_helper.rb app/helpers/layout_helper.rb app/helpers/token_helper.rb app/views/account/signup.html.erb app/views/layouts/_javascript.html.erb db/schema.rb test/functional/application_controller_test.rb
22 Aug, 2014
1 commit
-
Support passenger on production http://noosfero.org/Development/ActionItem3109 See merge request !233
21 Aug, 2014
1 commit
18 Aug, 2014
1 commit
-
Conflicts: app/controllers/my_profile/cms_controller.rb db/schema.rb
13 Aug, 2014
2 commits
-
Ai3223 fix article versions http://noosfero.org/Development/ActionItem3223 See merge request !265
12 Aug, 2014
1 commit
11 Aug, 2014
1 commit
07 Aug, 2014
1 commit
-
Hopefully this is the very last time we do this. Conflicts: Rakefile app/controllers/my_profile/cms_controller.rb app/controllers/public/content_viewer_controller.rb app/helpers/application_helper.rb app/helpers/content_viewer_helper.rb app/models/article.rb app/models/enterprise.rb app/models/product_categories_block.rb app/models/products_block.rb app/views/account/_signup_form.rhtml app/views/blocks/my_network.rhtml app/views/blocks/profile_info.rhtml app/views/blocks/profile_info_actions/_community.html.erb app/views/blocks/profile_info_actions/_enterprise.html.erb app/views/blocks/profile_info_actions/_person.html.erb app/views/content_viewer/view_page.rhtml app/views/profile/index.rhtml app/views/shared/_disabled_enterprise.html.erb app/views/shared/articles_list.html.erb db/schema.rb debian/changelog lib/file_presenter.rb lib/noosfero.rb plugins/custom_forms/controllers/custom_forms_plugin_profile_controller.rb plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb plugins/shopping_cart/test/functional/shopping_cart_plugin_controller_test.rb plugins/work_assignment/test/unit/work_assingment_plugin/work_assignment_test.rb plugins/work_assignment/test/unit/work_assingment_plugin_test.rb public/javascripts/application.js script/sample-articles script/sample-enterprises script/sample-products script/sample-profiles test/functional/cms_controller_test.rb test/functional/comment_controller_test.rb test/functional/content_viewer_controller_test.rb test/unit/application_helper_test.rb test/unit/article_test.rb test/unit/content_viewer_helper_test.rb test/unit/folder_helper_test.rb test/unit/forum_helper_test.rb