[commits] Horde branch develop updated. fe83d2b4e632b89c0ea2acef25f96242e7923791

Michael M Slusarz slusarz at horde.org
Tue Jun 19 05:05:45 UTC 2012


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

from: f54af8330dd004b084b6b2eb271b7d0f8847c7ee

a721cda Combine unneeded protected method
bee9d82 simplify
5a55eba doc cleanup
8d8e385 [mms] Add 'requires' and 'requires_nolock' options to prefs.php entries.
9c3e655 Use new prefs.php requires/requires_nolock options
ecf4eeb [mms] Add 'suppress' option to prefs.php group entries.
813b03f Use suppress prefs.php option
831b5e1 Add 'suppress' option to prefs.php preference entries
d6f759b Use suppress prefs.php preference option
71033ba Remove override property from Prefs UI object
2a79480 Rewrite of special prefs handling
7e48d7a Remove Application Prefs_Ui files
243c2a0 Move prefsCallback()/prefsInit() calls into on_init
a8108dc Remove prefsCallback() and replace with on_change parameter
fe83d2b changelog

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

commit a721cda6ad48adf7e3be5b8d6f4c67b1b9a0b968
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jun 15 23:26:32 2012 -0600

    Combine unneeded protected method

 framework/Core/lib/Horde/Core/Prefs/Ui.php |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)

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

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

commit bee9d8200247ad0118faf6bf381ad1fbf6a6cb07
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jun 15 23:31:01 2012 -0600

    simplify

 framework/Core/lib/Horde/Core/Prefs/Ui.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

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

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

commit 5a55eba385edcbea643b44f3c7ae74fcfe7ae140
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jun 15 23:40:41 2012 -0600

    doc cleanup

 horde/config/prefs.php |  172 ++++++++++++++++++++++++-----------------------
 1 files changed, 88 insertions(+), 84 deletions(-)

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

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

commit 8d8e38581de138096d21d4e688f5424b2c29aeb9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jun 15 23:52:52 2012 -0600

    [mms] Add 'requires' and 'requires_nolock' options to prefs.php entries.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |   22 +++++++++++++++++++++-
 horde/config/prefs.php                     |   12 ++++++++++++
 horde/docs/CHANGES                         |    1 +
 3 files changed, 34 insertions(+), 1 deletions(-)

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

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

commit 9c3e655a5e4e3b38b3c08c93679a21f6b21dff1b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jun 16 00:03:02 2012 -0600

    Use new prefs.php requires/requires_nolock options

 imp/config/prefs.php          |  108 ++++++++++++++++++++++++++++------------
 imp/lib/Prefs/Ui.php          |  105 +--------------------------------------
 kronolith/config/prefs.php    |   12 +++-
 kronolith/lib/Application.php |   11 ++---
 nag/lib/Application.php       |    3 +-
 whups/config/prefs.php        |    5 ++-
 whups/lib/Application.php     |    6 +--
 7 files changed, 97 insertions(+), 153 deletions(-)

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

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

commit ecf4eeb379cf7ffe4d49ee038d4ac0d96fefdfb6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jun 16 01:05:52 2012 -0600

    [mms] Add 'suppress' option to prefs.php group entries.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    8 ++++++++
 horde/config/prefs.php                     |    1 +
 horde/docs/CHANGES                         |    1 +
 3 files changed, 10 insertions(+), 0 deletions(-)

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

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

commit 813b03f03009620c8ba012b1a38d1bd828d4c93d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jun 16 01:18:46 2012 -0600

    Use suppress prefs.php option

 agora/config/prefs.php        |   17 +++++++-------
 agora/lib/Application.php     |   10 --------
 horde/config/prefs.php        |   33 ++++++++++++++++++++++++----
 horde/lib/Application.php     |    7 ------
 horde/lib/Prefs/Ui.php        |   37 --------------------------------
 imp/config/prefs.php          |   45 +++++++++++++++++++++++++++++++++------
 imp/lib/Application.php       |    7 ------
 imp/lib/Prefs/Ui.php          |   47 -----------------------------------------
 ingo/config/prefs.php         |    6 ++++-
 ingo/lib/Application.php      |    9 -------
 klutz/lib/Application.php     |    4 ---
 kronolith/config/prefs.php    |    3 ++
 kronolith/lib/Application.php |   16 --------------
 whups/config/prefs.php        |    3 ++
 whups/lib/Application.php     |    9 -------
 15 files changed, 86 insertions(+), 167 deletions(-)

