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
|
98704d3ecd
|
Adding nested value support to IniReader.
Adding boolean conversions.
Adding test cases.
|
2010-12-04 12:56:37 -05:00 |
|
mark_story
|
1e569f509a
|
Changing IniFile to be a ConfigReader for use with Configure. Test case updated.
|
2010-12-04 12:15:47 -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 |
|
Mark Story
|
2495b3cd4c
|
Trimming whitespace and adding a file header.
|
2010-11-28 21:11:18 -05:00 |
|
Mark Story
|
35611d50c3
|
Fleshing out IniFile a bit more.
|
2010-11-28 21:05:32 -05:00 |
|
Mark Story
|
071cd9b477
|
Adding very naive implementation of an ini file parser.
|
2010-11-28 21:05:32 -05:00 |
|
mark_story
|
9d3b3a72ce
|
Starting to extract Ini file parsing out of IniAcl as it breaks single responsibility, and ini file parsing should be generic enough to be reused.
Adding a test case.
|
2010-11-28 21:05:32 -05:00 |
|