Commit graph

3316 commits

Author SHA1 Message Date
Mark Story mark@mark-story.com
3bfd815716 Fixing issue with boolean columns not correctly inserting
data in MySQL.
Fixes 
2011-08-30 15:44:45 +01:00
Mark Story mark@mark-story.com
ff0119ba6f Fixing file deletion issue in windows
where unlink() cannot delete files that have open
file handles.
Fixes 
2011-08-28 22:19:53 -04:00
mark_story
5b43d6b9a7 Adding cafe to the list of irregular plurals. Seems that its
french origins befuddle normal english pluralization rules.
Fixes 
2011-08-28 21:45:16 -04:00
mark_story
27ab9093b5 Removing getTests() and fixing failing test in accidentaly skipped tests. 2011-08-28 14:18:09 -04:00
mark_story
aee650defb Adding a test and fixing issues where q value had whitespace as well.
Refs 
2011-08-25 22:33:21 -04:00
mark_story
72ef310867 Fixing Accept header parsing so content types with leading/trailing spaces
are treated as spaceless.
Fixes 
2011-08-25 22:31:25 -04:00
Mark Story
9daa969783 Switching FixtureTask to use var_export() instead of custom
escaping code.
Fixes issues with quotes in text.
Fixes 
2011-08-20 20:08:45 -04:00
Mark Story
8dcb7fd9cb Fixing failing tests. 2011-08-19 21:08:03 -04:00
ADmad
68c4b66550 Fixed bug in Validation::date(). Closes 2011-08-15 18:26:08 +05:30
ADmad
392102b71f Fixing regression in Set::extract(). Closes 2011-08-10 03:56:45 +05:30
Mark Story
6ef4ce4c31 Adding a line to the generated cache files,
that re-assigns view params after component callbacks.
Fixes issues with SecurityComponent and cache files.
Fixes 
2011-08-05 22:59:46 -04:00
Mark Story
b5a533b287 Fixing issues with duplicate content/empty tags with CacheHelper.
Added internal tag munging proposed by 'FelipePtChO'.
Uncommented a test that was failing.
Fixes 
2011-08-01 22:54:49 -04:00
Mark Story
416e527cbc Fixing issues with Sanitize::stripWhitespace() and utf8 characters.
Fixes 
2011-07-31 15:44:10 -04:00
ADmad
762fcf2c42 Fixed TreeBehavior::childCount(). Closes 2011-07-31 01:07:46 +05:30
mark_story
7a9ac53adf Fixing issues with SecurityComponent, where removing your session,
would allow posting of invalid form data.
Fixes 
2011-07-30 10:44:28 -04:00
mark_story
ecccfe913b Fixing issue wher times between 12:00 and 12:59 would be incorrectly
marked as am.
Fixes 
2011-07-27 20:20:24 -04:00
Mark Story
9602de8f88 Adding tests for absolute urls on script elements. 2011-07-25 22:14:29 -04:00
José Lorenzo Rodríguez
7d1c99a2b0 Fixed typo 2011-07-13 13:12:44 -07:00
ADmad
9f4ad94181 Fixing singularization of "curves" 2011-07-07 22:54:24 +05:30
mark_story
ee1634819a Fixing issues with ApcEngine and duration = 0 (forever)
values.  Fixes 
2011-07-01 20:26:20 -04:00
AD7six
cdd8b615a1 Merge branch '1.3' of github.com:cakephp/cakephp into 1.3 2011-06-24 10:13:11 +02:00
AD7six
e4fee14a5b Hide db credentials
To protect users who have publically accessible installs with debug
turned on - *** out db login credentials
2011-06-24 10:12:08 +02:00
Mark Story
f3f0363df3 Adding a test for double escaped form urls.
Refs 
2011-06-23 14:29:23 -07:00
Graham Weldon
c5d763773c Added test for datasource prefixes.
Fixed another instance of error in prefix replacement in CakeSchema.
2011-05-31 23:40:29 +08:00
Juan Basso
6aca8dc11a Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
mark_story
cd8b18d00d Fixing notice errors caused by trying to operate on keys that don't exist.
Fixes 
2011-05-30 20:46:53 -04:00
mark_story
3f5850913a Fixing Xml::toString() not slugging elements with no children.
Thanks to jeremyharris for the patch.
Fixes 
2011-05-28 16:19:54 -04:00
Cauan Cabral
5fd19266ba Updating MediaView test
UPPERCASE extesion test included

