Michael Rubinsky | 1 Sep 2010 01:06
Gravatar

Horde branch master updated. 7a65779625fe95f142210a2ae52aff1f916e94d1

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

from: a4db43f2ced9c9767892c4bb7023779f362b8485

942bf89 ws, phpdoc
18697ce First round of initial support for Ansel version 2 API.
b143b61 NSDictionary objects cannot contain nil objects.
f00d980 Make sure url is a string, not a Horde_Url object when returned via the API
7a65779 Finish up Ansel version 2 API support

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

commit 942bf89bab0d677af430b8893eadf2cc88ad330e
Author: Michael J. Rubinsky <mrubinsk <at> horde.org>
Date:   Tue Aug 31 11:45:47 2010 -0400

    ws, phpdoc

 ansel/lib/Gallery.php                |    2 +-
 ansel/lib/Gallery/Decorator/Date.php |    5 ++---
 ansel/lib/GalleryMode/Date.php       |   13 +++++++------
 3 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=ace4fa3d7de342930641ae9da807abefe49c5284&r2=942bf89bab0d677af430b8893eadf2cc88ad330e
http://git.horde.org/diff.php/ansel/lib/Gallery/Decorator/Date.php?rt=horde-git&r1=affb8edd6b71fb4d18799f5632e9fff71ec1a0ba&r2=942bf89bab0d677af430b8893eadf2cc88ad330e
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Date.php?rt=horde-git&r1=9c9876c210cb5f538f6ffc56958f96b0f5f588cb&r2=942bf89bab0d677af430b8893eadf2cc88ad330e

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

(Continue reading)

Michael Rubinsky | 1 Sep 2010 01:18
Gravatar

Horde branch master updated. b90841d6f86ad3e041b6fcc75ab9d7a44b92e889

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

from: 7a65779625fe95f142210a2ae52aff1f916e94d1

b90841d Fix method name

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

commit b90841d6f86ad3e041b6fcc75ab9d7a44b92e889
Author: Michael J. Rubinsky <mrubinsk <at> horde.org>
Date:   Tue Aug 31 19:18:06 2010 -0400

    Fix method name

    Bug: 9210
    Author: d-fens <at> 00010111.de

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

http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=b90841d6f86ad3e041b6fcc75ab9d7a44b92e889

Michael Rubinsky | 1 Sep 2010 01:39
Gravatar

Horde branch master updated. b63bc3a168f95e80f59e004ed0f32382537b8e0c

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

from: b90841d6f86ad3e041b6fcc75ab9d7a44b92e889

b63bc3a plug small memory leak, ws, file headers

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

commit b63bc3a168f95e80f59e004ed0f32382537b8e0c
Author: Michael J. Rubinsky <mrubinsk <at> horde.org>
Date:   Tue Aug 31 19:39:32 2010 -0400

    plug small memory leak, ws, file headers

 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.h         |   43 +-
 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m         |  179 +++--
 ApertureToAnselExportPlugin/TURAnselKit/AnselGalleryViewItem.h    |    4 +-
 ApertureToAnselExportPlugin/TURAnselKit/AnselGalleryViewItem.m    |    4 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.h                |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.m                |   47 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.h       |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselConstants.m       |   16 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.h         |    2 +-
 ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.m         |   11 +-
 .../TURAnselKit/TURAnselGalleryPanelController.h                  |    4 +-
 .../TURAnselKit/TURAnselGalleryPanelController.m                  |   34 +-
 12 files changed, 176 insertions(+), 172 deletions(-)

http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.h?rt=horde-git&r1=18697cef118d02c5938ae351de0d449c6c24551f&r2=b63bc3a168f95e80f59e004ed0f32382537b8e0c
(Continue reading)

Michael M Slusarz | 1 Sep 2010 10:05
Favicon
Gravatar

Horde branch master updated. 020fc3b127d30adae4310e4445c5eac895b75973

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

from: b63bc3a168f95e80f59e004ed0f32382537b8e0c

b7869d2 Make Horde_Mime_Mail constructor more flexible
03cb6fc Move JS files dependent on horde/Core into the package
1511a78 Capitalization
d4e9ea0 Clean up application removeUserData() functions
a5f7128 Have listApps() return param information as value if returning assoc array
f848bed Sidebar is now generated via Application registry calls.
1c7a1b5 Check for existence.
1ac099e Improved error handling if server sends back totally invalid response (e.g. 500 code)
bfc0a83 Move this to where we actually use it
5c887e3 Fix updating mailbox cache when navigating past end of mailbox on the IMP message page
020fc3b Merge from CVS HEAD

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

commit b7869d27a4f96de26ce3afff5febc04b3f1c9b5a
Author: Michael M Slusarz <slusarz <at> curecanti.org>
Date:   Tue Aug 31 14:10:09 2010 -0600

    Make Horde_Mime_Mail constructor more flexible

 framework/Mime/lib/Horde/Mime/Mail.php |   29 ++++++++++++-----------------
 1 files changed, 12 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mail.php?rt=horde-git&r1=001ec308d8c383bbddf1a4c55dbbf800a6080252&r2=b7869d27a4f96de26ce3afff5febc04b3f1c9b5a

(Continue reading)

Michael M Slusarz | 1 Sep 2010 10:53
Favicon
Gravatar

Horde branch master updated. 03a4276400728674ad5c83ceff68163d27b76939

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

from: 020fc3b127d30adae4310e4445c5eac895b75973

ed6f463 type is no longer a parameter; this file is autoloaded by the class_exists() call
f7a8413 Add option to use message count limit for maildir quota
03a4276 phpdoc

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

