Module: bugzilla Branch: master Commit: 4cbc7ece4add61eed2a0016d927cca4e43ef64a8 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=4cbc7ece4add61eed2a001...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Sep 11 19:57:24 2015 +0900
Import of upstream bugzilla release 4.4.10.
---
.htaccess | 17 +- .travis.yml | 8 + Bugzilla/Constants.pm | 2 +- Bugzilla/Install/Filesystem.pm | 107 ++++++- Bugzilla/Install/Requirements.pm | 12 +- Bugzilla/Search.pm | 15 +- Bugzilla/Template.pm | 2 + Bugzilla/User.pm | 14 +- Bugzilla/Util.pm | 12 +- Bugzilla/WebService/Bug.pm | 2 + Bugzilla/WebService/Bugzilla.pm | 2 +- Bugzilla/WebService/Server/JSONRPC.pm | 2 +- Bugzilla/WebService/Server/XMLRPC.pm | 9 + Bugzilla/WebService/User.pm | 2 - LICENSE | 373 ++++++++++++++++++++++ README | 146 ++++----- checksetup.pl | 5 +- docs/bugzilla.ent | 4 +- docs/bugzilla.ent.tmpl | 4 +- docs/en/xml/bugzilla.ent | 4 +- importxml.pl | 3 + relogin.cgi | 3 + t/003safesys.t | 11 +- taskgraph.json | 220 +++++++++++++ template/en/default/pages/release-notes.html.tmpl | 50 +++ 25 files changed, 901 insertions(+), 128 deletions(-)
Diff: http://source.winehq.org/git/bugzilla.git/?a=commitdiff;h=4cbc7ece4add61eed2...