r100160 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100159‎ | r100160 | r100161 >
Date:20:54, 18 October 2011
Author:platonides
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/tools/code-utils/read_wfMsgCalls.py (modified) (history)

Diff [purge]

Index: trunk/tools/code-utils/read_wfMsgCalls.py
@@ -15,9 +15,14 @@
1616 # * the results are CSV
1717 # * the format of the messageStrings file is: 1/ language code (from the name of the file when available); 2/ message key; 3/ content of the message
1818 # * the format of the wfMsgCalls file is: 1/ path of the file; 2/ line number; 3/ wfMsg type (wfMsg, wfMessage, etc.); 4/ message key (when possible); 5/ complete call of the function
 19+#
 20+# Author: Seb35 on Wikimedia projects
 21+#
 22+# License: WTFPL 2.0 http://sam.zoy.org/wtfpl/
1923 #
2024
2125
 26+
2227 # # # # # # # #
2328 # Parameters #
2429 # # # # # # # #
@@ -25,7 +30,7 @@
2631 # BASE PARAMETERS
2732
2833 # Folder containing a tree of MediaWiki
29 -baseFolder = "mediawiki/repo/phase3"
 34+baseFolder = "mediawiki/trunk/phase3"
3035
3136 # Name of the CSV result file (in the current folder) containing the calls to the functions wfMsg* (specified thereafter in a parameter) obtained by analysing the code
3237 wfMsgCallsResultFile = "wfMsgCalls.csv"

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r20more fixesmagnus_manske18:39, 4 October 2001
r100158Import wfMsg statistics script by Seb35,...platonides20:52, 18 October 2011
r100159Import wfMsg statistics script by Seb35 (follow-up r100158)...platonides20:53, 18 October 2011

Status & tagging log