nate
|
1960be0dfa
|
Deprecating vendor() and removing all instances from the core, fixes #4016
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6497 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-03-01 05:23:32 +00:00 |
|
nate
|
6546a39098
|
Updating Model::setDataSource(), table prefixes now switch when switching DataSource, unless a custom table prefix is set, fixes #4062
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6496 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-03-01 05:15:53 +00:00 |
|
nate
|
b1c7938ad5
|
Adding counterCache test cases from #4122
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6495 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-03-01 03:41:43 +00:00 |
|
nate
|
affcdd23dc
|
Updating tree test case to verify addition of whitelisted fields, fixes #4141
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6494 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-03-01 03:31:11 +00:00 |
|
nate
|
e58c397bc9
|
Adding fix for loading join models classes from plugins, fixes #4014
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6493 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-03-01 03:25:46 +00:00 |
|
nate
|
195ad336a5
|
Updating Dispatcher test cases for new Router parameter features
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6492 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-03-01 03:13:19 +00:00 |
|
nate
|
ab50975306
|
Correcting UPDATE query generation to support SQL standards and MySQL-specific features in parallel, fixes #4080
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6491 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-03-01 03:12:12 +00:00 |
|
gwoo
|
1fbc3e6a9b
|
quick fix for with and saveMulti
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6490 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-29 22:01:09 +00:00 |
|
the_undefined
|
394322f35d
|
Added pass feature to Router::connect
Implemented it for Router::mapResources
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6489 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-29 20:22:57 +00:00 |
|
gwoo
|
3d191461b2
|
fixes #4236, typo in simpletest not installed error message
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6488 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-28 15:52:07 +00:00 |
|
gwoo
|
03a7ca842f
|
updating folder test for inPath, fixes #3922
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6487 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-28 15:35:00 +00:00 |
|
gwoo
|
815983cd74
|
adding patch for AclShell::setParent(), fixes #4240
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6486 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-28 15:22:29 +00:00 |
|
nate
|
b5d0baf98b
|
Fixing TimeHelper::timeAgoInWords()/relativeTime(), fixes #4241
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6485 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-28 05:06:37 +00:00 |
|
nate
|
c8ed9424da
|
Fixing errors thrown in Model::exists() when $useTable is false
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6484 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-28 04:35:20 +00:00 |
|
nate
|
9931e0ef93
|
Removing redundant test case from TimeHelper test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6483 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-28 01:57:59 +00:00 |
|
nate
|
97dded350f
|
Returning default column type for models with no schema defined
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6482 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-28 01:53:54 +00:00 |
|
nate
|
3a11fe2340
|
Refactoring find types in Model::find()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6481 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-28 01:50:38 +00:00 |
|
the_undefined
|
8b8b268c08
|
Added test demonstrating useless error messages being thrown for table-less models
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6480 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-28 00:23:28 +00:00 |
|
gwoo
|
d3e2d51cbc
|
updating error handling, error.test, view.test, theme.test, change socket.test to use App::import()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6479 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-27 21:22:40 +00:00 |
|
nate
|
3316731dd9
|
Updating ACL component test case, disproves ticket #4190
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6478 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-27 03:57:33 +00:00 |
|
nate
|
6615daa6b0
|
Adding test case for saving UUID primary keys, disproves ticket #4123
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6477 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-26 06:20:16 +00:00 |
|
nate
|
f056ee4a3d
|
Adding double-escaping test case for DboSource, disproves #4196
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6476 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-24 15:28:17 +00:00 |
|
nate
|
4e573f48f0
|
Updating view test case
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6475 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-24 15:08:01 +00:00 |
|
nate
|
048626c547
|
Fixing placement of charset tag in layout templates, fixes #4200
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6474 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-24 03:47:41 +00:00 |
|
nate
|
bd2ac9a1c1
|
Fixing Auth component so login still works when you allow('*'), fixes #4159
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6473 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-24 03:20:43 +00:00 |
|
nate
|
c1251c8265
|
Adding DboSource fix for SELECT DISTINCT, fixes #4101
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6472 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-24 03:15:37 +00:00 |
|
nate
|
3140144a1f
|
Adding behavior test case and fixing validation behavior methods, fixes #4205
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6471 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-24 02:47:10 +00:00 |
|
nate
|
3bc622b250
|
Implementing non-interactive mode in console scripts
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6470 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-24 02:44:45 +00:00 |
|
nate
|
0572926d49
|
Refactoring model behavior handling
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6469 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-21 15:36:13 +00:00 |
|
phishy
|
5c9c5dbb47
|
removed duplicate baseConfig
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6468 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-20 20:02:18 +00:00 |
|
the_undefined
|
61882940a4
|
Reverted test case change
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6467 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-19 04:07:03 +00:00 |
|
gwoo
|
9d5435266e
|
reverting httpsocket change from [6439]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6466 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-19 03:59:27 +00:00 |
|
the_undefined
|
3120d055f9
|
Got HttpSocket tests to pass again
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6465 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-19 03:55:12 +00:00 |
|
gwoo
|
fb4244bb89
|
updating Helper::setEntity() and form.test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6464 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-18 21:58:32 +00:00 |
|
john
|
18dc1fd456
|
Undefined var in parse() method causing problems. Original author most likely meant $attr.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6463 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-15 20:47:44 +00:00 |
|
gwoo
|
e9c15fe33e
|
updating ErrorHandler with test, fixes #4102
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6462 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-15 16:49:17 +00:00 |
|
nate
|
0073683a54
|
Added Configure option Asset.timestamp = 'force', to force asset timestamps in production mode, fixes #921
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6461 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-14 17:35:13 +00:00 |
|
nate
|
d301d7a566
|
Adding Flash client detection to RequestHandler
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6460 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-14 05:32:46 +00:00 |
|
gwoo
|
5e8a2fb7f4
|
fixes #4106, object test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6459 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-14 04:52:46 +00:00 |
|
gwoo
|
1c894d0cfd
|
fixes #4111, empty array in model task when table indexes missing
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6458 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-14 04:48:40 +00:00 |
|
nate
|
0d2c0c1c6c
|
Cleanup from last commit
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6457 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-12 14:16:13 +00:00 |
|
nate
|
766703f15f
|
Fixing default route mappings, refactoring route generation, fixes #4109
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6456 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-12 14:11:33 +00:00 |
|
nate
|
e0fb76d757
|
Fixing undefined index error in Router::getParams() when rendering error pages in the test suite
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6455 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-11 06:53:59 +00:00 |
|
nate
|
e41d586e03
|
Updating View test case
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6454 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-11 06:45:47 +00:00 |
|
nate
|
f3355bd74b
|
Removing all references to deprecated 'webservices' and 'bare' routes and route parameters, removing deprecated constants, updating core tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6453 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-11 06:18:41 +00:00 |
|
nate
|
50236e3431
|
Adding Object::dispatchMethod() as faster (OO) replacement for call_user_func_array
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6452 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-11 06:02:40 +00:00 |
|
nate
|
96d2b4b738
|
Adding ACL component test coverage and whitespace fixes
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6451 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-11 02:27:16 +00:00 |
|
nate
|
14523dc8c4
|
Fixing XML class references
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6450 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-11 02:24:10 +00:00 |
|
nate
|
7f673226d7
|
Enabling suffixes for virtual fields, fixes #3724
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6449 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-11 02:20:43 +00:00 |
|
nate
|
7248048d85
|
Adding default configuration to Oracle driver
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6448 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-02-11 01:13:13 +00:00 |
|