aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags methodFrédéric Buclin2010-03-291-20/+0
| | | | a=LpSolit
* Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander2010-03-292-18/+12
| | | | | operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit
* Bug 25275: Allow the URL column to be displayed in buglistsGervase Markham2010-03-291-1/+2
| | | | r/a=LpSolit
* Bug 554819: Make Quicksearch use Text::ParseWords instead of its customMax Kanat-Alexander2010-03-281-32/+4
| | | | | splitString method. r=LpSolit, a=LpSolit
* Bug 554569: WebService Bug.fields: Make it so that if you request a fieldMax Kanat-Alexander2010-03-281-5/+7
| | | | | by both id and name, only one field is returned r=dkl, a=mkanat
* Bug 554560: WebService Bug.fields: Send visibility_values for all select-typeMax Kanat-Alexander2010-03-281-7/+11
| | | | | | fields (including built-in fields that don't support it yet), but don't send a single null in the array for fields that have no visibility values. r=dkl, a=mkanat
* Bug 554536: [WebService] Make Bug.fields not send the "values" item forMax Kanat-Alexander2010-03-281-5/+9
| | | | | fields that don't have a list of values r=dkl, a=mkanat
* Bug 553923: Don't word-wrap messages and errors for the WebServiceMax Kanat-Alexander2010-03-281-2/+10
| | | | r=dkl, a=mkanat
* Bug 553913: Add explicit error codes to WebService errors that were missingMax Kanat-Alexander2010-03-282-2/+30
| | | | | them r=dkl, a=mkanat
* Bug 550765: Unicode strings from install_string were showing up as garbageMax Kanat-Alexander2010-03-281-1/+3
| | | | | 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 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-232-6/+5
| | | | | | 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-233-14/+102
| | | | r/a=mkanat
* Bug 395461: Allow multi-select fields to show up in buglist.cgiMax Kanat-Alexander2010-03-182-2/+20
| | | | r=dkl, a=mkanat
* Bug 545587: Make colchange.cgi use the database to determine buglist-ableMax Kanat-Alexander2010-03-171-15/+0
| | | | | 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-151-5/+14
| | | | | 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
* Fix Rémi Zara's first name (wasn't a valid UTF8 string)Frédéric Buclin2010-03-151-1/+1
|
* 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-132-2/+35
| | | | | 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 550618: Make the XML-RPC WebService return the right date formatMax Kanat-Alexander2010-03-072-16/+26
| | | | r=dkl, a=mkanat
* Fix some typos and formatting in the Bugzilla::Extension POD.Max Kanat-Alexander2010-03-071-6/+6
|
* Add a note about the Example extension in the Bugzilla::Hook POD.Max Kanat-Alexander2010-03-071-0/+3
|
* 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
* Bug 513989 - large search query causing internal server error (500) but ↵Dave Lawrence2010-03-031-0/+7
| | | | | | valid redirect 302 returned r=mkanat, a=mkanat
* Bug 541553: [Oracle] Drop triggers when dropping columns, and drop theXiaoou Wu2010-03-012-0/+24
| | | | | left-behind PRODUCTS_MILESTONEURL trigger that currently exists in 3.6/trunk. r=mkanat, a=mkanat
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-285-11/+24
| | | | | Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
* Bug 547466: Release Notes for Bugzilla 3.6rc1Max Kanat-Alexander2010-02-281-2/+7
| | | | r=LpSolit, r=gerv
* Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander2010-02-283-71/+69
| | | | r=LpSolit, a=LpSolit
* Bug 547852: Make the JSON-RPC interface return the correct error format toMax Kanat-Alexander2010-02-262-4/+13
| | | | | JSON-RPC 1.0 clients. r=dkl, a=mkanat
* Bug 547601: Make the JSON-RPC interface return UTF-8 data correctly.Max Kanat-Alexander2010-02-261-2/+12
| | | | r=dkl, a=mkanat
* Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander2010-02-224-56/+157
| | | | | or the WebService Bug.create method. r=LpSolit, a=LpSolit
* Bug 547336: Make installation work on Windows with Strawberry Perl ProfessionalMax Kanat-Alexander2010-02-222-15/+7
| | | | r=glob, a=mkanat
* Bug 547126: Make the JSON-RPC return error codes that are numericallyMax Kanat-Alexander2010-02-221-5/+52
| | | | | identical to the XML-RPC error codes. r=dkl, a=mkanat
* Bug 486074: Allow the JSON-RPC interface to properly serialize objectsMax Kanat-Alexander2010-02-221-0/+5
| | | | | to JSON, so that the Bug.get "internals" return item works. r=dkl, a=mkanat
* Bug 486073: Make the JSON-RPC WebService throw errors properly under mod_perlMax Kanat-Alexander2010-02-221-1/+3
| | | | r=dkl, a=mkanat
* There was some POD at the end of Bugzilla::WebService::Server::JSONRPCMax Kanat-Alexander2010-02-223-23/+31
| | | | | | that was supposed to be at the end of Bugzilla::WebService instead. Also added links to Bugzilla::WebService in both of the Bugzilla::WebService::Server types' POD.
* The JSON-RPC WebService is EXPERIMENTAL, now, not UNSTABLE.Max Kanat-Alexander2010-02-221-2/+2
|
* fix bustage in 012throwables.tFrédéric Buclin2010-02-201-1/+1
|