Juan Basso
|
52fcabc96a
|
Little optimization in redirect of controller.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:47:42 -05:00 |
|
Juan Basso
|
1cef0ac981
|
Little optimization in postConditions of controller.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:46:49 -05:00 |
|
Juan Basso
|
911a99bf23
|
Replace function preg_split by explode when possible.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:43:52 -05:00 |
|
Juan Basso
|
df9e1e0bd1
|
Replace function join (alias) by implode.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:43:11 -05:00 |
|
Juan Basso
|
1acc60b04c
|
Replace function die (alias) by exit.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:38:11 -05:00 |
|
Juan Basso
|
9b6b258fed
|
Replace function is_integer (alias) by is_int.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-21 13:36:10 -05:00 |
|
renan.saddam
|
4a8808eb21
|
Removing the argument passed to mssql_get_last_message(), it does not accept any argument.
|
2009-11-19 16:35:29 -02:00 |
|
renan.saddam
|
a33bd1d144
|
Removing the argument passed to mssql_get_last_message(), it does not accept any argument.
|
2009-11-19 16:28:11 -02:00 |
|
predominant
|
97239f0259
|
Adding newline.
|
2009-11-18 22:28:03 +11:00 |
|
burzum
|
67cea6d21c
|
Fixing a problem with setting Paginator::sort() defaults directon to desc
|
2009-11-17 02:11:23 +01:00 |
|
mark_story
|
9eb1950646
|
Removing duplicate condition check. Fixes #314
|
2009-11-16 20:10:08 -05:00 |
|
mark_story
|
925fda7ba6
|
Updating core layout, and skel layout to reflect changes in session->flash().
Updating skel layout to use $this->Helper.
|
2009-11-16 20:01:55 -05:00 |
|
Jippi
|
e6801c22e1
|
Merge branch '1.3' of code.cakephp.org:cakephp into 1.3
|
2009-11-16 23:19:11 +00:00 |
|
Jippi
|
f078b0aeda
|
Fixed Router::url() not being able to leave an URL with persist parameters
|
2009-11-16 23:16:49 +00:00 |
|
Jippi
|
2cb0c3acb3
|
Changed SessionHelper::flash to return message instead of echoing it
|
2009-11-16 23:15:24 +00:00 |
|
phpnut
|
cc11230925
|
Merge branch '1.3' of code.cakephp.org:cakephp into 1.3
|
2009-11-16 10:14:35 -06:00 |
|
phpnut
|
7211541821
|
Removing 1024 char limit when using fgets()
|
2009-11-16 10:14:03 -06:00 |
|
predominant
|
a91108a81a
|
Adding version check to getCharsetName() for MySQL Datasource.
|
2009-11-16 13:49:52 +11:00 |
|
mark_story
|
acd2c15690
|
Merge branch '1.3-misc' into 1.3-merger
Conflicts:
cake/tests/cases/libs/configure.test.php
|
2009-11-15 20:09:12 -05:00 |
|
mark_story
|
58383d3cb9
|
Merge branch '1.2' into 1.3-merger
Conflicts:
cake/console/libs/tasks/controller.php
cake/console/libs/tasks/model.php
|
2009-11-15 20:05:55 -05:00 |
|
mark_story
|
0783176238
|
Replacing duplicated code with pluginSplit().
Updating test case.
|
2009-11-15 19:55:20 -05:00 |
|
mark_story
|
28d3488cb2
|
Adding file headers to config files in test app.
Updating doc blocks.
Updating formatting.
|
2009-11-15 18:09:04 -05:00 |
|
ceeram
|
7a4793a20c
|
refactoring Configure::load() to load config files from plugins, tests and config files added
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-15 17:56:49 -05:00 |
|
mark_story
|
63ab96d751
|
Setting $primary = false inside DboSource::queryAssociation. Fixed #208
|
2009-11-15 17:48:41 -05:00 |
|
predominant
|
0049c9ad81
|
Renaming Helper::__name to Helper::_name for proper access level for extension overloading and callback.
|
2009-11-15 21:18:46 +11:00 |
|
mark_story
|
fa14f9cebc
|
Merge branch '1.3-validation' into 1.3-misc
|
2009-11-14 20:46:48 -05:00 |
|
mark_story
|
be9f0ec4c7
|
Renaming method so they match those in Cache.
Removing method that was missed during previous refactor.
Updating tests.
|
2009-11-14 20:42:57 -05:00 |
|
mark_story
|
b7e7eff738
|
Fixing doc blocks.
|
2009-11-14 20:24:18 -05:00 |
|
mark_story
|
70820e2e96
|
Renaming unconfig to drop.
|
2009-11-14 20:18:58 -05:00 |
|
mark_story
|
caedbdf98a
|
Adding Cache::configured() and Cache::unconfig(). configured() allows introspection on the currently configured settings. unconfig() allows for the removal of cache configs.
Tests added.
|
2009-11-14 20:10:40 -05:00 |
|
mark_story
|
59a7cee89d
|
Removing deprecated $config parameter handling. $config must be a string that is the name of an existing cache config.
|
2009-11-14 20:10:40 -05:00 |
|
mark_story
|
b6978ab25f
|
Adding the ability to load cache engine classes from plugins and app libs.
Also enabled the ability for App cache classes to override core ones.
Test cases added.
Removed unnecessary subclassing of Object.
|
2009-11-14 20:10:40 -05:00 |
|
mark_story
|
3c349dd15c
|
Removing unnecessary inheritance from Object.
|
2009-11-14 20:10:40 -05:00 |
|
mark_story
|
2740fd6714
|
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
|
2009-11-14 19:42:24 -05:00 |
|
mark_story
|
17e377de7e
|
Updating doc block for MemcacheEngine
|
2009-11-14 19:40:30 -05:00 |
|
ADmad
|
862ff82ad4
|
Updating Configure::store to fix escaping issues
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-14 19:38:53 -05:00 |
|
mark_story
|
06d4e5e553
|
Reformatting code in memcache.
Adding unset() to test case to remove unnecessary keys that can cause test failure.
|
2009-11-14 18:50:23 -05:00 |
|
mark_story
|
3712072531
|
Applying optimization to Router::connect() from 'robustsolution' Fixes #302
|
2009-11-14 16:32:18 -05:00 |
|
mark_story
|
8b1a2b1f72
|
Applying optimization in Router::__parseExtension from 'robustsolution'. Fixes #301
|
2009-11-14 16:29:33 -05:00 |
|
predominant
|
0977b3fe15
|
Standardising docblock endings throughout.
|
2009-11-14 23:19:25 +11:00 |
|
mark_story
|
9376826aa4
|
Fixing HttpSocket::buildUri when host key is empty.
Tests added
Fixes #271
|
2009-11-13 14:42:40 -05:00 |
|
mark_story
|
d93c94f702
|
Fixing failing test, picked in from 1.2.
|
2009-11-13 09:53:31 -05:00 |
|
ceeram
|
a67a97722a
|
refs #291
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-13 09:25:47 -05:00 |
|
mark_story
|
2c5fa171e0
|
Updating CakeSchema to pass a Model object into DboSource::fullTableName(); Fixes schema's not correctly reading tablePrefixes.
Fixes #290
|
2009-11-13 00:43:40 -05:00 |
|
nate
|
1c8a2f232b
|
Changes Model::find() to allow modification of DataSource connection during callbacks.
|
2009-11-12 14:48:03 -05:00 |
|
mark_story
|
47e6f332d7
|
Reformatting doc blocks.
|
2009-11-10 23:35:45 -05:00 |
|
mark_story
|
63ee8f0fcd
|
Starting pass through validation handling.
Implemented phone, and postal pass throughs.
Adding tests.
|
2009-11-10 21:20:39 -05:00 |
|
mark_story
|
c5a41913c3
|
Merge branch '1.3' into 1.3-misc
|
2009-11-10 20:22:42 -05:00 |
|
mark_story
|
f0628d100b
|
Fixing issues with getting values from habtm data after form posting and validation has failed.
Tests added.
Refs #279
|
2009-11-09 21:00:19 -05:00 |
|
mark_story
|
f5cfab7b4f
|
Merge branch '1.3' into 1.3-misc
|
2009-11-09 20:10:56 -05:00 |
|