aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
Commit message (Collapse)AuthorAgeFilesLines
* Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin2014-09-201-12/+4
| | | | r=dylan a=glob
* Bug 1064395: concatenate and slightly minify javascript filesByron Jones2014-09-181-6/+19
| | | | r=dkl,a=glob
* Bug 1066184: data/params.js should be renamed to data/params.json since the ↵David Lawrence2014-09-152-2/+2
| | | | | | data form is JSON and not JS r=LpSolit,a=sgreen
* Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin2014-09-113-9/+8
| | | | | | data/params r=dkl r=wurblzap a=sgreen
* Bug 330707: Add optional support for MarkDownKoosha KM2014-08-282-0/+13
| | | | r=dkl,a=sgreen
* Correctly remove the bugs.alias column, see bug 1012506Frédéric Buclin2014-08-141-4/+0
| | | | r=sgreen
* Bug 1012506 - Allow a bug to have multiple aliasesSimon Green2014-08-141-0/+16
| | | | r=dkl, a=sgreen
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-136-0/+6
| | | | r=dkl a=sgreen
* Bug 1044561: Bad definition of indexes for the new user_api_keys DB tableFrédéric Buclin2014-07-311-0/+17
| | | | r=sgreen a=glob
* Bug 726696 - All authenticated WebServices methods should require ↵Simon Green2014-07-271-0/+4
| | | | | | username/pass, token or a valid API key for authentication r=dkl, a=sgreen
* Bug 1022923 - Add index to bug_user_last_visit.last_visit_tsDylan William Hardison2014-06-121-0/+5
| | | | r/a=glob
* Bug 803201 - Bump minimum requirement for DateTime andDave Miller2014-06-041-7/+5
| | | | | | | DateTime::TimeZone to correctly detect the local timezone Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl, a=justdave
* Bug 1016199: move skins/assets to data/assetsByron Jones2014-05-281-4/+27
| | | | r=dkl, a=justdave
* Bug 977969: concatenate and slightly minify css filesByron Jones2014-05-141-0/+12
| | | | r=gerv, a=glob
* Bug 1006288: add File::Slurp to the list of mandatory modulesByron Jones2014-05-141-0/+5
| | | | r=dkl, a=glob
* Bug 999296: make checksetup.pl not complain about having added newDave Miller2014-05-011-2/+8
| | | | | values to localconfig when the answers were supplied by an answer file. r=LpSolit, a=justdave
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-221-0/+1
| | | | r=glob a=justdave
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-2/+2
| | | | r=gerv a=justdave
* Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLsFrédéric Buclin2014-02-151-9/+2
| | | | r=dkl a=justdave
* Bug 956233: enable USE_MEMCACHE on most objectsByron Jones2014-01-311-0/+6
| | | | r=dkl, a=glob
* Bug 237498: Add memcached integrationByron Jones2013-12-191-0/+9
| | | | r=dkl, a=sgreen
* Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin2013-12-022-81/+16
| | | | r=sgreen a=justdave
* Bug 906191 - Introduce SSL for Bugzilla DB connections for MySQLAlexander Tereschenko2013-11-051-0/+16
| | | r=simon, a=glob
* Bug 929575: t/001compile.t fails if Test::Taint is not installedFrédéric Buclin2013-10-281-1/+2
| | | | r=dkl a=glob
* Bug 911509: SOAP::Lite 1.0 no longer includes XMLRPC::LiteFrédéric Buclin2013-09-121-0/+10
| | | | r=dkl a=glob
* Bug 903895 - Allow more than 32k componentsSimon Green2013-08-301-2/+22
| | | r=gerv, a=sgreen
* Bug 781672: checksetup.pl fails to check the version of the latest ↵Frédéric Buclin2013-08-011-2/+9
| | | | | | Apache2::SizeLimit release (it throws "Invalid version format (non-numeric data)") r=dkl a=sgreen
* Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the ↵Frédéric Buclin2013-07-251-1/+2
| | | | | | prioritization of jobs r=gerv a=glob
* Bug 880227 - Install of Bugzilla DBI module fails due to mirror.hiwaay.net ↵Hugo Seabrook2013-07-231-7/+1
| | | | not being available
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-2/+3
| | | | r=glob,a=justdave
* Bug 886034: Remove deprecated code about CGI 2.75Frédéric Buclin2013-06-261-7/+1
| | | | r=dkl a=LpSolit
* Bug 848635: Old queries based on tags are no longer listed in the page ↵Frédéric Buclin2013-04-281-6/+1
| | | | | | footer by default when upgrading from 4.0 or older to 4.2 r=glob a=LpSolit
* Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it ↵Frédéric Buclin2013-03-251-10/+0
| | | | | | is no longer available r=glob a=LpSolit
* Bug 824346 - The flaginclusions and flagexclusions DB tables have no UNIQUE ↵Dave Lawrence2013-02-171-0/+32
| | | | | | index r/a=LpSolit
* Bug 830467: Don't call _wanted_languages() when only one is availableFrédéric Buclin2013-01-171-2/+4
| | | | r=glob a=LpSolit
* Bug 829852: Requirements.pm no longer uses SafeFrédéric Buclin2013-01-141-1/+0
| | | | r=glob a=LpSolit
* Bug 824361: Add an index on (bug_id, work_time) in the longdescs table to ↵Frédéric Buclin2013-01-071-0/+12
| | | | | | improve performance r=dkl a=LpSolit
* Bug 826678: Disable warnings about the deprecated Return::Value module when ↵Frédéric Buclin2013-01-061-0/+7
| | | | | | loading Email::Send r=wicked a=LpSolit
* Bug 825431: List::MoreUtils older than 0.27_04 leaks memory when using part()Frédéric Buclin2013-01-021-1/+2
| | | | r=glob a=LpSolit
* Bug 785283 - Support increased values for PASSWORD_SALT_LENGTH without ↵Reed Loden2012-12-311-0/+37
| | | | | | breaking compat with old hashes [r=LpSolit a=LpSolit]
* Bug 567671: Require Test::Taint 1.06 to get rid of warnings thrown with Perl ↵Frédéric Buclin2012-12-031-1/+2
| | | | | | 5.10 and newer r=dkl r=wurblzap a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-015-5/+5
| | | | r/a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-304-0/+74
| | | | r/a=LpSolit
* Bug 812220: bug_link() is called twice per bug in bug/process/results.html.tmplFrédéric Buclin2012-11-191-3/+2
| | | | r=glob a=LpSolit
* Bug 803310: Bump the minimum requirement for Email::Send to enable the Test modeFrédéric Buclin2012-11-051-1/+2
| | | | r=glob a=LpSolit
* Bug 803295: Bump the minimum requirement for DBI to 1.54Frédéric Buclin2012-10-191-1/+2
| | | | r=glob a=LpSolit
* Bug 604388 - Filenames used to store data for Old Charts should be based on ↵Marc Schumann2012-10-161-0/+61
| | | | | | product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-016-0/+8
| | | | r=wicked a=LpSolit
* Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin2012-08-312-23/+2
| | | | r=mkanat a=LpSolit
* Include missing newlineFrédéric Buclin2012-08-181-0/+1
|