mark_story
|
44c080d5ad
|
Making all core classes throw CakeException subclasses, this allows developers to catch framework exceptions with one catch.
Adding package specific exceptions.
Replacing generic exceptions in the codebase with CakeException + package exceptions.
|
2010-12-11 19:26:10 -05:00 |
|
mark_story
|
6618178e1b
|
Adding more checks into PhpReader that currently exist in Configure.
|
2010-12-04 00:58:02 -05:00 |
|
mark_story
|
9b8456ce6f
|
Adding an interface to define the necessary public methods.
Adding insertion of configure readers.
Adding tests.
|
2010-12-04 00:09:11 -05:00 |
|
mark_story
|
bbb15c24a1
|
Adding more tests and better errors for PhpReader.
|
2010-12-02 23:30:28 -05:00 |
|
mark_story
|
ae328ffb3a
|
Adding plugin support for PhpReader.
Tests added.
|
2010-12-02 23:14:26 -05:00 |
|
mark_story
|
fdb5955d6c
|
Adding PhpReader to implement php file reading as per #1334
|
2010-12-02 23:06:08 -05:00 |
|