Module: bugzilla Branch: master Commit: 86e83cce18674e2fbe1ae6c9ad69582507ed3015 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=86e83cce18674e2fbe1ae6...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 28 10:10:52 2008 +0200
Import of upstream bugzilla release 3.0.4.
---
Bugzilla/Bug.pm | 77 +- Bugzilla/BugMail.pm | 5 +- Bugzilla/CGI.pm | 5 +- Bugzilla/Config.pm | 11 + Bugzilla/Constants.pm | 6 +- Bugzilla/DB.pm | 20 +- Bugzilla/DB/Mysql.pm | 61 +- Bugzilla/Flag.pm | 58 +- Bugzilla/Hook.pm | 2 + Bugzilla/Install/Requirements.pm | 76 +- Bugzilla/Mailer.pm | 8 +- Bugzilla/Search.pm | 51 +- Bugzilla/Search/Quicksearch.pm | 2 +- Bugzilla/Template.pm | 27 +- Bugzilla/Token.pm | 83 +- Bugzilla/Update.pm | 7 +- Bugzilla/User.pm | 31 +- Bugzilla/WebService/Bug.pm | 18 +- Bugzilla/WebService/Constants.pm | 2 + QUICKSTART | 5 +- UPGRADING-pre-2.8 | 5 + attachment.cgi | 1 + buglist.cgi | 4 +- collectstats.pl | 6 +- config.cgi | 2 + contrib/README | 78 +- contrib/merge-users.pl | 6 + contrib/syncLDAP.pl | 2 +- docs/makedocs.pl | 11 +- docs/xml/Bugzilla-Guide.xml | 6 +- docs/xml/administration.xml | 2088 +++++++++++++++----- docs/xml/conventions.xml | 8 +- docs/xml/customization.xml | 22 +- docs/xml/faq.xml | 17 + docs/xml/installation.xml | 333 ++--- docs/xml/modules.xml | 37 +- docs/xml/using.xml | 382 +++- editproducts.cgi | 44 +- editusers.cgi | 11 +- email_in.pl | 90 +- mod_perl.pl | 4 +- post_bug.cgi | 4 - process_bug.cgi | 44 +- query.cgi | 19 +- relogin.cgi | 8 +- show_bug.cgi | 2 +- skins/standard/IE-fixes.css | 5 + skins/standard/global.css | 34 + skins/standard/global/body-back.gif | Bin 526 -> 526 bytes skins/standard/global/header.png | Bin 2042 -> 2042 bytes skins/standard/index/front.png | Bin 47235 -> 47235 bytes t/004template.t | 4 +- template/en/default/account/cancel-token.txt.tmpl | 2 +- .../admin/classifications/reclassify.html.tmpl | 4 +- .../admin/components/confirm-delete.html.tmpl | 2 +- template/en/default/admin/groups/delete.html.tmpl | 10 +- template/en/default/admin/params/auth.html.tmpl | 10 +- .../admin/products/confirm-delete.html.tmpl | 2 +- .../admin/products/list-classifications.html.tmpl | 15 +- .../default/admin/users/confirm-delete.html.tmpl | 38 +- template/en/default/admin/users/userdata.html.tmpl | 2 +- template/en/default/attachment/edit.html.tmpl | 25 +- .../en/default/attachment/show-multiple.html.tmpl | 4 - template/en/default/bug/activity/table.html.tmpl | 2 +- template/en/default/bug/comments.html.tmpl | 3 +- template/en/default/bug/create/create.html.tmpl | 19 +- template/en/default/bug/dependency-tree.html.tmpl | 8 +- template/en/default/bug/field.html.tmpl | 4 +- template/en/default/bug/process/midair.html.tmpl | 4 +- template/en/default/bug/show-multiple.html.tmpl | 2 +- template/en/default/config.js.tmpl | 8 + template/en/default/config.rdf.tmpl | 27 +- template/en/default/email/votes-removed.txt.tmpl | 23 +- template/en/default/filterexceptions.pl | 1 - template/en/default/flag/list.html.tmpl | 6 +- template/en/default/global/header.html.tmpl | 2 + template/en/default/global/user-error.html.tmpl | 18 +- template/en/default/global/userselect.html.tmpl | 8 +- template/en/default/global/variables.none.tmpl | 13 - template/en/default/list/list.ics.tmpl | 4 +- template/en/default/list/quips.html.tmpl | 6 +- template/en/default/list/table.html.tmpl | 1 + template/en/default/pages/fields.html.tmpl | 9 +- template/en/default/pages/linked.html.tmpl | 4 +- .../en/default/pages/quicksearchhack.html.tmpl | 45 +- template/en/default/pages/release-notes.html.tmpl | 99 +- template/en/default/search/form.html.tmpl | 8 +- template/en/default/welcome-admin.html.tmpl | 2 +- token.cgi | 19 +- userprefs.cgi | 2 +- whine.pl | 8 +- whineatnews.pl | 6 +- 92 files changed, 2948 insertions(+), 1359 deletions(-)
Diff: http://source.winehq.org/git/bugzilla.git/?a=commitdiff;h=86e83cce18674e2fbe...