30 Oct, 2014
2 commits
30 Sep, 2014
1 commit
-
Conflicts: Gemfile Gemfile.lock
29 Sep, 2014
1 commit
26 Sep, 2014
3 commits
-
This helps me test packaging new dependencies before uploading them to the live repository
25 Sep, 2014
1 commit
22 Sep, 2014
1 commit
-
Conflicts: Gemfile Gemfile.lock lib/tasks/gettext.rake test/unit/dates_helper_test.rb
16 Sep, 2014
1 commit
09 Sep, 2014
1 commit
05 Sep, 2014
1 commit
01 Sep, 2014
6 commits
28 Aug, 2014
1 commit
27 Aug, 2014
1 commit
19 Aug, 2014
1 commit
13 Aug, 2014
1 commit
05 Aug, 2014
2 commits
-
This fixes the creation of development environments after people.debian.org started redirecting to https. Also, it needed to be done anyway since we want to self-host our stuff at nooosfero.org
04 Aug, 2014
1 commit
-
This will avoid downloading dependencies from rubygems.org behind your back when you are using dependencies from Debian+Noosfero APT repository.
31 Jul, 2014
2 commits
-
Any CI build job should be as simple as `./script/quick-start && rake`. Cleaning up files etc should be the job of the CI system itself (i.e. we assume that a CI job runs against a fresh, clean git tree)
30 Jul, 2014
1 commit
-
Base plugins are enanbed by default and cannot be disabled at the system level, but can be disabled per-environment at the web UI. A part of the required changes also fix the Noosfero plugin infrastructure, in special migrations, on Rails 3.
29 Jul, 2014
1 commit
14 Jul, 2014
1 commit
04 Jul, 2014
1 commit
06 Jun, 2014
1 commit
-
Also: - check return of before_disable.rb when disabling plugins - fix rails3: instance_eval -> instance_exec (ActionItem2859)
23 May, 2014
2 commits
-
Conflicts: script/sample-articles script/sample-enterprises script/sample-products script/sample-profiles
13 May, 2014
1 commit
-
Conflicts: app/helpers/application_helper.rb app/helpers/layout_helper.rb app/models/community.rb app/models/enterprise.rb app/models/product_category.rb app/views/account/change_password.html.erb config/boot.rb config/environment.rb config/routes.rb lib/noosfero/plugin.rb test/unit/enterprise_activation_test.rb test/unit/person_notifier_test.rb
12 May, 2014
1 commit
-
AI3091
29 Apr, 2014
1 commit
-
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/
08 Apr, 2014
1 commit
-
Making every plugin run its tests with independently, with only its migrations and only it enabled.
07 Mar, 2014
1 commit
-
Conflicts: config/initializers/dependencies.rb debian/control lib/noosfero/core_ext.rb lib/noosfero/plugin/routes.rb
13 Feb, 2014
1 commit
-
This reverts commit a3fb85d903790d565983e4e0f22acf557d8292dc. Reverting substitution of hpricot for nokogiri on macros infra due to segfault problem with nokogiri 1.4.0. Conflicts: INSTALL script/install-dependencies/debian-squeeze.sh