summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-11-09Bug 524669: Allow every simple field in fielddefs to be specified directly ↵mkanat%bugzilla.org1-0/+8
in search URLs. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=gerv, a=mkanat
2009-11-05Bump version number post-release.mkanat%bugzilla.org1-1/+1
2009-11-05Bump version number for 3.5.1.mkanat%bugzilla.org1-1/+1
2009-09-04Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org1-4/+4
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-09Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by ↵lpsolit%gmail.com1-3/+1
Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
2009-04-12Bug 487769: checksetup.pl can no longer create versions in TestProduct due ↵lpsolit%gmail.com1-0/+4
to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
2009-04-09Bug 454251: Implement Bugzilla::Attachment->create() and ↵lpsolit%gmail.com1-12/+17
$attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-2/+6
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-03-31Change trunk version number to 3.5.mkanat%bugzilla.org1-1/+1
2009-02-03Bump version number post-release.mkanat%bugzilla.org1-1/+1
2009-02-03Bump version number for 3.3.3.mkanat%bugzilla.org1-1/+1
2009-02-03Bump version number post-release.mkanat%bugzilla.org1-1/+1
2009-02-03Bump version number for 3.3.2.mkanat%bugzilla.org1-1/+1
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