# # ChangeLog for branches/2.2/plugins/LocalFilesEditor/language # # Generated by Trac 1.2.3 # Apr 25, 2024, 2:28:59 PM Tue, 12 Apr 2011 11:41:57 GMT patdenice [10311] * branches/2.2/plugins/LocalFilesEditor (modified) * branches/2.2/plugins/LocalFilesEditor/admin.php (modified) * branches/2.2/plugins/LocalFilesEditor/admin.tpl (modified) * branches/2.2/plugins/LocalFilesEditor/language/ar_SA/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/he_IL/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/ja_JP/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/ka_GE/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/lv_LV/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/nl_NL/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/no_NO/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/pl_PL/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/pt_PT/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/sk_SK/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/sr_RS/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/sv_SE/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/vi_VN/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/zh_CN/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/locfiledit.css (modified) * branches/2.2/plugins/LocalFilesEditor/maintain.inc.php (modified) * branches/2.2/plugins/LocalFilesEditor/show_default.php (modified) * branches/2.2/plugins/LocalFilesEditor/show_default.tpl (modified) * branches/2.2/plugins/LocalFilesEditor/update_config.php (deleted) merge r10309 from trunk to branch 2.2 Always load codemirror Tue, 12 Apr 2011 11:40:06 GMT patdenice [10310] * branches/2.2/plugins/LocalFilesEditor (modified) * branches/2.2/plugins/LocalFilesEditor/admin.php (modified) * branches/2.2/plugins/LocalFilesEditor/admin.tpl (modified) * branches/2.2/plugins/LocalFilesEditor/codemirror (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/lib (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/lib/codemirror.css (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/lib/codemirror.js (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/lib/overlay.js (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/clike (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/clike/clike.css (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/clike/clike.js (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/clike/index.html (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/css (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/css/css.css (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/css/css.js (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/css/index.html (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/diff (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/diff/diff.css (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/diff/diff.js (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/diff/index.html (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/haskell (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.css (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.js (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/haskell/index.html (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/htmlmixed (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/htmlmixed/htmlmixed.js (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/htmlmixed/index.html (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/javascript (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/javascript/index.html (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/javascript/javascript.css (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/javascript/javascript.js (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/php (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/php/index.html (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/php/php.js (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/stex (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/stex/index.html (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/stex/stex.css (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/stex/stex.js (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/xml (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/xml/index.html (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/xml/xml.css (copied) * branches/2.2/plugins/LocalFilesEditor/codemirror/mode/xml/xml.js (copied) * branches/2.2/plugins/LocalFilesEditor/editarea (deleted) * branches/2.2/plugins/LocalFilesEditor/language/ar_SA/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/de_DE/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/en_UK/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/he_IL/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/hr_HR/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/hu_HU/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/it_IT/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/ja_JP/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/ka_GE/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/lv_LV/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/nl_NL/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/no_NO/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/pl_PL/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/pt_PT/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/ru_RU/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/sk_SK/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/sr_RS/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/sv_SE/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/tr_TR/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/vi_VN/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/language/zh_CN/plugin.lang.php (modified) * branches/2.2/plugins/LocalFilesEditor/locfiledit.css (modified) * branches/2.2/plugins/LocalFilesEditor/show_default.php (modified) * branches/2.2/plugins/LocalFilesEditor/show_default.tpl (modified) merge r10307 from trunk to branch 2.2 feature:2262 Replace editarea ... Fri, 08 Apr 2011 09:43:43 GMT ddtddt [10158] * branches/2.2/plugins/LocalFilesEditor/language/es_ES/plugin.lang.php (modified) [Branche2.2] - LocalFilesEditor - update es_ES thanks to am Sat, 02 Apr 2011 19:42:24 GMT plg [9998] * branches/2.2 (copied) Create branch 2.2 from trunk r9955 Fri, 04 Mar 2011 23:03:57 GMT Gotcha [9541] * trunk/plugins/LocalFilesEditor/language/fr_FR/plugin.lang.php (modified) Some precisions