[commits] Horde-Hatchery branch master updated. cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
Michael M Slusarz
slusarz at horde.org
Thu Jul 16 20:06:08 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 4f74564881be2e063e6ab0d5bac4a0c5cdd15f63
4f967f3... SpellChecker imple moved to Horde_Ajax.
cbbe5c8... Inline script handling moved to Horde:: for now
-----------------------------------------------------------------------
commit 4f967f3aac6ef5bb1408a7de2ce0b520c0bbc71b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 16 13:56:52 2009 -0600
SpellChecker imple moved to Horde_Ajax.
imp/js/src/KeyNavList.js | 207 ---------------------
imp/js/src/SpellChecker.js | 339 -----------------------------------
imp/lib/Ajax/Imple/SpellChecker.php | 110 -----------
imp/lib/UI/Compose.php | 2 +-
imp/themes/screen.css | 12 --
5 files changed, 1 insertions(+), 669 deletions(-)
delete mode 100644 imp/js/src/KeyNavList.js
delete mode 100644 imp/js/src/SpellChecker.js
delete mode 100644 imp/lib/Ajax/Imple/SpellChecker.php
http://git.horde.org/diff.php/imp/js/src/KeyNavList.js?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=4f967f3aac6ef5bb1408a7de2ce0b520c0bbc71b
http://git.horde.org/diff.php/imp/js/src/SpellChecker.js?rt=horde-hatchery&r1=f40e45f403a288f7642af22c015ed40e2e345c4c&r2=4f967f3aac6ef5bb1408a7de2ce0b520c0bbc71b
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/SpellChecker.php?rt=horde-hatchery&r1=4f74564881be2e063e6ab0d5bac4a0c5cdd15f63&r2=4f967f3aac6ef5bb1408a7de2ce0b520c0bbc71b
http://git.horde.org/diff.php/imp/lib/UI/Compose.php?rt=horde-hatchery&r1=4f74564881be2e063e6ab0d5bac4a0c5cdd15f63&r2=4f967f3aac6ef5bb1408a7de2ce0b520c0bbc71b
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=9ae9ad583bd7567b69f11a9314391a5006467308&r2=4f967f3aac6ef5bb1408a7de2ce0b520c0bbc71b
-----------------------------------------------------------------------
commit cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jul 16 14:05:27 2009 -0600
Inline script handling moved to Horde:: for now
imp/compose-dimp.php | 8 +-
imp/compose.php | 2 +-
imp/contacts.php | 2 +-
imp/fetchmailprefs.php | 2 +-
imp/folders.php | 6 +-
imp/index-dimp.php | 4 +-
imp/lib/Ajax/Imple/ContactAutoCompleter.php | 4 +-
imp/lib/IMP.php | 67 ------------------
imp/lib/UI/Compose.php | 2 +-
imp/lib/prefs.php | 2 +-
imp/login.php | 2 +-
imp/mailbox.php | 2 +-
imp/message-dimp.php | 8 +-
imp/message.php | 2 +-
imp/search.php | 2 +-
imp/templates/common-header.inc | 2 +-
imp/templates/javascript_defs.php | 2 +-
imp/templates/javascript_defs_dimp.php | 2 +-
kronolith/index.php | 2 +-
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php | 2 +-
kronolith/lib/Ajax/Imple/TagActions.php | 2 +-
kronolith/lib/Ajax/Imple/TagAutoCompleter.php | 2 +-
kronolith/lib/Kronolith.php | 77 +--------------------
kronolith/templates/common-header.inc | 2 +-
24 files changed, 33 insertions(+), 175 deletions(-)
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=0870233509109611971b71ec8626c617eadf732c&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=0870233509109611971b71ec8626c617eadf732c&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/contacts.php?rt=horde-hatchery&r1=16c5fa5780f25e019c0b4fbdda398881bd893b01&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=f8d998c7fdf3821a5472715e1751706250c3b456&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/folders.php?rt=horde-hatchery&r1=680965a10eac9b2c7a98568da16bea79747741b2&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-hatchery&r1=0fe99cd692e9cb0d30f8c05b1439207d1b01cd8d&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-hatchery&r1=4f74564881be2e063e6ab0d5bac4a0c5cdd15f63&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=f8d998c7fdf3821a5472715e1751706250c3b456&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/lib/UI/Compose.php?rt=horde-hatchery&r1=4f967f3aac6ef5bb1408a7de2ce0b520c0bbc71b&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/lib/prefs.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/login.php?rt=horde-hatchery&r1=a0b1b90d635aa963da28d1a86ec988f1a0b3fc2e&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=0870233509109611971b71ec8626c617eadf732c&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-hatchery&r1=0870233509109611971b71ec8626c617eadf732c&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=0870233509109611971b71ec8626c617eadf732c&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/search.php?rt=horde-hatchery&r1=bb4e8422e365f957792d2c1e17953bb0227c17cb&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/templates/javascript_defs.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=0870233509109611971b71ec8626c617eadf732c&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/kronolith/index.php?rt=horde-hatchery&r1=4f74564881be2e063e6ab0d5bac4a0c5cdd15f63&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-hatchery&r1=4f74564881be2e063e6ab0d5bac4a0c5cdd15f63&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagActions.php?rt=horde-hatchery&r1=4f74564881be2e063e6ab0d5bac4a0c5cdd15f63&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagAutoCompleter.php?rt=horde-hatchery&r1=4f74564881be2e063e6ab0d5bac4a0c5cdd15f63&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
http://git.horde.org/diff.php/kronolith/templates/common-header.inc?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=cbbe5c823c3c99a19a1376beb41e20cc6adbfb20
More information about the commits
mailing list