summaryrefslogtreecommitdiff
path: root/actions/restoreaccount.php
AgeCommit message (Collapse)Author
2010-12-22When queueing is off, restore runs immediately. Indicate that we've already ↵Brion Vibber
finished processing on the success page in this case; otherwise continue to show the 'will take a few minutes' message.
2010-12-22Error handling cleanup on backup/restore:Brion Vibber
* avoid PHP notice from using wrong variable * show a visible error instead of blank screen if no file submitted with restore form * avoid PHP strict warning from using calling "non-static" DOMDocument::loadXML statically * suppress PHP warning from XML parse errors
2010-12-17action to restore a user's backup from the Web interfaceEvan Prodromou