* Re-implemented autosave feature (ie. automatic backup / restore) for stories and comments

* Removed obsolete rescue methods
 * Moved contents of many individual skin files as subskins in the corresponding prototype skin file
 * Moved commentform_macro of Story prototype into compatibility module
This commit is contained in:
Tobi Schäfer 2007-10-16 16:48:14 +00:00
parent ec700a655f
commit 75644bde63
18 changed files with 132 additions and 146 deletions

View file

@ -510,7 +510,7 @@ Site.prototype.unsubscribe_action = function() {
Site.prototype.robots_txt_action = function() {
res.contentType = "text/plain";
this.renderSkin("robots");
this.renderSkin("Site#robots");
return;
};