[commits] Horde branch develop updated. e29856715090a08d3e3e55c8750ada5fcf61bba7

Jan Schneider jan at horde.org
Mon Jan 9 22:39:17 UTC 2012


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

from: c2846c2c7e41e6a11040c8c2c003fb1be1ae5a48

18a83ae Add fixed font rule.
d911e94 Add quote styles.
bacb26a Use silk icons for mobile notifications.
bc6c1d6 hidePageLoadingMsg() doesn't take a parameter.
3b95430 Add some initial compose functionality to jqm view.
03e522c Start output after generating all content.
092a758 Typo
3bc4154 Show notifications on first entering of IMP.
067e1de [jan] Catch exceptions from imap library (Bug #10272).
e5d3904 Show initial notifications when loading the mobile portal.
f898893 Need to use setTimeout() due to a bug in jqm with updating history during page loads.
57740e4 Highlight event background, to avoid contrast issues and better fit the other views.
cad995d ViewPort fixes
897e9e5 Close compose page after successful sending.
3cabfc6 Reset and enable compose form after successful submission.
d6518b8 Use uncompressed jQuery files for development.
61004ae Detach event handler that closes compose window after success.
9e6b870 Add footer with compose button to mailbox view.
7cb05e9 Merge iframe resizing fixes from IMP.
1ec9ed7 Convert Horde_Url to string if returning through ajax.
2332ae1 Start implementing deep linking, for mailboxes first.
2f7018d Merge branch 'develop' into imp-mobile-readwrite
4fc0875 This is no longer a back button, so label it "Folders".
f952e90 Support deep-linking of messages.
ee061aa Disable previous/next buttons on first/last message.
ffe423b Keep old message displayed until the next message is loaded.
617f38c Change back button to mailbox button in message page.
96278f6 Manually set location hash if navigating between messages.
7b74ed2 Fix setting From: in message page if personal part of address is missing.
597a0a7 Implement reply/forward.
174b4af Need to setRaw() here or the target parameter will be incorrectly encoded.
c4dabec Revert "Need to setRaw() here or the target parameter will be incorrectly encoded."
c8420f9 Fix tracking of most recently loaded page. Only track non-dialog pages.
7b1d5ea Refresh listview after updating notifications.
916f539 Add message deletion.
5697e40 Forgot to add confirmation dialog.
e356f6f Check IMP::canCompose().
8c6d1fb Don't show delete button if mailbox is read-only.
1034ae5 Add option to use <optgroup> tags instead of disabled sub-headers.
611e41a Bug #10677: Catch case where message to view no longer exists
4f9ed9e Bug #10677: Remove empty objects (i.e. messages that don't exist on the server)
4dd5bed Another place to check for existence of a message
a9b2d0e Bug #10677: Further improvements to missing message error reporting
e87642c Add ImpMobile.changePage().
1a2b0c6 Allow to overwrite options for $.ajax() calls.
e550dbc Catch if messages cannot be loaded and redirect to mailbox page.
eb062e5 Only refresh notification list after the page has been enhanced.
6975397 Refresh notification list on pagebeforeshow.
e6a59e1 Add onDialogClose().
e3a38f8 Don't use 'this'.
553accf Add copy and move to smartphone view.
5ff201c Update de translation.
8b3f22a Set title after loading message.
9490151 Implement message redirecting.
63b49d9 Add mailbox paging to smartphone view.
a898aa4 Remove debug line.
e298567 Merge branch 'imp-mobile-readwrite' into develop

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

commit 18a83aec9bae02b08b985e5a4596f2996398699f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 14 13:05:55 2011 +0200

    Add fixed font rule.

 horde/themes/default/mobile.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/18a83aec9bae02b08b985e5a4596f2996398699f

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

commit d911e94dc722ea0a50795605ecc0d5e93618ac44
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 14 13:12:48 2011 +0200

    Add quote styles.

 horde/themes/default/mobile.css |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

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

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

commit bacb26aa67c2a975bd1be82d1fb4c2e1670e49e5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 14 13:46:13 2011 +0200

    Use silk icons for mobile notifications.

 horde/themes/default/graphics/mobile/alerts/alarm.png   |  Bin 0 -> 735 bytes
 horde/themes/default/graphics/mobile/alerts/error.png   |  Bin 0 -> 671 bytes
 horde/themes/default/graphics/mobile/alerts/message.png |  Bin 0 -> 724 bytes
 horde/themes/default/graphics/mobile/alerts/success.png |  Bin 0 -> 726 bytes
 horde/themes/default/graphics/mobile/alerts/warning.png |  Bin 0 -> 619 bytes
 horde/themes/default/mobile.css                         |   10 +++++-----
 6 files changed, 5 insertions(+), 5 deletions(-)
 create mode 100644 horde/themes/default/graphics/mobile/alerts/alarm.png
 create mode 100644 horde/themes/default/graphics/mobile/alerts/error.png
 create mode 100644 horde/themes/default/graphics/mobile/alerts/message.png
 create mode 100644 horde/themes/default/graphics/mobile/alerts/success.png
 create mode 100644 horde/themes/default/graphics/mobile/alerts/warning.png

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

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

commit bc6c1d642a879fc802ee47db35eb4cdeba355dba
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 14 15:34:56 2011 +0200

    hidePageLoadingMsg() doesn't take a parameter.

 horde/js/mobile.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 3b95430a59be8a9e07aa53f70e7346e4f48c0ee4
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 14 16:00:56 2011 +0200

    Add some initial compose functionality to jqm view.

 imp/docs/CHANGES                         |    1 +
 imp/js/mobile.js                         |  204 ++++++++++++++++++++++++++++++
 imp/mobile.php                           |   17 +++
 imp/package.xml                          |    4 +-
 imp/templates/mobile/compose.html.php    |   36 ++++++
 imp/templates/mobile/folders.html.php    |    3 +
 imp/templates/mobile/javascript_defs.php |    2 +
 7 files changed, 265 insertions(+), 2 deletions(-)
 create mode 100644 imp/templates/mobile/compose.html.php

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

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

commit 03e522c0248139fd5ab311abb8b1ad433172db5b
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 14 18:10:10 2011 +0200

    Start output after generating all content.

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

http://git.horde.org/horde-git/-/commit/03e522c0248139fd5ab311abb8b1ad433172db5b

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

commit 092a758150fc4d601140cd975f965516f0c23e0e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 14 18:26:10 2011 +0200

    Typo

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

http://git.horde.org/horde-git/-/commit/092a758150fc4d601140cd975f965516f0c23e0e

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

commit 3bc4154cef71eaf8a5fd17d622fcd100c5da04d5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 14 18:54:10 2011 +0200

    Show notifications on first entering of IMP.
    
    This should be applied to all applications that do *not* run any ajax requests
    during the first access.

 imp/lib/Application.php |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

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

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

commit 067e1deb555ff3d3d24739ae8a2d8c8a8b585666
Author: Jan Schneider <jan at horde.org>
Date:   Sat Oct 15 13:11:09 2011 +0200

    [jan] Catch exceptions from imap library (Bug #10272).

 framework/Auth/lib/Horde/Auth/Imap.php |    8 ++++++--
 framework/Auth/package.xml             |    4 ++--
 2 files changed, 8 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/067e1deb555ff3d3d24739ae8a2d8c8a8b585666

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

commit e5d39043fa0de8bd16f2675946d441c6ecf40539
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 18 21:34:48 2011 +0200

    Show initial notifications when loading the mobile portal.

 horde/docs/CHANGES                       |    1 +
 horde/package.xml                        |   24 ++++++++++++++++++------
 horde/services/portal/mobile.php         |    9 +++++++++
 horde/templates/common-header-mobile.inc |    1 +
 horde/templates/portal/mobile.inc        |   11 ++++++++++-
 5 files changed, 39 insertions(+), 7 deletions(-)

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

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

commit f8988931502de2c7ed27a9893e5ab591419c7dbc
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 18 21:40:10 2011 +0200

    Need to use setTimeout() due to a bug in jqm with updating history during page loads.

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

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

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

commit 57740e478fe8c874f027db6244a58e1546aef778
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 18 23:01:38 2011 +0200

    Highlight event background, to avoid contrast issues and better fit the other views.

 kronolith/js/mobile.js              |   18 +++++++++++-------
 kronolith/themes/default/mobile.css |   13 ++++++++++---
 2 files changed, 21 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/57740e478fe8c874f027db6244a58e1546aef778

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

commit cad995d991932a7ece68c372cec9913534f5afe7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 17 16:37:31 2011 -0600

    ViewPort fixes
    
    Fire 'remove' event before deleting, so we have access to data objects
    Fix function name used for deferred call to remove()

 imp/js/viewport.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 897e9e5ebb3baecd904a4b205334afeeb8466221
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 19 18:02:16 2011 +0200

    Close compose page after successful sending.

 imp/js/mobile.js |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/897e9e5ebb3baecd904a4b205334afeeb8466221

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

commit 3cabfc65d88e5450610b2c1c7c5afea74ff9c403
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 19 18:12:57 2011 +0200

    Reset and enable compose form after successful submission.

 imp/js/mobile.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

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

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

commit d6518b8a263048c7310eb66d2390f90ab07ad416
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 19 18:20:21 2011 +0200

    Use uncompressed jQuery files for development.

 horde/js/jquery.mobile/jquery.min.js        | 9038 ++++++++++++++++++++++++++-
 horde/js/jquery.mobile/jquery.mobile.min.js | 6905 ++++++++++++++++++++-
 2 files changed, 15790 insertions(+), 153 deletions(-)

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

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

commit 61004ae8849edbc756a5c238c554f8570de85836
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 19 18:30:21 2011 +0200

    Detach event handler that closes compose window after success.

 imp/js/mobile.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/61004ae8849edbc756a5c238c554f8570de85836

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

commit 9e6b8705964caf6b2c7d48f67b29a1e884e05006
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 19 18:43:47 2011 +0200

    Add footer with compose button to mailbox view.

 imp/js/mobile.js                      |    1 +
 imp/templates/mobile/mailbox.html.php |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit 7cb05e9014853ad17907b2c87a79a52bed571fa2
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 19 19:11:18 2011 +0200

    Merge iframe resizing fixes from IMP.

 imp/js/mobile.js |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/7cb05e9014853ad17907b2c87a79a52bed571fa2

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

commit 1ec9ed76a754a61ddbde7ccb8df165edad91058d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 19 19:26:27 2011 +0200

    Convert Horde_Url to string if returning through ajax.

 imp/lib/Ajax/Application.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit 2332ae1d4406ab9c8311da987cf6e2e36024c368
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 19 23:22:19 2011 +0200

    Start implementing deep linking, for mailboxes first.

 imp/js/mobile.js                      |   46 +++++++++++++++++++++++++--------
 imp/lib/Imap/Tree.php                 |    2 +-
 imp/lib/Mailbox.php                   |   17 ++++++++---
 imp/lib/Tree/Jquerymobile.php         |    1 -
 imp/templates/mobile/mailbox.html.php |    3 +-
 5 files changed, 50 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/2332ae1d4406ab9c8311da987cf6e2e36024c368

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

commit 2f7018da75535f877f25f374813875f61f2b94a3
Merge: 2332ae1 f6f6c51
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 20 10:25:16 2011 +0200

    Merge branch 'develop' into imp-mobile-readwrite
    
    Conflicts:
    	imp/js/mobile.js
    	imp/lib/Application.php
    	imp/package.xml

 ansel/bin/ansel                                                   |    1 -
 ansel/bin/ansel-convert-sql-shares-to-sqlng                       |   36 +
 ansel/config/conf.xml                                             |    2 +-
 ansel/docs/CHANGES                                                |   18 +
 ansel/docs/CREDITS                                                |    1 +
 ansel/docs/RELEASE_NOTES                                          |   34 +-
 ansel/gallery/captions.php                                        |   31 +-
 ansel/image.php                                                   |  566 +-
 ansel/lib/Api.php                                                 |    4 +-
 ansel/lib/Faces/Base.php                                          |    3 +-
 ansel/lib/Gallery.php                                             |   36 +-
 ansel/lib/Image.php                                               |   10 +-
 ansel/lib/Style.php                                               |    8 +-
 ansel/lib/Tagger.php                                              |   10 +-
 ansel/lib/View/GalleryProperties.php                              |   28 +-
 ansel/lib/View/Upload.php                                         |    2 +-
 ansel/locale/sk/LC_MESSAGES/ansel.mo                              |  Bin 0 -> 110699 bytes
 ansel/locale/sk/LC_MESSAGES/ansel.po                              | 2492 +++++
 ansel/migration/10_ansel_upgrade_computestylehashes.php           |   71 +
 ansel/migration/3_ansel_upgrade_style.php                         |   25 +-
 ansel/migration/4_ansel_upgrade_tagstocontent.php                 |   31 +-
 ansel/migration/5_ansel_upgrade_categoriestotags.php              |   25 +-
 ansel/package.xml                                                 |   52 +-
 ansel/templates/captions/captions.inc                             |    2 +-
 ansel/templates/gallery/partial/_styles.html.php                  |    8 +-
 ansel/templates/gallery/properties.html.php                       |   10 +-
 ansel/templates/image/edit_image.inc                              |    2 +-
 ansel/test/Ansel/AllTests.php                                     |   50 +
 ansel/test/Ansel/Autoload.php                                     |   23 +
 ansel/test/Ansel/TestCase.php                                     |   80 +
 ansel/test/Ansel/Unit/Base.php                                    |   47 +
 ansel/test/Ansel/Unit/ImageTest.php                               |   47 +
 ansel/test/Ansel/fixtures/vfs/.horde/ansel/00/full/4200.jpg       |  Bin 0 -> 193237 bytes
 ansel/test/Ansel/phpunit.xml                                      |    8 +
 beatnik/package.xml                                               |   16 +-
 bundles/groupware/docs/INSTALL                                    |    2 +-
 bundles/webmail/docs/INSTALL                                      |    2 +-
 components/lib/Components/Runner/Fetchdocs.php                    |    2 +-
 content/bin/content-object-add                                    |   23 +-
 content/bin/content-object-delete                                 |   20 +-
 content/bin/content-tag                                           |   20 +-
 content/bin/content-tag-add                                       |   23 +-
 content/bin/content-tag-delete                                    |   25 +-
 content/bin/content-untag                                         |   20 +-
 content/docs/CHANGES                                              |   12 +-
 content/package.xml                                               |   26 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   14 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php        |   10 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php       |   74 +-
 .../migration/Horde/ActiveSync/3_horde_activesync_clientidmap.php |   18 +
 framework/ActiveSync/package.xml                                  |   31 +-
 framework/Auth/package.xml                                        |   21 +-
 framework/Cli_Modular/COPYING                                     |  458 -
 framework/Cli_Modular/doc/Horde/Cli/Modular/COPYING               |  458 +
 framework/Cli_Modular/doc/Horde/Cli/Modular/DOCS_ORIGIN           |   11 +
 framework/Cli_Modular/doc/Horde/Cli/Modular/README                |  125 +
 framework/Cli_Modular/package.xml                                 |   53 +-
 framework/Core/lib/Horde/Core/Factory/Cache.php                   |    8 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php             |   17 +
 framework/Core/lib/Horde/Registry.php                             |    6 +-
 framework/Core/package.xml                                        |    6 +-
 framework/Form/lib/Horde/Form/Type.php                            |    9 +
 framework/Http/package.xml                                        |   25 +-
 framework/Image/lib/Horde/Image/Exif/Base.php                     |   30 +-
 framework/Image/lib/Horde/Image/Exif/Exiftool.php                 |    5 +-
 framework/Image/package.xml                                       |   74 +-
 framework/Image/test/Horde/Image/AllTests.php                     |   34 +
 framework/Image/test/Horde/Image/Autoload.php                     |   20 +
 framework/Image/test/Horde/Image/Exif/Base.php                    |   73 +
 framework/Image/test/Horde/Image/Exif/BundledTest.php             |   27 +
 framework/Image/test/Horde/Image/Exif/ExiftoolTest.php            |   39 +
 framework/Image/test/Horde/Image/Exif/PhpTest.php                 |   27 +
 framework/Image/test/Horde/Image/Fixtures/img_exif.jpg            |  Bin 0 -> 193237 bytes
 framework/Image/test/Horde/Image/conf.php                         |    2 +
 framework/Image/test/Horde/Image/conf.php.dist                    |    2 +
 framework/Imap_Client/lib/Horde/Imap/Client.php                   |    5 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |  177 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php             |  114 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php           |    6 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php      |   14 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids.php               |   11 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Ids/Pop3.php          |   21 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |   48 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |   53 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Utils.php             |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Utils/Pop3.php        |   86 +
 framework/Imap_Client/package.xml                                 |   35 +-
 framework/Imap_Client/test/Horde/Imap/Client/IdsParseTest.php     |   75 +
 framework/Kolab_Cli/lib/Horde/Kolab/Cli.php                       |   21 +
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Exception.php             |   30 +
 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Base.php           |   10 +-
 framework/Kolab_Cli/package.xml                                   |    8 +-
 framework/Nls/package.xml                                         |   23 +-
 framework/Push/bin/horde-push                                     |    8 +
 framework/Push/lib/Horde/Push.php                                 |   52 +-
 framework/Push/lib/Horde/Push/Cli.php                             |  111 +
 framework/Push/lib/Horde/Push/Cli/Exception.php                   |   30 +
 framework/Push/lib/Horde/Push/Cli/Factory/Push.php                |  171 +
 framework/Push/lib/Horde/Push/Cli/Factory/Recipients.php          |  133 +
 framework/Push/lib/Horde/Push/Cli/Translation.php                 |   63 +
 framework/Push/lib/Horde/Push/Recipient/Blogger.php               |  114 +
 framework/Push/lib/Horde/Push/Recipient/Mail.php                  |   92 +
 framework/Push/package.xml                                        |   78 +-
 framework/Push/test/Horde/Push/Unit/Push/Recipient/MailTest.php   |  103 +
 framework/Push/test/Horde/Push/Unit/PushTest.php                  |   31 +
 framework/Push/test/Horde/Push/fixtures/text.txt                  |    1 +
 framework/Push_Cli/bin/push                                       |    8 -
 framework/Push_Cli/doc/Horde/Push/Cli/COPYING                     |  281 -
 framework/Push_Cli/lib/Horde/Push/Cli.php                         |  111 -
 framework/Push_Cli/lib/Horde/Push/Cli/Exception.php               |   30 -
 framework/Push_Cli/lib/Horde/Push/Cli/Factory/Push.php            |  168 -
 framework/Push_Cli/lib/Horde/Push/Cli/Factory/Recipients.php      |  115 -
 framework/Push_Cli/lib/Horde/Push/Cli/Translation.php             |   63 -
 framework/Push_Cli/package.xml                                    |  126 -
 .../Service_Twitter/lib/Horde/Service/Twitter/Request/Oauth.php   |    3 +-
 framework/Service_Twitter/package.xml                             |   21 +-
 framework/Service_UrlShortener/package.xml                        |   41 +-
 .../Horde/SessionHandler/1_horde_sessionhandler_base_tables.php   |    3 +-
 framework/Text_Diff/package.xml                                   |   23 +-
 framework/Vfs/lib/Horde/Vfs/Smb.php                               |   17 +-
 framework/Vfs/package.xml                                         |   25 +-
 gollem/docs/CHANGES                                               |   13 +-
 gollem/docs/RELEASE_NOTES                                         |    8 +-
 gollem/lib/Application.php                                        |    2 +-
 gollem/locale/sk/LC_MESSAGES/gollem.mo                            |  Bin 78743 -> 78776 bytes
 gollem/locale/sk/LC_MESSAGES/gollem.po                            |  469 +-
 gollem/package.xml                                                |   31 +-
 gollem/view.php                                                   |    2 -
 hermes/templates/index/index.inc                                  |   15 +-
 hermes/templates/index/search.inc                                 |  146 +-
 hermes/themes/default/screen.css                                  |  195 +-
 hermes/themes/silver/graphics/help.png                            |  Bin 0 -> 731 bytes
 hermes/themes/silver/graphics/logout.png                          |  Bin 0 -> 693 bytes
 hermes/themes/silver/graphics/prefs.png                           |  Bin 0 -> 551 bytes
 hermes/themes/silver/ie7.css                                      |    3 +
 hermes/themes/silver/ie8.css                                      |    3 +
 hermes/themes/silver/screen.css                                   |   73 +-
 horde/docs/CHANGES                                                |    1 +
 horde/docs/INSTALL                                                |    2 +-
 horde/js/keynavlist.js                                            |    1 +
 horde/js/plupload/uploader.js                                     |    2 +-
 horde/lib/Block/Cloud.php                                         |   11 +-
 horde/package.xml                                                 |    2 +-
 horde/services/portal/cloud_search.php                            |    2 +-
 imp/compose.php                                                   |    7 +-
 imp/docs/CHANGES                                                  |   13 +-
 imp/docs/PERFORMANCE                                              |   20 +-
 imp/docs/RELEASE_NOTES                                            |   32 +-
 imp/js/dimpbase.js                                                |   31 +-
 imp/js/dimpcore.js                                                |   82 +-
 imp/js/indices.js                                                 |  124 +
 imp/js/message-dimp.js                                            |    2 +-
 imp/js/mobile.js                                                  |   44 +-
 imp/lib/Ajax/Application.php                                      |    5 +-
 imp/lib/Block/Newmail.php                                         |    5 +-
 imp/lib/Compose.php                                               |    8 +
 imp/lib/Contents.php                                              |   25 +-
 imp/lib/Dimp.php                                                  |    1 +
 imp/lib/IMP.php                                                   |   19 +
 imp/lib/Indices.php                                               |   13 +-
 imp/lib/Indices/Form.php                                          |    5 +
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php                 |    2 +-
 imp/lib/Mailbox/List.php                                          |    2 +-
 imp/lib/Message.php                                               |   19 +-
 imp/lib/Prefs/Ui.php                                              |    1 +
 imp/lib/Ui/Folder.php                                             |    6 +-
 imp/lib/Ui/Mailbox.php                                            |   12 +-
 imp/lib/Ui/Message.php                                            |    2 +-
 imp/lib/Views/ListMessages.php                                    |    2 +-
 imp/lib/Views/ShowMessage.php                                     |    4 +-
 imp/message-mimp.php                                              |    4 +-
 imp/message.php                                                   |    4 +-
 imp/package.xml                                                   |   23 +-
 imp/templates/mobile/javascript_defs.php                          |    1 +
 imp/thread.php                                                    |    2 +-
 ingo/docs/CHANGES                                                 |    8 +-
 ingo/docs/RELEASE_NOTES                                           |   11 +-
 ingo/package.xml                                                  |   17 +-
 jonah/lib/Api.php                                                 |    2 +
 kronolith/docs/CHANGES                                            |    2 +
 kronolith/lib/Ajax/Application.php                                |    4 +
 kronolith/lib/Api.php                                             |    9 +-
 kronolith/lib/Tagger.php                                          |   13 +-
 kronolith/migration/18_kronolith_upgrade_categoriestotags.php     |    4 +-
 kronolith/package.xml                                             |   15 +-
 mnemo/docs/CHANGES                                                |    8 +-
 mnemo/docs/RELEASE_NOTES                                          |   13 +-
 mnemo/package.xml                                                 |   15 +-
 nag/docs/CHANGES                                                  |    9 +-
 nag/docs/RELEASE_NOTES                                            |   11 +-
 nag/js/calendar.js                                                |   21 +-
 nag/js/task.js                                                    |   41 -
 nag/lib/Api.php                                                   |    2 +-
 nag/lib/Block/Summary.php                                         |   42 +-
 nag/lib/Form/Type/NagDue.php                                      |   26 +-
 nag/lib/Form/Type/NagStart.php                                    |    7 +-
 nag/lib/Task.php                                                  |   10 +-
 nag/lib/Ui/VarRenderer/Nag.php                                    |  200 +-
 nag/package.xml                                                   |   15 +-
 nag/task.php                                                      |   10 -
 nag/templates/javascript_defs.php                                 |   13 -
 passwd/lib/Driver/Ldap.php                                        |    3 +-
 turba/docs/INSTALL                                                |    2 +-
 turba/js/columnprefs.js                                           |    6 +-
 whups/docs/CHANGES                                                |   16 +-
 whups/docs/RELEASE_NOTES                                          |   12 +-
 whups/lib/Api.php                                                 |    2 +-
 whups/lib/Application.php                                         |    2 +-
 whups/lib/Driver.php                                              |   66 +-
 whups/lib/Driver/Sql.php                                          |   54 +-
 whups/lib/Form/Renderer/Comment.php                               |    8 +-
 whups/lib/Form/Ticket/CreateStepThree.php                         |   30 +-
 whups/lib/Form/Ticket/Edit.php                                    |    2 +-
 whups/lib/Form/TicketDetails.php                                  |    6 +-
 whups/lib/Ticket.php                                              |    7 +-
 whups/lib/Whups.php                                               |    6 +-
 whups/migration/8_whups_add_attribute_index.php                   |    4 +-
 whups/package.xml                                                 |   33 +-
 whups/templates/view/results.inc                                  |   10 +-
 whups/themes/hordeweb/screen.css                                  |    3 +
 whups/ticket/index.php                                            |    2 +-
 whups/ticket/update.php                                           |    7 +-
 wicked/data/Default/Wiki/TextFormat                               |    8 -
 wicked/migration/5_wicked_rename_pages.php                        |    2 +-
 225 files changed, 7770 insertions(+), 2946 deletions(-)

http://git.horde.org/horde-git/-/commit/2f7018da75535f877f25f374813875f61f2b94a3

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

commit 4fc0875aff4d4244143e0416f9a552d8500bfe9f
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 20 10:52:57 2011 +0200

    This is no longer a back button, so label it "Folders".

 imp/templates/mobile/mailbox.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit f952e90fdf5749ed7ba2236a70c2af0a7e89744b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 20 11:18:38 2011 +0200

    Support deep-linking of messages.

 imp/js/mobile.js |   41 +++++++++++++++++++++++++++--------------
 1 files changed, 27 insertions(+), 14 deletions(-)

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

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

commit ee061aa7620e7744868bf66c41db2d1dd1e50b4f
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 20 11:51:34 2011 +0200

    Disable previous/next buttons on first/last message.

 imp/js/mobile.js |   56 +++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 49 insertions(+), 7 deletions(-)

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

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

commit ffe423b87355904a93ce9321709e6e3c3c95881c
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 20 12:13:13 2011 +0200

    Keep old message displayed until the next message is loaded.

 imp/js/mobile.js                      |   14 +++++++-------
 imp/templates/mobile/message.html.php |    2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

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

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

commit 617f38ca940141cb2afd0afd13c23457124b5725
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 20 12:19:26 2011 +0200

    Change back button to mailbox button in message page.

 imp/js/mobile.js                      |    6 +++++-
 imp/templates/mobile/message.html.php |    3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/617f38ca940141cb2afd0afd13c23457124b5725

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

commit 96278f6fd4420cbd4fbe6341bef10a32c339309d
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 20 12:41:07 2011 +0200

    Manually set location hash if navigating between messages.

 imp/js/mobile.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/96278f6fd4420cbd4fbe6341bef10a32c339309d

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

commit 7b74ed294858e35868da47f10845e3eeea54f7f4
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 20 15:15:25 2011 +0200

    Fix setting From: in message page if personal part of address is missing.

 imp/js/mobile.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7b74ed294858e35868da47f10845e3eeea54f7f4

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

commit 597a0a7a74a2ece6516676dc779f467c97ce73df
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 20 18:53:29 2011 +0200

    Implement reply/forward.
    
    Also:
    Allow compose window deep-linking.
    Keep track of last loaded page to avoid refetching of pages when returning from
    popups. This was escpecially annoying when dismissing the confirmation popup
    after submitting the compose window.
    Make sure the composeCache field is reset if compose window is closed, whether
    through submission or the back button.

 imp/docs/CHANGES                      |    1 +
 imp/js/mobile.js                      |  158 +++++++++++++++++++++++++--------
 imp/mobile.php                        |    1 +
 imp/package.xml                       |    1 +
 imp/templates/mobile/compose.html.php |    1 +
 imp/templates/mobile/folders.html.php |    2 +-
 imp/templates/mobile/mailbox.html.php |    2 +-
 imp/templates/mobile/message.html.php |    4 +
 8 files changed, 130 insertions(+), 40 deletions(-)

http://git.horde.org/horde-git/-/commit/597a0a7a74a2ece6516676dc779f467c97ce73df

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

commit 174b4afdb56e0d94336a1bf4b2a4b9f26b86ca0b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 20 19:57:57 2011 -0400

    Need to setRaw() here or the target parameter will be incorrectly encoded.

 ansel/img/upload.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/174b4afdb56e0d94336a1bf4b2a4b9f26b86ca0b

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

commit c4dabec2fca46e2117e1b14f6ec584591eae9a3c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 20 20:04:04 2011 -0400

    Revert "Need to setRaw() here or the target parameter will be incorrectly encoded."
    
    This reverts commit 174b4afdb56e0d94336a1bf4b2a4b9f26b86ca0b.

 ansel/img/upload.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit c8420f97d42651cc529de0ae5b1dacb58fea7891
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 24 15:01:11 2011 +0200

    Fix tracking of most recently loaded page. Only track non-dialog pages.

 imp/js/mobile.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit 7b1d5ea1b9ddee2951a0b4bca1997953e4fd4dbf
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 24 15:10:10 2011 +0200

    Refresh listview after updating notifications.

 horde/js/mobile.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/7b1d5ea1b9ddee2951a0b4bca1997953e4fd4dbf

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

commit 916f5399e3387d6935ab3aa970ed8cb06798871e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 24 16:13:25 2011 +0200

    Add message deletion.

 imp/docs/CHANGES                         |    3 +-
 imp/js/mobile.js                         |   93 ++++++++++++++++++++++++++---
 imp/lib/Application.php                  |    3 +-
 imp/mobile.php                           |    1 +
 imp/package.xml                          |    3 +-
 imp/templates/mobile/javascript_defs.php |    6 ++
 imp/templates/mobile/message.html.php    |    3 +
 7 files changed, 99 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/916f5399e3387d6935ab3aa970ed8cb06798871e

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

commit 5697e40f181d22a7f1b825efc02d9b71d795b1ae
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 24 17:29:47 2011 +0200

    Forgot to add confirmation dialog.

 imp/templates/mobile/confirm.html.php |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 imp/templates/mobile/confirm.html.php

http://git.horde.org/horde-git/-/commit/5697e40f181d22a7f1b825efc02d9b71d795b1ae

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

commit e356f6f787ceb6c8c42055e2f3b38e8195739ab1
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 24 17:30:46 2011 +0200

    Check IMP::canCompose().

 imp/js/mobile.js                         |   22 +++++++++++------
 imp/mobile.php                           |   37 +++++++++++++++++-------------
 imp/templates/mobile/folders.html.php    |    2 +
 imp/templates/mobile/javascript_defs.php |    1 +
 imp/templates/mobile/mailbox.html.php    |    2 +
 imp/templates/mobile/message.html.php    |    2 +
 6 files changed, 42 insertions(+), 24 deletions(-)

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

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

commit 8c6d1fb98937eec97282cd34d73571d356b6f12b
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 24 17:46:28 2011 +0200

    Don't show delete button if mailbox is read-only.

 imp/js/mobile.js |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

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

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

commit 1034ae51ba4a329a08e93884f6aa8e8e162a2f56
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 24 18:38:55 2011 +0200

    Add option to use <optgroup> tags instead of disabled sub-headers.

 imp/lib/IMP.php                    |    3 ++
 imp/lib/Tree/Flist.php             |    1 +
 imp/templates/imp/flist/flist.html |   38 ++++++++++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/1034ae51ba4a329a08e93884f6aa8e8e162a2f56

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

commit 611e41aa413064a9b2307291f4fcfc384cc43e96
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 24 12:52:34 2011 -0600

    Bug #10677: Catch case where message to view no longer exists

 imp/lib/Views/ShowMessage.php |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/611e41aa413064a9b2307291f4fcfc384cc43e96

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

commit 4f9ed9e0737e5d7f200ed574005460d74b2473e5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 24 14:27:00 2011 -0600

    Bug #10677: Remove empty objects (i.e. messages that don't exist on the server)

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php       |   26 ++++++++++--
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php |   12 +++++
 2 files changed, 34 insertions(+), 4 deletions(-)

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

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

commit 4dd5bed2231a658b6d7532b96e6700315d811f40
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 24 14:29:19 2011 -0600

    Another place to check for existence of a message

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

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

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

commit a9b2d0e3a882c5dd4fb230a16fd5bbb2d2a7cc0b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Oct 24 23:01:10 2011 -0600

    Bug #10677: Further improvements to missing message error reporting
    
    Conflicts:
    
    	imp/lib/Ajax/Application.php

 imp/js/dimpbase.js            |    5 ++-
 imp/lib/Ajax/Application.php  |  110 ++++++++++++-----------------------------
 imp/lib/Views/ShowMessage.php |   57 ++++++++-------------
 imp/message-dimp.php          |    5 +-
 4 files changed, 61 insertions(+), 116 deletions(-)

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

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

commit e87642c67969a181143387e47a0c4b27b49ab230
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 25 16:20:40 2011 +0200

    Add ImpMobile.changePage().
    
    This is a wrapper method that safely calls $.mobile.changePage only after any
    open dialogs have been closed. This avoids notification popups to disappear
    before the user had a chance to read them.

 imp/js/mobile.js |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

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

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

commit 1a2b0c6e1aabe7fa5191870dbe12313b5a94abd3
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 25 16:24:07 2011 +0200

    Allow to overwrite options for $.ajax() calls.

 horde/js/mobile.js |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

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

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

commit e550dbc1b22e22ea54e0c8831fffeeeba1747e95
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 25 16:24:44 2011 +0200

    Catch if messages cannot be loaded and redirect to mailbox page.

 imp/js/mobile.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

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

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

commit eb062e5b6e72be30eb09ca780f21874d176df5c2
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 25 16:33:21 2011 +0200

    Only refresh notification list after the page has been enhanced.

 horde/js/mobile.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 6975397b9a87cf78f11e0de75771c4446878ed33
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 27 12:44:13 2011 +0200

    Refresh notification list on pagebeforeshow.
    
    Finding the correct event to trigger changes in jqm is next to black magic.

 horde/js/mobile.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6975397b9a87cf78f11e0de75771c4446878ed33

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

commit e6a59e1520723d972c52e17abf19d461c703c910
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 27 18:08:46 2011 +0200

    Add onDialogClose().
    
    This is a general function wrapper that waits for any dialog to close,
    including whitelisting. Make changePage() use that wrapper.
    Also fix unbinding of pagehide handler.

 imp/js/mobile.js |   31 +++++++++++++++++++++++--------
 1 files changed, 23 insertions(+), 8 deletions(-)

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

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

commit e3a38f87d04098e323d578876b29c902599e546d
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 27 18:11:10 2011 +0200

    Don't use 'this'.

 imp/js/mobile.js |   83 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 78 insertions(+), 5 deletions(-)

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

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

commit 553accf935d774dca6047331a466640fb11f7bdb
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 27 18:22:25 2011 +0200

    Add copy and move to smartphone view.

 imp/docs/CHANGES                         |    1 +
 imp/js/mobile.js                         |   33 +++++++++++++++++++++++------
 imp/lib/Ajax/Application.php             |   32 +++++++++++++++++++++++-----
 imp/mobile.php                           |   16 ++++++++++++++
 imp/package.xml                          |    1 +
 imp/templates/mobile/javascript_defs.php |    4 +++
 imp/templates/mobile/message.html.php    |    4 +++
 imp/templates/mobile/target.html.php     |   20 ++++++++++++++++++
 8 files changed, 98 insertions(+), 13 deletions(-)
 create mode 100644 imp/templates/mobile/target.html.php

http://git.horde.org/horde-git/-/commit/553accf935d774dca6047331a466640fb11f7bdb

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

commit 5ff201c3900c7ee6f4294a1f5300e5f2de761372
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 27 18:23:17 2011 +0200

    Update de translation.

 imp/locale/de/LC_MESSAGES/imp.mo |  Bin 192186 -> 192184 bytes
 imp/locale/de/LC_MESSAGES/imp.po |    6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 8b3f22add9137356d5f76b30270acd35d658c3eb
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 4 09:17:16 2012 +0100

    Set title after loading message.

 imp/js/mobile.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit 9490151b7700f806c13c243b7c0eea793b1b49b4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 4 09:53:18 2012 +0100

    Implement message redirecting.

 imp/docs/CHANGES                      |    2 +-
 imp/js/mobile.js                      |   29 +++++++++++++++++++++--------
 imp/templates/mobile/compose.html.php |    8 ++++++++
 imp/templates/mobile/message.html.php |    1 +
 4 files changed, 31 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/9490151b7700f806c13c243b7c0eea793b1b49b4

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

commit 63b49d9830cdb821edd2e2b7f306a90fec7360f1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 4 10:15:17 2012 +0100

    Add mailbox paging to smartphone view.

 horde/themes/default/mobile.css          |   13 ++++
 imp/docs/CHANGES                         |    1 +
 imp/js/mobile.js                         |  104 +++++++++++++++++++++++++-----
 imp/package.xml                          |    1 +
 imp/templates/mobile/javascript_defs.php |   11 ++--
 imp/templates/mobile/mailbox.html.php    |   10 +++
 6 files changed, 118 insertions(+), 22 deletions(-)

http://git.horde.org/horde-git/-/commit/63b49d9830cdb821edd2e2b7f306a90fec7360f1

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

commit a898aa48f30cadb8ebe9b21e68a7e1f404bac029
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 9 23:06:38 2012 +0100

    Remove debug line.

 imp/js/mobile.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit e29856715090a08d3e3e55c8750ada5fcf61bba7
Merge: c2846c2 a898aa4
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 9 23:38:46 2012 +0100

    Merge branch 'imp-mobile-readwrite' into develop
    
    Conflicts:
    	horde/js/jquery.mobile/jquery.min.js
    	horde/js/jquery.mobile/jquery.mobile.min.js
    	imp/docs/CHANGES
    	imp/js/mobile.js
    	imp/lib/Ajax/Application.php
    	imp/lib/Views/ShowMessage.php
    	imp/locale/de/LC_MESSAGES/imp.mo
    	imp/locale/de/LC_MESSAGES/imp.po
    	imp/package.xml

 horde/js/mobile.js                                      |   29 +-
 horde/themes/default/graphics/mobile/alerts/alarm.png   |  Bin 0 -> 735 bytes
 horde/themes/default/graphics/mobile/alerts/error.png   |  Bin 0 -> 671 bytes
 horde/themes/default/graphics/mobile/alerts/message.png |  Bin 0 -> 724 bytes
 horde/themes/default/graphics/mobile/alerts/success.png |  Bin 0 -> 726 bytes
 horde/themes/default/graphics/mobile/alerts/warning.png |  Bin 0 -> 619 bytes
 horde/themes/default/mobile.css                         |   62 +-
 imp/docs/CHANGES                                        |    5 +
 imp/js/mobile.js                                        |  846 ++++++++++++++-
 imp/lib/Ajax/Application.php                            |   32 +-
 imp/lib/Application.php                                 |   17 +-
 imp/lib/IMP.php                                         |    3 +
 imp/lib/Imap/Tree.php                                   |    2 +-
 imp/lib/Mailbox.php                                     |   17 +-
 imp/lib/Tree/Flist.php                                  |    1 +
 imp/lib/Tree/Jquerymobile.php                           |    1 -
 imp/locale/de/LC_MESSAGES/imp.mo                        |  Bin 187508 -> 188153 bytes
 imp/locale/de/LC_MESSAGES/imp.po                        |    4 +-
 imp/mobile.php                                          |   45 +-
 imp/package.xml                                         |    5 +
 imp/templates/imp/flist/flist.html                      |   38 +
 imp/templates/mobile/compose.html.php                   |   45 +
 imp/templates/mobile/confirm.html.php                   |   10 +
 imp/templates/mobile/folders.html.php                   |    5 +
 imp/templates/mobile/javascript_defs.php                |   14 +
 imp/templates/mobile/mailbox.html.php                   |   18 +-
 imp/templates/mobile/message.html.php                   |   19 +-
 imp/templates/mobile/target.html.php                    |   20 +
 28 files changed, 1139 insertions(+), 99 deletions(-)

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




More information about the commits mailing list