[commits] Horde branch trean_tags updated. 4f1487930e9f74ea2ff3c5a09f7a53db4f4fcae8

Chuck Hagenbuch chuck at horde.org
Tue Aug 2 02:20:12 UTC 2011


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

from: dd35e50628849387ec5ab626c6a41da69473792a

dd83c10 Use jQuery UI sortable instead of scriptaculous for sorting image galleries.
2e0ebd3 We still need $allowed_tasklists inside this method
42d42d8 Initial H4 port of Klutz
3fdb2a4 ensure we only ping each collection once.
87670d8 comment style, log early
e24e50e comment style
66722a0 Horde_Db will log it, comment cleanup.
e12e99d tweak logic need to unserialize the sync_data in either case.
fc60036 Log the FOLDERSYNC state when loaded
9205774 type hint
4282c48 phpdoc/comments
fef2afc missing sprintf argument
e038d32 Logging, comments
3bc329e Fix FOLDERSYNC state handling.
aec7863 bfn
5bf9b5a Remove separate print link
3e690a5 Remove separate print view
9db21c1 Merge branch 'master' into trean_tags
f3da118 match method signature.
ea4a446 No need to init the state here with a synckey.
487944d We want mouseclick here, not a mousedown.
998029f use virtual event here as well
fa0095f fix case
a3b4b0c move this closer to where it's actually used.
e045501 Fix stating folder changes and don't send unnecessary FOLDERSYNC CHANGE responses.
d9ddc90 comments
24e45ef BFN
7a41e74 Fix method name? This method was never called, but it looks like it should be an optimized version of the parent method.
4195ac2 Use Turba::getAddressBooks().
ae226c4 Fix logging.
2dc8139 Fix version.
030fc09 phpdoc
ebb042b [jan] Display event time in dynamic agenda/search view.
3c6b794 Looks like we had this already. Keep the more flexible and actual working version.
133740d Top-align agenda labels.
185dbfa Bug: 10355 Fix click handling (correctly this time) for mobile imp.
89a3f2e fix event name
f824a0d For FB events, don't send a link, but a url property instead.
bab1706 Bug: 10393  Fix obtaining default share via Turba's API Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
645d9bf BFN
e83a534 phpdoc
9ebc91c [jan] Fix exporting recurrence end date to iCalendar.
9685b07 [mjr] Ensure all sources are taken into account in Turba_Api#getField
fef7427 Add remove button to image fields (Request # 9870).
08c22ca typo
2eb253d [mms] Detect broken RAR data so it does not cause an infinite loop.
5471b34 More sanity checking in RAR driver
64e1a1f [mms] Fix invalid IMAP command being sent if a changedsince search was empty.
c791637 Bug #10289: More tweaks to dimp compose close window behavior
e6e6464 [mms] Fix to allow search filters to be saved
facda82 Broken e-mail messages should get a warning, not an error
ee6e142 Only save the new state/synckey if we had folder changes
1256c5b Merge branch 'master' into trean_tags
59e0ea6 Finish renaming variable
d2c2e6a Missed a few other H4 updates
4f14879 Merge branch 'master' into trean_tags

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

commit dd83c10f5c245581526c7f6de25525c6cc87d426
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jul 30 14:43:19 2011 -0400

    Use jQuery UI sortable instead of scriptaculous for sorting image galleries.
    
    Seems to be a smoother experience, especially when the sortable area scrolls;
    with the old library, each time you dragged an image to a new location, you'd be
    scrolled up to the top of the screen, potentially completely losing your place.
    
    For now, this loads the necessary jQuery libraries directly from the Google CDN.

 ansel/gallery/sort.php |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

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

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

commit 2e0ebd337569b6262a8b70bbfde16b5d18f79f3d
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 31 14:36:26 2011 -0400

    We still need $allowed_tasklists inside this method

 nag/lib/Api.php |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

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

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

commit 42d42d8ba7beb6fcbe9cd3daa4009b397616a5f3
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 31 16:00:52 2011 -0400

    Initial H4 port of Klutz

 horde/config/registry.php                      |    5 +
 klutz/COPYING                                  |  280 ++++++
 klutz/README                                   |   69 ++
 klutz/backend.php                              |  315 +++++++
 klutz/bin/.htaccess                            |    1 +
 klutz/bin/klutz-fetch-comics                   |   15 +
 klutz/comics.php                               |  331 +++++++
 klutz/config/.htaccess                         |    1 +
 klutz/config/comics.php                        | 1150 ++++++++++++++++++++++++
 klutz/config/conf.xml                          |   35 +
 klutz/config/prefs.php                         |   52 ++
 klutz/docs/CHANGES                             |   40 +
 klutz/docs/CREDITS                             |   32 +
 klutz/docs/INSTALL                             |    6 +
 klutz/docs/RELEASE_NOTES                       |   32 +
 klutz/index.php                                |   12 +
 klutz/lib/.htaccess                            |    1 +
 klutz/lib/Application.php                      |  128 +++
 klutz/lib/Block/Comics.php                     |   91 ++
 klutz/lib/Comic.php                            |  528 +++++++++++
 klutz/lib/Comic/Bysize.php                     |  398 ++++++++
 klutz/lib/Comic/Direct.php                     |   93 ++
 klutz/lib/Comic/Search.php                     |  152 ++++
 klutz/lib/Driver.php                           |  167 ++++
 klutz/lib/Driver/File.php                      |  431 +++++++++
 klutz/lib/Driver/Sql.php                       |  466 ++++++++++
 klutz/lib/Image.php                            |  133 +++
 klutz/lib/Klutz.php                            |  325 +++++++
 klutz/locale/.htaccess                         |    1 +
 klutz/locale/cs/LC_MESSAGES/klutz.mo           |  Bin 0 -> 155106 bytes
 klutz/locale/cs/LC_MESSAGES/klutz.po           |  262 ++++++
 klutz/locale/cs/help.xml                       |   18 +
 klutz/locale/da/LC_MESSAGES/klutz.mo           |  Bin 0 -> 145062 bytes
 klutz/locale/da/LC_MESSAGES/klutz.po           |  323 +++++++
 klutz/locale/de/LC_MESSAGES/klutz.mo           |  Bin 0 -> 167662 bytes
 klutz/locale/de/LC_MESSAGES/klutz.po           |  380 ++++++++
 klutz/locale/en/help.xml                       |   12 +
 klutz/locale/es/LC_MESSAGES/klutz.mo           |  Bin 0 -> 160762 bytes
 klutz/locale/es/LC_MESSAGES/klutz.po           |  380 ++++++++
 klutz/locale/es/help.xml                       |   10 +
 klutz/locale/fi/LC_MESSAGES/klutz.mo           |  Bin 0 -> 148851 bytes
 klutz/locale/fi/LC_MESSAGES/klutz.po           |  316 +++++++
 klutz/locale/fi/help.xml                       |   10 +
 klutz/locale/ro/LC_MESSAGES/klutz.mo           |  Bin 0 -> 19895 bytes
 klutz/locale/ro/LC_MESSAGES/klutz.po           |  357 ++++++++
 klutz/locale/sv/LC_MESSAGES/klutz.mo           |  Bin 0 -> 88897 bytes
 klutz/locale/sv/LC_MESSAGES/klutz.po           |  339 +++++++
 klutz/migration/1_klutz_base_tables.php        |   40 +
 klutz/savecomic.php                            |   66 ++
 klutz/templates/.htaccess                      |    1 +
 klutz/templates/backend.html.php               |   47 +
 klutz/templates/comics/comic.inc               |   12 +
 klutz/templates/comics/main.inc                |   51 ++
 klutz/templates/comics/missing.inc             |   25 +
 klutz/templates/comics/nav_bar.inc             |   38 +
 klutz/templates/prefs/comic_select.inc         |   69 ++
 klutz/templates/savecomic.html.php             |   31 +
 klutz/themes/default/graphics/favicon.ico      |  Bin 0 -> 1150 bytes
 klutz/themes/default/graphics/goto.png         |  Bin 0 -> 323 bytes
 klutz/themes/default/graphics/klutz.png        |  Bin 0 -> 813 bytes
 klutz/themes/default/graphics/klutz_butter.png |  Bin 0 -> 16341 bytes
 klutz/themes/default/graphics/today.png        |  Bin 0 -> 420 bytes
 klutz/themes/default/screen.css                |    7 +
 63 files changed, 8084 insertions(+), 0 deletions(-)
 create mode 100644 klutz/COPYING
 create mode 100644 klutz/README
 create mode 100644 klutz/backend.php
 create mode 100644 klutz/bin/.htaccess
 create mode 100755 klutz/bin/klutz-fetch-comics
 create mode 100644 klutz/comics.php
 create mode 100644 klutz/config/.htaccess
 create mode 100644 klutz/config/comics.php
 create mode 100644 klutz/config/conf.xml
 create mode 100644 klutz/config/prefs.php
 create mode 100644 klutz/docs/CHANGES
 create mode 100644 klutz/docs/CREDITS
 create mode 100644 klutz/docs/INSTALL
 create mode 100644 klutz/docs/RELEASE_NOTES
 create mode 100644 klutz/index.php
 create mode 100644 klutz/lib/.htaccess
 create mode 100644 klutz/lib/Application.php
 create mode 100644 klutz/lib/Block/Comics.php
 create mode 100644 klutz/lib/Comic.php
 create mode 100644 klutz/lib/Comic/Bysize.php
 create mode 100644 klutz/lib/Comic/Direct.php
 create mode 100644 klutz/lib/Comic/Search.php
 create mode 100644 klutz/lib/Driver.php
 create mode 100644 klutz/lib/Driver/File.php
 create mode 100644 klutz/lib/Driver/Sql.php
 create mode 100644 klutz/lib/Image.php
 create mode 100644 klutz/lib/Klutz.php
 create mode 100644 klutz/locale/.htaccess
 create mode 100644 klutz/locale/cs/LC_MESSAGES/klutz.mo
 create mode 100644 klutz/locale/cs/LC_MESSAGES/klutz.po
 create mode 100644 klutz/locale/cs/help.xml
 create mode 100644 klutz/locale/da/LC_MESSAGES/klutz.mo
 create mode 100644 klutz/locale/da/LC_MESSAGES/klutz.po
 create mode 100644 klutz/locale/de/LC_MESSAGES/klutz.mo
 create mode 100644 klutz/locale/de/LC_MESSAGES/klutz.po
 create mode 100644 klutz/locale/en/help.xml
 create mode 100644 klutz/locale/es/LC_MESSAGES/klutz.mo
 create mode 100644 klutz/locale/es/LC_MESSAGES/klutz.po
 create mode 100644 klutz/locale/es/help.xml
 create mode 100644 klutz/locale/fi/LC_MESSAGES/klutz.mo
 create mode 100644 klutz/locale/fi/LC_MESSAGES/klutz.po
 create mode 100644 klutz/locale/fi/help.xml
 create mode 100644 klutz/locale/ro/LC_MESSAGES/klutz.mo
 create mode 100644 klutz/locale/ro/LC_MESSAGES/klutz.po
 create mode 100644 klutz/locale/sv/LC_MESSAGES/klutz.mo
 create mode 100644 klutz/locale/sv/LC_MESSAGES/klutz.po
 create mode 100644 klutz/migration/1_klutz_base_tables.php
 create mode 100644 klutz/savecomic.php
 create mode 100644 klutz/templates/.htaccess
 create mode 100644 klutz/templates/backend.html.php
 create mode 100644 klutz/templates/comics/comic.inc
 create mode 100644 klutz/templates/comics/main.inc
 create mode 100644 klutz/templates/comics/missing.inc
 create mode 100644 klutz/templates/comics/nav_bar.inc
 create mode 100644 klutz/templates/prefs/comic_select.inc
 create mode 100644 klutz/templates/savecomic.html.php
 create mode 100644 klutz/themes/default/graphics/favicon.ico
 create mode 100644 klutz/themes/default/graphics/goto.png
 create mode 100644 klutz/themes/default/graphics/klutz.png
 create mode 100644 klutz/themes/default/graphics/klutz_butter.png
 create mode 100644 klutz/themes/default/graphics/today.png
 create mode 100644 klutz/themes/default/screen.css

http://git.horde.org/horde-git/-/commit/42d42d8ba7beb6fcbe9cd3daa4009b397616a5f3

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

commit 3fdb2a45221f25daa4cfca1fda4eff32d57bf271
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 20:45:04 2011 -0400

    ensure we only ping each collection once.
    
    Buggy clients can send the same collection multiple times within a PING
    ...yes, I'm looking at you, Android.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 87670d8579c7d378c6a6c3ecfbf1e0e130a0abc3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 21:03:51 2011 -0400

    comment style, log early

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php |   40 ++++++------
 1 files changed, 21 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/87670d8579c7d378c6a6c3ecfbf1e0e130a0abc3

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

commit e24e50e9cc2af764cfa20ee781be3a353c2ceed1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 21:12:21 2011 -0400

    comment style

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |   32 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php       |   53 +++---
 2 files changed, 44 insertions(+), 41 deletions(-)

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

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

commit 66722a0aee12b33e9377b72095f489b0df1fffb0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 21:28:24 2011 -0400

    Horde_Db will log it, comment cleanup.

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   26 ++++++-----
 1 files changed, 15 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/66722a0aee12b33e9377b72095f489b0df1fffb0

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

commit e12e99d5a66cf714ea864cd78be08fe7a6a5fe19
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 21:34:58 2011 -0400

    tweak logic need to unserialize the sync_data in either case.

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   20 ++++++-----
 1 files changed, 11 insertions(+), 9 deletions(-)

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

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

commit fc600369be611df5b26987884f8568a70a65ef21
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 21:39:33 2011 -0400

    Log the FOLDERSYNC state when loaded

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 9205774ea2285914fad5fcf791a45995397bc9e1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 19:59:43 2011 -0400

    type hint

 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php    |    4 +++-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/9205774ea2285914fad5fcf791a45995397bc9e1

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

commit 4282c48f597098f583ae05a8e848c0080549c57f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 20:01:05 2011 -0400

    phpdoc/comments

 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php   |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   10 +++++++---
 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php          |    2 ++
 3 files changed, 10 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/4282c48f597098f583ae05a8e848c0080549c57f

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

commit fef2afc08a354f4819db9a5d5fd56df9699c9476
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 20:02:16 2011 -0400

    missing sprintf argument

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit e038d32c68d7a263a1cefc3ce9e4c75b764513d0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 20:02:51 2011 -0400

    Logging, comments

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   26 +++++++----
 1 files changed, 17 insertions(+), 9 deletions(-)

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

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

commit 3bc329e7d2d5c3f75643dfacbed999a3bd43290a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 20:03:14 2011 -0400

    Fix FOLDERSYNC state handling.
    
    We were not properly saving the foldersync state, which was leading to
    the same collections being sent to the devivce in an <ADD> action. Most
    devices ignore the duplicate entries, Android happily kept adding them, leading
    to possibly huge number of SYNC requests for the same collection.

 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

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

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

commit aec7863c23c2960923ea5245390f4cc34910962d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 20:09:38 2011 -0400

    bfn

 framework/ActiveSync/package.xml |    4 ++--
 horde/docs/CHANGES               |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit 5bf9b5ab1a359e7b5e84436da652125b81164aef
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 31 20:19:09 2011 -0400

    Remove separate print link

 mnemo/config/conf.xml     |    2 --
 mnemo/lib/Application.php |    7 +------
 mnemo/view.php            |   18 +++---------------
 3 files changed, 4 insertions(+), 23 deletions(-)

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

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

commit 3e690a50a3a41216d9269c1c7baa1088ad80716b
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 31 20:21:49 2011 -0400

    Remove separate print view

 hermes/lib/Application.php |    5 -----
 hermes/search.php          |   13 +++----------
 hermes/time.php            |   13 ++-----------
 3 files changed, 5 insertions(+), 26 deletions(-)

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

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

commit 9db21c147a46b1bddab41245cb59f5fc13c441ae
Merge: dd35e50 3e690a5
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jul 31 20:23:20 2011 -0400

    Merge branch 'master' into trean_tags

 ansel/gallery/sort.php                                           |   13 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php        |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |   32 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php       |   44 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php       |   53 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php         |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php      |   90 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php               |   21 +-
 framework/ActiveSync/package.xml                                 |    4 +-
 hermes/lib/Application.php                                       |    5 -
 hermes/search.php                                                |   13 +-
 hermes/time.php                                                  |   13 +-
 horde/config/registry.php                                        |    5 +
 horde/docs/CHANGES                                               |    2 +
 klutz/COPYING                                                    |  280 ++
 klutz/README                                                     |   69 +
 klutz/backend.php                                                |  315 ++
 klutz/bin/.htaccess                                              |    1 +
 klutz/bin/klutz-fetch-comics                                     |   15 +
 klutz/comics.php                                                 |  331 ++
 klutz/config/.htaccess                                           |    1 +
 klutz/config/comics.php                                          | 1150 ++++++
 klutz/config/conf.xml                                            |   35 +
 klutz/config/prefs.php                                           |   52 +
 klutz/docs/CHANGES                                               |   40 +
 klutz/docs/CREDITS                                               |   32 +
 klutz/docs/INSTALL                                               |    6 +
 klutz/docs/RELEASE_NOTES                                         |   32 +
 klutz/index.php                                                  |   12 +
 klutz/lib/.htaccess                                              |    1 +
 klutz/lib/Application.php                                        |  128 +
 klutz/lib/Block/Comics.php                                       |   91 +
 klutz/lib/Comic.php                                              |  528 +++
 klutz/lib/Comic/Bysize.php                                       |  398 ++
 klutz/lib/Comic/Direct.php                                       |   93 +
 klutz/lib/Comic/Search.php                                       |  152 +
 klutz/lib/Driver.php                                             |  167 +
 klutz/lib/Driver/File.php                                        |  431 ++
 klutz/lib/Driver/Sql.php                                         |  466 +++
 klutz/lib/Image.php                                              |  133 +
 klutz/lib/Klutz.php                                              |  325 ++
 klutz/locale/.htaccess                                           |    1 +
 klutz/locale/cs/LC_MESSAGES/klutz.mo                             |  Bin 0 -> 155106 bytes
 klutz/locale/cs/LC_MESSAGES/klutz.po                             |  262 ++
 klutz/locale/cs/help.xml                                         |   18 +
 klutz/locale/da/LC_MESSAGES/klutz.mo                             |  Bin 0 -> 145062 bytes
 klutz/locale/da/LC_MESSAGES/klutz.po                             |  323 ++
 klutz/locale/de/LC_MESSAGES/klutz.mo                             |  Bin 0 -> 167662 bytes
 klutz/locale/de/LC_MESSAGES/klutz.po                             |  380 ++
 klutz/locale/en/help.xml                                         |   12 +
 klutz/locale/es/LC_MESSAGES/klutz.mo                             |  Bin 0 -> 160762 bytes
 klutz/locale/es/LC_MESSAGES/klutz.po                             |  380 ++
 klutz/locale/es/help.xml                                         |   10 +
 klutz/locale/fi/LC_MESSAGES/klutz.mo                             |  Bin 0 -> 148851 bytes
 klutz/locale/fi/LC_MESSAGES/klutz.po                             |  316 ++
 klutz/locale/fi/help.xml                                         |   10 +
 klutz/locale/ro/LC_MESSAGES/klutz.mo                             |  Bin 0 -> 19895 bytes
 klutz/locale/ro/LC_MESSAGES/klutz.po                             |  357 ++
 klutz/locale/sv/LC_MESSAGES/klutz.mo                             |  Bin 0 -> 88897 bytes
 klutz/locale/sv/LC_MESSAGES/klutz.po                             |  339 ++
 klutz/migration/1_klutz_base_tables.php                          |   40 +
 klutz/savecomic.php                                              |   66 +
 klutz/templates/.htaccess                                        |    1 +
 klutz/templates/backend.html.php                                 |   47 +
 klutz/templates/comics/comic.inc                                 |   12 +
 klutz/templates/comics/main.inc                                  |   51 +
 klutz/templates/comics/missing.inc                               |   25 +
 klutz/templates/comics/nav_bar.inc                               |   38 +
 klutz/templates/prefs/comic_select.inc                           |   69 +
 klutz/templates/savecomic.html.php                               |   31 +
 klutz/themes/default/graphics/favicon.ico                        |  Bin 0 -> 1150 bytes
 klutz/themes/default/graphics/goto.png                           |  Bin 0 -> 323 bytes
 klutz/themes/default/graphics/klutz.png                          |  Bin 0 -> 813 bytes
 klutz/themes/default/graphics/klutz_butter.png                   |  Bin 0 -> 16341 bytes
 klutz/themes/default/graphics/today.png                          |  Bin 0 -> 420 bytes
 klutz/themes/default/screen.css                                  |    7 +
 mnemo/config/conf.xml                                            |    2 -
 mnemo/lib/Application.php                                        |    7 +-
 mnemo/view.php                                                   |   18 +-
 nag/lib/Api.php                                                  |   10 +-
 80 files changed, 8252 insertions(+), 165 deletions(-)

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

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

commit f3da118f06d77453609086ad7ac9a9e4343bf15f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 21:04:39 2011 -0400

    match method signature.
    
    This driver is pretty much not maintained. It is a relic
    of the initial zpush integration. Will remove this in H5 (sooner if
    no one objects).

 framework/ActiveSync/lib/Horde/ActiveSync/State/File.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit ea4a446d155b80f2cf637f4c87cc617d5a5dc23e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 22:14:33 2011 -0400

    No need to init the state here with a synckey.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

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

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

commit 487944d7d59ba48803e8a4ef1da0126e6adb73a8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 00:09:17 2011 -0400

    We want mouseclick here, not a mousedown.
    
    Fixes Bug: 10355

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

http://git.horde.org/horde-git/-/commit/487944d7d59ba48803e8a4ef1da0126e6adb73a8

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

commit 998029f24770c8e1dff45b2c3ba269e881a7b9ff
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 00:13:18 2011 -0400

    use virtual event here as well

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

http://git.horde.org/horde-git/-/commit/998029f24770c8e1dff45b2c3ba269e881a7b9ff

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

commit fa0095f14a79e543ff174c773b75bb115afd4326
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 00:46:43 2011 -0400

    fix case

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit a3b4b0c4ce9cae733a21ee85eb8987dd7e8a85bc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 00:47:04 2011 -0400

    move this closer to where it's actually used.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit e045501e916f1a70f090ee4531ed6e99ee417e41
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 00:52:13 2011 -0400

    Fix stating folder changes and don't send unnecessary FOLDERSYNC CHANGE responses.

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit d9ddc90479abdd356d316579cf5e9555e8667bde
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 00:53:46 2011 -0400

    comments

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   19 ++++++-----
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php         |    3 +-
 2 files changed, 12 insertions(+), 10 deletions(-)

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

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

commit 24e45eff9b87400dc2a3beef51a6ee83608f9e54
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 00:59:55 2011 -0400

    BFN

 framework/ActiveSync/package.xml |    2 ++
 horde/docs/CHANGES               |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/24e45eff9b87400dc2a3beef51a6ee83608f9e54

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

commit 7a41e745ea519252fd2d0fc132eed67f0081121d
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jul 30 00:18:30 2011 +0200

    Fix method name? This method was never called, but it looks like it should be
    an optimized version of the parent method.

 turba/lib/Driver/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 4195ac2fd7d21b22b7dbbd141f325bd4b72ef91c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 1 08:11:34 2011 +0200

    Use Turba::getAddressBooks().

 turba/browse.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/4195ac2fd7d21b22b7dbbd141f325bd4b72ef91c

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

commit ae226c414c85a8d99fa5744f79a112698761368f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 1 08:26:35 2011 +0200

    Fix logging.

 framework/SyncMl/lib/Horde/SyncMl/Backend/Horde.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 2dc81397209e30cd6104eafa9a34c050987e5239
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 1 11:52:12 2011 +0200

    Fix version.

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

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

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

commit 030fc099cc70478c202cebabc6c7457a272591bd
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 1 13:21:47 2011 +0200

    phpdoc

 kronolith/lib/Kronolith.php |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/030fc099cc70478c202cebabc6c7457a272591bd

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

commit ebb042b71904d6dab5471b0ae034b85e68103181
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 1 13:22:36 2011 +0200

    [jan] Display event time in dynamic agenda/search view.

 kronolith/docs/CHANGES    |    1 +
 kronolith/js/kronolith.js |   14 +++++++++++---
 kronolith/package.xml     |    2 ++
 3 files changed, 14 insertions(+), 3 deletions(-)

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

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

commit 3c6b7947adb84be20df5005b18c68912b38fe6c5
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 1 13:26:30 2011 +0200

    Looks like we had this already. Keep the more flexible and actual working version.

 kronolith/js/kronolith.js |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

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

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

commit 133740d644e702bd1d3ccafc36cdc66148dc457f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 1 13:28:27 2011 +0200

    Top-align agenda labels.

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

http://git.horde.org/horde-git/-/commit/133740d644e702bd1d3ccafc36cdc66148dc457f

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

commit 185dbfa4a6407041fed40aebf3d6c2a05536a68a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 11:08:10 2011 -0400

    Bug: 10355 Fix click handling (correctly this time) for mobile imp.
    
    The jquery docs are wrong. The event is called vclick, not vmouseclick.

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

http://git.horde.org/horde-git/-/commit/185dbfa4a6407041fed40aebf3d6c2a05536a68a

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

commit 89a3f2e660d44fb93ca8858547d2d4e48b3f62fc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 11:09:41 2011 -0400

    fix event name

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

http://git.horde.org/horde-git/-/commit/89a3f2e660d44fb93ca8858547d2d4e48b3f62fc

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

commit f824a0d7d70d164cbd9907d7b8eecdd468100f47
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 12:53:35 2011 -0400

    For FB events, don't send a link, but a url property instead.
    
    Linking the event directly to the FB page is distruptive, and there
    is no way to navigate directly back to Horde. Using the back button
    will bring you back to horde, but will then immediately redirect back
    to FB.
    
    Just display the URL in the event view url field instead.

 kronolith/lib/Event/Horde.php             |    1 +
 timeobjects/lib/Driver/FacebookEvents.php |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit bab1706c3ec0d7bdca3efeb1a667f1687f642efc
Author: Vilius Å umskas <vilius at lnk.lt>
Date:   Mon Aug 1 14:01:07 2011 -0400

    Bug: 10393  Fix obtaining default share via Turba's API
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

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

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

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

commit 645d9bfa88cf83c1c229276d37eeb8d084a463b7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 14:04:01 2011 -0400

    BFN

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

http://git.horde.org/horde-git/-/commit/645d9bfa88cf83c1c229276d37eeb8d084a463b7

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

commit e83a534697371acc296a690c6b462edc6ee7be09
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 1 13:32:54 2011 +0200

    phpdoc

 turba/lib/Turba.php |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

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

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

commit 9ebc91c88abc6333d129eaea11ef7cdd8d1db38e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 1 20:15:38 2011 +0200

    [jan] Fix exporting recurrence end date to iCalendar.

 framework/Date/lib/Horde/Date/Recurrence.php      |    2 -
 framework/Date/package.xml                        |    4 +-
 framework/Date/test/Horde/Date/RecurrenceTest.php |   26 ++++++++++----------
 3 files changed, 15 insertions(+), 17 deletions(-)

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

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

commit 9685b07002e48cd9ecd57dd3f3fa30800bff9c8c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 14:39:49 2011 -0400

    [mjr] Ensure all sources are taken into account in Turba_Api#getField
    
    Ignore driver exceptions here, and continue with the remaining sources.
    Fixes Bug: 10334

 turba/lib/Api.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9685b07002e48cd9ecd57dd3f3fa30800bff9c8c

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

commit fef74278ee513a7e2c9693bc840f6b631926412c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 15:36:40 2011 -0400

    Add remove button to image fields (Request # 9870).

 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |    5 ++++
 framework/Core/package.xml                            |    4 +-
 framework/Form/lib/Horde/Form/Type.php                |   20 +++++++++++++++++
 horde/docs/CHANGES                                    |    2 +
 4 files changed, 29 insertions(+), 2 deletions(-)

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

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

commit 08c22ca4df46dd83942f2161f10caffac4ea4b26
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 15:40:07 2011 -0400

    typo

 horde/docs/CHANGES |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/08c22ca4df46dd83942f2161f10caffac4ea4b26

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

commit 2eb253d6f544e4c63df8555543058826bf95dd8e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 1 14:16:11 2011 -0600

    [mms] Detect broken RAR data so it does not cause an infinite loop.

 framework/Compress/lib/Horde/Compress/Rar.php |   10 ++++++++--
 framework/Compress/package.xml                |   10 +++++-----
 2 files changed, 13 insertions(+), 7 deletions(-)

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

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

commit 5471b34251066ff58f608162be116465cf4d89b9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 1 14:36:20 2011 -0600

    More sanity checking in RAR driver

 framework/Compress/lib/Horde/Compress/Rar.php      |   11 ++++---
 framework/Compress/package.xml                     |    4 ++-
 framework/Compress/test/Horde/Compress/RarTest.php |   32 ++++++++++++++++++++
 3 files changed, 41 insertions(+), 6 deletions(-)
 create mode 100644 framework/Compress/test/Horde/Compress/RarTest.php

http://git.horde.org/horde-git/-/commit/5471b34251066ff58f608162be116465cf4d89b9

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

commit 64e1a1ffdbf766ce526abe53e619f272b2b77310
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 1 14:43:46 2011 -0600

    [mms] Fix invalid IMAP command being sent if a changedsince search was empty.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    4 ++++
 framework/Imap_Client/package.xml                    |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/64e1a1ffdbf766ce526abe53e619f272b2b77310

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

commit c7916370984d43a2ac6dc2015030d00e9b7c76d8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 1 16:22:36 2011 -0600

    Bug #10289: More tweaks to dimp compose close window behavior

 imp/js/compose-dimp.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

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

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

commit e6e6464c114c53f576e5f38afb6f587506a1cc18
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 1 16:30:51 2011 -0600

    [mms] Fix to allow search filters to be saved

 imp/docs/CHANGES |    1 +
 imp/js/search.js |    7 ++++---
 imp/package.xml  |    8 +++++---
 3 files changed, 10 insertions(+), 6 deletions(-)

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

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

commit facda82ea212a5e3883d523a5ac67d3b258d6f0a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 1 16:51:25 2011 -0600

    Broken e-mail messages should get a warning, not an error

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

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

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

commit ee6e142b57cf59ced3f52a3f54a02d5b09986e49
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 20:55:50 2011 -0400

    Only save the new state/synckey if we had folder changes

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |   11 ++++--
 1 files changed, 7 insertions(+), 4 deletions(-)

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

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

commit 1256c5b9d5cec4a4776b4fce5dde427a70f84dd6
Merge: 9db21c1 ee6e142
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Aug 1 21:52:53 2011 -0400

    Merge branch 'master' into trean_tags

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |   24 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/State/File.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php      |   25 +++--
 framework/ActiveSync/package.xml                                 |    2 +
 framework/Compress/lib/Horde/Compress/Rar.php                    |   15 ++-
 framework/Compress/package.xml                                   |   12 +-
 framework/Compress/test/Horde/Compress/RarTest.php               |   32 ++++++
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php              |    3 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php            |    5 +
 framework/Core/package.xml                                       |    4 +-
 framework/Date/lib/Horde/Date/Recurrence.php                     |    2 -
 framework/Date/package.xml                                       |    4 +-
 framework/Date/test/Horde/Date/RecurrenceTest.php                |   26 ++--
 framework/Form/lib/Horde/Form/Type.php                           |   20 ++++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php             |    4 +
 framework/Imap_Client/package.xml                                |   10 +-
 framework/SyncMl/lib/Horde/SyncMl/Backend/Horde.php              |    2 +-
 horde/docs/CHANGES                                               |    3 +
 imp/docs/CHANGES                                                 |    2 +
 imp/js/compose-dimp.js                                           |   14 +-
 imp/js/mobile.js                                                 |    3 +-
 imp/js/search.js                                                 |    7 +-
 imp/lib/Mime/Viewer/Related.php                                  |    2 +-
 imp/package.xml                                                  |   10 +-
 kronolith/docs/CHANGES                                           |    1 +
 kronolith/js/kronolith.js                                        |   20 ++--
 kronolith/js/mobile.js                                           |    2 +-
 kronolith/lib/Event/Horde.php                                    |    1 +
 kronolith/lib/Kronolith.php                                      |   26 +++--
 kronolith/package.xml                                            |    2 +
 kronolith/themes/default/screen.css                              |    1 +
 timeobjects/lib/Application.php                                  |    2 +-
 timeobjects/lib/Driver/FacebookEvents.php                        |    2 +-
 turba/browse.php                                                 |    2 +-
 turba/docs/CHANGES                                               |    1 +
 turba/lib/Api.php                                                |    8 +-
 turba/lib/Driver/Sql.php                                         |    2 +-
 turba/lib/Turba.php                                              |    7 +-
 turba/package.xml                                                |    2 +
 39 files changed, 206 insertions(+), 106 deletions(-)

http://git.horde.org/horde-git/-/commit/1256c5b9d5cec4a4776b4fce5dde427a70f84dd6

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

commit 59e0ea62bbef987f5ae6ebd04f8277d2463e4410
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Aug 1 22:13:16 2011 -0400

    Finish renaming variable

 klutz/lib/Block/Comics.php       |   11 +++++------
 klutz/savecomic.php              |    2 +-
 klutz/templates/backend.html.php |    2 +-
 klutz/templates/comics/main.inc  |    2 +-
 4 files changed, 8 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/59e0ea62bbef987f5ae6ebd04f8277d2463e4410

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

commit d2c2e6a8b971e66dda1bd1c5dbb4067520f22dd0
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Aug 1 22:16:37 2011 -0400

    Missed a few other H4 updates

 klutz/comics.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit 4f1487930e9f74ea2ff3c5a09f7a53db4f4fcae8
Merge: 1256c5b d2c2e6a
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Aug 1 22:19:59 2011 -0400

    Merge branch 'master' into trean_tags

 klutz/comics.php                 |   10 +++++-----
 klutz/lib/Block/Comics.php       |   11 +++++------
 klutz/savecomic.php              |    2 +-
 klutz/templates/backend.html.php |    2 +-
 klutz/templates/comics/main.inc  |    2 +-
 5 files changed, 13 insertions(+), 14 deletions(-)

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




More information about the commits mailing list