[midPoint-git] midPoint branch master updated. v2.3devel-1135-g4597e3f

Vilo Repan git at evolveum.com
Wed Feb 19 17:59:15 CET 2014


Project "midPoint" branch master has been updated
       via  4597e3f85f7cad87b1390ba5bd26779e99d82d32 (commit) v2.3devel-1135-g4597e3f
       via  0b178b42f7bcffea155a3b5fc15251656ade7873 (commit) v2.3devel-1134-g0b178b4
       via  61dac03ae78f44c197b4882f9f877b9f8b86589b (commit) v2.3devel-1132-g61dac03
       via  c8746c9f92715db76caf770f9261b5010ae6d411 (commit) v2.3devel-1131-gc8746c9
       via  2317144b4c36d25479079eb0b9c2ea71b9050d28 (commit) v2.3devel-1130-g2317144
       via  d34ded24e63b2c880fd5096d9f4d04890b3be4bd (commit) v2.3devel-1129-gd34ded2
      from  192221172352fc56194db4ad1f49110cffc26395 (commit) v2.3devel-1129-g1922211

- Log -----------------------------------------------------------------
commit 4597e3f85f7cad87b1390ba5bd26779e99d82d32
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Feb 19 17:43:50 2014 +0100

    clear filter for schema step (object classes list)

commit 0b178b42f7bcffea155a3b5fc15251656ade7873
Merge: 61dac03 1922211
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Feb 19 17:17:02 2014 +0100

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

commit 61dac03ae78f44c197b4882f9f877b9f8b86589b
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Feb 19 17:16:56 2014 +0100

    object classes list in schema step.

commit c8746c9f92715db76caf770f9261b5010ae6d411
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Feb 19 13:41:56 2014 +0100

    removed ace editor from resource wizard.

commit 2317144b4c36d25479079eb0b9c2ea71b9050d28
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Feb 19 12:47:17 2014 +0100

    wizard schema step design, started.

commit d34ded24e63b2c880fd5096d9f4d04890b3be4bd
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Feb 19 12:46:57 2014 +0100

    connector configuration validation fixed.

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

(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:
 .../midpoint/web/component/AjaxButton.java         |    9 +-
 .../web/component/prism/PrismContainerPanel.java   |    3 +-
 .../web/component/prism/PrismObjectPanel.java      |    8 +-
 .../web/component/prism/PrismPropertyPanel.java    |    1 +
 .../midpoint/web/component/wizard/Wizard.html      |   28 ----
 .../midpoint/web/component/wizard/WizardSteps.java |    2 +-
 .../wizard/resource/ConfigurationStep.java         |   67 ++++++---
 .../web/component/wizard/resource/NameStep.java    |    2 +-
 .../web/component/wizard/resource/SchemaStep.java  |    2 +-
 .../resource/component/ObjectClassPanel.html       |   28 ----
 .../resource/component/ObjectClassPanel.java       |  107 --------------
 .../wizard/resource/component/SchemaListPanel.html |   33 ++++-
 .../wizard/resource/component/SchemaListPanel.java |  152 ++++++++++++++++----
 .../resource/component/SchemaListPanel.properties} |    7 +-
 .../resource/dto/ObjectClassDataProvider.java      |  102 +++++++++++++
 .../wizard/resource/dto/ObjectClassDto.java        |   29 +---
 .../com/evolveum/midpoint/web/page/PageTest.html   |   72 ++++++++++
 .../page/admin/resources/PageResourceWizard.html   |    6 -
 .../page/admin/resources/PageResourceWizard.java   |   27 ----
 19 files changed, 404 insertions(+), 281 deletions(-)
 delete mode 100644 gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/component/ObjectClassPanel.html
 delete mode 100644 gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/component/ObjectClassPanel.java
 copy gui/{admin-gui-sk-SK/src/main/resources/com/evolveum/midpoint/web/component/wf/WfHistoryPanel_sk_SK.utf8.properties => admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/component/SchemaListPanel.properties} (78%)
 create mode 100644 gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/resource/dto/ObjectClassDataProvider.java


hooks/post-receive
-- 
midPoint


More information about the midPoint-svn mailing list