r52745 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r52744
|
r52745
|
r52746
>
Date:
15:31, 3 July 2009
Author:
demon
Status:
deferred
Tags:
Comment:
Add fixme on this one, is using old FileStore stuff. This is broken on trunk too.
Modified paths:
/branches/maintenance-work/maintenance/deleteArchivedFiles.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/maintenance-work/maintenance/deleteArchivedFiles.php
—
—
@@ -18,6 +18,10 @@
19
19
$this->addOption( 'delete', 'Perform the deletion' );
20
20
}
21
21
22
+ /**
23
+ * @todo @fixme FSTransaction/FileStore crap needs removing. Does
24
+ * not work on trunk
25
+ */
22
26
public function execute() {
23
27
$this->output( "Delete Archived Images\n\n" );
24
28
Status & tagging log
08:56, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r52745
[
removed:
maintenance]
00:27, 7 July 2009
😂
(
talk
|
contribs
)
changed the
status
of r52745
[
removed:
new
added:
deferred]
00:27, 7 July 2009
😂
(
talk
|
contribs
)
changed the
tags
for r52745
[
added:
maintenance]