mark_story
a6c5065e9c
Fixing a few more E_STRICT errors in postgres test/class.
2010-12-04 14:31:11 -05:00
mark_story
843f5c6190
Fixing E_STRICT error in ConsoleErrorHandler.
2010-12-04 14:20:50 -05:00
mark_story
7e29859676
Fixing E_STRICT errors in test models.
2010-12-04 14:19:53 -05:00
mark_story
7e3c98024e
Removing reference operators in ModelBehavior.
2010-12-04 14:19:36 -05:00
mark_story
18fb12c95c
Removing & pass by ref operators as they aren't needed any more.
...
Fixing a bunch of E_STRICT errors.
2010-12-04 14:15:32 -05:00
mark_story
64d1f799f8
Adding fixtures that fixed MissingTableExceptions I was getting.
2010-12-04 13:52:38 -05:00
mark_story
d13759522b
Removing strtolower() calls. You must now call model magic findBy and findAllBy using camelcase forms.
2010-12-04 13:45:42 -05:00
José Lorenzo Rodríguez
e3f85ccda8
loading the ExceptionRenderer
2010-12-04 14:06:30 -04:30
mark_story
466137485d
Removing a duplicated property.
...
Changing is_a() to instanceof as it marginally faster.
Adding a comment to getConnection as it was missing it.
Minor optimization to a regular expression.
2010-12-04 13:28:43 -05:00
José Lorenzo Rodríguez
80452397b6
Changing the way loggers are loaded, this will probable need some changes on userland
2010-12-04 13:56:26 -04:30
José Lorenzo Rodríguez
ff8b1a1041
Stating to move loggers to the new folder
2010-12-04 13:50:26 -04:30
José Lorenzo Rodríguez
6b40c9c854
Moving I18n related classes to the new folder schema
2010-12-04 13:45:07 -04:30
José Lorenzo Rodríguez
f3eb2159eb
Making helpers load
2010-12-04 13:40:24 -04:30
José Lorenzo Rodríguez
be9bcb3627
Moving view clasess to their new home
2010-12-04 13:31:04 -04:30
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
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
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
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
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
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