summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-31Bug 313122: Implement Product->create, $product->update and $product->remove_...lpsolit%gmail.com15-655/+526
2008-07-30Bug 132383: Bugzilla should have a default favicon - Patch by Guy Pyrzak <guy...lpsolit%gmail.com2-2/+2
2008-07-30Bug 448391: Bug->create() should make sure the reporter is logged in - Patch ...lpsolit%gmail.com1-1/+17
2008-07-29Bug 431669: The "product_id" column is incorrectly defined in the "group_cont...lpsolit%gmail.com2-1/+5
2008-07-29Backing out these patches as they cause a regression. More informationdkl%redhat.com7-64/+30
2008-07-24Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perlmkanat%bugzilla.org1-1/+5
2008-07-24Bug 443852: "Reset QA Contact to default" fails with strict_isolation turned ...lpsolit%gmail.com1-1/+2
2008-07-21Bug 445885 – User.login should ThrowUserError when called with incorrect...dkl%redhat.com1-1/+11
2008-07-14Bug 445061 - Don't require network access to build the docsjustdave%bugzilla.org1-2/+1
2008-07-12Bug 444185: Make email_in.pl send errors with From as "mailfrom".mkanat%bugzilla.org1-1/+3
2008-07-10Bug 426882 - removes Windows 98, Windows NT and Mac OS 9, adds Windows Vista,...gerv%gerv.net1-3/+2
2008-07-10Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com7-30/+60
2008-07-07Bug 441496 - Use server push (multipart/x-mixed-replace) with compatible vers...gerv%gerv.net1-4/+7
2008-07-07Remove unnecessary '\' from a regexp (':' is not a special character)eseyman%linagora.com1-1/+1
2008-07-07Bug 443519: Changing Products with Strict Isolation fails when the CC list ch...lpsolit%gmail.com1-2/+3
2008-07-03Bug 365697: email_in.pl is case-sensitive for products due to Bugzilla::User-...lpsolit%gmail.com1-4/+3
2008-07-03Bug 442821: Make the workflow editor deny closed statuses for new bugsmkanat%bugzilla.org2-2/+2
2008-07-01Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete invali...mkanat%bugzilla.org2-20/+56
2008-07-01Bug 442848: [Oracle] Remove hardcoded "ORDER BY quipid" in Bugzilla::DB::Oraclemkanat%bugzilla.org1-2/+2
2008-07-01Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02mkanat%bugzilla.org1-1/+1
2008-07-01Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org5-46/+51
2008-07-01Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching)mkanat%bugzilla.org2-6/+10
2008-07-01Bug 421264: Fix 'usemenuforusers' on Oracle (fix empty string replacement)mkanat%bugzilla.org1-2/+7
2008-06-30Bug 442582: Use sql_iposition instead of sql_position(lc($var), LOWER($var)) ...mkanat%bugzilla.org1-3/+2
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org13-60/+47
2008-06-30Bug 421064: [Oracle] whine.pl crashes and doesn't workmkanat%bugzilla.org1-4/+15
2008-06-30Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact that...mkanat%bugzilla.org3-9/+23
2008-06-30Bug 441921: context=file fails due to taint issues in file names and file rev...lpsolit%gmail.com1-7/+6
2008-06-29Bug 429804: Add Foreign Keys to Multiselect fieldsmkanat%bugzilla.org3-4/+33
2008-06-29Bug 431370: Make the bug summary edit field larger on show_bug.cgi - Patch by...lpsolit%gmail.com2-16/+31
2008-06-29Bug 428440: Move code to set new product and related groups from process_bug....lpsolit%gmail.com2-21/+45
2008-06-29Bug 437003 – Add hook to buglist.cgi to add columns to bug listmkanat%bugzilla.org3-1/+59
2008-06-29Bug 442175: [Oracle] cron script collectstats.pl doesn't work (ORA error)mkanat%bugzilla.org1-1/+1
2008-06-29Bugs 427449, 427452, 427461, 427471, 427477, and 427478:mkanat%bugzilla.org1-16/+64
2008-06-28Bug 422691 – Attachment gets added twice after hitting "Back" and "Refresh"dkl%redhat.com3-0/+80
2008-06-27Bug 441503: Need update on contrib/syncLDAP.pleseyman%linagora.com1-4/+11
2008-06-26Bug 394574: bzdbcopy should avoid reading entire tables into memoryeseyman%linagora.com1-3/+12
2008-06-26Bug 423598: Add foreign key constraints for keywords tablemkanat%bugzilla.org1-2/+9
2008-06-26Bug 440609 – Implement Bugzilla::Bug->check for use instead of ValidateB...mkanat%bugzilla.org2-6/+12
2008-06-25Bug 441541 - Email::MIME->as_string gives SCALAR for body with mismatched Ema...gerv%gerv.net1-3/+3
2008-06-23Bug 157092: Implement a checking mechanism for invalid regexp (Fix the Oracle...mkanat%bugzilla.org1-0/+10
2008-06-23Bug 424079: Ability to get history of bug activity in the WebServicemkanat%bugzilla.org1-0/+147
2008-06-20Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org3-14/+64
2008-06-20Bug 432914: include_fields and exclude_fields arguments for WebService User.g...mkanat%bugzilla.org2-4/+107
2008-06-20Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com5-6/+32
2008-06-19Bug 434620 – invalid_field_name and product_edit_denied have the same er...dkl%redhat.com1-2/+3
2008-06-19Bug 437614 – Product.get_products should be accessible as Product.getdkl%redhat.com1-2/+10
2008-06-14Fix on checkin for bug 438810: replace targets by users/groupslpsolit%gmail.com1-4/+4
2008-06-14Bug 438810: Whines fail when a group or user that was receiving whines is man...lpsolit%gmail.com2-0/+73
2008-06-14Bug 439075: Importing bugs which have a multi-select field with a single valu...lpsolit%gmail.com1-4/+12