summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-01-22Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵mkanat%bugzilla.org1-0/+6
any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-20Bug 134022: PERFORMANCE: deleting old login cookies locks login checksmkanat%bugzilla.org1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-01-07Bump the version number post-release.mkanat%bugzilla.org1-1/+1
2009-01-06Bump the version number for 3.3.1.mkanat%bugzilla.org1-1/+1
2009-01-05Bug 471866: Classification name length and sortkey max value not validated - ↵lpsolit%gmail.com1-0/+4
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2009-01-02Bug 211006: Make Bugzilla use SHA-256 instead of crypt() to store hashed ↵mkanat%bugzilla.org1-0/+12
passwords in the database Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-10-28Bug 141951: Set the max_packet_size for attachments (and bugs_fulltext) when ↵mkanat%bugzilla.org1-0/+3
connecting to MySQL Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-10-03Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org1-0/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-09-17Bug 417290: Add an email pref to get notifications for newly created bugs - ↵lpsolit%gmail.com1-2/+4
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-08-22Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org1-0/+2
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-07-31Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com1-0/+4
$product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-07-01Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02mkanat%bugzilla.org1-1/+1
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2008-05-21Bump version number after branching.mkanat%bugzilla.org1-1/+1
2008-05-05Bump version number post-release.mkanat%bugzilla.org1-1/+1
2008-05-05Bump the version numbers pre-release.mkanat%bugzilla.org1-1/+1
2008-02-02Bump version number post-release.mkanat%bugzilla.org1-1/+1
2008-02-02Bump the version number for the 3.1.3 release.mkanat%bugzilla.org1-1/+1
2008-01-28Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and ↵lpsolit%gmail.com1-5/+0
Error.pm in favor of DB transactions. These methods are no longer used and are completely removed now - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-01-13Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com1-0/+4
characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-12-11Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org1-0/+7
Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2007-11-23Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org1-4/+4
non-ASCII data, if the utf8 parameter is on. This means that string functions like substr() work properly on multi-byte languages, now. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
2007-10-24Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org1-0/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-12Bug 313123: Implement $component->create and $component->update based on ↵lpsolit%gmail.com1-0/+4
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-10Bug 313129: Implement $milestone->create and $milestone->update based on ↵lpsolit%gmail.com1-0/+10
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-09-20Bump version number post-release.mkanat%bugzilla.org1-1/+1
2007-09-19Update version number for 3.1.2.mkanat%bugzilla.org1-1/+1
2007-09-17Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org1-0/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-09-08Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org1-0/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-29Bug 356807 – CSV export expose text/plain as MIME content type.wurblzap%gmail.com1-1/+1
Patch by David Geldreich <david.geldreich@free.fr>; r=LpSolit, vladd; a=mkanat
2007-08-24Bump version number post-release.mkanat%bugzilla.org1-1/+1
2007-08-24Bump version numbers for 3.1.1 release.mkanat%bugzilla.org1-1/+1
2007-07-25Bug 345970 Avoid using the string 'the web'timeless%mozdev.org1-1/+1
patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit
2007-05-27Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com1-6/+0
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-05-10Bug 376908: Installation process should not assume skins are in the same ↵lpsolit%gmail.com1-1/+1
directory as checksetup.pl - Patch by guillomovitch@zarb.org r/a=mkanat
2007-04-19Bug 372531: "match" should be a generic function in Bugzilla::Objectmkanat%bugzilla.org1-0/+15
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-02-26Bump version number on the trunk with the branching of 3.0.mkanat%bugzilla.org1-1/+1
2007-02-03Bump version number post-release.mkanat%bugzilla.org1-1/+1
2007-02-03Bump version number pre-release.mkanat%bugzilla.org1-1/+1
2006-12-16Bug 345405: showdependencygraph.cgi: Dependency Graphs are broken on mod_perlmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-12-14Bug 360710: checksetup.pl needs to blacklist some non-working external modulesmkanat%bugzilla.org1-2/+13
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-12-09Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com1-0/+7
causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
2006-11-21Bug 353656: User Interface gets corrupted by multiple localized users ↵lpsolit%gmail.com1-0/+13
resolving bugs as duplicates - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-11-19Bug 304550: Bugzilla should always store data in MySQL as UTF-8mkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-11-14Bug 277370: Ability to specify an email address to which notification about ↵olav%bkor.dhs.org1-2/+3
all bugs should go Patch by Guillaume Rousse <guillomovitch@zarb.org> r=bkor a=myk
2006-11-13Bug 360028: Bugzilla::Search::Saved should have create() and update(), and ↵mkanat%bugzilla.org1-0/+5
buglist.cgi should use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com1-0/+4
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-11-03Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
2006-10-17Bug 350921: [email_in] Create an email interface that can create a bug in ↵mkanat%bugzilla.org1-0/+2
Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
2006-10-15Bump the version number post-release.mkanat%bugzilla.org1-1/+1