[midPoint-git] [Evolveum/midpoint] 0b35b4: Fixed MySQL and Microsoft SQL Server upgrade scrip...
Pavol Mederly
mederly at evolveum.com
Fri Apr 3 00:20:08 CEST 2015
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 0b35b40234383a41c3888773c4afef3332d25e33
https://github.com/Evolveum/midpoint/commit/0b35b40234383a41c3888773c4afef3332d25e33
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2015-04-03 (Fri, 03 Apr 2015)
Changed paths:
R config/sql/midpoint/3.1.1/h2/h2-upgrade-3.1-3.1.1.sql
M config/sql/midpoint/3.1.1/mysql/mysql-upgrade-3.1-3.1.1.sql
M config/sql/midpoint/3.1.1/sqlserver/sqlserver-upgrade-3.1-3.1.1.sql
Log Message:
-----------
Fixed MySQL and Microsoft SQL Server upgrade scripts. Removed H2 upgrade script.
Commit: 6b6d8be0772282edab4c5dfb7c8f0b6e85fb6fd6
https://github.com/Evolveum/midpoint/commit/6b6d8be0772282edab4c5dfb7c8f0b6e85fb6fd6
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2015-04-03 (Fri, 03 Apr 2015)
Changed paths:
A gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/input/AutoCompleteTextPanel.html
A gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/input/AutoCompleteTextPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismContainerPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismObjectPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismPropertyPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/prism/PrismValuePanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/ConfigurationStep.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/resources/content/PageAccount.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/roles/PageRole.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageOrgUnit.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageUser.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/workflow/PageWorkItem.java
M gui/admin-gui/src/main/resources/initial-objects/010-value-policy.xml
M infra/common/src/main/java/com/evolveum/midpoint/common/policy/PasswordPolicyUtils.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/parser/DomParser.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/parser/DomSerializer.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/parser/PrismBeanConverter.java
M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
M infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/fault-3.wsdl
M infra/test-util/src/main/java/com/evolveum/midpoint/test/util/LogfileTestTailer.java
A infra/util/src/main/java/com/evolveum/midpoint/util/exception/AuthorizationException.java
M infra/util/src/main/java/com/evolveum/midpoint/util/exception/ConsistencyViolationException.java
M model/model-client/src/main/java/com/evolveum/midpoint/model/client/ModelClientUtil.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelRestService.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelWebService.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ModelWebServiceRaw.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/Clockwork.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/PasswordPolicyProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/MidpointRestAuthenticationHandler.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/SpringAuthenticationInjectorInterceptor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/UserProfileServiceImpl.java
M model/model-impl/src/main/resources/ctx-model.xml
M repo/security-api/src/main/java/com/evolveum/midpoint/security/api/AuthorizationConstants.java
M repo/security-impl/src/main/java/com/evolveum/midpoint/security/impl/SecurityEnforcerImpl.java
M repo/system-init/pom.xml
M repo/system-init/src/main/java/com/evolveum/midpoint/init/StartupConfiguration.java
M samples/model-client-sample/src/main/java/com/evolveum/midpoint/testing/model/client/sample/Main.java
M testing/rest/src/test/java/com/evolveum/midpoint/testing/rest/TestRestService.java
A testing/rest/src/test/resources/repo/role-adder.xml
A testing/rest/src/test/resources/repo/role-modifier.xml
M testing/rest/src/test/resources/repo/user-administrator.xml
M testing/rest/src/test/resources/repo/user-cyclops.xml
A testing/rest/src/test/resources/repo/user-darthadder.xml
M testing/rest/src/test/resources/repo/user-nobody.xml
A testing/rest/src/test/resources/repo/user-nopassword.xml
M testing/rest/src/test/resources/repo/user-somebody.xml
A testing/rest/src/test/resources/req/modification-assign-role-modifier.xml
A testing/rest/src/test/resources/req/modification-disable.xml
A testing/rest/src/test/resources/req/modification-enable.xml
M testing/wstest/src/test/java/com/evolveum/midpoint/testing/wstest/AbstractWebserviceTest.java
M testing/wstest/src/test/java/com/evolveum/midpoint/testing/wstest/WebserviceSecurityTest.java
A testing/wstest/src/test/resources/common/role-adder.xml
A testing/wstest/src/test/resources/common/role-modifier.xml
A testing/wstest/src/test/resources/common/role-reader.xml
A testing/wstest/src/test/resources/common/role-ws.xml
A testing/wstest/src/test/resources/common/user-cyclops.xml
A testing/wstest/src/test/resources/common/user-darthadder.xml
A testing/wstest/src/test/resources/common/user-nobody.xml
A testing/wstest/src/test/resources/common/user-nopassword.xml
A testing/wstest/src/test/resources/common/user-somebody.xml
R testing/wstest/src/test/resources/security/system_config_normal.xml
R testing/wstest/src/test/resources/security/system_config_without_pass_policy.xml
R testing/wstest/src/test/resources/security/user_test2.xml
R testing/wstest/src/test/resources/security/user_test2_clean_pass.xml
R testing/wstest/src/test/resources/security/user_test5.xml
R testing/wstest/src/test/resources/security/user_test6.xml
M weblogic-build/src/main/app/META-INF/weblogic-application.xml
Log Message:
-----------
Merge branch 'master' of https://github.com/Evolveum/midpoint
Compare: https://github.com/Evolveum/midpoint/compare/3cb83b416fa9...6b6d8be07722
More information about the midPoint-svn
mailing list