Changeset 2046580
- Timestamp:
- 03/08/2019 11:51:36 AM (7 years ago)
- Location:
- media-file-manager
- Files:
-
- 23 added
- 2 edited
-
tags/1.4.4 (added)
-
tags/1.4.4/images (added)
-
tags/1.4.4/images/MRL_Icons.svg (added)
-
tags/1.4.4/images/audio.png (added)
-
tags/1.4.4/images/dir.png (added)
-
tags/1.4.4/images/dir_new.png (added)
-
tags/1.4.4/images/dir_up.png (added)
-
tags/1.4.4/images/file.png (added)
-
tags/1.4.4/images/left.png (added)
-
tags/1.4.4/images/media_folder.png (added)
-
tags/1.4.4/images/no_thumb.png (added)
-
tags/1.4.4/images/right.png (added)
-
tags/1.4.4/images/video.png (added)
-
tags/1.4.4/jquery.appear-1.1.1.min.js (added)
-
tags/1.4.4/jquery.appear.js (added)
-
tags/1.4.4/media-relocator.js (added)
-
tags/1.4.4/media-relocator.php (added)
-
tags/1.4.4/media-selector.js (added)
-
tags/1.4.4/media-selector.php (added)
-
tags/1.4.4/readme.txt (added)
-
tags/1.4.4/screenshot-1.jpg (added)
-
tags/1.4.4/set_document_root.php (added)
-
tags/1.4.4/style.css (added)
-
trunk/media-relocator.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
media-file-manager/trunk/media-relocator.php
r2036929 r2046580 4 4 Plugin URI: http://tempspace.net/plugins/?page_id=111 5 5 Description: You can make sub-directories in the upload directory, and move files into them. At the same time, this plugin modifies the URLs/path names in the database. Also an alternative file-selector is added in the editing post/page screen, so you can pick up media files from the subfolders easily. 6 Version: 1.4. 36 Version: 1.4.4 7 7 Author: Atsushi Ueda 8 8 Author URI: http://tempspace.net/plugins/ … … 134 134 function mrelocator_getdir($dir, &$ret_arr) 135 135 { 136 global $mrelocator_uploaddir; 137 if (strpos(realpath($dir), $mrelocator_uploaddir)!=0) { 138 return ""; 139 } 140 136 141 $dh = @opendir ( $dir ); 137 142 -
media-file-manager/trunk/readme.txt
r2036892 r2046580 5 5 Requires at least: 5.0.0 6 6 Tested up to: 4.8.0 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 9 9 You can make sub-directories in the upload directory, and move files into them. … … 55 55 56 56 == Changelog == 57 58 = 1.4.4 = 59 * Fixed security bugs. 57 60 58 61 = 1.4.3 =
Note: See TracChangeset
for help on using the changeset viewer.