Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
|||
Line 1: | Line 1: | ||
==Checking Syntax== | |||
It's not immediately obvious how to check the syntax of your extension's modules. Running checksetup.pl might do some of it, but the errors aren't necessarily massively informative. | |||
perl -Mlib=lib -MBugzilla -e 'BEGIN { Bugzilla->extensions; } use Bugzilla::Extension::ExtensionName::Class;' | |||
(run from BUGZILLA_HOME) will do the trick. | |||
==Adding New Fields To Bugs== | ==Adding New Fields To Bugs== | ||