José Lorenzo Rodríguez
|
4e722ddb74
|
Fixing some constants to load the web testsuite
|
2010-12-11 01:13:01 -04:30 |
|
José Lorenzo Rodríguez
|
2907765404
|
Replacing almost all remaining uses of App::import
|
2010-12-10 01:53:27 -04:30 |
|
José Lorenzo Rodríguez
|
e57b3d8e74
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
lib/Cake/View/Helper.php
|
2010-12-10 01:25:00 -04:30 |
|
Juan Basso
|
d97103d739
|
Making the format attribute customizable in helpers.
|
2010-12-10 02:42:38 -02:00 |
|
Graham Weldon
|
0deaa6eee0
|
Update basics test for debug() changes.
|
2010-12-10 15:39:50 +11:00 |
|
mark_story
|
1548b7badb
|
Expanding and correcting the doc block for ObjectCollection.
|
2010-12-09 23:22:08 -05:00 |
|
Graham Weldon
|
e9907cb9da
|
Made debug() output html-safe strings by default.
|
2010-12-10 12:53:45 +11:00 |
|
Graham Weldon
|
33d2f9a6ed
|
Refs #621. Provides default maxLimit for pagination to prevent url manipulation causing long queries.
|
2010-12-10 12:22:12 +11:00 |
|
José Lorenzo Rodríguez
|
f540920b76
|
More App::imports converted
|
2010-12-09 01:25:24 -04:30 |
|
José Lorenzo Rodríguez
|
f84351dd07
|
More replacements of App::import to App::uses
|
2010-12-09 00:43:11 -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
|
848461f7a0
|
Making the testsuite run again
|
2010-12-08 01:49:36 -04:30 |
|
José Lorenzo Rodríguez
|
4a287faa1e
|
Moving the tests folder
|
2010-12-08 01:36:38 -04:30 |
|
José Lorenzo Rodríguez
|
4c9ad2dec8
|
Starting the tedious process of moving the testsuite and tests
|
2010-12-08 00:34:45 -04:30 |
|
José Lorenzo Rodríguez
|
02ad049559
|
Fixing more shells, and updating code in home.ctp
|
2010-12-07 20:42:50 -04:30 |
|
José Lorenzo Rodríguez
|
7828f7d2fb
|
Lazy loading connections in ConnectionManager, changing some class names and imports
|
2010-12-07 19:59:07 -04:30 |
|
José Lorenzo Rodríguez
|
09120b715c
|
Modifying index.php so the framework is able to bootstrap itself again
|
2010-12-07 19:58:09 -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
|
66145db2a9
|
Fixing class loading for bake tasks
|
2010-12-07 19:50:56 -04:30 |
|
José Lorenzo Rodríguez
|
b5122e6e81
|
Fixing more console classes
|
2010-12-07 01:44:47 -04:30 |
|
José Lorenzo Rodríguez
|
e3690ebccb
|
Making shells run again
|
2010-12-07 01:26:10 -04:30 |
|
José Lorenzo Rodríguez
|
1c0a4c9e0a
|
Starting to move console classes
|
2010-12-07 00:47:53 -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
|
0732552739
|
Movig CakeSession to a better suited package
|
2010-12-07 00:02:42 -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
|
6de52f795f
|
Completing the round of micro optimization, it was fun while it lasted
|
2010-12-06 23:15:18 -04:30 |
|
José Lorenzo Rodríguez
|
c431ddd22c
|
Refactoring Dispatcher::_isPrivate to directly check for controller methods, doing in in the controller could be unnecessary
|
2010-12-06 22:57:09 -04:30 |
|
José Lorenzo Rodríguez
|
1d67d1611c
|
Micro optimizations in Helper class, as those functions are calles very often the may sum up some milliseconds
|
2010-12-06 22:49:15 -04:30 |
|
José Lorenzo Rodríguez
|
513eb53426
|
Fixing package location in DboSource
|
2010-12-06 22:48:30 -04:30 |
|
José Lorenzo Rodríguez
|
66744c68b0
|
Making ConnectionManager an static object instead of a singleton
|
2010-12-06 22:47:43 -04:30 |
|
José Lorenzo Rodríguez
|
2ce2ea222c
|
Moving config readers to their new package
|
2010-12-06 09:44:43 -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
|
575a6b4b78
|
A couple of micro-optimizations found using a profileA couple of micro-optimizations found using a profilerr
|
2010-12-06 09:38:06 -04:30 |
|
José Lorenzo Rodríguez
|
88a4a6609e
|
Moving the config folder
|
2010-12-06 00:10:56 -04:30 |
|
mark_story
|
c096eea664
|
Fixing failing tests caused by constants changing.
|
2010-12-05 23:32:34 -05:00 |
|
José Lorenzo Rodríguez
|
d311cf237b
|
Moving behaviors
|
2010-12-05 23:50:05 -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 |
|
mark_story
|
55e06ec244
|
Merge branch '2.0-config' into 2.0
Conflicts:
cake/libs/configure.php
|
2010-12-05 23:00:05 -05:00 |
|
mark_story
|
0ec1e65013
|
Removing collisions that prevent TestTask from being loaded.
|
2010-12-05 22:53:29 -05:00 |
|
Jeremy Harris
|
8a7e2609cd
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-12-05 17:57:44 -08:00 |
|
Jeremy Harris
|
5eab027b84
|
Removed unnecessary pass by references
|
2010-12-05 17:28:15 -08:00 |
|
José Lorenzo Rodríguez
|
c559b9c22d
|
Merge remote branch 'origin/2.0' into 2.0
Conflicts:
cake/console/templates/skel/config/database.php.default
cake/libs/model/datasources/dbo/dbo_sqlite.php
|
2010-12-05 20:51:37 -04:30 |
|
José Lorenzo Rodríguez
|
847e775d8f
|
Merge remote branch 'origin/2.0-pdo' into 2.0
|
2010-12-05 20:48:26 -04:30 |
|
José Lorenzo Rodríguez
|
5c0c9841e2
|
Removing dead code
|
2010-12-05 20:38:17 -04:30 |
|
José Lorenzo Rodríguez
|
2fed702c57
|
Moving more model classes to the new package
|
2010-12-05 15:00:02 -04:30 |
|
José Lorenzo Rodríguez
|
b19b25a788
|
Moving some spare clases to the corresponding packages
|
2010-12-05 13:21:28 -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 |
|
mark_story
|
5f47de7658
|
Adding @package tags.
Moving MissingModelException with the other exceptions.
|
2010-12-05 00:02:20 -05:00 |
|