[midPoint-git] midPoint branch bootstrap updated. v2.2-145-gbdf5d93

Vilo Repan git at evolveum.com
Wed Oct 9 00:51:35 CEST 2013


Project "midPoint" branch bootstrap has been updated
       via  bdf5d931d0d499801446c141376015f0023dfd27 (commit) v2.2-145-gbdf5d93
       via  ba9084e1d2b53c381761a912df363f1318d05f93 (commit) v2.2-144-gba9084e
       via  3d6a7ab316a4f7fec8fcb94589cfd73d4cd92cc5 (commit) v2.2-143-g3d6a7ab
       via  2c8192439510a0fae36e116e4fdfdabe68964f98 (commit) v2.2-142-g2c81924
      from  48f3574dd9ca304420107b13040d637bf20d0f49 (commit) v2.2-141-g48f3574

- Log -----------------------------------------------------------------
commit bdf5d931d0d499801446c141376015f0023dfd27
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Oct 9 00:46:14 2013 +0200

    ace editor fixes, debug view refactored.

commit ba9084e1d2b53c381761a912df363f1318d05f93
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Wed Oct 9 00:13:31 2013 +0200

    ace editor fixed.

commit 3d6a7ab316a4f7fec8fcb94589cfd73d4cd92cc5
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Tue Oct 8 20:42:17 2013 +0200

    ace editor refactored, simplyfied.

commit 2c8192439510a0fae36e116e4fdfdabe68964f98
Author: Viliam Repan <vilo.repan at evolveum.com>
Date:   Tue Oct 8 15:03:50 2013 +0200

    icons for dashboard widgets, minor update for table panel.

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

(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/data/TablePanel.java    |    3 +-
 .../web/component/wizard/WizardStepDto.java        |   67 +
 .../CheckBoxPanel.html => wizard/WizardSteps.html} |    4 +-
 .../midpoint/web/component/wizard/WizardSteps.java |   77 +
 .../midpoint/web/component/xml/ace/AceEditor.java  |   64 +
 .../page/admin/configuration/PageDebugView.html    |   49 +-
 .../page/admin/configuration/PageDebugView.java    |   59 +-
 .../admin/configuration/PageDebugView.properties   |    6 +-
 .../web/page/admin/home/PageDashboard.java         |   18 +-
 .../admin/home/component/AsyncDashboardPanel.html  |    2 +-
 .../admin/home/component/AsyncDashboardPanel.java  |   21 +-
 .../page/admin/home/component/DashboardPanel.html  |    2 +-
 .../page/admin/home/component/DashboardPanel.java  |   14 +-
 .../src/main/webapp/js/midpoint/ace-editor.js      |   63 +-
 .../src/main/webapp/less/midpoint/midpoint.less    |    6 +-
 .../midpoint/web/component/xml/ace/AceEditor.java  |  181 -
 .../midpoint/web/component/xml/ace/Help.gif        |  Bin 6899 -> 0 bytes
 .../midpoint/web/component/xml/ace/Help.png        |  Bin 524 -> 0 bytes
 .../midpoint/web/component/xml/ace/ace-script.js   |19949 --------------------
 .../midpoint/web/component/xml/ace/ace-startup.js  |   68 -
 .../midpoint/web/component/xml/ace/mode-xml.js     |  975 -
 .../midpoint/web/component/xml/ace/style-ace.css   |  329 -
 .../midpoint/web/component/xml/ace/textmate.js     |  174 -
 23 files changed, 386 insertions(+), 21745 deletions(-)
 create mode 100644 gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/WizardStepDto.java
 copy gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/{data/column/CheckBoxPanel.html => wizard/WizardSteps.html} (88%)
 create mode 100644 gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/wizard/WizardSteps.java
 create mode 100644 gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/xml/ace/AceEditor.java
 delete mode 100644 gui/gui-components/src/main/java/com/evolveum/midpoint/web/component/xml/ace/AceEditor.java
 delete mode 100644 gui/gui-components/src/main/java/com/evolveum/midpoint/web/component/xml/ace/Help.gif
 delete mode 100644 gui/gui-components/src/main/java/com/evolveum/midpoint/web/component/xml/ace/Help.png
 delete mode 100644 gui/gui-components/src/main/java/com/evolveum/midpoint/web/component/xml/ace/ace-script.js
 delete mode 100644 gui/gui-components/src/main/java/com/evolveum/midpoint/web/component/xml/ace/ace-startup.js
 delete mode 100644 gui/gui-components/src/main/java/com/evolveum/midpoint/web/component/xml/ace/mode-xml.js
 delete mode 100644 gui/gui-components/src/main/java/com/evolveum/midpoint/web/component/xml/ace/style-ace.css
 delete mode 100644 gui/gui-components/src/main/java/com/evolveum/midpoint/web/component/xml/ace/textmate.js


hooks/post-receive
-- 
midPoint


More information about the midPoint-svn mailing list