nate
|
b2d13fce40
|
Moving error flags to core bootstrap to avoid extra changes in user files, fixing error in previous commit.
|
2009-09-07 15:12:39 -04:00 |
|
mark_story
|
12e0652943
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-09-07 14:47:53 -04:00 |
|
mark_story
|
6821e7cec9
|
Fixing failing test because of unfilled SVN tag expansions.
|
2009-09-07 14:45:24 -04:00 |
|
mark_story
|
9445bd1604
|
Updating test case for new values in error reporting.
|
2009-09-07 14:41:57 -04:00 |
|
mark_story
|
5bfda28d39
|
Adding E_DEPRECATED to console environment.
|
2009-09-07 14:28:03 -04:00 |
|
nate
|
a5c00de3bd
|
Applying PHP 5.3 compatibility patch from. Please update your config/core.php, webroot/index.php and webroot/test.php accordingly.
|
2009-09-07 14:25:22 -04:00 |
|
jperras
|
daadac03cc
|
Merge branch 'bug-22-schema-shell' into 1.2
|
2009-09-07 12:34:12 -04:00 |
|
jperras
|
24351b5a21
|
Backporting bugfix for #22 from 1.3-console to 1.2. Adds schema shell test cases, fixes for schema object references, i18n of schema schell output strings.
|
2009-09-07 12:24:38 -04:00 |
|
jperras
|
0c28d2cc86
|
Merge branch '1.2' of code.cakephp.org:cakephp into 1.2
|
2009-09-07 11:21:15 -04:00 |
|
jperras
|
4dc656fd91
|
Updating EmailComponent smtp HELO handling to account for non-existence of HTTP_HOST environment variable when PHP SAPI is CLI. Fixes #41.
|
2009-09-07 11:18:11 -04:00 |
|
mark_story
|
b75779ec06
|
Updating documentation for __xxx methods. Updating LC_* doc references. Updating other doc blocks for various methods in basics.php Fixes #2.
|
2009-09-07 00:18:08 -04:00 |
|
jperras
|
2484179e36
|
DboMssql::value() now returns NULL for numeric column types (float, integer, binary) when the column data is empty. Fixes #28.
|
2009-09-06 13:57:24 -04:00 |
|
mark_story
|
bcbdb1cf1d
|
Fixing issue where admin revere routing was possibly unsuccessful due to differences in action param between route and url arrays. Fixes #44 and #6173
|
2009-09-05 01:06:18 -04:00 |
|
Ali Farhadi
|
12457ac6f9
|
Adding testcase for bug #44
|
2009-09-05 00:53:06 -04:00 |
|
AD7six
|
e47316e74f
|
Correcting App::import usage
|
2009-09-04 11:58:20 -07:00 |
|
mark_story
|
4f4411126c
|
Fixing empty arrays being dropped with Set::sort(). Fixed #67
|
2009-09-03 23:09:27 -04:00 |
|
mark_story
|
b5a38d69a5
|
Merge branch '1.2-dirty' into 1.2
|
2009-09-03 22:47:45 -04:00 |
|
mark_story
|
cf3521737f
|
Fixing selected with interval not selecting the correct option. Fixes #70.
|
2009-09-03 22:47:17 -04:00 |
|
mark_story
|
ce7864920f
|
Adding ability to add arbitrary attributes to HtmlHelper::scriptBlock. Test case added.
|
2009-09-03 13:50:53 -04:00 |
|
mark_story
|
ead3b0ecf6
|
Allowing HtmlHelper::script() to take an array of options, allows for custom attributes to be added to script include tags. Test cases added. Fixes #2955
|
2009-09-03 13:45:39 -04:00 |
|
mark_story
|
c963d5cc43
|
Updating file headers.
|
2009-09-03 12:43:13 -04:00 |
|
mark_story
|
2ff5334347
|
Minor refactor to remove method calls to Inflector::camelize.
Adding tests to ensure references are maintained.
|
2009-09-03 09:37:25 -04:00 |
|
evilbloodydemon
|
75695341fa
|
Helpers addressed by $this->Helper->func()
|
2009-09-03 00:58:26 -04:00 |
|
renan.saddam
|
0e9007e060
|
Making sure we are not making non-uniques and non-primary keys index. Also changing basic fixture schema to make tests pass.
|
2009-09-02 22:07:58 -03:00 |
|
mark_story
|
1b063d6218
|
Reformatting code in CakeSession.
|
2009-09-01 23:25:03 -04:00 |
|
mark_story
|
c0a19ced14
|
Adding DboSource::getLog() and test case.
|
2009-09-01 23:23:47 -04:00 |
|
mark_story
|
fb476f17cc
|
Fixing Set::extract run against hasMany records that are the result of a find('first'). Test case added.
|
2009-09-01 13:18:20 -04:00 |
|
mark_story
|
4ff668b3ed
|
Fixing method names that were omitted when methods were renamed. Thanks 'NetersLandreau'
|
2009-09-01 10:45:52 -04:00 |
|
Niles
|
0614580c28
|
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
|
2009-09-01 08:24:04 -04:00 |
|
mark_story
|
4d458e93b6
|
Updating SessionHelper::flash() to use elements for custom flash wrapping html instead of layouts.
|
2009-09-01 00:03:56 -04:00 |
|
mark_story
|
17e81ab346
|
Updating session component, to not use layout, and use elements instead.
Tests updated.
|
2009-08-31 23:59:40 -04:00 |
|
mark_story
|
1bedd8418b
|
Merge branch '1.3-deprecation' into 1.3-misc
|
2009-08-31 23:41:41 -04:00 |
|
mark_story
|
3dc12cb6da
|
Updating model tests to reflect deprecation of Model::bind() and Model::delete() aliases.
|
2009-08-31 23:40:47 -04:00 |
|
mark_story
|
9afa4d1c3a
|
Updating test case to reflect API changes.
|
2009-08-31 22:52:15 -04:00 |
|
mark_story
|
4ee70c01a8
|
Updating tests to reflect API deprecations.
|
2009-08-31 22:50:46 -04:00 |
|
mark_story
|
b5605b6408
|
Updating file headers
|
2009-08-31 22:48:22 -04:00 |
|
mark_story
|
fe3514371f
|
Updating folder + test case to reflect api changes.
|
2009-08-31 22:47:37 -04:00 |
|
mark_story
|
5fa6e5b6f2
|
Removing deprecated params.
|
2009-08-31 22:34:14 -04:00 |
|
mark_story
|
046d7c75d0
|
Adding warnings to newly deprecated methods.
|
2009-08-31 22:31:36 -04:00 |
|
mark_story
|
bd350e95b6
|
Deprecating Model::bind()
|
2009-08-31 22:18:31 -04:00 |
|
mark_story
|
71e93b9ae8
|
Fixing Scaffold not using session flashes even when they are available.
Simplifying message generation. Refs #64
|
2009-08-31 14:33:01 -04:00 |
|
mark_story
|
f6ce178d85
|
Simplifying message generation.
Fixing inflection of model names.
Adding tests for flash page generation. Refs #64
|
2009-08-31 14:24:50 -04:00 |
|
mark_story
|
0097e8c14b
|
Updating Scaffold to merge hasAndBelongsToMany keys when generating field lists for scaffolded forms. Fixes #48
|
2009-08-31 14:22:37 -04:00 |
|
mark_story
|
86f2008d32
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-08-31 14:17:29 -04:00 |
|
mark_story
|
84b230413a
|
Fixing non output of flash messages from Scaffolds when controller is not using Sessions. Refs #64
|
2009-08-31 13:52:21 -04:00 |
|
mark_story
|
a678a603c0
|
Simplifying message generation.
Fixing inflection of model names.
Adding tests for flash page generation. Refs #64
|
2009-08-31 13:48:32 -04:00 |
|
mark_story
|
c0ba43c884
|
Fixing non output of flash messages from Scaffolds when controller is not using Sessions. Refs #64
|
2009-08-31 13:38:40 -04:00 |
|
Niles
|
dfc3cd2884
|
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
|
2009-08-31 10:38:12 -04:00 |
|
Niles
|
b8b382f8e7
|
add missing underscore to _decodeBody.
|
2009-08-31 10:36:31 -04:00 |
|
mark_story
|
3cdf89dc18
|
Removing unused $db in Model::_deleteLinks. Fixes #6384
|
2009-08-30 20:09:07 -04:00 |
|
mark_story
|
9c82d19968
|
Adding tests for missingBehaviorClass and missingBehaviorError methods.
|
2009-08-30 19:38:17 -04:00 |
|
mark_story
|
81cb097959
|
Merge branch '1.3-behavior-error' into 1.3-misc
|
2009-08-30 19:33:43 -04:00 |
|
mark_story
|
c19c1a7828
|
Fixing issues with cakeError call.
Adding tests for cakeError being called with non-existant Behaviors.
|
2009-08-30 19:33:21 -04:00 |
|
mark_story
|
776992dc6c
|
Further optimizations to path scanning.
|
2009-08-30 19:13:54 -04:00 |
|
mark_story
|
8be5de947b
|
Minor refactor in how paths are checked, so that fallback extensions are checked only when all paths fail, instead of for each path. Refs #49
|
2009-08-30 19:07:36 -04:00 |
|
mark_story
|
ef23ecfe07
|
minor refactor for file_exists checks.
|
2009-08-30 18:59:07 -04:00 |
|
mark_story
|
24448775c2
|
Removing use of r() from core classes.
|
2009-08-27 23:08:23 -04:00 |
|
mark_story
|
81865bc960
|
Removing use of ife() from core classes.
|
2009-08-27 22:54:57 -04:00 |
|
mark_story
|
213b78727f
|
Removing use of e() from core and test suite.
|
2009-08-27 22:51:10 -04:00 |
|
mark_story
|
4bb5b615f7
|
Applying patch from 'mete0r' to make the legend generated FormHelper::inputs() more i18n friendly. Fixes #6360
|
2009-08-27 22:38:49 -04:00 |
|
mark_story
|
bd3178b9fc
|
Deprecating Cookie::del() Unifying to 'delete' method.
|
2009-08-27 00:33:24 -04:00 |
|
mark_story
|
5e8eb83f7d
|
Deprecating SessionComponent::del() unifying delete methods to 'delete'
|
2009-08-27 00:31:57 -04:00 |
|
mark_story
|
934bda0a74
|
Deprecating aliases in folder class.
|
2009-08-27 00:29:17 -04:00 |
|
mark_story
|
7ca1ef22f0
|
Adding cakeError calls to ModelBehavior.
|
2009-08-27 00:16:17 -04:00 |
|
mark_story
|
7c4d60abe8
|
Adding patch from 'grncdr' to allow default direction to be set for sort links created with PaginatorHelper::sort. Fixes #5151
|
2009-08-26 23:55:19 -04:00 |
|
mark_story
|
4f2d415663
|
Applying patch from 'kuja' to give default class names to links generated by Paginator::sort().
Fixes #6239
|
2009-08-26 23:33:13 -04:00 |
|
mark_story
|
38a4b619e6
|
Adding default classes to next and prev links.
Switching next() and prev() to use span by default.
|
2009-08-26 22:55:24 -04:00 |
|
mark_story
|
533f6e0d36
|
Updating doc block.
|
2009-08-26 22:54:23 -04:00 |
|
mark_story
|
136b4db7ad
|
Deprecating $escape for HtmlHelper::tag() use $attributes['escape'] instead. Test case added.
|
2009-08-26 22:46:49 -04:00 |
|
mark_story
|
c2db059732
|
Adding error methods and templates for Missing Behavior class and Missing Behavior File errors.
|
2009-08-26 10:02:55 -04:00 |
|
mark_story
|
2dca77cbcb
|
Updating Scaffold to merge hasAndBelongsToMany keys when generating field lists for scaffolded forms. Fixes #48
|
2009-08-25 23:34:19 -04:00 |
|
mark_story
|
56d2423bc3
|
Additional documentation.
|
2009-08-24 22:57:01 -04:00 |
|
mark_story
|
1a51d58713
|
Updating file header.
|
2009-08-24 22:53:55 -04:00 |
|
mark_story
|
b265a99bc9
|
Removing deprecated properties.
|
2009-08-24 22:53:09 -04:00 |
|
mark_story
|
31ec714e2e
|
Adding View::_paths() optimization.
Test cases added.
Refs #49
|
2009-08-23 23:13:56 -04:00 |
|
mark_story
|
325446a8b3
|
Updating View::_paths to remove an always miss file_exists() check.
Test case added.
Refs #49
|
2009-08-23 22:43:51 -04:00 |
|
jperras
|
e9cfb66424
|
Fixing calling of method from incorrect object in DboOracle::describe(). Fixes #21.
|
2009-08-23 17:52:40 -04:00 |
|
jperras
|
6f8f4c5a05
|
Adding waves -> wave as irregular singularization rule. Fixes #47.
|
2009-08-22 20:26:33 -04:00 |
|
mark_story
|
a0feb84789
|
Removing support for deprecated .thtml view file extension.
|
2009-08-22 11:50:02 -04:00 |
|
mark_story
|
47d9181313
|
Adding test case from 'mradosta'.
Fixing issue with non-zero indexed arrays and Set::extract()
Fixes #6
|
2009-08-21 23:18:27 -04:00 |
|
mark_story
|
98ad480bf2
|
Fixing error string passing in SchemaShell::__run() Fixes #45
|
2009-08-21 22:33:33 -04:00 |
|
mark_story
|
3f0f4b901d
|
Changing line endings to LF
|
2009-08-21 12:52:46 -04:00 |
|
mark_story
|
7a3a6966c2
|
Removing deprecated View::renderElement()
|
2009-08-20 01:20:44 -04:00 |
|
mark_story
|
6b6d7959e1
|
Updating doc blocks.
|
2009-08-20 01:20:13 -04:00 |
|
mark_story
|
add1dede86
|
Removing conditional calling of View::_render() as a static method.
Updating doc blocks.
|
2009-08-20 01:15:08 -04:00 |
|
mark_story
|
3b95b4c95d
|
Merge branch '1.3' into 1.3-misc
|
2009-08-20 01:12:09 -04:00 |
|
mark_story
|
cca3281f8c
|
Fixing complex expression handling in DboSource::fields(). Making AS a variable controlled by implementing dbo.
Test cases added.
Fixes #38
|
2009-08-19 13:03:36 -04:00 |
|
gwoo
|
474ec34a5d
|
Merge commit 'origin/1.3-dev' into 1.3
|
2009-08-14 12:33:43 -04:00 |
|
gwoo
|
368c7556d4
|
Merge branch '1.3-console' into 1.3
|
2009-08-14 12:32:54 -04:00 |
|
mark_story
|
e306b65908
|
Updating View test case to work with updated API's
|
2009-08-14 12:08:33 -04:00 |
|
mark_story
|
5a971ddbf0
|
Fixing Xml::toArray() Where camelcased data was collapsed and corrupted. Causing unpredictable data structures with empty tags. Minor changes to existing behavior. See modified test cases. Fixes #8
|
2009-08-13 22:47:17 -04:00 |
|
mark_story
|
ab50bbe595
|
Cleaning up doc blocks.
Removing commented out code.
Removing use of a()
|
2009-08-13 21:29:33 -04:00 |
|
jperras
|
2737062c6f
|
Fixing doc block for TimeHelper::timeAgoInWords(). Fixes #27.
|
2009-08-13 13:57:15 -04:00 |
|
jperras
|
deed69ea37
|
Adding ability to input an array parameter for 3rd argument of TextHelper::highlight(). Implements #17.
|
2009-08-13 13:32:34 -04:00 |
|
jperras
|
adc198805f
|
Dispatcher::parseParams() now works with file uploads that are not indexed by model. Fixes #9
|
2009-08-13 11:29:00 -04:00 |
|
burzum
|
1a86de5fe3
|
Correction to escape the /
|
2009-08-12 17:11:36 +02:00 |
|
burzum
|
417bdb4514
|
Fixing building of the right vendor path in the dispatcher in the case the plugin name appears again in the path
|
2009-08-12 16:08:31 +02:00 |
|
mark_story
|
2893b29e11
|
Fixing inflection of Taxes. Fixes #15
|
2009-08-12 09:46:18 -04:00 |
|
AD7six
|
9d1e556486
|
Revert "mend"
This reverts commit a0f42640cc10342f96effe4d08be188bb51bd0db.
|
2009-08-12 09:46:18 -04:00 |
|
AD7six
|
96cebeede9
|
correcting global plugin path logic to match global vendors folder
|
2009-08-12 09:46:18 -04:00 |
|