aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* | Bug 513989 - large search query causing internal server error (500) but ↵Dave Lawrence2010-03-032-3/+12
|/ | | | | | 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 286041 - Allow people to undo "forget search"Kent Rogers2010-03-012-6/+5
| | | | r=mkanat, a=mkanat
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-2810-19/+28
| | | | | Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
* Bug 547466: Release Notes for Bugzilla 3.6rc1Max Kanat-Alexander2010-02-282-20/+716
| | | | r=LpSolit, r=gerv
* Bug 548933: The "Mark as Duplicate" link was changing bugs to RESOLVED FIXEDMax Kanat-Alexander2010-02-281-1/+2
| | | | r=pyrzak, a=mkanat
* Bug 474738: Make all of the "not" search types show up in search descriptionsMax Kanat-Alexander2010-02-281-2/+3
| | | | r=LpSolit, a=LpSolit
* Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander2010-02-284-87/+70
| | | | r=LpSolit, a=LpSolit
* Bug 537834 - "Buglist results using atom ctype do not display users with ↵Reed Loden2010-02-282-3/+5
| | | | | | empty real names" [r=LpSolit a=LpSolit]
* Bug 549177 - "Typo in admin.cgi page header"Reed Loden2010-02-281-1/+1
| | | | [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
* Some lines in the release notes started with a "[% terms" item but didn'tMax Kanat-Alexander2010-02-241-13/+13
| | | | have [%+ on them, so the words would get crunched together, like "thisBugzilla".
* Fix bustage (unused error tag)Frédéric Buclin2010-02-241-4/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=526184
* Bug 547496: Add IDs to some form elementsFrédéric Buclin2010-02-243-20/+25
| | | | r=pyrzak a=LpSolit
* Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander2010-02-229-152/+175
| | | | | or the WebService Bug.create method. r=LpSolit, a=LpSolit
* Bug 547336: Make installation work on Windows with Strawberry Perl ProfessionalMax Kanat-Alexander2010-02-223-18/+13
| | | | 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
* Include migrate.pl in the POD index.Max Kanat-Alexander2010-02-221-1/+1
|
* 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
|
* Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak2010-02-2112-19/+157
| | | | r=LpSolit, a=mkanat
* fix bustage in 012throwables.tFrédéric Buclin2010-02-201-1/+1
|
* Bug 546871: Make checksetup.pl not try to fix the permissions ofMax Kanat-Alexander2010-02-202-12/+6
| | | | | bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit
* Bug 546867: Prevent email_in.pl from throwing a cryptic error on receivingMax Kanat-Alexander2010-02-201-0/+1
| | | | | an invalid email r=LpSolit, a=LpSolit
* Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm)Max Kanat-Alexander2010-02-202-1/+19
| | | | | look for their tempaltes and libraries in. r=mkanat, a=mkanat (module owner)
* Bug 519035: Make the FK for series.creator have ON DELETE CASCADE insteadMax Kanat-Alexander2010-02-202-1/+12
| | | | | of ON DELETE SET NULL r=LpSolit, a=LpSolit
* Bug 499151: Only call format_comment when it's actually needed, as a slightMax Kanat-Alexander2010-02-202-7/+10
| | | | | performance improvement. r=glob, a=LpSolit
* Bug 547428: SQL error when deleting a product and its related series when it ↵Bodo-Merle Sandor2010-02-201-1/+3
| | | | | | has none r/a=LpSolit
* Bug 373278: Add distinctive marking for security bugs in request.cgiFrédéric Buclin2010-02-203-5/+10
| | | | r=pyrzak a=LpSolit
* The fix for bug 329637 was missing an update to filterexceptions.pl.Max Kanat-Alexander2010-02-191-1/+0
|
* "my $template = Bugzilla->template" wasn't needed in _page_user and _page_bugMax Kanat-Alexander2010-02-181-2/+0
| | | | in the Voting extension. (Thanks to timello for pointing this out!)
* Bug 529573: Tabular reports do not show empty resolutionGreg Hendricks2010-02-181-0/+1
| | | | r/a=mkanat
* Bug 546763: Extra spaces when copying bug headerGuy Pyrzak2010-02-181-2/+2
| | | | r=reed a=mkanat