[commits] Horde branch master updated. fbd4028f910bcc081c8499cfb42ec0b6307ed4d6

Michael M Slusarz slusarz at horde.org
Tue Aug 3 02:23:52 UTC 2010


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

from: 470aa2b470d6ab16f3a1801466c474b56a3e038d

77e3dd7 Load Horde_Prefs using the injector.
e4543da Fix dimp sidebar display on IE 8.
db37b00 Fix setting header fields in dimp compose page.
d94b500 Fix resizing compose window in dimp.
5867655 This was an old Safari 1/2 hack and is no longer needed
fbd4028 Fix inifinte resize IE 8 bug in dimp compose screen

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

commit 77e3dd782f525dadbb88512854d903ac2d7f9cb9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 17:24:57 2010 -0600

    Load Horde_Prefs using the injector.
    
    Add Horde_Prefs_Exception::.

 ansel/lib/Ansel.php                                |    7 +-
 ansel/lib/View/List.php                            |    6 +-
 ansel/templates/group/owner.inc                    |    7 +-
 folks/account/resetpassword.php                    |    6 +-
 folks/lib/Friends.php                              |    6 +-
 folks/lib/Friends/prefs.php                        |    5 +-
 framework/Core/lib/Horde/Core/Binder/Prefs.php     |   17 ++
 framework/Core/lib/Horde/Core/Factory/Identity.php |   14 +-
 framework/Core/lib/Horde/Core/Factory/Prefs.php    |  153 ++++++++++++++
 framework/Core/lib/Horde/Registry.php              |   56 +++---
 framework/Core/package.xml                         |    4 +
 framework/Prefs/lib/Horde/Prefs.php                |  206 ++++++++------------
 framework/Prefs/lib/Horde/Prefs/Exception.php      |   17 ++
 framework/Prefs/lib/Horde/Prefs/File.php           |   50 ++---
 framework/Prefs/lib/Horde/Prefs/Identity.php       |   10 +-
 framework/Prefs/lib/Horde/Prefs/Imsp.php           |   54 ++----
 framework/Prefs/lib/Horde/Prefs/Kolab.php          |   15 +-
 framework/Prefs/lib/Horde/Prefs/KolabImap.php      |   54 +++---
 framework/Prefs/lib/Horde/Prefs/Ldap.php           |  211 ++++++++------------
 framework/Prefs/lib/Horde/Prefs/Sql.php            |  130 ++++---------
 framework/Prefs/package.xml                        |   12 +-
 horde/lib/Api.php                                  |    9 +-
 horde/scripts/import_squirrelmail_file_prefs.php   |    5 +-
 horde/scripts/import_squirrelmail_sql_prefs.php    |    5 +-
 horde/services/resetpassword.php                   |    6 +-
 imp/attachment.php                                 |    6 +-
 ingo/lib/Storage/Prefs.php                         |   20 +-
 kronolith/fb.php                                   |    6 +-
 kronolith/lib/Api.php                              |    7 +-
 kronolith/lib/Kronolith.php                        |    8 +-
 kronolith/scripts/agenda.php                       |    6 +-
 kronolith/scripts/upgrades/convert_to_utc.php      |    7 +-
 nag/lib/Api.php                                    |    5 +-
 nag/lib/Nag.php                                    |    8 +-
 turba/scripts/import_squirrelmail_file_abook.php   |    5 +-
 turba/scripts/import_squirrelmail_sql_abook.php    |    6 +-
 36 files changed, 603 insertions(+), 546 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Binder/Prefs.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/Prefs.php
 create mode 100644 framework/Prefs/lib/Horde/Prefs/Exception.php

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=fba9a3cd3ef360cb7c931ba7145ba3bf57fe777f&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=c6f86a76f9ed9d8ec7f13c25c9ffff34ab5abce9&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/folks/account/resetpassword.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/folks/lib/Friends.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/folks/lib/Friends/prefs.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Prefs.php?rt=horde-git&r=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Identity.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=ecf9342e8fb7beb45fc0f90b65ed602212e2cbfa&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/co.php/framework/Prefs/lib/Horde/Prefs/Exception.php?rt=horde-git&r=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/File.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Identity.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Imsp.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Kolab.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/KolabImap.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Ldap.php?rt=horde-git&r1=e9643a02ba31ad1c81cf6ff5ad3b7e68cc7a4da9&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Sql.php?rt=horde-git&r1=ee01f847f597abcbfe19e7719f220527c470346f&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/framework/Prefs/package.xml?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=8833a205a23668ee25146144822b83ea1ecb832f&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_file_prefs.php?rt=horde-git&r1=ca5ba13640752a349e51a3bf9f9e9e93d9659329&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_sql_prefs.php?rt=horde-git&r1=ca5ba13640752a349e51a3bf9f9e9e93d9659329&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/horde/services/resetpassword.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/ingo/lib/Storage/Prefs.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/kronolith/fb.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-git&r1=c39652345e5b1c645a22bde2df1eaa20231e6fba&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/kronolith/scripts/upgrades/convert_to_utc.php?rt=horde-git&r1=ee01f847f597abcbfe19e7719f220527c470346f&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_file_abook.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_sql_abook.php?rt=horde-git&r1=804a9137cf115b82e3e8688b6c68cad4e1329991&r2=77e3dd782f525dadbb88512854d903ac2d7f9cb9

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

commit e4543da7a1a84ae5dfa1867c46d1408a39f75ed4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 19:40:07 2010 -0600

    Fix dimp sidebar display on IE 8.

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

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=b8fddd7910ba55bebea83680586e0e19785b6a8c&r2=e4543da7a1a84ae5dfa1867c46d1408a39f75ed4

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

commit db37b00b9e093e78e8d2be7bb7053fb3224827f5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 19:55:56 2010 -0600

    Fix setting header fields in dimp compose page.

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

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=db37b00b9e093e78e8d2be7bb7053fb3224827f5

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

commit d94b500da8ca160b44becc3dcd9c922c80c11f6a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 19:56:13 2010 -0600

    Fix resizing compose window in dimp.
    
    Some non-FF browsers (opera, Safari on win, IE) don't consider negative
    values to be a false-y value.

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

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=a827e523835263bc8b09de7bb7f1ef57a1814a94&r2=d94b500da8ca160b44becc3dcd9c922c80c11f6a

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

commit 58676552d8129c88ab2f1a732a471bd702c74b55
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 19:58:10 2010 -0600

    This was an old Safari 1/2 hack and is no longer needed

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

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=d94b500da8ca160b44becc3dcd9c922c80c11f6a&r2=58676552d8129c88ab2f1a732a471bd702c74b55

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

commit fbd4028f910bcc081c8499cfb42ec0b6307ed4d6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 2 20:23:19 2010 -0600

    Fix inifinte resize IE 8 bug in dimp compose screen

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

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=58676552d8129c88ab2f1a732a471bd702c74b55&r2=fbd4028f910bcc081c8499cfb42ec0b6307ed4d6




More information about the commits mailing list