summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-07Bug 268146: mod_security complain: Invalid cookie format: Cookie value is mis...lpsolit%gmail.com6-33/+67
2005-07-02Bug 289042: Implicit joins should be replaced by explicit joins - installment Bmkanat%kerio.com3-19/+25
2005-07-02Bug 274404 - Document the new whining functionality that will be available in...mozilla%colinogilvie.co.uk2-2/+249
2005-07-02Back out bug 274404 which for some reason fails to build using jade but will ...mozilla%colinogilvie.co.uk2-241/+2
2005-07-02Bug 274404 - Document the new whining functionality that will be available in...jake%bugzilla.org2-2/+241
2005-07-01Bug 297646: Write helper functions for Bugzilla::Token.pmbugzilla%glob.com.au1-45/+80
2005-06-30Finish up fix for bug 22472 ("runtests.sh: die, die, die!"). Removezach%zachlipton.com3-6/+4
2005-06-30Fix for bug 224472: "runtests.sh: die, die, die!" a=justdavezach%zachlipton.com1-3/+0
2005-06-30Bug 298826: Fixes some spelling errors - Patch by Frank Wein <bugzilla@mcsmur...lpsolit%gmail.com2-6/+6
2005-06-30Bug 298024: Incorrect group control check in sanitycheck.cgi - Patch by Fréd...lpsolit%gmail.com1-10/+9
2005-06-30Bug 202278: Quips are escaped now, no need for HTML-like blocking - Patch by ...lpsolit%gmail.com2-6/+0
2005-06-30Bug 299145: Document new required perl modulesmozilla%colinogilvie.co.uk2-27/+72
2005-06-30Bug 299144: Update documentation minimum versionsmozilla%colinogilvie.co.uk1-2/+2
2005-06-30Docs fixes for Bug 298827: builtin or built-in and Bug 298832: ie (sp)mozilla%colinogilvie.co.uk2-3/+3
2005-06-25Bug 298190: The "200 bugs" limit in buglist.cgi should be a constant, not a m...lpsolit%gmail.com3-3/+9
2005-06-25Bug 277454: Bugs in inactivated groups don't show padlocks on the buglist - P...lpsolit%gmail.com3-13/+89
2005-06-25Bug 284273: Move productResponsibilities from editusers.cgi to Bugzilla::User...lpsolit%gmail.com3-34/+51
2005-06-21Bug 296039: [PostgreSQL] Cannot create a new productmkanat%kerio.com2-1/+7
2005-06-21Bug 180792: Setting and/or updating flags does not update last changed date -...lpsolit%gmail.com2-2/+5
2005-06-21Backing out bug 180792. A table is locked as READ while my patch tries to wri...lpsolit%gmail.com2-4/+1
2005-06-21Bug 289693: EditSettings page changes name from the link in the footer - Patc...lpsolit%gmail.com4-15/+15
2005-06-21Bug 244533: Display "only the 200 most relevant bugs are shown" only when mor...lpsolit%gmail.com2-2/+5
2005-06-21Bug 298196: process_bug.cgi updates delta_ts even when no modifications are m...lpsolit%gmail.com1-4/+3
2005-06-21Bug 297794: initBug's verification of user_id being an email is bogus - Patch...lpsolit%gmail.com1-7/+7
2005-06-21Bug 180792: Setting and/or updating flags does not update last changed date -...lpsolit%gmail.com2-1/+4
2005-06-21Bug 296887: Do not display the quip entry field when quip_list_entry_control ...lpsolit%gmail.com1-11/+21
2005-06-21Bug 151411: "(This bug is not in your list)" is confusing - Patch by Alfred K...lpsolit%gmail.com1-2/+13
2005-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch...lpsolit%gmail.com26-79/+79
2005-06-17Bug 297928: detaint_natural, detaint_signed and trick_taint shouldn't rely on...lpsolit%gmail.com1-6/+6
2005-06-16Bug 297797: New Hook - add actions to attachment table - Patch by Dennis Mele...bugreport%peshkin.net1-0/+1
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com30-27/+35
2005-06-15Bug 296180: Table and CSV reports should use localised terms for statuses and...lpsolit%gmail.com2-4/+28
2005-06-15Bug 274266: Server type should not be hardcoded in SQL values - Patch by Fré...lpsolit%gmail.com1-5/+5
2005-06-13Bug 255685: Docs should mention mysql-devel RPM is requiredmozilla%colinogilvie.co.uk1-1/+9
2005-06-11Bug 266159: It's possible to create multiple flags by reloading, even if flag...lpsolit%gmail.com1-10/+37
2005-06-11Bug 277417: SQL error when reloading the page after changing the bug resoluti...lpsolit%gmail.com2-0/+15
2005-06-11Bug 296214: Add a hook into user-error.html.tmpl to allow user-extendable err...lpsolit%gmail.com1-4/+18
2005-06-09Patch for bug 296582: create-guided template refers to "zarro boogs" instead ...jocuri%softhome.net1-2/+2
2005-06-09Patch for bug 291600: replace "iff" with "if and only if"; r=LpSolit, a=justd...jocuri%softhome.net3-5/+6
2005-06-09Bug 291803: PostgreSQL dies when you insert a string longer than 2700 charact...mkanat%kerio.com2-1/+18
2005-06-09Bug 225042: If sendmail dies while processing a duplicate it corrupts the dup...lpsolit%gmail.com1-14/+20
2005-06-08Documentation patch for bug 274319: Add FAQ regarding how to move a Bugzilla ...jocuri%softhome.net1-0/+71
2005-06-08Documentation patch for bug 279589: Documentation should suggest UTF-8 encodi...jocuri%softhome.net1-5/+4
2005-06-08Documentation patch for bug 296741: 'resticted' spelled wrongly in Bugzilla d...jocuri%softhome.net1-1/+1
2005-06-07Bug 252214: Allow max of zero votes per bug - Patch by Alfred Karl Kornel <ko...lpsolit%gmail.com1-2/+2
2005-06-03Bug 296186: Bugzilla Message "OK, your search named ... is updated." needs workbugzilla%glob.com.au1-1/+1
2005-06-03Bug 293890: Missing element declarations in bugzilla.dtd - Patch by Colin Ogi...mozilla%colinogilvie.co.uk1-1/+2
2005-06-03Bug 295213: whine mail still goes out even though whinedays = "0" - Patch by ...lpsolit%gmail.com2-2/+6
2005-06-01Bug 293767: The search page does not use localised terms for statuses and res...lpsolit%gmail.com2-2/+9
2005-06-01Bug 215208: Descriptions in the bug activity tables are still in english - Pa...lpsolit%gmail.com1-0/+9