Mark Story
|
2e96bfe833
|
Merge branch '1.3-misc' of git@github.com:cakephp/cakephp1x into 1.3-misc
|
2009-12-20 16:50:48 -05:00 |
|
Mark Story
|
34410de7c8
|
Adding property definition for Model::$virtualFields
|
2009-12-20 16:26:12 -05:00 |
|
ADmad
|
01c31596c8
|
Cleaning up commented code
|
2009-12-21 02:50:39 +05:30 |
|
ADmad
|
d561405daa
|
Renaming RequestHandler::getReferrer to RequestHandler::getReferer for (mis)spelling consistency and deprecating the former
|
2009-12-20 23:06:28 +05:30 |
|
ADmad
|
f36e5eff5f
|
Merge branch '1.3-misc' of github.com:cakephp/cakephp1x into 1.3-misc
|
2009-12-20 13:22:43 +05:30 |
|
Mark Story
|
c669f8c998
|
Fixing failing tests in AuthComponent because of required parameter.
|
2009-12-19 19:58:55 -05:00 |
|
Mark Story
|
4ac0a55aff
|
Merge branch 'virtual-fields' into 1.3-misc
Conflicts:
cake/tests/cases/libs/controller/controller.test.php
|
2009-12-19 19:40:12 -05:00 |
|
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
|
13ffcbc0ba
|
Updating doc blocks in Datasource. Adding missing reference operators.
|
2009-12-19 13:23:46 -05:00 |
|
Mark Story
|
7387cfdf6b
|
Adding @access tags and expanding doc blocks.
|
2009-12-19 13:06:32 -05:00 |
|
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
|
959befb6e1
|
Merge commit 'josezap/virtual-fields' into virtual-fields
|
2009-12-18 19:11:50 -05:00 |
|
José Lorenzo Rodríguez
|
8f29f59c1a
|
Enclosing virtual fields in parentheses to avoid SQL errors
Added new tests to improve code coverage on virtual fields
|
2009-12-17 14:42:46 -04:30 |
|
Mark Story
|
264cdb78c0
|
Removing unnecessary key.
|
2009-12-17 10:13:05 -05:00 |
|
Mark Story
|
b190e462b8
|
Fixing whitespacing.
|
2009-12-17 00:15:42 -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
|
0bc1126114
|
Merge branch 'component-settings' into 1.3-misc
|
2009-12-16 23:08:16 -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
|
ff74a599c6
|
Adding ability to set configuration from initialize() for RequestHandler.
Tests added.
|
2009-12-16 23:06:16 -05:00 |
|
Mark Story
|
e45fcf4337
|
Adding ability set component configuration from component settings for SecurityComponent.
|
2009-12-16 23:06:16 -05:00 |
|
Mark Story
|
dffff314e1
|
Implementing setting of auth configuration through component settings arrays.
Adding test case from Ceeram.
|
2009-12-16 23:06:16 -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 |
|
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 |
|
Joël Perras
|
86cba7dc50
|
Fixing wrong header message text for ErrorHandler::error500() header sent. Refs #70.""
|
2009-12-14 16:21:30 -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 |
|
predominant
|
aaddd0d394
|
Moving certain datasources to the Datasources Plugin (http://github.com/cakephp/datasources)
|
2009-12-13 23:53:20 -05:00 |
|
predominant
|
d550a5e82c
|
Code formatting cleanup. Fixes #92.
|
2009-12-13 23:53:20 -05:00 |
|
renan.saddam
|
b273981915
|
Checking for french error on dbo_mssql. Fixes #77.
|
2009-12-13 23:53:19 -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 |
|
Joël Perras
|
96c245c6a7
|
Moving list of http codes out of Controller::redirect() and into a new method, Controller::httpCodes() for better reusability. See doc blocks for usage details.
|
2009-12-13 18:04:55 -05: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 |
|
José Lorenzo Rodríguez
|
c65e2f3f18
|
Quoting virtual fields in automatically
Updating test cases
|
2009-12-10 20:46:55 -04:30 |
|
José Lorenzo Rodríguez
|
8c4cad86c2
|
Fixing erroris due to bad rebase
|
2009-12-10 20:35:24 -04:30 |
|
José Lorenzo Rodríguez
|
4b9e03c9f7
|
Creating accesor methods for virtual fields and replacing direct access from DboSource with new methods
|
2009-12-10 20:08:14 -04:30 |
|
José Lorenzo Rodríguez
|
7a7d0de988
|
Adding support for virtual fields in DboSourse::calculate
|
2009-12-10 20:08:14 -04:30 |
|
José Lorenzo Rodríguez
|
d06ff5d10a
|
Adding support for virtual fields in conditions array
|
2009-12-10 20:08:14 -04:30 |
|
José Lorenzo Rodríguez
|
cf359a38b3
|
Re-adding ability to order by virtual fields in DboSource::order
Adding support for paginating virtual model fields in controller
|
2009-12-10 20:08:14 -04:30 |
|
José Lorenzo Rodríguez
|
051d352eab
|
Reimplementing DboSource::order() to avoid recursion so it can be more easily manipulated to add virtual fields (and hopefully to make it a little bit faster)
|
2009-12-10 20:08:14 -04:30 |
|
José Lorenzo Rodríguez
|
5a58813031
|
Making DboSource order by virtual fields
|
2009-12-10 20:08:13 -04:30 |
|
José Lorenzo Rodríguez
|
7efafc685e
|
Fixing virtual fields fetching for Model::field() calls
Adding doc blocks
|
2009-12-10 20:08:13 -04:30 |
|