[commits] Horde branch master updated. d9c0a62363172f0532c76cec467d4a9b0de04a8a

Michael M Slusarz slusarz at horde.org
Thu Feb 11 20:20:26 UTC 2010


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

from: b5fbc7ab78bfdff7de390e6dcb9475904e9188f3

4d00f86 Fix duplicate output of javascript files
f1f444d Horde_Script_Files fixes/improvements
a2049e4 Check that the file exists and has contents when uploading
6c80a3d Always utilize global Horde_Browser object
c1be869 Use global notification object
54a26e2 Remove Horde_Cli::singleton().
d9c0a62 Horde_Perms now created with Horde_Injector

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

commit 4d00f8612d21dd52fe3a23d3b10736d663e98f43
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 11 11:54:53 2010 -0700

    Fix duplicate output of javascript files

 framework/Core/lib/Horde.php              |    4 ++-
 framework/Core/lib/Horde/Script/Files.php |   35 +++++++++++++++++++---------
 2 files changed, 27 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=6c20329a0b5f3322eb2e574e6e86259306f28119&r2=4d00f8612d21dd52fe3a23d3b10736d663e98f43
http://git.horde.org/diff.php/framework/Core/lib/Horde/Script/Files.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4d00f8612d21dd52fe3a23d3b10736d663e98f43

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

commit f1f444d48e814fc6ce387495d9ee4ac316b97a3d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 11 12:01:01 2010 -0700

    Horde_Script_Files fixes/improvements
    
    Don't use private methods (not sure how this was working anymore)
    Use injector to hold singleton object

 ansel/lib/View/GalleryRenderer/Gallery.php         |    9 +++++----
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php |    8 ++++----
 ansel/lib/View/Image.php                           |    8 ++++----
 framework/Core/lib/Horde.php                       |    4 ++--
 framework/Core/lib/Horde/Script/Files.php          |   19 -------------------
 5 files changed, 15 insertions(+), 33 deletions(-)

http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/Gallery.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=f1f444d48e814fc6ce387495d9ee4ac316b97a3d
http://git.horde.org/diff.php/ansel/lib/View/GalleryRenderer/GalleryLightbox.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=f1f444d48e814fc6ce387495d9ee4ac316b97a3d
http://git.horde.org/diff.php/ansel/lib/View/Image.php?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=f1f444d48e814fc6ce387495d9ee4ac316b97a3d
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=4d00f8612d21dd52fe3a23d3b10736d663e98f43&r2=f1f444d48e814fc6ce387495d9ee4ac316b97a3d
http://git.horde.org/diff.php/framework/Core/lib/Horde/Script/Files.php?rt=horde-git&r1=4d00f8612d21dd52fe3a23d3b10736d663e98f43&r2=f1f444d48e814fc6ce387495d9ee4ac316b97a3d

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

commit a2049e474e116617892de09a0a8fd857f53a4f27
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 11 12:14:36 2010 -0700

    Check that the file exists and has contents when uploading

 framework/Browser/lib/Horde/Browser.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Browser/lib/Horde/Browser.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=a2049e474e116617892de09a0a8fd857f53a4f27

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

commit 6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 11 12:20:20 2010 -0700

    Always utilize global Horde_Browser object

 ansel/image.php                                                   |    2 +-
 ansel/img/upload.php                                              |    5 +--
 ansel/lib/XPPublisher.php                                         |    3 +-
 ansel/xppublish.php                                               |    2 +-
 framework/Block/lib/Horde/Block/Layout/View.php                   |    3 +-
 framework/Browser/lib/Horde/Browser.php                           |   11 +----
 framework/Browser/package.xml                                     |    2 +-
 framework/Core/lib/Horde.php                                      |    3 +-
 framework/Core/lib/Horde/Registry.php                             |    6 ++-
 framework/Data/Data.php                                           |    7 +--
 framework/Data/Data/tsv.php                                       |    2 +-
 framework/Form/Form/Type.php                                      |    6 +-
 framework/Mobile/Mobile.php                                       |    7 +--
 framework/Model/lib/Horde/Form.php                                |    4 +-
 framework/Notification/lib/Horde/Notification/Listener/Status.php |    3 +-
 framework/Tree/lib/Horde/Tree/Javascript.php                      |    3 +-
 framework/Util/lib/Horde/Util.php                                 |    3 +-
 gollem/manager.php                                                |    2 +-
 horde/services/problem.php                                        |    2 +-
 imp/lib/Application.php                                           |    9 +---
 koward/lib/Koward.php                                             |    7 ---
 news/add.php                                                      |    2 +-
 wicked/lib/Page/AttachedFiles.php                                 |    2 +-
 23 files changed, 32 insertions(+), 64 deletions(-)