commit ed6f463144b70b05304ab4f0c9d19705c6a57e62
Author: Michael M Slusarz <slusarz <at> curecanti.org>
Date:   Wed Sep 1 02:14:54 2010 -0600

    type is no longer a parameter; this file is autoloaded by the class_exists() call

 framework/Block/lib/Horde/Block/Collection.php |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Collection.php?rt=horde-git&r1=f848bedd3756ce5a9af2990a36b59a9c1b027aed&r2=ed6f463144b70b05304ab4f0c9d19705c6a57e62

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

commit f7a841309b4256444d8bb07d9ef64ac15215d712
Author: Michael M Slusarz <slusarz <at> curecanti.org>
Date:   Wed Sep 1 02:31:52 2010 -0600

    Add option to use message count limit for maildir quota

(Continue reading)

Chuck Hagenbuch | 1 Sep 2010 16:23
Favicon
Gravatar

Horde branch master updated. 7dc54178e1d51a5a1431bfbb88a29a29a47cc5f4

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

from: 03a4276400728674ad5c83ceff68163d27b76939

7dc5417 Fix parse error

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

commit 7dc54178e1d51a5a1431bfbb88a29a29a47cc5f4
Author: Chuck Hagenbuch <chuck <at> horde.org>
Date:   Wed Sep 1 10:23:32 2010 -0400

    Fix parse error

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

http://git.horde.org/diff.php/mnemo/lib/Api.php?rt=horde-git&r1=d4e9ea07e815dbcc962144180415f42bbb3d94c7&r2=7dc54178e1d51a5a1431bfbb88a29a29a47cc5f4

Michael M Slusarz | 1 Sep 2010 18:28
Favicon
Gravatar

Horde branch master updated. 4f0fd3d81c16d5ba9108619a28aa8354f705770d

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

from: 7dc54178e1d51a5a1431bfbb88a29a29a47cc5f4

4f0fd3d changelog

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

commit 4f0fd3d81c16d5ba9108619a28aa8354f705770d
Author: Michael M Slusarz <slusarz <at> curecanti.org>
Date:   Wed Sep 1 10:27:40 2010 -0600

    changelog

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

http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-git&r1=72e71e9150336cdd6615ce414e8ed9a6a3796a00&r2=4f0fd3d81c16d5ba9108619a28aa8354f705770d

Michael M Slusarz | 1 Sep 2010 22:43
Favicon
Gravatar

Horde branch master updated. 1b12b87338bb80be24760a28b28ba2d51a3d6112

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

from: b005b542c04e6bac2a9fd3deebcb53302af4607f

1ca9d5c Make this call a bit easier to read.
9843e8b Fix determination whether POP3 search query is valid.
b496687 POP3 fixes
1b12b87 changelog

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

commit 1ca9d5c85057326aef567d0045924601ac13629d
Author: Michael M Slusarz <slusarz <at> curecanti.org>
Date:   Wed Sep 1 13:29:58 2010 -0600

    Make this call a bit easier to read.

 imp/lib/Dimp.php |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=42898815201e243f6b36b2daea0825bac1128eaf&r2=1ca9d5c85057326aef567d0045924601ac13629d

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

commit 9843e8b7940e9fd39d1faca34cc2b2343553f85d
Author: Michael M Slusarz <slusarz <at> curecanti.org>
Date:   Wed Sep 1 13:44:55 2010 -0600

    Fix determination whether POP3 search query is valid.
(Continue reading)

Michael M Slusarz | 1 Sep 2010 20:10
Favicon
Gravatar

Horde branch master updated. b005b542c04e6bac2a9fd3deebcb53302af4607f

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

from: 4f0fd3d81c16d5ba9108619a28aa8354f705770d

b0ee59f Ticket #9161: Horde#applicationUrl() -> Horde#url()
ed1929d Fix typo.
d95db64 Improve Horde#url() API.
b005b54 More H4 conversions

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

commit b0ee59fe2b830806015bb4a030a5106d29cb3993
Author: Michael M Slusarz <slusarz <at> curecanti.org>
Date:   Wed Sep 1 10:38:23 2010 -0600

    Ticket #9161: Horde#applicationUrl() -> Horde#url()

 agora/ban.php                                              |    8 +-
 agora/config/prefs.php.dist                                |    2 +-
 agora/deleteforum.php                                      |    6 +-
 agora/editforum.php                                        |    8 +-
 agora/forums.php                                           |    2 +-
 agora/lib/Agora.php                                        |   16 +-
 agora/lib/Block/forums.php                                 |    2 +-
 agora/lib/Block/threads.php                                |    2 +-
 agora/lib/Comments.php                                     |    2 +-
 agora/lib/Messages.php                                     |   46 +++---
 agora/messages/abuse.php                                   |    8 +-
 agora/messages/delete.php                                  |   12 +-
(Continue reading)

Chuck Hagenbuch | 2 Sep 2010 05:13
Favicon
Gravatar

Horde Web Source branch master updated. 3b8ac9558ccb9285cb560c2242a67dfa049e3c39

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

from: 14ce5d5ee4715314f41df881e9ebd75888c9713d

3b8ac95 cancelled

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

commit 3b8ac9558ccb9285cb560c2242a67dfa049e3c39
Author: Chuck Hagenbuch <chuck <at> horde.org>
Date:   Wed Sep 1 23:13:34 2010 -0400

    cancelled

 bounties/sponsors.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/bounties/sponsors.php?rt=horde-web&r1=f6185da2a82ea000ea8636798d5a6c2702898253&r2=3b8ac9558ccb9285cb560c2242a67dfa049e3c39


Gmane