Changeset 21464
- Timestamp:
- 10/17/08 09:51:48 (5 years ago)
- Location:
- events/phpframework/akelos/trunk
- Files:
-
- 2 added
- 7 removed
- 9 modified
-
app/installers/database_installer.php (deleted)
-
config/cache/development/caching.php (modified) (1 diff)
-
config/cache/development/mailer.php (deleted)
-
config/cache/development/sessions.php (modified) (1 diff)
-
config/cache/production/caching.php (modified) (1 diff)
-
config/cache/production/mailer.php (deleted)
-
config/cache/production/sessions.php (modified) (1 diff)
-
config/cache/testing/caching.php (modified) (1 diff)
-
config/cache/testing/sessions.php (modified) (1 diff)
-
config/config.php (modified) (1 diff)
-
config/locales/en.php (modified) (1 diff)
-
config/locales/ja.php (modified) (1 diff)
-
script/migrate_reset (added)
-
tmp/installer_versions/development_admin_version.txt (deleted)
-
tmp/installer_versions/development_help_version.txt (deleted)
-
tmp/installer_versions/production_framework_version.txt (deleted)
-
tmp/sess_88610cb29b4ff538cc8cc6ba5cd3374b (deleted)
-
tmp/sess_cc0ab4da9208e2bf6176ccf203074a1b (added)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/akelos/trunk/config/cache/development/caching.php
r21274 r21464 10 10 'options' => 11 11 array ( 12 'cacheDir' => 'C:\\xampp \\htdocs\\phwittr\\tmp/cache',12 'cacheDir' => 'C:\\xampplite\\htdocs\\phwittr\\tmp/cache', 13 13 'hashedDirectoryLevel' => 2, 14 14 ), -
events/phpframework/akelos/trunk/config/cache/development/sessions.php
r21274 r21464 11 11 array ( 12 12 'lifeTime' => 3600, 13 'save_path' => 'C:\\xampp \\htdocs\\phwittr\\tmp',13 'save_path' => 'C:\\xampplite\\htdocs\\phwittr\\tmp', 14 14 ), 15 15 ), -
events/phpframework/akelos/trunk/config/cache/production/caching.php
r21274 r21464 10 10 'options' => 11 11 array ( 12 'cacheDir' => 'C:\\xampp \\htdocs\\phwittr\\tmp/cache',12 'cacheDir' => 'C:\\xampplite\\htdocs\\phwittr\\tmp/cache', 13 13 'hashedDirectoryLevel' => 2, 14 14 ), -
events/phpframework/akelos/trunk/config/cache/production/sessions.php
r21274 r21464 11 11 array ( 12 12 'lifeTime' => 3600, 13 'save_path' => 'C:\\xampp \\htdocs\\phwittr\\tmp',13 'save_path' => 'C:\\xampplite\\htdocs\\phwittr\\tmp', 14 14 ), 15 15 ), -
events/phpframework/akelos/trunk/config/cache/testing/caching.php
r21274 r21464 10 10 'options' => 11 11 array ( 12 'cacheDir' => 'C:\\xampp \\htdocs\\phwittr\\tmp/cache',12 'cacheDir' => 'C:\\xampplite\\htdocs\\phwittr\\tmp/cache', 13 13 'hashedDirectoryLevel' => 2, 14 14 ), -
events/phpframework/akelos/trunk/config/cache/testing/sessions.php
r21274 r21464 11 11 array ( 12 12 'lifeTime' => 3600, 13 'save_path' => 'C:\\xampp \\htdocs\\phwittr\\tmp',13 'save_path' => 'C:\\xampplite\\htdocs\\phwittr\\tmp', 14 14 ), 15 15 ), -
events/phpframework/akelos/trunk/config/config.php
r21274 r21464 27 27 // defined('AK_URL_REWRITE_ENABLED') ? null : define('AK_URL_REWRITE_ENABLED', true); 28 28 29 defined('AK_FRAMEWORK_DIR') ? null : define('AK_FRAMEWORK_DIR', 'C:\xampp\htdocs\phwittr');29 defined('AK_FRAMEWORK_DIR') ? null : define('AK_FRAMEWORK_DIR', dirname(dirname(__FILE__))); 30 30 31 31 include_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'boot.php'); -
events/phpframework/akelos/trunk/config/locales/en.php
r21458 r21464 261 261 '; 262 262 263 // 2008-10-17 9:02:53 264 265 266 $dictionary['Can\'t go up to version %version, you\'re already on version %version'] = 'Can\'t go up to version %version, you\'re already on version %version'; 267 268 // 2008-10-17 9:06:29 269 270 271 $dictionary[' 272 273 Could not find the method %method for the installer %installer 274 275 '] = ' 276 277 Could not find the method %method for the installer %installer 278 279 '; 280 263 281 264 282 ?> -
events/phpframework/akelos/trunk/config/locales/ja.php
r21458 r21464 259 259 '; 260 260 261 // 2008-10-17 9:02:53 262 263 264 $dictionary['Can\'t go up to version %version, you\'re already on version %version'] = 'Can\'t go up to version %version, you\'re already on version %version'; 265 266 // 2008-10-17 9:06:29 267 268 269 $dictionary[' 270 271 Could not find the method %method for the installer %installer 272 273 '] = ' 274 275 Could not find the method %method for the installer %installer 276 277 '; 278 261 279 262 280 ?>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)