aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bug 313122: Implement Product->create, $product->update and $product->remove_...lpsolit%gmail.com2008-07-314-17/+409
* Bug 448391: Bug->create() should make sure the reporter is logged in - Patch ...lpsolit%gmail.com2008-07-301-1/+17
* Bug 431669: The "product_id" column is incorrectly defined in the "group_cont...lpsolit%gmail.com2008-07-292-1/+5
* Backing out these patches as they cause a regression. More informationdkl%redhat.com2008-07-294-53/+21
* Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perlmkanat%bugzilla.org2008-07-241-1/+5
* Bug 443852: "Reset QA Contact to default" fails with strict_isolation turned ...lpsolit%gmail.com2008-07-241-1/+2
* Bug 445885 – User.login should ThrowUserError when called with incorrect...dkl%redhat.com2008-07-211-1/+11
* Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com2008-07-104-21/+49
* Bug 443519: Changing Products with Strict Isolation fails when the CC list ch...lpsolit%gmail.com2008-07-071-2/+3
* Bug 365697: email_in.pl is case-sensitive for products due to Bugzilla::User-...lpsolit%gmail.com2008-07-031-4/+3
* Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete invali...mkanat%bugzilla.org2008-07-011-20/+39
* Bug 442848: [Oracle] Remove hardcoded "ORDER BY quipid" in Bugzilla::DB::Oraclemkanat%bugzilla.org2008-07-011-2/+2
* Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02mkanat%bugzilla.org2008-07-011-1/+1
* Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org2008-07-015-46/+51
* Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching)mkanat%bugzilla.org2008-07-012-6/+10
* Bug 421264: Fix 'usemenuforusers' on Oracle (fix empty string replacement)mkanat%bugzilla.org2008-07-011-2/+7
* Bug 442582: Use sql_iposition instead of sql_position(lc($var), LOWER($var)) ...mkanat%bugzilla.org2008-06-301-3/+2
* Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-302-12/+8
* Bug 421064: [Oracle] whine.pl crashes and doesn't workmkanat%bugzilla.org2008-06-301-4/+15
* Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact that...mkanat%bugzilla.org2008-06-303-9/+23
* Bug 441921: context=file fails due to taint issues in file names and file rev...lpsolit%gmail.com2008-06-291-7/+6
* Bug 429804: Add Foreign Keys to Multiselect fieldsmkanat%bugzilla.org2008-06-293-4/+33
* Bug 428440: Move code to set new product and related groups from process_bug....lpsolit%gmail.com2008-06-291-0/+27
* Bug 437003 – Add hook to buglist.cgi to add columns to bug listmkanat%bugzilla.org2008-06-281-1/+31
* 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