Page MenuHomePhabricator

VisualEditor: Clean up 'cache': 'false'
Closed, ResolvedPublic

Description

We have lots of occurrences of 'cache': 'false' in $.ajax invocations in our code, and only one occurrence of 'cache': true. Based on the documentation, it seems to me that 'cache' should pretty much never be set to false. But then again, we set it to the string 'false', not the boolean false.

This seems bad and in need of cleanup. Assigning to Timo.


Version: unspecified
Severity: enhancement

Details

Reference
bz50840

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:50 AM
bzimport added a project: Technical-Debt.
bzimport set Reference to bz50840.

Done in Roan's clean-up of API usage.