summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Expand)AuthorFilesLines
2005-01-24Bug 31314 : Support for "In-Reply-To" header in emailstravis%sedsystems.ca1-0/+12
2005-01-21Bug 266579 : Users without privs can confirm bugs by assigning to themselves ...travis%sedsystems.ca1-14/+16
2005-01-19Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow preven...travis%sedsystems.ca1-0/+8
2005-01-19Bug 179451 : Move order-by generation from buglist.cgi into search.pmtravis%sedsystems.ca1-5/+104
2005-01-19Bug 276840 : Move $::defaultqueryname out of globals.pl into Bugzilla/Constan...travis%sedsystems.ca1-0/+5
2005-01-18Update version to 2.19.2+ for cvs developmentjustdave%bugzilla.org1-1/+1
2005-01-17Patch for bug 254351: Patch to add a cookiedomain parameter; patch by Eric Ha...jocuri%softhome.net1-0/+4
2005-01-17Patch for bug 276842: Move @default_column_list out of globals.pl into Bugzil...jocuri%softhome.net1-0/+8
2005-01-16Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net4-8/+60
2005-01-16Patch for bug 277618: Move FormatTimeUnit() out of globals.pl; patch by Max K...jocuri%softhome.net2-4/+23
2005-01-16Patch for bug 260682: Support redirecting to HTTPS always or for authenticate...jocuri%softhome.net3-0/+39
2005-01-16Patch for bug 277622: Move DiffStrings() out of globals.pl into Bugzilla/Util...jocuri%softhome.net2-4/+40
2005-01-15Bump version to 2.19.2 for snapshot releasejustdave%bugzilla.org1-1/+1
2005-01-13Bug 275108 : Content-disposition header is incorrect, violates RFCtravis%sedsystems.ca1-33/+29
2005-01-12Bug 276473: Show_activity merges incorrectly sometimes changesets into one ch...travis%sedsystems.ca1-2/+6
2005-01-09Patch for bug 277389: Modify flag notification code so it doesn't append emai...jocuri%softhome.net1-1/+1
2005-01-08Bug 108870: Bugzilla does not set email prefs for new user until user visits ...travis%sedsystems.ca3-28/+71
2005-01-04Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; r=...gerv%gerv.net1-1/+4
2005-01-01Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r...gerv%gerv.net3-26/+23
2004-12-31Patch for bug 276283: Users should be able to cancel their own flag requests;...jocuri%softhome.net1-1/+1
2004-12-31Patch for bug 275788: Provide a line of code that defines legal query formats...jocuri%softhome.net1-0/+11
2004-12-31Patch for bug 275523: Replace INNER JOIN in flag searches with LEFT JOIN; pat...jocuri%softhome.net1-8/+12
2004-12-29Patch for bug 273339: Make attachment.cgi consistent with its activity log ti...jocuri%softhome.net1-2/+6
2004-12-24Bug 261821 - Bugzilla now properly calls 'finish' on the DBI handle in CanSee...jake%bugzilla.org1-0/+1
2004-12-14Patch for bug 270823: Remove failure on search 'time since owner touched bug'...jocuri%softhome.net1-2/+2
2004-12-14Patch for bug 252889: Change Search.pm activity log joins to LEFT JOINS; patc...jocuri%softhome.net1-49/+43
2004-12-07Patch for bug 256592: Cut down the DBD error string to a reasonable size; pat...jocuri%softhome.net1-0/+3
2004-12-05Patch for bug 175222: Add product and component fields to change mails; patch...jocuri%softhome.net1-0/+2
2004-11-24Patch for bug 180879: Implement privs for bug flags modification; patch by Fr...jocuri%softhome.net2-2/+47
2004-11-08Bug 257344: Remove exit from error handlers when non-interactivebugreport%peshkin.net1-5/+13
2004-11-03Patch for bug 212017: Should be able to change a bug if it has a flag request...jocuri%softhome.net1-1/+3
2004-10-25Bump version number to 2.19.1+ to indicate version pulled from CVS.justdave%bugzilla.org1-1/+1
2004-10-25Bump version number to 2.19.1 for snapshot releasejustdave%bugzilla.org1-1/+1
2004-10-25[SECURITY] Bug 250605: Changes to the metadata (filename, description, mime t...justdave%bugzilla.org1-0/+10
2004-10-25Bug 250897: Enforce a 10 minute waiting period between password reset attempt...justdave%bugzilla.org1-4/+12
2004-10-23Bug 265731: multipart_start in the server-push handling code wasn't honoring ...justdave%bugzilla.org1-0/+3
2004-10-21Patch for bug 232155: Remove uninitialized value warning from Pperl's Cookie....jocuri%softhome.net1-8/+3
2004-10-21Fix for bug 265303: updates RDF content type to new standard application/rdf+...myk%mozilla.org1-1/+1
2004-10-01Patch for bug 262126: fix invalid date parsing; patch by me, r=kiko, a=justdave.jocuri%softhome.net1-1/+1
2004-09-13Bug 253696: work around NAME_lc bug in ActiveState Perl on Win32justdave%bugzilla.org1-1/+5
2004-09-11Bug 255913: mailto link on show_bug.cgi wasn't honoring emailsuffix. Bugzill...justdave%bugzilla.org1-3/+3
2004-09-11Bug 255663: Query on [Bug creation] and anything to do with attachments no lo...justdave%bugzilla.org1-2/+2
2004-09-11Fix for bug 215319: changes "flag requester" field in boolean charts to "flag...myk%mozilla.org1-4/+4
2004-09-09Patch for bug 257303: convert lastused field in logincookies from timestamp t...jocuri%softhome.net2-2/+3
2004-09-03Bug 256762: make flag request email use emailsuffix; patch by Marc Schumann <...jocuri%softhome.net1-1/+3
2004-08-31Whitespace-only fix to indentation in BugMail.pm, bear with me.kiko%async.com.br1-3/+3
2004-08-30Bug 225687 - add group controls to charts, along with various other cleanups....gerv%gerv.net2-84/+68
2004-08-28Patch for bug 248613: Custom global default platform/OS in non-usebrowserinfo...jocuri%softhome.net1-0/+13
2004-08-21Bug 224208 Add a higher level of categorization (.ie departments, locations, ...bugreport%peshkin.net2-4/+23
2004-08-11Bug 244239: Add group-based pronouns to querybugreport%peshkin.net2-3/+79