This site is no longer actively maintained. It exists for historical purposes as an example of Phabricator integration and Lua scripting.

Difference between revisions of "Clinic Duty Period Report"

From cpt
No edit summary
No edit summary
Line 1: Line 1:
Edit this page to change the date range.
Edit this page to change the date range.
<div style="display:none;">
<div style="display:none;">
{{#vardefine:start_date|2020-08-01}}
{{#vardefine:start_date|2020-09-01}}
{{#vardefine:end_date|2020-08-31}}
{{#vardefine:end_date|2020-09-30}}
</div>
</div>
<h4>Entered External Code Review Needed Between {{#var:start_date}} and {{#var:end_date}} (Count: {{#ask:
<h4>Entered External Code Review Needed Between {{#var:start_date}} and {{#var:end_date}} (Count: {{#ask:

Revision as of 07:09, 5 October 2020

Edit this page to change the date range.


Entered External Code Review Needed Between 2020-09-01 and 2020-09-30 (Count: 4)

T137584: Allow Scribunto code to add a category without changing output
T239277: Add user right to delete single revision redirects, regardless of target, during page moves
T253432: Create a User factory
T253594: Tabs may not be valid YAML

Entered External Code Review In Progress Between 2020-09-01 and 2020-09-30 (Count: 6)

T196906: Sensible default parameters for Monolog logging
T235589: Fatal exception on Special:MovePage: "Failed to create null revision while moving page ID"
T255507: WikiPage::doEditContent falls back to $wgUser
T255700: "Bad content model: expected wikitext but got javascript" while saving/stashing an edit
T261889: Use a BlobStore for storing var dumps
T262175: Remove ApiWatchlistTrait from ApiBase

Entered External Code Review Completed Between 2020-09-01 and 2020-09-30 (Count: 10)

T196906: Sensible default parameters for Monolog logging
T222402: Page or file undelete/restore requests can deadlock (Fatal DBQueryError)
T235589: Fatal exception on Special:MovePage: "Failed to create null revision while moving page ID"
T245707: Remove support for calling PatrolLog::record without passing a user object
T247888: Remove support for calling LocalFileDeleteBatch::__construct with old signature
T249521: reassignEdits.php broken
T253594: Tabs may not be valid YAML
T255700: "Bad content model: expected wikitext but got javascript" while saving/stashing an edit
T261059: drop_content_model_info.sql seems to be orphaned
T262712: Status 405 Method Not Allowed on /oauth2/request/profile with OPTIONS

Entered Done Between 2020-09-01 and 2020-09-30 (Count: 14)

T157649: Partition the transclusions topic in ChangeProp
T161199: Unable to open edit page for some old revisions "PHP Fatal: Argument passed to EditPage::displayViewSourcePage() must implement interface Content"
T226337: SpecialConfirmEmail causes "MWException: CAS update failed on user_touched" from User.php
T246991: Memcached keys sometimes outlive their TTL (affects MW rate limit)
T251778: LBFactoryMulti: Unknown cluster 'cluster14'
T254430: Rdbms overhead due to "SELECT @@GLOBAL.read_only" queries
T255056: MediaWikiIntegrationTestCase::setTemporaryHook needs to support new style hooks
T258548: PHP error "hash_equals(): Expected known_string to be a string, null given" from OAuth ClientEntity.php
T259181: Use of Revision::getId was deprecated in MediaWiki 1.31. [Called from MediaWiki\Storage\DerivedPageDataUpdater::grabCurrentRevision]
T260232: BatchRowIterator slow query on commonswiki
T261081: Install from scratch stops with error 1146 "Table 'l10n_cache' does not exist"
T262457: BlobAccessException: Failed to load data blob from tt:209199: Bad data in text row 209199
T262462: PHP Notice: Array to string conversion (from EventBus.php)
T263604: findBadBlobs.php unnecessarily requires cleanupTable.inc