Summary | Change _group_hook_groupName() to _group_hook($groupName) |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | dorm (at) dorm (dot) org |
Created | 08/23/2006 (6891 days ago) |
Due | |
Updated | 12/20/2006 (6772 days ago) |
Assigned | 08/29/2006 (6885 days ago) |
Resolved | 11/22/2006 (6800 days ago) |
Milestone | |
Patch | Yes |
tested it. But I spent some time looking over the code, and it looks
good.
Thanks.
State ⇒ Resolved
didn't apply cleanly so I did some merging - please do test it and
make sure that everything is working as expected.
New Attachment: UPGRADING.1.17.patch
I added an "Upgrading Horde to 3.2" section at the top, since this
change doesn't apply for v3.1.2. This may need to be changed
depending on when these patches are included in a release.
State ⇒ Assigned
New Attachment: config_hooks.php.dist.1.99.patch
not by revision number.
Anyway, patches for HEAD versions are attached.
that the branch is the most recent version. Revision 1.99 is the most
up to date, HEAD version of the file.
tagged with FRAMEWORK_3. So version 1.7.2.10 is both the
FRAMEWORK_3 version, as well as what you get by checking out CVS HEAD.
select when the latest version in CVS is tagged with FRAMEWORK_3.
select when the latest version in CVS is tagged with FRAMEWORK_3.
State ⇒ Feedback
Version ⇒ HEAD
patches apply there correctly too, or provide updated patches. Thanks.
New Attachment: hooks.php.dist.1.73.6.14.diff
Priority ⇒ 1. Low
State ⇒ New
New Attachment: hooks.php.1.7.2.10.diff
Queue ⇒ Horde Framework Packages
Summary ⇒ Change _group_hook_groupName() to _group_hook($groupName)
Type ⇒ Enhancement
hook function instead of _group_hook_groupName().
config/hooks.php will also need to be updated with an appropriate
example group hook function. And docs/UPGRADING.