* Separating UI code and DB code in Article::rollback()
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 29 Jun 2007 19:55:46 +0000 (19:55 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 29 Jun 2007 19:55:46 +0000 (19:55 +0000)
commit1a2e663a40c9ac585d97459867b6a90a16c27acf
tree88bc904a6c92e6ef478d042e32e23328234e0eed
parentb15a7e2b3ce674130e891ec31c8a4a24bea7f6f0
* Separating UI code and DB code in Article::rollback()
* Adding API rollback functionality
includes/Article.php
includes/AutoLoader.php
includes/Defines.php
includes/api/ApiMain.php
includes/api/ApiQueryInfo.php
includes/api/ApiRollback.php [new file with mode: 0644]