mark_story
|
0ec1e65013
|
Removing collisions that prevent TestTask from being loaded.
|
2010-12-05 22:53:29 -05:00 |
|
mark_story
|
d202ea643d
|
Fixing issue loading plugin models when uses == false.
|
2010-12-04 23:49:00 -05:00 |
|
mark_story
|
9dd78c7dc1
|
Updating Multibyte class to use new Configure api.
|
2010-12-04 22:59:07 -05:00 |
|
mark_story
|
5ad8d8af41
|
Adding a parameter to configured() to allow you to check if a particular config has been configured.
|
2010-12-04 22:57:33 -05:00 |
|
mark_story
|
0b18fc25a6
|
Changing some requires so things run smoother.
|
2010-12-04 17:53:57 -05:00 |
|
mark_story
|
ba63a2948c
|
Fixing failing test caused by additional trailing space.
|
2010-12-04 17:49:09 -05:00 |
|
mark_story
|
b49c4402e5
|
Implementing store and restore for Configure.
Test cases added.
|
2010-12-04 17:26:59 -05:00 |
|
mark_story
|
539f2cd785
|
Removing a cakeError that slipped through the cracks.
|
2010-12-04 16:34:20 -05:00 |
|
mark_story
|
94258e14d7
|
Doing some reformatting and removing calls to read() since we are already in Configure.
|
2010-12-04 16:29:34 -05:00 |
|
mark_story
|
ae814db2dd
|
Changing IniAcl to use IniReader.
|
2010-12-04 14:47:47 -05:00 |
|
mark_story
|
159f25ff0f
|
Adding ini file and more tests for types.
|
2010-12-04 12:58:02 -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
|
26980c23ba
|
Adding file that was omitted from previous commits.
|
2010-12-04 12:56:13 -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
|
9e32c13cac
|
Updating doc blocks.
|
2010-12-04 10:41:23 -05:00 |
|
mark_story
|
7eab3b2850
|
Moving load() logic out of Configure, and putting it into PhpReader.
Updating test cases. store() still needs to be properly implemented.
|
2010-12-04 01:05:12 -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
|
9b55487d4e
|
Removing a dead isset() and collapsing an if.
|
2010-12-04 00:24:09 -05:00 |
|
mark_story
|
aef53cd23a
|
Adding some more basic methods.
|
2010-12-04 00:14:55 -05:00 |
|
mark_story
|
da632fe191
|
Renaming method to match other core classes with similar features.
|
2010-12-04 00:10:42 -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
|
7863f14d79
|
Adding new test cases into configure suite.
|
2010-12-02 23:34:13 -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 |
|
Juan Basso
|
aa0bad9247
|
Ignore errorHandler if warning suppressor (@command()) is used.
|
2010-12-02 01:44:31 -02:00 |
|
Juan Basso
|
ffaec10a7c
|
Fixing the result of App::import() when name of class have slash.
|
2010-11-29 22:37:08 -02:00 |
|
Mark Story
|
40585a34e8
|
Adding support for userPath in IniAcl.
Test case added.
Fixes #1291
|
2010-11-28 21:22:10 -05:00 |
|
Mark Story
|
2495b3cd4c
|
Trimming whitespace and adding a file header.
|
2010-11-28 21:11:18 -05:00 |
|
Mark Story
|
3ddff879b1
|
Converting IniAcl to use IniFile, this removes one of the classes responsibilities.
|
2010-11-28 21:06:22 -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 |
|
mark_story
|
cc18c15e61
|
Fixing coding standards.
|
2010-11-28 21:05:32 -05:00 |
|
Mark Story
|
43c184b2d2
|
Fixing issues with CLI test runner where the error handler would continue to be cakephp's instead of PHPUnit's.
|
2010-11-28 21:05:12 -05:00 |
|
Mark Story
|
1f72e504d5
|
Fixing incorrect imports that caused test case to fail in CLI when run by itself.
|
2010-11-28 20:49:42 -05:00 |
|
Mark Story
|
91b5a5265e
|
Making ConsoleErrorHandler be invoked with the correct error reporting level.
|
2010-11-28 20:44:28 -05:00 |
|
mark_story
|
284a8db3f4
|
Moving error handling classes into a separate directory.
Moving error handling test cases into a directory that matches the one in libs.
Updating imports.
|
2010-11-28 12:27:51 -05:00 |
|
mark_story
|
e40ee2576b
|
Minor optimization in h()
Minor optimizations in FormHelper, as calls to ArrayAccess methods are avoided now.
|
2010-11-28 00:33:01 -05:00 |
|
mark_story
|
7bfdbff377
|
Adding more documentation to core.php.
|
2010-11-27 19:39:55 -05:00 |
|
mark_story
|
da98791e14
|
Adding some more documentation about precedence of configuration.
|
2010-11-27 19:37:25 -05:00 |
|
mark_story
|
f08fa52a60
|
Syncing skel/config/core.php
|
2010-11-27 14:36:34 -05:00 |
|
mark_story
|
345779772d
|
Fixing issue where an AppController::appError would cause errors as $method was not a real method.
|
2010-11-27 14:35:36 -05:00 |
|
mark_story
|
d3f0d25c03
|
Removing error masking in ErrorHandler, instead correctly calling set_error_handler() works better.
|
2010-11-27 14:32:43 -05:00 |
|
mark_story
|
c717ff2e72
|
Adding logging of errors when debug = 0 for console applications. Fixes #1311
|
2010-11-25 23:16:27 -05:00 |
|
mark_story
|
0d5ed014d1
|
Removing constants and configuration settings that don't are repeated or deprecated/not used.
|
2010-11-25 23:16:03 -05:00 |
|
mark_story
|
9b4f7a1a15
|
More documentation.
|
2010-11-25 22:51:31 -05:00 |
|
mark_story
|
f3feb1575c
|
Removing support for AppError. It doesn't make sense to have hardcoded class references when there is better configuration available.
Updating doc blocks for exceptions.
Updating core.php file.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
1cffea379f
|
More documentation.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
04d3feb6c0
|
Unknown errors cannot be mapped as they generate another error. Having a default case doesn't make much sense here.
Adding additional coverage to ErrorHandler.
|
2010-11-25 22:51:30 -05:00 |
|