[commits] Horde-Hatchery branch, master, updated. fd089930a1ef4a57d68fd4e8f155e3dc8b06331e
Chuck Hagenbuch
chuck at horde.org
Thu Dec 4 03:36:02 UTC 2008
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Horde-Hatchery".
The branch, master has been updated
via fd089930a1ef4a57d68fd4e8f155e3dc8b06331e (commit)
from ffbb0530530defeea8eb3183aa1d74aa0ccd1884 (commit)
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, below.
- Log -----------------------------------------------------------------
commit fd089930a1ef4a57d68fd4e8f155e3dc8b06331e
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Dec 3 22:35:56 2008 -0500
add drag-n-drop portal code from #6102
-----------------------------------------------------------------------
Summary of changes:
drag_n_drop_portal/block.php | 37 ++
drag_n_drop_portal/index.php | 69 ++++
drag_n_drop_portal/js/portal.js | 1 +
drag_n_drop_portal/js/portal_edit.js | 1 +
drag_n_drop_portal/js/src/portal.js | 366 ++++++++++++++++++++
drag_n_drop_portal/js/src/portal_edit.js | 204 +++++++++++
drag_n_drop_portal/lib/Block/Layout/View/js.php | 113 ++++++
drag_n_drop_portal/params.php | 42 +++
drag_n_drop_portal/save.php | 39 ++
drag_n_drop_portal/select.php | 36 ++
drag_n_drop_portal/templates/portal/params.php | 37 ++
drag_n_drop_portal/themes/graphics/bottom_left.gif | Bin 0 -> 90 bytes
.../themes/graphics/bottom_right.gif | Bin 0 -> 339 bytes
drag_n_drop_portal/themes/graphics/delete.png | Bin 0 -> 838 bytes
drag_n_drop_portal/themes/graphics/edit.png | Bin 0 -> 1204 bytes
drag_n_drop_portal/themes/graphics/minus.png | Bin 0 -> 203 bytes
drag_n_drop_portal/themes/graphics/plus.png | Bin 0 -> 229 bytes
.../themes/graphics/redbox_spinner.gif | Bin 6820 -> 6820 bytes
drag_n_drop_portal/themes/graphics/reload.png | Bin 0 -> 264 bytes
drag_n_drop_portal/themes/graphics/tooltip_bg.png | Bin 0 -> 5545 bytes
drag_n_drop_portal/themes/graphics/top_left.gif | Bin 0 -> 190 bytes
drag_n_drop_portal/themes/graphics/top_right.gif | Bin 0 -> 1123 bytes
drag_n_drop_portal/themes/screen.css | 217 ++++++++++++
23 files changed, 1162 insertions(+), 0 deletions(-)
create mode 100644 drag_n_drop_portal/block.php
create mode 100644 drag_n_drop_portal/index.php
create mode 100644 drag_n_drop_portal/js/portal.js
create mode 100644 drag_n_drop_portal/js/portal_edit.js
create mode 100644 drag_n_drop_portal/js/src/portal.js
create mode 100644 drag_n_drop_portal/js/src/portal_edit.js
create mode 100644 drag_n_drop_portal/lib/Block/Layout/View/js.php
create mode 100644 drag_n_drop_portal/params.php
create mode 100644 drag_n_drop_portal/save.php
create mode 100644 drag_n_drop_portal/select.php
create mode 100644 drag_n_drop_portal/templates/portal/params.php
create mode 100644 drag_n_drop_portal/themes/graphics/bottom_left.gif
create mode 100644 drag_n_drop_portal/themes/graphics/bottom_right.gif
create mode 100644 drag_n_drop_portal/themes/graphics/delete.png
create mode 100644 drag_n_drop_portal/themes/graphics/edit.png
create mode 100644 drag_n_drop_portal/themes/graphics/minus.png
create mode 100644 drag_n_drop_portal/themes/graphics/plus.png
copy {imp => drag_n_drop_portal}/themes/graphics/redbox_spinner.gif (100%)
create mode 100644 drag_n_drop_portal/themes/graphics/reload.png
create mode 100644 drag_n_drop_portal/themes/graphics/tooltip_bg.png
create mode 100644 drag_n_drop_portal/themes/graphics/top_left.gif
create mode 100644 drag_n_drop_portal/themes/graphics/top_right.gif
create mode 100644 drag_n_drop_portal/themes/screen.css
hooks/post-receive
--
Horde-Hatchery
More information about the commits
mailing list