aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 419979: Bugzilla::DB::bz_add_field_table directly modifies the ↵mkanat%bugzilla.org2008-03-251-8/+13
| | | | | | FIELD_TABLE_SCHEMA constant Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵mkanat%bugzilla.org2008-03-257-74/+132
| | | | | | Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 314120: [Oracle] DBI::st::rows is used in a way that breaks Oracle - ↵lpsolit%gmail.com2008-03-211-14/+13
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file ↵lpsolit%gmail.com2008-03-191-1/+2
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links ↵lpsolit%gmail.com2008-03-181-0/+20
| | | | appear in footer even if the site doesn't use requests - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 304005: Implement SMTP authentication support for email notifications - ↵lpsolit%gmail.com2008-03-144-1/+30
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Fixing bug 418068 for real. The previous patch was broken. Patch by Jesse ↵lpsolit%gmail.com2008-02-281-7/+7
| | | | Clark <jjclark1982@gmail.com> r=mkanat
* Bug 419243: get_new_status_and_resolution() no longer exists and bug moving ↵lpsolit%gmail.com2008-02-261-18/+18
| | | | fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com2008-02-252-16/+12
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 418068: No way to search for "date of last comment" before/after a given ↵lpsolit%gmail.com2008-02-221-42/+21
| | | | date - Patch by Jesse Clark <jjclark1982@gmail.com> r/a=mkanat
* Bug 418518: Search links in editkeywords.cgi and describekeywords.cgi ↵lpsolit%gmail.com2008-02-211-1/+2
| | | | generate incorrect SQL queries - Patch by Jesse Clark <jjclark1982@gmail.com> r/a=mkanat
* Bug 417507: Search.pm broken when searching for empty resolutions ↵lpsolit%gmail.com2008-02-151-1/+1
| | | | (regression) - Patch by miketosh <michael.j.tosh@lmco.com> r/a=LpSolit
* Bug 374951: Handle different strange situations in installations and ↵mkanat%bugzilla.org2008-02-141-14/+50
| | | | | | upgrades that can leave you with a half-latin half-utf8 DB. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 413121 – UTF-8 in templates are garbaged.wurblzap%gmail.com2008-02-142-0/+89
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat
* Bug 416481: No bugmail is sent if no comment is added on bug creation - ↵lpsolit%gmail.com2008-02-132-9/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 384009: Global fields (priority, severity, OS, and platform) are ↵lpsolit%gmail.com2008-02-124-81/+51
| | | | required when using WebService instead of using the defaults - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 341508 – GetBugLink() should be localisable.wurblzap%gmail.com2008-02-121-2/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
* Bug 414430: On Windows, checksetup.pl should mention the correct PPM repo ↵lpsolit%gmail.com2008-02-121-8/+35
| | | | based on the Perl version - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=glob a=LpSolit
* Bug 415539: Remove trailing whitespaces from bugmailmkanat%bugzilla.org2008-02-081-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵lpsolit%gmail.com2008-02-062-0/+90
| | | | Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 415663: Flag->snapshot() calls Flag->match() with attach_id being ↵lpsolit%gmail.com2008-02-051-0/+5
| | | | undefined when editing bug flags - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 415155: Remove $cgi from the list of arguments when calling ↵lpsolit%gmail.com2008-02-042-14/+14
| | | | Bugzilla::Flag subroutines - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 376453 – E-mail threading can be enhanced with references header - ↵olav%bkor.dhs.org2008-02-041-1/+2
| | | | Patch by Henrik Skupin <hskupin@gmail.com> r=bkor a=LpSolit
* Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace ↵lpsolit%gmail.com2008-02-043-79/+29
| | | | match() there with Bugzilla::Object::match() - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
* Bug 395460: Make multi-select fields searchablemkanat%bugzilla.org2008-02-041-0/+67
| | | | Patch By Ronaldo Maia <romaia@async.com.br> and Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat<romaia@async.com.br> and Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
* Bump version number post-release.mkanat%bugzilla.org2008-02-021-1/+1
|
* Bump the version number for the 3.1.3 release.mkanat%bugzilla.org2008-02-021-1/+1
|
* Bug 414726: Bugzilla::Update never updates bugzilla-update.xml if the file ↵lpsolit%gmail.com2008-01-301-1/+11
| | | | already exists locally - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 414002: Temporary files for uploaded attachments are not deleted on ↵lpsolit%gmail.com2008-01-301-1/+4
| | | | Windows - Patch by Steve Hay <SteveHay@planit.com> r/a=LpSolit
* Bug 414474: Remove debugging code from Search.pm that was left in from bug ↵mkanat%bugzilla.org2008-01-291-4/+0
| | | | | | 399371. Patch By Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
* Bug 414012: Include the table id in fields that fail their new max-length check.mkanat%bugzilla.org2008-01-281-22/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 410521: The diffs in bugmails were broken and BugMail.pm was throwing a ↵mkanat%bugzilla.org2008-01-281-1/+1
| | | | | | warning about sprintf. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and ↵lpsolit%gmail.com2008-01-284-166/+8
| | | | Error.pm in favor of DB transactions. These methods are no longer used and are completely removed now - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 411544: Subject lines were still being improperly line-broken in emails.mkanat%bugzilla.org2008-01-281-2/+5
| | | | Patch By Jeff Lawson <jlawson-mozilla@bovine.net> r=mkanat, a=mkanat
* Bug 399371: Search.pm should use named subroutines instead of closuresmkanat%bugzilla.org2008-01-241-732/+1155
| | | | Patch By Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
* Bug 413343: Requesting data for a bug restricted to a group while you are ↵lpsolit%gmail.com2008-01-221-0/+1
| | | | logged out throws "Error 32000" - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 373281: Remove AppendComment entirely in favor of ↵lpsolit%gmail.com2008-01-211-51/+9
| | | | Bugzilla::Bug->add_comment - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 413258: When setting a flag on an attachment on bug creation, an ↵lpsolit%gmail.com2008-01-211-3/+6
| | | | incorrect message is displayed - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 413222: Implement $attachment->remove_from_db - Patch by Frédéric ↵lpsolit%gmail.com2008-01-201-2/+26
| | | | Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 143313: check_can_change_field() is no longer called with ↵lpsolit%gmail.com2008-01-201-3/+1
| | | | --do_not_change-- as field value - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 412836: Clean up process_bug.cgi now that we have Bugzilla::Bug->updatemkanat%bugzilla.org2008-01-202-18/+23
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 412850: Rename the webservice method Bug.get_bugs() to simple Bug.get()dkl%redhat.com2008-01-191-2/+10
| | | | David Lawrence <dkl@redhat.com> r=mkanat
* Bug 411832: [Oracle] Change ISOLATION_LEVEL to 'READ COMMITTED'mkanat%bugzilla.org2008-01-191-1/+1
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-188-26/+76
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 407402: Make Bugzilla die when data/params doesn't exist, if we're in a CGI.mkanat%bugzilla.org2008-01-181-0/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* Back out bug 147776, checksetup.pl now fills localconfig.old with a cryptic ↵lpsolit%gmail.com2008-01-182-51/+30
| | | | message
* Bug 402791: Move status and resolution updating from process_bug.cgi into ↵mkanat%bugzilla.org2008-01-182-241/+390
| | | | | | Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 147776: Make checksetup.pl re-write localconfig with the most modern ↵mkanat%bugzilla.org2008-01-182-30/+51
| | | | | | comments. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com2008-01-124-5/+23
| | | | characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org2008-01-122-1/+182
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit