José Lorenzo Rodríguez
|
f3e2c0835f
|
First attempt at trying to fix App::objects()
|
2010-12-21 23:45:22 -04:30 |
|
José Lorenzo Rodríguez
|
5e1b49918b
|
Fixing App::core('cake')
|
2010-12-18 22:26:23 -04:30 |
|
José Lorenzo Rodríguez
|
ad78f1dc74
|
Adding support for plugin classes back,
Allowing the user to override core classes in app/libs
Adding some backward compatibility for App::path() and App::build()
|
2010-12-18 22:07:30 -04:30 |
|
José Lorenzo Rodríguez
|
07e43bb0f8
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
cake/libs/view/scaffolds/edit.ctp
cake/libs/view/scaffolds/form.ctp
cake/tests/test_app/plugins/test_plugin/views/tests/scaffold.edit.ctp
cake/tests/test_app/plugins/test_plugin/views/tests/scaffold.form.ctp
cake/tests/test_app/views/posts/scaffold.edit.ctp
cake/tests/test_app/views/posts/scaffold.form.ctp
lib/Cake/Error/ErrorHandler.php
lib/Cake/Model/Behavior/TranslateBehavior.php
lib/Cake/Model/Datasource/CakeSession.php
lib/Cake/Routing/Router.php
lib/Cake/TestSuite/TestManager.php
lib/Cake/View/scaffolds/edit.ctp
lib/Cake/tests/cases/console/shells/bake.test.php
lib/Cake/tests/cases/libs/cake_log.test.php
lib/Cake/tests/cases/libs/cake_request.test.php
lib/Cake/tests/cases/libs/view/helpers/number.test.php
lib/Cake/tests/test_app/plugins/test_plugin/views/tests/scaffold.edit.ctp
lib/Cake/tests/test_app/views/posts/scaffold.edit.ctp
|
2010-12-15 01:13:05 -04:30 |
|
José Lorenzo Rodríguez
|
8e5bd76752
|
Fixing several errors when running the testsuite
|
2010-12-11 01:17:55 -04:30 |
|
José Lorenzo Rodríguez
|
4389764050
|
Fixing core path
|
2010-12-11 01:13:42 -04:30 |
|
José Lorenzo Rodríguez
|
b8344ecd33
|
Replacing some of the App::import by App::uses
|
2010-12-08 23:15:18 -04:30 |
|
José Lorenzo Rodríguez
|
1c368abc1a
|
Adding back cache loading for "objects" in App class
|
2010-12-07 19:51:26 -04:30 |
|
José Lorenzo Rodríguez
|
e3690ebccb
|
Making shells run again
|
2010-12-07 01:26:10 -04:30 |
|
José Lorenzo Rodríguez
|
322093a022
|
Separating cache storing in App shutdown
|
2010-12-07 00:17:50 -04:30 |
|
José Lorenzo Rodríguez
|
9e64754005
|
Adding check to no overwrite cache if it has not been modified
|
2010-12-07 00:00:20 -04:30 |
|
José Lorenzo Rodríguez
|
5dddb362ec
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
lib/Cake/config/ini_file.php
|
2010-12-06 09:42:52 -04:30 |
|
José Lorenzo Rodríguez
|
3f64844de9
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
lib/Cake/Model/ConnectionManager.php
lib/Cake/basics.php
|
2010-12-05 23:43:58 -04:30 |
|
José Lorenzo Rodríguez
|
5c0c9841e2
|
Removing dead code
|
2010-12-05 20:38:17 -04:30 |
|
José Lorenzo Rodríguez
|
c542ac20c9
|
Moving core view to the new folder and allowing the view class to find those views
|
2010-12-05 13:07:01 -04:30 |
|
José Lorenzo Rodríguez
|
0596f5a245
|
Adding cache support for class loader
|
2010-12-05 12:00:36 -04:30 |
|
José Lorenzo Rodríguez
|
fcd23b0978
|
Starting to change the class loading for app classes
|
2010-12-05 10:54:42 -04:30 |
|
José Lorenzo Rodríguez
|
377cbc546b
|
Fixing some errors in loading view classes
|
2010-12-04 22:06:53 -04:30 |
|
José Lorenzo Rodríguez
|
fa83ecda5b
|
Beginnings of model loading
|
2010-12-04 02:57:20 -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
|
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 |
|