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 |
|
José Lorenzo Rodríguez
|
7dc8d5e746
|
Simplifying datasources loading, it now requires datasources to be configured with the 'datasource' array key, which is a relative path from Model/Datasource/
|
2010-12-04 12:24:15 -04:30 |
|
José Lorenzo Rodríguez
|
be1263d476
|
Moving the first database driver to the correct folder to start testing
|
2010-12-04 11:52:23 -04:30 |
|
José Lorenzo Rodríguez
|
8678661b9c
|
Merge branch 'feature/2.0/pdo' into 2.0-class-loading
|
2010-12-04 11:21:54 -04:30 |
|
José Lorenzo Rodríguez
|
592abb569c
|
More work towards loading datasources
|
2010-12-04 11:16:42 -04:30 |
|
mark_story
|
9e32c13cac
|
Updating doc blocks.
|
2010-12-04 10:41:23 -05:00 |
|
Graham Weldon
|
dd18efbe7c
|
Append Controller to error class name for isAuthorized() not implemented.
|
2010-12-04 22:21:10 +11:00 |
|
Graham Weldon
|
1dbed85979
|
Append Controller to error class name for isAuthorized() not implemented.
|
2010-12-04 22:14:33 +11:00 |
|
José Lorenzo Rodríguez
|
4bb6d583b7
|
More work towards model loading
|
2010-12-04 03:00:03 -04:30 |
|
José Lorenzo Rodríguez
|
fa83ecda5b
|
Beginnings of model loading
|
2010-12-04 02:57:20 -04:30 |
|
José Lorenzo Rodríguez
|
ec93152c9a
|
Loading the set class successfully
|
2010-12-04 02:51:42 -04:30 |
|
José Lorenzo Rodríguez
|
c641baaf16
|
Loading component classes ang beginnings of session loading
|
2010-12-04 02:49:44 -04:30 |
|
José Lorenzo Rodríguez
|
fbbb5c9337
|
Moving more clases to the new layout while trying to make controller related classes load
|
2010-12-04 02:45:22 -04:30 |
|
José Lorenzo Rodríguez
|
b4387d2f51
|
More replacements to get class loaded using the new file scheme
|
2010-12-04 02:34:30 -04:30 |
|
José Lorenzo Rodríguez
|
73ad5385eb
|
Moving more classes to the new layout, it is time to bring the debugger up
|
2010-12-04 02:16:51 -04:30 |
|
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 |
|
Juan Basso
|
c4743a2438
|
Changing the test with get to use version instead auth.
|
2010-12-04 01:41:45 -02:00 |
|
Juan Basso
|
123b2256c5
|
Formatting
|
2010-12-04 01:31:28 -02:00 |
|
Juan Basso
|
3f910dc6c1
|
Formatting
|
2010-12-04 00:58:49 -02:00 |
|
José Lorenzo Rodríguez
|
3c23080dd2
|
Moving more classes to the new schema, slowly uncommenting code and implementing new class loader
|
2010-12-03 20:53:47 -04:30 |
|
Juan Basso
|
874a1172a1
|
Cleaning auth and proxy configuration in full reset.
|
2010-12-03 23:13:49 -02:00 |
|
Juan Basso
|
075bdebebe
|
Moved the proxy configuration from request to class attribute.
|
2010-12-03 23:10:07 -02:00 |
|
José Lorenzo Rodríguez
|
ca34b22dbb
|
Renaming more core classes, next step would be to tweek the autoloader to find only on Cake/ "namespace" (for now)
|
2010-12-03 20:15:54 -04:30 |
|
José Lorenzo Rodríguez
|
96cb90a82b
|
Chanigng some constants and commenting code to start testing
|
2010-12-03 19:48:44 -04:30 |
|
José Lorenzo Rodríguez
|
c57dd6f0f1
|
Starting to move files to match the PHP standards group file naming standard
|
2010-12-03 19:38:57 -04:30 |
|
Juan Basso
|
f004bef74f
|
DigestAuthentication adapted to new auth in HttpSocket.
|
2010-12-03 21:57:15 -02:00 |
|
José Lorenzo Rodríguez
|
b1ec3043bc
|
Replacing App::import in favor of App::uses where possible
|
2010-12-03 18:37:21 -04:30 |
|
José Lorenzo Rodríguez
|
1d129840f6
|
Changing more App::import calls for App::uses
|
2010-12-03 18:08:52 -04:30 |
|
José Lorenzo Rodríguez
|
fd639cc956
|
Replacing use of App::import in favor of App::uses in controller class declaration
|
2010-12-03 17:09:50 -04:30 |
|
José Lorenzo Rodríguez
|
da7c53b374
|
Beging of an experiment: a class utoloader for cakephp through emulating the keyword "use" of php 5.3
|
2010-12-03 16:54:50 -04:30 |
|
José Lorenzo Rodríguez
|
66d0986cd4
|
Pepending table name to index generation to avoid name clashes
Finally, all tests using a Sqlite database pass
|
2010-12-03 15:25:26 -04:30 |
|
José Lorenzo Rodríguez
|
e167271568
|
Making more DboSlite tests pass
|
2010-12-03 14:41:39 -04:30 |
|
José Lorenzo Rodríguez
|
7c4ab886e6
|
Merge remote branch 'origin/2.0' into feature/2.0/pdo
|
2010-12-03 14:08:03 -04:30 |
|
José Lorenzo Rodríguez
|
3370b25f14
|
Fixing a couple more tests
|
2010-12-03 14:07:46 -04:30 |
|
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
|
4325e67163
|
Fixing setAuthConfig to accept false as param to remove auth config. Tests added.
|
2010-12-03 01:30:03 -02:00 |
|
Juan Basso
|
cd24aca39d
|
Removing auth key from request and putting this as attribute.
|
2010-12-03 00:46:11 -02:00 |
|
José Lorenzo Rodríguez
|
32af53ab82
|
Fixing test for sqlite
|
2010-12-02 00:30:21 -04:30 |
|
José Lorenzo Rodríguez
|
cdc4cb9e1e
|
Implementing method in DboSqlite to avoid error while running the test suite
|
2010-12-02 00:20:08 -04:30 |
|
José Lorenzo Rodríguez
|
2e04c5260e
|
Fixing some tests to make them run on sqlite
|
2010-12-02 00:19:43 -04:30 |
|