The branch "master" has been updated. The following is a summary of the commits.
from: 8d99d7f68ac4bc6573fa8fe170237616c5dd4432 d25a901 Update History tests to enable testing all Horde_Db drivers. 19564a0 Merge branch 'master' into history b74401b Add support for a modification sequence to Horde_History fee80b9 Test for modification sequence functionality e642bef This should be protected. f2761b7 Actually return the result. f9116e7 Update test 1d4afbd Catch Horde_Db exceptions. a697e12 Add to the base class (make abstract in H6). edb09ae Update test 8536adb Add modseq version of getActionTimestamp method. 3175fb7 Add test for getActionModSeq() 7174788 Add Horde_History::getByModSeq() a9edac7 Add test. 179b8b0 CHANGES ----------------------------------------------------------------------- commit d25a901221bbc4bc13cc6bbd7867c254fe2c3b59 Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 20:00:37 2013 -0400 Update History tests to enable testing all Horde_Db drivers. framework/History/package.xml | 28 +- framework/History/test/Horde/History/InterfaceTest.php | 431 ------------ framework/History/test/Horde/History/Mock/MockTest.php | 23 + framework/History/test/Horde/History/Sql/MysqlTest.php | 70 ++ framework/History/test/Horde/History/Sql/MysqliTest.php | 70 ++ framework/History/test/Horde/History/Sql/Pdo/MysqlTest.php | 70 ++ framework/History/test/Horde/History/Sql/Pdo/PgsqlTest.php | 70 ++ framework/History/test/Horde/History/TestBase.php | 248 +++++++ framework/History/test/Horde/History/conf.php.dist | 26 + framework/History/test/Horde/History/phpunit.xml | 8 +- 10 files changed, 601 insertions(+), 443 deletions(-) delete mode 100644 framework/History/test/Horde/History/InterfaceTest.php create mode 100644 framework/History/test/Horde/History/Mock/MockTest.php create mode 100644 framework/History/test/Horde/History/Sql/MysqlTest.php create mode 100644 framework/History/test/Horde/History/Sql/MysqliTest.php create mode 100644 framework/History/test/Horde/History/Sql/Pdo/MysqlTest.php create mode 100644 framework/History/test/Horde/History/Sql/Pdo/PgsqlTest.php create mode 100644 framework/History/test/Horde/History/TestBase.php create mode 100644 framework/History/test/Horde/History/conf.php.dist http://git.horde.org/horde-git/-/commit/d25a901221bbc4bc13cc6bbd7867c254fe2c3b59 ----------------------------------------------------------------------- commit 19564a0f4f412afec54f15afe0c1f9fb320c27e2 Merge: d25a901 8d99d7f Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 20:01:51 2013 -0400 Merge branch 'master' into history .travis.yml | 2 - beatnik/package.xml | 14 +- bundles/groupware/docs/CHANGES | 52 +- bundles/groupware/docs/RELEASE_NOTES | 8 +- bundles/groupware/lib/Bundle.php | 2 +- bundles/groupware/package.xml | 44 +- bundles/webmail/docs/CHANGES | 61 +- bundles/webmail/docs/RELEASE_NOTES | 8 +- bundles/webmail/lib/Bundle.php | 2 +- bundles/webmail/package.xml | 48 +- framework/Cache/package.xml | 2 + framework/Core/js/tables.js | 4 +- framework/Core/lib/Horde/Core/Ajax/Application/Handler/Email.php | 5 +- framework/Core/package.xml | 13 +- framework/Dav/package.xml | 17 +- framework/HashTable/package.xml | 15 +- framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 80 +- framework/Imap_Client/lib/Horde/Imap/Client/Base/Connection.php | 121 ++ framework/Imap_Client/lib/Horde/Imap/Client/Base/Debug.php | 53 +- .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Mailbox.php | 10 +- .../Imap_Client/lib/Horde/Imap/Client/Interaction/Command.php | 7 + framework/Imap_Client/lib/Horde/Imap/Client/Mailbox.php | 4 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 321 +---- framework/Imap_Client/lib/Horde/Imap/Client/Socket/Connection.php | 278 ++++ framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 158 +-- .../Imap_Client/lib/Horde/Imap/Client/Socket/Pop3/Connection.php | 166 +++ framework/Imap_Client/package.xml | 38 +- framework/Imap_Client/test/Horde/Imap/Client/DataFormatTest.php | 11 + framework/Mime/lib/Horde/Mime/Part.php | 6 + framework/Mime/package.xml | 23 +- framework/Mime/test/Horde/Mime/PartTest.php | 8 + framework/Mime/test/Horde/Mime/fixtures/sample_msg3.txt | 11 + framework/Mongo/package.xml | 15 +- framework/Rpc/package.xml | 31 +- framework/SessionHandler/package.xml | 26 +- horde/docs/CHANGES | 8 +- horde/lib/Application.php | 2 +- horde/lib/Block/Vatid.php | 2 +- horde/package.xml | 21 +- imp/docs/CHANGES | 28 +- imp/docs/RELEASE_NOTES | 4 +- imp/js/compose-base.js | 14 +- imp/js/compose-dimp.js | 2 +- imp/js/compose.js | 7 +- imp/js/imp.js | 42 +- imp/lib/Ajax/Application/Handler/ImageUnblock.php | 8 +- imp/lib/Ajax/Application/ListMessages.php | 16 +- imp/lib/Application.php | 2 +- imp/lib/Basic/Message.php | 18 +- imp/lib/Basic/Pgp.php | 2 +- imp/lib/Block/Summary.php | 4 +- imp/lib/Compose.php | 2 + imp/lib/Images.php | 34 +- imp/lib/Imap.php | 10 +- imp/lib/Imap/Tree.php | 12 +- imp/lib/Mime/Viewer/Html.php | 14 +- imp/lib/Prefs/Special/ImageReplacement.php | 15 +- imp/lib/Spam/Email.php | 2 + imp/package.xml | 36 +- ingo/docs/CHANGES | 9 +- ingo/lib/Application.php | 2 +- ingo/lib/Script/Sieve/Action.php | 7 - ingo/lib/Script/Sieve/Test.php | 7 - ingo/package.xml | 23 +- kronolith/docs/CHANGES | 14 +- kronolith/lib/Application.php | 2 +- kronolith/package.xml | 19 +- mnemo/docs/CHANGES | 8 +- mnemo/lib/Application.php | 2 +- mnemo/package.xml | 23 +- nag/docs/CHANGES | 8 +- nag/docs/RELEASE_NOTES | 9 - nag/lib/Application.php | 2 +- nag/package.xml | 23 +- passwd/config/backends.php | 3 +- passwd/docs/CHANGES | 8 +- passwd/docs/UPGRADING | 8 + passwd/lib/Application.php | 2 +- passwd/package.xml | 21 +- trean/docs/CHANGES | 1 + trean/lib/Block/Bookmarks.php | 3 - trean/lib/Block/Mostclicked.php | 5 +- trean/package.xml | 4 +- trean/templates/block/1line.inc | 4 +- trean/templates/block/2line.inc | 4 +- trean/templates/block/standard.inc | 2 +- turba/docs/CHANGES | 8 +- turba/lib/Application.php | 2 +- turba/package.xml | 23 +- wicked/docs/CHANGES | 2 + wicked/lib/Driver.php | 24 +- wicked/lib/Driver/Sql.php | 49 +- wicked/lib/Page.php | 10 +- wicked/lib/Page/AllPages.php | 1 + wicked/lib/Page/AttachedFiles.php | 8 +- wicked/lib/Page/RecentChanges.php | 20 +- wicked/lib/Page/Search.php | 77 +- wicked/locale/de/LC_MESSAGES/wicked.mo | Bin 80251 -> 80252 bytes wicked/locale/de/LC_MESSAGES/wicked.po | 8 +- wicked/package.xml | 17 +- wicked/templates/display/AttachedFiles.html | 193 ++-- wicked/templates/display/RecentChanges.html | 31 +- wicked/templates/pagelist/footer.inc | 1 - wicked/templates/pagelist/header.inc | 10 +- wicked/templates/pagelist/pagelist.html | 2 +- wicked/templates/pagelist/results_header.html | 10 +- wicked/templates/pagelist/search.inc | 1 - wicked/templates/pagelist/summary.inc | 2 +- wicked/themes/default/graphics/SyncPages.png | Bin 566 -> 717 bytes wicked/themes/default/graphics/az.png | Bin 116 -> 343 bytes wicked/themes/default/graphics/diff.png | Bin 190 -> 544 bytes wicked/themes/default/graphics/external.png | Bin 162 -> 591 bytes wicked/themes/default/graphics/favicon.ico | Bin 1150 -> 1742 bytes wicked/themes/default/graphics/info.png | Bin 116 -> 0 bytes wicked/themes/default/graphics/question.png | Bin 115 -> 0 bytes wicked/themes/default/graphics/restore.png | Bin 287 -> 376 bytes wicked/themes/default/graphics/za.png | Bin 118 -> 337 bytes wicked/themes/default/screen.css | 46 - 118 files changed, 1771 insertions(+), 966 deletions(-) http://git.horde.org/horde-git/-/commit/19564a0f4f412afec54f15afe0c1f9fb320c27e2 ----------------------------------------------------------------------- commit b74401b615fc422b3cd9d7e78be2902bb2ea9f06 Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 21:20:12 2013 -0400 Add support for a modification sequence to Horde_History framework/History/lib/Horde/History/Log.php | 3 +- framework/History/lib/Horde/History/Sql.php | 43 +++++++++++++++++++++++--- 2 files changed, 40 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/b74401b615fc422b3cd9d7e78be2902bb2ea9f06 ----------------------------------------------------------------------- commit fee80b930afb6ff33bf560d042583ce540f12e5d Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 21:20:48 2013 -0400 Test for modification sequence functionality framework/History/test/Horde/History/TestBase.php | 30 +++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/fee80b930afb6ff33bf560d042583ce540f12e5d ----------------------------------------------------------------------- commit e642bef9a3e1419d2a86330b25ec1d51b1ee6071 Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 21:26:33 2013 -0400 This should be protected. framework/History/lib/Horde/History/Sql.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/e642bef9a3e1419d2a86330b25ec1d51b1ee6071 ----------------------------------------------------------------------- commit f2761b79145219b51d439d5caa1262a9ad1bbb36 Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 21:26:56 2013 -0400 Actually return the result. framework/History/lib/Horde/History/Sql.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/f2761b79145219b51d439d5caa1262a9ad1bbb36 ----------------------------------------------------------------------- commit f9116e7aeff43a46469260eb4adc93e250d475a4 Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 21:27:06 2013 -0400 Update test framework/History/test/Horde/History/TestBase.php | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/f9116e7aeff43a46469260eb4adc93e250d475a4 ----------------------------------------------------------------------- commit 1d4afbd6fe323a291edc26fbcf98130e0ec20287 Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 22:16:24 2013 -0400 Catch Horde_Db exceptions. framework/History/lib/Horde/History/Sql.php | 27 ++++++++++++++++++++++----- 1 files changed, 22 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/1d4afbd6fe323a291edc26fbcf98130e0ec20287 ----------------------------------------------------------------------- commit a697e122ba2b6490232b3e4fc79378a9d4c43414 Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 22:17:07 2013 -0400 Add to the base class (make abstract in H6). framework/History/lib/Horde/History.php | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/a697e122ba2b6490232b3e4fc79378a9d4c43414 ----------------------------------------------------------------------- commit edb09ae3876ddc3e7fcbda7f99eba1e5d5acfdac Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 22:18:22 2013 -0400 Update test framework/History/test/Horde/History/TestBase.php | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/edb09ae3876ddc3e7fcbda7f99eba1e5d5acfdac ----------------------------------------------------------------------- commit 8536adbe403cff3ea7cfd5d716c365c2a6738570 Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 22:19:01 2013 -0400 Add modseq version of getActionTimestamp method. Returns the modseq of the most recently performed action on requested guid. framework/History/lib/Horde/History/Sql.php | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/8536adbe403cff3ea7cfd5d716c365c2a6738570 ----------------------------------------------------------------------- commit 3175fb75d9fdd67ef395be950841842abcf51407 Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 22:20:37 2013 -0400 Add test for getActionModSeq() framework/History/test/Horde/History/TestBase.php | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/3175fb75d9fdd67ef395be950841842abcf51407 ----------------------------------------------------------------------- commit 71747882e6b2fed87325f27038fb128eb72f84bc Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 22:41:49 2013 -0400 Add Horde_History::getByModSeq() framework/History/lib/Horde/History.php | 29 ++++++++++++++++++++ framework/History/lib/Horde/History/Sql.php | 39 +++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/71747882e6b2fed87325f27038fb128eb72f84bc ----------------------------------------------------------------------- commit a9edac71bb1a4df65fbb45af7cfad853d37c87d1 Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 22:42:13 2013 -0400 Add test. framework/History/test/Horde/History/TestBase.php | 32 +++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/a9edac71bb1a4df65fbb45af7cfad853d37c87d1 ----------------------------------------------------------------------- commit 179b8b0d97ee832c9fd5d388d0dc09bee9855d2f Author: Michael J Rubinsky <[email protected]> Date: Fri Jun 7 22:52:49 2013 -0400 CHANGES framework/History/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/179b8b0d97ee832c9fd5d388d0dc09bee9855d2f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
