Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 8783d1ea54c7125762b0b19cec2e0ca377932bc5 https://github.com/openSUSE/open-build-service/commit/8783d1ea54c7125762b0b1... Author: Stephan Kulow <coolo@suse.de> Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M src/api/app/views/message/index.xml.builder M src/api/app/views/statistics/activity.xml.builder M src/api/app/views/statistics/added_timestamp.xml.builder M src/api/app/views/statistics/download_counter.xml.builder M src/api/app/views/statistics/global_counters.xml.builder M src/api/app/views/statistics/highest_rated.xml.builder M src/api/app/views/statistics/latest_added.xml.builder M src/api/app/views/statistics/latest_updated.xml.builder M src/api/app/views/statistics/most_active_packages.xml.builder M src/api/app/views/statistics/most_active_projects.xml.builder M src/api/app/views/statistics/newest_stats.xml.builder M src/api/app/views/statistics/rating.xml.builder M src/api/app/views/statistics/updated_timestamp.xml.builder M src/api/app/views/status.xml.builder M src/api/app/views/status/messages.xml.builder M src/api/app/views/status/project.xml.builder M src/api/app/views/tag/_listxml.xml.builder M src/api/app/views/tag/_objects_by_tag.xml.builder M src/api/app/views/tag/_tagcloud.xml.builder M src/api/app/views/tag/_tagged_objects_with_tags.xml.builder M src/api/app/views/tag/_tags.xml.builder M src/api/app/views/wizard.xml.builder Log Message: ----------- [api] use nokogiri's xml builder for .builder files This is mainly useful to avoid builder 3.0, it's broken with ruby 1.8 and as long as we have no ruby 1.9 in factory, we're lost with it ;( Commit: 84068e183a00e781f92897d8a463244dc0e8deb4 https://github.com/openSUSE/open-build-service/commit/84068e183a00e781f92897... Author: Stephan Kulow <coolo@suse.de> Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M src/api/Gemfile.lock Log Message: ----------- [api] some gems are not packaged and we should only rely on packages Commit: 5f163b992da8d35de9a3b21e9607a60562005ac1 https://github.com/openSUSE/open-build-service/commit/5f163b992da8d35de9a3b2... Author: Stephan Kulow <coolo@suse.de> Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M src/api/config/environment.rb M src/api/config/environments/development.rb M src/api/config/environments/test.rb A src/api/config/initializers/nokogiri-builder.rb M src/api/script/start_test_backend Log Message: ----------- [api] fix CONFIG parsing for some options Commit: 17bca8c5d6362f28be0e5e6611acf6e3a265c4af https://github.com/openSUSE/open-build-service/commit/17bca8c5d6362f28be0e5e... Author: Stephan Kulow <coolo@suse.de> Date: 2012-03-31 (Sat, 31 Mar 2012) Changed paths: M src/api/app/controllers/application_controller.rb Log Message: ----------- [api] ruby 1.9 needs it differently ;( Compare: https://github.com/openSUSE/open-build-service/compare/64578a9...17bca8c