[commits] Horde branch ingo_3_1 updated. 53250be95b474be4a45653d8a9ecba09d4676fe4

Jan Schneider jan at horde.org
Thu Jan 24 09:27:21 UTC 2013


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

from: 775771f79d1cfd6b69612c909fbcf6480dca09d7

403c28c No idea what Horde_Core_Ajax_Response_Javascript is/was. Seems like this was the intention.
6a675c8 First pass at fixing Geotag widget.
811d9cb Remove unused case.
28b1d29 Readd missing photo marker graphics.
defb3e5 This must now take a hash evidently.
8969513 Better var name.
d57deec Don't show the map element when there is no geodata.
2823d54 Tweak the size of the popup.
78b365f Combine, move to Ansel::
ac678a4 Use Horde_View, tweak.
ad6a925 Re-add the post-upload tweet button.
0eff2b4 Show/hide the upload button as appropriate.
d899c54 Hide upload button here also.
343d3a0 This is no longer a "not used by default" handler.
ff9b73f Make these true buttons.
27d1e8e Fix removing files from upload queue.
1ea861b Remove unused CSS, tweak uploader.
cb86b88 Remove unused graphics
52e4856 Put "My Galleries" first, change "Galleries" to "All Galleries"
78ef1da expand to 20x20, like the rest of the icons.
c0310a1 Removed unused graphics.
de477d6 Readd favicon.ico
af6c4be update graphics for H5
8b4ec32 Remove dead print link.
1abbbc1 Use new graphics.
1ef6b9f Fix notification links in dynamic kronolith (Bug #11857)
faf21c1 [mms] Require non-empty subject and reason fields when creating a vacation message (crohmann at netcologne.de; Request #8376).
285d149 Remove .gitignore cruft
9ce1e05 Remove .gitattributes cruft
5e5504e Unused variable
a44477c [mms] More robust handling of split FETCH responses.
f20cb66 Fix variable typo
58e6ea8 Kronolith doesn't know anything about Nag (Bug #11857).
53250be Merge remote-tracking branch 'origin/master' into ingo_3_1

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

commit 403c28ca0001e0ce481d642886c3bc524948b349
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 09:56:02 2013 -0500

    No idea what Horde_Core_Ajax_Response_Javascript is/was. Seems like this was the intention.

 ansel/lib/Ajax/Application/Handler.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/403c28ca0001e0ce481d642886c3bc524948b349

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

commit 6a675c8df4f3e7543dabc0faad38982c53dc3b82
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 10:52:11 2013 -0500

    First pass at fixing Geotag widget.

 ansel/lib/Ajax/Application/Handler.php  |    1 +
 ansel/lib/Widget/Geotag.php             |  160 +++++++++++++------------------
 ansel/templates/widgets/geotag.html.php |   29 ++++++
 3 files changed, 98 insertions(+), 92 deletions(-)
 create mode 100644 ansel/templates/widgets/geotag.html.php

http://git.horde.org/horde-git/-/commit/6a675c8df4f3e7543dabc0faad38982c53dc3b82

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

commit 811d9cbb2147aae6b352ad8461adf5f2368fbc73
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 10:54:22 2013 -0500

    Remove unused case.

 ansel/js/widgets/geotag.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/811d9cbb2147aae6b352ad8461adf5f2368fbc73

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

commit 28b1d290ac89f6cc89143da0577fa9afcf311410
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 11:05:33 2013 -0500

    Readd missing photo marker graphics.

 ansel/themes/default/graphics/photomarker-shadow.png |  Bin 0 -> 947 bytes
 ansel/themes/default/graphics/photomarker.png        |  Bin 0 -> 598 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 ansel/themes/default/graphics/photomarker-shadow.png
 create mode 100644 ansel/themes/default/graphics/photomarker.png

http://git.horde.org/horde-git/-/commit/28b1d290ac89f6cc89143da0577fa9afcf311410

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

commit defb3e5de6069fe70d23d61f968717c7a3d5ff4f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 11:19:31 2013 -0500

    This must now take a hash evidently.

 ansel/js/widgets/geotag.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 8969513f55e680fd7ff4968b386d62b3ecc07fdf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 11:21:18 2013 -0500

    Better var name.

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

http://git.horde.org/horde-git/-/commit/8969513f55e680fd7ff4968b386d62b3ecc07fdf

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

commit d57deec2d5db53ae555aedb5cd9863605c04aa36
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 11:26:34 2013 -0500

    Don't show the map element when there is no geodata.

 ansel/templates/widgets/geotag.html.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit 2823d5492136f7130e3e36554f38fba0ba93d21d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 12:18:35 2013 -0500

    Tweak the size of the popup.

 ansel/js/widgets/geotag.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/2823d5492136f7130e3e36554f38fba0ba93d21d

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

commit 78b365f16b8e37782987ab8c375d9434e9fc5433
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 12:19:45 2013 -0500

    Combine, move to Ansel::

 ansel/lib/Ajax/Application/Handler.php |   17 +----------------
 ansel/lib/Ansel.php                    |   19 +++++++++++++++++++
 ansel/lib/Widget/Geotag.php            |   22 ++--------------------
 ansel/map_edit.php                     |   11 -----------
 4 files changed, 22 insertions(+), 47 deletions(-)

http://git.horde.org/horde-git/-/commit/78b365f16b8e37782987ab8c375d9434e9fc5433

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

commit ac678a45b51b6a2d943eab0204ec46f8621b5588
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 12:20:19 2013 -0500

    Use Horde_View, tweak.

 ansel/map_edit.php                |  115 +++++++++++--------------------------
 ansel/templates/map_edit.html.php |   37 ++++++++++++
 2 files changed, 70 insertions(+), 82 deletions(-)
 create mode 100644 ansel/templates/map_edit.html.php

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

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

commit ad6a92519b998e47f2614886c5407fd69692e7b5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 13:10:45 2013 -0500

    Re-add the post-upload tweet button.

 ansel/lib/View/Upload.php          |   30 ++++++++++++++++++++++++++----
 ansel/templates/image/plupload.inc |    2 +-
 2 files changed, 27 insertions(+), 5 deletions(-)

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

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

commit 0eff2b408da09548a56c922591df353a3bef3418
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 13:29:05 2013 -0500

    Show/hide the upload button as appropriate.

 horde/js/plupload/uploader.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/0eff2b408da09548a56c922591df353a3bef3418

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

commit d899c5468358b861b1cc3d6f7298a22593ff9fcc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 13:29:22 2013 -0500

    Hide upload button here also.

 ansel/lib/View/Upload.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit 343d3a0c7403be433db3b1c9ecd0b5e99a998ee1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 13:29:55 2013 -0500

    This is no longer a "not used by default" handler.

 horde/js/plupload/uploader.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/343d3a0c7403be433db3b1c9ecd0b5e99a998ee1

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

commit ff9b73ff40d1417b54d9f7bde3f0a5bb02dc3bb6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 13:30:13 2013 -0500

    Make these true buttons.

 horde/js/plupload/uploader.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 27d1e8e1e73fb60a52022513eef91c3b146e04b8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 14:04:47 2013 -0500

    Fix removing files from upload queue.

 horde/js/plupload/uploader.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/27d1e8e1e73fb60a52022513eef91c3b146e04b8

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

commit 1ea861bfddd666c3ad5283ac21aab591870be3bf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 14:08:27 2013 -0500

    Remove unused CSS, tweak uploader.
    
    Use a more horde-like design.

 ansel/lib/View/Upload.php       |    1 -
 horde/themes/default/screen.css |   26 +++++++++-----------------
 2 files changed, 9 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/1ea861bfddd666c3ad5283ac21aab591870be3bf

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

commit cb86b8803e9c2d36fac81d501a0c08bcca50b074
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 14:35:34 2013 -0500

    Remove unused graphics

 horde/themes/default/graphics/uploader/backgrounds.gif |  Bin 2977 -> 0 bytes
 horde/themes/default/graphics/uploader/up.png          |  Bin 480 -> 0 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 delete mode 100644 horde/themes/default/graphics/uploader/backgrounds.gif
 delete mode 100644 horde/themes/default/graphics/uploader/up.png

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

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

commit 52e4856fb7dc5bb3dacdba1d0ddb1141e01cc440
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 14:46:02 2013 -0500

    Put "My Galleries" first, change "Galleries" to "All Galleries"

 ansel/lib/Application.php |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/52e4856fb7dc5bb3dacdba1d0ddb1141e01cc440

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

commit 78ef1da2f64e1a42a6e191c16058c204b8c836b9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 17:04:57 2013 -0500

    expand to 20x20, like the rest of the icons.

 ansel/themes/default/graphics/arrow_switch.png    |  Bin 650 -> 680 bytes
 ansel/themes/default/graphics/text.png            |  Bin 104 -> 4109 bytes
 horde/themes/default/graphics/mime/compressed.png |  Bin 672 -> 732 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/78ef1da2f64e1a42a6e191c16058c204b8c836b9

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

commit c0310a152ba80387344287188cbb6e29e6749257
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 17:09:10 2013 -0500

    Removed unused graphics.

 ansel/themes/default/graphics/add.png              |  Bin 496 -> 0 bytes
 ansel/themes/default/graphics/favicon.ico          |  Bin 1386 -> 0 bytes
 ansel/themes/default/graphics/image_add.png        |  Bin 208 -> 0 bytes
 ansel/themes/default/graphics/success.png          |  Bin 336 -> 0 bytes
 ansel/themes/default/graphics/twitter.png          |  Bin 493 -> 0 bytes
 horde/themes/default/graphics/map/marker-blue.png  |  Bin 714 -> 0 bytes
 horde/themes/default/graphics/map/marker-gold.png  |  Bin 651 -> 0 bytes
 horde/themes/default/graphics/map/marker-green.png |  Bin 702 -> 0 bytes
 8 files changed, 0 insertions(+), 0 deletions(-)
 delete mode 100644 ansel/themes/default/graphics/add.png
 delete mode 100644 ansel/themes/default/graphics/favicon.ico
 delete mode 100644 ansel/themes/default/graphics/image_add.png
 delete mode 100755 ansel/themes/default/graphics/success.png
 delete mode 100644 ansel/themes/default/graphics/twitter.png
 delete mode 100644 horde/themes/default/graphics/map/marker-blue.png
 delete mode 100644 horde/themes/default/graphics/map/marker-gold.png
 delete mode 100644 horde/themes/default/graphics/map/marker-green.png

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

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

commit de477d6dfb9edf07df6208f25144ddfd2f6fec10
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 17:10:52 2013 -0500

    Readd favicon.ico

 ansel/themes/default/graphics/favicon.ico |  Bin 0 -> 1742 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 ansel/themes/default/graphics/favicon.ico

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

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

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

    update graphics for H5

 ansel/themes/default/graphics/allgalleries.png    |  Bin 0 -> 646 bytes
 ansel/themes/default/graphics/ansel.png           |  Bin 493 -> 454 bytes
 ansel/themes/default/graphics/bookmark.png        |  Bin 0 -> 292 bytes
 ansel/themes/default/graphics/browse.png          |  Bin 492 -> 578 bytes
 ansel/themes/default/graphics/down.png            |  Bin 241 -> 384 bytes
 ansel/themes/default/graphics/faces.png           |  Bin 0 -> 609 bytes
 ansel/themes/default/graphics/galleries.png       |  Bin 492 -> 454 bytes
 ansel/themes/default/graphics/mygalleries.png     |  Bin 492 -> 454 bytes
 ansel/themes/default/graphics/plus.png            |  Bin 0 -> 626 bytes
 ansel/themes/default/graphics/problem.png         |  Bin 124 -> 591 bytes
 ansel/themes/default/graphics/slideshow_next.png  |  Bin 255 -> 451 bytes
 ansel/themes/default/graphics/slideshow_pause.png |  Bin 259 -> 222 bytes
 ansel/themes/default/graphics/slideshow_play.png  |  Bin 234 -> 345 bytes
 ansel/themes/default/graphics/slideshow_prev.png  |  Bin 264 -> 451 bytes
 ansel/themes/default/graphics/up.png              |  Bin 244 -> 370 bytes
 ansel/themes/default/screen.css                   |   18 ++++++++++++++----
 16 files changed, 14 insertions(+), 4 deletions(-)
 create mode 100644 ansel/themes/default/graphics/allgalleries.png
 create mode 100644 ansel/themes/default/graphics/bookmark.png
 create mode 100644 ansel/themes/default/graphics/faces.png
 create mode 100644 ansel/themes/default/graphics/plus.png
 mode change 100755 => 100644 ansel/themes/default/graphics/problem.png

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

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

commit 8b4ec3207dc216ff9b9f9d19573dcb5be2b14919
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 17:17:44 2013 -0500

    Remove dead print link.

 ansel/config/conf.xml     |    5 -----
 ansel/lib/Application.php |   10 +---------
 2 files changed, 1 insertions(+), 14 deletions(-)

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

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

commit 1abbbc1f8aad7d708ab1464fe3fe9aaea930aa6f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 23 17:18:32 2013 -0500

    Use new graphics.

 ansel/lib/Application.php                |   51 +++++++++++++++++-------------
 ansel/templates/widgets/actions.html.php |    4 +-
 2 files changed, 31 insertions(+), 24 deletions(-)

http://git.horde.org/horde-git/-/commit/1abbbc1f8aad7d708ab1464fe3fe9aaea930aa6f

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

commit 1ef6b9ffde5eff2097e08699ee5666cc666926ab
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 17:45:57 2013 -0700

    Fix notification links in dynamic kronolith (Bug #11857)

 kronolith/js/kronolith.js |   18 ++++++++++++------
 kronolith/lib/Ajax.php    |    1 +
 2 files changed, 13 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/1ef6b9ffde5eff2097e08699ee5666cc666926ab

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

commit faf21c14a3a43cfb556320bbcb15cc0ba9182156
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 18:06:28 2013 -0700

    [mms] Require non-empty subject and reason fields when creating a vacation message (crohmann at netcologne.de; Request #8376).

 ingo/docs/CHANGES          |    2 ++
 ingo/lib/Form/Vacation.php |    4 ++--
 ingo/package.xml           |    2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

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

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

commit 285d1494f8f7cf697c6c496a174172864725d20e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 20:25:36 2013 -0700

    Remove .gitignore cruft

 .gitignore |   39 +++++----------------------------------
 1 files changed, 5 insertions(+), 34 deletions(-)

http://git.horde.org/horde-git/-/commit/285d1494f8f7cf697c6c496a174172864725d20e

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

commit 9ce1e0583b0ea89be493a6b3fa10075e1df1bb1e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 20:33:14 2013 -0700

    Remove .gitattributes cruft

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

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

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

commit 5e5504e2feb95ac5c8f4f9239ec31ca597f2be9f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 22:37:31 2013 -0700

    Unused variable

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

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

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

commit a44477c61f966ac400b347ca428b0fa7db25c864
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 23 23:39:08 2013 -0700

    [mms] More robust handling of split FETCH responses.
    
    E.g, a UID FETCH that returns:
    
    * 1 FETCH (FLAGS (\Seen))
    * 1 FETCH (UID 2)
    
    Previously, the FLAGS entry would be ignored.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |   56 +++++------
 framework/Imap_Client/package.xml                           |    4 +-
 framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php |   11 ++-
 3 files changed, 36 insertions(+), 35 deletions(-)

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

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

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 53250be95b474be4a45653d8a9ecba09d4676fe4
Merge: 775771f 58e6ea8
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 24 10:27:02 2013 +0100

    Merge remote-tracking branch 'origin/master' into ingo_3_1
    
    Conflicts:
    	ingo/package.xml

 .gitattributes                                              |    7 -
 .gitignore                                                  |   39 +--
 ansel/config/conf.xml                                       |    5 -
 ansel/js/widgets/geotag.js                                  |    6 +-
 ansel/lib/Ajax/Application/Handler.php                      |   20 +-
 ansel/lib/Ansel.php                                         |   19 ++
 ansel/lib/Application.php                                   |   65 ++--
 ansel/lib/View/Upload.php                                   |   32 ++-
 ansel/lib/Widget/Geotag.php                                 |  180 ++++-------
 ansel/map_edit.php                                          |  126 ++------
 ansel/templates/image/plupload.inc                          |    2 +-
 ansel/templates/map_edit.html.php                           |   37 +++
 ansel/templates/widgets/actions.html.php                    |    4 +-
 ansel/templates/widgets/geotag.html.php                     |   30 ++
 ansel/themes/default/graphics/add.png                       |  Bin 496 -> 0 bytes
 ansel/themes/default/graphics/allgalleries.png              |  Bin 0 -> 646 bytes
 ansel/themes/default/graphics/ansel.png                     |  Bin 493 -> 454 bytes
 ansel/themes/default/graphics/arrow_switch.png              |  Bin 650 -> 680 bytes
 ansel/themes/default/graphics/bookmark.png                  |  Bin 0 -> 292 bytes
 ansel/themes/default/graphics/browse.png                    |  Bin 492 -> 578 bytes
 ansel/themes/default/graphics/down.png                      |  Bin 241 -> 384 bytes
 ansel/themes/default/graphics/faces.png                     |  Bin 0 -> 609 bytes
 ansel/themes/default/graphics/favicon.ico                   |  Bin 1386 -> 1742 bytes
 ansel/themes/default/graphics/galleries.png                 |  Bin 492 -> 454 bytes
 ansel/themes/default/graphics/image_add.png                 |  Bin 208 -> 0 bytes
 ansel/themes/default/graphics/mygalleries.png               |  Bin 492 -> 454 bytes
 ansel/themes/default/graphics/photomarker-shadow.png        |  Bin 0 -> 947 bytes
 ansel/themes/default/graphics/photomarker.png               |  Bin 0 -> 598 bytes
 ansel/themes/default/graphics/plus.png                      |  Bin 0 -> 626 bytes
 ansel/themes/default/graphics/problem.png                   |  Bin 124 -> 591 bytes
 ansel/themes/default/graphics/slideshow_next.png            |  Bin 255 -> 451 bytes
 ansel/themes/default/graphics/slideshow_pause.png           |  Bin 259 -> 222 bytes
 ansel/themes/default/graphics/slideshow_play.png            |  Bin 234 -> 345 bytes
 ansel/themes/default/graphics/slideshow_prev.png            |  Bin 264 -> 451 bytes
 ansel/themes/default/graphics/success.png                   |  Bin 336 -> 0 bytes
 ansel/themes/default/graphics/text.png                      |  Bin 104 -> 4109 bytes
 ansel/themes/default/graphics/twitter.png                   |  Bin 493 -> 0 bytes
 ansel/themes/default/graphics/up.png                        |  Bin 244 -> 370 bytes
 ansel/themes/default/screen.css                             |   18 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php        |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |   56 ++--
 framework/Imap_Client/package.xml                           |    4 +-
 framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php |   11 +-
 horde/js/plupload/uploader.js                               |   26 +-
 horde/themes/default/graphics/map/marker-blue.png           |  Bin 714 -> 0 bytes
 horde/themes/default/graphics/map/marker-gold.png           |  Bin 651 -> 0 bytes
 horde/themes/default/graphics/map/marker-green.png          |  Bin 702 -> 0 bytes
 horde/themes/default/graphics/mime/compressed.png           |  Bin 672 -> 732 bytes
 horde/themes/default/graphics/uploader/backgrounds.gif      |  Bin 2977 -> 0 bytes
 horde/themes/default/graphics/uploader/up.png               |  Bin 480 -> 0 bytes
 horde/themes/default/screen.css                             |   26 +-
 ingo/docs/CHANGES                                           |    2 +
 ingo/lib/Form/Vacation.php                                  |    4 +-
 ingo/package.xml                                            |    1 +
 kronolith/js/kronolith.js                                   |   20 +-
 nag/lib/Api.php                                             |    1 +
 56 files changed, 355 insertions(+), 388 deletions(-)

http://git.horde.org/horde-git/-/commit/53250be95b474be4a45653d8a9ecba09d4676fe4




More information about the commits mailing list