]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 430014: Re-write the code hooks system so that it uses modules instead of individ...
authormkanat%bugzilla.org <>
Tue, 24 Nov 2009 06:09:41 +0000 (06:09 +0000)
committermkanat%bugzilla.org <>
Tue, 24 Nov 2009 06:09:41 +0000 (06:09 +0000)
commit5fc80f94271780b6ff6d1dbba554df35e803ac51
treeebc3f2bc12bb32ab280cacb1cd88b35001fb2c0e
parent78413d851910175fcc8aef2249be377cab7dd7e8
Bug 430014: Re-write the code hooks system so that it uses modules instead of individual .pl files
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
44 files changed:
Bugzilla.pm
Bugzilla/Attachment.pm
Bugzilla/Auth/Login/Stack.pm
Bugzilla/Auth/Verify/Stack.pm
Bugzilla/Bug.pm
Bugzilla/Config.pm
Bugzilla/DB/Schema.pm
Bugzilla/Error.pm
Bugzilla/Extension.pm [new file with mode: 0644]
Bugzilla/Flag.pm
Bugzilla/Hook.pm
Bugzilla/Install/DB.pm
Bugzilla/Install/Requirements.pm
Bugzilla/Install/Util.pm
Bugzilla/Mailer.pm
Bugzilla/Object.pm
Bugzilla/Search.pm
Bugzilla/Template.pm
checksetup.pl
colchange.cgi
editparams.cgi
editproducts.cgi
enter_bug.cgi
extensions/BmpConvert/Config.pm [new file with mode: 0644]
extensions/BmpConvert/Extension.pm [new file with mode: 0644]
extensions/BmpConvert/disabled [new file with mode: 0644]
extensions/Example/Config.pm [new file with mode: 0644]
extensions/Example/Extension.pm [new file with mode: 0644]
extensions/Example/disabled [new file with mode: 0644]
extensions/Example/lib/AuthLogin.pm [new file with mode: 0644]
extensions/Example/lib/AuthVerify.pm [new file with mode: 0644]
extensions/Example/lib/ConfigExample.pm [new file with mode: 0644]
extensions/Example/lib/WSExample.pm [new file with mode: 0644]
extensions/Example/template/en/default/admin/params/example.html.tmpl [new file with mode: 0644]
extensions/Example/template/en/default/pages/example.html.tmpl [new file with mode: 0644]
extensions/Example/template/en/default/setup/strings.txt.pl [new file with mode: 0644]
extensions/Example/template/en/hook/admin/sanitycheck/messages-statuses.html.tmpl [new file with mode: 0644]
extensions/Example/template/en/hook/global/user-error-errors.html.tmpl [new file with mode: 0644]
mod_perl.pl
page.cgi
post_bug.cgi
sanitycheck.cgi
template/en/default/global/code-error.html.tmpl
template/en/default/setup/strings.txt.pl