http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/ansel/img/upload.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/ansel/lib/XPPublisher.php?rt=horde-git&r1=43e0dcdd9b23039733a06ead3b1fabdc99ec4609&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/ansel/xppublish.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Block/lib/Horde/Block/Layout/View.php?rt=horde-git&r1=1b0931d0ccc4adc9f6409898cf0787b3a4f863cd&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Browser/lib/Horde/Browser.php?rt=horde-git&r1=a2049e474e116617892de09a0a8fd857f53a4f27&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Browser/package.xml?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=f1f444d48e814fc6ce387495d9ee4ac316b97a3d&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Data/Data.php?rt=horde-git&r1=57d6941a60b2e8802bbcdd0b2f08430c1f32fb87&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Data/Data/tsv.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Form/Form/Type.php?rt=horde-git&r1=c0221ecd9ac876aeeb84ac9540028928db9db8b5&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Mobile/Mobile.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Model/lib/Horde/Form.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Notification/lib/Horde/Notification/Listener/Status.php?rt=horde-git&r1=499b725b8970672ba487fc951a42929c82168727&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree/Javascript.php?rt=horde-git&r1=93f9eba87713457e5cd65196f38b8ee2aa122a54&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/gollem/manager.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/horde/services/problem.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=41d697490fcd624fa8f94f058fb7a48473c17ca9&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/koward/lib/Koward.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/news/add.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0
http://git.horde.org/diff.php/wicked/lib/Page/AttachedFiles.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0

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

commit c1be869263d94434647831660105616acc22effb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 11 12:35:23 2010 -0700

    Use global notification object

 babel/lib/base.php                                            |    4 ----
 beatnik/lib/base.php                                          |    4 ----
 crumb/lib/base.php                                            |    4 ----
 fima/lib/base.php                                             |    4 ----
 folks/lib/base.php                                            |    4 ----
 framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php |    1 -
 horde/services/ajax.php                                       |    4 +---
 kastalia/lib/base.php                                         |    4 ----
 koward/lib/Koward.php                                         |    3 ---
 news/lib/base.php                                             |    4 ----
 skoli/lib/base.php                                            |    4 ----
 vilma/lib/base.php                                            |    4 ----
 12 files changed, 1 insertions(+), 43 deletions(-)

http://git.horde.org/diff.php/babel/lib/base.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/beatnik/lib/base.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/crumb/lib/base.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/fima/lib/base.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/folks/lib/base.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/horde/services/ajax.php?rt=horde-git&r1=32f388832820a5cb23b414d782faadba50206e98&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/kastalia/lib/base.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/koward/lib/Koward.php?rt=horde-git&r1=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/news/lib/base.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/skoli/lib/base.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c1be869263d94434647831660105616acc22effb
http://git.horde.org/diff.php/vilma/lib/base.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=c1be869263d94434647831660105616acc22effb

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

