aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com2008-08-276-22/+135
* Bug 449984: Login cookies should be created as SSL-only on installations that...lpsolit%gmail.com2008-08-271-15/+18
* Bug 368502 - "Bugzilla_logincookie should not be accessible via javascript" [...reed%reedloden.com2008-08-232-4/+8
* Bug 247936: Creating a product/component which already existed crashes when a...lpsolit%gmail.com2008-08-221-0/+4
* Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org2008-08-223-1/+13
* Fix a test failure caused by the bug-columns hook.mkanat%bugzilla.org2008-08-221-4/+3
* Bug 439192: Add hook to the end of checksetup.plmkanat%bugzilla.org2008-08-221-0/+15
* Bug 437006: Add hooks to Bugzilla\Bug.pm to display additional columnsmkanat%bugzilla.org2008-08-222-2/+44
* Bug 451449: "Can't use undefined value as ARRAY reference" when logging into ...mkanat%bugzilla.org2008-08-211-3/+3
* Bug 449306: Add a hook after a bug gets saved, and after flags get updated.mkanat%bugzilla.org2008-08-203-0/+58
* The hook docs in Bugzilla::Hook had gotten out of alphabetical order, fix the...mkanat%bugzilla.org2008-08-201-44/+44
* A fix for bug 446645--make hyphens at the beginning of words still count as n...mkanat%bugzilla.org2008-08-201-3/+3
* Bug 442016: Bugzilla::User::bless_groups should be returning Bugzilla::Group ...mkanat%bugzilla.org2008-08-201-41/+30
* Bug 437005: Add hook to colchange.cgi to add column(s) to buglistmkanat%bugzilla.org2008-08-201-0/+16
* Bug 450573: checksetup.pl gives "install-module --all" instructions on Window...lpsolit%gmail.com2008-08-191-1/+1
* Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com2008-08-184-27/+84
* Bug 448593: Move code to edit product group settings from editproducts.cgi to...lpsolit%gmail.com2008-08-141-18/+215
* Bug 440656: Implement Bugzilla::User::visible_bugs and have can_see_bug use itmkanat%bugzilla.org2008-08-141-38/+66
* Bug 442882: Populating bugs_fulltext can be very slow on large installationsmkanat%bugzilla.org2008-08-132-19/+59
* Fix POD for visible_groups_as_string(), see bug 284264 - r=mkanat on IRClpsolit%gmail.com2008-08-091-1/+1
* Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org2008-08-084-69/+60
* Bug 449663: Code error thrown when resolving bug as duplicate of a bug the re...lpsolit%gmail.com2008-08-081-1/+1
* 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-075-17/+117
* Bug 449390: "Add Product" fails with software error "Column 'defaultmilestone...lpsolit%gmail.com2008-08-071-3/+3
* 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 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-014-1/+42
* 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-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