20 Nov, 2014
1 commit
-
Conflicts: Gemfile.lock script/development
19 Nov, 2014
1 commit
-
thin by default would not watch the development log file
18 Nov, 2014
1 commit
-
It will only output anything at all if something goes wrong
13 Nov, 2014
1 commit
08 Nov, 2014
1 commit
02 Nov, 2014
1 commit
01 Nov, 2014
1 commit
31 Oct, 2014
2 commits
-
this was commented a long time ago during the rails3 porting because it was broken, but has been fixed since.
29 Sep, 2014
1 commit
26 Sep, 2014
2 commits
-
This helps me test packaging new dependencies before uploading them to the live repository
25 Sep, 2014
1 commit
18 Sep, 2014
1 commit
16 Sep, 2014
1 commit
09 Sep, 2014
1 commit
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
05 Sep, 2014
1 commit
28 Aug, 2014
1 commit
27 Aug, 2014
1 commit
19 Aug, 2014
1 commit
18 Aug, 2014
1 commit
-
Conflicts: app/controllers/my_profile/cms_controller.rb db/schema.rb
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
22 Jul, 2014
1 commit
-
Conflicts: public/stylesheets/application.css
14 Jul, 2014
1 commit
04 Jul, 2014
1 commit
01 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/