mark_story
|
72e1c73134
|
Adding effects and effects tests to JqueryEngine
|
2009-03-14 01:57:24 -04:00 |
|
mark_story
|
94c4e18112
|
Adding error feedback to base class methods
|
2009-03-14 00:10:43 -04:00 |
|
mark_story
|
20530f5ffb
|
Adding test case for jquery engine
Adding some methods for jquery engine
Updating methods in base class
|
2009-03-13 20:50:31 -04:00 |
|
mark_story
|
518e567458
|
Fixing handling of true, false, null in object encoding.
|
2009-03-13 19:37:57 -04:00 |
|
mark_story
|
2f40804d21
|
Removing Html tags from JsHelper
|
2009-03-12 23:49:26 -04:00 |
|
mark_story
|
a1a54a152b
|
Adding methods to baseEngine
Removing file inclusion from JsHelper
Adding writeCache to JsHelper
Adding tests.
|
2009-03-12 23:48:19 -04:00 |
|
mark_story
|
91e47a6379
|
Adding scriptBlock() to HtmlHelper.
Adding tests.
|
2009-03-12 22:59:55 -04:00 |
|
mark_story
|
7ea7bd90c2
|
Moving script() method into HtmlHelper.
Moving tests.
|
2009-03-12 19:51:30 -04:00 |
|
mark_story
|
8025743830
|
Fixing doc blocks in HtmlHelper
|
2009-03-12 19:34:04 -04:00 |
|
mark_story
|
cf0582773b
|
Adding jqueryEngineHelper stub.
|
2009-03-09 09:25:39 -04:00 |
|
mark_story
|
100fdc1876
|
Adding tests for $once parameter
|
2009-03-08 22:33:34 -04:00 |
|
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 |
|
nate
|
c636b2868d
|
Removing raw .sql files from app/config, renaming sql/ => schema/
|
2009-02-06 11:37:28 -05: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
|
5a7dc398dd
|
Setting default permissions on tmp directory
|
2009-01-20 14:07:16 -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 |
|