[commits] Horde branch imp_6_1 updated. b9fda61739742b232462f0a92f1ec21edebdbb94

Michael M Slusarz slusarz at horde.org
Fri Jan 25 18:39:29 UTC 2013


The branch "imp_6_1" has been updated.
The following is a summary of the commits.

from: 152b3f7132337b6896663bc2adfcb3910bd8fab5

f20cb66 Fix variable typo
58e6ea8 Kronolith doesn't know anything about Nag (Bug #11857).
dbd6eee We still need to test if the method exists at all though. (Bug #11972).
05d8520 $info is never defined here, so it's always empty.
71ef421 [jan] Fix configuration of 'forward_file' paramter (Bug #11989).
5fcf7d8 Cleanup after event deletion in base class (Bug #11988).
ce0762a Add missing comma (Bug #11989).
5dd073a Fix cosmetic warnings when using the Kolab backend (Bug #11584)
5d91c34 [jan] Don't set METHOD property unconditionally (Bug #10741).
0831330 Update test fixtures (Bug #10741).
634eabb Fix unselecting all custom alarm notifications (Bug #11879).
f1796aa Not used
90b67c0 This feature was removed long ago.
2904609 Use page_output to output the block javascript.
d0dfd40 Ensure we pass a string value for these urls.
981c631 Improve icons for My Galleries, Upload Image, All Galleries
f0e24d4 Don't display the [top|side]bar on any image edit pages.
62cb4f7 First pass at cleaning up Ansel_View_Image
8ef2055 Fix method call.
02f6402 BFN
9a69aa5 Fix variable name.
3bc5f11 Fix image resizing.
4cc2f84 Update package.xml filelist.
ae1b00a Fix image cropper.
c9763dc Add a cache buster parameter to these image urls.
059b61e Add missing crop/marquee images.
3715076 Fix forgotten renames translation -> horde-translation
4f020ff More optimizations to FETCH response handling
9be114d Don't load the image if it's dirty, it will overwrite the changes.
91ee9be Use same dimensions here as from the image view.
c11ab79 Use Horde_Url::unique()
9bced5c Can't check for exact message count (thanks Gmail)
cd9b893 Move mailbox name configuration to conf.php
09c8f01 Add cache config to remote server test, to test CONDSTORE/QRESYNC
3f0661c Some more sanity checking for remote server tests
4414d8d Do sanity checking on FETCH MODSEQ value (Gmail CONDSTORE testing indicates it returns 0 when modseqs are unavailable)
394bafe Only poll for more geodata if the image is geotagged.
f83b1b8 No idea how these got put in the middle of the string.
618473d Initial hotfixes for slideshow view.
82c1da3 Fix adding more than one InPlaceEditor on a page.
bce6aef Clean up tile generation, use Horde_View.
1220f22 Fix linking the thumbnail to the image view.
db5b409 Revert "Remove .gitattributes cruft"
49b18ed Fix paths.
beaa074 Test Travis.
39601fc phpdoc
2204354 [mms] Fix Reply all/list buttons on basic compose page (Bug #11990).
b9fda61 Merge branch 'master' into imp_6_1

-----------------------------------------------------------------------

commit f20cb660dac1881e5e2e73890b6b3d9f824e7920
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jan 24 00:16:15 2013 -0700

    Fix variable typo

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/f20cb660dac1881e5e2e73890b6b3d9f824e7920

-----------------------------------------------------------------------

commit 58e6ea8ae58bd9abcf4e9385607a80083ddfd57e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 24 10:25:12 2013 +0100

    Kronolith doesn't know anything about Nag (Bug #11857).

 kronolith/js/kronolith.js |   14 ++++++++------
 kronolith/lib/Ajax.php    |    1 -
 nag/lib/Api.php           |    1 +
 3 files changed, 9 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/58e6ea8ae58bd9abcf4e9385607a80083ddfd57e

-----------------------------------------------------------------------

commit dbd6eee04d8a7e7d7e5e489a1c84a67c17d80596
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 24 10:44:21 2013 +0100

    We still need to test if the method exists at all though. (Bug #11972).

 framework/Support/lib/Horde/Support/Randomid.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/dbd6eee04d8a7e7d7e5e489a1c84a67c17d80596

-----------------------------------------------------------------------

commit 05d8520c736484de2c90104a5f8eff4cee378584
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 24 11:12:29 2013 +0100

    $info is never defined here, so it's always empty.

 imp/lib/Contents.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/05d8520c736484de2c90104a5f8eff4cee378584

-----------------------------------------------------------------------

commit 71ef421ac2660f6b0fa769d41156de661a31d7e5
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 24 11:43:08 2013 +0100

    [jan] Fix configuration of 'forward_file' paramter (Bug #11989).

 ingo/config/backends.php |    9 ++++-----
 ingo/docs/CHANGES        |    1 +
 ingo/package.xml         |    2 ++
 3 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/71ef421ac2660f6b0fa769d41156de661a31d7e5

-----------------------------------------------------------------------

commit 5fcf7d810d39378491b645dc9a0dbfba5f108765
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 24 12:01:27 2013 +0100

    Cleanup after event deletion in base class (Bug #11988).

 kronolith/docs/CHANGES         |    2 +
 kronolith/lib/Driver.php       |   84 +++++++++++++++++++++++++++++++++++++++-
 kronolith/lib/Driver/Ical.php  |   11 ++++-
 kronolith/lib/Driver/Kolab.php |   18 ++-------
 kronolith/lib/Driver/Sql.php   |   57 ++-------------------------
 kronolith/package.xml          |    2 +
 6 files changed, 103 insertions(+), 71 deletions(-)

http://git.horde.org/horde-git/-/commit/5fcf7d810d39378491b645dc9a0dbfba5f108765

-----------------------------------------------------------------------

commit ce0762acf37687095fcb4a6d4fc5197c0317584c
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 24 12:25:11 2013 +0100

    Add missing comma (Bug #11989).

 ingo/config/backends.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/ce0762acf37687095fcb4a6d4fc5197c0317584c

-----------------------------------------------------------------------

commit 5dd073a663390a5bba56b61862689035b1bd9b82
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Mon Dec 3 15:32:47 2012 +0100

    Fix cosmetic warnings when using the Kolab backend (Bug #11584)
    
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Jan Schneider <jan at horde.org>

 nag/lib/Driver/Kolab.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/5dd073a663390a5bba56b61862689035b1bd9b82

-----------------------------------------------------------------------

commit 5d91c34d1e2816ae0755439b6bebd081159df59a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 24 14:23:04 2013 +0100

    [jan] Don't set METHOD property unconditionally (Bug #10741).

 framework/Icalendar/lib/Horde/Icalendar.php        |    1 -
 framework/Icalendar/lib/Horde/Icalendar/Vevent.php |   14 +++++++++++---
 framework/Icalendar/package.xml                    |    2 ++
 3 files changed, 13 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/5d91c34d1e2816ae0755439b6bebd081159df59a

-----------------------------------------------------------------------

commit 0831330ae514a48ea5dd94bad924feb75ff170dd
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 24 14:47:09 2013 +0100

    Update test fixtures (Bug #10741).

 framework/Icalendar/test/Horde/Icalendar/fixtures/escapes2.ics    |    1 -
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-1.ics    |    2 --
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-2.ics    |    2 --
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-3.ics    |    2 --
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-4.ics    |    2 --
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-5.ics    |    2 --
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-6.ics    |    2 --
 .../Icalendar/test/Horde/Icalendar/fixtures/quoted-params.ics     |    1 -
 8 files changed, 0 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/0831330ae514a48ea5dd94bad924feb75ff170dd

-----------------------------------------------------------------------

commit 634eabbe80f77c814acd8d21fb14c6b7f20a4a9a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 24 15:58:00 2013 +0100

    Fix unselecting all custom alarm notifications (Bug #11879).

 kronolith/lib/Event.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/634eabbe80f77c814acd8d21fb14c6b7f20a4a9a

-----------------------------------------------------------------------

commit f1796aa4ee5b1463e108f2a3f9d11a18870b1f05
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 17:21:34 2013 -0500

    Not used

 ansel/themes/default/screen.css |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/f1796aa4ee5b1463e108f2a3f9d11a18870b1f05

-----------------------------------------------------------------------

commit 90b67c01b779d8274beb8899144f0bfa6c4efee0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 09:36:57 2013 -0500

    This feature was removed long ago.

 ansel/config/conf.xml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/90b67c01b779d8274beb8899144f0bfa6c4efee0

-----------------------------------------------------------------------

commit 2904609fe723221cbc0d2cadcd0b480f6337422a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 09:58:23 2013 -0500

    Use page_output to output the block javascript.

 ansel/lib/Block/RecentlyAddedGeodata.php |   39 ++++++++++++++---------------
 1 files changed, 19 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/2904609fe723221cbc0d2cadcd0b480f6337422a

-----------------------------------------------------------------------

commit d0dfd40ccebd27f9be247296c43a102394935b35
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 10:04:31 2013 -0500

    Ensure we pass a string value for these urls.

 ansel/lib/Block/RecentlyAddedGeodata.php |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/d0dfd40ccebd27f9be247296c43a102394935b35

-----------------------------------------------------------------------

commit 981c63136d1b2762fdebb60a621c1ab1bb066a02
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 11:26:45 2013 -0500

    Improve icons for My Galleries, Upload Image, All Galleries

 ansel/templates/widgets/actions.html.php       |    4 ++--
 ansel/themes/default/graphics/add.png          |  Bin 0 -> 4687 bytes
 ansel/themes/default/graphics/allgalleries.png |  Bin 646 -> 4948 bytes
 ansel/themes/default/graphics/galleries.png    |  Bin 454 -> 4817 bytes
 ansel/themes/default/screen.css                |    2 +-
 5 files changed, 3 insertions(+), 3 deletions(-)
 create mode 100644 ansel/themes/default/graphics/add.png

http://git.horde.org/horde-git/-/commit/981c63136d1b2762fdebb60a621c1ab1bb066a02

-----------------------------------------------------------------------

commit f0e24d44595857dd366a6cb5b55d657395671ce0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 11:33:39 2013 -0500

    Don't display the [top|side]bar on any image edit pages.

 ansel/image.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/f0e24d44595857dd366a6cb5b55d657395671ce0

-----------------------------------------------------------------------

commit 62cb4f7f24aa8e94c5c93ceef6b54f650ee019d0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 11:34:25 2013 -0500

    First pass at cleaning up Ansel_View_Image

 ansel/lib/View/Image.php |  301 ++++++++++++++++++++++++++++++----------------
 1 files changed, 198 insertions(+), 103 deletions(-)

http://git.horde.org/horde-git/-/commit/62cb4f7f24aa8e94c5c93ceef6b54f650ee019d0

-----------------------------------------------------------------------

commit 8ef2055e0472ca77bd37858c00f9bb5312cb546c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 11:47:51 2013 -0500

    Fix method call.
    
    Fixes watermarking.

 framework/Image/lib/Horde/Image/Effect/Im/TextWatermark.php      |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/TextWatermark.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8ef2055e0472ca77bd37858c00f9bb5312cb546c

-----------------------------------------------------------------------

commit 02f6402e9a74c79414b99b881a6ddfe75efabd0e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 11:49:20 2013 -0500

    BFN

 framework/Image/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/02f6402e9a74c79414b99b881a6ddfe75efabd0e

-----------------------------------------------------------------------

commit 9a69aa5e9c4883cff065c4e04bf9a46dd77dc1f7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 11:56:26 2013 -0500

    Fix variable name.

 ansel/templates/image/resize_image.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9a69aa5e9c4883cff065c4e04bf9a46dd77dc1f7

-----------------------------------------------------------------------

commit 3bc5f114485b990225421c6e8f853843a014fdbf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 13:15:20 2013 -0500

    Fix image resizing.
    
    This entire image.php page is a mess, fix functionality first
    before moving to Horde_View

 ansel/image.php                        |   23 +++++++++++++++++++-
 ansel/js/resizeimage.js                |   12 +++++++++++
 ansel/templates/image/resize_image.inc |   35 ++-----------------------------
 ansel/themes/default/screen.css        |    5 +--
 4 files changed, 38 insertions(+), 37 deletions(-)
 create mode 100644 ansel/js/resizeimage.js

http://git.horde.org/horde-git/-/commit/3bc5f114485b990225421c6e8f853843a014fdbf

-----------------------------------------------------------------------

commit 4cc2f8432e8b880e658008c90fa1320751e8b9ca
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 13:16:07 2013 -0500

    Update package.xml filelist.

 ansel/package.xml |   28 ++++++++++++++++++++--------
 1 files changed, 20 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/4cc2f8432e8b880e658008c90fa1320751e8b9ca

-----------------------------------------------------------------------

commit ae1b00a855ebd7747607813541ae7144adc0d0cd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 13:26:51 2013 -0500

    Fix image cropper.

 ansel/image.php                      |    1 +
 ansel/package.xml                    |    6 +++++-
 ansel/templates/image/crop_image.inc |    4 +---
 ansel/themes/default/cropper.css     |    4 ++--
 4 files changed, 9 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/ae1b00a855ebd7747607813541ae7144adc0d0cd

-----------------------------------------------------------------------

commit c9763dcd6db6e1a21ec2fb2f12e43b75ff5072cf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 13:58:05 2013 -0500

    Add a cache buster parameter to these image urls.
    
    When loading an image to display for editing, this ensures any recent
    changes are reflected.

 ansel/templates/image/crop_image.inc   |    2 +-
 ansel/templates/image/resize_image.inc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/c9763dcd6db6e1a21ec2fb2f12e43b75ff5072cf

-----------------------------------------------------------------------

commit 059b61e73de5d13cd9d10998b0946fd80ee3b454
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 13:59:02 2013 -0500

    Add missing crop/marquee images.

 ansel/themes/default/graphics/marqueeHoriz.gif |  Bin 0 -> 1125 bytes
 ansel/themes/default/graphics/marqueeVert.gif  |  Bin 0 -> 1141 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 ansel/themes/default/graphics/marqueeHoriz.gif
 create mode 100644 ansel/themes/default/graphics/marqueeVert.gif

http://git.horde.org/horde-git/-/commit/059b61e73de5d13cd9d10998b0946fd80ee3b454

-----------------------------------------------------------------------

commit 3715076ea6c623c6193882ff63fc76521e895943
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Jan 24 21:42:18 2013 +0200

    Fix forgotten renames translation -> horde-translation

 horde/bin/horde-translation |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/3715076ea6c623c6193882ff63fc76521e895943

-----------------------------------------------------------------------

commit 4f020fff8a9a9f7cb57dacd2a19fa936c9f44bd7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jan 24 13:24:16 2013 -0700

    More optimizations to FETCH response handling

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING         |    4 +
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Results.php |   10 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php        |   77 ++++-----
 framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php  |   16 +-
 4 files changed, 59 insertions(+), 48 deletions(-)

http://git.horde.org/horde-git/-/commit/4f020fff8a9a9f7cb57dacd2a19fa936c9f44bd7

-----------------------------------------------------------------------

commit 9be114d523f593ab16b96ec35475f85f802607da
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 14:36:08 2013 -0500

    Don't load the image if it's dirty, it will overwrite the changes.

 ansel/lib/Image.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9be114d523f593ab16b96ec35475f85f802607da

-----------------------------------------------------------------------

commit 91ee9be6c54d0639f14469926dc0427513d2519f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 14:39:48 2013 -0500

    Use same dimensions here as from the image view.

 ansel/templates/tile/image.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/91ee9be6c54d0639f14469926dc0427513d2519f

-----------------------------------------------------------------------

commit c11ab79c2630fd8503eb31ae4b82429021ad7b2e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 16:30:35 2013 -0500

    Use Horde_Url::unique()

 ansel/templates/image/crop_image.inc   |    2 +-
 ansel/templates/image/resize_image.inc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/c11ab79c2630fd8503eb31ae4b82429021ad7b2e

-----------------------------------------------------------------------

commit 9bced5c77ddadfaf9c4392455d5122177bcf20d8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jan 24 16:22:43 2013 -0700

    Can't check for exact message count (thanks Gmail)

 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |   30 +----
 1 files changed, 6 insertions(+), 24 deletions(-)

http://git.horde.org/horde-git/-/commit/9bced5c77ddadfaf9c4392455d5122177bcf20d8

-----------------------------------------------------------------------

commit cd9b89302523233c48a7b60e9b82f5a30a7e8b65
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jan 24 16:25:39 2013 -0700

    Move mailbox name configuration to conf.php

 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |    9 +++--
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist        |    2 +
 2 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/cd9b89302523233c48a7b60e9b82f5a30a7e8b65

-----------------------------------------------------------------------

commit 09c8f01710c9e50643c2923d31ac7c738e284e84
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jan 24 16:26:23 2013 -0700

    Add cache config to remote server test, to test CONDSTORE/QRESYNC

 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |    9 +++++
 1 files changed, 9 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/09c8f01710c9e50643c2923d31ac7c738e284e84

-----------------------------------------------------------------------

commit 3f0661c5e9627eeccb7c5682e9d2a2c8467ff6eb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jan 24 16:46:22 2013 -0700

    Some more sanity checking for remote server tests

 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |   15 +++-
 1 files changed, 11 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/3f0661c5e9627eeccb7c5682e9d2a2c8467ff6eb

-----------------------------------------------------------------------

commit 4414d8df2da8c76d43ae4132155b53227d125845
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jan 24 16:47:55 2013 -0700

    Do sanity checking on FETCH MODSEQ value (Gmail CONDSTORE testing indicates it returns 0 when modseqs are unavailable)

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/4414d8df2da8c76d43ae4132155b53227d125845

-----------------------------------------------------------------------

commit 394bafe600fa3977f2a01f2989c0bb2c99ec549e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 16:38:22 2013 -0500

    Only poll for more geodata if the image is geotagged.

 ansel/lib/Widget/Geotag.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/394bafe600fa3977f2a01f2989c0bb2c99ec549e

-----------------------------------------------------------------------

commit f83b1b89520753383dbf55618635ab390ccb16fb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 16:50:36 2013 -0500

    No idea how these got put in the middle of the string.

 ansel/templates/view/image.inc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/f83b1b89520753383dbf55618635ab390ccb16fb

-----------------------------------------------------------------------

commit 618473d433d26cfbb9d29e5b56bf504630c6d0b3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 17:02:17 2013 -0500

    Initial hotfixes for slideshow view.

 ansel/lib/View/Image.php           |    2 +-
 ansel/lib/View/Slideshow.php       |    4 ++++
 ansel/templates/view/slideshow.inc |    4 ----
 3 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/618473d433d26cfbb9d29e5b56bf504630c6d0b3

-----------------------------------------------------------------------

commit 82c1da3c32d836458cc488aa145520b1effd71d1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 19:18:00 2013 -0500

    Fix adding more than one InPlaceEditor on a page.

 framework/Core/lib/Horde/Core/Ajax/Imple/InPlaceEditor.php |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/82c1da3c32d836458cc488aa145520b1effd71d1

-----------------------------------------------------------------------

commit bce6aefda049d22ae2e704a0f0685af66f2d1123
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 21:41:14 2013 -0500

    Clean up tile generation, use Horde_View.

 ansel/lib/Tile/DateGallery.php            |   78 ++++++++---------
 ansel/lib/Tile/Gallery.php                |  114 ++++++++++++-------------
 ansel/lib/Tile/Image.php                  |  133 +++++++++++++++++------------
 ansel/package.xml                         |   20 +++--
 ansel/templates/tile/dategallery.html.php |    4 +
 ansel/templates/tile/dategallery.inc      |    4 -
 ansel/templates/tile/gallery.html.php     |   16 ++++
 ansel/templates/tile/gallery.inc          |   14 ---
 ansel/templates/tile/gallerymini.html.php |    6 ++
 ansel/templates/tile/gallerymini.inc      |    4 -
 ansel/templates/tile/image.html.php       |   27 ++++++
 ansel/templates/tile/image.inc            |   27 ------
 12 files changed, 229 insertions(+), 218 deletions(-)
 create mode 100644 ansel/templates/tile/dategallery.html.php
 delete mode 100644 ansel/templates/tile/dategallery.inc
 create mode 100755 ansel/templates/tile/gallery.html.php
 delete mode 100755 ansel/templates/tile/gallery.inc
 create mode 100755 ansel/templates/tile/gallerymini.html.php
 delete mode 100755 ansel/templates/tile/gallerymini.inc
 create mode 100644 ansel/templates/tile/image.html.php
 delete mode 100644 ansel/templates/tile/image.inc
 create mode 100644 ansel/templates/view/image.html.php

http://git.horde.org/horde-git/-/commit/bce6aefda049d22ae2e704a0f0685af66f2d1123

-----------------------------------------------------------------------

commit 1220f22d726f1d19f3bf9506933fcc9ac0d8a157
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 24 21:51:27 2013 -0500

    Fix linking the thumbnail to the image view.
    
    Lightbox view still broken.

 ansel/templates/tile/image.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/1220f22d726f1d19f3bf9506933fcc9ac0d8a157

-----------------------------------------------------------------------

commit db5b4099b7daf31d0793e76f92bacf2316871aa7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jan 25 10:27:41 2013 +0100

    Revert "Remove .gitattributes cruft"
    
    This reverts commit 9ce1e0583b0ea89be493a6b3fa10075e1df1bb1e.

 .gitattributes |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/db5b4099b7daf31d0793e76f92bacf2316871aa7

-----------------------------------------------------------------------

commit 49b18ed73b54d6bb129083ca2edc00d0ff0204f1
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jan 25 10:50:21 2013 +0100

    Fix paths.

 .gitattributes |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/49b18ed73b54d6bb129083ca2edc00d0ff0204f1

-----------------------------------------------------------------------

commit beaa074b3b81d6fe0cc31bd9d785d7988e16081d
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jan 25 13:43:13 2013 +0100

    Test Travis.

 .travis.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 .travis.yml

http://git.horde.org/horde-git/-/commit/beaa074b3b81d6fe0cc31bd9d785d7988e16081d

-----------------------------------------------------------------------

commit 39601fc38215229c261895e981e986c2cde52e37
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Jan 25 15:06:29 2013 +0200

    phpdoc

 framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php |    2 +-
 framework/Alarm/lib/Horde/Alarm/Sql.php             |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/39601fc38215229c261895e981e986c2cde52e37

-----------------------------------------------------------------------

commit 220435462c5e45f5777be475e10fff31302cc93c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jan 25 11:15:39 2013 -0700

    [mms] Fix Reply all/list buttons on basic compose page (Bug #11990).

 imp/docs/CHANGES  |    1 +
 imp/js/compose.js |    2 ++
 imp/package.xml   |    2 ++
 3 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/220435462c5e45f5777be475e10fff31302cc93c

-----------------------------------------------------------------------

commit b9fda61739742b232462f0a92f1ec21edebdbb94
Merge: 152b3f7 2204354
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jan 25 11:39:11 2013 -0700

    Merge branch 'master' into imp_6_1
    
    Conflicts:
    	imp/docs/CHANGES
    	imp/package.xml

 .gitattributes                                                    |    9 +
 .travis.yml                                                       |    1 +
 ansel/config/conf.xml                                             |    7 -
 ansel/image.php                                                   |   27 +-
 ansel/js/resizeimage.js                                           |   12 +
 ansel/lib/Block/RecentlyAddedGeodata.php                          |   55 +-
 ansel/lib/Image.php                                               |    4 +-
 ansel/lib/Tile/DateGallery.php                                    |   78 +-
 ansel/lib/Tile/Gallery.php                                        |  114 +-
 ansel/lib/Tile/Image.php                                          |  133 ++-
 ansel/lib/View/Image.php                                          |  303 +++--
 ansel/lib/View/Slideshow.php                                      |    4 +
 ansel/lib/Widget/Geotag.php                                       |    2 +-
 ansel/package.xml                                                 |   50 +-
 ansel/templates/image/crop_image.inc                              |    6 +-
 ansel/templates/image/resize_image.inc                            |   39 +-
 ansel/templates/tile/dategallery.html.php                         |    4 +
 ansel/templates/tile/dategallery.inc                              |    4 -
 ansel/templates/tile/gallery.html.php                             |   16 +
 ansel/templates/tile/gallery.inc                                  |   14 -
 ansel/templates/tile/gallerymini.html.php                         |    6 +
 ansel/templates/tile/gallerymini.inc                              |    4 -
 ansel/templates/tile/image.html.php                               |   27 +
 ansel/templates/tile/image.inc                                    |   27 -
 ansel/templates/view/image.inc                                    |    6 +-
 ansel/templates/view/slideshow.inc                                |    4 -
 ansel/templates/widgets/actions.html.php                          |    4 +-
 ansel/themes/default/cropper.css                                  |    4 +-
 ansel/themes/default/graphics/add.png                             |  Bin 0 -> 4687 bytes
 ansel/themes/default/graphics/allgalleries.png                    |  Bin 646 -> 4948 bytes
 ansel/themes/default/graphics/galleries.png                       |  Bin 454 -> 4817 bytes
 ansel/themes/default/graphics/marqueeHoriz.gif                    |  Bin 0 -> 1125 bytes
 ansel/themes/default/graphics/marqueeVert.gif                     |  Bin 0 -> 1141 bytes
 ansel/themes/default/screen.css                                   |   16 +-
 framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php               |    2 +-
 framework/Alarm/lib/Horde/Alarm/Sql.php                           |    8 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/InPlaceEditor.php        |    7 +-
 framework/Icalendar/lib/Horde/Icalendar.php                       |    1 -
 framework/Icalendar/lib/Horde/Icalendar/Vevent.php                |   14 +-
 framework/Icalendar/package.xml                                   |    2 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/escapes2.ics    |    1 -
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-1.ics    |    2 -
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-2.ics    |    2 -
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-3.ics    |    2 -
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-4.ics    |    2 -
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-5.ics    |    2 -
 .../Icalendar/test/Horde/Icalendar/fixtures/line-folding-6.ics    |    2 -
 .../Icalendar/test/Horde/Icalendar/fixtures/quoted-params.ics     |    1 -
 framework/Image/lib/Horde/Image/Effect/Im/TextWatermark.php       |    2 +-
 framework/Image/lib/Horde/Image/Effect/Imagick/TextWatermark.php  |    2 +-
 framework/Image/package.xml                                       |    4 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |    4 +
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Results.php     |   10 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   90 +-
 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |   63 +-
 framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php      |   16 +-
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist        |    2 +
 framework/Support/lib/Horde/Support/Randomid.php                  |    3 +-
 horde/bin/horde-translation                                       |    4 +-
 imp/docs/CHANGES                                                  |    1 +
 imp/js/compose.js                                                 |    2 +
 imp/lib/Contents.php                                              |    3 +-
 imp/package.xml                                                   |    1 +
 ingo/config/backends.php                                          |   11 +-
 ingo/docs/CHANGES                                                 |    1 +
 ingo/package.xml                                                  |    2 +
 kronolith/docs/CHANGES                                            |    2 +
 kronolith/js/kronolith.js                                         |   14 +-
 kronolith/lib/Ajax.php                                            |    1 -
 kronolith/lib/Driver.php                                          |   84 ++-
 kronolith/lib/Driver/Ical.php                                     |   11 +-
 kronolith/lib/Driver/Kolab.php                                    |   18 +-
 kronolith/lib/Driver/Sql.php                                      |   57 +-
 kronolith/lib/Event.php                                           |    4 +-
 kronolith/package.xml                                             |    2 +
 nag/lib/Api.php                                                   |    1 +
 nag/lib/Driver/Kolab.php                                          |    5 +-
 77 files changed, 813 insertions(+), 635 deletions(-)

http://git.horde.org/horde-git/-/commit/b9fda61739742b232462f0a92f1ec21edebdbb94




More information about the commits mailing list