Index: branches/REL1_15/phase3/includes/api/ApiMain.php |
— | — | @@ -190,6 +190,12 @@ |
191 | 191 | } |
192 | 192 | |
193 | 193 | /** |
| 194 | + * Only kept for backwards compatibility |
| 195 | + * @deprecated Use isWriteMode() instead |
| 196 | + */ |
| 197 | + public function requestWriteMode() {} |
| 198 | + |
| 199 | + /** |
194 | 200 | * Set how long the response should be cached. |
195 | 201 | */ |
196 | 202 | public function setCacheMaxAge($maxage) { |
— | — | @@ -709,4 +715,4 @@ |
710 | 716 | public function __toString() { |
711 | 717 | return "{$this->getCodeString()}: {$this->getMessage()}"; |
712 | 718 | } |
713 | | -} |
\ No newline at end of file |
| 719 | +} |
Property changes on: branches/REL1_15/phase3/includes/api |
___________________________________________________________________ |
Name: svn:mergeinfo |
714 | 720 | - /trunk/phase3/includes/api:48813-48814,48819,48836,48886,48892,48909,48989,48992,49002,49051,49068,49086,49191-49192,49212,49682,49685,49730,49775,49954,49956,49999,50041,50054,50070,50132,50134,50169,50215,50218,50328,50470,50580 |
715 | 721 | + /trunk/phase3/includes/api:48813-48814,48819,48836,48886,48892,48909,48989,48992,49002,49051,49068,49086,49191-49192,49212,49682,49685,49730,49775,49954,49956,49999,50041,50054,50070,50132,50134,50169,50215,50218,50328,50470,50580,50833 |