aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 304550: Bugzilla should always store data in MySQL as UTF-8mkanat%bugzilla.org2006-11-181-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 277370: Ability to specify an email address to which notification about ↵olav%bkor.dhs.org2006-11-141-2/+3
| | | | | | all bugs should go Patch by Guillaume Rousse <guillomovitch@zarb.org> r=bkor a=myk
* Bug 360028: Bugzilla::Search::Saved should have create() and update(), and ↵mkanat%bugzilla.org2006-11-131-0/+5
| | | | | | buglist.cgi should use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com2006-11-111-0/+4
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
* Bug 350921: [email_in] Create an email interface that can create a bug in ↵mkanat%bugzilla.org2006-10-171-0/+2
| | | | | | Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
* Bump the version number post-release.mkanat%bugzilla.org2006-10-151-1/+1
|
* Bump version number pre-release for 2.23.3.mkanat%bugzilla.org2006-10-151-1/+1
|
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-151-0/+7
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 351243: Public webdot server changed its IP addressmkanat%bugzilla.org2006-09-231-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=justdave
* Bug 345547: shutdownhtml will not work under mod_perlmkanat%bugzilla.org2006-09-121-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵lpsolit%gmail.com2006-09-091-0/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk
* Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com2006-09-071-0/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk,mkanat; a=myk
* Bug 87795: Creating an account should send token and wait for confirmation ↵lpsolit%gmail.com2006-08-201-0/+5
| | | | (prevent user account abuse) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=bkor a=myk
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+20
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
* Bug 339325: Display the full bug summary by default when viewing a bug list ↵lpsolit%gmail.com2006-08-101-1/+1
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
* Bug 346343: Clean up all of checksetup prior to localconfig codemkanat%bugzilla.org2006-07-291-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 344855: Create a subroutine that does all of checksetup's requirements ↵mkanat%bugzilla.org2006-07-281-0/+3
| | | | | | checking Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bump the version number post-release.mkanat%bugzilla.org2006-07-101-1/+1
|
* Bump version number for release of 2.23.2.mkanat%bugzilla.org2006-07-101-1/+1
|
* Bug 342744: bz_locations should return absolute paths for mod_perlmkanat%bugzilla.org2006-07-041-30/+37
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=justdave, a=justdave
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com2006-07-031-0/+6
| | | | Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-2/+46
| | | | | | | | module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
* Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org2006-05-291-0/+12
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ↵lpsolit%gmail.com2006-05-081-0/+12
| | | | into User.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com2006-02-211-0/+13
| | | | Melez <myk@mozilla.org> r=mkanat a=justdave
* [SECURITY] Bug 313441: Query RSS should HTML-escape summary in <title> - ↵lpsolit%gmail.com2006-02-211-1/+1
| | | | | | Patch by Phil Ringnalda <philringnalda@gmail.com> r=myk a=justdave I forgot to specify the bug number in my previous checkin. That was bug 312498.
* Backing out fix for bug 287325 (initial implementation of custom fields): ↵myk%mozilla.org2006-01-061-13/+0
| | | | turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month.
* Bug 287325: an initial implementation of custom fields, including the ↵myk%mozilla.org2006-01-061-0/+13
| | | | ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob
* Bug 314269: Add email pref to not send mail about dependency changes - Patch ↵lpsolit%gmail.com2005-11-011-2/+3
| | | | by Todd Stansell <tjs@tellme.com> r=joel a=justdave
* Bug 72948: Default column list should include OS and not Platform - Patch by ↵lpsolit%gmail.com2005-10-261-1/+1
| | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wurblzap a=justdave
* Bug 313020: Implement the ability to add individual bugs to saved searches - ↵lpsolit%gmail.com2005-10-261-0/+7
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-8/+0
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
* Bug 302418: re-enable sendmail support for Windows - Patch by byron jones ↵lpsolit%gmail.com2005-08-131-0/+5
| | | | (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
* Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵lpsolit%gmail.com2005-07-131-0/+5
| | | | Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk
* Bug 299211: whine.pl fails if derive_groups is required - Patch by Marc ↵lpsolit%gmail.com2005-07-081-0/+6
| | | | Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 298190: The "200 bugs" limit in buglist.cgi should be a constant, not a ↵lpsolit%gmail.com2005-06-251-0/+5
| | | | magic number - Patch by Tiago R. Mello <timello@async.com.br> r=kiko,justdave a=justdave
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net2005-03-301-69/+60
| | | | email internals. Patch by gerv; r=jake, a=justdave.
* Fix for bug 82878: Generate RSS 1.0 version of bug lists.myk%mozilla.org2005-03-161-2/+3
| | | | | | Patch by Jason Remillard. r=myk a=myk
* Bug 284621 : Change default settings for Voter to only include The bug is ↵travis%sedsystems.ca2005-03-101-6/+6
| | | | | | resolved or verified Patch by Shane H. W. Travis <travis@sedsystems.ca> r=timeless a=myk
* Bug 283933 : Bugzilla should send XML templates as application/xmltravis%sedsystems.ca2005-03-021-1/+1
| | | | Patch by Anne van Kesteren <bug@annevankesteren.nl> r=justdave a=justdave
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-0/+6
| | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-0/+6
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-101-0/+5
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
* Bug 276840 : Move $::defaultqueryname out of globals.pl into ↵travis%sedsystems.ca2005-01-191-0/+5
| | | | | | Bugzilla/Constants.pm Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
* Patch for bug 276842: Move @default_column_list out of globals.pl into ↵jocuri%softhome.net2005-01-171-0/+8
| | | | Bugzilla/Constants.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk.
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca2005-01-081-1/+70
| | | | | | | | | | userprefs.cgi Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly