r59947 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59946‎ | r59947 | r59948 >
Date:06:39, 11 December 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Fixed backup-index.html location per Brion's comment on r50354. Untested.
Modified paths:
  • /trunk/backup/report.html (modified) (history)
  • /trunk/backup/worker.py (modified) (history)

Diff [purge]

Index: trunk/backup/worker.py
@@ -390,7 +390,8 @@
391391 "status": self.reportStatusLine(done),
392392 "previous": self.reportPreviousDump(done),
393393 "items": html,
394 - "checksum": self.webPath("md5sums.txt")}
 394+ "checksum": self.webPath("md5sums.txt"),
 395+ "index": self.config.index}
395396
396397 def reportPreviousDump(self, done):
397398 """Produce a link to the previous dump, if any"""
Index: trunk/backup/report.html
@@ -67,7 +67,7 @@
6868 for documentation on the provided data formats.
6969 </p>
7070
71 - <p>See <a href="../../backup-index.html">all databases list</a>.</p>
 71+ <p>See <a href="../../%(index)">all databases list</a>.</p>
7272
7373 <p class="previous">
7474 %(previous)s

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r50354Fixing incorrect link to main page and temp fix till ubuntu bug #370618 is fixedtomasz23:48, 8 May 2009

Status & tagging log