summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
AgeCommit message (Collapse)AuthorFilesLines
2010-07-07Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander1-0/+4
boolean charts r=glob, a=mkanat
2010-07-06Bump the version number post-release.Max Kanat-Alexander1-1/+1
2010-07-06Bump the version number for 3.7.2.Max Kanat-Alexander1-1/+1
2010-07-05Bug 514618: Allow restricting the visibility and values of fields byKent Rogers1-0/+1
classification. r=mkanat, r=timello, a=mkanat
2010-07-05Bug 455810 - Add autocomplete support to the keywords fieldReed Loden1-0/+2
* Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
2010-06-26Bug 562475 - "Bugzilla should use strict-transport-security (STS) headers"Reed Loden1-0/+5
[r=mkanat a=mkanat]
2010-06-25Bump version number post-releaseMax Kanat-Alexander1-1/+1
2010-06-24Bump the version number for 3.7.1.Max Kanat-Alexander1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=559988
2010-06-22Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander1-0/+5
r=glob, a=mkanat
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander1-2/+1
called OldBugMove. r=dkl, a=mkanat
2010-06-16Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander1-0/+5
multiple buglists at once r=glob, a=mkanat
2010-05-28Bug 568500 - teach Bugzilla about correct Content Type for JSON ctype. r=mkanat.1-0/+1
2010-05-19Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello1-0/+4
creating/changing bugs r=mkanat, a=mkanat
2010-04-20Bug 560284: Make all errors that checksetup.pl throws be redMax Kanat-Alexander1-0/+5
r=mkanat, a=mkanat (module owner)
2010-03-23Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pmDavid Lawrence1-0/+14
r/a=mkanat
2010-03-05Bug 513989 - large search query causing internal server error (500) but ↵David Lawrence1-1/+1
valid redirect 302 returned Decreased CGI_URI_LIMIT to 8000 instead of 10000 a=mkanat
2010-03-03Bug 513989 - large search query causing internal server error (500) but ↵Dave Lawrence1-0/+7
valid redirect 302 returned r=mkanat, a=mkanat
2010-02-23Bug 547336: Make installation work on Windows with Strawberry Perl ProfessionalMax Kanat-Alexander1-0/+3
r=glob, a=mkanat
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-5/+3
r=mkanat, a=mkanat, a=LpSolit
2010-02-11Bug 545715: New Hook: bugmail_relationshipsMax Kanat-Alexander1-2/+12
r=mkanat, a=mkanat (module owner)
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-0/+9
component r=dkl, a=mkanat
2010-02-02Set version number to 3.7 on trunk after branching.Max Kanat-Alexander1-1/+1
2010-02-01Bump version number post-release.Max Kanat-Alexander1-1/+1
2010-02-01Bump version number for 3.5.3.Max Kanat-Alexander1-1/+1
2009-12-13Bug 526734: Allow localization of the "From update of attachment" string in ↵mkanat%bugzilla.org1-0/+2
comments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Bug 355283: Lock out a user account on a particular IP for 30 minutes if ↵mkanat%bugzilla.org1-0/+10
they fail to log in 5 times from that IP. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-04Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org1-0/+2
localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-24Bug 524368: Increase the value of USER_PASSWORD_MIN_LENGTH - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-11-19Bump version number post-release.mkanat%bugzilla.org1-1/+1
2009-11-19Bump the version number for 3.5.2.mkanat%bugzilla.org1-1/+1
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