aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bugs 427449, 427452, 427461, 427471, 427477, and 427478:mkanat%bugzilla.org2008-06-281-16/+64
* Bug 423598: Add foreign key constraints for keywords tablemkanat%bugzilla.org2008-06-261-2/+9
* Bug 440609 – Implement Bugzilla::Bug->check for use instead of ValidateB...mkanat%bugzilla.org2008-06-262-6/+12
* Bug 441541 - Email::MIME->as_string gives SCALAR for body with mismatched Ema...gerv%gerv.net2008-06-251-3/+3
* Bug 157092: Implement a checking mechanism for invalid regexp (Fix the Oracle...mkanat%bugzilla.org2008-06-231-0/+10
* Bug 424079: Ability to get history of bug activity in the WebServicemkanat%bugzilla.org2008-06-231-0/+147
* Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org2008-06-202-9/+54
* Bug 432914: include_fields and exclude_fields arguments for WebService User.g...mkanat%bugzilla.org2008-06-202-4/+107
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-194-6/+27
* Bug 434620 – invalid_field_name and product_edit_denied have the same er...dkl%redhat.com2008-06-191-2/+3
* Bug 437614 – Product.get_products should be accessible as Product.getdkl%redhat.com2008-06-191-2/+10
* Bug 438739: Permissions are not set properly on extensions by checksetupmkanat%bugzilla.org2008-06-141-5/+7
* Bug 437369: Deleting a bug doesn't remove related data from the bugs_fulltext...lpsolit%gmail.com2008-06-071-0/+4
* Bug 412725: WebService functions to get information about a Userdkl%redhat.com2008-05-292-0/+178
* Bug 318205: The path to the hook is incorrect when called from inside a blockmkanat%bugzilla.org2008-05-291-8/+55
* Bug 435507: Provide a method of hooking the WebService error codesmkanat%bugzilla.org2008-05-282-1/+25
* Bug 414779, Bug 419782, Bug 422037, Bug 423363, Bug 423369, Bug 423372, Bug 4...mkanat%bugzilla.org2008-05-211-24/+91
* Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch by...lpsolit%gmail.com2008-05-211-5/+6
* Bump version number after branching.mkanat%bugzilla.org2008-05-211-1/+1
* Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk2008-05-192-14/+22
* Bug 434062: Attachment flags can only be set once per bug (regression) - Patc...lpsolit%gmail.com2008-05-171-4/+4
* Bug 433514: Renaming a saved search with the same name of different case caus...lpsolit%gmail.com2008-05-141-1/+4
* Bug 433282: Template hooks do not work if HTTP_ACCEPT_LANGUAGE doesn't match ...lpsolit%gmail.com2008-05-121-23/+2
* Bug 432726: [Oracle] DROP INDEX doesn't hash the index namemkanat%bugzilla.org2008-05-081-3/+15
* Bug 419581: [Oracle] Enable ALTER COLUMN for Oraclemkanat%bugzilla.org2008-05-081-0/+169
* Bug 414292: [Oracle] Change series.query back to MEDIUMTEXTmkanat%bugzilla.org2008-05-082-5/+9
* Bug 430909 - add hook for parametersbbaetz%acm.org2008-05-061-6/+10
* Bump version number post-release.mkanat%bugzilla.org2008-05-051-1/+1
* Bump the version numbers pre-release.mkanat%bugzilla.org2008-05-051-1/+1
* 2nd attempt to fix bug 414726: Bugzilla::Update never updates bugzilla-update...lpsolit%gmail.com2008-05-031-15/+2
* Bug 431730: Bugs with resolution MOVED cannot be edited anymore - Patch by Fr...lpsolit%gmail.com2008-05-021-4/+4
* Bug 431143: data/mail and data/mimedump-tmp no longer in use - Patch by FrÃ...lpsolit%gmail.com2008-04-301-4/+1
* Bug 426899: Hack SOAP::Lite to encode upper-ASCII characters correctly for th...mkanat%bugzilla.org2008-04-291-0/+10
* Bug 429847: config.cgi should include additional information about custom fie...lpsolit%gmail.com2008-04-201-40/+0
* Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org2008-04-174-14/+29
* Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com2008-04-101-46/+1
* Bug 311563 – Make whining permit utf8 in whining reports.wurblzap%gmail.com2008-04-092-11/+21
* Bug 416382: Adding an attachment with Perl 5.10 and CGI.pm < 3.33 throws a ta...lpsolit%gmail.com2008-04-081-8/+15
* Bug 415796: All webservice methods were failing if a string had multibyte cha...mkanat%bugzilla.org2008-04-081-2/+35
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ...lpsolit%gmail.com2008-04-044-10/+31
* Bug 410902: Some characters are mangled in diff and interdiff modes when view...lpsolit%gmail.com2008-04-032-7/+40
* Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com2008-04-023-90/+75
* Bug 425599 – show_activity missing space for attachment flag changesbbaetz%acm.org2008-04-021-1/+1
* Bug 425620 – checksetup.pl doesn't pick up the user's language correctly.wurblzap%gmail.com2008-03-311-1/+16
* Bug 425746: Bugzilla::Template::precompile_templates() doesn't flush template...lpsolit%gmail.com2008-03-291-0/+3
* Bug 425288: checksetup.pl displays messages using the first language availabl...lpsolit%gmail.com2008-03-281-12/+22
* Bug 423439: show_bug.cgi crashes when wrapping comments which contain Unicode...lpsolit%gmail.com2008-03-281-0/+5
* Bug 418068 take 3: No way to search for "date of last comment" before/after a...justdave%bugzilla.org2008-03-271-1/+1
* Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi when...mkanat%bugzilla.org2008-03-272-46/+80
* Bug 358588: The sslbase's port is harcoded, but shouldn't (allow the port to ...lpsolit%gmail.com2008-03-271-5/+9