Module: bugzilla Branch: master Commit: 2ab7eed7bf7576d2690e1f6703381330b3211ba4 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=2ab7eed7bf7576d2690e1f...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jan 22 09:06:43 2015 +0100
Import of upstream bugzilla release 4.4.7.
---
Bugzilla/Attachment.pm | 4 +- Bugzilla/Attachment/PatchReader.pm | 2 +- Bugzilla/Bug.pm | 12 +- Bugzilla/CGI.pm | 1 + Bugzilla/Config/Common.pm | 17 +- Bugzilla/Config/MTA.pm | 3 +- Bugzilla/Constants.pm | 2 +- Bugzilla/DB.pm | 9 +- Bugzilla/Error.pm | 2 +- Bugzilla/FlagType.pm | 19 +- Bugzilla/Install/CPAN.pm | 4 +- Bugzilla/Install/Filesystem.pm | 2 +- Bugzilla/Search.pm | 37 +- Bugzilla/Send/Sendmail.pm | 2 +- Bugzilla/UserAgent.pm | 1 + Bugzilla/WebService.pm | 4 + Bugzilla/WebService/Bug.pm | 33 +- Bugzilla/WebService/Bugzilla.pm | 9 + Bugzilla/WebService/Classification.pm | 4 + Bugzilla/WebService/Group.pm | 5 + Bugzilla/WebService/Product.pm | 9 + Bugzilla/WebService/Server/JSONRPC.pm | 6 + Bugzilla/WebService/Server/XMLRPC.pm | 11 + Bugzilla/WebService/User.pm | 43 +- Bugzilla/WebService/Util.pm | 6 +- attachment.cgi | 13 +- collectstats.pl | 2 +- docs/bugzilla.ent | 18 +- docs/bugzilla.ent.tmpl | 6 +- docs/en/xml/bugzilla.ent | 18 +- docs/en/xml/using.xml | 5 - extensions/Example/lib/WebService.pm | 5 + lib/CGI.pm | 8132 --------------------- lib/CGI/Carp.pm | 609 -- lib/CGI/Cookie.pm | 537 -- lib/CGI/Pretty.pm | 311 - lib/CGI/Push.pm | 317 - lib/CGI/Util.pm | 341 - reports.cgi | 2 +- search_plugin.cgi | 2 +- showdependencygraph.cgi | 6 +- template/en/default/bug/dependency-tree.html.tmpl | 7 +- template/en/default/global/code-error.html.tmpl | 6 +- template/en/default/global/user-error.html.tmpl | 5 +- template/en/default/pages/release-notes.html.tmpl | 21 +- testserver.pl | 6 +- 46 files changed, 256 insertions(+), 10360 deletions(-)
Diff: http://source.winehq.org/git/bugzilla.git/?a=commitdiff;h=2ab7eed7bf7576d269...