Revision 31c2d75e
ID | 31c2d75e1d120b9b93e7f12f2a8d46114122689c |
- The fallback index_dev.php was pointing to the production public/index.php - fixed that.
- Added some meaningful default configuration to the global Configuration directory. Enabled the caches in production context and disabled it in dev context.
- FLOW3: (Error) Implemented a new exception handler which doesn't reveal any information for use in production context. This exception handler is now used by default in production context.
- FLOW3: (Error) Added an exception handler interface
- FLOW3: (Error) Made the error levels which result in an exception configurable (see FLOW3.php configuration).
- FLOW3: (AOP) Refactored the initialization method and the related part in the FLOW3 initialization method.
- FLOW3: (AOP) Caching of proxy classes didn't work really in production mode, fixed that.
- FLOW3: (AOP) Made the proxy cache backend configurable
- added
- modified
- copied
- renamed
- deleted