José Lorenzo Rodríguez Urdaneta
|
0f33560515
|
Migrating Xcache test to phpunit
|
2010-06-10 23:11:29 -04:30 |
|
José Lorenzo Rodríguez
|
fa8df12fa0
|
Converting AuthTest to phpunit. Adding setter and getter method loggedIn()
|
2010-06-10 00:03:49 -04:30 |
|
José Lorenzo Rodríguez
|
f4cf945e30
|
Migrating DboSqliteTest to phpunit
|
2010-06-09 23:33:41 -04:30 |
|
José Lorenzo Rodríguez
|
bc71e14041
|
Merge branch '2.0-phpunit' of github.com:cakephp/cakephp into 2.0-phpunit
Conflicts:
cake/tests/cases/libs/controller/components/session.test.php
|
2010-06-09 21:01:56 -04:30 |
|
mark_story
|
2c6bf51bd2
|
Converting SessionComponent over to PHPUnit.
Adding a few getter/setter methods to fix visibility issues in the test cases.
|
2010-06-09 17:15:34 -04:00 |
|
José Lorenzo Rodríguez
|
fa1ae280ca
|
Migrating SessionComponentTest to PHPUnit and adding public accessor method for varible in SessionComponent
|
2010-06-09 09:30:00 -04:30 |
|
mark_story
|
c5e4ab2366
|
Adding return to RequestHandlerComponent::accepts() as it was missing.
Updating RequestHandlerComponent tests to work with PHPUnit.
|
2010-06-09 00:02:49 -04:00 |
|
José Lorenzo Rodríguez
|
bd7ce3804e
|
Migrating CakeSchemaTest to PHPUnit
|
2010-06-07 00:05:40 -04:30 |
|
José Lorenzo Rodríguez
|
fd4db4184a
|
Migrated ConnectionManager to phpunit
|
2010-06-04 23:47:38 -04:30 |
|
José Lorenzo Rodríguez
|
c23fe5d72e
|
Migrating ModelReadTest to PHPUnit
|
2010-06-04 23:07:29 -04:30 |
|
José Lorenzo Rodríguez
|
7d6ac7585a
|
Migrating ModelValidationTest to phpunit
|
2010-06-01 00:19:11 -04:30 |
|
mark_story
|
02a04abf6b
|
Fixing return values of methods, and updating tests to run properly in Phpunit which uses exceptions instead of errors.
|
2010-05-30 22:57:28 -04:00 |
|
mark_story
|
ea2f0327f5
|
Reverting change made in [7cde309 ]. Readding trim() to fix issues on windows. Updating tests so they continue to pass on macos. Fixes #769
|
2010-05-30 22:46:46 -04:00 |
|
mark_story
|
713e6e6287
|
Fixing parse error that caused scaffold test to not run and not pass.
|
2010-05-30 22:41:52 -04:00 |
|
mark_story
|
fc79dc6232
|
Merge branch '2.0' into 2.0-phpunit
Conflicts:
cake/tests/cases/console/libs/tasks/controller.test.php
cake/tests/cases/libs/code_coverage_manager.test.php
cake/tests/cases/libs/view/helpers/js.test.php
cake/tests/lib/code_coverage_manager.php
|
2010-05-30 22:13:09 -04:00 |
|
mark_story
|
b73870c33d
|
Removing reference operators in the AclComponent.
|
2010-05-22 20:20:41 -04:00 |
|
mark_story
|
94ac914426
|
Changing Router::$__validExtensions so Router::extensions() always returns an array like the doc block says.
Updating test cases for PHPUnit.
|
2010-05-20 22:55:25 -04:00 |
|
mark_story
|
7cef278ce2
|
Fixing missing boolean return in Validation::cc()
Fixing Validation test case to pass under PHPUnit.
|
2010-05-20 22:30:47 -04:00 |
|
predominant
|
6a18b2bc1d
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/basics.php
cake/console/libs/shell.php
cake/console/libs/tasks/controller.php
cake/libs/controller/components/request_handler.php
cake/libs/model/model.php
cake/libs/model/model_behavior.php
cake/libs/overloadable.php
cake/libs/overloadable_php4.php
cake/libs/overloadable_php5.php
cake/libs/sanitize.php
cake/libs/validation.php
cake/libs/view/helpers/ajax.php
cake/libs/view/helpers/javascript.php
cake/libs/view/pages/home.ctp
cake/tests/cases/console/libs/tasks/controller.test.php
cake/tests/cases/libs/overloadable.test.php
cake/tests/cases/libs/validation.test.php
cake/tests/cases/libs/view/helpers/ajax.test.php
cake/tests/cases/libs/view/helpers/javascript.test.php
cake/tests/test_app/libs/cache/test_app_cache.php
cake/tests/test_app/plugins/test_plugin/libs/cache/test_plugin_cache.php
cake/tests/test_app/plugins/test_plugin/models/test_plugin_auth_user.php
cake/tests/test_app/plugins/test_plugin/models/test_plugin_post.php
|
2010-05-20 12:22:04 +10:00 |
|
Robert Sworder
|
385ceb434e
|
When using Digest Authentication the passwords do not need to be md5 hashed. Removed incorrect comment.
Fixes #733
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-05-18 22:19:33 -04:00 |
|
Juan Basso
|
a94b9ee95b
|
Update various links. Closes #392
|
2010-05-18 22:15:13 -03:00 |
|
mark_story
|
3a60aa07de
|
Fixing issues where setting jQueryObject did not affect request() and its connected methods.
Tests added.
Fixes #728
|
2010-05-17 18:25:50 -04:00 |
|
mark_story
|
4915645fb1
|
Applying patch from 'Daren Thomas' fixes issues where sorting on virtualFields did not work properly when using aliased sort link keys. Tests added. Fixes #680
|
2010-05-16 23:42:14 -04:00 |
|
Mark Story
|
353c600cd7
|
Removing unreachable code. Fixes #614
|
2010-05-13 23:38:26 -04:00 |
|
Mark Story
|
046c233a34
|
Adding Welsh to the supported lists of locales in l10n. Thanks to 'DanAbel' for the 'patch'. Fixes #714
|
2010-05-13 22:13:59 -04:00 |
|
José Lorenzo Rodríguez
|
8c3df122eb
|
Merge commit 'lorenzo/2.0-phpunit' into 2.0-phpunit
Conflicts:
cake/tests/lib/reporter/cake_html_reporter.php
cake/tests/lib/test_manager.php
|
2010-05-12 23:58:56 -04:30 |
|
Mark Story
|
79839c07d2
|
Fixing issues where ModelBehavior::detach() would not detach behaviors when a plugin.name was provided. This change makes detach() work like attach(). Tests added. Fixes #711
|
2010-05-11 23:08:14 -04:00 |
|
Mark Story
|
6add43a4bc
|
Fixing issue where id = null could cause SQL errors when saving more than one record with a null id. Fixes #675
|
2010-05-11 22:40:56 -04:00 |
|
ADmad
|
3539660cd0
|
Space is now properly added inbetween when 'asc'/'desc' class is appended to user defined css class in PaginatorHelper::sort. Fixes #710
|
2010-05-12 00:42:02 +05:30 |
|
Mark Story
|
6e355312bb
|
Fixing issue where Config.timeout wouldn't correctly countdown when many quick requests were sent.
|
2010-05-11 00:39:10 -04:00 |
|
Richard Sbresny
|
b04a3f8514
|
Switched over to using the previously unused Security::inactiveMins() method for getting timeout modifiers
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:14:20 -04:00 |
|
Richard Sbresny
|
5cf08cbe92
|
Updated default values to reflect the static values previously set
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:12:15 -04:00 |
|
Richard Sbresny
|
c62ae5e48a
|
Included timeout multiplier factor to be used not just inside a session start
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:11:44 -04:00 |
|
Richard Sbresny
|
a4950f6940
|
Updated session timeout calculations to use the security level from core.php as the multiplier.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-11 00:11:20 -04:00 |
|
Robert Sworder
|
ec10a01504
|
Changing home.ctp to remove references to 1.2. Fixes #705
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-05-10 23:48:12 -04:00 |
|
predominant
|
8f880731c6
|
Removing closing PHP tags.
|
2010-05-11 08:27:28 +10:00 |
|
predominant
|
1ec220dac2
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
|
José Lorenzo Rodríguez
|
765de657e6
|
Fixing PaginatorHelperTest to be compatible with PHPUnit
|
2010-05-09 18:49:04 -04:30 |
|
Mark Story
|
1a7dce3af6
|
Updating DboMysql to fix an issue where virtualFields that were simple
aliases to fields on other tables would end up in the wrong place.
Tests added. Fixes #655
|
2010-05-07 23:26:13 -04:00 |
|
Mark Story
|
0930b5c63c
|
Adding more documentation for JsHelper::submit(). Closes #681
|
2010-05-07 21:26:44 -04:00 |
|
Mark Story
|
1c3415759a
|
Fixing 'Only variables should be assigned by reference' errors in php4 in form helper. Fixes #643
|
2010-05-06 22:11:31 -04:00 |
|
Mark Story
|
1c1c511853
|
Changing how email validation methods are applied, to fix issues where getmxrr() exists but the domain being validated does not have MX records correctly configured. Fixes #634
|
2010-05-06 21:43:58 -04:00 |
|
predominant
|
719836c41d
|
Updated doc block for added HTTP Status.
|
2010-05-05 10:09:47 +10:00 |
|
Mark Story
|
ce10c85367
|
Making Sanitize::stripScripts() to remove multi-line script and style blocks. Fixes #657
|
2010-05-03 22:33:20 -04:00 |
|
Mark Story
|
95dbae8acf
|
Making RequestHandler component carry along a passed status code. This fixes issues where RequestHandler hijacks an redirect(). Fixes #658
|
2010-05-03 22:07:13 -04:00 |
|
predominant
|
87db966383
|
Remove PHP5 conditional statements.
|
2010-05-03 13:36:32 +10:00 |
|
predominant
|
c1eaa4b24c
|
Fixed access and removed @access tags.
|
2010-05-03 13:28:09 +10:00 |
|
Mark Story
|
c48f6d6536
|
Fixing safe parameter from leaking into request() calls in JsHelper::submit() and JsHelper::link(). Fixes #656
|
2010-05-02 21:17:10 -04:00 |
|
Mark Story
|
adf604a966
|
Merge branch '1.3' into 2.0
Conflicts:
cake/console/templates/default/actions/controller_actions.ctp
cake/console/templates/default/views/form.ctp
cake/console/templates/default/views/index.ctp
cake/console/templates/default/views/view.ctp
cake/libs/controller/controller.php
cake/libs/controller/scaffold.php
cake/libs/view/pages/home.ctp
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/model/cake_schema.test.php
|
2010-05-02 17:53:42 -04:00 |
|
ADmad
|
f386dca6d8
|
Controller::loadModel() now returns true when model is succesfully instantiated as stated in docblock. Added test case.
|
2010-05-02 05:34:38 +05:30 |
|