[commits] Horde branch master updated. 1740ec7dff20a3ad2a6fa6bc2b56c2de47a5279f
Gunnar Wrobel
p at rdus.de
Thu Sep 23 18:19:06 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 141f4a826890b395047d27fb670f70a0caaef75a
01291d9 Intermediate components work
70100b6 Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
1740ec7 MFB: Fix moving events between calendars for the Kolab driver (Bug #7932)
-----------------------------------------------------------------------
commit 01291d9dd62bc076e39ac39cbe15ea2e0ff33156
Author: Gunnar Wrobel <p at rdus.de>
Date: Thu Sep 23 20:04:08 2010 +0200
Intermediate components work
components/lib/Components/Dependencies.php | 7 ++
components/lib/Components/Dependencies/Injector.php | 10 ++
components/lib/Components/Module/Distribute.php | 93 +++++++++++++++++++
components/lib/Components/Pear/InstallLocation.php | 3 +
components/lib/Components/Pear/Package.php | 64 +++++++++++++
components/lib/Components/Runner/Distribute.php | 67 +++++++++++++
components/package.xml | 2 +
components/test/Components/StoryTestCase.php | 1 +
8 files changed, 247 insertions(+), 0 deletions(-)
create mode 100644 components/lib/Components/Module/Distribute.php
create mode 100644 components/lib/Components/Pear/Package.php
create mode 100644 components/lib/Components/Runner/Distribute.php
http://git.horde.org/diff.php/components/lib/Components/Dependencies.php?rt=horde-git&r1=6c717f2ad9fb236e9c064868a29cd0b6805109a2&r2=01291d9dd62bc076e39ac39cbe15ea2e0ff33156
http://git.horde.org/diff.php/components/lib/Components/Dependencies/Injector.php?rt=horde-git&r1=6c717f2ad9fb236e9c064868a29cd0b6805109a2&r2=01291d9dd62bc076e39ac39cbe15ea2e0ff33156
http://git.horde.org/co.php/components/lib/Components/Module/Distribute.php?rt=horde-git&r=01291d9dd62bc076e39ac39cbe15ea2e0ff33156
http://git.horde.org/diff.php/components/lib/Components/Pear/InstallLocation.php?rt=horde-git&r1=6c717f2ad9fb236e9c064868a29cd0b6805109a2&r2=01291d9dd62bc076e39ac39cbe15ea2e0ff33156
http://git.horde.org/co.php/components/lib/Components/Pear/Package.php?rt=horde-git&r=01291d9dd62bc076e39ac39cbe15ea2e0ff33156
http://git.horde.org/co.php/components/lib/Components/Runner/Distribute.php?rt=horde-git&r=01291d9dd62bc076e39ac39cbe15ea2e0ff33156
http://git.horde.org/diff.php/components/package.xml?rt=horde-git&r1=022c42b1d85b292ce2a94f6da692c4b98599d3d9&r2=01291d9dd62bc076e39ac39cbe15ea2e0ff33156
http://git.horde.org/diff.php/components/test/Components/StoryTestCase.php?rt=horde-git&r1=e64127e4a7aca62a278fcda732a0ae83b9b91b47&r2=01291d9dd62bc076e39ac39cbe15ea2e0ff33156
-----------------------------------------------------------------------
commit 70100b69290aa561e1b80cfff185d0dad9a86762
Merge: 01291d9 141f4a8
Author: Gunnar Wrobel <p at rdus.de>
Date: Thu Sep 23 20:11:43 2010 +0200
Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
ansel/lib/Storage.php | 2 +-
ansel/lib/Tile/Image.php | 9 +-
ansel/lib/View/GalleryRenderer/Base.php | 5 +-
ansel/lib/View/List.php | 5 +-
ansel/perms.php | 2 +-
ansel/scripts/upgrades/2010-09-16_migrate_styles.php | 46 ++++-
ansel/templates/view/list.inc | 4 +-
folks/config/hooks.php.dist | 2 +-
folks/perms.php | 4 +-
framework/Block/lib/Horde/Block/Collection.php | 4 +
framework/Cache/lib/Horde/Cache/Apc.php | 12 +-
framework/Cache/lib/Horde/Cache/Base.php | 2 +
framework/Cache/lib/Horde/Cache/Eaccelerator.php | 14 +-
framework/Cache/lib/Horde/Cache/File.php | 10 +-
framework/Cache/lib/Horde/Cache/Memcache.php | 6 +
framework/Cache/lib/Horde/Cache/Mock.php | 7 +-
framework/Cache/lib/Horde/Cache/Null.php | 7 +-
framework/Cache/lib/Horde/Cache/Session.php | 7 +-
framework/Cache/lib/Horde/Cache/Sql.php | 12 +-
framework/Cache/lib/Horde/Cache/Stack.php | 8 +-
framework/Cache/lib/Horde/Cache/Xcache.php | 12 +-
framework/Core/lib/Horde.php | 57 ++++-
framework/Core/lib/Horde/Config.php | 5 +-
framework/Core/lib/Horde/Core/Ajax/Application.php | 2 +-
framework/Core/lib/Horde/Core/Binder/Group.php | 36 +++
framework/Core/lib/Horde/Core/Factory/KolabStorage.php | 2 +-
framework/Core/lib/Horde/Core/Factory/Prefs.php | 2 +-
framework/Core/lib/Horde/Core/Perms/Ui.php | 2 +-
framework/Core/package.xml | 2 +
framework/Group/lib/Horde/Group.php | 58 +-----
framework/Group/lib/Horde/Group/Ldap.php | 26 +--
framework/Icalendar/lib/Horde/Icalendar.php | 12 +-
framework/Ldap/lib/Horde/Ldap.php | 10 +-
framework/Ldap/lib/Horde/Ldap/SimpleFileSchemaCache.php | 97 ---------
framework/Ldap/package.xml | 54 +++++-
framework/Mime/lib/Horde/Mime/Address.php | 2 +-
framework/Perms/lib/Horde/Perms.php | 2 +-
framework/Share/lib/Horde/Share/Datatree.php | 2 +-
framework/Share/lib/Horde/Share/Sql.php | 2 +-
framework/Share/lib/Horde/Share/Sql/Hierarchical.php | 2 +-
horde/admin/groups.php | 2 +-
horde/docs/CODING_STANDARDS | 4 +
horde/lib/Api.php | 20 +-
horde/services/shares/edit.php | 2 +-
imp/compose-mimp.php | 13 +-
imp/compose.php | 10 +-
imp/config/prefs.php.dist | 20 ++-
imp/docs/CHANGES | 7 +
imp/js/mailbox.js | 29 +++-
imp/js/search.js | 43 ++++-
imp/js/searchesprefs.js | 11 +-
imp/lib/Application.php | 4 +-
imp/lib/Compose.php | 12 +-
imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php | 8 +-
imp/lib/LoginTasks/Task/PurgeSpam.php | 3 +-
imp/lib/Prefs/Identity.php | 15 ++
imp/lib/Prefs/Ui.php | 84 ++++++--
imp/lib/Search.php | 155 +++++++++++--
imp/lib/Search/Element.php | 14 +-
imp/lib/Search/Element/Mailinglist.php | 55 +++++
imp/lib/Search/Element/Personal.php | 72 ++++++
imp/lib/Search/Filter.php | 58 +++++
imp/lib/Search/Filter/Builtin.php | 63 ++++++
imp/lib/Search/Filter/Bulk.php | 28 +++
imp/lib/Search/Filter/Mailinglist.php | 28 +++
imp/lib/Search/Filter/Personal.php | 28 +++
imp/lib/Search/Vfolder/Builtin.php | 63 ++++++
imp/lib/Search/Vfolder/Vinbox.php | 51 +----
imp/lib/Search/Vfolder/Vtrash.php | 51 +----
imp/lib/Spam.php | 4 +-
imp/lib/Ui/Block.php | 2 +-
imp/mailbox.php | 30 +++-
imp/search.php | 169 +++++++++++----
imp/templates/imp/mailbox/form_start.html | 1 +
imp/templates/imp/mailbox/navbar.html | 37 +++-
imp/templates/imp/search/search.html | 37 +++-
imp/templates/prefs/searches.html | 49 ++++-
imp/themes/screen.css | 2 +-
imp/themes/silver/screen.css | 8 +-
jonah/lib/Driver/Sql.php | 41 ++--
kronolith/lib/Api.php | 2 +-
kronolith/lib/Event.php | 2 +-
kronolith/lib/Kronolith.php | 6 +-
kronolith/perms.php | 4 +-
kronolith/templates/chunks/calendar.php | 2 +-
nag/lib/Api.php | 2 +-
nag/lib/Forms/task.php | 2 +-
nag/lib/Nag.php | 2 +-
trean/lib/Bookmarks.php | 2 +-
turba/docs/CHANGES | 3 +
turba/lib/Driver.php | 13 +-
turba/lib/Driver/Group.php | 2 +-
turba/lib/Object.php | 17 +-
turba/lib/tests/bug_6518.phpt | 6 +-
turba/lib/tests/ldif_exportFile.phpt | 6 +-
turba/lib/tests/ldif_importFile.phpt | 6 +-
turba/lib/tests/ldif_importFileCRLF.phpt | 6 +-
turba/lib/tests/tohash.phpt | 11 +-
turba/lib/tests/tovcard.phpt | 43 ++++-
whups/lib/Forms/AddComment.php | 2 +-
whups/lib/Forms/CreateTicket.php | 2 +-
whups/lib/Forms/EditTicket.php | 4 +-
whups/lib/Forms/Query.php | 2 +-
whups/lib/Whups.php | 4 +-
whups/ticket/queue.php | 2 +-
whups/ticket/type.php | 2 +-
106 files changed, 1481 insertions(+), 562 deletions(-)
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=9ae008729b7e42ef7864930a18488fbd3385ff22&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/ansel/lib/Tile/Image.php?rt=horde-git&r1=c3c6189c23971de660d2f8f1876562d15a086286&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Base.php?rt=horde-git&r1=eb29b00fb8aaf7a9de0ac0a250a31837b60a46d6&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=c3c6189c23971de660d2f8f1876562d15a086286&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/ansel/perms.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/ansel/scripts/upgrades/2010-09-16_migrate_styles.php?rt=horde-git&r1=fc5407e568e4fb2404464dca7c5d6ee00ca2d27f&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/ansel/templates/view/list.inc?rt=horde-git&r1=c3c6189c23971de660d2f8f1876562d15a086286&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/folks/config/hooks.php.dist?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/folks/perms.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Collection.php?rt=horde-git&r1=bd265a439e711f414f918b329d5962a8b5eb0ea6&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Apc.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Base.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Eaccelerator.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/File.php?rt=horde-git&r1=eb9e2a364e54b3a1454837138e77f52aaffe1ea5&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Memcache.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Mock.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Null.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Session.php?rt=horde-git&r1=4f1148daaa40f372a884092fac3a77925a5e4de2&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Sql.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Stack.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Xcache.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=306c10215f0ebcaf43984bb879f7a8facf080ccd&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Core/lib/Horde/Config.php?rt=horde-git&r1=7d20b8a0764b08f84b1da1ef0c45bdf26a43c97c&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ajax/Application.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Group.php?rt=horde-git&r=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/KolabStorage.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Perms/Ui.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=08a466a242ffaf58dd1670a2162839af1450c7e3&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Group/lib/Horde/Group.php?rt=horde-git&r1=f870124fe894dec8040ddcc7a5b99565fab006cf&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Ldap.php?rt=horde-git&r1=76e26ea685359d143b1e26d2520239164a08d659&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-git&r1=741783a314dd20c81052d02111e63cc37788ef95&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=7720de352ab0bcb8ddfdaf5ac2f54f09e092efd6&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/SimpleFileSchemaCache.php?rt=horde-git&r1=5d22a71a423ff0db42c68ecfb371ac60e01d79be&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Ldap/package.xml?rt=horde-git&r1=52b72b98aee1754f5c0954dce84483ce22891346&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Address.php?rt=horde-git&r1=7768921410c65798844616080ac4139ab0b422a1&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Datatree.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql.php?rt=horde-git&r1=0e2e0fae606be0700dbd617d488a06755a806f8d&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql/Hierarchical.php?rt=horde-git&r1=d457d338474c01862f11944b12f7b6d2a019cc82&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/horde/admin/groups.php?rt=horde-git&r1=9d2f60f2ae8920192757fe23fb463b4b31007a25&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/horde/docs/CODING_STANDARDS?rt=horde-git&r1=dc4f17b3007a67cf8a46aa84d7f9768c90e47c6a&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=b491024914d0198c3c085c97bc1aae0b71c63e6c&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=ca13f7da5135ce28875328efad2af0cf1ec96a55&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=354e2deb9cbbba8b6252b5b6e0550df931097f53&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/js/mailbox.js?rt=horde-git&r1=25e4e9f441d22b3df2b6f6396ff8b4be3063695c&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/js/searchesprefs.js?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=6808972472d288a840ecdce79964e3058be1bb17&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSpam.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=7cf8900b7336d3339f95d8b76d3c1174f24da4a5&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/Search/Element.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/co.php/imp/lib/Search/Element/Mailinglist.php?rt=horde-git&r=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/co.php/imp/lib/Search/Element/Personal.php?rt=horde-git&r=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/co.php/imp/lib/Search/Filter.php?rt=horde-git&r=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/co.php/imp/lib/Search/Filter/Builtin.php?rt=horde-git&r=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/co.php/imp/lib/Search/Filter/Bulk.php?rt=horde-git&r=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/co.php/imp/lib/Search/Filter/Mailinglist.php?rt=horde-git&r=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/co.php/imp/lib/Search/Filter/Personal.php?rt=horde-git&r=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/co.php/imp/lib/Search/Vfolder/Builtin.php?rt=horde-git&r=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/Search/Vfolder/Vinbox.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/Search/Vfolder/Vtrash.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=a67d205117d183d0f43088c82d5d636762690163&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/lib/Ui/Block.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=0b933ffd4447d918f445484d43a70d70ff25bc27&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/templates/imp/mailbox/form_start.html?rt=horde-git&r1=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/templates/imp/mailbox/navbar.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/templates/imp/search/search.html?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/templates/prefs/searches.html?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/imp/themes/silver/screen.css?rt=horde-git&r1=f7ff14c920be92809d72c7298bba4aabbea15c22&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/jonah/lib/Driver/Sql.php?rt=horde-git&r1=c475f8610c3393827330941d91916bf8dd7a2e1e&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=881a2a5b81c2fef9d2792cb6dc22619391d23b0f&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/kronolith/templates/chunks/calendar.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/nag/lib/Forms/task.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/trean/lib/Bookmarks.php?rt=horde-git&r1=b9f7a72ad5400444c78b3a6b9f200dd31626cb66&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/turba/docs/CHANGES?rt=horde-git&r1=f936ec44d0a4fce5b5a5b999abeed841957d14d3&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=e27db3f3d9eb444997765d9d3612a74478668534&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/turba/lib/Driver/Group.php?rt=horde-git&r1=b8614426ad255d7b9f0090a9df6dfd758eb7cca6&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/turba/lib/Object.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/turba/lib/tests/bug_6518.phpt?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/turba/lib/tests/ldif_exportFile.phpt?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/turba/lib/tests/ldif_importFile.phpt?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/turba/lib/tests/ldif_importFileCRLF.phpt?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/turba/lib/tests/tohash.phpt?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/turba/lib/tests/tovcard.phpt?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/whups/lib/Forms/AddComment.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/whups/lib/Forms/CreateTicket.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/whups/lib/Forms/EditTicket.php?rt=horde-git&r1=6e57615ef92b4e06bd04378c159dcbd271c8a5a4&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/whups/lib/Forms/Query.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/whups/ticket/queue.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=70100b69290aa561e1b80cfff185d0dad9a86762
http://git.horde.org/diff.php/whups/ticket/type.php?rt=horde-git&r1=15b98a9a3e866c825bd5e8e9edeadac72d7795ea&r2=70100b69290aa561e1b80cfff185d0dad9a86762
-----------------------------------------------------------------------
commit 1740ec7dff20a3ad2a6fa6bc2b56c2de47a5279f
Author: Gunnar Wrobel <p at rdus.de>
Date: Thu Sep 23 20:17:39 2010 +0200
MFB: Fix moving events between calendars for the Kolab driver (Bug #7932)
kronolith/docs/CHANGES | 1 +
kronolith/lib/Driver/Kolab.php | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&r1=263e2fa305ba2396d804c8a6f2f75d1fa4270eaf&r2=1740ec7dff20a3ad2a6fa6bc2b56c2de47a5279f
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=3e898d58d1f31b4d61cfe42b99f2ed6fe6bf903d&r2=1740ec7dff20a3ad2a6fa6bc2b56c2de47a5279f
More information about the commits
mailing list