aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 441496 - Use server push (multipart/x-mixed-replace) with compatible vers...gerv%gerv.net2008-07-071-4/+7
* Remove unnecessary '\' from a regexp (':' is not a special character)eseyman%linagora.com2008-07-071-1/+1
* 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 442821: Make the workflow editor deny closed statuses for new bugsmkanat%bugzilla.org2008-07-032-2/+2
* Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete invali...mkanat%bugzilla.org2008-07-012-20/+56
* 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-3013-60/+47
* 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 431370: Make the bug summary edit field larger on show_bug.cgi - Patch by...lpsolit%gmail.com2008-06-292-16/+31
* Bug 428440: Move code to set new product and related groups from process_bug....lpsolit%gmail.com2008-06-292-21/+45
* Bug 437003 – Add hook to buglist.cgi to add columns to bug listmkanat%bugzilla.org2008-06-283-1/+59
* Bug 442175: [Oracle] cron script collectstats.pl doesn't work (ORA error)mkanat%bugzilla.org2008-06-281-1/+1
* Bugs 427449, 427452, 427461, 427471, 427477, and 427478:mkanat%bugzilla.org2008-06-281-16/+64
* Bug 422691 – Attachment gets added twice after hitting "Back" and "Refresh"dkl%redhat.com2008-06-283-0/+80
* Bug 441503: Need update on contrib/syncLDAP.pleseyman%linagora.com2008-06-271-4/+11
* Bug 394574: bzdbcopy should avoid reading entire tables into memoryeseyman%linagora.com2008-06-261-3/+12
* 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-203-14/+64
* 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-195-6/+32
* 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
* Fix on checkin for bug 438810: replace targets by users/groupslpsolit%gmail.com2008-06-141-4/+4
* Bug 438810: Whines fail when a group or user that was receiving whines is man...lpsolit%gmail.com2008-06-142-0/+73
* Bug 439075: Importing bugs which have a multi-select field with a single valu...lpsolit%gmail.com2008-06-141-4/+12
* Bug 438739: Permissions are not set properly on extensions by checksetupmkanat%bugzilla.org2008-06-141-5/+7
* Bug 437770: Imported bugs are ignored by queries (they never appear in buglis...lpsolit%gmail.com2008-06-132-0/+42
* Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - P...lpsolit%gmail.com2008-06-071-1/+1
* Bug 437369: Deleting a bug doesn't remove related data from the bugs_fulltext...lpsolit%gmail.com2008-06-072-1/+7
* Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to displaymkanat%bugzilla.org2008-06-041-0/+2
* Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xmlmkanat%bugzilla.org2008-06-041-0/+3
* Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed bug...mkanat%bugzilla.org2008-06-041-0/+4
* Bug 437008: Add hook to edit.html.tmpl to show additional fieldsmkanat%bugzilla.org2008-06-041-0/+3
* Bug 435570: Let's add all field descriptions in field-descs.none.tmpl to make...lpsolit%gmail.com2008-06-031-45/+62
* Bug 426165 – javascript in template flag/list.html.tmpl overwrites defau...guy.pyrzak%gmail.com2008-05-301-1/+1
* Bug 412725: WebService functions to get information about a Userdkl%redhat.com2008-05-293-2/+186
* Bug 318205: The path to the hook is incorrect when called from inside a blockmkanat%bugzilla.org2008-05-291-8/+55