r97739 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r97738
|
r97739
|
r97740
>
Date:
14:57, 21 September 2011
Author:
nikerabbit
Status:
deferred
Tags:
Comment:
Remove check that prevents nesting aggregate message groups.
It would be shame to not allow it, given all the pain to write
code which handles nested groups.
Modified paths:
/trunk/extensions/Translate/Groups.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/Groups.php
—
—
@@ -588,12 +588,6 @@
589
589
continue;
590
590
}
591
591
592
- /** @todo Figure out a better way to skip groups which are in
593
- * aggregate and as individual in the list. */
594
- if ( $group instanceof AggregateMessageGroup ) {
595
- continue;
596
- }
597
-
598
592
$groups[$id] = $group;
599
593
}
600
594
Status & tagging log
01:50, 22 October 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r97739
[
removed:
new
added:
deferred]