Alexandre Julliard : Import of upstream bugzilla release 4.4.6.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 7 10:15:39 CDT 2014


Module: bugzilla
Branch: upstream
Commit: 4f6b899e0f90d29370fefefe87960cf290df40a5
URL:    http://source.winehq.org/git/bugzilla.git/?a=commit;h=4f6b899e0f90d29370fefefe87960cf290df40a5

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Oct  7 15:16:37 2014 +0200

Import of upstream bugzilla release 4.4.6.

---

 .travis.yml                                        |  48 +++
 Bugzilla.pm                                        |   2 +-
 Bugzilla/Attachment.pm                             |  10 +-
 Bugzilla/Auth/Login/CGI.pm                         |   2 +-
 Bugzilla/Auth/Verify/DB.pm                         |   4 +-
 Bugzilla/Bug.pm                                    |  30 +-
 Bugzilla/Chart.pm                                  |   7 +-
 Bugzilla/Constants.pm                              |   2 +-
 Bugzilla/DB/Mysql.pm                               |   7 +-
 Bugzilla/Field.pm                                  |   6 +
 Bugzilla/Flag.pm                                   |  33 +-
 Bugzilla/Group.pm                                  |   2 +-
 Bugzilla/Install/Localconfig.pm                    |  10 +-
 Bugzilla/Install/Requirements.pm                   |   6 +
 Bugzilla/Search.pm                                 |  39 +-
 Bugzilla/Template.pm                               |   4 +-
 Bugzilla/Util.pm                                   |  20 +-
 Bugzilla/WebService.pm                             |   2 +-
 Bugzilla/WebService/Server/JSONRPC.pm              |   5 +-
 Build.PL                                           |  61 +++
 MANIFEST.SKIP                                      |  53 +++
 attachment.cgi                                     |  10 +-
 buglist.cgi                                        |   2 +-
 contrib/bz_webservice_demo.pl                      |  95 ++---
 docs/bugzilla.ent                                  |   5 +-
 docs/bugzilla.ent.tmpl                             |   4 +-
 docs/en/xml/bugzilla.ent                           |   5 +-
 editflagtypes.cgi                                  |  21 +-
 editgroups.cgi                                     |   7 +-
 editusers.cgi                                      |  15 +-
 js/field.js                                        |  12 +-
 lib/CGI.pm                                         | 462 +++++++++++----------
 lib/CGI/Apache.pm                                  |  28 --
 lib/CGI/Carp.pm                                    |  79 ++--
 lib/CGI/Cookie.pm                                  |  46 +-
 lib/CGI/Fast.pm                                    | 221 ----------
 lib/CGI/Pretty.pm                                  |  20 +-
 lib/CGI/Push.pm                                    |  33 +-
 lib/CGI/Switch.pm                                  |  29 --
 lib/CGI/Util.pm                                    |  21 +-
 post_bug.cgi                                       |   9 +-
 relogin.cgi                                        |  31 +-
 t/002goodperl.t                                    |  33 +-
 template/en/default/admin/groups/list.html.tmpl    |   3 +-
 template/en/default/admin/products/edit.html.tmpl  |   8 +-
 .../default/admin/users/responsibilities.html.tmpl |  14 +-
 template/en/default/config.rdf.tmpl                |  14 +-
 template/en/default/email/flagmail.txt.tmpl        |  13 +-
 template/en/default/filterexceptions.pl            |   1 -
 template/en/default/global/messages.html.tmpl      |   2 +-
 template/en/default/pages/release-notes.html.tmpl  |  12 +
 template/en/default/reports/report-table.csv.tmpl  |   8 +-
 .../en/default/search/search-specific.html.tmpl    |   2 +-
 testserver.pl                                      |   2 +-
 token.cgi                                          |   7 +-
 55 files changed, 803 insertions(+), 824 deletions(-)

Diff:   http://source.winehq.org/git/bugzilla.git/?a=commitdiff;h=4f6b899e0f90d29370fefefe87960cf290df40a5



More information about the wine-cvs mailing list