aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org2008-08-0822-119/+110
* Bug 449663: Code error thrown when resolving bug as duplicate of a bug the re...lpsolit%gmail.com2008-08-081-1/+1
* Bug 449504: Release Notes no longer need upgrading instructionsmkanat%bugzilla.org2008-08-071-84/+6
* Bug 371020: Overhaul the "Upgrading to a New Release" sectionmkanat%bugzilla.org2008-08-072-345/+419
* Bug 446645: Properly escape and understand hyphenated words in fulltext searc...mkanat%bugzilla.org2008-08-071-2/+16
* Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org2008-08-0712-18/+297
* Bug 432331: Release Notes for Bugzilla 3.2mkanat%bugzilla.org2008-08-071-16/+630
* Bug 449390: "Add Product" fails with software error "Column 'defaultmilestone...lpsolit%gmail.com2008-08-071-3/+3
* Bug 448414: Replace "buglist" by "[% terms.bug %] list" in templateseseyman%linagora.com2008-08-063-4/+4
* Bug 449248: Improve $product->group_controls - Patch by Frédéric Buclin...lpsolit%gmail.com2008-08-061-4/+5
* Bug 449184: Classification should not appear in new bugmail when useclassific...lpsolit%gmail.com2008-08-051-1/+3
* Bug 448748: Error messages thrown should have an HTML ID - Patch by FrédÃ...lpsolit%gmail.com2008-08-032-4/+6
* Bug 440615: Remove ValidateBugID from Bugzilla::Bugmkanat%bugzilla.org2008-08-011-53/+49
* Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org2008-08-017-1/+56
* Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong table...mkanat%bugzilla.org2008-08-012-16/+52
* Bug 448614: [Oracle] Logic error in _get_alter_type_sqlmkanat%bugzilla.org2008-08-011-1/+1
* Bug 313122: Implement Product->create, $product->update and $product->remove_...lpsolit%gmail.com2008-07-3115-655/+526
* Bug 132383: Bugzilla should have a default favicon - Patch by Guy Pyrzak <guy...lpsolit%gmail.com2008-07-302-2/+2
* 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-297-64/+30
* 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 445061 - Don't require network access to build the docsjustdave%bugzilla.org2008-07-141-2/+1
* Bug 444185: Make email_in.pl send errors with From as "mailfrom".mkanat%bugzilla.org2008-07-121-1/+3
* Bug 426882 - removes Windows 98, Windows NT and Mac OS 9, adds Windows Vista,...gerv%gerv.net2008-07-101-3/+2
* Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com2008-07-107-30/+60
* 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