Rewrite cleanup, TODO: rename images to _images
authorHarvie <tomas@mudrunka.cz>
Fri, 17 Dec 2010 11:00:20 +0000 (12:00 +0100)
committerHarvie <tomas@mudrunka.cz>
Fri, 17 Dec 2010 11:00:20 +0000 (12:00 +0100)
.gitignore
doc/TODO
wwwroot/config/config_default.inc
wwwroot/data/.gitignore [deleted file]
wwwroot/images
wwwroot/templates [deleted symlink]

index 465733a73e4c4d506f5b11e67d19ad191f185c92..2b24adc79584936da7f975c4e21413f588b8c106 100644 (file)
@@ -1,4 +1,4 @@
-_*
+-*
 *~
 *.part
 
index 612b0884a7a2d0c23e1c7b7ad0613ca816188d99..0866ad2e0bd52ac18f44cd95cbdfe3f700a6c707 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -53,3 +53,6 @@
 
 - (IMHO we should use SHA1 or stronger algorithm instead of MD5 for storing passwords)
   (I've implemented this partially. We can now login using various hash algorithms, it's backward compatible, but we still need to edit registration/password changing to use SHA1 when updating passwords in DB)
+
+- Rename all files&directories that should not be rewrited to PATH_INFO to start with "_" (and if they should be also ignored by git they should start with "-")
+  (Rename images to _images - and fix hardcoded stuff...)
index aa21caffe97aa8a56262f7903618f2538e2814cf..96e1021f2271d80a6152e26b29df882b65cafdfc 100644 (file)
@@ -10,7 +10,7 @@ define('DB_DATABASE',         'kyberia');
 date_default_timezone_set('Europe/Prague');
 
 define('SYSTEM_ROOT',          '/srv/kyberia/');
-define('SYSTEM_DATA',          SYSTEM_ROOT . '/wwwroot/data/');
+define('SYSTEM_DATA',          SYSTEM_ROOT . '/wwwroot/_data/');
 define('CONFIG_DIR',           SYSTEM_ROOT . 'config/');
 define('AJAX_DIR',             SYSTEM_ROOT . 'wwwroot/ajax/');
 define('INCLUDE_DIR',          SYSTEM_ROOT . 'wwwroot/inc/');
diff --git a/wwwroot/data/.gitignore b/wwwroot/data/.gitignore
deleted file mode 100644 (file)
index 72e8ffc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-*
index 1070d1de597ae457aa5ee4317446ded05811d818..4bd300f0c89787a5827c41574d93cdaa03106f0b 120000 (symlink)
@@ -1 +1 @@
-data/images/
\ No newline at end of file
+_data/images/
\ No newline at end of file
diff --git a/wwwroot/templates b/wwwroot/templates
deleted file mode 120000 (symlink)
index 2165c66..0000000
+++ /dev/null
@@ -1 +0,0 @@
-data/templates/own_templates/
\ No newline at end of file
This page took 0.182584 seconds and 4 git commands to generate.