Commit graph

11020 commits

Author SHA1 Message Date
mark_story
cbc7e82bd2 Fixing issue where Aro nodes would be incorrectly formatted for use
with the AclComponent.  Fixes #1749
2011-06-02 21:53:56 -04:00
hiromi2424
1e9af715cc removed invalid access modifier from javascript in HtmlCoverageReport 2011-06-03 10:52:43 +09:00
mark_story
2650bd4639 Adding missing import that causes a fatal error when a deep
value is written to Configure early on.
Fixes #1753
2011-06-02 21:05:10 -04:00
José Lorenzo Rodríguez
b70ecbc545 Merge pull request #111 from hiromi2424/2.0_test_plugin_coverage_failed
2.0 test plugin coverage failed
2011-06-02 17:19:15 -07:00
hiromi2424
dcbf36c10a fixed underscored plugin name for coverage, now it must be camel-cased. 2011-06-03 07:47:38 +09:00
ADmad
00f29f312a Updating docblock for Sanitize::stripScripts() 2011-06-03 00:49:57 +05:30
José Lorenzo Rodríguez
b6659c83e7 Merge pull request #110 from mamchenkov/2.0
Fixing notices in Postgres datasource
2011-06-01 17:38:48 -07:00
Leonid Mamchenkov
8271970639 Fix for PHP notice (Fixes #1424) 2011-06-02 01:12:25 +03:00
Graham Weldon
b22fdeae77 Add doc block for CakeSchema::_noPrefixTable 2011-06-01 11:29:27 +08:00
Juan Basso
cb88b952f4 Supporting template/layout in plugins for CakeEmail. Fixes #1743. 2011-05-31 22:57:08 -04:00
mark_story
282196a7cd Fixing doc block for CakeRequest::$data. Refs #1746 2011-05-31 21:48:41 -04:00
José Lorenzo Rodríguez
e7ec9e42b5 Merge pull request #107 from neilcrookes/2.0
Removing call to non-existent method
2011-05-31 17:54:27 -07:00
Neil Crookes
ea82261ad8 Removing call to RssHelper::header() as method does not exit 2011-05-31 22:50:47 +01:00
Graham Weldon
169b0a5c3f Consolidate table prefix removal. 2011-06-01 00:38:09 +08: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
Graham Weldon
52b90872df Fixed schema reading where table name contains the datasource prefix. 2011-05-31 18:29:26 +08:00
Juan Basso
6f821e0d4d Changes relatives to templates from last commit. 2011-05-30 23:11:09 -04:00
Juan Basso
21348169fa Camelized templates folder. 2011-05-30 23:02:39 -04:00
Juan Basso
6aca8dc11a Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
Juan Basso
192812ee7f Updating the copyright to 2011. 2011-05-30 22:32:43 -04:00
mark_story
69c43a5762 Fixing issue where SecurityComponent::csrfUseOnce = false
caused forms that weren't the first to fail.
Fixes #1745
2011-05-30 21:49:18 -04:00
Juan Basso
aacb921695 Pattern to use skipIf in tests. 2011-05-30 20:51:36 -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
Renan Gonçalves
ed96936ea7 According to CakePHP conding styles, methods prefixed by _ are protected. Changing where it makes sense and don't break anything. 2011-05-30 22:26:42 +02:00
Renan Gonçalves
438050dcaa Adding 'public' visibility to all public methods. 2011-05-30 22:02:32 +02:00
Renan Gonçalves
9f9b36830a Fixing the bake_test_app path, so any remaining file will be removed at the end of the test. 2011-05-30 21:14:21 +02:00
Renan Gonçalves
d0af5c78d5 Fixing the path used to create fixtures. 2011-05-30 21:04:38 +02:00
Renan Gonçalves
f55fa4d026 Removing the specific getPath() method, it was giving the same result as the parent one. 2011-05-30 20:52:58 +02: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
Renan Gonçalves
88db6f328b Fixing tests to reflect last changes made on TestTask. 2011-05-29 19:42:13 +02:00
Renan Gonçalves
7f198436c6 Merge branch '2.0' of github.com:cakephp/cakephp into 2.0 2011-05-29 16:52:37 +02:00
ADmad
26dc6c8048 Merge pull request #105 from tPl0ch/2.0-bake-controller
Unloading TestPlugin in ShellTest
2011-05-29 07:49:58 -07:00
Thomas Ploch
3c996bb96a Addition to commit a80d82e4a0. Adding unloading of TestPlugin in ShellTest. 2011-05-29 16:43:07 +02:00
Renan Gonçalves
2878614ca4 Merge branch '2.0' of github.com:cakephp/cakephp into 2.0 2011-05-29 14:01:51 +02:00
ADmad
c5a2efc5dd Merge pull request #103 from tPl0ch/2.0-bake-controller
2.0 Shell - Wrong underscore naming of Shells and Tasks
2011-05-29 04:56:40 -07:00
Thomas Ploch
a80d82e4a0 Fixed Shell naming from using Inflector::underscore() to Inflector::camelize(). Added small test case for Shell naming. Fixed missing CakePlugin::load() call in ShellTest. 2011-05-29 12:32:30 +02:00
Renan Gonçalves
c9a6905dc9 Merge branch '2.0' of github.com:cakephp/cakephp into 2.0 2011-05-29 00:02:53 +02:00
ADmad
4c042ae133 Adding proper visibility keywords for class functions 2011-05-29 03:31:34 +05:30
Renan Gonçalves
df7066854f Merge branch '2.0' of github.com:cakephp/cakephp into 2.0 2011-05-28 23:24:22 +02:00
ADmad
e5f2f6a236 Fixing test cases 2011-05-29 02:50:09 +05:30
ADmad
b6588066c8 Fixing test cases 2011-05-29 02:38:22 +05: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
Mark Story
80b70c100e Merge pull request #100 from kamui545/2.0
Fixed 'require' error in ACLBehavior in CakePHP2.0
2011-05-28 08:49:09 -07: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