[midPoint-git] midPoint branch master updated. v2.3devel-1095-g7e47225
Vilo Repan
git at evolveum.com
Tue Feb 11 15:12:55 CET 2014
Project "midPoint" branch master has been updated
via 7e472254b3bc7f7475d8ce0118bdb860fc04ef16 (commit) v2.3devel-1095-g7e47225
via 2c716def7a058986123a9700c8f749f58f158fba (commit) v2.3devel-1094-g2c716de
via 059f1d2a777e198ad09431e70aae159fff485711 (commit) v2.3devel-1092-g059f1d2
from 16877bb60a66fee0501f326ba69863313a0b849d (commit) v2.3devel-1092-g16877bb
- Log -----------------------------------------------------------------
commit 7e472254b3bc7f7475d8ce0118bdb860fc04ef16
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: Tue Feb 11 15:05:21 2014 +0100
report configuration, first impl.
commit 2c716def7a058986123a9700c8f749f58f158fba
Merge: 059f1d2 16877bb
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: Tue Feb 11 14:18:54 2014 +0100
Merge branch 'master' of git.evolveum.com:/srv/git/projects/midpoint
commit 059f1d2a777e198ad09431e70aae159fff485711
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: Tue Feb 11 14:18:48 2014 +0100
run report implemented, configuration properties panel added
-----------------------------------------------------------------------
(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:
.../web/component/prism/ObjectWrapper.java | 27 +++++
.../web/page/admin/reports/PageReport.java | 71 ++++--------
.../web/page/admin/reports/PageReport.properties | 6 +-
.../web/page/admin/reports/PageReports.java | 120 +++++++++-----------
.../component/DefaultReportPanel.properties | 17 ---
...ortPanel.html => ReportConfigurationPanel.html} | 9 +-
...ortPanel.java => ReportConfigurationPanel.java} | 45 ++++++--
.../component/ReportConfigurationPanel.properties} | 1 +
.../web/security/MidPointApplication.properties | 4 +
.../midpoint/schema/util/ReportTypeUtil.java | 57 ++++++++++
.../com/evolveum/midpoint/report/ReportUtils.java | 6 +-
11 files changed, 209 insertions(+), 154 deletions(-)
delete mode 100644 gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/DefaultReportPanel.properties
rename gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/{DefaultReportPanel.html => ReportConfigurationPanel.html} (82%)
rename gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/reports/component/{DefaultReportPanel.java => ReportConfigurationPanel.java} (53%)
copy gui/admin-gui/src/main/java/com/evolveum/midpoint/web/{component/wf/WorkItemsPanel.properties => page/admin/reports/component/ReportConfigurationPanel.properties} (93%)
create mode 100644 infra/schema/src/main/java/com/evolveum/midpoint/schema/util/ReportTypeUtil.java
hooks/post-receive
--
midPoint
More information about the midPoint-svn
mailing list