Plugin Directory

Changeset 1007641


Ignore:
Timestamp:
10/15/2014 03:08:07 AM (11 years ago)
Author:
aueda
Message:

media-file-manager 1.3.0

Location:
media-file-manager
Files:
23 added
2 edited

Legend:

Unmodified
Added
Removed
  • media-file-manager/trunk/media-relocator.php

    r844441 r1007641  
    44Plugin URI: http://tempspace.net/plugins/?page_id=111
    55Description: 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.3.0_test_140123
     6Version: 1.3.0
    77Author: Atsushi Ueda
    88Author URI: http://tempspace.net/plugins/
     
    1616define("MLOC_DEBUG", 0);
    1717
    18 function dbg2($str){}//$fp=fopen("log.txt","a");fwrite($fp,$str . "\n");fclose($fp);}
     18function dbg2($str){}//{$fp=fopen("log.txt","a");fwrite($fp,$str . "\n");fclose($fp);}
    1919
    2020include 'set_document_root.php';
     
    185185        }
    186186    }
    187     usort($dir1, mrelocator_dircmp);
     187    usort($dir1, "mrelocator_dircmp");
    188188    for ($i=count($dir1)-1; $i>=0; $i--) {
    189189        $dir1[$i]['id'] = "";
     
    313313    global $mrelocator_uploaddir;
    314314    $upload_dir = $mrelocator_uploaddir;
    315     $upload_dir = substr($upload_dir, 0, strlen($upload_dir)-strlen($upload_dir_a['subdir']));
    316315    $subdir = substr($dir,  strlen($upload_dir));
    317316    if (substr($subdir,0,1)=="/" || substr($subdir,0,1)=="\\") {
  • media-file-manager/trunk/readme.txt

    r844441 r1007641  
    44Tags: media,file,manager,explorer,relocate,folder,folders,files,rename,make directory,directories,organize,organizer,select,selector,database
    55Requires at least: 3.6.0
    6 Tested up to: 3.8.1
    7 Stable tag: 1.2.1
     6Tested up to: 4.0.0
     7Stable tag: 1.3.0
    88
    99You can make sub-directories in the upload directory, and move files into them.
     
    5858= 1.3.0 =
    5959* Added a permission setting for file selector feature.
    60 * Improved behaviour when windows is resized.
    61 * Corrected background color for WP3.8.
     60* Corrected background color.
     61* Fixed some errors.
    6262
    6363= 1.2.1 =
Note: See TracChangeset for help on using the changeset viewer.