commit 54a26e22e01a369372381a50d79eb655339c0956
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 11 12:50:38 2010 -0700

    Remove Horde_Cli::singleton().
    
    If calling appInit() with 'cli' parameter set to true, the global
    variable $cli will contain the Horde_Cli instance.

 agora/scripts/phorum2agora.php                                    |    1 -
 agora/scripts/upgrades/2007-09-23_last_message.php                |    1 -
 ansel/scripts/all_images_exif_to_tags.php                         |    1 -
 ansel/scripts/ansel.php                                           |    1 -
 ansel/scripts/recursive_import.php                                |    1 -
 ansel/scripts/remote_import.php                                   |    1 -
 ansel/scripts/upgrades/1.0_to_1.1.php                             |    1 -
 ansel/scripts/upgrades/2008-09-16_add_original_date_values.php    |    1 -
 ansel/scripts/upgrades/2009-06-14_fix_geolocation_values.php      |    1 -
 ansel/scripts/upgrades/2009-06-22_move_geolocation_values.php     |    1 -
 beatnik/scripts/export_config.php                                 |    3 +-
 folks/scripts/activity.php                                        |    3 +-
 folks/scripts/mail-filter.php                                     |    3 +-
 folks/scripts/mail.php                                            |    3 +-
 folks/scripts/popularity.php                                      |    3 +-
 framework/Auth/lib/Horde/Auth.php                                 |    2 +-
 framework/Cli/doc/Horde/Cli/colors.php                            |    2 +-
 framework/Cli/lib/Horde/Cli.php                                   |   29 +----
 framework/Core/lib/Horde/Registry.php                             |    5 +-
 framework/Memcache/scripts/Horde/Memcache/stats.php               |    1 -
 framework/Reflection/lib/Horde/Reflection/Cli.php                 |    3 +-
 .../scripts/Horde/SessionHandler/horde-active-sessions.php        |    1 -
 framework/admintools/horde-create-sequence.php                    |    1 -
 framework/admintools/horde-remove-pref.php                        |    1 -
 framework/bin/install_framework                                   |   10 +-
 framework/devtools/horde-check-themes.php                         |    3 +-
 framework/iCalendar/docs/examples/parser.php                      |    3 +-
 horde/bin/db_migrate                                              |    1 -
 horde/scripts/import_squirrelmail_file_prefs.php                  |    1 -
 horde/scripts/import_squirrelmail_sql_prefs.php                   |    1 -
 horde/scripts/upgrades/2008-04-09_horde_syncml_map.php            |    1 -
 horde/scripts/upgrades/2008-08-29_fix_mdb2_sequences.php          |    1 -
 horde/scripts/upgrades/migrate_user_categories.php                |    1 -
 horde/scripts/upgrades/move_history_out_of_datatree.php           |    1 -
 hylax/scripts/fax_create_recv.php                                 |    1 -
 hylax/scripts/fax_save_data.php                                   |    1 -
 hylax/scripts/fax_save_recv_data.php                              |    1 -
 imp/scripts/query-imap-cache.php                                  |    2 -
 ingo/scripts/upgrades/convert_datatree_shares_to_sql.php          |    1 -
 ingo/scripts/upgrades/convert_prefs_to_sql.php                    |    1 -
 koward/script/Koward/koward.php                                   |    3 +-
 kronolith/scripts/import_squirrelmail_calendar.php                |    1 -
 kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php     |    2 -
 kronolith/scripts/upgrades/convert_to_utc.php                     |    1 -
 nag/scripts/import_vtodos.php                                     |    1 -
 nag/scripts/upgrades/convert_datatree_shares_to_sql.php           |    2 -
 nag/scripts/upgrades/create_missing_add_histories_sql.php         |    1 -
 turba/scripts/import_squirrelmail_file_abook.php                  |    1 -
 turba/scripts/import_squirrelmail_sql_abook.php                   |    1 -
 turba/scripts/import_vcards.php                                   |    1 -
 turba/scripts/upgrades/2.1_to_2.2_sql_schema.php                  |    1 -
 turba/scripts/upgrades/convert_datatree_shares_to_sql.php         |    1 -
 turba/scripts/upgrades/public_to_horde_share.php                  |    1 -
 whups/scripts/bugzilla-import.php                                 |    3 +-
 whups/scripts/mail-filter.php                                     |    2 -
 whups/scripts/obliterate.php                                      |    3 +-
 whups/scripts/upgrades/convert_datatree_shares_to_sql.php         |    3 +-
 wicked/scripts/mail-filter.php                                    |    1 -
 wicked/scripts/upgrades/convert_to_utf8.php                       |    2 -
 wicked/scripts/wicked.php                                         |    1 -
 60 files changed, 27 insertions(+), 105 deletions(-)

