Changeset 958554
- Timestamp:
- 08/01/2014 08:47:29 AM (11 years ago)
- Location:
- multisite-clone-duplicator
- Files:
-
- 2 edited
-
tags/0.2.0/readme.txt (modified) (7 diffs)
-
trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multisite-clone-duplicator/tags/0.2.0/readme.txt
r958549 r958554 12 12 == Description == 13 13 14 MultiSite Clone Duplicator adds a "Duplicate Site" functionnality to your network installation. 15 It allows you to clone any site of your network into a new one : all data, files, users and roles can be copied. 16 It is usefull when you want to create multiple sites from a same template : do not waste your time on copy the same configuration again and again ! 17 Simple and user-friendly, this plugin extends WordPress core network's functionalities without polluting the dashboard. 14 MultiSite Clone Duplicator adds a "Duplicate Site" functionnality to your network installation. 15 It allows you to clone any site of your network into a new one : all data, files, users and roles can be copied. 16 It is usefull when you want to create multiple sites from a same template : do not waste your time on copy the same configuration again and again ! 17 Simple and user-friendly, this plugin extends WordPress core network's functionalities without polluting the dashboard. 18 18 19 19 = Features: = … … 42 42 43 43 = How does it work ? = 44 Basically :45 44 * It creates a new user if the email was not an existing email 46 45 * It creates a new blog with appropriate title and admin user … … 62 61 It's not a problem ! Serialized data are understood by the plugin, recursively unserialized, replaced with appropriate values, and serialized again. 63 62 64 = After cloning, new site was created, but it goes on 404 page non found, why ? =63 = After cloning, new site was created, but it goes on 404 page, why ? = 65 64 Check your host / server configuration : you probably cloned your site into a domain that is not available ! 66 65 … … 105 104 106 105 **Action : mucd_before_copy_files / mucd_after_copy_files** 107 Action before / after copying files 108 Args : 106 Action before / after copying files 107 Args : 109 108 1. from_site_id 110 109 2. to_site_id 111 110 112 111 **Action : mucd_before_copy_data / mucd_after_copy_data** 113 Action before / after copying data 114 Args : 112 Action before / after copying data 113 Args : 115 114 1. from_site_id 116 115 2. to_site_id 117 116 118 117 **Action : mucd_before_copy_users / mucd_after_copy_users** 119 Action before / after copying users 120 Args : 118 Action before / after copying users 119 Args : 121 120 1. from_site_id 122 121 2. to_site_id 123 122 124 123 **Filter : mucd_copy_blog_data_saved_options** 125 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) 126 Args : 124 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) 125 Args : 127 126 1. array of ( 'option_name'); 128 127 129 128 **Filter : mucd_default_fields_to_update** 130 Filter fields to scan for an update after data copy 131 Args : 129 Filter fields to scan for an update after data copy 130 Args : 132 131 1. array of ( 'table_name' => array('field_1', 'field_2' ...)); 133 132 134 133 **Filter : mucd_default_primary_tables_to_copy** 135 Filter tables to duplicate when duplicated site is primary site 136 Args : 134 Filter tables to duplicate when duplicated site is primary site 135 Args : 137 136 1. array of ( 'table_name'); 138 137 139 138 **Filter : mucd_copy_dirs** 140 Filter directories and files you want to copy 141 Args : 139 Filter directories and files you want to copy 140 Args : 142 141 1. $string_to_replace 143 142 2. $from_site_id … … 145 144 146 145 **Filter : mucd_string_to_replace** 147 Filter which strings we want to replace during update 148 Args : 146 Filter which strings we want to replace during update 147 Args : 149 148 1. $dirs 150 149 2. $from_site_id … … 154 153 = Thank’s = 155 154 156 The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully. 155 The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully. 157 156 158 157 Some 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 159 = GLOBALIS = 161 160 162 [GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. 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. 161 [GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. 162 Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. 163 We have been working with open source CMS since 2000 and have regularly been using WordPress since 2007. -
multisite-clone-duplicator/trunk/readme.txt
r958549 r958554 12 12 == Description == 13 13 14 MultiSite Clone Duplicator adds a "Duplicate Site" functionnality to your network installation. 15 It allows you to clone any site of your network into a new one : all data, files, users and roles can be copied. 16 It is usefull when you want to create multiple sites from a same template : do not waste your time on copy the same configuration again and again ! 17 Simple and user-friendly, this plugin extends WordPress core network's functionalities without polluting the dashboard. 14 MultiSite Clone Duplicator adds a "Duplicate Site" functionnality to your network installation. 15 It allows you to clone any site of your network into a new one : all data, files, users and roles can be copied. 16 It is usefull when you want to create multiple sites from a same template : do not waste your time on copy the same configuration again and again ! 17 Simple and user-friendly, this plugin extends WordPress core network's functionalities without polluting the dashboard. 18 18 19 19 = Features: = … … 42 42 43 43 = How does it work ? = 44 Basically :45 44 * It creates a new user if the email was not an existing email 46 45 * It creates a new blog with appropriate title and admin user … … 62 61 It's not a problem ! Serialized data are understood by the plugin, recursively unserialized, replaced with appropriate values, and serialized again. 63 62 64 = After cloning, new site was created, but it goes on 404 page non found, why ? =63 = After cloning, new site was created, but it goes on 404 page, why ? = 65 64 Check your host / server configuration : you probably cloned your site into a domain that is not available ! 66 65 … … 105 104 106 105 **Action : mucd_before_copy_files / mucd_after_copy_files** 107 Action before / after copying files 108 Args : 106 Action before / after copying files 107 Args : 109 108 1. from_site_id 110 109 2. to_site_id 111 110 112 111 **Action : mucd_before_copy_data / mucd_after_copy_data** 113 Action before / after copying data 114 Args : 112 Action before / after copying data 113 Args : 115 114 1. from_site_id 116 115 2. to_site_id 117 116 118 117 **Action : mucd_before_copy_users / mucd_after_copy_users** 119 Action before / after copying users 120 Args : 118 Action before / after copying users 119 Args : 121 120 1. from_site_id 122 121 2. to_site_id 123 122 124 123 **Filter : mucd_copy_blog_data_saved_options** 125 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) 126 Args : 124 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) 125 Args : 127 126 1. array of ( 'option_name'); 128 127 129 128 **Filter : mucd_default_fields_to_update** 130 Filter fields to scan for an update after data copy 131 Args : 129 Filter fields to scan for an update after data copy 130 Args : 132 131 1. array of ( 'table_name' => array('field_1', 'field_2' ...)); 133 132 134 133 **Filter : mucd_default_primary_tables_to_copy** 135 Filter tables to duplicate when duplicated site is primary site 136 Args : 134 Filter tables to duplicate when duplicated site is primary site 135 Args : 137 136 1. array of ( 'table_name'); 138 137 139 138 **Filter : mucd_copy_dirs** 140 Filter directories and files you want to copy 141 Args : 139 Filter directories and files you want to copy 140 Args : 142 141 1. $string_to_replace 143 142 2. $from_site_id … … 145 144 146 145 **Filter : mucd_string_to_replace** 147 Filter which strings we want to replace during update 148 Args : 146 Filter which strings we want to replace during update 147 Args : 149 148 1. $dirs 150 149 2. $from_site_id … … 154 153 = Thank’s = 155 154 156 The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully. 155 The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully. 157 156 158 157 Some 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 159 = GLOBALIS = 161 160 162 [GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. 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. 161 [GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. 162 Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. 163 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.