mark_story
|
efbef5f8c6
|
Adding Access tags, adding _parseOptions
|
2009-03-08 01:28:07 -05:00 |
|
mark_story
|
6213b83f8d
|
Removing methods that are being/moved removed.
Reformatting tests.
|
2009-03-08 01:01:08 -05:00 |
|
mark_story
|
3e0d645957
|
Moving JS generating methods to BaseEngine class
Adding duplicate script detection.
|
2009-03-07 22:06:00 -05:00 |
|
mark_story
|
2362f283f2
|
Refactoring out string escaping and object conversion into base class.
|
2009-03-07 20:16:11 -05:00 |
|
mark_story
|
93a2e8fcad
|
Adding tests for timestamping
|
2009-03-07 19:34:05 -05:00 |
|
mark_story
|
0c77cc98b5
|
Adding min/pack detection and auto use.
|
2009-03-07 13:10:50 -05:00 |
|
mark_story
|
9022784628
|
Merge branch '1.3.x.x' into 1.3-jshelper
|
2009-03-07 11:10:11 -05:00 |
|
mark_story
|
86c7d62fc2
|
Updating JsHelper
|
2009-03-07 11:08:49 -05:00 |
|
mark_story
|
ea177fb7d8
|
Adding tests for features to be implemented
|
2009-03-07 02:26:19 -05:00 |
|
mark_story
|
1c2cd94786
|
Adding test cases for alert, confirm, prompt
|
2009-03-06 19:56:28 -05:00 |
|
mark_story
|
c92cfa7238
|
Starting Test Case for JsHelper
|
2009-03-06 19:51:13 -05:00 |
|
mark_story
|
133cb91fef
|
Updating test suite header file.
|
2009-03-04 23:07:40 -05:00 |
|
gwoo
|
f0d03a91cf
|
Merge branch 'master' into 1.3.x.x
|
2009-02-09 12:01:06 -08:00 |
|
nate
|
519db5e281
|
Changing FormHelper::label() to allow param to be a string (class name)
|
2009-02-09 11:39:37 -05:00 |
|
mark_story
|
d3ee6b31f1
|
Added conditional check for compatibility with MySQL 4.x result sets to DboMySqlBase::index(). Tests added. Thanks to 'teknoid' for the help. Closes #4503
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8020 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-08 23:09:08 +00:00 |
|
mariano.iglesias
|
b71457f332
|
Adding test case to show how auto-computed fields should be removed from data if using to clone records, closes #6066
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8019 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-07 14:56:37 +00:00 |
|
nate
|
c2f111a45a
|
Standardizing format string in PaginatorHelper::counter(), %page% becomes {:page}, old keys still work, but will be deprecated
|
2009-02-07 08:41:15 -05:00 |
|
gwoo
|
f7dd0800d1
|
fixes #6062, AuthComponent and Controller::scaffold
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8018 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-06 23:23:12 +00:00 |
|
nate
|
23174203e3
|
Optimizing helper loading loop in View::_render()
|
2009-02-06 18:13:17 -05:00 |
|
nate
|
c200fcb062
|
Updating and refactoring help text for Cake console, adding support for reverse-route lookups
|
2009-02-06 18:12:18 -05:00 |
|
gwoo
|
bf1e080aeb
|
updating cache documentation and tests refs #5347
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8017 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-06 22:56:06 +00:00 |
|
mark_story
|
9d24c1746f
|
Adding test case to validation for sbcglobal.net addresses closes #6065
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8016 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-06 14:18:53 +00:00 |
|
mark_story
|
4b00c29eef
|
Updating doc blocks to improve readability in API.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8015 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-04 05:00:59 +00:00 |
|
mark_story
|
e7c71b4125
|
Updating doc blocks in helpers. Helps generate cleaner API.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8014 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-03 18:48:28 +00:00 |
|
mark_story
|
ddc047751c
|
Adding submitted test cases from harking Closes #6047
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8013 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-02 02:58:15 +00:00 |
|
nate
|
bb6606a5ba
|
Removing Flay test case
|
2009-01-26 23:17:58 -05:00 |
|
mark_story
|
2da0c208d5
|
Fixing Helper::value() when only a fieldname is used. Refactoring Helper::value() to reduce method calls. Added tests to Helper. Fixes #6033
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8012 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-26 19:45:55 +00:00 |
|
the_undefined
|
27065d7aab
|
Fixed bug in AuthComponent that allowed uppercase actions to pass checks
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8011 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-26 18:50:09 +00:00 |
|
mark_story
|
1895f1c3be
|
Fixing saveAll() when used in conjunction with belongsTo data and validate => first. Tests added.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8010 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-25 23:48:28 +00:00 |
|
mark_story
|
af49aec444
|
Adding session->delete() to remove bleed through in tests.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8009 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-21 22:52:44 +00:00 |
|
mark_story
|
65a047542e
|
Adding test case to disprove regression in Auth component. Closes #5961
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8008 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-21 22:34:46 +00:00 |
|
renan.saddam
|
dcf1c1e154
|
Added tests to disprove TreeBehavior can generate warning. Closes #5975.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8007 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-21 01:17:51 +00:00 |
|
renan.saddam
|
b5d7f182a0
|
Disproving FormHelper::textarea always escapes value. Closes #6016.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8006 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-21 01:15:29 +00:00 |
|
nate
|
03ddde69fd
|
Removing Flay library
|
2009-01-20 17:58:12 -05:00 |
|
nate
|
c7d133fc0f
|
Removing variable name inflection from Controller::set()
|
2009-01-20 14:36:39 -05:00 |
|
nate
|
b6fed414e8
|
Updating version number in core config
|
2009-01-20 14:06:00 -05:00 |
|
gwoo
|
9f83e96fb9
|
merging fixes to trunk
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8004 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-16 20:15:21 +00:00 |
|
nate
|
d75b063dca
|
Correcting quoted-alias replacement in DboSource, adding (and mocking) MS SQL test, fixes #5942
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8003 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-16 19:08:44 +00:00 |
|
nate
|
76fba20721
|
Adding sanity checking to setup() callback for behaviors.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8002 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-16 17:49:41 +00:00 |
|
mark_story
|
1111829e99
|
Fixing issue in __saveMulti() where unique was not always honoured. Thanks for the patch 'Jafinto'. Tests added. Closes #6006
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8001 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-16 04:09:44 +00:00 |
|
renan.saddam
|
9aabc8c893
|
Removing non-used extract() from missingDatabase()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8000 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 02:33:50 +00:00 |
|
renan.saddam
|
157ee1efbf
|
Removing VALID_NUMBER and VALID_NOT_EMPTY from tests, applying patch from 'jperras'. Fixes #5901
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7999 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 01:55:31 +00:00 |
|
renan.saddam
|
de5cb3cabf
|
Adding tests to Router::url in order to test url generation with mapResources(). Closes #5951.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7998 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 01:17:09 +00:00 |
|
AD7six
|
b9ea171429
|
fixes #6003 tree behavior fails with uuids
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7997 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 00:50:01 +00:00 |
|
AD7six
|
704188e2b9
|
correcting shorthand if else statement
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7996 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 00:01:19 +00:00 |
|
AD7six
|
5af1835722
|
adding tests for #6003
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7995 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 23:40:47 +00:00 |
|
AD7six
|
56afb72825
|
changing $model for $Model to follow conventions ($Model is an object)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7994 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 23:21:53 +00:00 |
|
AD7six
|
eec4d15898
|
fixes #5971 - Error generated by behavior if invoking overloaded method from within the behavior
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7993 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 23:19:59 +00:00 |
|
TommyO
|
67b9a80bcf
|
Fix simple problem with substr where warning was being thrown
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7992 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 23:05:51 +00:00 |
|
mark_story
|
b94a85e938
|
Altering Helper::url() to enforce escaped query strings for generated urls.
Tests added to Html::link(). Fixes #5982
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7991 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 22:41:47 +00:00 |
|