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 |
|
TommyO
|
c466cfdc8b
|
Adding elements and templates to test app for EmailComponent
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7359 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 13:34:46 +00:00 |
|
nate
|
b0b9c1e4bd
|
Adding PaginatorHelper tests for additional custom URL settings
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7358 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 04:04:21 +00:00 |
|
mark_story
|
cc098629a6
|
Added direction check to Controller::paginate(). paginate() now forces 'asc' when wrong. Added tests. Closes #5120
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7357 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 02:46:39 +00:00 |
|
mark_story
|
b45a369d1d
|
Added string cast to FileEngine::read() closes #5094
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7356 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 02:23:46 +00:00 |
|
mark_story
|
d7b043a374
|
Fixing test_app/test_plugin files. Many had incorrect file / class names. Added tests to cover plugin class loading, and dispatching.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7355 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-24 02:19:05 +00:00 |
|
gwoo
|
d6d7bd68bd
|
changing include to readfile, fixes #5033
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7354 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-23 20:53:59 +00:00 |
|
mark_story
|
c1dce9e7ff
|
Implemented Validation::multiple() Tests added. Closes #5086, #3329, #4852
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7353 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-23 02:15:48 +00:00 |
|