From f6ea20b3ac710cfa4867749f2ca4fb9b9aa3f32a Mon Sep 17 00:00:00 2001 From: Christian Matzat Date: Wed, 19 Jun 2013 18:45:50 +0200 Subject: [PATCH] moving local utils from /htdocs/util-local to /local --- .gitignore | 11 +++++++++-- htdocs/util-local/.htaccess | 4 ---- htdocs/util-local/mailing/.htaccess | 4 ---- htdocs/util-local/maintenance/.htaccess | 4 ---- htdocs/util-local/ocxml11client/.htaccess | 4 ---- htdocs/util-local/prodsys/.htaccess | 4 ---- .../mailing/email-addresslist.php | 2 +- {htdocs/util-local => local}/mailing/mailing.php | 0 .../maintenance/update_queries.php | 2 +- {htdocs/util-local => local}/ocxml11client/index.php | 2 +- .../ocxml11client/settings-dist.php | 0 .../ocxml11client/xml2array.inc.php | 0 {htdocs/util-local => local}/prodsys/Contents | 0 {htdocs/util-local => local}/prodsys/phpzip.php | 0 .../prodsys/purge_master_logs.php | 0 {htdocs/util-local => local}/stat/coordstat.php | 2 +- 16 files changed, 13 insertions(+), 26 deletions(-) delete mode 100644 htdocs/util-local/.htaccess delete mode 100644 htdocs/util-local/mailing/.htaccess delete mode 100644 htdocs/util-local/maintenance/.htaccess delete mode 100644 htdocs/util-local/ocxml11client/.htaccess delete mode 100644 htdocs/util-local/prodsys/.htaccess rename {htdocs/util-local => local}/mailing/email-addresslist.php (91%) rename {htdocs/util-local => local}/mailing/mailing.php (100%) rename {htdocs/util-local => local}/maintenance/update_queries.php (97%) rename {htdocs/util-local => local}/ocxml11client/index.php (99%) rename {htdocs/util-local => local}/ocxml11client/settings-dist.php (100%) rename {htdocs/util-local => local}/ocxml11client/xml2array.inc.php (100%) rename {htdocs/util-local => local}/prodsys/Contents (100%) rename {htdocs/util-local => local}/prodsys/phpzip.php (100%) rename {htdocs/util-local => local}/prodsys/purge_master_logs.php (100%) rename {htdocs/util-local => local}/stat/coordstat.php (99%) diff --git a/.gitignore b/.gitignore index 73000158..af610d3c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,9 +29,16 @@ /htdocs/resource2/tinymce/tiny_mce_*.gz /htdocs/robots.txt /htdocs/sitemap*xml* -/htdocs/util-local/ocxml11client/data-files -/htdocs/util-local/ocxml11client/tmp /htdocs/var/* /lib/htmlpurifier-4.2.0/library/HTMLPurifier/DefinitionCache/Serializer/CSS/* /lib/htmlpurifier-4.2.0/library/HTMLPurifier/DefinitionCache/Serializer/HTML/* /lib/htmlpurifier-4.2.0/library/HTMLPurifier/DefinitionCache/Serializer/URI/* + +/local/ocxml11client/data-files +/local/ocxml11client/tmp +/local/ocxml11client/settings.php + +# IDE related files +/.idea/ +*.iml +atlassian-ide-plugin.xml diff --git a/htdocs/util-local/.htaccess b/htdocs/util-local/.htaccess deleted file mode 100644 index d75c7092..00000000 --- a/htdocs/util-local/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ - -Order Deny,Allow -Deny from All - diff --git a/htdocs/util-local/mailing/.htaccess b/htdocs/util-local/mailing/.htaccess deleted file mode 100644 index d75c7092..00000000 --- a/htdocs/util-local/mailing/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ - -Order Deny,Allow -Deny from All - diff --git a/htdocs/util-local/maintenance/.htaccess b/htdocs/util-local/maintenance/.htaccess deleted file mode 100644 index d75c7092..00000000 --- a/htdocs/util-local/maintenance/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ - -Order Deny,Allow -Deny from All - diff --git a/htdocs/util-local/ocxml11client/.htaccess b/htdocs/util-local/ocxml11client/.htaccess deleted file mode 100644 index d75c7092..00000000 --- a/htdocs/util-local/ocxml11client/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ - -Order Deny,Allow -Deny from All - diff --git a/htdocs/util-local/prodsys/.htaccess b/htdocs/util-local/prodsys/.htaccess deleted file mode 100644 index d75c7092..00000000 --- a/htdocs/util-local/prodsys/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ - -Order Deny,Allow -Deny from All - diff --git a/htdocs/util-local/mailing/email-addresslist.php b/local/mailing/email-addresslist.php similarity index 91% rename from htdocs/util-local/mailing/email-addresslist.php rename to local/mailing/email-addresslist.php index 50be0609..5adf0bdc 100644 --- a/htdocs/util-local/mailing/email-addresslist.php +++ b/local/mailing/email-addresslist.php @@ -1,7 +1,7 @@