r114127 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r114126
|
r114127
|
r114128
>
Date:
11:17, 19 March 2012
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Use agg- instead of ag- (bikeshedding), ping
r114002
Modified paths:
/trunk/extensions/Translate/resources/ext.translate.special.aggregategroups.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/resources/ext.translate.special.aggregategroups.js
—
—
@@ -97,7 +97,7 @@
98
98
*/
99
99
function createId( s ){
100
100
if ( s !== undefined ) {
101
- return 'ag-' + s.toLowerCase().replace( /[\x00-\x1f\x23\x2c\x2e\x3c\x3e\x5b\x5d\x7b\x7c\x7d\x7f\s]+/g, '_' );
101
+ return 'agg-' + s.toLowerCase().replace( /[\x00-\x1f\x23\x2c\x2e\x3c\x3e\x5b\x5d\x7b\x7c\x7d\x7f\s]+/g, '_' );
102
102
}
103
103
}
104
104
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r114002
Minor white space fix...
santhosh
07:18, 16 March 2012
Status & tagging log
04:58, 20 March 2012
Santhosh.thottingal
(
talk
|
contribs
)
changed the
status
of r114127
[
removed:
new
added:
ok]