http://git.horde.org/horde-git/-/commit/813b03f03009620c8ba012b1a38d1bd828d4c93d

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

commit 831b5e10849b8b53aef3a93ff6832a0586ff3577
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jun 16 01:44:14 2012 -0600

    Add 'suppress' option to prefs.php preference entries

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    8 +++++++-
 horde/config/prefs.php                     |    7 +++++++
 horde/docs/CHANGES                         |    3 ++-
 3 files changed, 16 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/831b5e10849b8b53aef3a93ff6832a0586ff3577

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

commit d6f759bd52fd02186f7d846c4cc24fbf2b7cf336
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jun 16 01:52:05 2012 -0600

    Use suppress prefs.php preference option

 agora/config/prefs.php        |    6 ++
 agora/lib/Application.php     |    9 +--
 imp/config/prefs.php          |  159 +++++++++++++++++++++++++++++++++-------
 imp/lib/Prefs/Ui.php          |   98 ++-----------------------
 kronolith/config/prefs.php    |    5 +-
 kronolith/lib/Application.php |    6 +--
 nag/config/prefs.php          |    8 ++-
 nag/lib/Application.php       |   16 +---
 8 files changed, 162 insertions(+), 145 deletions(-)

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

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

commit 71033ba77f26f5ba843f8af8563657e8c692982b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jun 16 01:57:22 2012 -0600

    Remove override property from Prefs UI object
    
    Instead, add on_init property that can be used to replicate current
    usage.

 ansel/config/prefs.php                     |    4 ++
 ansel/lib/Application.php                  |   19 ---------
 framework/Core/lib/Horde/Core/Prefs/Ui.php |   29 ++++---------
 horde/config/prefs.php                     |   46 +++++++++++++++++-----
 horde/lib/Prefs/Ui.php                     |   29 -------------
 imp/config/prefs.php                       |   29 ++++++++++----
 imp/lib/Prefs/Ui.php                       |   20 ---------
 kronolith/config/prefs.php                 |   60 ++++++++++++++++++++++++++-
 kronolith/lib/Application.php              |   39 ------------------
 mnemo/config/prefs.php                     |   10 ++++-
 mnemo/lib/Application.php                  |   17 --------
 nag/config/prefs.php                       |   39 +++++++++++++++++-
 nag/lib/Application.php                    |   41 -------------------
 turba/config/prefs.php                     |   26 +++++++++++-
 turba/lib/Application.php                  |   21 ----------
 15 files changed, 198 insertions(+), 231 deletions(-)

http://git.horde.org/horde-git/-/commit/71033ba77f26f5ba843f8af8563657e8c692982b

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

