[commits] Horde branch master updated. d4320b7687654200cd9b88ac320ae3f5a8f835c0

Michael M Slusarz slusarz at horde.org
Tue Nov 9 02:19:03 UTC 2010


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

from: 568ce1a622430862c8a7075f9a54dcc5b3b9fbcc

ba93e84 Clean up Horde_Menu.
b714b62 Bug #9368: Refactor menu handling in dimp
c6a665e Clean up Horde_Menu.
d4320b7 Merge branch 'impmenu'

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

commit ba93e84964486bb58ab83a901b4415268b16e4b6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 8 16:35:53 2010 -0700

    Clean up Horde_Menu.
    
    No need to define menuitem in constructor.
    Add Horde_Menu::MASK_BASE - allows insertion of config-based menu items
    if no other mask items are defined.
    Break out HTML rendering into separate protected method so that it can
    be replaced by an extended class.

 framework/Core/lib/Horde/Menu.php |   87 +++++++++++++++++++++++++------------
 1 files changed, 59 insertions(+), 28 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=ba93e84964486bb58ab83a901b4415268b16e4b6

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

commit b714b62c1b717ac01b738fef17b91844396c1b07
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Nov 5 11:38:47 2010 -0600

    Bug #9368: Refactor menu handling in dimp
    
    Remove support for 'action' menu config parameter.
    Use Horde_Menu (and the new IMP_Menu_Dimp class) to generate the menu
    code.

 imp/config/menu.php.dist                    |   25 ++++----
 imp/docs/UPGRADING                          |    7 ++
 imp/index-dimp.php                          |   32 +++-------
 imp/js/dimpbase.js                          |   22 +++++--
 imp/lib/Dimp.php                            |   14 ----
 imp/lib/Menu/Dimp.php                       |   92 +++++++++++++++++++++++++++
 imp/templates/dimp/index.inc                |   61 +++---------------
 imp/templates/dimp/javascript_defs_dimp.php |   25 ++++----
 8 files changed, 159 insertions(+), 119 deletions(-)
 create mode 100644 imp/lib/Menu/Dimp.php

http://git.horde.org/diff.php/imp/config/menu.php.dist?rt=horde-git&r1=cde8827eafea3e0308c342936f55a896975566ad&r2=b714b62c1b717ac01b738fef17b91844396c1b07
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-git&r1=82bccce8fadb4691aafcf803bee94164da573408&r2=b714b62c1b717ac01b738fef17b91844396c1b07
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-git&r1=f65c3c883afee135628e0b6d3b288f7a7ebc4848&r2=b714b62c1b717ac01b738fef17b91844396c1b07
http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=0bb49a97b51352a8038ae014e1bf7e7d9f5d0765&r2=b714b62c1b717ac01b738fef17b91844396c1b07
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=b714b62c1b717ac01b738fef17b91844396c1b07
http://git.horde.org/co.php/imp/lib/Menu/Dimp.php?rt=horde-git&r=b714b62c1b717ac01b738fef17b91844396c1b07
http://git.horde.org/diff.php/imp/templates/dimp/index.inc?rt=horde-git&r1=0bb49a97b51352a8038ae014e1bf7e7d9f5d0765&r2=b714b62c1b717ac01b738fef17b91844396c1b07
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=b714b62c1b717ac01b738fef17b91844396c1b07

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

commit c6a665ee2b839be5b0e95f2d921b11554d4edfcb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 8 16:35:53 2010 -0700

    Clean up Horde_Menu.
    
    No need to define menuitem in constructor.
    Add Horde_Menu::MASK_BASE - allows insertion of config-based menu items
    if no other mask items are defined.
    Break out HTML rendering into separate protected method so that it can
    be replaced by an extended class.

 framework/Core/lib/Horde/Menu.php |   87 +++++++++++++++++++++++++------------
 1 files changed, 59 insertions(+), 28 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=c6a665ee2b839be5b0e95f2d921b11554d4edfcb

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

commit d4320b7687654200cd9b88ac320ae3f5a8f835c0
Merge: c6a665e b714b62
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 8 19:18:03 2010 -0700

    Merge branch 'impmenu'

 imp/config/menu.php.dist                    |   25 ++++----
 imp/docs/UPGRADING                          |    7 ++
 imp/index-dimp.php                          |   32 +++-------
 imp/js/dimpbase.js                          |   22 +++++--
 imp/lib/Dimp.php                            |   14 ----
 imp/lib/Menu/Dimp.php                       |   92 +++++++++++++++++++++++++++
 imp/templates/dimp/index.inc                |   61 +++---------------
 imp/templates/dimp/javascript_defs_dimp.php |   25 ++++----
 8 files changed, 159 insertions(+), 119 deletions(-)

http://git.horde.org/diff.php/imp/config/menu.php.dist?rt=horde-git&r1=cde8827eafea3e0308c342936f55a896975566ad&r2=d4320b7687654200cd9b88ac320ae3f5a8f835c0
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-git&r1=82bccce8fadb4691aafcf803bee94164da573408&r2=d4320b7687654200cd9b88ac320ae3f5a8f835c0
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-git&r1=f65c3c883afee135628e0b6d3b288f7a7ebc4848&r2=d4320b7687654200cd9b88ac320ae3f5a8f835c0
http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=0bb49a97b51352a8038ae014e1bf7e7d9f5d0765&r2=d4320b7687654200cd9b88ac320ae3f5a8f835c0
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=d4320b7687654200cd9b88ac320ae3f5a8f835c0
http://git.horde.org/co.php/imp/lib/Menu/Dimp.php?rt=horde-git&r=d4320b7687654200cd9b88ac320ae3f5a8f835c0
http://git.horde.org/diff.php/imp/templates/dimp/index.inc?rt=horde-git&r1=0bb49a97b51352a8038ae014e1bf7e7d9f5d0765&r2=d4320b7687654200cd9b88ac320ae3f5a8f835c0
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=d4320b7687654200cd9b88ac320ae3f5a8f835c0




More information about the commits mailing list