[commits] Horde branch master updated. ca011c10791dbf2bcf149bf5c9090e098bc8ae02
Michael J. Rubinsky
mrubinsk at horde.org
Tue Feb 15 19:19:10 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 2bf97a84672e8e23d73b372fc9b83f397868d32f
ca011c1 Add initial ajax hermes.
-----------------------------------------------------------------------
commit ca011c10791dbf2bcf149bf5c9090e098bc8ae02
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Feb 15 14:14:43 2011 -0500
Add initial ajax hermes.
Basic wireframe with some dummy data in left menu bar.
Lists current unsubmitted slices, allows column sorting
Slice entry is implemented
Editing, deleting UI is present but no functionality yet.
Only "Time List" view is implemented. The other views will
give things like detailed Hour summaries for each area etc...
Style basically stolen from kronolith, along with the basic js
class layout, some functionality ideas inspired by Freckle.
For now, use hermes/entry2.php as the entry point, will add prefs
and roll into main view once more functionality is present.
Conflicts:
agora/lib/Block/forums.php
agora/lib/Block/thread.php
agora/lib/Block/threads.php
hermes/entry2.php | 31 +
hermes/js/hermes.js | 746 ++++++++++++++++++++++
hermes/lib/Ajax/Application.php | 95 +++
hermes/lib/Ajax/Imple/ClientAutoCompleter.php | 57 ++
hermes/lib/Driver.php | 49 ++-
hermes/lib/Driver/Sql.php | 74 +--
hermes/lib/Form/Search.php | 10 +-
hermes/lib/Form/Time.php | 81 ---
hermes/lib/Form/Time/Entry.php | 2 +-
hermes/lib/Hermes.php | 229 +++++++-
hermes/lib/Slice.php | 170 +++++
hermes/templates/index/index.inc | 103 +++
hermes/templates/index/timeedit.inc | 83 +++
hermes/themes/default/graphics/checkbox_off.png | Bin 0 -> 191 bytes
hermes/themes/default/graphics/checkbox_on.png | Bin 0 -> 416 bytes
hermes/themes/default/graphics/checkbox_over.png | Bin 0 -> 387 bytes
hermes/themes/default/graphics/picker.png | Bin 0 -> 368 bytes
hermes/themes/default/graphics/plus.png | Bin 0 -> 229 bytes
hermes/themes/default/graphics/search.png | Bin 0 -> 795 bytes
hermes/themes/default/screen.css | 426 ++++++++++++
ingo/blacklist.php | 10 +-
21 files changed, 2025 insertions(+), 141 deletions(-)
create mode 100644 hermes/entry2.php
create mode 100644 hermes/js/hermes.js
create mode 100644 hermes/lib/Ajax/Application.php
create mode 100644 hermes/lib/Ajax/Imple/ClientAutoCompleter.php
create mode 100644 hermes/lib/Slice.php
create mode 100644 hermes/templates/index/index.inc
create mode 100644 hermes/templates/index/timeedit.inc
create mode 100644 hermes/templates/index/timelist.inc
create mode 100644 hermes/themes/default/graphics/checkbox_off.png
create mode 100644 hermes/themes/default/graphics/checkbox_on.png
create mode 100644 hermes/themes/default/graphics/checkbox_over.png
create mode 100644 hermes/themes/default/graphics/picker.png
create mode 100644 hermes/themes/default/graphics/plus.png
create mode 100644 hermes/themes/default/graphics/search.png
http://git.horde.org/horde-git/-/commit/ca011c10791dbf2bcf149bf5c9090e098bc8ae02
More information about the commits
mailing list