Commit graph

10296 commits

Author SHA1 Message Date
AD7six
f7e2bb1021 translation changes in the log dir 2011-03-12 20:00:55 +01:00
AD7six
afc5cd4277 changes in the error dir 2011-03-12 20:00:27 +01:00
AD7six
d264d0feb5 changes in the core dir 2011-03-12 20:00:15 +01:00
AD7six
cb7f0f087e translation changes in the controller ditranslation changes in the
controller dirr
2011-03-12 19:59:40 +01:00
AD7six
8f0c923cf6 translations for the console dir 2011-03-12 19:59:06 +01:00
AD7six
5ae97871da translations changes in the Configure folder 2011-03-12 19:50:52 +01:00
AD7six
d7f275d705 translation changes in the cache folder
modified:   lib/Cake/Network/Http/HttpResponse.php
2011-03-12 19:48:57 +01:00
AD7six
dd40e7dbfa use the 'cake' domain for any references in the app folder 2011-03-12 19:48:02 +01:00
mark_story
30a9543a65 Syncing skel folder with app folder. 2011-03-12 12:19:06 -05:00
mark_story
4efef1ed67 Moving the default cache configuration to app/config/bootstrap.php, as its not used by CakePHP anymore, and is an application configuration value. 2011-03-12 12:18:21 -05:00
mark_story
31e82b08df More documentation for Cache. 2011-03-12 12:14:43 -05:00
mark_story
20299c9138 Removing duplicate package string.
Updating FileEngine tests to use file_test config instead of inheriting 'default' as default could be an APC config now.
Removing tests that were testing clearCache(), as that is not part of FileEngine's features.
2011-03-12 12:06:10 -05:00
mark_story
70d334f7eb Moving core cache configuration out of Configure and into core.php.
This makes the cache configurations cake uses internally more
transparent, and easier for the end developer to configure. Fixes #1586
2011-03-12 11:24:59 -05:00
mark_story
d0dfd7f18c Removing more calls to strtolower(). Instead type the method names with the correct casing. 2011-03-12 11:10:31 -05:00
Jose Lorenzo Rodriguez
6f232c4543 Fixing the loading of the HtmlCodeCoverageReport class 2011-03-12 02:06:50 -04:30
Jose Lorenzo Rodriguez
ecc6a22b3b Adding tests for loading classes from the libs folder 2011-03-12 01:56:34 -04:30
Jose Lorenzo Rodriguez
fd84b1494d Documenting remaining methods in App class 2011-03-12 01:15:56 -04:30
Jose Lorenzo Rodriguez
2bbac9e9b0 Fixing Folder class tests 2011-03-12 00:52:23 -04:30
Jose Lorenzo Rodriguez
d890896777 Updating Lib package usage in App::load() 2011-03-12 00:40:43 -04:30
Jose Lorenzo Rodriguez
bab30bd48d More fixes after the recent changes in App::core() 2011-03-12 00:32:44 -04:30
Jose Lorenzo Rodriguez
c188d1a91c Fixing Dispatcher tests after recent changes in App::core() 2011-03-12 00:29:44 -04:30
Jose Lorenzo Rodriguez
96fa5e79ba Fixing fixture loading after recent changes in App::core() 2011-03-12 00:27:50 -04:30
Jose Lorenzo Rodriguez
fea2ac23c7 Improving Documentation in App class 2011-03-12 00:09:58 -04:30
Jose Lorenzo Rodriguez
fe52c200e3 Documenting auxiliary functions in App class 2011-03-11 23:30:16 -04:30
Jose Lorenzo Rodriguez
db089ac220 Implementing vendor loading and refactoring code in App::import() 2011-03-11 23:21:34 -04:30
Jose Lorenzo Rodriguez
ebd8d1d0c2 Fixing multiple classes loading in App::import() 2011-03-11 18:59:08 -04:30
Jose Lorenzo Rodriguez
5a57f2c3c3 Re-implmenting file loading in App::import(), search it is not longer recursive... if it ever was 2011-03-11 18:57:11 -04:30
Jose Lorenzo Rodriguez
6ac87eef68 Making more App::import() tests pass 2011-03-11 18:18:58 -04:30
ADmad
0f341c7114 Fixed bug where default class name 'checkbox' was dropped in case of validation error for div wrapping checkbox for multiple checkboxes 2011-03-11 20:20:55 +05:30
Jose Lorenzo Rodriguez
0bf51d92ca Improving App::import() to make importing from plugins work again 2011-03-11 01:31:01 -04:30
Jose Lorenzo Rodriguez
3f7a7cc5d1 Removing more un-used code in App class 2011-03-11 01:07:46 -04:30
Jose Lorenzo Rodriguez
02955fb923 Removing unused code in App class, improving backwards compatibility in App::import() 2011-03-11 01:04:41 -04:30
Jose Lorenzo Rodriguez
e6b253ec0f Starting to write a new App::import() that keeps where possible the backwards compatibility 2011-03-11 00:50:14 -04:30
Jose Lorenzo Rodriguez
90b01b7ec3 Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-10 23:17:54 -04:30
mark_story
7f18f05de4 Moving appending of prefix to action into the Router. This makes Router::parse() always return what you get in the controller.
Updating Dispatcher to not hold a reference to the current request, as its not used.
Updating private action detection so its simpler.
Fixes issues with prefix actions not getting the correct default view.  Fixes #1580
2011-03-10 22:04:46 -05:00
mark_story
b292f4ffaa Fixing tests that were failing due to missing methods, and changes in CakeRoute.
Making ExceptionRenderer pass in the current request to the controller
constructor.  This fixes fatal errors on PrivateActionExceptions.
2011-03-10 22:01:56 -05:00
mark_story
ab4ce97cad Fixin CakeErrorController's constructor, so it matches the parent class. Removing duplicated code. 2011-03-10 22:00:08 -05:00
Jose Lorenzo Rodriguez
472257c347 Removing unused variables and properly testing more methods in App class 2011-03-09 23:33:03 -04:30
mark_story
0cc55d8f45 Removing calls to Dispatcher::_stop(). Updating tests. Fixes #1578 2011-03-09 22:27:19 -05:00
Jose Lorenzo Rodriguez
21286cb8c2 Updating tests for App::objects() 2011-03-09 22:29:52 -04:30
Jose Lorenzo Rodriguez
38d33e4a9a Improving tests for App::core() 2011-03-09 22:15:20 -04:30
Jose Lorenzo Rodriguez
022702506e Properly testing the App::build() method and bugfixing some issues 2011-03-09 22:11:13 -04:30
Jose Lorenzo Rodriguez
f05a105dfb Fixing the HelperCollection test 2011-03-09 21:39:05 -04:30
ADmad
95d44c3694 Updating example code in comment to reflect renaming of Controller::$view to Controller::$viewClass. Closes #1579 2011-03-10 04:00:14 +05:30
Jose Lorenzo Rodriguez
75e5496983 Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-09 12:58:49 -04:30
mark_story
c8f33b77a1 Fixing failing tests, and issues around Controller::$view not getting
set properly.
2011-03-09 07:31:11 -05:00
Jose Lorenzo Rodriguez
ca32143292 Fixing the ControllerTestCase tests 2011-03-09 01:05:58 -04:30
Jose Lorenzo Rodriguez
7b7dabce48 Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-09 00:26:18 -04:30
Jose Lorenzo Rodriguez
a1fe95e072 REverting some changes made to constants 2011-03-08 17:32:22 -04:30
Jose Lorenzo Rodriguez
4c90868652 Fixing the Api shell 2011-03-08 15:37:15 -04:30