From c26fc70114d95f81368b82b0bab77285dabcb1d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 28 Jun 2010 03:52:32 +0000 Subject: [PATCH] Deprecated templates/scripts removed --- .gitattributes | 7 ------- DOCS/TODOs.txt | 7 ------- inc/modules/member/what-newsletter.php | 4 ---- inc/modules/member/what-sponsor.php | 3 --- templates/de/html/admin/admin_list_rallye_noselect.tpl | 1 - templates/de/html/guest/guest_rallye_expired_footer.tpl | 1 - templates/de/html/guest/guest_rallye_expired_header.tpl | 1 - templates/de/html/guest/guest_rallye_footer.tpl | 1 - templates/de/html/guest/guest_rallye_header.tpl | 1 - 9 files changed, 26 deletions(-) delete mode 100644 inc/modules/member/what-newsletter.php delete mode 100644 inc/modules/member/what-sponsor.php delete mode 100644 templates/de/html/admin/admin_list_rallye_noselect.tpl delete mode 100644 templates/de/html/guest/guest_rallye_expired_footer.tpl delete mode 100644 templates/de/html/guest/guest_rallye_expired_header.tpl delete mode 100644 templates/de/html/guest/guest_rallye_footer.tpl delete mode 100644 templates/de/html/guest/guest_rallye_header.tpl diff --git a/.gitattributes b/.gitattributes index 94f3f50daf..f8c01dafc8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -556,7 +556,6 @@ inc/modules/member/what-holiday.php -text inc/modules/member/what-html_mail.php -text inc/modules/member/what-logout.php -text inc/modules/member/what-mydata.php -text -inc/modules/member/what-newsletter.php -text inc/modules/member/what-nickname.php -text inc/modules/member/what-order.php -text inc/modules/member/what-payout.php -text @@ -566,7 +565,6 @@ inc/modules/member/what-rallyes.php -text inc/modules/member/what-refback.php -text inc/modules/member/what-reflinks.php -text inc/modules/member/what-reflist.php -text -inc/modules/member/what-sponsor.php -text inc/modules/member/what-sponsor_list.php -text inc/modules/member/what-stats.php -text inc/modules/member/what-support.php -text @@ -1121,7 +1119,6 @@ templates/de/html/admin/admin_list_payouts_row.tpl -text templates/de/html/admin/admin_list_payouts_txt.tpl -text templates/de/html/admin/admin_list_primera_main.tpl -text templates/de/html/admin/admin_list_primera_row.tpl -text -templates/de/html/admin/admin_list_rallye_noselect.tpl -text templates/de/html/admin/admin_list_rallye_prices.tpl -text templates/de/html/admin/admin_list_rallye_prices_row.tpl -text templates/de/html/admin/admin_list_rallye_usr.tpl -text @@ -1409,10 +1406,6 @@ templates/de/html/guest/guest_menu_whats.tpl -text templates/de/html/guest/guest_nickname_login.tpl -text templates/de/html/guest/guest_no_rallyes.tpl -text templates/de/html/guest/guest_rallye.tpl -text -templates/de/html/guest/guest_rallye_expired_footer.tpl -text -templates/de/html/guest/guest_rallye_expired_header.tpl -text -templates/de/html/guest/guest_rallye_footer.tpl -text -templates/de/html/guest/guest_rallye_header.tpl -text templates/de/html/guest/guest_rallye_show.tpl -text templates/de/html/guest/guest_receive_table.tpl -text templates/de/html/guest/guest_register.tpl -text diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index 99787c597e..9fda182fd3 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -241,13 +241,6 @@ ./templates/de/html/surfbar/surfbar_frame_top.tpl:32:// @TODO Try to rewrite this JavaScript to js.php?js=surfbar_frame_top (wouldn't be easy) ### ### DEPRECATION FOLLOWS: ### ### ./inc/modules/admin/admin-inc.php:432:// @DEPRECATED -./inc/modules/member/what-newsletter.php:2:// @DEPRECATED -./inc/modules/member/what-sponsor.php:2:// @DEPRECATED -./templates/de/html/admin/admin_list_rallye_noselect.tpl:1: -./templates/de/html/guest/guest_rallye_expired_footer.tpl:1: -./templates/de/html/guest/guest_rallye_expired_header.tpl:1: -./templates/de/html/guest/guest_rallye_footer.tpl:1: -./templates/de/html/guest/guest_rallye_header.tpl:1: ### ### template-warnings.log follows: ### ### Warning: Not parsing JavaScript templates/de/html/js/js_order_send.tpl. Warning: Not parsing JavaScript templates/de/html/js/js_cookies_disabled.tpl. diff --git a/inc/modules/member/what-newsletter.php b/inc/modules/member/what-newsletter.php deleted file mode 100644 index c6b4cb8744..0000000000 --- a/inc/modules/member/what-newsletter.php +++ /dev/null @@ -1,4 +0,0 @@ - - diff --git a/inc/modules/member/what-sponsor.php b/inc/modules/member/what-sponsor.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/modules/member/what-sponsor.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/templates/de/html/admin/admin_list_rallye_noselect.tpl b/templates/de/html/admin/admin_list_rallye_noselect.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_list_rallye_noselect.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/guest/guest_rallye_expired_footer.tpl b/templates/de/html/guest/guest_rallye_expired_footer.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/guest/guest_rallye_expired_footer.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/guest/guest_rallye_expired_header.tpl b/templates/de/html/guest/guest_rallye_expired_header.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/guest/guest_rallye_expired_header.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/guest/guest_rallye_footer.tpl b/templates/de/html/guest/guest_rallye_footer.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/guest/guest_rallye_footer.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/guest/guest_rallye_header.tpl b/templates/de/html/guest/guest_rallye_header.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/guest/guest_rallye_header.tpl +++ /dev/null @@ -1 +0,0 @@ - -- 2.39.5