aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump the version number post-release.Max Kanat-Alexander2011-04-271-1/+1
|
* Bump version number for 4.1.2.Max Kanat-Alexander2011-04-271-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=652474
* Bump the version number post-release.Max Kanat-Alexander2011-03-141-1/+1
|
* Bump version number for 4.1.1.Max Kanat-Alexander2011-03-131-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=638032
* Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objectsMax Kanat-Alexander2011-03-131-0/+8
| | | | r=dkl, a=mkanat
* Bug 603127: Make checksetup.pl require DBD::Pg 2.17.2 when using Pg 9.0 orMax Kanat-Alexander2011-02-141-0/+2
| | | | | later. r=dkl, a=mkanat
* Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin2011-01-301-7/+0
| | | | r/a=mkanat
* Update default column list to something more sensible. r=mkanat, lpsolit, ↵Gervase Markham2011-01-271-2/+2
| | | | | wurblzap. https://bugzilla.mozilla.org/show_bug.cgi?id=621676
* Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, ↵Frédéric Buclin2010-11-031-0/+1
| | | | | | and product names are viewable in graphs/ r=wurblzap a=LpSolit
* Bug 337776: Basic SQLite Support for BugzillaMax Kanat-Alexander2010-10-271-0/+9
| | | | r=LpSolit, a=mkanat
* Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander2010-10-261-1/+1
| | | | r=glob, a=mkanat
* Bug 605663: For MySQL, use information_schema instead of SHOW TABLE STATUSMax Kanat-Alexander2010-10-191-3/+5
| | | | | | to get table information during checksetup, because it's much faster. This also bumps our MySQL requirement to 5.0.15. r=mkanat, a=mkanat (module owner)
* Bug 602418: Add "template_cache" to bz_locations(), a way of specifying thatMax Kanat-Alexander2010-10-131-3/+5
| | | | | cached templates should be stored somewhere else than the data directory. r=LpSolit, a=mkanat
* Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" messageMax Kanat-Alexander2010-09-031-0/+2
| | | | | when it finishes. r=mkanat, a=mkanat (module owner)
* Bug 583690: (CVE-2010-2759) [SECURITY][PostgreSQL] Bugzilla crashes when ↵Frédéric Buclin2010-08-051-0/+2
| | | | | | viewing a bug if a comment contains 'bug <num>' or 'attachment <num>' where <num> is greater than the max allowed integer r=mkanat a=LpSolit
* Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending emailFrédéric Buclin2010-08-041-0/+3
| | | | r=glob a=LpSolit
* Bug 581622: When a quicksearch includes the "content" field, it is limited ↵Frédéric Buclin2010-08-021-6/+0
| | | | | | to 200 bugs r/a=mkanat
* Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander2010-07-081-5/+10
| | | | | in a loop r=glob, a=mkanat
* Bug 305412: Update the minimum Pg requirement to 8.3, to allow castingMax Kanat-Alexander2010-07-081-1/+1
| | | | | bytea to text in Search.pm. r=mkanat, a=mkanat (module owner)
* Bump the version number to 4.1 on trunk.Max Kanat-Alexander2010-07-081-1/+1
|
* Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander2010-07-071-0/+4
| | | | | boolean charts r=glob, a=mkanat
* Bump the version number post-release.Max Kanat-Alexander2010-07-051-1/+1
|
* Bump the version number for 3.7.2.Max Kanat-Alexander2010-07-051-1/+1
|
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-051-0/+1
| | | | | classification. r=mkanat, r=timello, a=mkanat
* Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2010-07-051-0/+2
| | | | | * Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
* Bug 562475 - "Bugzilla should use strict-transport-security (STS) headers"Reed Loden2010-06-251-0/+5
| | | | [r=mkanat a=mkanat]
* Bump version number post-releaseMax Kanat-Alexander2010-06-241-1/+1
|
* Bump the version number for 3.7.1.Max Kanat-Alexander2010-06-241-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=559988
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-211-0/+5
| | | | r=glob, a=mkanat
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-2/+1
| | | | | called OldBugMove. r=dkl, a=mkanat
* Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander2010-06-151-0/+5
| | | | | multiple buglists at once r=glob, a=mkanat
* Bug 568500 - teach Bugzilla about correct Content Type for JSON ctype. r=mkanat.2010-05-281-0/+1
|
* Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello2010-05-191-0/+4
| | | | | creating/changing bugs r=mkanat, a=mkanat
* Bug 560284: Make all errors that checksetup.pl throws be redMax Kanat-Alexander2010-04-191-0/+5
| | | | r=mkanat, a=mkanat (module owner)
* Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pmDavid Lawrence2010-03-231-0/+14
| | | | r/a=mkanat
* Bug 513989 - large search query causing internal server error (500) but ↵David Lawrence2010-03-051-1/+1
| | | | | | | valid redirect 302 returned Decreased CGI_URI_LIMIT to 8000 instead of 10000 a=mkanat
* Bug 513989 - large search query causing internal server error (500) but ↵Dave Lawrence2010-03-031-0/+7
| | | | | | valid redirect 302 returned r=mkanat, a=mkanat
* Bug 547336: Make installation work on Windows with Strawberry Perl ProfessionalMax Kanat-Alexander2010-02-221-0/+3
| | | | r=glob, a=mkanat
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-5/+3
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 545715: New Hook: bugmail_relationshipsMax Kanat-Alexander2010-02-111-2/+12
| | | | r=mkanat, a=mkanat (module owner)
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-011-0/+9
| | | | | | component r=dkl, a=mkanat
* Set version number to 3.7 on trunk after branching.Max Kanat-Alexander2010-02-011-1/+1
|
* Bump version number post-release.Max Kanat-Alexander2010-02-011-1/+1
|
* Bump version number for 3.5.3.Max Kanat-Alexander2010-02-011-1/+1
|
* Bug 526734: Allow localization of the "From update of attachment" string in ↵mkanat%bugzilla.org2009-12-131-0/+2
| | | | | | comments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 355283: Lock out a user account on a particular IP for 30 minutes if ↵mkanat%bugzilla.org2009-12-131-0/+10
| | | | | | they fail to log in 5 times from that IP. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org2009-12-041-0/+2
| | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* 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
|