Changeset 160725
- Timestamp:
- 10/05/2009 04:41:26 PM (16 years ago)
- Location:
- faster-image-insert
- Files:
-
- 2 deleted
- 1 edited
- 7 copied
-
tags/1.5.0 (copied) (copied from faster-image-insert/trunk)
-
tags/1.5.0/autosave.js (deleted)
-
tags/1.5.0/faster-image-insert.php (copied) (copied from faster-image-insert/trunk/faster-image-insert.php) (1 diff)
-
tags/1.5.0/languages/faster-image-insert-ja.mo (copied) (copied from faster-image-insert/trunk/languages/faster-image-insert-ja.mo)
-
tags/1.5.0/languages/faster-image-insert-ja.po (copied) (copied from faster-image-insert/trunk/languages/faster-image-insert-ja.po)
-
tags/1.5.0/languages/faster-image-insert.pot (copied) (copied from faster-image-insert/trunk/languages/faster-image-insert.pot)
-
tags/1.5.0/media-upload.js (deleted)
-
tags/1.5.0/quicktags.js (copied) (copied from faster-image-insert/trunk/quicktags.js)
-
tags/1.5.0/readme.txt (copied) (copied from faster-image-insert/trunk/readme.txt) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
faster-image-insert/tags/1.5.0/faster-image-insert.php
r160717 r160725 5 5 Description: Fully integrates media manager into editing interface, avoid having to reload it separately in thickbox pop-up; comes with enhanced features, suitable for precise image control. 6 6 Author: David Frank 7 Version: trunk7 Version: 1.5.0 8 8 Author URI: http://blog.ticktag.org/ 9 9 */ -
faster-image-insert/tags/1.5.0/readme.txt
r160717 r160725 5 5 Requires at least: 2.6 6 6 Tested up to: 2.8.5 7 Stable tag: 1. 3.77 Stable tag: 1.5.0 8 8 9 9 Fully integrates media manager into editing interface, avoid reloading thickbox pop-up, with enhanced features like multi-insert & mass-editing. … … 59 59 = Why are blank spaces/lines not saved ? = 60 60 61 WordPress' default editor TinyMCE strips consecutive blank spaces/lines; the action is performed when saving or switching edit mode. 61 WordPress' default editor TinyMCE strips consecutive blank spaces/lines; the action is performed when saving or switching edit mode. This plugin tries to work around it by sending 62 63 <p> </p> 62 64 63 65 = Why doesn't media manager load ? = -
faster-image-insert/trunk/readme.txt
r160717 r160725 5 5 Requires at least: 2.6 6 6 Tested up to: 2.8.5 7 Stable tag: 1. 3.77 Stable tag: 1.5.0 8 8 9 9 Fully integrates media manager into editing interface, avoid reloading thickbox pop-up, with enhanced features like multi-insert & mass-editing. … … 59 59 = Why are blank spaces/lines not saved ? = 60 60 61 WordPress' default editor TinyMCE strips consecutive blank spaces/lines; the action is performed when saving or switching edit mode. 61 WordPress' default editor TinyMCE strips consecutive blank spaces/lines; the action is performed when saving or switching edit mode. This plugin tries to work around it by sending 62 63 <p> </p> 62 64 63 65 = Why doesn't media manager load ? =
Note: See TracChangeset
for help on using the changeset viewer.