commit 2a794803969662522f3c6e9f75665ac42cfddfb4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jun 16 10:20:19 2012 -0600

    Rewrite of special prefs handling
    
    Prefs UI framework now requires an application to implement a
    Horde_Core_Prefs_Ui_Special object for each special preference.

 agora/lib/Application.php                          |   12 -
 ansel/config/prefs.php                             |    3 +-
 ansel/lib/Application.php                          |   30 -
 ansel/lib/Prefs/Special/GallerySelect.php          |   44 +
 framework/Core/lib/Horde/Core/Prefs/Ui.php         |   13 +-
 framework/Core/lib/Horde/Core/Prefs/Ui/Special.php |   42 +
 framework/Core/lib/Horde/Registry/Application.php  |   30 +-
 framework/Core/package.xml                         |    6 +-
 gollem/config/prefs.php                            |    3 +-
 gollem/lib/Application.php                         |   57 +-
 gollem/lib/Prefs/Special/Columnselect.php          |   68 +
 horde/config/prefs.php                             |   18 +-
 horde/js/rpcprefs.js                               |   50 -
 horde/lib/Application.php                          |   21 -
 horde/lib/Prefs/Special/Activesync.php             |  136 ++
 horde/lib/Prefs/Special/Category.php               |  143 ++
 horde/lib/Prefs/Special/Facebook.php               |  185 +++
 horde/lib/Prefs/Special/Syncml.php                 |   84 ++
 horde/lib/Prefs/Special/Twitter.php                |   94 ++
 horde/lib/Prefs/Ui.php                             |  715 ---------
 imp/config/prefs.php                               |   28 +-
 imp/lib/Application.php                            |   46 +-
 imp/lib/Prefs/Special/Acl.php                      |  200 +++
 imp/lib/Prefs/Special/ComposeTemplates.php         |   68 +
 imp/lib/Prefs/Special/Drafts.php                   |   63 +
 imp/lib/Prefs/Special/Encrypt.php                  |   42 +
 imp/lib/Prefs/Special/Flag.php                     |  131 ++
 imp/lib/Prefs/Special/HtmlSignature.php            |   57 +
 imp/lib/Prefs/Special/InitialPage.php              |   59 +
 imp/lib/Prefs/Special/Mailto.php                   |   57 +
 imp/lib/Prefs/Special/NewmailSound.php             |   57 +
 imp/lib/Prefs/Special/PgpPrivateKey.php            |  149 ++
 imp/lib/Prefs/Special/PgpPublicKey.php             |   96 ++
 imp/lib/Prefs/Special/Searches.php                 |  160 ++
 imp/lib/Prefs/Special/Sentmail.php                 |   90 ++
 imp/lib/Prefs/Special/SmimePrivateKey.php          |   92 ++
 imp/lib/Prefs/Special/SmimePublicKey.php           |   96 ++
 imp/lib/Prefs/Special/Sourceselect.php             |   58 +
 imp/lib/Prefs/Special/Spam.php                     |   64 +
 imp/lib/Prefs/Special/SpecialMboxes.php            |  132 ++
 imp/lib/Prefs/Special/Trash.php                    |   81 +
 imp/lib/Prefs/Ui.php                               | 1523 --------------------
 klutz/lib/Application.php                          |   11 -
 kronolith/config/prefs.php                         |    3 +
 kronolith/lib/Application.php                      |  190 ---
 kronolith/lib/Prefs/Special/DefaultAlarm.php       |   62 +
 kronolith/lib/Prefs/Special/EventAlarm.php         |   47 +
 kronolith/lib/Prefs/Special/Sourceselect.php       |   57 +
 nag/config/prefs.php                               |    1 +
 nag/lib/Application.php                            |   59 -
 nag/lib/Prefs/Special/TaskAlarms.php               |   47 +
 turba/config/prefs.php                             |    4 +-
 turba/lib/Application.php                          |  162 ---
 turba/lib/Prefs/Special/Addressbook.php            |   71 +
 turba/lib/Prefs/Special/Columnselect.php           |  119 ++
 whups/lib/Application.php                          |   54 -
 whups/lib/Prefs/Special/Sourceselect.php           |   57 +
 57 files changed, 3096 insertions(+), 2951 deletions(-)
 create mode 100644 ansel/lib/Prefs/Special/GallerySelect.php
 create mode 100644 framework/Core/lib/Horde/Core/Prefs/Ui/Special.php
 create mode 100644 gollem/lib/Prefs/Special/Columnselect.php
 delete mode 100644 horde/js/rpcprefs.js
 create mode 100644 horde/lib/Prefs/Special/Activesync.php
 create mode 100644 horde/lib/Prefs/Special/Category.php
 create mode 100644 horde/lib/Prefs/Special/Facebook.php
 create mode 100644 horde/lib/Prefs/Special/Syncml.php
 create mode 100644 horde/lib/Prefs/Special/Twitter.php
 create mode 100644 imp/lib/Prefs/Special/Acl.php
 create mode 100644 imp/lib/Prefs/Special/ComposeTemplates.php
 create mode 100644 imp/lib/Prefs/Special/Drafts.php
 create mode 100644 imp/lib/Prefs/Special/Encrypt.php
 create mode 100644 imp/lib/Prefs/Special/Flag.php
 create mode 100644 imp/lib/Prefs/Special/HtmlSignature.php
 create mode 100644 imp/lib/Prefs/Special/InitialPage.php
 create mode 100644 imp/lib/Prefs/Special/Mailto.php
 create mode 100644 imp/lib/Prefs/Special/NewmailSound.php
 create mode 100644 imp/lib/Prefs/Special/PgpPrivateKey.php
 create mode 100644 imp/lib/Prefs/Special/PgpPublicKey.php
 create mode 100644 imp/lib/Prefs/Special/Searches.php
 create mode 100644 imp/lib/Prefs/Special/Sentmail.php
 create mode 100644 imp/lib/Prefs/Special/SmimePrivateKey.php
 create mode 100644 imp/lib/Prefs/Special/SmimePublicKey.php
 create mode 100644 imp/lib/Prefs/Special/Sourceselect.php
 create mode 100644 imp/lib/Prefs/Special/Spam.php
 create mode 100644 imp/lib/Prefs/Special/SpecialMboxes.php
 create mode 100644 imp/lib/Prefs/Special/Trash.php
 create mode 100644 kronolith/lib/Prefs/Special/DefaultAlarm.php
 create mode 100644 kronolith/lib/Prefs/Special/EventAlarm.php
 create mode 100644 kronolith/lib/Prefs/Special/Sourceselect.php
 create mode 100644 nag/lib/Prefs/Special/TaskAlarms.php
 create mode 100644 turba/lib/Prefs/Special/Addressbook.php
 create mode 100644 turba/lib/Prefs/Special/Columnselect.php
 create mode 100644 whups/lib/Prefs/Special/Sourceselect.php

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

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

