cakephp2-php8/cake/libs
José Lorenzo Rodríguez 7eb3055720 Merge branch '1.3' of git@github.com:cakephp/cakephp1x into 1.3
* '1.3' of git@github.com:cakephp/cakephp1x:
  Adding PluginShortRoute into default connected routes.  Fixes issues with the framework having built in 404s.
  Implementing PluginShortRoute and some tests for its methods.
  Fixing tests that started failing because of removal of short routes on reverse routing.
  Removing plugin shortcuts entirely.
  Adding additional test for plugin shortcut routes including prefixed shortcut routes.
  Updating doc block for Router::__connectDefaultRoutes()
  Removing Dispatcher::_restructureParams() as it is no longer used.
  Moving expectations inline.
  Fixing tests that should have never worked, and removing additional calls to _restructureParams.  Adding in prefixed plugin shortcuts as they were missing.
  Modifying Dispatcher tests to modify private variables (which is bad, but there is no way to change which plugins Router uses to create patterns).  This allows the removal of two calls to _restructureParams.
  Making PluginShortRoute check that the action exists before attempting to proceed. Updated tests.
  Adding doc blocks to PluginShortRoute.  Adding PluginShortRoute into Router.
  Shrinking number of lines in dispatcher test case.
  Adding PluginShortRoute, and a few test cases.
2010-04-08 18:24:24 -04:30
..
cache Making private properties and methods in FileEngine protected. Will make any possible subclasses easier to work with. 2010-02-22 23:36:47 -05:00
controller Adding @link tags pointing to cookbook sections 2010-04-04 22:09:49 -04:00
log Updating doc blocks on Folder class and implementing a few small refactors to make code simpler. 2010-01-25 11:18:33 -05:00
model Fixing error introduced by previous commit 2010-04-07 09:51:29 -04:30
view Improving test coverage on FormHelper to show the usage of the 'secure' key for inputs. 2010-04-08 18:23:07 -04:30
cache.php Minor refactor to use local variable. 2010-03-08 22:48:39 -05:00
cake_log.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
cake_session.php Minor doc block spacing. 2010-03-26 22:53:30 +11:00
cake_socket.php Adding and correcting doc blocks. 2010-03-28 12:53:57 -04:00
class_registry.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
configure.php Updating more @link tags. 2010-03-28 11:34:58 -04:00
debugger.php Expanding documentation for Debugger. 2010-03-28 12:31:52 -04:00
error.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
file.php Removing returns from File::__construct 2010-03-19 14:10:10 +11:00
folder.php Merge remote branch 'origin/1.2' into 1.2-merger 2010-02-28 01:58:29 -05:00
http_socket.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
i18n.php Removing unnecessary variable assignment. 2010-03-25 23:01:50 -04:00
inflector.php Updating more @link tags. 2010-03-28 11:34:58 -04:00
l10n.php Merge remote branch 'origin/1.2' into 1.2-merger 2010-02-20 01:32:04 -05:00
magic_db.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
multibyte.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
object.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
overloadable.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
overloadable_php4.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
overloadable_php5.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
router.php Adding PluginShortRoute into default connected routes. Fixes issues with the framework having built in 404s. 2010-04-08 00:03:46 -04:00
sanitize.php Optimizing Sanitize::html() by caching default charset. Closes #496. Also charset passed in $options parameter now takes precedence over the default value obtained from app's config value 'App.encoding' 2010-03-23 00:40:53 +05:30
security.php Fixing Security::cipher() not being able to correctly decrypt numeric values. Fixes #513 2010-03-27 17:19:42 -04:00
set.php Merge remote branch 'origin/1.2' into 1.3 2010-03-27 16:28:00 -04:00
string.php Adding and correcting doc blocks. 2010-03-28 12:53:57 -04:00
validation.php Making built-in Canadian postal code validation accept postal codes with no spaces. Fixes #289 2010-02-06 14:20:56 -05:00
xml.php Merge remote branch 'origin/1.2' into 1.3 2010-03-27 14:30:27 -04:00