Commit c0e9fdbe authored by Kevin Deldycke's avatar Kevin Deldycke

Update naming convention script.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9421 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 518dea05
......@@ -81,7 +81,7 @@
# - Check skin names.\n
# - Check script names (from skin folders and workflows).\n
\n
ABBRIVIATION_WORD_LIST = ( \'ID\', \'URL\', \'VAT\', \'FAX\', \'GAP\', \'IBAN\', \'BBAN\', \'EAN\', \'BOM\', \'BIC\'\n
ABBRIVIATION_WORD_LIST = ( \'ID\', \'URL\', \'URI\', \'VAT\', \'FAX\', \'GAP\', \'IBAN\', \'BBAN\', \'EAN\', \'BOM\', \'BIC\'\n
, \'CSV\', \'SVN\', \'UBM\', \'VPN\', \'CAD\', \'ERP5\'\n
)\n
ABBRIVIATION_WORD_DICT = dict([(word, 1) for word in ABBRIVIATION_WORD_LIST])\n
......@@ -237,6 +237,12 @@ return ("%d problems found :\\n\\n" % len(message_list)) + \'\\n\'.join(message_
<none/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>html_output=1</string> </value>
......
2006-08-25 Stefan
* Update naming convention script.
2006-08-23 jerome
* remove Base_TranslateString
......
42
\ No newline at end of file
44
\ No newline at end of file
1.0rc9
\ No newline at end of file
1.0rc10
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment