summaryrefslogtreecommitdiff
path: root/admin/wp-migrate.php
AgeCommit message (Collapse)AuthorFilesLines
2025-08-28Admin code updated to PHP8.4 and namespacelsces1-36/+27
2021-02-03move kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-1/+1
2021-02-01move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver1-3/+3
constants
2012-05-26Correct version of BitUser should already be loaded ... need confirmation"Lester Caine ext:(%22)1-10/+10
on a non RoleUser setup
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEwjames51-1/+1
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-1/+1
options hash
2008-04-01phpdoc format for todo - not all being picked up because they are not ↵Lester Caine1-4/+4
attached to php objects.
2008-01-12Remove double creation of posts. Don't know how that got in there.Nick Palmer1-38/+0
2007-11-18Update to handle posts properly and allow multiple runs.Nick Palmer1-4/+42
2007-11-15remove old admin_add kludge and indent with tabsMW1-252/+239
2007-07-09Fix warning when deleting a blog since posts are not deleted.Nick Palmer1-149/+229
Fixup wp-migrate.php script to support multiple runs and allow for eventual redicrect script.
2007-06-02Add new word press migration tool.Nick Palmer1-0/+289