Changeset 199 for trunk/trax/data
- Timestamp:
- 05/04/06 19:52:43 (6 years ago)
- Location:
- trunk/trax/data
- Files:
-
- 1 added
- 12 modified
-
app/application_mailer.php (modified) (1 diff, 1 prop)
-
app/controllers/application.php (modified) (1 diff, 1 prop)
-
app/helpers/application_helper.php (modified) (1 diff, 1 prop)
-
config/database.ini (modified) (1 diff, 1 prop)
-
config/environment.php (modified) (2 diffs, 1 prop)
-
config/environments/development.php (modified) (1 diff, 1 prop)
-
config/environments/production.php (modified) (1 diff, 1 prop)
-
config/environments/test.php (modified) (1 diff, 1 prop)
-
config/routes.php (modified) (1 diff, 1 prop)
-
public/.htaccess (modified) (1 diff, 1 prop)
-
public/dispatch.php (modified) (1 diff, 1 prop)
-
public/stylesheets/scaffold.css (added)
-
script/generate.php (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/data/app/application_mailer.php
- Property svn:keywords set to Id
r192 r199 8 8 * 9 9 * @package PHPonTrax 10 * $Id$ 10 11 */ 11 12 -
trunk/trax/data/app/controllers/application.php
- Property svn:keywords set to Id
r182 r199 4 4 * 5 5 * @package PHPonTrax 6 * $Id$ 6 7 */ 7 8 -
trunk/trax/data/app/helpers/application_helper.php
- Property svn:keywords set to Id
r182 r199 7 7 * 8 8 * @package PHPonTrax 9 * $Id$ 9 10 */ 10 11 ?> -
trunk/trax/data/config/database.ini
- Property svn:keywords set to Id
r192 r199 8 8 ;;; This file is parsed by parse_ini_file(). See 9 9 ;;; http://www.php.net/manual/en/function.parse-ini-file.php 10 ;;; $Id$ 10 11 ;;; 11 12 [development] -
trunk/trax/data/config/environment.php
- Property svn:keywords set to Id
r195 r199 3 3 * Trax runtime environment definitions 4 4 * @package PHPonTrax 5 * $Id$ 5 6 */ 6 7 … … 44 45 * then TRAX_URL_PREFIX is null. 45 46 */ 46 define("TRAX_URL_PREFIX", null); # no leading or trailing slashes47 define("TRAX_URL_PREFIX", null); # no trailing slash 47 48 48 49 /** -
trunk/trax/data/config/environments/development.php
- Property svn:keywords set to Id
r192 r199 4 4 * 5 5 * @package PHPonTrax 6 * $Id$ 6 7 */ 7 8 ?> -
trunk/trax/data/config/environments/production.php
- Property svn:keywords set to Id
r192 r199 4 4 * 5 5 * @package PHPonTrax 6 * $Id$ 6 7 */ 7 8 ?> -
trunk/trax/data/config/environments/test.php
- Property svn:keywords set to Id
r192 r199 4 4 * 5 5 * @package PHPonTrax 6 * $Id$ 6 7 */ 7 8 -
trunk/trax/data/config/routes.php
- Property svn:keywords set to Id
r192 r199 24 24 * 25 25 * @package PHPonTrax 26 * $Id$ 26 27 */ 27 28 $router->connect( ":controller/:action/:id" ); -
trunk/trax/data/public/.htaccess
- Property svn:keywords set to Id
r192 r199 1 1 # 2 2 # PHP include_path to Trax config directory 3 # $Id$ 3 4 # 4 5 php_value include_path .:@TRAX-CONFIG@ -
trunk/trax/data/public/dispatch.php
- Property svn:keywords set to Id
r192 r199 3 3 * @package PHPonTrax 4 4 * @uses Dispatcher::dispatch() 5 * $Id$ 5 6 */ 6 7 -
trunk/trax/data/script/generate.php
- Property svn:keywords set to Id
