' . $this->logMessage . '
This page is used for testing regex for grouping usenet collections.
Enter the group name to test and a regex. Limit is how many collections to show max on the page, 0 for no limit(slow).
| {$hash} Current Files: {count($collection)} |
+ {foreach from=$data key=hash item=collection}
+
|---|
| {$hash} Current Files: {count($collection)} |
+
|---|
| name | +current parts | +total parts | +poster | +old hash | +
|---|---|---|---|---|
| {$row.file_name} | +{$row.file_current_parts} | +{$row.file_total_parts} | +{$row.collection_poster} | +{$row.old_collection_hash} |
| name | -current parts | -total parts | -poster | -old hash | -
|---|---|---|---|---|
| {$row.file_name} | -{$row.file_current_parts} | -{$row.file_total_parts} | -{$row.collection_poster} | -{$row.old_collection_hash} | -
The Table Per Group setting is required to be on to use this page, for performance reasons.
+ {/foreach} +