From af740cc3da411d32d857514e34f1b94a66cf7347 Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Sat, 18 Oct 2014 16:52:38 +0200 Subject: [PATCH] [TASK] Add a README that describes the update steps --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..34c8e59 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## How to update the sources? + +1. Download the latest version from "http://www.tinymce.com/download/download.php" +2. Download the latest language pack from "http://www.tinymce.com/i18n/index.php". + You can simplify the selection by using the following command in your developer tools console. + + $('input[type=checkbox]').attr('checked', 1) + +3. Unpack the downloaded sources +4. Remove the tinymce directory inside the extension and move "tinymce/js/tinymce" from the download source as a + replacement. +5. Move the files of the "langs" directory from the downloaded languages into "tinymce/langs/" +6. Update the VERSIONS.md file +7. Push the new code to git (check the differences and test the stuff before!) \ No newline at end of file -- GitLab