Changeset 656736
- Timestamp:
- 01/22/2013 08:53:57 AM (13 years ago)
- Location:
- solid-code-theme-editor
- Files:
-
- 38 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/ace (added)
-
tags/1.0.3/ace/ace-compat-noconflict.js (added)
-
tags/1.0.3/ace/ace-compat-uncompressed-noconflict.js (added)
-
tags/1.0.3/ace/ace-compat-uncompressed.js (added)
-
tags/1.0.3/ace/ace-compat.js (added)
-
tags/1.0.3/ace/ace-noconflict.js (added)
-
tags/1.0.3/ace/ace-uncompressed-noconflict.js (added)
-
tags/1.0.3/ace/ace-uncompressed.js (added)
-
tags/1.0.3/ace/ace.js (added)
-
tags/1.0.3/ace/keybinding-emacs-noconflict.js (added)
-
tags/1.0.3/ace/keybinding-emacs-uncompressed-noconflict.js (added)
-
tags/1.0.3/ace/keybinding-emacs-uncompressed.js (added)
-
tags/1.0.3/ace/keybinding-emacs.js (added)
-
tags/1.0.3/ace/keybinding-vim-noconflict.js (added)
-
tags/1.0.3/ace/keybinding-vim-uncompressed-noconflict.js (added)
-
tags/1.0.3/ace/keybinding-vim-uncompressed.js (added)
-
tags/1.0.3/ace/keybinding-vim.js (added)
-
tags/1.0.3/ace/mode-css.js (added)
-
tags/1.0.3/ace/mode-html.js (added)
-
tags/1.0.3/ace/mode-javascript.js (added)
-
tags/1.0.3/ace/mode-php.js (added)
-
tags/1.0.3/ace/mode-sql.js (added)
-
tags/1.0.3/ace/mode-text.js (added)
-
tags/1.0.3/ace/mode-xml.js (added)
-
tags/1.0.3/ace/theme-chrome.js (added)
-
tags/1.0.3/ace/worker-coffee.js (added)
-
tags/1.0.3/ace/worker-css.js (added)
-
tags/1.0.3/ace/worker-javascript.js (added)
-
tags/1.0.3/ace/worker-json.js (added)
-
tags/1.0.3/readme.txt (added)
-
tags/1.0.3/sc-theme-backup.php (added)
-
tags/1.0.3/sc-theme-downloader.php (added)
-
tags/1.0.3/sc-theme-editor.php (added)
-
tags/1.0.3/screenshot-1.jpg (added)
-
tags/1.0.3/scte-script.js (added)
-
tags/1.0.3/scte-style.css (added)
-
tags/1.0.3/tempZips (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/sc-theme-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
solid-code-theme-editor/trunk/readme.txt
r545310 r656736 4 4 Tags: Theme Editor, Solid Code 5 5 Requires at least: 3.1 6 Tested up to: 3. 2.16 Tested up to: 3.5 7 7 Stable tag: trunk 8 8 … … 22 22 * View any theme files in a tree view structure (including sub directories) 23 23 * View all files (not just PHP and CSS) 24 * Edit the following file extensions: PHP, CSS, JS, XML, HTML, HTM, TXT, SQL24 * Edit the following file extensions: LESS, PHP, CSS, JS, XML, HTML, HTM, TXT, SQL 25 25 * Syntax highlighter and line numbers 26 26 * Download a ZIP backup of the whole theme … … 50 50 * added support for synthax highlighter for editor using Ace Editor (for Chrome and Firefox) 51 51 52 = 1.0.3 = 53 * added support for less files 54 52 55 == Upgrade Notice == 53 56 -
solid-code-theme-editor/trunk/sc-theme-editor.php
r545310 r656736 4 4 Plugin URI: http://solid-code.co.uk/2011/08/solid-code-theme-editor/ 5 5 Description: Adds a special editor to the theme editor with more functionality 6 Version: 1.0. 26 Version: 1.0.3 7 7 Author: Dagan Lev 8 8 Author URI: http://solid-code.co.uk … … 134 134 <?php 135 135 $content = ''; 136 $allowedFileExt = array(' php','css','js','xml','html','htm','txt','sql');136 $allowedFileExt = array('less','php','css','js','xml','html','htm','txt','sql'); 137 137 $urlFile = $file; 138 138 $file = $themes[$theme]['Template Dir'] . '/' . $file;
Note: See TracChangeset
for help on using the changeset viewer.