Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ceff3ced0c4447dd4b709b664ccc3dab488277c8 https://github.com/openSUSE/open-build-service/commit/ceff3ced0c4447dd4b709b... Author: Stephan Kulow <coolo@suse.de> Date: 2012-10-14 (Sun, 14 Oct 2012) Changed paths: M src/activexml/transport.rb M src/api/app/controllers/application_controller.rb M src/api/app/controllers/request_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/wizard_controller.rb M src/api/app/helpers/flag_helper.rb M src/api/app/helpers/product_helper.rb M src/api/app/helpers/validation_helper.rb M src/api/app/models/db_package.rb M src/api/app/models/db_project.rb M src/api/app/models/flag.rb R src/api/app/models/package.rb R src/api/app/models/project.rb M src/api/config/initializers/activexml.rb M src/api/lib/opensuse/permission.rb M src/api/test/functional/read_permission_test.rb M src/api/test/unit/db_package_test.rb M src/api/test/unit/db_project_test.rb M src/api/test/unit/flag_test.rb Log Message: ----------- [api] merge Package and DbPackage The bssql plugin in activexml is making things very complex and hard to understand. I bet it was a clever idea at some point, but the whole activexml is too complex for its own good, so get rid of the seperation of "Package as XML" and "Package in database" and just use xmlhash where we need the former.