mark_story
|
a23207791a
|
Modifying View to accept HelperCollection. Removing methods that are no longer needed.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
c15d228515
|
Initial integration of HelperCollection into View.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
16d5b2655c
|
Adding a way to load helpers in a disabled state. Updating tests and subclasses.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
aa61a251dc
|
Deprecating BehaviorCollection::attach() and BehaviorCollection::detach(). load() and unload() are more generic and make sense in other contexts.
Adding base trigger implementation.
Adding tests for helper triggering.
|
2010-08-10 23:18:37 -04:00 |
|
mark_story
|
9fd881cb00
|
Moving methods down and adding some tests.
|
2010-08-10 23:18:36 -04:00 |
|
mark_story
|
6db3dbc680
|
Starting to create HelperCollection which will be responsible for loading and constructing helpers.
Making an abstract class that will be the base of all object collections.
Adding test cases.
|
2010-08-10 23:18:36 -04:00 |
|
mark_story
|
1371cefc3d
|
Applying patch from 'thatcode' to fix an issue where FormHelper::datetime() would not use 'default' or 'value' keys like other inputs would. This corrects an unintentional inconsistency in the methods. Test cases added. Fixes #988
|
2010-08-09 23:49:18 -04:00 |
|
mark_story
|
d6e3c318cd
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-08-04 23:59:17 -04:00 |
|
mark_story
|
22673a5348
|
Adding a test case for CacheHelper correctly generating filenames when $this->here includes all the named and passed args. Refs #977
|
2010-08-04 23:08:43 -04:00 |
|
Juan Basso
|
72bb229a9c
|
Added tests to ticket #959
|
2010-08-04 22:10:44 -03:00 |
|
ADmad
|
6527e9269a
|
Fixing detection and automatic appending of extension '.js' to urls in call to HtmlHelper::script(). Closes #965
|
2010-07-29 02:11:00 +05:30 |
|
José Lorenzo Rodríguez Urdaneta
|
4c71dd845e
|
Merge remote branch 'origin/2.0' into 2.0-request
Conflicts:
cake/libs/controller/components/auth.php
cake/tests/cases/libs/controller/components/auth.test.php
|
2010-07-27 22:02:08 -04:30 |
|
predominant
|
3430930fde
|
Remove Session helepr disabling tests.
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
86a7263ab5
|
Fix cookielifetime variable declaration for CakeSession.
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
b054e122f1
|
Comment out testValid() for SessionHelper
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
6f2cee65b6
|
Fix removed valid() test.
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
04b67e59fc
|
Fix tests to remove checking of session ID directly on Session Helper.
|
2010-07-27 22:25:37 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
4759b7adac
|
Merge branch '2.0-phpunit' into 2.0
|
2010-07-13 22:29:43 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
2a3e64b80c
|
Removing skip as the supported php version does have the memory_get_usage function available
|
2010-07-13 22:09:31 -04:30 |
|
Thomas Ploch
|
fb9faf10f7
|
Added missing option arrays to abstract function definitions in JsBaseEngineHelper. Fixed test cases accordingly. Fixes #704 .
|
2010-07-13 20:04:11 -04:00 |
|
mark_story
|
03288e54d5
|
Updating imports on ThemeView test so it runs in CLI.
|
2010-07-11 20:06:18 -04:00 |
|
mark_story
|
8b847cffef
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/view/helper.php
cake/tests/cases/libs/controller/components/request_handler.test.php
|
2010-06-30 22:54:28 -04:00 |
|
mark_story
|
2020675078
|
Merge branch '1.3' into 2.0
Conflicts:
cake/dispatcher.php
cake/tests/cases/libs/controller/components/request_handler.test.php
|
2010-06-30 22:47:27 -04:00 |
|
mark_story
|
dc72529648
|
Implementing assettimestamps for themes and plugins. Tests added. Fixes #804, #879
|
2010-06-30 20:47:54 -04:00 |
|
mark_story
|
dae14ac72b
|
Removing debug.
|
2010-06-28 23:44:36 -04:00 |
|
mark_story
|
7c0cda7ce5
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/router.php
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/controller/components/auth.test.php
cake/tests/cases/libs/controller/components/request_handler.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/router.test.php
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/cases/libs/view/helpers/js.test.php
|
2010-06-28 23:41:48 -04:00 |
|
mark_story
|
1c47702cb9
|
Updating formatting to match coding standards.
|
2010-06-28 22:53:33 -04:00 |
|
Leszek Stachowski
|
68a9c9c5ab
|
Added HtmlHelper::getCrumbList() to generate semantically correct
(x)html breadcrumb navigation path and a test to it. Fixes #856
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-06-28 22:36:28 -04:00 |
|
mark_story
|
cd8dff362d
|
Merge branch '2.0-phpunit' into 2.0
Conflicts:
cake/libs/controller/components/email.php
cake/tests/cases/libs/cake_test_fixture.test.php
cake/tests/cases/libs/controller/components/email.test.php
|
2010-06-28 22:31:35 -04:00 |
|
mark_story
|
94965f0f6c
|
Adding an additional test for View::entity().
Fixing issue where nulls would be shifted onto the entity array causing incorrect name attributes. Fixes #867
|
2010-06-28 21:38:17 -04:00 |
|
mark_story
|
f11f9ebc68
|
Adding test case for #867.
|
2010-06-28 21:32:49 -04:00 |
|
mark_story
|
ecf7811b7a
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/dispatcher.php
cake/libs/controller/components/request_handler.php
cake/libs/view/helpers/form.php
cake/tests/cases/libs/controller/components/request_handler.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/view/helpers/js.test.php
cake/tests/cases/libs/view/helpers/paginator.test.php
|
2010-06-27 23:21:11 -04:00 |
|
mark_story
|
929bb5769e
|
Merge branch '1.3' into 2.0
Conflicts:
app/webroot/index.php
cake/console/templates/skel/webroot/index.php
cake/libs/cake_session.php
cake/libs/controller/components/email.php
cake/libs/controller/scaffold.php
cake/libs/model/datasources/dbo/dbo_oracle.php
cake/libs/model/model_behavior.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/controller/components/acl.test.php
cake/tests/cases/libs/file.test.php
|
2010-06-26 12:29:20 -04:00 |
|
mark_story
|
e2e26696f8
|
Moving 'group' files to top of the list.
|
2010-06-24 23:58:57 -04:00 |
|
mark_story
|
d7a44e4e78
|
Updating @since tag and renaming AllCacheEngines test suite.
|
2010-06-21 21:48:23 -04:00 |
|
mark_story
|
5945edd983
|
Removing strtolower call that was breaking autolinks for URL shorteners. Tests added. Fixes #838
|
2010-06-21 21:17:37 -04:00 |
|
mark_story
|
e14d8e5280
|
Updating test cases to work with JsBaseEngineHelper being abstract.
|
2010-06-20 22:31:24 -04:00 |
|
mark_story
|
268b269eaa
|
Updating file headers on test cases. Changing license on test cases to match the rest of the framework as the tests no longer interact with GPL code.
|
2010-06-13 10:14:28 -04:00 |
|
mark_story
|
7c694bf560
|
Fixing comment.
|
2010-06-13 10:09:48 -04:00 |
|
mark_story
|
d59544b64f
|
Renaming test case classes to better match the filenames.
|
2010-06-13 10:01:37 -04:00 |
|
mark_story
|
7467a8d273
|
Moving converted group tests into cases tree. Eventually groups directory will disappear.
|
2010-06-13 00:01:47 -04:00 |
|
mark_story
|
50144d6b5b
|
Making FormHelper clear fields on create() as well as end() this ensures that GET forms don't leak fields. Fixes #571
|
2010-06-12 22:50:09 -04:00 |
|
mark_story
|
f0d755bd8e
|
Adding additional tests for Helper::_parseAttributes() and fixing issue where '1' would not be interpreted as a truthy value for compact attributes. Fixes #806
|
2010-06-10 19:11:26 -04:00 |
|
mark_story
|
9ee4a12a9d
|
Adding additional tests for FormHelper::input() and checkbox generation and checked attribute being set for truthy values. Close #806
|
2010-06-10 12:48:55 -04:00 |
|
José Lorenzo Rodríguez
|
7aa01c4c77
|
Migrating SessionHelperTest to phpunit
|
2010-06-04 23:42:21 -04:30 |
|
mark_story
|
e41e89cd2a
|
Making magic select not override magic hidden. Tests added.
Fixes #782
|
2010-06-04 00:20:14 -04:00 |
|
José Lorenzo Rodríguez
|
ae4f3b24d8
|
Moving logic from methods that will be probably deprecated
|
2010-05-31 22:24:53 -04:30 |
|
José Lorenzo Rodríguez
|
33b2f0489a
|
Migrating ThemeViewTest to phpunit
|
2010-05-31 22:23:22 -04:30 |
|
José Lorenzo Rodríguez
|
0743cee22f
|
Migrating ViewTest to phpunit
|
2010-05-31 22:15:03 -04:30 |
|
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 |
|