[commits] Horde branch master updated. ae763be4843e6b6301684d9eb39a938eaa83af08
Ben Klang
ben at alkaloid.net
Wed Jun 2 19:42:03 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 8dbdfb3cde336342a87af51f4088d7e124ad0f7b
35e4aa3 Beatnik: Fix duplicate message/false positive on autogenerate
10f5a15 Import Hermes from CVS
88a3d16 Beatnik: remove dead version file
7553290 Hermes: Convert to new H4 intialization
a41a213 Hermes: Update API to H4
4e6c54e Hermes: Update script initialization to H4
95fd1b7 Hermes: update purge script
9aa9438 Hermes: Remove $Horde$
ae763be Turba: Fix incorrect exception class name
-----------------------------------------------------------------------
commit 35e4aa354a66455f91c1c717a14b3ba95ead3961
Author: Ben Klang <ben at alkaloid.net>
Date: Tue May 25 14:09:30 2010 -0400
Beatnik: Fix duplicate message/false positive on autogenerate
beatnik/lib/Beatnik.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/beatnik/lib/Beatnik.php?rt=horde-git&r1=a9f1b47ffa8a5c81841b0006064d571b260a8d64&r2=35e4aa354a66455f91c1c717a14b3ba95ead3961
-----------------------------------------------------------------------
commit 10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
Author: Ben Klang <ben at alkaloid.net>
Date: Wed May 26 14:14:33 2010 -0400
Import Hermes from CVS
hermes/LICENSE | 24 +
hermes/README | 138 +
hermes/admin.php | 251 ++
hermes/config/.cvsignore | 3 +
hermes/config/.htaccess | 1 +
hermes/config/conf.xml | 64 +
hermes/config/prefs.php.dist | 30 +
hermes/deliverables.php | 123 +
hermes/docs/CHANGES | 91 +
hermes/docs/CREDITS | 27 +
hermes/docs/INSTALL | 243 ++
hermes/docs/RELEASE_NOTES | 47 +
hermes/docs/TODO | 29 +
hermes/entry.php | 97 +
hermes/index.php | 20 +
hermes/invoicing.php | 136 +
hermes/lib/Admin.php | 201 ++
hermes/lib/Block/tree_menu.php | 37 +
hermes/lib/Block/tree_stopwatch.php | 54 +
hermes/lib/Data/hermes_csv.php | 47 +
hermes/lib/Data/hermes_tsv.php | 47 +
hermes/lib/Data/hermes_xls.php | 23 +
hermes/lib/Data/iif.php | 70 +
hermes/lib/Data/qbxml.php | 20 +
hermes/lib/Driver.php | 225 ++
hermes/lib/Driver/sql.php | 748 ++++
hermes/lib/Forms/Deliverable.php | 64 +
hermes/lib/Forms/Export.php | 59 +
hermes/lib/Forms/Search.php | 216 ++
hermes/lib/Forms/Time.php | 328 ++
hermes/lib/Hermes.php | 238 ++
hermes/lib/Table.php | 244 ++
hermes/lib/api.php | 453 +++
hermes/lib/base.php | 58 +
hermes/lib/version.php | 1 +
hermes/locale/de_DE/LC_MESSAGES/hermes.mo | Bin 0 -> 168151 bytes
hermes/locale/en_US/help.xml | 40 +
hermes/locale/es_ES/LC_MESSAGES/hermes.mo | Bin 0 -> 160609 bytes
hermes/locale/es_ES/help.xml | 47 +
hermes/locale/fi_FI/LC_MESSAGES/hermes.mo | Bin 0 -> 152171 bytes
hermes/locale/zh_TW/LC_MESSAGES/hermes.mo | Bin 0 -> 132806 bytes
hermes/po/.cvsignore | 1 +
hermes/po/README | 1 +
hermes/po/de_DE.po | 760 ++++
hermes/po/es_ES.po | 747 ++++
hermes/po/fi_FI.po | 541 +++
hermes/po/hermes.pot | 740 ++++
hermes/po/zh_TW.po | 416 +++
hermes/scripts/.htaccess | 1 +
hermes/scripts/Sandals.wdgt/Default.png | Bin 0 -> 843 bytes
hermes/scripts/Sandals.wdgt/Icon.png | Bin 0 -> 4797 bytes
hermes/scripts/Sandals.wdgt/Info.plist | 31 +
.../Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist | 23 +
.../KeychainPlugIn.widgetplugin/Contents/MacOS/KeychainPlugIn | Bin 0 -> 46724 bytes
.../Contents/Resources/English.lproj/InfoPlist.strings | Bin 0 -> 276 bytes
hermes/scripts/Sandals.wdgt/Sandals.html | 437 +++
hermes/scripts/Sandals.wdgt/lib/Sandals.js | 794 ++++
hermes/scripts/Sandals.wdgt/lib/horde.js | 267 ++
hermes/scripts/Sandals.wdgt/lib/open_calendar.js | 481 +++
hermes/scripts/Sandals.wdgt/lib/stripe.js | 97 +
hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js | 640 ++++
hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css | 162 +
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/alarm.png | Bin 0 -> 422 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/error.png | Bin 0 -> 298 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/message.png | Bin 0 -> 477 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/success.png | Bin 0 -> 360 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/warning.png | Bin 0 -> 227 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/calendar.png | Bin 0 -> 368 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/hermes.png | Bin 0 -> 547 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/required.png | Bin 0 -> 118 bytes
.../scripts/Sandals.wdgt/themes/graphics/spinner-transparent.gif | Bin 0 -> 1849 bytes
hermes/scripts/Sandals.wdgt/themes/hermes-screen.css | 40 +
hermes/scripts/Sandals.wdgt/themes/sandals-screen.css | 6 +
hermes/scripts/Sandals.wdgt/themes/screen.css | 795 +++++
hermes/scripts/purge.php | 27 +
hermes/scripts/sql/hermes.mssql.sql | 51 +
hermes/scripts/sql/hermes.oci8.sql | 51 +
hermes/scripts/sql/hermes.sql | 52 +
hermes/scripts/sql/hermes.xml | 315 ++
hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql | 5 +
hermes/scripts/upgrades/2007-04-25_add_jobtype_rate.sql | 1 +
hermes/scripts/upgrades/2007-10-17_add_jobtype_billable.sql | 1 +
hermes/scripts/upgrades/2008-07-01_deliverables_index.sql | 3 +
hermes/search.php | 141 +
hermes/start.php | 49 +
hermes/templates/common-header.inc | 29 +
hermes/templates/deliverables/list.inc | 13 +
hermes/templates/menu.inc | 4 +
hermes/templates/time/form.html | 6 +
hermes/themes/graphics/clockout.png | Bin 0 -> 560 bytes
hermes/themes/graphics/deliverable.png | Bin 0 -> 625 bytes
hermes/themes/graphics/favicon.ico | Bin 0 -> 1406 bytes
hermes/themes/graphics/hermes.png | Bin 0 -> 547 bytes
hermes/themes/graphics/invoices.png | Bin 0 -> 533 bytes
hermes/themes/graphics/newdeliverable.png | Bin 0 -> 503 bytes
hermes/themes/graphics/timer-start.png | Bin 0 -> 474 bytes
hermes/themes/graphics/timer-stop.png | Bin 0 -> 529 bytes
hermes/themes/print/screen.css | 8 +
hermes/themes/screen.css | 40 +
hermes/time.php | 87 +
100 files changed, 12407 insertions(+), 0 deletions(-)
create mode 100644 hermes/LICENSE
create mode 100644 hermes/README
create mode 100644 hermes/admin.php
create mode 100644 hermes/config/.cvsignore
create mode 100644 hermes/config/.htaccess
create mode 100644 hermes/config/conf.xml
create mode 100644 hermes/config/prefs.php.dist
create mode 100644 hermes/deliverables.php
create mode 100644 hermes/docs/CHANGES
create mode 100644 hermes/docs/CREDITS
create mode 100644 hermes/docs/INSTALL
create mode 100644 hermes/docs/RELEASE_NOTES
create mode 100644 hermes/docs/TODO
create mode 100644 hermes/entry.php
create mode 100644 hermes/index.php
create mode 100644 hermes/invoicing.php
create mode 100644 hermes/lib/Admin.php
create mode 100644 hermes/lib/Block/tree_menu.php
create mode 100644 hermes/lib/Block/tree_stopwatch.php
create mode 100644 hermes/lib/Data/hermes_csv.php
create mode 100644 hermes/lib/Data/hermes_tsv.php
create mode 100644 hermes/lib/Data/hermes_xls.php
create mode 100644 hermes/lib/Data/iif.php
create mode 100644 hermes/lib/Data/qbxml.php
create mode 100644 hermes/lib/Driver.php
create mode 100644 hermes/lib/Driver/sql.php
create mode 100644 hermes/lib/Forms/Deliverable.php
create mode 100644 hermes/lib/Forms/Export.php
create mode 100644 hermes/lib/Forms/Search.php
create mode 100644 hermes/lib/Forms/Time.php
create mode 100644 hermes/lib/Hermes.php
create mode 100644 hermes/lib/Table.php
create mode 100644 hermes/lib/api.php
create mode 100644 hermes/lib/base.php
create mode 100644 hermes/lib/version.php
create mode 100644 hermes/locale/de_DE/LC_MESSAGES/hermes.mo
create mode 100644 hermes/locale/en_US/help.xml
create mode 100644 hermes/locale/es_ES/LC_MESSAGES/hermes.mo
create mode 100644 hermes/locale/es_ES/help.xml
create mode 100644 hermes/locale/fi_FI/LC_MESSAGES/hermes.mo
create mode 100644 hermes/locale/zh_TW/LC_MESSAGES/hermes.mo
create mode 100644 hermes/po/.cvsignore
create mode 100644 hermes/po/README
create mode 100644 hermes/po/de_DE.po
create mode 100644 hermes/po/es_ES.po
create mode 100644 hermes/po/fi_FI.po
create mode 100644 hermes/po/hermes.pot
create mode 100644 hermes/po/zh_TW.po
create mode 100644 hermes/scripts/.htaccess
create mode 100644 hermes/scripts/Sandals.wdgt/Default.png
create mode 100644 hermes/scripts/Sandals.wdgt/Icon.png
create mode 100644 hermes/scripts/Sandals.wdgt/Info.plist
create mode 100644 hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist
create mode 100755 hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/MacOS/KeychainPlugIn
create mode 100644 hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Resources/English.lproj/InfoPlist.strings
create mode 100644 hermes/scripts/Sandals.wdgt/Sandals.html
create mode 100644 hermes/scripts/Sandals.wdgt/lib/Sandals.js
create mode 100644 hermes/scripts/Sandals.wdgt/lib/horde.js
create mode 100644 hermes/scripts/Sandals.wdgt/lib/open_calendar.js
create mode 100644 hermes/scripts/Sandals.wdgt/lib/stripe.js
create mode 100644 hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js
create mode 100644 hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css
create mode 100644 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/alarm.png
create mode 100644 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/error.png
create mode 100644 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/message.png
create mode 100644 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/success.png
create mode 100644 hermes/scripts/Sandals.wdgt/themes/graphics/alerts/warning.png
create mode 100644 hermes/scripts/Sandals.wdgt/themes/graphics/calendar.png
create mode 100644 hermes/scripts/Sandals.wdgt/themes/graphics/hermes.png
create mode 100644 hermes/scripts/Sandals.wdgt/themes/graphics/required.png
create mode 100644 hermes/scripts/Sandals.wdgt/themes/graphics/spinner-transparent.gif
create mode 100644 hermes/scripts/Sandals.wdgt/themes/hermes-screen.css
create mode 100644 hermes/scripts/Sandals.wdgt/themes/sandals-screen.css
create mode 100644 hermes/scripts/Sandals.wdgt/themes/screen.css
create mode 100755 hermes/scripts/purge.php
create mode 100644 hermes/scripts/sql/hermes.mssql.sql
create mode 100644 hermes/scripts/sql/hermes.oci8.sql
create mode 100644 hermes/scripts/sql/hermes.sql
create mode 100644 hermes/scripts/sql/hermes.xml
create mode 100644 hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql
create mode 100644 hermes/scripts/upgrades/2007-04-25_add_jobtype_rate.sql
create mode 100644 hermes/scripts/upgrades/2007-10-17_add_jobtype_billable.sql
create mode 100644 hermes/scripts/upgrades/2008-07-01_deliverables_index.sql
create mode 100644 hermes/search.php
create mode 100644 hermes/start.php
create mode 100644 hermes/templates/common-header.inc
create mode 100644 hermes/templates/deliverables/list.inc
create mode 100644 hermes/templates/menu.inc
create mode 100644 hermes/templates/time/form.html
create mode 100644 hermes/themes/graphics/clockout.png
create mode 100644 hermes/themes/graphics/deliverable.png
create mode 100644 hermes/themes/graphics/favicon.ico
create mode 100644 hermes/themes/graphics/hermes.png
create mode 100644 hermes/themes/graphics/invoices.png
create mode 100644 hermes/themes/graphics/newdeliverable.png
create mode 100644 hermes/themes/graphics/timer-start.png
create mode 100644 hermes/themes/graphics/timer-stop.png
create mode 100644 hermes/themes/print/screen.css
create mode 100644 hermes/themes/screen.css
create mode 100644 hermes/time.php
http://git.horde.org/co.php/hermes/LICENSE?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/README?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/admin.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/config/.cvsignore?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/config/.htaccess?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/config/conf.xml?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/config/prefs.php.dist?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/deliverables.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/docs/CHANGES?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/docs/CREDITS?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/docs/INSTALL?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/docs/RELEASE_NOTES?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/docs/TODO?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/entry.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/index.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/invoicing.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Admin.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Block/tree_menu.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Block/tree_stopwatch.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Data/hermes_csv.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Data/hermes_tsv.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Data/hermes_xls.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Data/iif.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Data/qbxml.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Driver.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Driver/sql.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Forms/Deliverable.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Forms/Export.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Forms/Search.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Forms/Time.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Hermes.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/Table.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/api.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/base.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/lib/version.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/locale/de_DE/LC_MESSAGES/hermes.mo?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/locale/en_US/help.xml?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/locale/es_ES/LC_MESSAGES/hermes.mo?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/locale/es_ES/help.xml?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/locale/fi_FI/LC_MESSAGES/hermes.mo?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/locale/zh_TW/LC_MESSAGES/hermes.mo?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/po/.cvsignore?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/po/README?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/po/de_DE.po?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/po/es_ES.po?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/po/fi_FI.po?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/po/hermes.pot?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/po/zh_TW.po?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/.htaccess?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/Default.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/Icon.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/Info.plist?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/MacOS/KeychainPlugIn?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Resources/English.lproj/InfoPlist.strings?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/Sandals.html?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/lib/Sandals.js?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/lib/horde.js?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/lib/open_calendar.js?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/lib/stripe.js?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/graphics/alerts/alarm.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/graphics/alerts/error.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/graphics/alerts/message.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/graphics/alerts/success.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/graphics/alerts/warning.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/graphics/calendar.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/graphics/hermes.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/graphics/required.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/graphics/spinner-transparent.gif?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/hermes-screen.css?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/sandals-screen.css?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/Sandals.wdgt/themes/screen.css?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/purge.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/sql/hermes.mssql.sql?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/sql/hermes.oci8.sql?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/sql/hermes.sql?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/sql/hermes.xml?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/upgrades/2007-04-25_add_jobtype_rate.sql?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/upgrades/2007-10-17_add_jobtype_billable.sql?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/scripts/upgrades/2008-07-01_deliverables_index.sql?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/search.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/start.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/templates/common-header.inc?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/templates/deliverables/list.inc?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/templates/menu.inc?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/templates/time/form.html?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/themes/graphics/clockout.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/themes/graphics/deliverable.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/themes/graphics/favicon.ico?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/themes/graphics/hermes.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/themes/graphics/invoices.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/themes/graphics/newdeliverable.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/themes/graphics/timer-start.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/themes/graphics/timer-stop.png?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/themes/print/screen.css?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/themes/screen.css?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
http://git.horde.org/co.php/hermes/time.php?rt=horde-git&r=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63
-----------------------------------------------------------------------
commit 88a3d166427986579e09cee3f4a22dcd4445e3f4
Author: Ben Klang <ben at alkaloid.net>
Date: Wed May 26 14:27:16 2010 -0400
Beatnik: remove dead version file
beatnik/lib/version.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
delete mode 100644 beatnik/lib/version.php
http://git.horde.org/diff.php/beatnik/lib/version.php?rt=horde-git&r1=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1&r2=88a3d166427986579e09cee3f4a22dcd4445e3f4
-----------------------------------------------------------------------
commit 7553290b245b7ba155195c0cf49b969ff2ba04e1
Author: Ben Klang <ben at alkaloid.net>
Date: Wed May 26 14:27:56 2010 -0400
Hermes: Convert to new H4 intialization
hermes/lib/Application.php | 90 ++++++++++++++++++++++++++++++++++++++++++++
hermes/lib/Exception.php | 1 +
hermes/lib/version.php | 1 -
3 files changed, 91 insertions(+), 1 deletions(-)
create mode 100644 hermes/lib/Application.php
create mode 100644 hermes/lib/Exception.php
delete mode 100644 hermes/lib/version.php
http://git.horde.org/co.php/hermes/lib/Application.php?rt=horde-git&r=7553290b245b7ba155195c0cf49b969ff2ba04e1
http://git.horde.org/co.php/hermes/lib/Exception.php?rt=horde-git&r=7553290b245b7ba155195c0cf49b969ff2ba04e1
http://git.horde.org/diff.php/hermes/lib/version.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=7553290b245b7ba155195c0cf49b969ff2ba04e1
-----------------------------------------------------------------------
commit a41a213e54c5db58b4b496e63e5e2eab4b3d77c1
Author: Ben Klang <ben at alkaloid.net>
Date: Wed May 26 14:35:15 2010 -0400
Hermes: Update API to H4
hermes/lib/Api.php | 453 ++++++++++++++++++++++++++++++++++++++++++++++++++++
hermes/lib/api.php | 453 ----------------------------------------------------
2 files changed, 453 insertions(+), 453 deletions(-)
create mode 100644 hermes/lib/Api.php
delete mode 100644 hermes/lib/api.php
http://git.horde.org/co.php/hermes/lib/Api.php?rt=horde-git&r=a41a213e54c5db58b4b496e63e5e2eab4b3d77c1
http://git.horde.org/diff.php/hermes/lib/api.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=a41a213e54c5db58b4b496e63e5e2eab4b3d77c1
-----------------------------------------------------------------------
commit 4e6c54eaa645e8c8522141a8e12cc823943434f4
Author: Ben Klang <ben at alkaloid.net>
Date: Wed May 26 14:41:40 2010 -0400
Hermes: Update script initialization to H4
hermes/admin.php | 14 +-
hermes/deliverables.php | 16 +-
hermes/entry.php | 12 +-
hermes/invoicing.php | 8 +-
hermes/lib/Api.php | 728 ++++++++++++++++++++++-------------------------
hermes/lib/base.php | 2 -
hermes/search.php | 12 +-
hermes/start.php | 4 +-
hermes/time.php | 14 +-
9 files changed, 377 insertions(+), 433 deletions(-)
http://git.horde.org/diff.php/hermes/admin.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=4e6c54eaa645e8c8522141a8e12cc823943434f4
http://git.horde.org/diff.php/hermes/deliverables.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=4e6c54eaa645e8c8522141a8e12cc823943434f4
http://git.horde.org/diff.php/hermes/entry.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=4e6c54eaa645e8c8522141a8e12cc823943434f4
http://git.horde.org/diff.php/hermes/invoicing.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=4e6c54eaa645e8c8522141a8e12cc823943434f4
http://git.horde.org/diff.php/hermes/lib/Api.php?rt=horde-git&r1=a41a213e54c5db58b4b496e63e5e2eab4b3d77c1&r2=4e6c54eaa645e8c8522141a8e12cc823943434f4
http://git.horde.org/diff.php/hermes/lib/base.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=4e6c54eaa645e8c8522141a8e12cc823943434f4
http://git.horde.org/diff.php/hermes/search.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=4e6c54eaa645e8c8522141a8e12cc823943434f4
http://git.horde.org/diff.php/hermes/start.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=4e6c54eaa645e8c8522141a8e12cc823943434f4
http://git.horde.org/diff.php/hermes/time.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=4e6c54eaa645e8c8522141a8e12cc823943434f4
-----------------------------------------------------------------------
commit 95fd1b79555f5452befe7c75719a99d36b45d831
Author: Ben Klang <ben at alkaloid.net>
Date: Wed May 26 14:45:56 2010 -0400
Hermes: update purge script
hermes/scripts/purge.php | 19 ++++---------------
1 files changed, 4 insertions(+), 15 deletions(-)
http://git.horde.org/diff.php/hermes/scripts/purge.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=95fd1b79555f5452befe7c75719a99d36b45d831
-----------------------------------------------------------------------
commit 9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
Author: Ben Klang <ben at alkaloid.net>
Date: Wed May 26 14:49:20 2010 -0400
Hermes: Remove $Horde$
hermes/admin.php | 2 --
hermes/config/conf.xml | 1 -
hermes/config/prefs.php.dist | 2 --
hermes/deliverables.php | 2 --
hermes/entry.php | 2 --
hermes/index.php | 2 --
hermes/invoicing.php | 2 --
hermes/lib/Admin.php | 4 +---
hermes/lib/Block/tree_menu.php | 2 --
hermes/lib/Block/tree_stopwatch.php | 2 --
hermes/lib/Data/hermes_csv.php | 2 --
hermes/lib/Data/hermes_tsv.php | 2 --
hermes/lib/Data/hermes_xls.php | 2 --
hermes/lib/Data/iif.php | 2 --
hermes/lib/Data/qbxml.php | 2 --
hermes/lib/Driver.php | 2 --
hermes/lib/Driver/sql.php | 2 --
hermes/lib/Forms/Deliverable.php | 2 --
hermes/lib/Forms/Export.php | 2 --
hermes/lib/Forms/Search.php | 2 --
hermes/lib/Forms/Time.php | 2 --
hermes/lib/Hermes.php | 2 --
hermes/lib/Table.php | 2 --
hermes/locale/en_US/help.xml | 1 -
hermes/locale/es_ES/help.xml | 1 -
hermes/scripts/Sandals.wdgt/Info.plist | 1 -
.../Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist | 1 -
hermes/scripts/Sandals.wdgt/Sandals.html | 1 -
hermes/scripts/Sandals.wdgt/lib/Sandals.js | 1 -
hermes/scripts/Sandals.wdgt/lib/horde.js | 2 --
hermes/scripts/Sandals.wdgt/lib/open_calendar.js | 1 -
hermes/scripts/Sandals.wdgt/lib/stripe.js | 2 --
hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js | 1 -
hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css | 4 ----
hermes/scripts/Sandals.wdgt/themes/hermes-screen.css | 4 ----
hermes/scripts/Sandals.wdgt/themes/sandals-screen.css | 1 -
hermes/scripts/Sandals.wdgt/themes/screen.css | 4 ----
hermes/scripts/sql/hermes.mssql.sql | 1 -
hermes/scripts/sql/hermes.oci8.sql | 1 -
hermes/scripts/sql/hermes.sql | 1 -
hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql | 1 -
hermes/search.php | 2 --
hermes/start.php | 2 --
hermes/themes/print/screen.css | 3 ---
hermes/themes/screen.css | 3 ---
45 files changed, 1 insertions(+), 85 deletions(-)
http://git.horde.org/diff.php/hermes/admin.php?rt=horde-git&r1=4e6c54eaa645e8c8522141a8e12cc823943434f4&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/config/conf.xml?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/config/prefs.php.dist?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/deliverables.php?rt=horde-git&r1=4e6c54eaa645e8c8522141a8e12cc823943434f4&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/entry.php?rt=horde-git&r1=4e6c54eaa645e8c8522141a8e12cc823943434f4&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/index.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/invoicing.php?rt=horde-git&r1=4e6c54eaa645e8c8522141a8e12cc823943434f4&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Admin.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Block/tree_menu.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Block/tree_stopwatch.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Data/hermes_csv.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Data/hermes_tsv.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Data/hermes_xls.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Data/iif.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Data/qbxml.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Driver.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Driver/sql.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Forms/Deliverable.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Forms/Export.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Forms/Search.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Forms/Time.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Hermes.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/lib/Table.php?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/locale/en_US/help.xml?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/locale/es_ES/help.xml?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/Info.plist?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/Sandals.html?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/lib/Sandals.js?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/lib/horde.js?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/lib/open_calendar.js?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/lib/stripe.js?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/themes/hermes-screen.css?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/themes/sandals-screen.css?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/Sandals.wdgt/themes/screen.css?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/sql/hermes.mssql.sql?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/sql/hermes.oci8.sql?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/sql/hermes.sql?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/search.php?rt=horde-git&r1=4e6c54eaa645e8c8522141a8e12cc823943434f4&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/start.php?rt=horde-git&r1=4e6c54eaa645e8c8522141a8e12cc823943434f4&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/themes/print/screen.css?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
http://git.horde.org/diff.php/hermes/themes/screen.css?rt=horde-git&r1=10f5a1529874b7d01c1bf93fb22816cd0a8e4d63&r2=9aa9438d661722f25946e60ff1c3bd8a23a2e6d2
-----------------------------------------------------------------------
commit ae763be4843e6b6301684d9eb39a938eaa83af08
Author: Ben Klang <ben at alkaloid.net>
Date: Tue Jun 1 15:03:16 2010 -0400
Turba: Fix incorrect exception class name
turba/lib/Turba.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=283b143b7ab4b1ea4097530b7889e526eafe394e&r2=ae763be4843e6b6301684d9eb39a938eaa83af08
More information about the commits
mailing list