aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 524368: Increase the value of USER_PASSWORD_MIN_LENGTH - Patch by ↵lpsolit%gmail.com2009-11-241-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bump version number post-release.mkanat%bugzilla.org2009-11-191-1/+1
|
* Bump the version number for 3.5.2.mkanat%bugzilla.org2009-11-191-1/+1
|
* Bug 524669: Allow every simple field in fielddefs to be specified directly ↵mkanat%bugzilla.org2009-11-091-0/+8
| | | | | | in search URLs. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=gerv, a=mkanat
* Bump version number post-release.mkanat%bugzilla.org2009-11-051-1/+1
|
* Bump version number for 3.5.1.mkanat%bugzilla.org2009-11-051-1/+1
|
* Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org2009-09-041-4/+4
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by ↵lpsolit%gmail.com2009-08-091-3/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
* Bug 487769: checksetup.pl can no longer create versions in TestProduct due ↵lpsolit%gmail.com2009-04-111-0/+4
| | | | to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
* Bug 454251: Implement Bugzilla::Attachment->create() and ↵lpsolit%gmail.com2009-04-091-12/+17
| | | | $attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-2/+6
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Change trunk version number to 3.5.mkanat%bugzilla.org2009-03-301-1/+1
|
* Bump version number post-release.mkanat%bugzilla.org2009-02-031-1/+1
|
* Bump version number for 3.3.3.mkanat%bugzilla.org2009-02-031-1/+1
|
* Bump version number post-release.mkanat%bugzilla.org2009-02-031-1/+1
|
* Bump version number for 3.3.2.mkanat%bugzilla.org2009-02-021-1/+1
|
* Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵mkanat%bugzilla.org2009-01-221-0/+6
| | | | | | any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 134022: PERFORMANCE: deleting old login cookies locks login checksmkanat%bugzilla.org2009-01-201-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bump the version number post-release.mkanat%bugzilla.org2009-01-071-1/+1
|
* Bump the version number for 3.3.1.mkanat%bugzilla.org2009-01-061-1/+1
|
* Bug 471866: Classification name length and sortkey max value not validated - ↵lpsolit%gmail.com2009-01-041-0/+4
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 211006: Make Bugzilla use SHA-256 instead of crypt() to store hashed ↵mkanat%bugzilla.org2009-01-021-0/+12
| | | | | | passwords in the database Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 141951: Set the max_packet_size for attachments (and bugs_fulltext) when ↵mkanat%bugzilla.org2008-10-281-0/+3
| | | | | | connecting to MySQL Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-031-0/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 417290: Add an email pref to get notifications for newly created bugs - ↵lpsolit%gmail.com2008-09-171-2/+4
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 287334: Ability to add custom "Bug ID" fieldsmkanat%bugzilla.org2008-08-221-0/+2
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com2008-07-311-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
* Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02mkanat%bugzilla.org2008-07-011-1/+1
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bump version number after branching.mkanat%bugzilla.org2008-05-211-1/+1
|
* Bump version number post-release.mkanat%bugzilla.org2008-05-051-1/+1
|
* Bump the version numbers pre-release.mkanat%bugzilla.org2008-05-051-1/+1
|
* Bump version number post-release.mkanat%bugzilla.org2008-02-021-1/+1
|
* Bump the version number for the 3.1.3 release.mkanat%bugzilla.org2008-02-021-1/+1
|
* Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and ↵lpsolit%gmail.com2008-01-281-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
* Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com2008-01-121-0/+4
| | | | characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org2007-12-111-0/+7
| | | | | Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-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
* Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org2007-10-241-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 313123: Implement $component->create and $component->update based on ↵lpsolit%gmail.com2007-10-121-0/+4
| | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 313129: Implement $milestone->create and $milestone->update based on ↵lpsolit%gmail.com2007-10-101-0/+10
| | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bump version number post-release.mkanat%bugzilla.org2007-09-201-1/+1
|
* Update version number for 3.1.2.mkanat%bugzilla.org2007-09-191-1/+1
|
* Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org2007-09-171-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 356807 – CSV export expose text/plain as MIME content type.wurblzap%gmail.com2007-08-291-1/+1
| | | | | Patch by David Geldreich <david.geldreich@free.fr>; r=LpSolit, vladd; a=mkanat
* Bump version number post-release.mkanat%bugzilla.org2007-08-241-1/+1
|
* Bump version numbers for 3.1.1 release.mkanat%bugzilla.org2007-08-231-1/+1
|
* Bug 345970 Avoid using the string 'the web'timeless%mozdev.org2007-07-241-1/+1
| | | | | patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com2007-05-271-6/+0
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit