Joël Perras
|
15b8a3ec71
|
Updating copyright date on all files.
|
2010-01-13 23:47:14 -05:00 |
|
Mark Story
|
e60243c464
|
Merge branch '1.3' into scaffold-design
|
2010-01-13 22:16:47 -05:00 |
|
ADmad
|
848dc518ab
|
Adding 'id' attribute to hidden field generated for multiple select and multiple checkboxes. Fixes issue where invalid markup was generated in case to multiple checkboxes
|
2010-01-14 04:13:39 +05:30 |
|
Mark Story
|
2de9639091
|
Updating scaffolds to match new bake design.
|
2010-01-13 00:12:45 -05:00 |
|
Mark Story
|
84840c7b04
|
Fixing issues with magic input() type detection and adding/updating tests.
|
2010-01-12 23:27:17 -05:00 |
|
Mark Story
|
d8e7aa929c
|
Merge branch '1.3-misc' into 1.3
|
2010-01-12 17:18:14 -05:00 |
|
Mark Story
|
be7ce6e923
|
Fixing issues where chained jQuery engine requests wouldn't eval() script elements, making ajax pagination much harder.
|
2010-01-06 11:59:15 -05:00 |
|
Mark Story
|
49e9550482
|
Merge branch '1.3' into 1.3-misc
|
2009-12-29 22:07:23 -05:00 |
|
Mark Story
|
32683d3d64
|
Fixing issues in PrototypeEngineHelper where parameters would end up wrapped in a function() {} when marked as a dataExpression. This prevented the sending of form data.
Tests added.
Fixes #142
|
2009-12-29 21:52:59 -05:00 |
|
Mark Story
|
3ad4dd63bf
|
Removing unused variables from CacheHelper::cache()
Removing non-existant variable output from generated cache files.
|
2009-12-28 22:15:07 -05:00 |
|
Mark Story
|
2db479dc90
|
Making CacheHelper create $this->Html style helper references.
|
2009-12-28 21:58:56 -05:00 |
|
Mark Story
|
6749e1166b
|
Making cacheAction array settings use action names instead of url paths. This removes the ability to set different durations for specific passed arguments. However, makes passed args, named params, and querystring params all behave the same in regard to cacheAction. Test cases updated.
|
2009-12-28 21:26:51 -05:00 |
|
Mark Story
|
45a3eb250f
|
Starting refactoring of cachehelper to use Router::reverse to generate check/match strings. Removing dead code as well.
|
2009-12-28 13:38:36 -05:00 |
|
Mark Story
|
7a620b62b0
|
Merge branch '1.3-misc' into mergers
Conflicts:
cake/libs/model/datasources/dbo_source.php
cake/libs/view/helpers/js.php
|
2009-12-27 12:45:12 -05:00 |
|
Mark Story
|
20c02e39d6
|
Adding doc block for options on NumberHelper::currency()
|
2009-12-22 19:17:23 -05:00 |
|
Mark Story
|
0b558c6eb0
|
Adding code to make tests from previous commit pass.
|
2009-12-22 19:12:11 -05:00 |
|
Mark Story
|
1a387e6b8a
|
Fixing url parameters set with options() or beforeRender not being merged on next() / prev().
Tests added. Fixes #129
This reverses the change made in efa36abdf0 which broke this behavior.
|
2009-12-22 19:05:06 -05:00 |
|
Mark Story
|
c00cebb0c3
|
Removing doc for param that no longer exists.
|
2009-12-21 09:54:35 -05:00 |
|
ceeram
|
6d8fa76bed
|
edit of docblock
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-12-21 09:52:33 -05:00 |
|
Mark Story
|
5274dce9f1
|
Making set vars with Js->set go to the top of the buffered scripts array. Tests added.
Updating doc blocks for JsHelper and JsBaseEngineHelper.
Fixes #131
|
2009-12-21 09:41:36 -05:00 |
|
Mark Story
|
42fa6ff04a
|
Fixing JsHelper::writeBuffer when inline is set to false. Scripts are now enclosed in a script tag. Fixes #130
|
2009-12-21 09:29:28 -05:00 |
|
ADmad
|
f36e5eff5f
|
Merge branch '1.3-misc' of github.com:cakephp/cakephp1x into 1.3-misc
|
2009-12-20 13:22:43 +05:30 |
|
ADmad
|
cea102c357
|
Updating doc block to reflect that url can be string or array and removing 'escapeTitle' param. Use key 'escape' in options instead
|
2009-12-20 00:46:47 +05:30 |
|
Mark Story
|
071c6f0e8b
|
Merge branch 'sql-dump' into 1.3-misc
|
2009-12-19 13:32:01 -05:00 |
|
Mark Story
|
42e13edd85
|
Adding file header to sql dump element.
|
2009-12-19 13:24:00 -05:00 |
|
Mark Story
|
6efe61d9b2
|
Removing controller dump and debug = 3 support from View. Controller dumps often cause memory overflow errors, and are generally not useful.
|
2009-12-19 12:30:31 -05:00 |
|
Mark Story
|
a89fcba243
|
Updating DboSource::getLog() and showLog() to use a View element.
Updating tests to reflect changes in getLog()
|
2009-12-19 12:09:01 -05:00 |
|
Mark Story
|
cbb29dcc5d
|
Extracting sql dump generation into a view element.
Changing the behavior of DboSource::getLog().
Adding sql dump element to layout.
|
2009-12-19 12:09:01 -05:00 |
|
Mark Story
|
3eaff3e021
|
Correcting FormHelper::minute() to fix issues with extracting values from array formatted data. Fixes #107
|
2009-12-19 11:55:35 -05:00 |
|
Mark Story
|
e8f0ea951a
|
Updating tests and doc blocks for JsHelper::writeBuffer() to return null if no scripts have been buffered. Fixes #108
|
2009-12-16 23:48:29 -05:00 |
|
kleingeist
|
2d9b13fe88
|
Prevent JsHelper::writeBuffer() to return empty lines (or empty onDomReady events)
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-12-16 23:36:40 -05:00 |
|
Mark Story
|
8960a01649
|
Merge branch '1.3-misc' of git@github.com:cakephp/cakephp1x into 1.3-misc
|
2009-12-16 23:08:00 -05:00 |
|
Mark Story
|
09966a7f63
|
Adding support for .ttf, .otf, .eot to MediaView. These are common font assets used with @font-face techniques.
|
2009-12-16 12:48:34 -05:00 |
|
ceeram
|
64045e1e18
|
Apply new Helper syntax to remaining files
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-12-14 18:52:13 -05:00 |
|
Mark Story
|
4f985e465b
|
Applying patch from 'kleingeist'. JsHelper::set() now generates a variable that is assigned to window.$var instead of creating a local variable by default.
Tests updated.
Fixes #96
|
2009-12-13 23:53:20 -05:00 |
|
Joël Perras
|
7b1ccfff57
|
Changing error handler to send a HTTP/1.1 500 error when missingTable, missingDatabase or missingConnection is encountered. Increased test coverage of libs/error.php to 100%. Fixes #70.
|
2009-12-13 23:53:19 -05:00 |
|
Mark Story
|
f26d5efd0c
|
Applying patch from 'kleingeist'. JsHelper::set() now generates a variable that is assigned to window.$var instead of creating a local variable by default.
Tests updated.
Fixes #96
|
2009-12-10 23:37:55 -05:00 |
|
Mark Story
|
6b657d9a9d
|
Fixing failing tests due to incorrect merging.
|
2009-12-08 23:07:43 -05:00 |
|
Mark Story
|
de7658e78b
|
Modifying FormHelper::create() and FormHelper::secure() to use hidden divs instead of hidden fieldsets. This improves the semantics of FormHelper and allows generated html to more easily pass HTML4.0 validation.
Test cases updated.
|
2009-12-08 22:58:08 -05:00 |
|
Mark Story
|
efa36abdf0
|
Fixing double merging of url options in paginator helper. This was causing duplicate passed url parameters in next()/prev().
Test cases added.
Fixes #391
|
2009-12-08 10:01:33 -05:00 |
|
predominant
|
13ffd76178
|
Removing "Long description for file" from /cake/libs tree.
|
2009-12-08 20:19:02 +11:00 |
|
mark_story
|
24b636cc71
|
Merge branch 'mergers' into 1.2-merger
Conflicts:
cake/libs/view/helpers/text.php
cake/tests/cases/libs/view/helpers/text.test.php
|
2009-12-06 22:03:17 -05:00 |
|
mark_story
|
7259a1b920
|
Merge branch '1.2' into 1.2-merger
Conflicts:
cake/libs/model/datasources/dbo/dbo_mysql.php
cake/libs/model/datasources/dbo/dbo_mysqli.php
cake/libs/view/helpers/text.php
cake/libs/view/theme.php
|
2009-12-06 21:43:53 -05:00 |
|
mark_story
|
bbb61b28f7
|
Merge branch '1.3-misc' into mergers
|
2009-12-06 21:11:26 -05:00 |
|
mark_story
|
4cefb5fbd0
|
Applying patch from kleingeist to fix Js->value incorrectly calling Helper::value()
|
2009-12-06 20:45:12 -05:00 |
|
mark_story
|
3b74c93582
|
Changing how helpers are extracted, fixes issues with view variables not overwriting local helper variables. Fixes #381
|
2009-12-03 09:55:49 -05:00 |
|
mark_story
|
547ed839d9
|
Correcting constructor of MediaView to fix issues with viewVars not being set.
Correcting use of MediaView in Dispatcher. Fixes #366
|
2009-12-01 09:50:27 -05:00 |
|
mark_story
|
cd46f4db2e
|
Fixing function signature of ThemeView constructor. Fixes issues where ThemeView would always be registered causing issues with EmailComponent and themed views. Fixes #370
|
2009-11-30 09:19:25 -05:00 |
|
phpnut
|
7b78e475ca
|
Merge branch '1.3' of code.cakephp.org:cakephp into 1.3
|
2009-11-27 00:55:45 -06:00 |
|
phpnut
|
43fdde2dad
|
Removing unneeded code in Dispatcher::cached();
Fixing path search for themes
|
2009-11-27 00:49:20 -06:00 |
|