summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2012-04-11Bug 663377: Quicksearch using "status:" field doesn't work--it is defeated ↵Frédéric Buclin1-42/+30
by the default status selection r=dkl a=LpSolit
2012-04-11Bug 706412 - make JobQueue.pm support insertion of Job objects, and also ↵Gervase Markham1-5/+13
enable prioritization. r,a=LpSolit.
2012-04-10Bug 743991: Need a new hook to update Bugzilla::Search::COLUMN_JOINSrojanu2-1/+51
r/a=LpSolit
2012-04-09Fix typoFrédéric Buclin1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=679965
2012-04-092nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executableFrédéric Buclin1-0/+1
2012-04-04Bug 58179: End date not included in the Search By Change History sectionFrédéric Buclin1-0/+5
r=dkl a=LpSolit
2012-03-31Search for start-of-time-interval in date fields is (partially?) broken.Marc Schumann1-1/+1
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=715270
2012-03-30Bug 690879 - Webservice Bug.fields should include include keyword name and ↵Frank Becker1-3/+18
description as legal values r=dkl, a=LpSolit
2012-03-30Fix bustage: Perl 5.8.x doesn't understand \g1 in regexp (must use \1 instead)Frédéric Buclin1-1/+1
2012-03-29Bug 643681 - Bug.get should also return the time spent on a bug for users in ↵frase1-0/+11
the timetracking group r=dkl, a=LpSolit
2012-03-29Bug 554819: Quicksearch should be using Text::ParseWords instead of custom ↵Frédéric Buclin2-95/+95
code in splitString Also fixes QS with accented characters (bug 730207) r=dkl a=LpSolit
2012-03-28Bug 730984: A single whitespace in the Status Whiteboard field generates an ↵Frédéric Buclin1-1/+5
invalid SQL query r=dkl a=LpSolit
2012-03-28Bug 425647: get_activity() should use INNER JOIN to join the fielddefs tableFrédéric Buclin1-1/+1
r=dkl a=LpSolit
2012-03-26Fix bustage due to bug 448551Frédéric Buclin1-1/+1
2012-03-26Make Target Milestone field have the same maximum length as Version field. ↵Gervase Markham3-14/+14
r,a=LpSolit. https://bugzilla.mozilla.org/show_bug.cgi?id=448551
2012-03-22Bug 733458: The "creator" argument is listed twice for the Bug.search ↵Matt Selsky1-7/+3
WebService method r/a=LpSolit
2012-03-22Bug 731526: Adds an email event for product and/or component notificationsByron Jones3-7/+14
r=LpSolit, a=LpSolit
2012-03-10Bug 731163: Search.pm can use undefined alias in ORDER BY clauseFrédéric Buclin1-1/+1
r=dkl a=LpSolit
2012-03-09Bug 730794 - Need new hook edituser pageFrancisco Donalisio1-0/+24
r=dkl, a=LpSolit
2012-03-062nd part of bug 731559: fix get_attachments_by_bug() everywhereFrédéric Buclin1-1/+1
a=LpSolit
2012-03-05Bug 732978: preload() must load Bugzilla::Component itselfFrédéric Buclin1-1/+2
r=dkl a=LpSolit
2012-03-01Bug 731562: Cache the global/user.html.tmpl template for improved performanceFrédéric Buclin2-1/+18
r=dkl a=LpSolit
2012-02-29Bug 731175: Bugzilla::Field shouldn't assume that someone else already ↵Frédéric Buclin2-6/+8
loaded required modules r=glob a=LpSolit
2012-02-29Bug 730877: Improve _get_string_from_file() performances by caching loaded filesFrédéric Buclin1-0/+6
r=glob a=LpSolit
2012-02-29Bug 731559: Preload all attachment submitters when viewing a bug reportFrédéric Buclin2-6/+17
a=LpSolit
2012-02-29Bug 731219: Fix XMLRPC breakage when content-type contains a charsetByron Jones1-1/+4
r=dkl, a=LpSolit
2012-02-29Bug 528918: Bugzilla::Object->match() shouldn't call _check_field() when the ↵Frédéric Buclin1-2/+5
field being passed can be trusted (deserialising the DB schema is slow) r=dkl a=LpSolit
2012-02-28Bug 731055: get_enterable_products() is very slow when a product has many ↵Frédéric Buclin1-6/+8
components or versions r/a=mkanat
2012-02-27Bug 730598: Running checksetup.pl twice deletes the DEFAULT value of the ↵Frédéric Buclin1-1/+1
bug_see_also.class column r=timello a=LpSolit
2012-02-27Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin1-1/+9
r=glob a=LpSolit
2012-02-25Bug 714368: Add Windows 8 detectionMatt Selsky1-0/+1
r=timeless a=LpSolit
2012-02-25Bug 714030: Add Mac OS 10.7 Lion detectionMatt Selsky1-0/+1
r=timeless a=LpSolit
2012-02-24Bug 692507 - WebService API calls where appropriate should be using the ↵Dave Lawrence3-3/+24
shadow_db for read only operations r=glob, a=LpSolit
2012-02-22Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC ↵Dave Lawrence2-0/+16
API when using mod_perl r/a=LpSolit
2012-02-21Bug 709944 - Expose groups of which a user is part Dave Lawrence1-3/+51
r=glob, a=LpSolit
2012-02-21Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean ↵Frédéric Buclin1-1/+3
charts when searching for the flag requestee or the flag setter r=dkl a=LpSolit
2012-02-19Bug 722580: Move 'ReviewBoard' and 'Rietveld' BugUrl sub-classesTiago Mello4-90/+21
to a new 'MoreBugUrl' extension. r/a=LpSolit
2012-02-17Bug 721161 - Add to X-Bugzilla-Changed-Fields when a new attachment is ↵Dave Lawrence1-1/+9
created on a bug r/a=LpSolit
2012-02-16Bug 727541 - Constants in Bugzilla::WebService::Constants should be ↵Dave Lawrence1-3/+16
available inside the templates similar to Bugzilla::Constants r/a=LpSolit
2012-02-16Bug 723944: Plain-text only emails are mangled when they contain non-ASCII ↵Frédéric Buclin1-1/+5
characters r=glob a=LpSolit
2012-02-15Bug 724464 - JSON-RPC support shouldn't require SOAP::LiteDave Lawrence2-20/+14
r/a=LpSolit
2012-02-15Bug 722113: The profile_search table has a wrong index nameFrédéric Buclin2-1/+7
r=glob a=LpSolit
2012-02-14Bug 714343 - Add ability to get flag information for bugs and attachments ↵Dave Lawrence1-4/+116
via the web service r=glob, r/a=LpSolit
2012-02-14Bug 727240: The POD for Bug.attachments is wrong about the format of the ↵Frédéric Buclin1-16/+10
returned data r=dkl a=LpSolit
2012-02-14Bug 714370 - Add accessors to the Flag.pm object for modification_date and ↵Dave Lawrence1-10/+31
creation_date r/a=LpSolit
2012-01-31Bug 718319: (CVE-2012-0440) [SECURITY] JSON-RPC permits to bypass token ↵Frédéric Buclin1-1/+13
checks and can lead to CSRF (no victim's action required) r=mkanat a=LpSolit
2012-01-31Bug 714446: Product.create default behavior is broken and inconsistent with PODFrédéric Buclin1-18/+58
r=dkl a=LpSolit
2012-01-27Bug 721715: URLs in the See Also field must be detainted before inserted ↵Frédéric Buclin1-4/+3
into the DB r=dkl a=LpSolit
2012-01-27Bug 715806: Correctly handle fatal sendmail errors when queuing mailByron Jones2-1/+98
r=dkl, a=LpSolit
2012-01-25Bug 617802: Add see also support for Rietveld installations on appspot.comMatt Selsky2-0/+46
r=timello, a=LpSolit