aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bug 737436: Relative dates do not work correctly with the deadline fieldFrédéric Buclin2012-04-121-5/+11
* Fix typoFrédéric Buclin2012-04-121-1/+1
* Bug 663377: Quicksearch using "status:" field doesn't work--it is defeated by...Frédéric Buclin2012-04-111-42/+30
* Bug 706412 - make JobQueue.pm support insertion of Job objects, and also enab...Gervase Markham2012-04-111-5/+13
* Bug 743991: Need a new hook to update Bugzilla::Search::COLUMN_JOINSrojanu2012-04-102-1/+51
* Fix typoFrédéric Buclin2012-04-091-1/+1
* 2nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executableFrédéric Buclin2012-04-091-0/+1
* Bug 58179: End date not included in the Search By Change History sectionFrédéric Buclin2012-04-041-0/+5
* Search for start-of-time-interval in date fields is (partially?) broken.Marc Schumann2012-03-311-1/+1
* Bug 690879 - Webservice Bug.fields should include include keyword name and de...Frank Becker2012-03-291-3/+18
* Fix bustage: Perl 5.8.x doesn't understand \g1 in regexp (must use \1 instead)Frédéric Buclin2012-03-301-1/+1
* Bug 643681 - Bug.get should also return the time spent on a bug for users in ...frase2012-03-291-0/+11
* Bug 554819: Quicksearch should be using Text::ParseWords instead of custom co...Frédéric Buclin2012-03-292-95/+95
* Bug 730984: A single whitespace in the Status Whiteboard field generates an i...Frédéric Buclin2012-03-281-1/+5
* Bug 425647: get_activity() should use INNER JOIN to join the fielddefs tableFrédéric Buclin2012-03-281-1/+1
* Fix bustage due to bug 448551Frédéric Buclin2012-03-261-1/+1
* Make Target Milestone field have the same maximum length as Version field. r,...Gervase Markham2012-03-263-14/+14
* Bug 733458: The "creator" argument is listed twice for the Bug.search WebServ...Matt Selsky2012-03-221-7/+3
* Bug 731526: Adds an email event for product and/or component notificationsByron Jones2012-03-223-7/+14
* Bug 731163: Search.pm can use undefined alias in ORDER BY clauseFrédéric Buclin2012-03-101-1/+1
* Bug 730794 - Need new hook edituser pageFrancisco Donalisio2012-03-091-0/+24
* 2nd part of bug 731559: fix get_attachments_by_bug() everywhereFrédéric Buclin2012-03-061-1/+1
* Bug 732978: preload() must load Bugzilla::Component itselfFrédéric Buclin2012-03-051-1/+2
* Bug 731562: Cache the global/user.html.tmpl template for improved performanceFrédéric Buclin2012-03-012-1/+18
* Bug 731175: Bugzilla::Field shouldn't assume that someone else already loaded...Frédéric Buclin2012-02-292-6/+8
* Bug 730877: Improve _get_string_from_file() performances by caching loaded filesFrédéric Buclin2012-02-291-0/+6
* Bug 731559: Preload all attachment submitters when viewing a bug reportFrédéric Buclin2012-02-292-6/+17
* Bug 731219: Fix XMLRPC breakage when content-type contains a charsetByron Jones2012-02-291-1/+4
* Bug 528918: Bugzilla::Object->match() shouldn't call _check_field() when the ...Frédéric Buclin2012-02-291-2/+5
* Bug 731055: get_enterable_products() is very slow when a product has many com...Frédéric Buclin2012-02-281-6/+8
* Bug 730598: Running checksetup.pl twice deletes the DEFAULT value of the bug_...Frédéric Buclin2012-02-271-1/+1
* Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin2012-02-271-1/+9
* Bug 714368: Add Windows 8 detectionMatt Selsky2012-02-251-0/+1
* Bug 714030: Add Mac OS 10.7 Lion detectionMatt Selsky2012-02-251-0/+1
* Bug 692507 - WebService API calls where appropriate should be using the shado...Dave Lawrence2012-02-243-3/+24
* Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC API...Dave Lawrence2012-02-222-0/+16
* Bug 709944 - Expose groups of which a user is part Dave Lawrence2012-02-211-3/+51
* Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean chart...Frédéric Buclin2012-02-211-1/+3
* Bug 722580: Move 'ReviewBoard' and 'Rietveld' BugUrl sub-classesTiago Mello2012-02-194-90/+21
* Bug 721161 - Add to X-Bugzilla-Changed-Fields when a new attachment is create...Dave Lawrence2012-02-161-1/+9
* Bug 727541 - Constants in Bugzilla::WebService::Constants should be available...Dave Lawrence2012-02-161-3/+16
* Bug 723944: Plain-text only emails are mangled when they contain non-ASCII ch...Frédéric Buclin2012-02-161-1/+5
* Bug 724464 - JSON-RPC support shouldn't require SOAP::LiteDave Lawrence2012-02-152-20/+14
* Bug 722113: The profile_search table has a wrong index nameFrédéric Buclin2012-02-152-1/+7
* Bug 714343 - Add ability to get flag information for bugs and attachments via...Dave Lawrence2012-02-141-4/+116
* Bug 727240: The POD for Bug.attachments is wrong about the format of the retu...Frédéric Buclin2012-02-141-16/+10
* Bug 714370 - Add accessors to the Flag.pm object for modification_date and cr...Dave Lawrence2012-02-141-10/+31
* Bug 718319: (CVE-2012-0440) [SECURITY] JSON-RPC permits to bypass token check...Frédéric Buclin2012-01-311-1/+13
* Bug 714446: Product.create default behavior is broken and inconsistent with PODFrédéric Buclin2012-01-311-18/+58
* Bug 721715: URLs in the See Also field must be detainted before inserted into...Frédéric Buclin2012-01-271-4/+3