06 May, 2014
3 commits
29 Apr, 2014
2 commits
-
This fixes a problem with the packaged production environment where Rails 3 expects write access to the entire directory instead of to just the file it actually needs to write
-
Some specific points: - ./script/quick-start not works from start to end on a clean Debian wheezy system - Gemfile: remove checking for programs since the Gemfile is not really the right place to do this - Gemfile.lock: lock gem versions against Debian wheezy. This assumes package versions in Debian wheezy + some backported packages available at http://people.debian.org/~terceiro/noosfero-wheezy-backports/ - db:data:minimal: add an explicit contact email to the new environment. This fixes a long standing issue: when installing Noosfero on a brand new system, exim MTA will choke on a malformed sender address, and abort the entire installation. - added a simple Vagrantfile for development purposes Pending: - provide proper backports for packages and drop the temporary http://people.debian.org/~terceiro/noosfero-wheezy-backports/
25 Mar, 2014
2 commits
13 Mar, 2014
1 commit
10 Mar, 2014
3 commits
07 Mar, 2014
8 commits
-
Conflicts: lib/noosfero/plugin/routes.rb plugins/container_block/test/unit/block_test.rb plugins/container_block/test/unit/environment_test.rb plugins/container_block/test/unit/profile_test.rb plugins/container_block/views/blocks/container.html.erb
-
Conflicts: config/initializers/dependencies.rb debian/control lib/noosfero/core_ext.rb lib/noosfero/plugin/routes.rb
-
Conflicts: app/controllers/my_profile/profile_themes_controller.rb test/unit/comment_test.rb vendor/plugins/action_tracker_has_comments/init.rb
-
It's not used anymore since: ca5ebf95375cd5dbb80a047dc79f4c31e36df899
06 Mar, 2014
4 commits
05 Mar, 2014
1 commit
-
Ai2943 Container Block Fixes Fix broken edition for container block with the new css for sideboxes view.
03 Mar, 2014
1 commit
-
Also removed wrong class from link-title (ActionItem2925)
02 Mar, 2014
2 commits
-
…unb-gama/noosfero into AI2925-add_tittle_field_on_link_list_block Conflicts: app/views/box_organizer/_link_list_block.rhtml
-
…into merge-requests/398 Conflicts: app/views/content_viewer/view_page.rhtml
01 Mar, 2014
2 commits
-
(ActionItem2909)
28 Feb, 2014
1 commit
-
…gama/noosfero into ActionItem2909-SortUsersAlphabetically
27 Feb, 2014
1 commit
-
Steps to reproduce: - Enable vote plugin; - Enable work_assignment plugin; - Create an UploadedFile; - When remove the created UploadedFile: NoMethodError: undefined method `association_class' for nil:NilClass
26 Feb, 2014
6 commits
25 Feb, 2014
3 commits
-
View paths of plugins is appended at the end of view_paths array.