Alexandre Julliard : Import of upstream bugzilla release 4.0.8.

Alexandre Julliard julliard at winehq.org
Wed Sep 19 16:52:07 CDT 2012


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Sep 19 23:43:51 2012 +0200

Import of upstream bugzilla release 4.0.8.

---

 .htaccess                                          |    2 +-
 Bugzilla/Attachment.pm                             |   10 +-
 Bugzilla/Auth.pm                                   |    3 +-
 Bugzilla/Auth/Verify/LDAP.pm                       |    2 +
 Bugzilla/Bug.pm                                    |    4 +-
 Bugzilla/Chart.pm                                  |    2 +-
 Bugzilla/Config/Advanced.pm                        |    3 +-
 Bugzilla/Config/Common.pm                          |   11 ++-
 Bugzilla/Config/UserMatch.pm                       |    6 +
 Bugzilla/Constants.pm                              |    2 +-
 Bugzilla/DB.pm                                     |    7 +-
 Bugzilla/DB/Oracle.pm                              |   42 ++---
 Bugzilla/DB/Pg.pm                                  |   12 --
 Bugzilla/DB/Schema.pm                              |    2 +-
 Bugzilla/Install/Requirements.pm                   |    5 +-
 Bugzilla/Migrate.pm                                |    1 +
 Bugzilla/Search.pm                                 |   41 +++--
 Bugzilla/Template.pm                               |    5 +-
 Bugzilla/User.pm                                   |   68 ++++++---
 Bugzilla/User/Setting.pm                           |    4 +-
 Bugzilla/Util.pm                                   |  110 +++++++++++++-
 Bugzilla/WebService/Bug.pm                         |   50 +++----
 Bugzilla/WebService/Constants.pm                   |   19 +++
 Bugzilla/WebService/Server/JSONRPC.pm              |   24 +++-
 Bugzilla/WebService/Server/XMLRPC.pm               |   11 ++
 Bugzilla/WebService/User.pm                        |   25 +--
 buglist.cgi                                        |   45 ++----
 createaccount.cgi                                  |   31 +---
 docs/bugzilla.ent                                  |    4 +-
 docs/en/xml/Bugzilla-Guide.xml                     |    6 +-
 docs/en/xml/administration.xml                     |  167 ++++++++++++++++++--
 docs/en/xml/bugzilla.ent                           |    4 +-
 docs/en/xml/gfdl.xml                               |    4 +-
 docs/en/xml/glossary.xml                           |    2 +-
 docs/en/xml/installation.xml                       |    6 +-
 docs/en/xml/using.xml                              |   10 --
 editflagtypes.cgi                                  |    2 +-
 editusers.cgi                                      |    5 +-
 importxml.pl                                       |   15 +-
 js/field.js                                        |    6 +-
 post_bug.cgi                                       |    2 +-
 process_bug.cgi                                    |    3 +
 query.cgi                                          |    3 +
 report.cgi                                         |    4 +-
 skins/standard/attachment.css                      |    5 +
 skins/standard/global.css                          |    1 +
 t/001compile.t                                     |    2 +-
 template/en/default/account/prefs/prefs.html.tmpl  |    3 +-
 .../en/default/admin/params/usermatch.html.tmpl    |    3 +
 template/en/default/attachment/edit.html.tmpl      |   20 ++-
 .../en/default/attachment/show-multiple.html.tmpl  |   20 ++-
 template/en/default/bug/create/create.html.tmpl    |    1 +
 template/en/default/bug/field-help.none.tmpl       |    2 +-
 template/en/default/filterexceptions.pl            |    1 -
 template/en/default/global/code-error.html.tmpl    |   13 +-
 .../en/default/global/confirm-user-match.html.tmpl |    8 +-
 template/en/default/global/messages.html.tmpl      |    6 +-
 template/en/default/global/textarea.html.tmpl      |    3 +
 template/en/default/global/user-error.html.tmpl    |   29 +++-
 template/en/default/global/userselect.html.tmpl    |    4 +-
 template/en/default/list/list.js.tmpl              |   37 -----
 template/en/default/list/table.html.tmpl           |    2 +-
 template/en/default/pages/release-notes.html.tmpl  |  149 +++++++++++++++++-
 template/en/default/request/queue.html.tmpl        |    3 +-
 token.cgi                                          |    2 +
 whine.pl                                           |   10 +-
 66 files changed, 781 insertions(+), 333 deletions(-)

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



More information about the wine-cvs mailing list