Changeset 18876
- Timestamp:
- 06/03/09 02:41:00 (4 years ago)
- Files:
-
- plugins/bhLDAPAuthPlugin/testapps/1_0/apps/frontend/config/routing.yml (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/1_0/apps/frontend/modules/blog (added)
- plugins/bhLDAPAuthPlugin/testapps/1_0/apps/frontend/modules/blog/actions (added)
- plugins/bhLDAPAuthPlugin/testapps/1_0/apps/frontend/modules/blog/actions/actions.class.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_0/apps/frontend/modules/blog/templates (added)
- plugins/bhLDAPAuthPlugin/testapps/1_0/apps/frontend/modules/blog/templates/editSuccess.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_0/apps/frontend/modules/blog/templates/listSuccess.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_0/apps/frontend/modules/blog/templates/showSuccess.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_0/cache/frontend/dev/config/config_databases.yml.php (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/1_0/web/.htaccess (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/1_1/apps/frontend/config/routing.yml (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/1_1/apps/frontend/modules/blog (added)
- plugins/bhLDAPAuthPlugin/testapps/1_1/apps/frontend/modules/blog/actions (added)
- plugins/bhLDAPAuthPlugin/testapps/1_1/apps/frontend/modules/blog/actions/actions.class.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_1/apps/frontend/modules/blog/templates (added)
- plugins/bhLDAPAuthPlugin/testapps/1_1/apps/frontend/modules/blog/templates/editSuccess.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_1/apps/frontend/modules/blog/templates/indexSuccess.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_1/web/.htaccess (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/1_2/apps/frontend/config/routing.yml (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/1_2/apps/frontend/modules/blog (added)
- plugins/bhLDAPAuthPlugin/testapps/1_2/apps/frontend/modules/blog/actions (added)
- plugins/bhLDAPAuthPlugin/testapps/1_2/apps/frontend/modules/blog/actions/actions.class.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_2/apps/frontend/modules/blog/templates (added)
- plugins/bhLDAPAuthPlugin/testapps/1_2/apps/frontend/modules/blog/templates/_form.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_2/apps/frontend/modules/blog/templates/editSuccess.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_2/apps/frontend/modules/blog/templates/indexSuccess.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_2/apps/frontend/modules/blog/templates/newSuccess.php (added)
- plugins/bhLDAPAuthPlugin/testapps/1_2/config/databases.yml (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/1_2/config/propel.ini (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/1_2/web/.htaccess (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/1_2_Doctrine/apps/frontend/config/routing.yml (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/1_2_Doctrine/web/.htaccess (modified) (1 diff)
- plugins/bhLDAPAuthPlugin/testapps/apache.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/bhLDAPAuthPlugin/testapps/1_0/apps/frontend/config/routing.yml
r18873 r18876 2 2 homepage: 3 3 url: / 4 param: { module: default, action: index }4 param: { module: blog, action: index } 5 5 6 6 default_symfony: plugins/bhLDAPAuthPlugin/testapps/1_0/cache/frontend/dev/config/config_databases.yml.php
r18873 r18876 1 1 <?php 2 2 // auto-generated by sfDatabaseConfigHandler 3 // date: 2009/06/02 1 4:05:193 // date: 2009/06/02 15:12:36 4 4 5 $database = new sfPropelDatabase(); 6 $database->initialize(array ( 7 'dsn' => 'mysql://root@localhost/bhldaptest', 8 ), 'propel'); 9 $this->databases['propel'] = $database; plugins/bhLDAPAuthPlugin/testapps/1_0/web/.htaccess
r18856 r18876 6 6 # uncomment the following line, if you are having trouble 7 7 # getting no_script_name to work 8 #RewriteBase /8 RewriteBase /1_0 9 9 10 10 # we skip all files with .something plugins/bhLDAPAuthPlugin/testapps/1_1/apps/frontend/config/routing.yml
r18873 r18876 2 2 homepage: 3 3 url: / 4 param: { module: default, action: index }4 param: { module: blog, action: index } 5 5 6 6 default_symfony: plugins/bhLDAPAuthPlugin/testapps/1_1/web/.htaccess
r18856 r18876 6 6 # uncomment the following line, if you are having trouble 7 7 # getting no_script_name to work 8 #RewriteBase /8 RewriteBase /1_1 9 9 10 10 # we skip all files with .something plugins/bhLDAPAuthPlugin/testapps/1_2/apps/frontend/config/routing.yml
r18873 r18876 2 2 homepage: 3 3 url: / 4 param: { module: default, action: index }4 param: { module: blog, action: index } 5 5 6 6 default_index: plugins/bhLDAPAuthPlugin/testapps/1_2/config/databases.yml
r18873 r18876 3 3 class: sfPropelDatabase 4 4 param: 5 dsn: mysql://root@localhost/bhldaptest 5 classname: PropelPDO 6 dsn: mysql:dbname=bhldaptest;host=localhost 7 username: root 8 password: 9 encoding: utf8 10 persistent: true 11 pooling: true plugins/bhLDAPAuthPlugin/testapps/1_2/config/propel.ini
r18856 r18876 4 4 propel.database = mysql 5 5 propel.database.driver = mysql 6 propel.database.url = mysql:dbname= 1_2;host=localhost6 propel.database.url = mysql:dbname=bhldaptest;host=localhost 7 7 propel.database.creole.url = ${propel.database.url} 8 8 propel.database.user = root plugins/bhLDAPAuthPlugin/testapps/1_2/web/.htaccess
r18856 r18876 6 6 # uncomment the following line, if you are having trouble 7 7 # getting no_script_name to work 8 #RewriteBase /8 RewriteBase /1_2 9 9 10 10 # we skip all files with .something plugins/bhLDAPAuthPlugin/testapps/1_2_Doctrine/apps/frontend/config/routing.yml
r18873 r18876 2 2 homepage: 3 3 url: / 4 param: { module: default, action: index }4 param: { module: blog, action: index } 5 5 6 6 default_index: plugins/bhLDAPAuthPlugin/testapps/1_2_Doctrine/web/.htaccess
r18856 r18876 6 6 # uncomment the following line, if you are having trouble 7 7 # getting no_script_name to work 8 #RewriteBase /8 RewriteBase /1_2_Doctrine 9 9 10 10 # we skip all files with .something plugins/bhLDAPAuthPlugin/testapps/apache.conf
r18873 r18876 14 14 ServerName bhLDAPTest 15 15 DocumentRoot "C:/web/bhLDAPtest" 16 DirectoryIndex index.php index.html index.shtml index.htm16 DirectoryIndex index.php 17 17 18 18 # find the right symfony