Changes

Jump to navigation Jump to search
no edit summary
|-
| [https://github.com/debtcompliance/mediawiki/wiki/Compliance-Checklist DcsComplianceChecklist]
| Provides a dropdown list of loans and responsibility terms by which the table can be filtered on the CheckList Checklist page (by convention). The parser function creates the page contents and form controls.| release?recent (2017 - 2018)| yese.g. https://clienttest.dm.dcstemporary.com/Checklist
|-
| DcsComplianceChecklist2
** UpgradeAttachments
Each (or almost all?) PHP file is backed by a perl file which was the basis for the PHP development. Everything is written twice because it all started back when the best framework for handling MediaWiki jobs was a perl bot framework. Things have changed significantly over the recent past for [https://www.mediawiki.org/wiki/Manual:Job_queue MediaWiki and the 's job queue].
According to [https://github.com/debtcompliance/mediawiki/wiki/Extensions#dcsjobadmin the documentation], it allows you to manage jobs. But, I'm wondering how much this is actually used? The job queue should be run automatically by cron, and the administrative user shouldn't have to worry about it really. If there is a usage pattern where job execution is time sensitive, there is a use for an Admin function; but I'm curious about the usage patterns that create large or numerous jobs. Otherwise, set wgJobRunRate to zero, and put it into cron `0 0 * * * root /usr/bin/php /var/www/example.com/www/w/maintenance/runJobs.php > /var/log/runJobs.log 2>&1`
4,558

edits

Navigation menu