diff options
| author | Christian Fowler <spider@viovio.com> | 2006-04-19 15:26:08 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-04-19 15:26:08 +0000 |
| commit | c501eb7ac51203ba7707a7595f42cf7cb34aa9ff (patch) | |
| tree | 42f477fbf0f87bd09920d5ec0dfdf73aaf3fdab3 /convert_r1_to_r2.sh | |
| parent | 12714457a39f7aa1383f3e85c2ad10092831d705 (diff) | |
| download | install-c501eb7ac51203ba7707a7595f42cf7cb34aa9ff.tar.gz install-c501eb7ac51203ba7707a7595f42cf7cb34aa9ff.tar.bz2 install-c501eb7ac51203ba7707a7595f42cf7cb34aa9ff.zip | |
replace dislpay_name config with users_display_name
Diffstat (limited to 'convert_r1_to_r2.sh')
| -rw-r--r-- | convert_r1_to_r2.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/convert_r1_to_r2.sh b/convert_r1_to_r2.sh index 051ecd6..efa2ca1 100644 --- a/convert_r1_to_r2.sh +++ b/convert_r1_to_r2.sh @@ -298,6 +298,9 @@ then find . -name "*.tpl" -not -name "upgrade_inc.php" -exec perl -i -wpe "s/\bfeature_userVersions\b/wiki_user_versions/g" {} \; find . -name "*.tpl" -not -name "upgrade_inc.php" -exec perl -i -wpe "s/\bfeature_wiki_url_import\b/wiki_url_import/g" {} \; + # this cannot be run on .php + find . -name "*.tpl" -not -name "upgrade_inc.php" -exec perl -i -wpe 's/\bdisplay_name\b/users_display_name/g' {} \; + # Prefname changes 2006-04-14 echo articles php find . -name "*.php" -not -name "upgrade_inc.php" -exec perl -i -wpe 's/\bart_list_author\b/articles_list_author/g' {} \; |
