nate
|
8284872b82
|
Adding schema scoping to table description queries in DboPostgres, fixes #5006
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7409 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-01 06:33:01 +00:00 |
|
nate
|
793295036f
|
Re-fixing Model::set() to allow for fields that don't exist, fixing model validation with messages, adding tests to prove parameter order for custom validation errors, refs #50005
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7408 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-01 06:28:59 +00:00 |
|
nate
|
661e757612
|
Refactoring configuration handling in DataSource
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7407 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-01 06:08:23 +00:00 |
|
nate
|
22edda11ad
|
Adding FormHelper test to disprove ticket #5184
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7406 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-01 05:39:53 +00:00 |
|
nate
|
f5977baeb5
|
Fixing magic find methods in DboSource, and fixing DboSource::reconnect() to merge old params instead of overwriting
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7405 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-01 04:54:54 +00:00 |
|
nate
|
974e62baf1
|
Adding file to previous commit
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7404 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-01 04:53:45 +00:00 |
|
nate
|
0119c0d46f
|
Fixing HTML entity escaping in helpers, fixing broken XmlHelper test, all helper tests now passing
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7403 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-01 04:53:16 +00:00 |
|
mark_story
|
c5cfc77365
|
Removing php5 only code.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7402 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-01 01:34:17 +00:00 |
|
gwoo
|
4a94397b43
|
removing deprecated code
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7401 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-01 01:04:03 +00:00 |
|
gwoo
|
cf8ddbada0
|
reverting accident commit in time helper from [7387]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7400 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-08-01 00:48:14 +00:00 |
|
gwoo
|
c350448cd8
|
adding a notEmpty rule to validation and updating bake default for strings to use notEmpty
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7399 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 23:58:20 +00:00 |
|
gwoo
|
b0d2451a97
|
removing optional instantiation of Set class. Adding toArray() to xml class and calling it from Set::reverse(); updated test cases.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7398 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 23:50:32 +00:00 |
|
gwoo
|
e8acb375ec
|
fixes #5179, set::numeric and other fails in set.test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7397 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 19:36:28 +00:00 |
|
gwoo
|
4a5282bcd7
|
closes #5172, AuthComponent login with with UUID
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7396 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 19:00:12 +00:00 |
|
gwoo
|
7ce4bd4131
|
closes #5160, finishing tag implementation on paginator helper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7395 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 16:58:57 +00:00 |
|
renan.saddam
|
93c29a1f3a
|
Added tests to cover numeric array comparison. Refs #5179
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7394 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 16:33:56 +00:00 |
|
gwoo
|
f6d269a9e0
|
closes #5142 primary key on custom join models
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7393 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 15:38:23 +00:00 |
|
mark_story
|
f97a3f27b0
|
Quick update to AclBehavior test. Expanded coverage on deletion of dependant Nodes.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7392 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 03:35:26 +00:00 |
|
mark_story
|
3402f40061
|
Adding test case for AclBehavior. Modified AclBehavior to use $model->name for configuration and operation. Closes #5163
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7391 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 03:26:15 +00:00 |
|
mark_story
|
7f75f74f5b
|
Updated test_plugin/tests views to reflect changes made in tests.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7390 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 00:55:24 +00:00 |
|
mark_story
|
8b28eec1ab
|
Removed almost all am() calls from core.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7389 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-31 00:16:16 +00:00 |
|
gwoo
|
a4499befe3
|
fixes #4086 caching with params
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7388 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 21:14:22 +00:00 |
|
TommyO
|
b6e9888753
|
Replaced all instances of ife() in /cake
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7387 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 20:34:01 +00:00 |
|
gwoo
|
565163303c
|
changing ClassRegistry::params() to ClassRegistry::config()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7386 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 19:53:12 +00:00 |
|
nate
|
5c796f4dbe
|
Disabling caching on SQLite table list queries, adding SQLite test, fixes #5174
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7385 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 19:18:48 +00:00 |
|
TommyO
|
7c7410bda2
|
Replaced instances of ife() with more sutiable alternatives in model.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7384 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 16:26:48 +00:00 |
|
DarkAngelBGE
|
501437baa0
|
introducing ClassRegistry::params() to fix testing of models associations; also removes the need for TestModels that extend the model under test to change the useDbConfig, fixes #5158, #5076 (kudos to nate)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7383 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 15:37:26 +00:00 |
|
DarkAngelBGE
|
eddf2ee5f3
|
conditional inclusion for ErrorHandler class in the session.test file in order to prevent the CakeSession class being redeclared when running the testsuiteshell; fixes #5092
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7382 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 14:00:36 +00:00 |
|
DarkAngelBGE
|
0948035eba
|
fixing broken test in theme test file
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7381 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 13:57:24 +00:00 |
|
DarkAngelBGE
|
0d147f8652
|
fixing broken test in view test file
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7380 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 13:56:45 +00:00 |
|
DarkAngelBGE
|
1052d21522
|
fixing broken tests in FormHelper, closes #5088
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7379 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 13:40:59 +00:00 |
|
DarkAngelBGE
|
1fdc76ba1a
|
enabling different paths for plugin tests closes #5105
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7378 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 13:39:17 +00:00 |
|
DarkAngelBGE
|
838ecb8527
|
doc comments for the test manager class
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7377 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 13:37:06 +00:00 |
|
mark_story
|
3c1ebafa0a
|
Modified dbo_mysql update() fixes issue with updateCounterCache on self join tables. updateCounterCache query optimized. Closes #4652, #5152
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7376 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 02:22:15 +00:00 |
|
mark_story
|
bd298f0ff3
|
Fixed broken test.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7375 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-30 01:12:03 +00:00 |
|
mark_story
|
4267a4f631
|
Added patch from 'cavendish' releasing previous result resources in resultSet(). Closes #4801
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7374 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-29 23:29:26 +00:00 |
|
mark_story
|
96b5a6fa87
|
Added test to prove #5125. Added documentation to updateAll.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7373 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-29 01:18:57 +00:00 |
|
gwoo
|
e0e20aa4fb
|
fixing check for cache settings
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7372 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-28 20:29:55 +00:00 |
|
gwoo
|
ce5550fb37
|
adding Cache::set() will change settings until write, delete, clear, or set is called. refactoring class to use Cache::set()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7371 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-28 02:29:58 +00:00 |
|
mark_story
|
ac45340a71
|
Optimization when checking for setTable prefix.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7370 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-27 15:55:49 +00:00 |
|
gwoo
|
460b219810
|
small refactor to Controller::paginate handling of sort direction
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7369 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-27 15:55:19 +00:00 |
|
mark_story
|
9b857e9f36
|
Added camelCase check for setTablePrefix. setTablePrefix now fires on PHP5. Closes #5147
Updated test in model.test to reflect changes in empty string handling for float and integer types.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7368 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-27 04:19:54 +00:00 |
|
mark_story
|
8185fb87fc
|
cleaning up requires to be App::import()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7367 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-27 03:36:30 +00:00 |
|
mark_story
|
8d2e4721e3
|
Added checks for empty string in integer columns. value() Now returns NULL. Closes #5141
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7366 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-27 02:49:02 +00:00 |
|
gwoo
|
e26b7e7a63
|
refactor dispatcher, fixes #5033
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7365 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-26 20:09:20 +00:00 |
|
gwoo
|
caa7bb6218
|
updating cache engines so key will expire when duration is changed, updated datasource and configure to for new settings, closes #5083
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7364 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-26 20:00:20 +00:00 |
|
nate
|
4451c02b1c
|
Corrects handling of fully-qualified URLs in Router::normalize(), fixes #4036
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7363 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-25 11:45:00 +00:00 |
|
mark_story
|
6add903d84
|
Corrected key in validation::multiple test. closes #5146
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7362 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 23:55:15 +00:00 |
|
TommyO
|
5dc4388fa0
|
Added tests for template and layout rendering. Currently fail as component doesn't wordwrap properly. May also explain #4498
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7361 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 13:54:39 +00:00 |
|
TommyO
|
e235e422ed
|
log fix: Committed in error. No real changes made to file.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7360 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 13:52:37 +00:00 |
|