Module: bugzilla Branch: upstream Commit: 748d99a5e9fd30f8651dd3aad3a47699c3bf0541 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=748d99a5e9fd30f8651dd3...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Apr 18 09:58:47 2014 +0200
Import of upstream bugzilla release 4.4.3.
---
.gitignore | 32 +++++ Bugzilla/Auth.pm | 19 ++- Bugzilla/Auth/Login/CGI.pm | 41 +++++- Bugzilla/Auth/Login/Cookie.pm | 71 +++++++-- Bugzilla/Auth/Persist/Cookie.pm | 38 +++-- Bugzilla/Bug.pm | 59 ++++---- Bugzilla/CGI.pm | 13 ++ Bugzilla/Constants.pm | 2 +- Bugzilla/Template.pm | 16 +++ Bugzilla/Util.pm | 20 ++- Bugzilla/WebService.pm | 26 ++-- Bugzilla/WebService/Server/JSONRPC.pm | 6 +- Bugzilla/WebService/Server/XMLRPC.pm | 6 + Bugzilla/WebService/User.pm | 92 +++++++----- Bugzilla/WebService/Util.pm | 23 +++ contrib/jb2bz.py | 152 ++++++++++++-------- docs/bugzilla.ent | 12 +- docs/bugzilla.ent.tmpl | 4 +- docs/en/xml/bugzilla.ent | 12 +- lib/CGI.pm | 2 +- relogin.cgi | 26 +++- showdependencytree.cgi | 10 +- t/004template.t | 16 ++- .../en/default/account/auth/login-small.html.tmpl | 4 +- template/en/default/account/auth/login.html.tmpl | 4 +- template/en/default/account/cancel-token.txt.tmpl | 2 +- template/en/default/admin/groups/delete.html.tmpl | 3 +- .../en/default/admin/params/attachment.html.tmpl | 4 +- template/en/default/admin/params/auth.html.tmpl | 2 +- template/en/default/admin/sudo.html.tmpl | 5 +- template/en/default/bug/create/create.html.tmpl | 3 + template/en/default/bug/edit.html.tmpl | 5 + template/en/default/email/bugmail.txt.tmpl | 2 +- template/en/default/email/flagmail.txt.tmpl | 2 +- .../en/default/extensions/name-readme.txt.tmpl | 2 +- template/en/default/global/messages.html.tmpl | 8 +- template/en/default/global/user-error.html.tmpl | 17 ++- template/en/default/list/edit-multiple.html.tmpl | 7 +- template/en/default/list/list.html.tmpl | 12 +- template/en/default/pages/release-notes.html.tmpl | 27 ++++ 40 files changed, 587 insertions(+), 220 deletions(-)
Diff: http://source.winehq.org/git/bugzilla.git/?a=commitdiff;h=748d99a5e9fd30f865...