mark_story
|
f200ee3d99
|
Adding upgrade command for fixing request object access.
|
2010-12-11 23:46:39 -05:00 |
|
mark_story
|
2253bf1942
|
Adding a function to upgrade removed basics functions.
|
2010-12-11 23:38:23 -05:00 |
|
mark_story
|
05bc08d932
|
Making helper command be able to replace plugin helpers too.
|
2010-12-11 23:19:07 -05:00 |
|
mark_story
|
2d1dea1692
|
Fixing plugin helper updates.
Adding docblocks
Using native iterators instead of Folder class.
Adding more to the help.
|
2010-12-11 23:13:21 -05:00 |
|
mark_story
|
fe81b84bcb
|
Adding some help text for the upgrade shell.
|
2010-12-11 11:00:09 -05:00 |
|
evilbloodydemon
|
c1d99017e9
|
upgrade shell - option to specify extensions
|
2010-12-11 18:14:54 +03:00 |
|
evilbloodydemon
|
d414755036
|
upgrade shell - refactoring
|
2010-12-11 18:13:59 +03:00 |
|
evilbloodydemon
|
65269bba19
|
upgrade shell - helpers subcommand
|
2010-12-11 18:13:21 +03:00 |
|
evilbloodydemon
|
92f92ac051
|
upgrade shell - added ability to upgrade app separately from plugins
|
2010-12-11 18:12:40 +03:00 |
|
mark_story
|
1d87411537
|
Adding a ghetto start to what will be the 2.0 upgrade shell. i18n updating mostly works.
|
2010-12-05 00:48:38 -05:00 |
|
mark_story
|
5f47de7658
|
Adding @package tags.
Moving MissingModelException with the other exceptions.
|
2010-12-05 00:02:20 -05:00 |
|
mark_story
|
ad80609841
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-12-04 23:55:49 -05:00 |
|
Juan Basso
|
c52d5320c8
|
Replaced the *printf with i18n aliases by i18n aliases with params.
|
2010-12-04 23:37:13 -02:00 |
|
Juan Basso
|
30661ed154
|
Support to vsprintf in i18n aliases (__*() functions).
|
2010-12-04 23:34:59 -02:00 |
|
Juan Basso
|
f4d4811c96
|
Fixed wrong documentation.
|
2010-12-04 20:19:17 -02:00 |
|
mark_story
|
af768c0b6f
|
Removing non-existant databases from comments.
|
2010-12-04 15:04:21 -05:00 |
|
mark_story
|
0cf02ec2f9
|
Fixing issues caused by CORE_PATH not being reliable.
|
2010-12-04 15:00:48 -05:00 |
|
Graham Weldon
|
dd18efbe7c
|
Append Controller to error class name for isAuthorized() not implemented.
|
2010-12-04 22:21:10 +11:00 |
|
Juan Basso
|
aa0bad9247
|
Ignore errorHandler if warning suppressor (@command()) is used.
|
2010-12-02 01:44:31 -02:00 |
|
Juan Basso
|
ffaec10a7c
|
Fixing the result of App::import() when name of class have slash.
|
2010-11-29 22:37:08 -02:00 |
|
Mark Story
|
40585a34e8
|
Adding support for userPath in IniAcl.
Test case added.
Fixes #1291
|
2010-11-28 21:22:10 -05:00 |
|
Mark Story
|
2495b3cd4c
|
Trimming whitespace and adding a file header.
|
2010-11-28 21:11:18 -05:00 |
|
Mark Story
|
3ddff879b1
|
Converting IniAcl to use IniFile, this removes one of the classes responsibilities.
|
2010-11-28 21:06:22 -05:00 |
|
Mark Story
|
35611d50c3
|
Fleshing out IniFile a bit more.
|
2010-11-28 21:05:32 -05:00 |
|
Mark Story
|
071cd9b477
|
Adding very naive implementation of an ini file parser.
|
2010-11-28 21:05:32 -05:00 |
|
mark_story
|
9d3b3a72ce
|
Starting to extract Ini file parsing out of IniAcl as it breaks single responsibility, and ini file parsing should be generic enough to be reused.
Adding a test case.
|
2010-11-28 21:05:32 -05:00 |
|
mark_story
|
cc18c15e61
|
Fixing coding standards.
|
2010-11-28 21:05:32 -05:00 |
|
Mark Story
|
43c184b2d2
|
Fixing issues with CLI test runner where the error handler would continue to be cakephp's instead of PHPUnit's.
|
2010-11-28 21:05:12 -05:00 |
|
Mark Story
|
1f72e504d5
|
Fixing incorrect imports that caused test case to fail in CLI when run by itself.
|
2010-11-28 20:49:42 -05:00 |
|
Mark Story
|
91b5a5265e
|
Making ConsoleErrorHandler be invoked with the correct error reporting level.
|
2010-11-28 20:44:28 -05:00 |
|
mark_story
|
284a8db3f4
|
Moving error handling classes into a separate directory.
Moving error handling test cases into a directory that matches the one in libs.
Updating imports.
|
2010-11-28 12:27:51 -05:00 |
|
mark_story
|
e40ee2576b
|
Minor optimization in h()
Minor optimizations in FormHelper, as calls to ArrayAccess methods are avoided now.
|
2010-11-28 00:33:01 -05:00 |
|
mark_story
|
7bfdbff377
|
Adding more documentation to core.php.
|
2010-11-27 19:39:55 -05:00 |
|
mark_story
|
da98791e14
|
Adding some more documentation about precedence of configuration.
|
2010-11-27 19:37:25 -05:00 |
|
mark_story
|
f08fa52a60
|
Syncing skel/config/core.php
|
2010-11-27 14:36:34 -05:00 |
|
mark_story
|
345779772d
|
Fixing issue where an AppController::appError would cause errors as $method was not a real method.
|
2010-11-27 14:35:36 -05:00 |
|
mark_story
|
d3f0d25c03
|
Removing error masking in ErrorHandler, instead correctly calling set_error_handler() works better.
|
2010-11-27 14:32:43 -05:00 |
|
mark_story
|
c717ff2e72
|
Adding logging of errors when debug = 0 for console applications. Fixes #1311
|
2010-11-25 23:16:27 -05:00 |
|
mark_story
|
0d5ed014d1
|
Removing constants and configuration settings that don't are repeated or deprecated/not used.
|
2010-11-25 23:16:03 -05:00 |
|
mark_story
|
9b4f7a1a15
|
More documentation.
|
2010-11-25 22:51:31 -05:00 |
|
mark_story
|
f3feb1575c
|
Removing support for AppError. It doesn't make sense to have hardcoded class references when there is better configuration available.
Updating doc blocks for exceptions.
Updating core.php file.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
1cffea379f
|
More documentation.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
04d3feb6c0
|
Unknown errors cannot be mapped as they generate another error. Having a default case doesn't make much sense here.
Adding additional coverage to ErrorHandler.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
845edf38e1
|
Removing core classes using App::import() with an array(). This usage incurs an additional call to App::import().
Removing Set from core class imports, as Set is required as part of the framework bootstrapping.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
e88cdc8a01
|
Adding more documentation.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
55623ace92
|
Adding deprecated error level to the map switch.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
f2f3f13c75
|
Adding exception logging configuration setting. Allows uncaught exceptions to be logged.
Implementing logging, and adding a test case.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
af4447d55d
|
Removing Configure::write('log'). This feature is now part of Error configuration.
Removing log check from Debugger::showError(). This method only show's errors, it shouldn't be logging them as well.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
14a6368b39
|
Adding missed isset() check
Making ConsoleErrorHandler handle both errors, and exceptions in CLI.
|
2010-11-25 22:51:30 -05:00 |
|
mark_story
|
74bf455c49
|
Updating ConsoleErrorHandler to match ErrorHandler.
Updating test cases for ConsoleErrorHandler.
|
2010-11-25 22:51:30 -05:00 |
|