Commits

[62 total ]
Anon32
0d5a1c1a I hate git sometimes

by Tim Dorr on 2009-11-20 23:36 (8 days ago)

Anon32
86bd169a Merge branch 'master' of git://github.com/ardell/asoworx

by Tim Dorr on 2009-11-20 23:29 (8 days ago)

Anon32
16690023 Merge branch 'master' of git://github.com/timdorr/asoworx

by Jason Ardell on 2009-11-20 22:33 (8 days ago)

Anon32
c5a042ef Added a sample app/Routing.php file

by Jason Ardell on 2009-11-20 22:05 (8 days ago)

Anon32
23f3dd2a Added a sample app/Routing.php file

by Jason Ardell on 2009-11-20 22:05 (8 days ago)

Anon32
17f8756f Added exception logging and emailing, which pull from app/Config.php to easily enable production environment exception handling.

by Jason Ardell on 2009-11-20 21:55 (8 days ago)

Anon32
4fbf620d Moved routing to its own file (app/Routing.php) so that it can be versioned. It was previously in app/Config.php but that file can't be versioned since it's the environment config (including db setups etc). Didn't touch any of the inner workings of routing--it still uses $CONFIG, but the values from app/Routing.php simply overwrite the $CONFIG['routing'] variable. Note that the values in app/Routing.php OVERWRITE the values in app/Config.php so if you have an app/Routing.php file then you can't specify routes in app/Config.php.

by Jason Ardell on 2009-11-20 16:21 (8 days ago)

Anon32
425e1bf6 Moved routing to its own file (app/Routing.php) so that it can be versioned. It was previously in app/Config.php but that file can't be versioned since it's the environment config (including db setups etc). Didn't touch any of the inner workings of routing--it still uses $CONFIG, but the values from app/Routing.php simply overwrite the $CONFIG['routing'] variable. Note that the values in app/Routing.php OVERWRITE the values in app/Config.php so if you have an app/Routing.php file then you can't specify routes in app/Config.php.

by Jason Ardell on 2009-11-20 16:21 (8 days ago)

Anon32
3965a8f7 Need to null out the registry key before we set it

by Jason Ardell on 2009-11-20 15:55 (8 days ago)

Anon32
1b156705 Need to null out the registry key before we set it

by Jason Ardell on 2009-11-20 15:55 (8 days ago)