Mark Story
|
7fd9b5ae3b
|
Removing auto dump of sql log.
|
2009-12-19 12:40:32 -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
|
1e7e650133
|
Fixing issue where _restructureParams would move controller key to the plugin key causing issues switching controllers. Tests added. Fixes #115
|
2009-12-17 10:16:47 -05:00 |
|
Mark Story
|
264cdb78c0
|
Removing unnecessary key.
|
2009-12-17 10:13:05 -05:00 |
|
Mark Story
|
9a4e78af82
|
Adding file missed in previous commit.
|
2009-12-16 22:16:59 -05:00 |
|
burzum
|
07870bacfb
|
Merge branch '1.3' of git://github.com/cakephp/cakephp1x into 1.3
|
2009-12-17 00:32:37 +01:00 |
|
burzum
|
7aca8dfea4
|
Refactoring Dispatchter::cached() and moving asset related code from this method into separate methodes
|
2009-12-17 00:32:20 +01:00 |
|
Mark Story
|
5c6d59ea13
|
Adding tests for dispatching plugin shortcut urls.
Refactoring Dispatcher::__getController, Dispatcher::_restructureParams to fix compatiblity between router and Dispatcher.
|
2009-12-16 16:33:08 -05:00 |
|
Mark Story
|
7ceb50b696
|
Removing controller key as a default when Routes are connected. Was causing issues when using regex qualifiers on controller keys.
Tests added.
|
2009-12-16 15:04:59 -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 |
|
Mark Story
|
780e85a031
|
Refactoring ModelTask::_confirmAssociations() so it doesn't fail with $i counter.
|
2009-12-15 23:14:03 -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
|
ecc38f0aed
|
Adding additional tests for CakeRoute::persistParams(). Ensures that url params can overwrite persisted values.
Tests added.
|
2009-12-14 18:43:29 -05:00 |
|
Mark Story
|
b8946db4b0
|
Fixing changes made to default Security.salt. Refs #98
|
2009-12-13 10:36:51 -05:00 |
|
predominant
|
6be2fd05e4
|
Changing default Security.level to medium.
|
2009-12-13 11:59:14 +11:00 |
|
Mark Story
|
904b9f5f1c
|
Adding test and fix to ensure the debug = 0, log = false leaves error_reporting set to 0.
Fixes #89
|
2009-12-11 00:46:13 -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 |
|
predominant
|
df151395c5
|
Moving certain datasources to the Datasources Plugin (http://github.com/cakephp/datasources)
|
2009-12-11 01:07:23 +11:00 |
|
predominant
|
8df7e34965
|
Code formatting cleanup. Fixes #92.
|
2009-12-10 13:04:11 +11:00 |
|
renan.saddam
|
931606f7f5
|
Checking for french error on dbo_mssql. Fixes #77.
|
2009-12-09 21:10:37 -02:00 |
|
Mark Story
|
ecea49f823
|
Updating AuthComponent's mapped actions features to use Router::prefixes()
Adding tests for prefix interactions.
Adding tests for AuthComponent::logout, increasing code coverage.
|
2009-12-09 00:25:21 -05:00 |
|
Mark Story
|
76780ab99c
|
Updating uses of Routing.admin to be Routing.prefixes, as Routing.admin is deprecated.
|
2009-12-08 23:52:02 -05:00 |
|
Mark Story
|
f8a406e9fa
|
Removing dead test case, its covered by the CakeRoute tests.
|
2009-12-08 23:10:51 -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
|
17777af3d3
|
Adding test case, and removing unreachable code.
|
2009-12-08 21:43:29 -05:00 |
|
Mark Story
|
4421fe6dc3
|
Fixing issues in router where plugin => null would not always exit a plugin route. Test cases added.
|
2009-12-08 21:36:25 -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
|
c64389006d
|
Removing "Long description for file" from /cake/tests tree.
|
2009-12-08 20:19:42 +11:00 |
|
predominant
|
13ffd76178
|
Removing "Long description for file" from /cake/libs tree.
|
2009-12-08 20:19:02 +11:00 |
|
predominant
|
8b9ee22c84
|
Removing "Long description for file" from /cake/console tree.
|
2009-12-08 20:18:19 +11:00 |
|
predominant
|
8c3a5ab27f
|
Removing "Long description for file" from app/ tree.
|
2009-12-08 20:16:16 +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
|
1f5c6eac2e
|
Fixing issues in tests caused by overwritten columns.
Fixing issue where mysqli had errors using getCharsetName, moving DboMysqlBase::getCharset down to DboMysql.
|
2009-12-06 21:46:05 -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
|
b3b9ae39e3
|
Fixing failing tests in View::uuid() caused by changes to trailing / in Router::url()
|
2009-12-06 21:21:07 -05:00 |
|
mark_story
|
360810a1cf
|
Merge branch '1.3-router' into mergers
|
2009-12-06 21:11:47 -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
|
cc750d15f1
|
Adding test to disprove #385. Proves saveAll with validate => first behaves correctly.
|
2009-12-04 14:39:12 -05:00 |
|
mark_story
|
779479fb8c
|
Removing unused property.
|
2009-12-03 21:51:44 -05:00 |
|
mark_story
|
626f2e86de
|
Adding trigger_error for incorrect class use.
|
2009-12-03 21:29:02 -05:00 |
|
mark_story
|
0047ac8f34
|
Renaming RouterRoute to CakeRoute
|
2009-12-03 21:20:08 -05:00 |
|
mark_story
|
8c4d389760
|
Implementing the ability to use custom Route classes when connecting routes. Tests added.
|
2009-12-03 20:50:13 -05:00 |
|
mark_story
|
218af686d7
|
Renaming parameters.
|
2009-12-03 20:32:28 -05:00 |
|
mark_story
|
aff7d61277
|
Merge branch '1.3-misc' into 1.3-router
|
2009-12-03 19:13:28 -05:00 |
|
AD7six
|
9cd7888991
|
removing reference to unused variable __bare
|
2009-12-03 21:33:56 +01:00 |
|