gwoo
|
17379fff80
|
fixes #4495. updating cake.php and cake.test.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6890 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 15:40:35 +00:00 |
|
TommyO
|
52037d15e4
|
Allow afterSave() callbacks to modify value of a data field, as per ticket #2465\nNecessary tests included
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6889 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 15:37:55 +00:00 |
|
the_undefined
|
ab0a607189
|
Refactored Set::reverse and tweaked the expectation schema for consistency, fixes #4643
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6888 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 14:48:49 +00:00 |
|
nate
|
68234dd529
|
Adding tests for HABTM unique key, disproves #3859
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6887 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 07:08:16 +00:00 |
|
the_undefined
|
bf107d1886
|
Fixed admin routing redirect in AuthComponent
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6886 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 07:06:22 +00:00 |
|
nate
|
6614bc96ab
|
Adding tests for tinyint(1) -> boolean typecasting in DboMysql, closes #4568
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6885 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 06:42:31 +00:00 |
|
phpnut
|
ffd272901c
|
"Setting missing props"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6884 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 06:00:12 +00:00 |
|
phpnut
|
896de31580
|
Fixing svn props on files.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6883 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 05:26:40 +00:00 |
|
nate
|
9d3f601bbc
|
Adding tests for Model::updateAll() using field calculations, disproves #4052, refactoring tests to work on Postgres
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6882 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 05:17:23 +00:00 |
|
the_undefined
|
fa0325b68f
|
Added Node / Dependency Fixture
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6881 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 05:14:36 +00:00 |
|
phpnut
|
9d9d69d194
|
Fixing svn props on files.
Renamed sessionHelper.ctp
Fixed test case with proper layout name
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6880 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 05:13:44 +00:00 |
|
TommyO
|
fc6934e988
|
Added additional callbacks to behavior and tests to match.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6879 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 04:53:56 +00:00 |
|
the_undefined
|
52245a059f
|
Closes #4156
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6878 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 04:00:21 +00:00 |
|
the_undefined
|
ea9e91218e
|
Fixing bug in Model::saveField, closes #4511
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6877 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 03:16:36 +00:00 |
|
the_undefined
|
d039ad32d4
|
Allowed for matching empty elements
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6875 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 02:21:51 +00:00 |
|
the_undefined
|
673e0e6e6f
|
Fixed expectation for non-transactional databases
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6874 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 02:05:05 +00:00 |
|
mark_story
|
8e9951f32a
|
Added tests for dump() and additional tests for output();
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6873 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 01:59:56 +00:00 |
|
mark_story
|
a8728246db
|
Updated the expectations of the two failing tests. Both pass now. Fixes #4600
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6872 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-15 00:56:08 +00:00 |
|
gwoo
|
18b627636b
|
updating cake.test.php, fixes #4638. updating cake.php, fixes #4648 (with tests), updated Cache
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6870 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-14 19:43:55 +00:00 |
|
the_undefined
|
72c37d429e
|
Improved String::insert by support placeholders with after sequence during cleanup
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6869 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-14 16:31:44 +00:00 |
|
the_undefined
|
7308c3e5d4
|
Fixed bug in String::insert
Refactored and improved String::insert cleaning process
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6868 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-14 15:35:36 +00:00 |
|
TommyO
|
830f9ec3f8
|
Fixed test path to expand softlinks to match xDebug behavior.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6867 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-14 15:00:28 +00:00 |
|
mark_story
|
05b3193c54
|
Added primary keys to Acl fixtures fixes #4634 where tests were failing on InnoDB tables
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6866 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-14 12:18:21 +00:00 |
|
mark_story
|
fcfd9be4bb
|
Cleaned out unecessary code in error.test.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6865 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-14 02:28:01 +00:00 |
|
mark_story
|
6f4c58377c
|
Updated Code Coverage (100%)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6864 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-14 02:24:58 +00:00 |
|
chartjes
|
d7817abf29
|
Added test case for ticket 4495, where when running "cake bake" on windows will result in the proper app directory being written to disk. Test currently fails when comparing root dir created by bake to the ROOT constant
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6863 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-14 01:10:24 +00:00 |
|
joelmoss
|
09ebd9cbe6
|
Paginator Helper prev and next methods now use the Html::tag helper method, allowing you to pass a tag option to specify what HTML tag the disabled links should be wrapped in. Defaults to div. Fixes #3991
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6862 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 23:35:47 +00:00 |
|
gwoo
|
b6a085b90e
|
updating console/cake.test.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6860 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 23:13:31 +00:00 |
|
joelmoss
|
9a4c186ccd
|
Html::tag now accepts $attributes as a string, in which case, it will be used as the tags class name.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6859 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 23:09:37 +00:00 |
|
joelmoss
|
65454882f3
|
Created Html::tag helper which allows you to create any HTML block tag. Html::div now uses this method.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6858 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 23:04:52 +00:00 |
|
phpnut
|
7ee9c21079
|
"Completing test coverage for Multibyte class.
Removed case foldings that have no lower case code points."
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6855 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 21:31:08 +00:00 |
|
the_undefined
|
5c1878afec
|
Removed the Model cache engine for architectural reasons, closes #4415
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6853 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 21:25:19 +00:00 |
|
the_undefined
|
3db8b860d1
|
Fixed another String::tokenize bug, closes #4627
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6852 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 21:22:10 +00:00 |
|
gwoo
|
2334a27f51
|
updating acl.test with new fixtures. reverting modified acl related fixtures used for db_acl.test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6851 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 19:29:03 +00:00 |
|
DarkAngelBGE
|
4621e68803
|
bringing the numbers helper to 100% coverage
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6850 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 18:04:09 +00:00 |
|
gwoo
|
99874c60d9
|
fixes #4238, Mysqli working with the test suite.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6849 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 18:03:44 +00:00 |
|
gwoo
|
c0f042e4ab
|
fixes #4432, Model aliases. Updated cases. Removed usage of $this->model in model.test.php in favor of local variables
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6848 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 16:42:39 +00:00 |
|
DarkAngelBGE
|
ead3ff125d
|
adding header test to XmlHelper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6847 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 14:50:27 +00:00 |
|
DarkAngelBGE
|
db35048e12
|
very small refactoring for apc.test.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6845 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 14:24:40 +00:00 |
|
DarkAngelBGE
|
d04101a95a
|
refactoring Controller::referer
adding Controller::header() for testability
bring Controller up in code coverage
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6844 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 14:22:57 +00:00 |
|
DarkAngelBGE
|
87d47722ff
|
removing a session test that would not work in the all group
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6843 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 14:21:52 +00:00 |
|
DarkAngelBGE
|
2bdf2a7704
|
removing one test from xml helper that would not work in a group test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6842 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 14:20:58 +00:00 |
|
DarkAngelBGE
|
35ce49b41e
|
fizing sanitize.test.php breaking the all core tests group
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6841 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 12:26:30 +00:00 |
|
joelmoss
|
ba0a563fe7
|
Removed TestModel from Object test as it conflicted and wasnt needed anyway
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6840 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 12:23:22 +00:00 |
|
DarkAngelBGE
|
79e1fd6ed2
|
enabling php4 for xml helper tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6839 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 08:15:15 +00:00 |
|
DarkAngelBGE
|
88a2f0936e
|
fixes #4559
bringing xmlhelper to 100% code coverage
fixing small bugs in XmlHelper::__parseContent
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6838 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 07:56:33 +00:00 |
|
DarkAngelBGE
|
a5510c2ebb
|
fixes #4624
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6837 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 06:51:18 +00:00 |
|
DarkAngelBGE
|
f420d1494e
|
analyze code coverage link on same line as the other test links,
fixing wrong security expectation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6836 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 06:36:38 +00:00 |
|
DarkAngelBGE
|
4b91712791
|
bringing security component up to 84% coverage,
internationalizing trigger_error for security lib
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6835 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 06:27:43 +00:00 |
|
phpnut
|
52ec5467c6
|
"Adding new Multibyte Class
Adding additional tests
Adding some missing casefoldings
"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6833 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-05-13 04:20:24 +00:00 |
|