commit 7e48d7a2ab170c8a98bed1c424ae0151d399fcbb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jun 18 20:55:11 2012 -0600

    Remove Application Prefs_Ui files

 horde/lib/Application.php |   11 +++++++-
 horde/lib/Prefs/Ui.php    |   34 ------------------------
 imp/lib/Application.php   |   46 +++++++++++++++++++++++++++++++-
 imp/lib/Prefs/Ui.php      |   64 ---------------------------------------------
 4 files changed, 54 insertions(+), 101 deletions(-)
 delete mode 100644 horde/lib/Prefs/Ui.php
 delete mode 100644 imp/lib/Prefs/Ui.php

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

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

commit 243c2a098e36abe275965febb553957afd804dbf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jun 18 20:48:00 2012 -0600

    Move prefsCallback()/prefsInit() calls into on_init

 agora/config/prefs.php                            |    3 +
 agora/lib/Application.php                         |   13 ------
 framework/Core/lib/Horde/Core/Prefs/Ui.php        |    9 ----
 framework/Core/lib/Horde/Registry/Application.php |   22 -----------
 imp/config/prefs.php                              |   18 +++++++++
 imp/lib/Application.php                           |   42 ---------------------
 klutz/lib/Application.php                         |   28 --------------
 7 files changed, 21 insertions(+), 114 deletions(-)

http://git.horde.org/horde-git/-/commit/243c2a098e36abe275965febb553957afd804dbf

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

commit a8108dc3db3d186f93db01b18e3fb5af0c2de294
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jun 18 20:56:05 2012 -0600

    Remove prefsCallback() and replace with on_change parameter

 framework/Core/lib/Horde/Core/Prefs/Ui.php        |   25 +++++++---
 framework/Core/lib/Horde/Registry/Application.php |   12 -----
 horde/config/prefs.php                            |   15 ++++++
 horde/lib/Application.php                         |   16 ------
 imp/config/prefs.php                              |   36 ++++++++++++--
 imp/lib/Application.php                           |   33 -------------
 kronolith/config/prefs.php                        |   47 ++++++++++++++++++
 kronolith/lib/Application.php                     |   53 ---------------------
 kronolith/lib/Prefs/Special/EventAlarm.php        |   17 ++++++-
 nag/config/prefs.php                              |   47 ++++++++++++++++++
 nag/lib/Application.php                           |   40 ----------------
 turba/config/prefs.php                            |   19 +++++++
 turba/lib/Application.php                         |   23 ---------
 13 files changed, 192 insertions(+), 191 deletions(-)

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

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

commit fe83d2b4e632b89c0ea2acef25f96242e7923791
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jun 18 22:36:10 2012 -0600

    changelog

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

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




More information about the commits mailing list