--- /dev/null
+yuicompressor.jar
+temp
+#!/bin/bash
java -jar yuicompressor.jar --line-break 1000 ../../tiny_mce_src.js -o ../../tiny_mce.js
java -jar yuicompressor.jar --line-break 1000 ../../Popup.js -o ../../tiny_mce_popup.js
\ No newline at end of file
--- /dev/null
+#!/bin/bash
+for lang in 'sq' 'ar' 'az' 'be' 'bn' 'nb' 'bs' 'br' 'bg' 'ca' 'ch' 'zh' 'hr' 'cs' 'da' 'dv' 'nl' 'en' 'et' 'fi' 'fr' 'gl' 'de' 'el' 'gu' 'he' 'hu' 'is' 'id' 'ia' 'it' 'ja' 'ko' 'lv' 'lt' 'mk' 'ms' 'mn' 'se' 'no' 'nn' 'fa' 'pl' 'pt' 'ro' 'ru' 'sc' 'sr' 'ii' 'si' 'sk' 'sl' 'es' 'sv' 'tt' 'th' 'tr' 'tw' 'uk' 'cy' 'vi'
+do
+ wget "http://services.moxiecode.com/i18n/download.aspx?format=xml&code=$lang&product=tinymce" -O temp/$lang.xml
+done
\ No newline at end of file
3/ copy tinymce/jscripts/tiny_mce/classes/Popup.js to Popup.js
4/ apply plugins/media/* (extra/tinymce_plugin_media.patch) - MDL-16650
5/ apply strings patch
- 6/ compress modified js files using yuicompressor.jar from dev package, use shell file extra/tools/compress.sh
+ 6/ copy yuicompressor.jar from dev package into extra/tools/, use shell script extra/tools/compress.sh to compress modified files
7/ download all TinyMCE lang files and update moodle lang string files
8/ rebuild string files