Plugin Directory

Changeset 958559


Ignore:
Timestamp:
08/01/2014 09:00:13 AM (12 years ago)
Author:
globalis
Message:

First version on wordpress.org : readme updated

Location:
multisite-clone-duplicator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multisite-clone-duplicator/tags/0.2.0/readme.txt

    r958558 r958559  
    102102Get advanded features and log functionnality !
    103103
    104 == About ==
    105 
    106 = Hooks =
     104== Hooks ==
    107105
    108106**Action : mucd_before_copy_files / mucd_after_copy_files** 
    109 Action before / after copying files 
    110 Args : 
     107Action before / after copying files
     108= Args : =
    1111091. Int : from_site_id
    1121102. Int : to_site_id
    113111
    114112**Action : mucd_before_copy_data / mucd_after_copy_data** 
    115 Action before / after copying data 
     113Action before / after copying data
    116114= Args : =
    1171151. Int : from_site_id
     
    119117
    120118**Action : mucd_before_copy_users / mucd_after_copy_users** 
    121 Action before / after copying users 
     119Action before / after copying users
    122120= Args : =
    1231211. Int : from_site_id
     
    125123
    126124**Filter : mucd_copy_blog_data_saved_options** 
    127 Filter options that should be preserved in the new blog (original values from created blog will not be erased by copy of old site's tables) 
     125Filter options that should be preserved in the new blog (original values from created blog will not be erased by copy of old site's tables)
    128126= Args : =
    1291271. Array of ( 'option_name');
    130128
    131129**Filter : mucd_default_fields_to_update** 
    132 Filter fields to scan for an update after data copy 
     130Filter fields to scan for an update after data copy
    133131= Args : =
    1341321. Array of ( 'table_name' => array('field_1', 'field_2' ...));
    135133
    136134**Filter : mucd_default_primary_tables_to_copy** 
    137 Filter tables to duplicate when duplicated site is primary site 
     135Filter tables to duplicate when duplicated site is primary site
    138136= Args : =
    1391371. Array of ( 'table_name');
    140138
    141139**Filter : mucd_copy_dirs** 
    142 Filter directories and files you want to copy 
     140Filter directories and files you want to copy
    143141= Args : =
    1441421. String : string_to_replace
     
    1531513. Int : to_site_id
    154152
    155 = Thank’s =
     153== Thank’s ==
    156154
    157155The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully. 
    158156
    159157Some code for search and replace in SQL serialised data were initialy taken from [Lionel Pointet Wordpress Migration tool](https://github.com/lpointet/wordpress_migration)
    160 
    161 = GLOBALIS =
    162 
    163 [GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. 
    164 Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. We have been working with open source CMS since 2000 and have regularly been using WordPress since 2007.
  • multisite-clone-duplicator/trunk/readme.txt

    r958558 r958559  
    102102Get advanded features and log functionnality !
    103103
    104 == About ==
    105 
    106 = Hooks =
     104== Hooks ==
    107105
    108106**Action : mucd_before_copy_files / mucd_after_copy_files** 
    109 Action before / after copying files 
    110 Args : 
     107Action before / after copying files
     108= Args : =
    1111091. Int : from_site_id
    1121102. Int : to_site_id
    113111
    114112**Action : mucd_before_copy_data / mucd_after_copy_data** 
    115 Action before / after copying data 
     113Action before / after copying data
    116114= Args : =
    1171151. Int : from_site_id
     
    119117
    120118**Action : mucd_before_copy_users / mucd_after_copy_users** 
    121 Action before / after copying users 
     119Action before / after copying users
    122120= Args : =
    1231211. Int : from_site_id
     
    125123
    126124**Filter : mucd_copy_blog_data_saved_options** 
    127 Filter options that should be preserved in the new blog (original values from created blog will not be erased by copy of old site's tables) 
     125Filter options that should be preserved in the new blog (original values from created blog will not be erased by copy of old site's tables)
    128126= Args : =
    1291271. Array of ( 'option_name');
    130128
    131129**Filter : mucd_default_fields_to_update** 
    132 Filter fields to scan for an update after data copy 
     130Filter fields to scan for an update after data copy
    133131= Args : =
    1341321. Array of ( 'table_name' => array('field_1', 'field_2' ...));
    135133
    136134**Filter : mucd_default_primary_tables_to_copy** 
    137 Filter tables to duplicate when duplicated site is primary site 
     135Filter tables to duplicate when duplicated site is primary site
    138136= Args : =
    1391371. Array of ( 'table_name');
    140138
    141139**Filter : mucd_copy_dirs** 
    142 Filter directories and files you want to copy 
     140Filter directories and files you want to copy
    143141= Args : =
    1441421. String : string_to_replace
     
    1531513. Int : to_site_id
    154152
    155 = Thank’s =
     153== Thank’s ==
    156154
    157155The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully. 
    158156
    159157Some code for search and replace in SQL serialised data were initialy taken from [Lionel Pointet Wordpress Migration tool](https://github.com/lpointet/wordpress_migration)
    160 
    161 = GLOBALIS =
    162 
    163 [GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. 
    164 Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. We have been working with open source CMS since 2000 and have regularly been using WordPress since 2007.
Note: See TracChangeset for help on using the changeset viewer.