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 |
|
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 |
|
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
|
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 |
|
mark_story
|
71634b6b1d
|
Relaxing Sanitization on error messages to prevent UTF-8 characters from being stripped. Closes #5133
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7352 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-22 23:33:01 +00:00 |
|
mark_story
|
d9bb166721
|
Added firebird transaction commands. Thanks to 'daniele.teti'. Closes #5130
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7351 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-22 23:22:17 +00:00 |
|
phishy
|
9cf8a77e88
|
added fetchResult() wrapper
fixed queryAssociation(), it was producing invalid queries
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7350 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-22 12:20:18 +00:00 |
|
mark_story
|
2bf7181f05
|
Added check to Configure::getPaths() to account for chroot 'ed hosting. Tested with open_basedir. Closes #5093
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7349 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-22 01:12:53 +00:00 |
|
mark_story
|
c286736f69
|
Added afterFind callback to Models where recursive >= 2. Added tests from 'ezyang'. Closes #5103
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7347 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-20 17:25:39 +00:00 |
|
mark_story
|
993bee59fa
|
Moving charset meta tag above title tag. Closes #5107
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7344 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-17 17:07:42 +00:00 |
|
the_undefined
|
d363dfccd1
|
Fixed documentation for date 'my' validation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7343 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-17 15:59:18 +00:00 |
|
mark_story
|
4355a13939
|
Altered TextHelper::truncate() when using exact = false and considerHtml = true close tags would be chopped off leaving incorrect Html. Closes #4941
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7342 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-16 12:40:49 +00:00 |
|
mark_story
|
684fb5fcce
|
Replaced in_array() with array_key_exists(). Closes #4465
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7336 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-12 00:23:08 +00:00 |
|
mark_story
|
20851bd548
|
Added ability to singularize 'gloves', 'wolves', 'shelves' and other ves words. Added tests. Closes #5080
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7335 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-12 00:22:09 +00:00 |
|
mark_story
|
5ec8eef6ce
|
Added userOffset check to timeAgoInWords, tests added. Closes #5068.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7333 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-10 03:30:28 +00:00 |
|
joelmoss
|
aa1b0c776e
|
JavascriptHelper::blockEnd now correctly respects safe option. Test also added. Fixes #5074
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7330 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-09 12:08:51 +00:00 |
|
mark_story
|
a341e74f03
|
String::insert() now variable safe. Tests added. Fixes 5041.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7327 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-07 23:24:39 +00:00 |
|
gwoo
|
c3aa47f08e
|
updating Securiity::hash(), closes #5060, closes #5044.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7326 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-07 17:13:09 +00:00 |
|
mark_story
|
e20944a976
|
Added patch from 'biesbjerg' corrects timestamps not being applied to Vendors css and js. Closes #5045
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7325 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-07 01:19:41 +00:00 |
|
phpnut
|
3713fe25ae
|
Reverting change to Security::cipher(); in [7322]. Newer versions of PHP 5.2.1 and above no longer produce same identical seeds
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7324 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 15:03:46 +00:00 |
|
phpnut
|
ed0a031ec4
|
Adding correct test cases for #5046 showing proper prefix usage, closes #5046 as invalid
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7323 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 14:48:09 +00:00 |
|
phpnut
|
9bc1acb2ec
|
Closes #5051, AjaxHelper form function should use mt_rand() instead of rand().
Replaced all rand() with mt_rand() in the core.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7322 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 14:31:22 +00:00 |
|
phpnut
|
bdc3685e62
|
Fixes #5024, find('threaded') returns empty array if root node is not included in the results.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7321 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 14:10:42 +00:00 |
|
phpnut
|
d853520e46
|
Fixes #5025, UTF8 signs are not treated correctly at form validation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7320 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 13:25:22 +00:00 |
|
phpnut
|
1c2b1ef8eb
|
Fixes #5008, DBO Source fails on >= query fixes failing tests added in [7302]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7319 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 12:56:56 +00:00 |
|
phpnut
|
84069e372f
|
Fixes #5021, findAllThreaded does not work with tables that have set primaryKey to something other than 'id'
Removed am() from Model::_findThreaded();
Cleaned up error.php and dispatcher.test.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7318 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 12:37:18 +00:00 |
|
phpnut
|
5131e1c3b3
|
Fixing undefined variable usage in Model::saveField();
Fixes #5053 Model:saveField $options bug;
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7316 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 11:02:09 +00:00 |
|
phpnut
|
30a49a39e4
|
Fixes #5016, Security->disabledFields not working properly. Empty value arrays needed to be unset
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7314 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 10:10:19 +00:00 |
|
phpnut
|
822c8978a9
|
Fixes #5002 Model name in PaginatorHelper sortKey.
Closes #5032
Small performance improvement in App::!__load();
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7312 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-05 09:44:42 +00:00 |
|
gwoo
|
5ddd330b11
|
closes #5019, updating test case to show that security component is operating as expected. fix for newLine in utf subject of email component
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7311 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-04 14:18:01 +00:00 |
|
gwoo
|
a764b471f6
|
closes #5011, target _blank for all html links that open new windows
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7310 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-04 13:44:23 +00:00 |
|
gwoo
|
3ab12a868f
|
updating controller test. closes #5029, if you change the content type with request handler in a test debug must be set to 0, see line 630 of RequestHandler. Fixed duration handling for core cache settings when debug equal to 1
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7309 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-04 13:26:43 +00:00 |
|
mark_story
|
23dac08d77
|
Updated non-existent variable, removes notice error, closes #5043
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7308 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-03 17:34:09 +00:00 |
|
mark_story
|
3da913f392
|
Updated String::insert() so that when using ? as parameter it offsets the length of the parameter. Added tests to model, and string. Closes #5035
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7307 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-03 02:19:19 +00:00 |
|
mark_story
|
c25ed9016a
|
Fixed attributes being set for select elements in formHelper::dateTime() when $options[id] is specified. Closes #5013.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7306 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-03 00:46:42 +00:00 |
|
mark_story
|
80b6e027c1
|
Fixed infinite recursion on missingHelper error triggered by missing helper defined in AppController. MissingHelpers are now removed from the helpers array to prevent recursion. Closes #5010.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7305 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-07-02 00:54:53 +00:00 |
|
nate
|
200673dfce
|
Fixing database errors when no DB connection present on initial splash page
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7300 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-30 01:09:13 +00:00 |
|
phpnut
|
558c93a46e
|
Correcting typo in package doc tag
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7293 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-27 07:23:27 +00:00 |
|
phpnut
|
815c6fb1f5
|
Fixes #4997 CookieComponent write multiple values doesn't not obey $encrypt
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7291 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-27 07:14:55 +00:00 |
|
phpnut
|
022ffa3f4f
|
Adding fixes for pagination on associated models.
Corrected dot notation use in Controller::paginate();
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7286 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-27 06:25:08 +00:00 |
|
gwoo
|
7ad1790ea2
|
removing and moving deprecated code
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7285 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-27 06:19:04 +00:00 |
|
nate
|
14e8c5fe7b
|
Correcting inconsistent return values in Model::saveAll(), updating bad tests, fixes #4981
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7283 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-27 06:07:00 +00:00 |
|
gwoo
|
0fc7355e6b
|
another small optimization from last fix
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7281 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-27 05:34:37 +00:00 |
|
gwoo
|
70276afa3b
|
fixes #3456, Use = instead of IN where possible
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7280 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-27 05:14:52 +00:00 |
|
gwoo
|
b8714ede74
|
fix to paginate sort order for self associated models
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7278 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-27 03:12:45 +00:00 |
|
gwoo
|
1576a83505
|
fixing issue with sort in pagination and adding tests, removes previously deprecated controller methods and adds trigger_error to recent ones
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7276 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-27 00:43:31 +00:00 |
|
gwoo
|
5e92674990
|
fixes #4995, call time pass by reference in dbo_mysql
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7275 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-26 23:07:42 +00:00 |
|
nate
|
376ee191cb
|
Commenting fix in DboMssql
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7274 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-26 21:13:10 +00:00 |
|
AD7six
|
d000c59ceb
|
Deprecating findNeighbours
adding find('neighbors')
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7272 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-26 19:42:07 +00:00 |
|
AD7six
|
2ce0f1f3cf
|
deprecating findAllThreaded
removing __doThread
adding find('threaded')
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7271 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-26 19:33:44 +00:00 |
|
gwoo
|
e70f45e1d6
|
fixes #4987, unable to delete by adding version compare and setting useAlias in DboMysql
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7268 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-26 17:24:16 +00:00 |
|
nate
|
f52706ea9a
|
Fixing transaction statement and Italian-language error checking in MSSQL database driver, fixes #4074, fixes #4890
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7266 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-26 14:45:32 +00:00 |
|
gwoo
|
abf3d0685a
|
fixes #4986, .ctp extension failover for layouts
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7260 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-25 03:16:53 +00:00 |
|
phishy
|
c60b232ab4
|
fixed quoting bug in name()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7259 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-24 21:11:23 +00:00 |
|
gwoo
|
f2fd386217
|
fixes #4892 different users on oracle, fixes #4894 escaping field
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7258 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-24 20:30:51 +00:00 |
|
nate
|
3ce765358d
|
Fixing boolean handling in DboPostgres, closes #4878
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7257 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-24 04:55:59 +00:00 |
|
gwoo
|
38bbfb66ce
|
fixes #4976, escape chars in attributes of xml tags
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7253 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-24 01:38:40 +00:00 |
|
gwoo
|
013e9889e5
|
updating file engine and test case
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7252 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-24 01:09:54 +00:00 |
|
gwoo
|
330992a8a3
|
fixes #4968, double quoted strings in cache
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7251 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-23 23:13:28 +00:00 |
|
gwoo
|
91d86b91a4
|
fixes #4832, lastinsert in postgres. test added
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7247 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-23 15:59:27 +00:00 |
|
mariano.iglesias
|
6eb4aba543
|
Changing test for Containable to reflect #4790
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7246 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-23 06:33:31 +00:00 |
|
gwoo
|
ca38b035b5
|
fixes #4790, restoring associations in Containable. Thanks to maular for the patch
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7245 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-23 04:41:15 +00:00 |
|
gwoo
|
9661a54a13
|
reformatting and fixing doc comment in inflector
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7244 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-23 03:08:35 +00:00 |
|
gwoo
|
352b121220
|
fixes #4916, i18n quoted strings. fixes #4968, quoted strings in cache
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7243 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-23 00:27:33 +00:00 |
|
gwoo
|
67f55ba53e
|
fixes #3869, required css for validation fields
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7242 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-23 00:07:33 +00:00 |
|
gwoo
|
4759a4506b
|
better fix for #3869
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7240 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-22 19:31:44 +00:00 |
|
gwoo
|
d29883993e
|
fixes #3869, form 'required' CSS when not actually required
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7239 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-22 19:16:34 +00:00 |
|
gwoo
|
1ff02bde7a
|
fixes #4861, find all recursive 2 with habtm
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7238 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-22 17:34:05 +00:00 |
|
the_undefined
|
95522fa3a9
|
Applied patch by floob, fixes #4876
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7234 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-22 12:27:54 +00:00 |
|
gwoo
|
605bfa5bc5
|
closes #4842, clean up logic in ErrorHandler
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7228 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-21 15:35:17 +00:00 |
|
gwoo
|
42db64bbb3
|
fixes #4778, rss helper addNs, closes #4949 xml helper serialize with test case
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7227 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-21 15:23:58 +00:00 |
|
nate
|
ebe635a827
|
Correcting syntax error in DboAdodb, fixes #4965
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7226 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-21 13:03:25 +00:00 |
|
nate
|
7b6ee7386b
|
Correcting issue where TranslateBehavior hijacks find() calls from Model::exists(), fixes #4765
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7225 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-21 02:33:04 +00:00 |
|
nate
|
df75a06756
|
Fixing coding standards violations in core, and adding misc tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7222 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-20 20:17:23 +00:00 |
|
nate
|
f7a4858503
|
Correcting coding standards violations
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7220 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-20 11:57:56 +00:00 |
|
gwoo
|
c75cad26d5
|
updating model test for new find syntax
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7217 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-19 17:06:50 +00:00 |
|
gwoo
|
a0c4d2783a
|
removing redundant $not from previous commit
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7216 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-19 16:15:49 +00:00 |
|
gwoo
|
7d06612b35
|
closes #4935, NOT usage requires ()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7215 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-19 16:12:57 +00:00 |
|
nate
|
63217b7e10
|
Fixing failing tests in core helper group, closes #4946
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7213 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-19 14:31:00 +00:00 |
|
gwoo
|
8b493b2923
|
fixes #4947, debugger using LOG_DEBUG
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7212 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-19 14:23:29 +00:00 |
|
gwoo
|
ce4cbba4f5
|
fixes #4944, documentation of setDataSource
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7210 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-18 17:46:56 +00:00 |
|
gwoo
|
2b699435f0
|
initial commit for dbo hasResult. should lead to further refactoring
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7209 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-18 17:28:17 +00:00 |
|
gwoo
|
73d9fec80d
|
closes #3691, fix re added
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7208 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-18 17:23:48 +00:00 |
|
gwoo
|
5257c95316
|
#fixes 4940, use default config
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7207 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-18 17:18:26 +00:00 |
|
gwoo
|
82f4a03385
|
fixes #4923, argSeparator in Router::connectNamed()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7206 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-17 15:46:49 +00:00 |
|
gwoo
|
193959ebf3
|
closes #3901 unnecessary setting of path in App::__settings, closes #4115 DboSource::fetchAll() does not need resultSet for every row
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7205 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-17 15:43:08 +00:00 |
|
gwoo
|
b5c4681a11
|
fixes #4893, open_basedir errors messages
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7204 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-17 05:47:11 +00:00 |
|
phpnut
|
886183fcd4
|
Closes #4202
Adding patches
Added fixture files
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7198 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-16 03:11:32 +00:00 |
|
gwoo
|
01bf6526c4
|
fixes #4911, scripts for layout on cache refresh
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7197 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-15 19:48:15 +00:00 |
|
gwoo
|
eb67aa879e
|
fixes #4841, TreeBehavior ambiguous columns
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7196 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-15 17:51:25 +00:00 |
|
AD7six
|
9d87ce5a06
|
minor syntax correction, changing a string condition to be an array for consistency
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7195 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-15 13:08:36 +00:00 |
|
DarkAngelBGE
|
a83d373f51
|
allowing the passing group statements to Model::find() in array notation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7192 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-15 09:08:50 +00:00 |
|
gwoo
|
4e36492440
|
fixes #4919, updating model to use $this->__exists throughout
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7191 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-15 02:58:23 +00:00 |
|
gwoo
|
552af82e7b
|
closes #4857, data validation in translate behavior, if field in model data is passed as an array. Either the data with current mode local or the first value in the array of data is used for validation purposes.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7190 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-14 23:21:09 +00:00 |
|
gwoo
|
9d950c7698
|
closes #4726, test cases added to show special characters in select options
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7189 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-14 21:48:57 +00:00 |
|
gwoo
|
8707c6861a
|
fixes #4912, correct label "for" in time input
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7188 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-14 21:40:01 +00:00 |
|
gwoo
|
df2be46b00
|
fixes #4874, duplicate base when url is empty
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7186 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-06-14 21:12:56 +00:00 |
|