summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-24Bug 1348380 - Add param and user setting to control elasticsearch behaviorDylan William Hardison6-17/+47
1) add an 'elasticsearch' param (configured via admin.cgi) that turns off all code that would attempt to connect to elasticsearch. 2) add a user preference that controls using elasticsearch for searches, which defaults to off for logged-in users. Anonymous users will default to using elasticsearch for the greater good. Note that elasticsearch, if available, will still power user-autocompletion (unless turned off as by the above parameter).
2017-05-24Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison19-78/+783
the ES backend
2017-05-24Bug 1367499 - Give some additional guidance in UI on block needinfo feature ↵William Lachance1-1/+1
(#84)
2017-05-19Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug ↵David Lawrence14-3/+22
1361151
2017-05-22Bug 1361151 - Bugzilla Security groups are periodically synced to ↵David Lawrence8-1/+325
Phabricator project membership
2017-05-19Ensure internet connectivity in vagrant / virtualbox (#81)Sebastin Santy1-0/+8
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison52-720/+815
2017-05-17use non-whimsical string for lbheartbeatDylan William Hardison6-68/+271
2017-05-16give each cron job a name, so that they don't accumulate (#79)Dylan William Hardison1-0/+7
2017-05-16nit: remove reference to firefox os formsDylan William Hardison1-25/+0
2017-05-16Bugzilla::Memcached - bump max_size up to 4MBDylan William Hardison1-1/+1
2017-05-15Bug 1361621 - chunk resolve_bug.pl bug updates into multiple transactionsDylan William Hardison1-6/+12
2017-05-15fix typoDylan William Hardison1-1/+1
2017-05-12Bug 1363736 - Ensure http configs (.htaccess) are forward-compatible with ↵Dylan William Hardison1-0/+9
newer versions of apache (#77)
2017-05-11fix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZEDylan William Hardison1-1/+1
2017-05-11Bug 1357775 - the needinfo dropdown for the triage owner should display the ↵Dylan William Hardison2-21/+25
name and email address when selected
2017-05-11Bug 1362587 - Prevent triggering plugin infobar (workaround bug 1319105)Dylan William Hardison2-20/+24
2017-05-11Bug 1361408 - Remove Firefox OS specific formsSebastin Santy11-1181/+0
2017-05-11Bug 1352907 - Simplify extension system for performanceDylan William Hardison5-267/+64
2017-05-09Bug 1362151 - Make /bzapi/configuration fasterDylan William Hardison2-3/+17
2017-05-09fix permsDylan William Hardison10-0/+0
2017-05-09Bug 1359797 - GitHub login not appearing on show_bug.cgiDylan William Hardison3-3/+4
2017-05-03Bug 1355490 - Short URL link give "The token is not valid" errorDylan William Hardison2-29/+33
2017-05-03Bug 1361464 - Restore previous comment fonts, conditionally select "Fira" ↵Dylan William Hardison2-2/+9
for Windows clients
2017-05-02Revert "Bug 1352264 - Preload all templates"Dylan William Hardison3-130/+6
This reverts commit c82963a57cf97932870e11de8cf2a6205132b954.
2017-05-02Bug 1312735 - allow http auth delegation callbacks based on environmental ↵Dylan William Hardison2-1/+8
variable
2017-05-01Bug 1361133 - Bugzilla::CPAN: ThrowCodeError() is not importedDylan William Hardison1-2/+5
2017-05-01Bug 1360619 - Move Firefox OS to graveyardDylan William Hardison1-12/+23
Repurpose an old script as a bug resolving implement.
2017-04-28Bug 1360675 - Bugzilla->clear_request_cache: add option to preserve some ↵Dylan William Hardison1-1/+5
keys in the request cache
2017-04-28Clean up here-docsDylan William Hardison1-69/+64
here-docs should either be at indent level 0 (and stored in constants) or replaced with other forms of quoting that can be idented more readibly.
2017-04-28fix @INC for bulk_indexDylan William Hardison1-0/+10
2017-04-26use parent rather than base to avoid a bug in base.pmDylan William Hardison1-1/+1
from perldoc base: "base" employs some heuristics to determine if a module has already been loaded, if it has it doesn’t try again. If "base" tries to "require" the module it will not die if it cannot find the module’s file, but will die on any other error. After all this, should your base class be empty, containing no symbols, it will die.
2017-04-26Bug 1352264 - Preload all templatesDylan William Hardison3-6/+130
2017-04-26Bug 1355100 - Add rel=nofollow to all external links in bug commentsSebastin Santy1-1/+1
Refer https://support.google.com/webmasters/answer/96569\?hl\=en
2017-04-26vagrant setup should create htaccess files!Dylan William Hardison1-1/+1
2017-04-25Bug 1359457 - Include system font options from Linux distros as possible fontsDylan William Hardison1-1/+1
2017-04-25Bug 1343805 - Use darker font and fallback to Fira Mono when ↵Dylan William Hardison1-1/+1
Menlo/Monaco/Droid Sans Mono are not available
2017-04-25update fira fontsDylan William Hardison8-0/+0
2017-04-25Bug 1343805 - Use a darker font for comments, and also avoid CourierSebastin Santy1-1/+2
2017-04-25ignore some files from bug 1357809Dylan William Hardison1-0/+2
2017-04-24Bug 1359184 - Use automation user instead of nobody for movecomponent.plDylan William Hardison1-1/+3
2017-04-24fix some recurring vagrant issues with perms, and copy .git into vmDylan William Hardison7-78/+46
2017-04-19Bug 1357809 - Add endpoints for future cloud-services integrationDylan William Hardison4-5/+99
2017-04-18Bug 1347175 - cron: Invalid local time for date in time zone: ↵Dylan William Hardison1-5/+6
America/Los_Angeles
2017-04-18Bug 1355142 - Implement trick_taint in terms of Taint::Util::untaint()Dylan William Hardison2-8/+8
2017-04-14nit: permissions on checksetup answers fileDylan William Hardison1-1/+3
2017-04-14Bug 1328874 - Add Vagrantfile for production-like development VMsDylan William Hardison26-96/+1512
2017-04-14Makefile.PL can be executableDylan William Hardison2-1/+1
2017-04-13require newer List::MoreUtils in newer perlDylan William Hardison1-1/+1
2017-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison16-183/+21
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.