Commit graph

7841 commits

Author SHA1 Message Date
Graham Weldon
52b90872df Fixed schema reading where table name contains the datasource prefix. 2011-05-31 18:29:26 +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 #1651
2011-05-30 20:46:53 -04:00
Jose Lorenzo Rodriguez
8671aa38b2 Updating version numbers to 1.3.10 2011-05-30 09:27:35 -04:30
Graham Weldon
9402f6627f Added notice about SimpleTest compatability.
Fixes #1333.
2011-05-30 21:48:38 +08:00
Jose Lorenzo Rodriguez
0d1ae69a5a Fixing small mistake from last commit trying to improve styles for url rewriting detection notice 2011-05-30 09:04:13 -04:30
Jose Lorenzo Rodriguez
d51e902036 Improving styles for url rewriting detection notice, and copying it to the skel app 2011-05-30 09:01:26 -04:30
mark_story
3f5850913a Fixing Xml::toString() not slugging elements with no children.
Thanks to jeremyharris for the patch.
Fixes #903
2011-05-28 16:19:54 -04:00
mark_story
b76901eb43 Ensuring that nested cookie values are deleted.
Cookies created with write('Foo', $array) would not get proper
recursive deletion done.
Fixes #1651
2011-05-28 14:21:50 -04:00
mark_story
b64b1219c4 Fixing CakeLog::handleError() being called too often.
Adding a PHP5 conditional, so custom error handlers are not called
for errors not in the configured masking.
Fixes #1735
2011-05-28 13:59:56 -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
Cauan Cabral
684c377d0b Handling files with Uppercase extesion name
MediaView fixed to work correctly with file names when file extesion is UPPERCASE

Signed-off-by: mark_story <mark@mark-story.com>
2011-05-28 11:44:36 -04:00
ADmad
6b7dbcdd1c Adding warning message on homepage for misconfigured URL rewriting. Closes #1577 2011-05-26 20:35:28 +05:30
mark_story
600609cc87 Adding testsuite icons to the repo, so they are local assets instead of remote ones.
Fixes #1708
2011-05-22 09:15:04 -04:00
Jose Lorenzo Rodriguez
91391fde79 Updating version numbers 2011-05-20 22:08:58 -04:30
mark_story
0494876217 Adding [ and ] to the list of allowed characters in validation::url()
This matches the behavior of PHP's filter_var()
Fixes #1717
2011-05-20 21:44:53 -04:00
mark_story
efbb6479fc Fixing issues in DboSource::group(), which always expected an optional argument.
Fixes #1656
2011-05-20 21:10:30 -04:00
Ceeram
104f6a52fd Merge branch '1.3' into 1.3-1679 2011-05-20 00:35:51 +02:00
Ceeram
548f09c39b Merge branch '1.3' of git://github.com/cakephp/cakephp into 1.3 2011-05-20 00:06:39 +02:00
Ceeram
92c00e115e Merge branch '1.3' of git://github.com/cakephp/cakephp into 1.3 2011-05-18 10:17:44 +02:00
Thomas Ploch
bf721668e5 Merge branch '1.3' of https://github.com/cakephp/cakephp into 1.3-bake 2011-05-18 08:06:30 +02:00
Renan Gonçalves aka renan.saddam
9b9339354a Merge pull request #80 from evilbloodydemon/1.3-fix
Fixed undefined variable
2011-05-17 04:35:19 -07:00
evilbloodydemon
5abd00e636 Fixed undefined variable 2011-05-17 15:29:21 +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 #1705
2011-05-13 22:10:58 -04:00
Ceeram
5c18571db1 Merge branch '1.3' of git://github.com/cakephp/cakephp into 1.3 2011-05-12 23:32:07 +02:00
mark_story
f65cf55f4f Revert "Merge pull request #45 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 #45 from joeytrapp/router-reverse
Generate full url from Router::reverse(). Fixes #1638
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
romaimperator
50ec7e6fdf Fixed a bug in the dateTime function that prevented the proper hour from being selected because the check for past noon required seconds to be set and they weren't
Signed-off-by: mark_story <mark@mark-story.com>
2011-05-09 22:21:58 -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
c918395fb4 Merge branch '1.3' of git://github.com/cakephp/cakephp into 1.3 2011-05-09 00:01:25 +02:00
mark_story
1cdf55f8b2 Fixing whitespace and adding doc comment. 2011-05-08 08:47:32 -04:00
Luís Armando
66de46cd5b Fix ticket #825. Related with session set to cache. 2011-05-08 08:35:34 -04:00
Ceeram
9e4ecba12a fixed error when passing false for $conditions, closes #1685 2011-05-08 08:23:09 -04:00
Ceeram
527ff5feaf adding tests for Auth::identify() 2011-05-08 08:23:04 -04:00
Ceeram
5329c188d6 adding help info for bake connection parameter, closes #1679 2011-05-06 17:13:15 +02:00
Ceeram
1f473f5bcd Merge branch '1.3' of git://github.com/cakephp/cakephp into 1.3 2011-05-03 00:50:58 +02:00
mark_story
d9c7f4df66 Fixing import of MediaView in dispatcher so Media models used in Routing don't interfere with asset delivery.
Fixes #1670
2011-04-30 12:42:08 -04:00
José Lorenzo Rodríguez
10d735fcf8 Merged pull request #65 from English360/i1663.
Fix issue 1663: wrong i18n usage in TimeHelper
2011-04-29 12:26:25 -07:00
Mariano Iglesias
cc5670a33f Fixing issue with wrong internationalization of time ago expressions in TimeHelper. Fixes #1663 2011-04-29 15:48:00 -03:00
mark_story
5273080962 Merge branch 'torifat-set' into 1.3 2011-04-27 22:42:02 -04:00
Rifat Nabi
03ffa3d152 ticket #989 test case added 2011-04-27 16:01:08 +06:00
Rifat Nabi
7812223eb5 fixed! ticket #989, Set::extract replacing first index with an index of same key [0] one step lower 2011-04-27 15:21:25 +06:00
José Lorenzo Rodríguez
169c330086 Merged pull request #61 from sime/master.
Documentation for schema update missing -f param
2011-04-26 08:13:04 -07:00
Simon Males
7feaa0f5a2 schema update documentation lacked -f param usage. 2011-04-26 07:15:32 -07:00
Simon Males
f3ff494196 Fixed documentation typo: 'received'
Signed-off-by: mark_story <mark@mark-story.com>
2011-04-21 23:51:21 -04:00
mark_story
9914258807 Applying patch from 'Stefano Rosanelli' which fixes Xml::toArray() greatly improving
its ability to convert xml documents.  Fixes #1667
2011-04-21 22:38:41 -04:00