aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
Commit message (Expand)AuthorAgeFilesLines
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-2/+2
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-93/+0
* Bug 450301: What Simplify searching UI, initial improvements to the advanced ...Guy Pyrzak2010-06-061-1/+1
* Bug 561362: Remove the 'sendmailnow' parameterFrédéric Buclin2010-04-231-6/+0
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-5/+5
* Bug 557806: When setting the upgrade_notification parameter, an error should ...Frédéric Buclin2010-04-071-1/+6
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-6/+0
* Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" [r=m...Reed Loden2010-02-091-0/+1
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-72/+0
* Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org2009-12-311-0/+6
* Bug 519858 - Move uncommonly used parameters out of the "Required" section an...mkanat%bugzilla.org2009-12-313-63/+138
* Bug 527387: Make Parameter section sortkeys numeric and leave space between t...mkanat%bugzilla.org2009-12-1316-16/+16
* Bug 355283: Lock out a user account on a particular IP for 30 minutes if they...mkanat%bugzilla.org2009-12-132-2/+12
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org2009-10-241-11/+18
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buc...lpsolit%gmail.com2009-10-182-23/+1
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-4/+3
* Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org2009-09-041-1/+1
* Bug 480986: The BMP -> PNG conversion tool for new attachments should be an e...lpsolit%gmail.com2009-08-132-17/+1
* Bug 314364: Make QuickSearch use "matches" for comment searches instead of "s...mkanat%bugzilla.org2009-07-201-7/+0
* Bug 482584: Add a parameter to hide the "See Also" fieldmkanat%bugzilla.org2009-04-171-0/+6
* Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric Bu...lpsolit%gmail.com2009-03-311-7/+0
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...lpsolit%gmail.com2009-03-311-6/+0
* Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION max_allo...mkanat%bugzilla.org2009-03-022-1/+20
* Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ...lpsolit%gmail.com2009-02-021-1/+7
* Bug 38862: [SECURITY] attachments should be at a different hostname - Patch b...lpsolit%gmail.com2009-02-021-0/+7
* Bug 474516: specific_search_allow_empty_words should default to onmkanat%bugzilla.org2009-01-261-1/+1
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-242-2/+17
* Bug 468728: The 'allowemailchange' parameter should default to 1mkanat%bugzilla.org2008-12-161-1/+1
* Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric ...lpsolit%gmail.com2008-12-101-6/+0
* Bug 399076: Remove the 'commentonreassignbycomponent' parameter - Patch by Fr...lpsolit%gmail.com2008-12-101-6/+0
* Bug 399075: Remove the 'commentonclearresolution' parameter - Patch by Fré...lpsolit%gmail.com2008-12-101-6/+0
* Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric Buc...lpsolit%gmail.com2008-12-101-6/+0
* Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ...lpsolit%gmail.com2008-12-101-7/+1
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com2008-08-282-17/+1
* Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org2008-08-071-7/+1
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ...lpsolit%gmail.com2008-04-041-1/+1
* Bug 358588: The sslbase's port is harcoded, but shouldn't (allow the port to ...lpsolit%gmail.com2008-03-271-5/+9
* Bug 304005: Implement SMTP authentication support for email notifications - P...lpsolit%gmail.com2008-03-142-1/+22
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com2007-10-092-2/+2
* Bug 394959: Turn votes off by default - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2007-09-111-1/+1
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-23/+2
* Bug 335354: editparams.cgi crashes when editing the 'languages' and 'defaultl...lpsolit%gmail.com2007-08-211-1/+7
* Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com2007-08-033-12/+86
* Bug 385415: Bugs marked as duplicate or moved to another installation always ...lpsolit%gmail.com2007-07-132-1/+33
* Bug 385910: Rename the 'quicksearch_allow_empty_words' parameter to 'specific...lpsolit%gmail.com2007-07-031-1/+1
* Bug 385910: Add parameter to allow "find a specific bug" to accept an empty s...lpsolit%gmail.com2007-06-261-1/+9
* Bug 384497: Add a parameter that enables debug mode for SMTPmkanat%bugzilla.org2007-06-171-1/+5
* Bug 345100: Remove obsolete parameters and "officially" turn on custom bug st...lpsolit%gmail.com2007-06-141-43/+1
* Bug 374331: Bugzilla::Template should use template_include_path from Bugzilla...mkanat%bugzilla.org2007-05-061-7/+0
* Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch b...lpsolit%gmail.com2007-04-181-0/+6