[midPoint-git] midPoint branch bootstrap updated. v2.3devel-697-gcfa0853

Vilo Repan git at evolveum.com
Fri Dec 27 11:06:19 CET 2013


Project "midPoint" branch bootstrap has been updated
       via  cfa0853210c230144d8306a481de6ea6264e8473 (commit) v2.3devel-697-gcfa0853
       via  af4dfd2e7d1524a40087db4b46d45e7f67fe576c (commit) v2.3devel-696-gaf4dfd2
       via  c247672f9f550817598e31f0a608ab21dc7302d4 (commit) v2.3devel-400-gc247672
       via  bad768b51effa1a56639051682d93a0c6499c1af (commit) v2.3devel-694-gbad768b
       via  b10fe1dcddef7403485428b4b019fd57872c2bc7 (commit) v2.3devel-693-gb10fe1d
       via  a0dd90a4eef2c3c70a1eebdb11844a1aaf0312ec (commit) v2.3devel-692-ga0dd90a
       via  21a427fe7eba3a6596b2c4982f16112c29ce992b (commit) v2.3devel-691-g21a427f
       via  130398937defba77ecbec8abea9bdc07c96ce999 (commit) v2.3devel-690-g1303989
       via  7ed534bfc79edc4138e87226be526e961ea3d119 (commit) v2.3devel-689-g7ed534b
       via  45320cacd58240456acea4da9ed8bf35f29c6397 (commit) v2.3devel-688-g45320ca
       via  845a96d9eec8676ed2c3f322201683448c6492af (commit) v2.3devel-399-g845a96d
       via  3fb828d805f7edf4362f050109b8008ce6701aa0 (commit) v2.3devel-398-g3fb828d
       via  c7621ea0d16efba6db913d910ff94e3eab8123ea (commit) v2.3devel-397-gc7621ea
       via  f4396afb9cc1543f2ec41121f448c351fc95ee9d (commit) v2.3devel-684-gf4396af
       via  14d91a726c740045d67a98e75395ff10df6d93b8 (commit) v2.3devel-396-g14d91a7
      from  4980e3ebb81b6fbf75083ebbb514900b721574e5 (commit) v2.3devel-682-g4980e3e

- Log -----------------------------------------------------------------
commit cfa0853210c230144d8306a481de6ea6264e8473
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Fri Dec 27 11:05:37 2013 +0100

    fix for editing.

commit af4dfd2e7d1524a40087db4b46d45e7f67fe576c
Merge: bad768b c247672
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Fri Dec 27 11:04:24 2013 +0100

    Merge branch 'master' of git.evolveum.com:/srv/git/projects/midpoint into bootstrap

commit bad768b51effa1a56639051682d93a0c6499c1af
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Dec 25 18:54:44 2013 +0100

    configuration step, simple implementation, bugfixes, now it can't go to next step...

commit b10fe1dcddef7403485428b4b019fd57872c2bc7
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Dec 25 18:16:39 2013 +0100

    configuration step, simple implementation

commit a0dd90a4eef2c3c70a1eebdb11844a1aaf0312ec
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Dec 25 18:16:15 2013 +0100

    localization fix for report output

commit 21a427fe7eba3a6596b2c4982f16112c29ce992b
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Dec 25 18:15:47 2013 +0100

    fix replacing item values

commit 130398937defba77ecbec8abea9bdc07c96ce999
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Dec 25 18:15:22 2013 +0100

    fix for resource list when connector is not available

commit 7ed534bfc79edc4138e87226be526e961ea3d119
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Tue Dec 24 18:23:36 2013 +0100

    updated date inputs on task edit page.

commit 45320cacd58240456acea4da9ed8bf35f29c6397
Merge: f4396af 845a96d
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Tue Dec 24 11:35:28 2013 +0100

    Merge branch 'master' of git.evolveum.com:/srv/git/projects/midpoint into bootstrap

commit f4396afb9cc1543f2ec41121f448c351fc95ee9d
Merge: 4980e3e 14d91a7
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Sun Dec 22 16:49:20 2013 +0100

    Merge branch 'master' of git.evolveum.com:/srv/git/projects/midpoint into bootstrap

-----------------------------------------------------------------------

(Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full)

Summary of changes:
 .../wizard/resource/ConfigurationStep.java         |   56 +-
 .../resource/ConnectorHostTypeComparator.java      |   22 +-
 .../web/component/wizard/resource/NameStep.java    |  366 ++---
 .../web/component/wizard/resource/SchemaStep.java  |   14 +-
 .../page/admin/resources/PageResourceWizard.java   |   48 +-
 .../web/page/admin/resources/dto/ResourceDto.java  |    2 +-
 .../web/page/admin/server/PageTaskEdit.java        |   18 +-
 .../web/security/MidPointApplication.properties    |    1 +
 .../midpoint/web/util/ObjectTypeGuiDescriptor.java |    4 +-
 .../evolveum/midpoint/web/util/WebModelUtils.java  |   75 +-
 .../java/com/evolveum/midpoint/prism/Item.java     |    1 +
 .../midpoint/schema/result/OperationConstants.java |    2 +
 .../evolveum/midpoint/report/DataSourceReport.java |    9 +-
 .../midpoint/report/ReportCreateTaskHandler.java   |  206 ++-
 .../evolveum/midpoint/report/ReportManager.java    |    7 +
 .../midpoint/report/ReportManagerImpl.java         |   70 +-
 .../evolveum/midpoint/report/BasicReportTest.java  | 1486 +++++++-------------
 .../test/resources/common/system-configuration.xml |    0
 .../test/resources/common/user-administrator.xml   |    0
 .../src/test/resources/reports/report-test.xml     |  434 +++---
 model/report-impl/testng.xml                       |    2 +-
 .../src/test/resources/basic/objects.xml           |    8 +-
 .../evolveum/midpoint/task/api/TaskCategory.java   |    1 +
 23 files changed, 1266 insertions(+), 1566 deletions(-)
 copy model/{model-intest => report-impl}/src/test/resources/common/system-configuration.xml (100%)
 copy model/{model-intest => report-impl}/src/test/resources/common/user-administrator.xml (100%)


hooks/post-receive
-- 
midPoint


More information about the midPoint-svn mailing list