Signed-off-by: mark_story <mark@mark-story.com>
2011-05-28 11:47:37 -04:00
mark_story
0494876217 Adding [ and ] to the list of allowed characters in validation::url()
This matches the behavior of PHP's filter_var()
Fixes 
2011-05-20 21:44:53 -04:00
mark_story
efbb6479fc Fixing issues in DboSource::group(), which always expected an optional argument.
Fixes 
2011-05-20 21:10:30 -04:00
Thomas Ploch
bf37054bca Fixed wrong passing of $expected and $results in model task test. 2011-05-17 00:29:58 +02:00
Thomas Ploch
8ef7016545 Fixed wrong validation init in Model bake task when having index starting at 1.
Added guess 'uuid' for type 'string' and length 36.
Updated missing calls to assertEqual() testFieldValidationGuessing().
Added test for uuid guessing.
2011-05-16 15:29:28 +02:00
mark_story
b6ef1305df Backporting changes made to Memcache in 2.0 to address issues with persistent
connections.  Refs 
2011-05-13 22:10:58 -04:00
mark_story
f65cf55f4f Revert "Merge pull request from joeytrapp/router-reverse"
This reverts commit eb1e040ae9, reversing
changes made to e53407c595.
2011-05-10 20:46:18 -04:00
Mark Story
eb1e040ae9 Merge pull request from joeytrapp/router-reverse
Generate full url from Router::reverse(). Fixes 
2011-05-10 17:43:29 -07:00
mark_story
e53407c595 Fixing issues with tests, and adding another test. Refs GH-57 2011-05-09 22:22:35 -04:00
mark_story
877c874f49 Adding tests for GH-57 2011-05-09 22:17:51 -04:00
mark_story
922595c77a Moving time tests into a separate method. 2011-05-09 22:14:06 -04:00
Ceeram
527ff5feaf adding tests for Auth::identify() 2011-05-08 08:23:04 -04:00
mark_story
5273080962 Merge branch 'torifat-set' into 1.3 2011-04-27 22:42:02 -04:00
Rifat Nabi
03ffa3d152 ticket test case added 2011-04-27 16:01:08 +06:00
mark_story
9914258807 Applying patch from 'Stefano Rosanelli' which fixes Xml::toArray() greatly improving
its ability to convert xml documents.  Fixes 
2011-04-21 22:38:41 -04:00
mark_story
12c245609e Fixing XmlHelper overwriting its Xml property when creating an open element with elem()
Fixes 
2011-04-16 16:56:32 -04:00
mark_story
4395e8acc1 Fixing formatting, and updating test to better reflect what would normally happen. 2011-04-16 15:56:40 -04:00
mark_story
bc5edebee6 Adding a test case for 2011-04-16 15:15:53 -04:00
Juan Basso
2c4ed9bfc2 Fixed the input name when multiple is setted to false. 2011-04-13 00:32:15 -04:00
Mariano Iglesias
54a4d24a03 Fixes issue with fixture records defining fields in wrong order, or adding fields in some records that are not defined in others
Fixes 
2011-04-09 10:40:08 -04:00
ADmad
548a64e63b Fixed test case for Cache class which failed if default cache config in app used engine other than File 2011-04-06 18:41:59 +05:30
Joey Trapp
6a8322a272 Added a flag to Router::reverse that is passed on to the Router::url call 2011-04-04 15:11:47 -05:00
mark_story
0d7672476f Removing accidental error. 2011-04-02 15:10:21 -04:00