r61434 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61433‎ | r61434 | r61435 >
Date:21:12, 23 January 2010
Author:nad
Status:deferred
Tags:
Comment:
decalre new variables $groupby and $format
Modified paths:
  • /trunk/extensions/RecordAdmin/RecordAdmin.php (modified) (history)
  • /trunk/extensions/RecordAdmin/RecordAdmin_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php
@@ -917,6 +917,8 @@
918918 $name = 'wpSelect';
919919 $invert = false;
920920 $orderby = 'created desc';
 921+ $groupby = false;
 922+ $format = false;
921923 $cols = false;
922924 $sortable = true;
923925 $template = false;
Index: trunk/extensions/RecordAdmin/RecordAdmin.php
@@ -11,7 +11,7 @@
1212 * @licence GNU General Public Licence 2.0 or later
1313 */
1414
15 -define( 'RECORDADMIN_VERSION', '0.10.2, 2010-01-19' );
 15+define( 'RECORDADMIN_VERSION', '0.10.3, 2010-01-24' );
1616
1717 $wgRecordAdminUseNamespaces = false; # Whether record articles should be in a namespace of the same name as their type
1818 $wgRecordAdminCategory = 'Records'; # Category containing record types

Status & tagging log