http://git.horde.org/diff.php/agora/scripts/phorum2agora.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/agora/scripts/upgrades/2007-09-23_last_message.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/ansel/scripts/all_images_exif_to_tags.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/ansel/scripts/ansel.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/ansel/scripts/recursive_import.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/ansel/scripts/remote_import.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/ansel/scripts/upgrades/1.0_to_1.1.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/ansel/scripts/upgrades/2008-09-16_add_original_date_values.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/ansel/scripts/upgrades/2009-06-14_fix_geolocation_values.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/ansel/scripts/upgrades/2009-06-22_move_geolocation_values.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/beatnik/scripts/export_config.php?rt=horde-git&r1=b9163a56232f4f46f6942e17b032eb16471ca931&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/folks/scripts/activity.php?rt=horde-git&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/folks/scripts/mail-filter.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/folks/scripts/mail.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/folks/scripts/popularity.php?rt=horde-git&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=ff0192a38c9d88e0484aae9fbba8138ebe441389&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/Cli/doc/Horde/Cli/colors.php?rt=horde-git&r1=9da0b0ee14f5b152dc3a1e4f8dd531c59c37c90c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/Cli/lib/Horde/Cli.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/Memcache/scripts/Horde/Memcache/stats.php?rt=horde-git&r1=6e4bd25a9b9a6219affbd3a752ca816713e3802e&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/Reflection/lib/Horde/Reflection/Cli.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/SessionHandler/scripts/Horde/SessionHandler/horde-active-sessions.php?rt=horde-git&r1=df759e4fd7f79fe702a521256c7d0dfedd001c52&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/admintools/horde-create-sequence.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/admintools/horde-remove-pref.php?rt=horde-git&r1=61e152c1cb66d66db7fedbc358a4f417aa4e17c5&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/bin/install_framework?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/devtools/horde-check-themes.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/framework/iCalendar/docs/examples/parser.php?rt=horde-git&r1=57382eb8367721a68232b41e2e702b11c5ccf367&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&r1=4bea67f7f2ab5f8a23133e9df157c7ebddf3c1ac&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_file_prefs.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/horde/scripts/import_squirrelmail_sql_prefs.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/horde/scripts/upgrades/2008-04-09_horde_syncml_map.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/horde/scripts/upgrades/2008-08-29_fix_mdb2_sequences.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/horde/scripts/upgrades/migrate_user_categories.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/horde/scripts/upgrades/move_history_out_of_datatree.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/hylax/scripts/fax_create_recv.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/hylax/scripts/fax_save_data.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/hylax/scripts/fax_save_recv_data.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/imp/scripts/query-imap-cache.php?rt=horde-git&r1=e7df7cf3835478d5825742f8a932fb8d9e8ce292&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/ingo/scripts/upgrades/convert_datatree_shares_to_sql.php?rt=horde-git&r1=3c96ff13f7304145bec05103b308f18b4ece20b0&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/ingo/scripts/upgrades/convert_prefs_to_sql.php?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/koward/script/Koward/koward.php?rt=horde-git&r1=a768948f095763e415c4339c92dc79ce77937eff&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/kronolith/scripts/import_squirrelmail_calendar.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/kronolith/scripts/upgrades/convert_to_utc.php?rt=horde-git&r1=4d53da6cf759e14c8231957b0b106fe3db4c4bc4&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/nag/scripts/import_vtodos.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/nag/scripts/upgrades/convert_datatree_shares_to_sql.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/nag/scripts/upgrades/create_missing_add_histories_sql.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_file_abook.php?rt=horde-git&r1=1430ae90561ebc4cd07df36663ef69d7d45b9685&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/turba/scripts/import_squirrelmail_sql_abook.php?rt=horde-git&r1=1430ae90561ebc4cd07df36663ef69d7d45b9685&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/turba/scripts/import_vcards.php?rt=horde-git&r1=1430ae90561ebc4cd07df36663ef69d7d45b9685&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/turba/scripts/upgrades/convert_datatree_shares_to_sql.php?rt=horde-git&r1=c47b942008a20196a5bb01f72164e9e63019ec2c&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/turba/scripts/upgrades/public_to_horde_share.php?rt=horde-git&r1=1430ae90561ebc4cd07df36663ef69d7d45b9685&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/whups/scripts/bugzilla-import.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/whups/scripts/mail-filter.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/whups/scripts/obliterate.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/whups/scripts/upgrades/convert_datatree_shares_to_sql.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/wicked/scripts/mail-filter.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/wicked/scripts/upgrades/convert_to_utf8.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=54a26e22e01a369372381a50d79eb655339c0956
http://git.horde.org/diff.php/wicked/scripts/wicked.php?rt=horde-git&r1=a4e98230bc8a69ec705dfe5fe8968b1d0e879c89&r2=54a26e22e01a369372381a50d79eb655339c0956

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

commit d9c0a62363172f0532c76cec467d4a9b0de04a8a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 11 12:58:14 2010 -0700

    Horde_Perms now created with Horde_Injector

 beatnik/lib/Beatnik.php                                       |    7 +-
 framework/Core/lib/Horde/Core/Binder/Perms.php                |   24 ++++++
 framework/Core/lib/Horde/Registry.php                         |    5 +-
 framework/Core/package.xml                                    |    2 +
 framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php |    4 -
 framework/Perms/lib/Horde/Perms.php                           |   35 ---------
 shout/lib/Shout.php                                           |    8 +-
 7 files changed, 34 insertions(+), 51 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Binder/Perms.php

http://git.horde.org/diff.php/beatnik/lib/Beatnik.php?rt=horde-git&r1=ffb758d15760d0fb57a88c336f9a3ae932c61c0f&r2=d9c0a62363172f0532c76cec467d4a9b0de04a8a
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Perms.php?rt=horde-git&r=d9c0a62363172f0532c76cec467d4a9b0de04a8a
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=d9c0a62363172f0532c76cec467d4a9b0de04a8a
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=be7b1b7393f8d6e0bb8f548792fc72d9a615a992&r2=d9c0a62363172f0532c76cec467d4a9b0de04a8a
http://git.horde.org/diff.php/framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php?rt=horde-git&r1=c1be869263d94434647831660105616acc22effb&r2=d9c0a62363172f0532c76cec467d4a9b0de04a8a
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=d9c0a62363172f0532c76cec467d4a9b0de04a8a
http://git.horde.org/diff.php/shout/lib/Shout.php?rt=horde-git&r1=acbe9b9f2832ba693025f49d53861811017a41e7&r2=d9c0a62363172f0532c76cec467d4a9b0de04a8a




More information about the commits mailing list