The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 9e711b1659cbfd5b2477bbc5d1870bf33f6c4c28 3b31bcd Fix detecting proper timezone identifier from offset array. 937c534 IE7 is not supported anymore (other than minimal view) 07772c7 ws 9da6c27 IE8 doesn't support multiple background url definitions (Bug #12043) bfbd243 $_params['style'] should always be a string, need the Ansel_Style object. 3cbd4a9 Revert "If $style is already an Ansel_Style object, just return it" fb63309 ws c6bf482 Allow admins/users with the admintime permission to enter slices for other users. ea3f399 Some fixes for non-admin usage. 6612223 Update links widget, use Horde_View, tweak css. fc630cd Allow GarbageCollection task to be run from the command line (Bug #12061) ae434c0 Clarify TLS vs. SSL (SSL has long since been deprecated) ae9b24a Make sure to set the employee value when editing as well. a93ed69 Select the current user's username by default. df2e6d8 Fix updating time slices with employee information. e2d30e6 Fix phpdoc 7f48497 Remove slice from UI if the employee is changed from the current user. 57376a2 Make it clear this is the current user's unsubmitted time. 5fa1f14 The employee value might be an empty string, can't use the default parameter. 083ef62 BFN 2faa8ba simplify 38df923 User might not have perms for marking as exported. 679c47d Consistently use $registry->isAdmin() where appropriate. e564c33 POST the export form data to avoid issues with large GET requests. 44b403f Fix parse error fdaa913 First pass at slideshow view refactor for H5 7413f22 update package.xml filelist. 8749c43 Not sure why this was hidden... 39c183a Simplify, don't include js that's not needed. 6b94f82 Released Horde_Core-2.3.0 9490672 Development mode for Horde_Core-2.3.1 989dee6 Released Horde_ActiveSync-2.2.1 dd3404a Development mode for Horde_ActiveSync-2.2.2 b333508 Refactor List view for H5. 95bb89f Fix manual selection of faces for H5. 1e3cba5 Remove unnecessary cont'r, short circuit if we don't have faces configured. f6e8341 Fix javascript output for image faces widget. 327dfdd Fix order of /div c0ddc46 fix email extraction regex in gpg keyserver query 6054604 phpdoc 6eaa99b Fix references. 95ea577 Fix docs. 039280f Longer timeout for pear.horde.org. 034d5a2 Skip HTML and PHP files in docs/. ea14d63 Allow to build website docs from local checkout. cb503c7 Fake release date and download url. 39ff368 Add todo. a414da2 Merge branch 'master' of https://github.com/immrr/horde into immrr-master 23a6527 [jan] Change default keyserver to pool.sks-keyservers.net. bcb2439 Enable PGP keyserver test. b53bb57 Revert "Don't convert to Ansel_Style here, no need for it at this point." This was causing a fatal error in my API usage. 3525068 Fix variable name b72700e Revert "Revert "If $style is already an Ansel_Style object, just return it"" Michael R. was right, needed to revert this too. 54f8d5d $date_params is still used in this file 311be7c [mms] Fix from/to searches on servers that support SORT=DISPLAY when using the *_FALLBACK sort criteria. fe51d09 Merge branch 'master' into imp_6_1 ----------------------------------------------------------------------- commit 3b31bcd994fac99c0b2c7a8e2a2ca85959cf09c2 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 02:22:59 2013 -0500 Fix detecting proper timezone identifier from offset array. Bug: 12029 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php | 1 + framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php | 1 - 2 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3b31bcd994fac99c0b2c7a8e2a2ca85959cf09c2 ----------------------------------------------------------------------- commit 937c53405e7bdc061b0641ab3c3296026d8e0225 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 20 00:20:50 2013 -0700 IE7 is not supported anymore (other than minimal view) chora/themes/default/ie7.css | 4 -- framework/Core/lib/Horde/Themes/Css.php | 2 - horde/package.xml | 8 ++--- horde/themes/default/ie7.css | 9 ----- imp/package.xml | 10 ++---- imp/themes/default/dynamic/ie7.css | 50 ------------------------------- imp/themes/default/ie7.css | 12 ------- kronolith/package.xml | 8 ++--- kronolith/themes/default/ie7.css | 47 ----------------------------- turba/package.xml | 8 ++--- turba/themes/default/ie7.css | 9 ----- 11 files changed, 12 insertions(+), 155 deletions(-) delete mode 100644 chora/themes/default/ie7.css delete mode 100644 horde/themes/default/ie7.css delete mode 100644 imp/themes/default/dynamic/ie7.css delete mode 100644 imp/themes/default/ie7.css delete mode 100644 kronolith/themes/default/ie7.css delete mode 100644 turba/themes/default/ie7.css http://git.horde.org/horde-git/-/commit/937c53405e7bdc061b0641ab3c3296026d8e0225 ----------------------------------------------------------------------- commit 07772c7fb4d351eae79d7481d76d56f7afe40f50 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 20 00:39:52 2013 -0700 ws horde/themes/default/screen.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/07772c7fb4d351eae79d7481d76d56f7afe40f50 ----------------------------------------------------------------------- commit 9da6c272b7ec9b23f87aae0ace04052166c86cc4 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 20 00:40:14 2013 -0700 IE8 doesn't support multiple background url definitions (Bug #12043) horde/themes/default/ie8.css | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/9da6c272b7ec9b23f87aae0ace04052166c86cc4 ----------------------------------------------------------------------- commit bfbd243be1184b6bbf1f2558d9b22e07b5899583 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 10:24:58 2013 -0500 $_params['style'] should always be a string, need the Ansel_Style object. ansel/lib/View/Image.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bfbd243be1184b6bbf1f2558d9b22e07b5899583 ----------------------------------------------------------------------- commit 3cbd4a9f7cb329f7fbf293dcacfbf7ccc22647ef Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 10:36:49 2013 -0500 Revert "If $style is already an Ansel_Style object, just return it" This reverts commit 6e87d940b2d79dd67ea8a5fe8cda123360877fb8. ansel/lib/Ansel.php | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/3cbd4a9f7cb329f7fbf293dcacfbf7ccc22647ef ----------------------------------------------------------------------- commit fb6330969736ebf12f3b146cdb8e1de47bfbb248 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 10:39:10 2013 -0500 ws ansel/lib/Ansel.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/fb6330969736ebf12f3b146cdb8e1de47bfbb248 ----------------------------------------------------------------------- commit c6bf482ec641beaf54dd756f18e6bd8ade429ec0 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 13:19:12 2013 -0500 Allow admins/users with the admintime permission to enter slices for other users. hermes/js/hermes.js | 5 +++++ hermes/lib/Ajax/Application/Handler.php | 17 ++++++++++++----- hermes/lib/Application.php | 5 ++++- hermes/lib/Slice.php | 7 +++++++ hermes/templates/dynamic/slices.inc | 14 ++++++++++++++ 5 files changed, 42 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/c6bf482ec641beaf54dd756f18e6bd8ade429ec0 ----------------------------------------------------------------------- commit ea3f3997433c2f0417002841383027cb4da52c02 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 13:39:55 2013 -0500 Some fixes for non-admin usage. Fix error on initial page load, don't display admin-only links etc... hermes/js/hermes.js | 4 +++- hermes/templates/dynamic/sidebar.html.php | 3 +++ 2 files changed, 6 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/ea3f3997433c2f0417002841383027cb4da52c02 ----------------------------------------------------------------------- commit 66122237eed08981740fd42cb1fe5bbe864918b5 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 14:48:10 2013 -0500 Update links widget, use Horde_View, tweak css. ansel/lib/Widget/Links.php | 32 +++++++++++------------ ansel/templates/widgets/links.html.php | 21 +++++++++++++++ ansel/themes/default/graphics/embed.png | Bin 0 -> 579 bytes ansel/themes/default/screen.css | 42 +++++++++++++++++++----------- 4 files changed, 62 insertions(+), 33 deletions(-) create mode 100644 ansel/templates/widgets/links.html.php create mode 100644 ansel/themes/default/graphics/embed.png http://git.horde.org/horde-git/-/commit/66122237eed08981740fd42cb1fe5bbe864918b5 ----------------------------------------------------------------------- commit fc630cde3cc879d1006a1c7f4b3f147096037a86 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 20 12:49:51 2013 -0700 Allow GarbageCollection task to be run from the command line (Bug #12061) imp/lib/LoginTasks/SystemTask/GarbageCollection.php | 21 +++++++++++------- 1 files changed, 13 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/fc630cde3cc879d1006a1c7f4b3f147096037a86 ----------------------------------------------------------------------- commit ae434c034f322136f7f6c981544c940a73dcc3fc Author: Michael M Slusarz <[email protected]> Date: Wed Feb 20 12:59:01 2013 -0700 Clarify TLS vs. SSL (SSL has long since been deprecated) imp/config/backends.php | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/ae434c034f322136f7f6c981544c940a73dcc3fc ----------------------------------------------------------------------- commit ae9b24a458dc25df7295049f0cb44d08d7e2eda5 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 18:08:05 2013 -0500 Make sure to set the employee value when editing as well. hermes/js/hermes.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/ae9b24a458dc25df7295049f0cb44d08d7e2eda5 ----------------------------------------------------------------------- commit a93ed692dd5941c46c59098286b1a102ca18784d Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 18:08:41 2013 -0500 Select the current user's username by default. hermes/templates/dynamic/slices.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a93ed692dd5941c46c59098286b1a102ca18784d ----------------------------------------------------------------------- commit df2e6d89b05ab86fdf7354b2dac9a0a3a5aadfab Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 18:52:17 2013 -0500 Fix updating time slices with employee information. hermes/lib/Driver/Sql.php | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/df2e6d89b05ab86fdf7354b2dac9a0a3a5aadfab ----------------------------------------------------------------------- commit e2d30e6fe40aaef26e8ca83542c173a4ceac9a04 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 18:58:00 2013 -0500 Fix phpdoc hermes/lib/Driver/Sql.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/e2d30e6fe40aaef26e8ca83542c173a4ceac9a04 ----------------------------------------------------------------------- commit 7f48497c63a9286a01b5d97634c5619e48f7b089 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 19:11:21 2013 -0500 Remove slice from UI if the employee is changed from the current user. hermes/js/hermes.js | 8 +++++++- hermes/lib/Ajax/Application/Handler.php | 11 ++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/7f48497c63a9286a01b5d97634c5619e48f7b089 ----------------------------------------------------------------------- commit 57376a2dacf525665c9292caa8d16fb43e86d1fa Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 19:13:43 2013 -0500 Make it clear this is the current user's unsubmitted time. hermes/templates/dynamic/slices.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/57376a2dacf525665c9292caa8d16fb43e86d1fa ----------------------------------------------------------------------- commit 5fa1f14d7ddc5089c7d21c4776e4dc8e12bc7255 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 20 20:03:41 2013 -0500 The employee value might be an empty string, can't use the default parameter. hermes/lib/Slice.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/5fa1f14d7ddc5089c7d21c4776e4dc8e12bc7255 ----------------------------------------------------------------------- commit 083ef62a3a04bc04c682dbf11b2d9af5a98d4298 Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 08:58:01 2013 -0500 BFN framework/ActiveSync/package.xml | 4 ++-- kronolith/docs/CHANGES | 2 ++ kronolith/package.xml | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/083ef62a3a04bc04c682dbf11b2d9af5a98d4298 ----------------------------------------------------------------------- commit 2faa8bac1c557cb37f3db243b9b65c48cff21041 Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 09:28:47 2013 -0500 simplify hermes/lib/Ajax/Application/Handler.php | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/2faa8bac1c557cb37f3db243b9b65c48cff21041 ----------------------------------------------------------------------- commit 38df923303b2ef9eae794776e46ad9113e5f685e Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 09:33:21 2013 -0500 User might not have perms for marking as exported. hermes/js/hermes.js | 2 +- hermes/lib/Ajax.php | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/38df923303b2ef9eae794776e46ad9113e5f685e ----------------------------------------------------------------------- commit 679c47d1d1133ba2d12ef19ad320bb08024c78ae Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 09:38:16 2013 -0500 Consistently use $registry->isAdmin() where appropriate. hermes/lib/Form/Search.php | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/679c47d1d1133ba2d12ef19ad320bb08024c78ae ----------------------------------------------------------------------- commit e564c33e9b1697bdbc6fff785ba5e51ed9ddf385 Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 10:06:25 2013 -0500 POST the export form data to avoid issues with large GET requests. hermes/js/hermes.js | 10 +++------- hermes/templates/dynamic/export.inc | 7 ++++--- 2 files changed, 7 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/e564c33e9b1697bdbc6fff785ba5e51ed9ddf385 ----------------------------------------------------------------------- commit 44b403fa6990e73f2139e2ad9b9a9e8b161e2c0e Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 10:07:23 2013 -0500 Fix parse error hermes/lib/Form/Search.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/44b403fa6990e73f2139e2ad9b9a9e8b161e2c0e ----------------------------------------------------------------------- commit fdaa9131f57b0e87257793bac14991f87b624111 Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 11:55:21 2013 -0500 First pass at slideshow view refactor for H5 ansel/js/slideshow.js | 10 ++++-- ansel/js/views/image.js | 2 +- ansel/js/views/slideshow.js | 11 ++++++ ansel/lib/View/Image.php | 26 ++++++++++---- ansel/lib/View/Slideshow.php | 15 +++++--- ansel/templates/view/slideshow.html.php | 39 +++++++++++++++++++++ ansel/templates/view/slideshow.inc | 58 ------------------------------- ansel/themes/default/screen.css | 9 +++-- 8 files changed, 93 insertions(+), 77 deletions(-) create mode 100644 ansel/js/views/slideshow.js create mode 100644 ansel/templates/view/slideshow.html.php delete mode 100644 ansel/templates/view/slideshow.inc http://git.horde.org/horde-git/-/commit/fdaa9131f57b0e87257793bac14991f87b624111 ----------------------------------------------------------------------- commit 7413f223005e115f9135c09b1b77b9f6c4070219 Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 11:55:55 2013 -0500 update package.xml filelist. ansel/package.xml | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/7413f223005e115f9135c09b1b77b9f6c4070219 ----------------------------------------------------------------------- commit 8749c43442033a453fcfd75bf43aab79a9c6869d Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 11:58:29 2013 -0500 Not sure why this was hidden... ansel/templates/view/slideshow.html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8749c43442033a453fcfd75bf43aab79a9c6869d ----------------------------------------------------------------------- commit 39c183a5b32219e106777ef88a6a1da3317940fe Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 12:02:06 2013 -0500 Simplify, don't include js that's not needed. ansel/lib/View/Image.php | 7 ++++++- ansel/lib/View/Slideshow.php | 8 ++------ 2 files changed, 8 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/39c183a5b32219e106777ef88a6a1da3317940fe ----------------------------------------------------------------------- commit 6b94f821d9f7379e376eefc3e59c9c14baa7dc2f Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 12:37:28 2013 -0500 Released Horde_Core-2.3.0 framework/Core/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/6b94f821d9f7379e376eefc3e59c9c14baa7dc2f ----------------------------------------------------------------------- commit 949067257f69675a4ea41a23c63cc86ed6f6ef48 Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 12:37:29 2013 -0500 Development mode for Horde_Core-2.3.1 framework/Core/package.xml | 27 ++++++++++++++++----------- 1 files changed, 16 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/949067257f69675a4ea41a23c63cc86ed6f6ef48 ----------------------------------------------------------------------- commit 989dee690f42acb7b1a127f5169d4aea055502c1 Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 12:43:00 2013 -0500 Released Horde_ActiveSync-2.2.1 framework/ActiveSync/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/989dee690f42acb7b1a127f5169d4aea055502c1 ----------------------------------------------------------------------- commit dd3404afc3dda73b689560d0f002d361db97f7fd Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 12:43:00 2013 -0500 Development mode for Horde_ActiveSync-2.2.2 framework/ActiveSync/package.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/dd3404afc3dda73b689560d0f002d361db97f7fd ----------------------------------------------------------------------- commit b333508ec2dd83da87a00a09b20f82aec0f3d772 Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 14:13:20 2013 -0500 Refactor List view for H5. Closes Bug: 12055 ansel/lib/View/GalleryProperties.php | 1 + ansel/lib/View/List.php | 151 +++++++++++++++++++--------------- ansel/package.xml | 6 +- ansel/templates/view/list.html.php | 60 +++++++++++++ ansel/templates/view/list.inc | 64 -------------- ansel/view.php | 2 +- 6 files changed, 148 insertions(+), 136 deletions(-) create mode 100644 ansel/templates/view/list.html.php delete mode 100644 ansel/templates/view/list.inc http://git.horde.org/horde-git/-/commit/b333508ec2dd83da87a00a09b20f82aec0f3d772 ----------------------------------------------------------------------- commit 95bb89fcae723d4a44d778e0ca081fa88ef48deb Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 14:28:35 2013 -0500 Fix manual selection of faces for H5. ansel/faces/custom.php | 25 +++++++++++++++++++++++++ ansel/templates/faces/custom.inc | 34 ---------------------------------- 2 files changed, 25 insertions(+), 34 deletions(-) http://git.horde.org/horde-git/-/commit/95bb89fcae723d4a44d778e0ca081fa88ef48deb ----------------------------------------------------------------------- commit 1e3cba51c0dc72b09c14bd10e09d135fc9d3f36e Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 14:32:43 2013 -0500 Remove unnecessary cont'r, short circuit if we don't have faces configured. ansel/lib/Widget/ImageFaces.php | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/1e3cba51c0dc72b09c14bd10e09d135fc9d3f36e ----------------------------------------------------------------------- commit f6e8341ef6372a2b7bce54d539561d2db826167a Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 14:40:28 2013 -0500 Fix javascript output for image faces widget. ansel/lib/Widget/ImageFaces.php | 21 +++++++++------------ 1 files changed, 9 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/f6e8341ef6372a2b7bce54d539561d2db826167a ----------------------------------------------------------------------- commit 327dfddb2f6c98b4e86663942d7e490796519588 Author: Michael J Rubinsky <[email protected]> Date: Thu Feb 21 14:55:55 2013 -0500 Fix order of /div Closes Bug: 12054 ansel/lib/Faces.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/327dfddb2f6c98b4e86663942d7e490796519588 ----------------------------------------------------------------------- commit c0ddc462558ddcb186ebcead0fb4d864661c406b Author: o <[email protected]> Date: Thu Feb 21 21:43:23 2013 +0100 fix email extraction regex in gpg keyserver query framework/Crypt/lib/Horde/Crypt/Pgp.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c0ddc462558ddcb186ebcead0fb4d864661c406b ----------------------------------------------------------------------- commit 6054604c95c425e29f90e78e204c009c4a97de14 Author: Jan Schneider <[email protected]> Date: Tue Feb 19 18:50:52 2013 +0100 phpdoc framework/Auth/lib/Horde/Auth/Ldap.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/6054604c95c425e29f90e78e204c009c4a97de14 ----------------------------------------------------------------------- commit 6eaa99b0d760181c5c854ca23702133b2b9c4f91 Author: Jan Schneider <[email protected]> Date: Wed Feb 20 15:19:35 2013 +0100 Fix references. ansel/docs/INSTALL | 4 ++-- bundles/groupware/README | 22 +++++++++++++++++----- bundles/groupware/docs/INSTALL | 11 +++++++---- bundles/webmail/README | 22 +++++++++++++++++----- bundles/webmail/docs/INSTALL | 12 ++++++++---- bundles/webmail/docs/PERFORMANCE | 3 +++ horde/docs/CODING_STANDARDS | 6 +++--- horde/docs/INSTALL | 4 ++-- imp/docs/INSTALL | 5 ++--- passwd/README | 4 ++-- whups/docs/INSTALL | 2 +- 11 files changed, 64 insertions(+), 31 deletions(-) http://git.horde.org/horde-git/-/commit/6eaa99b0d760181c5c854ca23702133b2b9c4f91 ----------------------------------------------------------------------- commit 95ea577b5d7a4bc1e9189a016e4810e81e1b3d29 Author: Jan Schneider <[email protected]> Date: Wed Feb 20 16:55:52 2013 +0100 Fix docs. framework/Db/doc/Horde/Db/README.TESTING.txt | 32 - framework/Db/doc/Horde/Db/README_TESTING | 32 + framework/Db/doc/Horde/Db/TODO | 53 ++ framework/Db/doc/Horde/Db/TODO.txt | 55 -- framework/Db/package.xml | 14 +- framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 2 +- framework/Kolab_Storage/doc/Horde/Kolab/Storage/API.txt | 6 +- framework/Push/doc/Horde/Push/TODO | 1 + framework/Rdo/doc/Horde/Rdo/TODO | 157 +++++ framework/Rdo/doc/Horde/Rdo/TODO.txt | 154 ---- framework/Rdo/package.xml | 10 +- .../doc/Horde/Service/Facebook/examples/facebook_example.php | 139 ++++ .../doc/Horde/Service/Facebook/facebook_example.php | 139 ---- framework/Service_Facebook/package.xml | 12 +- .../doc/Horde/Service/Twitter/examples/twitter_browser.php | 84 +++ .../doc/Horde/Service/Twitter/examples/twitter_cli.php | 36 + .../Service_Twitter/doc/Horde/Service/Twitter/twitter_browser.php | 84 --- .../Service_Twitter/doc/Horde/Service/Twitter/twitter_cli.php | 36 - framework/Service_Twitter/package.xml | 16 +- framework/Service_Weather/doc/Horde/Service/Weather/UPGRADING | 6 +- framework/SyncMl/doc/Horde/SyncMl/README.program_flow.txt | 29 +- framework/SyncMl/doc/Horde/SyncMl/README.syncml_primer.txt | 50 +- 22 files changed, 572 insertions(+), 575 deletions(-) delete mode 100644 framework/Db/doc/Horde/Db/README.TESTING.txt create mode 100644 framework/Db/doc/Horde/Db/README_TESTING create mode 100644 framework/Db/doc/Horde/Db/TODO delete mode 100644 framework/Db/doc/Horde/Db/TODO.txt create mode 100644 framework/Rdo/doc/Horde/Rdo/TODO delete mode 100644 framework/Rdo/doc/Horde/Rdo/TODO.txt create mode 100644 framework/Service_Facebook/doc/Horde/Service/Facebook/examples/facebook_example.php delete mode 100644 framework/Service_Facebook/doc/Horde/Service/Facebook/facebook_example.php create mode 100644 framework/Service_Twitter/doc/Horde/Service/Twitter/examples/twitter_browser.php create mode 100755 framework/Service_Twitter/doc/Horde/Service/Twitter/examples/twitter_cli.php delete mode 100644 framework/Service_Twitter/doc/Horde/Service/Twitter/twitter_browser.php delete mode 100755 framework/Service_Twitter/doc/Horde/Service/Twitter/twitter_cli.php http://git.horde.org/horde-git/-/commit/95ea577b5d7a4bc1e9189a016e4810e81e1b3d29 ----------------------------------------------------------------------- commit 039280f7108f0b77b1d3ee3349b873d886d8c7a8 Author: Jan Schneider <[email protected]> Date: Wed Feb 20 16:56:46 2013 +0100 Longer timeout for pear.horde.org. framework/Pear/lib/Horde/Pear/Remote.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/039280f7108f0b77b1d3ee3349b873d886d8c7a8 ----------------------------------------------------------------------- commit 034d5a23c83b33daf402894357d023066258ea9e Author: Jan Schneider <[email protected]> Date: Wed Feb 20 16:57:24 2013 +0100 Skip HTML and PHP files in docs/. components/lib/Components/Helper/Website.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/034d5a23c83b33daf402894357d023066258ea9e ----------------------------------------------------------------------- commit ea14d637fdbaf82c5c1f18cfcb7ae70a4e16170e Author: Jan Schneider <[email protected]> Date: Wed Feb 20 16:57:49 2013 +0100 Allow to build website docs from local checkout. components/lib/Components/Component/Base.php | 19 +++++++++++++++++++ components/lib/Components/Component/Remote.php | 19 ------------------- components/lib/Components/Component/Source.php | 19 +++++++++++++++++++ 3 files changed, 38 insertions(+), 19 deletions(-) http://git.horde.org/horde-git/-/commit/ea14d637fdbaf82c5c1f18cfcb7ae70a4e16170e ----------------------------------------------------------------------- commit cb503c71262dad6eda1dc0a83bae9f46ee2491d0 Author: Jan Schneider <[email protected]> Date: Wed Feb 20 17:07:55 2013 +0100 Fake release date and download url. components/lib/Components/Component/Source.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/cb503c71262dad6eda1dc0a83bae9f46ee2491d0 ----------------------------------------------------------------------- commit 39ff368629ee1a5234415102e92d16823a76e46b Author: Jan Schneider <[email protected]> Date: Fri Feb 22 11:52:16 2013 +0100 Add todo. framework/Crypt/lib/Horde/Crypt/Pgp.php | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/39ff368629ee1a5234415102e92d16823a76e46b ----------------------------------------------------------------------- commit a414da2ba9bb1628351f1078d7f58e6f41a3c6cd Merge: 39ff368 c0ddc46 Author: Jan Schneider <[email protected]> Date: Fri Feb 22 11:59:55 2013 +0100 Merge branch 'master' of https://github.com/immrr/horde into immrr-master framework/Crypt/lib/Horde/Crypt/Pgp.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a414da2ba9bb1628351f1078d7f58e6f41a3c6cd ----------------------------------------------------------------------- commit 23a652721818d0c43e2f8cebf7612cbdda62e61a Author: Jan Schneider <[email protected]> Date: Fri Feb 22 12:04:22 2013 +0100 [jan] Change default keyserver to pool.sks-keyservers.net. framework/Crypt/lib/Horde/Crypt/Pgp.php | 2 +- framework/Crypt/package.xml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/23a652721818d0c43e2f8cebf7612cbdda62e61a ----------------------------------------------------------------------- commit bcb2439628fa377cffcffb663eac268319da1fa1 Author: Jan Schneider <[email protected]> Date: Fri Feb 22 12:06:56 2013 +0100 Enable PGP keyserver test. .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bcb2439628fa377cffcffb663eac268319da1fa1 ----------------------------------------------------------------------- commit b53bb5727ce4fa960988a64aa608754b583c9371 Author: Chuck Hagenbuch <[email protected]> Date: Fri Feb 22 14:33:58 2013 -0500 Revert "Don't convert to Ansel_Style here, no need for it at this point." This was causing a fatal error in my API usage. This reverts commit c1f3c2df94e12862c9d63f83aa4ff47ff159f2f2. ansel/lib/Api.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/b53bb5727ce4fa960988a64aa608754b583c9371 ----------------------------------------------------------------------- commit 3525068d20e1d5f1529e9ca044abbd2ce26822da Author: Chuck Hagenbuch <[email protected]> Date: Fri Feb 22 23:22:14 2013 -0500 Fix variable name ansel/lib/View/GalleryRenderer/GalleryLightbox.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3525068d20e1d5f1529e9ca044abbd2ce26822da ----------------------------------------------------------------------- commit b72700e3c3dfa8a35f3ce0b07760898bde064a26 Author: Chuck Hagenbuch <[email protected]> Date: Fri Feb 22 23:34:27 2013 -0500 Revert "Revert "If $style is already an Ansel_Style object, just return it"" Michael R. was right, needed to revert this too. This reverts commit 3cbd4a9f7cb329f7fbf293dcacfbf7ccc22647ef. ansel/lib/Ansel.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/b72700e3c3dfa8a35f3ce0b07760898bde064a26 ----------------------------------------------------------------------- commit 54f8d5d163168d8653df29db7c73f726dc80f316 Author: Chuck Hagenbuch <[email protected]> Date: Fri Feb 22 23:35:27 2013 -0500 $date_params is still used in this file ansel/lib/View/GalleryRenderer/GalleryLightbox.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/54f8d5d163168d8653df29db7c73f726dc80f316 ----------------------------------------------------------------------- commit 311be7c0eaaa8083f1917f18efbcf9befdbe216c Author: Michael M Slusarz <[email protected]> Date: Sat Feb 23 17:52:10 2013 -0700 [mms] Fix from/to searches on servers that support SORT=DISPLAY when using the *_FALLBACK sort criteria. framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 19 ++++++++++++----- framework/Imap_Client/package.xml | 2 + 2 files changed, 15 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/311be7c0eaaa8083f1917f18efbcf9befdbe216c ----------------------------------------------------------------------- commit fe51d09b9575d9b3a96ce5878beaf1a9d6c91b91 Merge: 9e711b1 311be7c Author: Michael M Slusarz <[email protected]> Date: Sat Feb 23 18:02:43 2013 -0700 Merge branch 'master' into imp_6_1 Conflicts: imp/lib/LoginTasks/SystemTask/GarbageCollection.php imp/package.xml .travis.yml | 2 +- ansel/docs/INSTALL | 4 +- ansel/faces/custom.php | 25 + ansel/js/slideshow.js | 10 +- ansel/js/views/image.js | 2 +- ansel/js/views/slideshow.js | 11 + ansel/lib/Api.php | 3 + ansel/lib/Faces.php | 2 +- ansel/lib/View/GalleryProperties.php | 1 + ansel/lib/View/GalleryRenderer/GalleryLightbox.php | 7 +- ansel/lib/View/Image.php | 35 +- ansel/lib/View/List.php | 151 +++-- ansel/lib/View/Slideshow.php | 23 +- ansel/lib/Widget/ImageFaces.php | 35 +- ansel/lib/Widget/Links.php | 32 +- ansel/package.xml | 24 +- ansel/templates/faces/custom.inc | 34 - ansel/templates/view/list.html.php | 60 ++ ansel/templates/view/list.inc | 64 -- ansel/templates/view/slideshow.html.php | 39 + ansel/templates/view/slideshow.inc | 58 -- ansel/templates/widgets/links.html.php | 21 + ansel/themes/default/graphics/embed.png | Bin 0 -> 579 bytes ansel/themes/default/screen.css | 51 +- ansel/view.php | 2 +- bundles/groupware/README | 22 +- bundles/groupware/docs/INSTALL | 11 +- bundles/webmail/README | 22 +- bundles/webmail/docs/INSTALL | 12 +- bundles/webmail/docs/PERFORMANCE | 3 + chora/themes/default/ie7.css | 4 - components/lib/Components/Component/Base.php | 19 + components/lib/Components/Component/Remote.php | 19 - components/lib/Components/Component/Source.php | 22 + components/lib/Components/Helper/Website.php | 1 + framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php | 1 + framework/ActiveSync/package.xml | 21 +- framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php | 1 - framework/Auth/lib/Horde/Auth/Ldap.php | 4 +- framework/Core/lib/Horde/Themes/Css.php | 2 - framework/Core/package.xml | 31 +- framework/Crypt/lib/Horde/Crypt/Pgp.php | 22 +- framework/Crypt/package.xml | 6 +- framework/Db/doc/Horde/Db/README.TESTING.txt | 32 - framework/Db/doc/Horde/Db/README_TESTING | 32 + framework/Db/doc/Horde/Db/TODO | 53 ++ framework/Db/doc/Horde/Db/TODO.txt | 55 -- framework/Db/package.xml | 14 +- framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 2 +- framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 19 +- framework/Imap_Client/package.xml | 2 + framework/Kolab_Storage/doc/Horde/Kolab/Storage/API.txt | 6 +- framework/Pear/lib/Horde/Pear/Remote.php | 2 +- framework/Push/doc/Horde/Push/TODO | 1 + framework/Rdo/doc/Horde/Rdo/TODO | 157 +++++ framework/Rdo/doc/Horde/Rdo/TODO.txt | 154 ---- framework/Rdo/package.xml | 10 +- .../doc/Horde/Service/Facebook/examples/facebook_example.php | 139 ++++ .../doc/Horde/Service/Facebook/facebook_example.php | 139 ---- framework/Service_Facebook/package.xml | 12 +- .../doc/Horde/Service/Twitter/examples/twitter_browser.php | 84 +++ .../doc/Horde/Service/Twitter/examples/twitter_cli.php | 36 + .../Service_Twitter/doc/Horde/Service/Twitter/twitter_browser.php | 84 --- .../Service_Twitter/doc/Horde/Service/Twitter/twitter_cli.php | 36 - framework/Service_Twitter/package.xml | 16 +- framework/Service_Weather/doc/Horde/Service/Weather/UPGRADING | 6 +- framework/SyncMl/doc/Horde/SyncMl/README.program_flow.txt | 29 +- framework/SyncMl/doc/Horde/SyncMl/README.syncml_primer.txt | 50 +- hermes/js/hermes.js | 31 +- hermes/lib/Ajax.php | 5 +- hermes/lib/Ajax/Application/Handler.php | 34 +- hermes/lib/Application.php | 5 +- hermes/lib/Driver/Sql.php | 18 +- hermes/lib/Form/Search.php | 11 +- hermes/lib/Slice.php | 10 + hermes/templates/dynamic/export.inc | 7 +- hermes/templates/dynamic/sidebar.html.php | 3 + hermes/templates/dynamic/slices.inc | 17 +- horde/docs/CODING_STANDARDS | 6 +- horde/docs/INSTALL | 4 +- horde/package.xml | 8 +- horde/themes/default/ie7.css | 9 - horde/themes/default/ie8.css | 24 + horde/themes/default/screen.css | 2 +- imp/config/backends.php | 12 +- imp/docs/INSTALL | 5 +- imp/lib/LoginTasks/SystemTask/GarbageCollection.php | 13 +- imp/package.xml | 4 +- imp/themes/default/ie7.css | 12 - kronolith/docs/CHANGES | 2 + kronolith/package.xml | 10 +- kronolith/themes/default/ie7.css | 47 -- passwd/README | 4 +- turba/package.xml | 8 +- turba/themes/default/ie7.css | 9 - whups/docs/INSTALL | 2 +- 96 files changed, 1281 insertions(+), 1130 deletions(-) http://git.horde.org/horde-git/-/commit/fe51d09b9575d9b3a96ce5878beaf1a9d6c91b91 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
