aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 553913: Add explicit error codes to WebService errors that were missingMax Kanat-Alexander2010-03-283-3/+32
| | | | | them r=dkl, a=mkanat
* Bug 550765: Unicode strings from install_string were showing up as garbageMax Kanat-Alexander2010-03-282-1/+9
| | | | | when used in the web interface r=LpSolit, a=LpSolit
* Bug 550148: Using Quicksearch with a comma-separated list of bug ids wasMax Kanat-Alexander2010-03-281-1/+1
| | | | | throwing an error, and this patch fixes it r=LpSolit, a=LpSolit
* Bug 490766: Link all field labels on enter_bug.cgi to their descriptionMax Kanat-Alexander2010-03-284-44/+80
| | | | | on fields.html r=LpSolit, a=LpSolit
* Bug 365926: Serve attachments without an explicit charset, and let the browserMax Kanat-Alexander2010-03-281-0/+8
| | | | | decide which charset to use r=LpSolit, a=LpSolit
* Bug 549814 - "Internal error when using login fields in header/footer after ↵Reed Loden2010-03-281-1/+1
| | | | | | visiting token.cgi URL" [r=mkanat a=mkanat]
* Bug 533927 - "email address domain filtering is applying to non-email fields ↵Reed Loden2010-03-271-32/+28
| | | | | | in the history" [r=LpSolit a=LpSolit]
* Bug 529433 - "Show name and full e-mail in a tooltip for flag setters and ↵Reed Loden2010-03-272-5/+25
| | | | | | requestees" [r=LpSolit a=LpSolit]
* Bug 553818: Fix the format of the return value for the Bug.attachmentsMax Kanat-Alexander2010-03-251-3/+1
| | | | | method in the WebService r=dkl, a=mkanat
* Bug 553774: Make User.login correctly return cookies under JSON-RPCMax Kanat-Alexander2010-03-231-0/+19
| | | | r=dkl, a=mkanat
* Bug 553770: Make the JSON-RPC WebService throw a proper error when you don'tMax Kanat-Alexander2010-03-233-6/+9
| | | | | | provide login credentials on a LOGIN_REQUIRED page. (Before this, it was attempting to display the HTML login page to JSON-RPC clients.) r=dkl, a=mkanat
* Bug 504946: Fix "Use of uninitialized value $strs in split atJesse Clark2010-03-231-0/+1
| | | | | Bugzilla/Search.pm line 1038" r=mkanat, a=mkanat
* Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pmDavid Lawrence2010-03-235-16/+143
| | | | r/a=mkanat
* Bug 553267: Allow specifying that you don't want flag data, for config.cgiMax Kanat-Alexander2010-03-182-33/+46
| | | | r=gerv, a=mkanat
* Bug 553255: Make config.cgi use Bugzilla::Product::preload, for a smallMax Kanat-Alexander2010-03-181-0/+4
| | | | | performance improvement r=gerv, a=mkanat
* Bug 395461: Allow multi-select fields to show up in buglist.cgiMax Kanat-Alexander2010-03-184-3/+21
| | | | r=dkl, a=mkanat
* Bug 330633 - "Remove the "Reset Form" button on editparams.cgi"Reed Loden2010-03-171-1/+0
| | | | [r=mkanat a=LpSolit]
* Bug 545587: Make colchange.cgi use the database to determine buglist-ableMax Kanat-Alexander2010-03-173-69/+62
| | | | | columns, instead of having a fixed list. r=LpSolit, a=LpSolit
* Bug 545770: Make contrib/merge-users.pl figure out what columns to mergeMax Kanat-Alexander2010-03-152-24/+32
| | | | | by tracing FKs instead of having a fixed list. r=LpSolit, a=LpSolit
* Bug 526189: Refactor the way that groups are checked for being validlyMax Kanat-Alexander2010-03-152-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
* Bug 552349: A lot of errors are thrown when an Atom feed queries BugzillaFrédéric Buclin2010-03-151-1/+1
| | | | r/a=mkanat
* Fix Rémi Zara's first name (wasn't a valid UTF8 string)Frédéric Buclin2010-03-151-1/+1
|
* Bug 349356: Correctly detect PPC as PocketPC (not only PowerPC)timeless2010-03-141-29/+39
| | | | r/a=LpSolit
* Bug 552168: Speed up comment display by pre-loading all Bugzilla::UserMax Kanat-Alexander2010-03-132-0/+14
| | | | | objects for the comment authors, for the whole list, all at once. r=LpSolit, a=LpSolit
* Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander2010-03-134-78/+121
| | | | | field-descs globally for all template calls r=LpSolit, a=LpSolit
* Bug 551210: Retargetted flags should be deleted if the flag setter has no ↵Frédéric Buclin2010-03-121-0/+2
| | | | | | privs to set the flag in the new product a=LpSolit
* Bug 551199: The Bug.search WebService function was throwing an error aboutMax Kanat-Alexander2010-03-101-1/+1
| | | | | datetime_format_inbound not being found r=dkl, a=mkanat
* Bug 550966: Syntax errors in extensions' Extension.pm were causing "deepMax Kanat-Alexander2010-03-101-1/+7
| | | | | recursion on subroutine" errors. r=mkanat, a=mkanat (module owner)
* Bug 374632: A separate script just to fix file/directory permissionsMax Kanat-Alexander2010-03-081-0/+28
| | | | r=mkanat, a=mkanat (module owner)
* Bug 551104: Don't install DBD::Pg when using install-module.pl --all unlessMax Kanat-Alexander2010-03-081-0/+2
| | | | | the PostgreSQL devel files are actually installed. r=mkanat, a=mkanat (module owner)
* Bug 550618: Make the XML-RPC WebService return the right date formatMax Kanat-Alexander2010-03-072-16/+26
| | | | r=dkl, a=mkanat
* Remove CVS "$Id" markers in files. The CVS mirror of bzr was showingMax Kanat-Alexander2010-03-077-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.
* Bug 547863: Stop supporting upgrades from 2.8Max Kanat-Alexander2010-03-072-44/+6
| | | | r=LpSolit, a=mkanat
* Bug 549588: Documentation incorrectly refers to localconfig for priorities, ↵Frédéric Buclin2010-03-081-11/+1
| | | | | | severities, platforms and operating systems r=glob
* Fix some typos and formatting in the Bugzilla::Extension POD.Max Kanat-Alexander2010-03-071-6/+6
|
* Bug 549671: The "1.3. New Versions" section is out-of-dateFrédéric Buclin2010-03-081-34/+7
| | | | r=glob
* Bug 542464: Dependency graphs cannot be displayed when bug summaries contain ↵Frédéric Buclin2010-03-081-1/+5
| | | | | | UTF8 characters r/a=mkanat
* Add a note about the Example extension in the Bugzilla::Hook POD.Max Kanat-Alexander2010-03-071-0/+3
|
* Bug 101770 - Comment box on the edit attachment page is too small \n ↵Guy Pyrzak2010-03-077-170/+305
|\ | | | | | | r=mkanat/lpSolit, a=lpsolit
| * fix for buttonGuy Pyrzak2010-03-032-6/+6
| |
| * 101770v2Guy Pyrzak2010-03-021-27/+29
| |
| * 101770Guy Pyrzak2010-03-027-167/+300
| |
* | Bug 549685: Update the list of required and optional Perl modulesFrédéric Buclin2010-03-071-4/+75
| | | | | | | | r=ghendricks a=LpSolit
* | Bug 549482: Release Notes for Bugzilla 3.4.6Max Kanat-Alexander2010-03-061-0/+46
| | | | | | | | r=LpSolit
* | Update the stability status of several WebService methods.Max Kanat-Alexander2010-03-053-12/+14
| |
* | Bug 513989 - large search query causing internal server error (500) but ↵David Lawrence2010-03-051-1/+1
| | | | | | | | | | | | | | valid redirect 302 returned Decreased CGI_URI_LIMIT to 8000 instead of 10000 a=mkanat
* | Additional bustage fix for bug 545299.Max Kanat-Alexander2010-03-041-1/+1
| |
* | Bustage fix for Bug 545299. rs=mkanat over IRCJustin Wood2010-03-041-1/+1
| |
* | Bug 545299, XML-RPC WebService should take and return dates and times in ↵Max Kanat-Alexander2010-03-045-68/+86
|\ \ | | | | | | | | | UTC. POD
| * | Bug 545299, XML-RPC WebService should take and return dates and times in ↵Justin Wood2010-03-045-48/+48
|/ / | | | | | | UTC. Code part, r+=mkanat