summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-03-18Bug 553255: Make config.cgi use Bugzilla::Product::preload, for a smallMax Kanat-Alexander1-0/+4
performance improvement r=gerv, a=mkanat
2010-03-18Bug 395461: Allow multi-select fields to show up in buglist.cgiMax Kanat-Alexander4-3/+21
r=dkl, a=mkanat
2010-03-18Bug 330633 - "Remove the "Reset Form" button on editparams.cgi"Reed Loden1-1/+0
[r=mkanat a=LpSolit]
2010-03-17Bug 545587: Make colchange.cgi use the database to determine buglist-ableMax Kanat-Alexander3-69/+62
columns, instead of having a fixed list. r=LpSolit, a=LpSolit
2010-03-16Bug 545770: Make contrib/merge-users.pl figure out what columns to mergeMax Kanat-Alexander2-24/+32
by tracing FKs instead of having a fixed list. r=LpSolit, a=LpSolit
2010-03-16Bug 526189: Refactor the way that groups are checked for being validlyMax Kanat-Alexander2-16/+33
settable in a particular product, to eliminate the possibility of ever setting an inactive or invalid group on a product. r=LpSolit, a=LpSolit
2010-03-15Bug 552349: A lot of errors are thrown when an Atom feed queries BugzillaFrédéric Buclin1-1/+1
r/a=mkanat
2010-03-15Fix Rémi Zara's first name (wasn't a valid UTF8 string)Frédéric Buclin1-1/+1
2010-03-14Bug 349356: Correctly detect PPC as PocketPC (not only PowerPC)timeless1-29/+39
r/a=LpSolit
2010-03-14Bug 552168: Speed up comment display by pre-loading all Bugzilla::UserMax Kanat-Alexander2-0/+14
objects for the comment authors, for the whole list, all at once. r=LpSolit, a=LpSolit
2010-03-14Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander4-78/+121
field-descs globally for all template calls r=LpSolit, a=LpSolit
2010-03-12Bug 551210: Retargetted flags should be deleted if the flag setter has no ↵Frédéric Buclin1-0/+2
privs to set the flag in the new product a=LpSolit
2010-03-10Bug 551199: The Bug.search WebService function was throwing an error aboutMax Kanat-Alexander1-1/+1
datetime_format_inbound not being found r=dkl, a=mkanat
2010-03-10Bug 550966: Syntax errors in extensions' Extension.pm were causing "deepMax Kanat-Alexander1-1/+7
recursion on subroutine" errors. r=mkanat, a=mkanat (module owner)
2010-03-09Bug 374632: A separate script just to fix file/directory permissionsMax Kanat-Alexander1-0/+28
r=mkanat, a=mkanat (module owner)
2010-03-09Bug 551104: Don't install DBD::Pg when using install-module.pl --all unlessMax Kanat-Alexander1-0/+2
the PostgreSQL devel files are actually installed. r=mkanat, a=mkanat (module owner)
2010-03-08Bug 550618: Make the XML-RPC WebService return the right date formatMax Kanat-Alexander2-16/+26
r=dkl, a=mkanat
2010-03-08Remove CVS "$Id" markers in files. The CVS mirror of bzr was showingMax Kanat-Alexander7-9/+0
the docs' about.xml and installation.xml being modified on every commit because of these markers, and the rest of them are simply unnecessary.
2010-03-08Bug 547863: Stop supporting upgrades from 2.8Max Kanat-Alexander2-44/+6
r=LpSolit, a=mkanat
2010-03-08Bug 549588: Documentation incorrectly refers to localconfig for priorities, ↵Frédéric Buclin1-11/+1
severities, platforms and operating systems r=glob
2010-03-08Fix some typos and formatting in the Bugzilla::Extension POD.Max Kanat-Alexander1-6/+6
2010-03-08Bug 549671: The "1.3. New Versions" section is out-of-dateFrédéric Buclin1-34/+7
r=glob
2010-03-08Bug 542464: Dependency graphs cannot be displayed when bug summaries contain ↵Frédéric Buclin1-1/+5
UTF8 characters r/a=mkanat
2010-03-08Add a note about the Example extension in the Bugzilla::Hook POD.Max Kanat-Alexander1-0/+3
2010-03-07Bug 101770 - Comment box on the edit attachment page is too small \n ↵Guy Pyrzak7-170/+305
r=mkanat/lpSolit, a=lpsolit
2010-03-07Bug 549685: Update the list of required and optional Perl modulesFrédéric Buclin1-4/+75
r=ghendricks a=LpSolit
2010-03-07Bug 549482: Release Notes for Bugzilla 3.4.6Max Kanat-Alexander1-0/+46
r=LpSolit
2010-03-06Update the stability status of several WebService methods.Max Kanat-Alexander3-12/+14
2010-03-05Bug 513989 - large search query causing internal server error (500) but ↵David Lawrence1-1/+1
valid redirect 302 returned Decreased CGI_URI_LIMIT to 8000 instead of 10000 a=mkanat
2010-03-05Additional bustage fix for bug 545299.Max Kanat-Alexander1-1/+1
2010-03-05Bustage fix for Bug 545299. rs=mkanat over IRCJustin Wood1-1/+1
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in ↵Max Kanat-Alexander5-68/+86
UTC. POD
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in ↵Justin Wood5-48/+48
UTC. Code part, r+=mkanat
2010-03-03Bug 513989 - large search query causing internal server error (500) but ↵Dave Lawrence2-3/+12
valid redirect 302 returned r=mkanat, a=mkanat
2010-03-03fix for buttonGuy Pyrzak2-6/+6
2010-03-03101770v2Guy Pyrzak1-27/+29
2010-03-03101770Guy Pyrzak7-167/+300
2010-03-02Bug 541553: [Oracle] Drop triggers when dropping columns, and drop theXiaoou Wu2-0/+24
left-behind PRODUCTS_MILESTONEURL trigger that currently exists in 3.6/trunk. r=mkanat, a=mkanat
2010-03-02Bug 286041 - Allow people to undo "forget search"Kent Rogers2-6/+5
r=mkanat, a=mkanat
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander10-19/+28
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
2010-03-01Bug 547466: Release Notes for Bugzilla 3.6rc1Max Kanat-Alexander2-20/+716
r=LpSolit, r=gerv
2010-03-01Bug 548933: The "Mark as Duplicate" link was changing bugs to RESOLVED FIXEDMax Kanat-Alexander1-1/+2
r=pyrzak, a=mkanat
2010-03-01Bug 474738: Make all of the "not" search types show up in search descriptionsMax Kanat-Alexander1-2/+3
r=LpSolit, a=LpSolit
2010-03-01Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander4-87/+70
r=LpSolit, a=LpSolit
2010-02-28Bug 537834 - "Buglist results using atom ctype do not display users with ↵Reed Loden2-3/+5
empty real names" [r=LpSolit a=LpSolit]
2010-02-28Bug 549177 - "Typo in admin.cgi page header"Reed Loden1-1/+1
[r=LpSolit a=LpSolit]
2010-02-27Bug 547852: Make the JSON-RPC interface return the correct error format toMax Kanat-Alexander2-4/+13
JSON-RPC 1.0 clients. r=dkl, a=mkanat
2010-02-27Bug 547601: Make the JSON-RPC interface return UTF-8 data correctly.Max Kanat-Alexander1-2/+12
r=dkl, a=mkanat
2010-02-25Some lines in the release notes started with a "[% terms" item but didn'tMax Kanat-Alexander1-13/+13
have [%+ on them, so the words would get crunched together, like "thisBugzilla".
2010-02-24Fix bustage (unused error tag)Frédéric Buclin1-4/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=526184