Mark Story
|
22cf13b6b6
|
Updating DboSource test to remove protected access and use methods instead.
|
2009-12-19 19:54:49 -05:00 |
|
Mark Story
|
3f7405c8d6
|
Removing cakeDebug from test_app layout.
Adding skips for tests that can cause failures when cache dirs are not writable.
|
2009-12-19 19:47:20 -05:00 |
|
Mark Story
|
7467224455
|
Moving test case and adding doc block.
|
2009-12-19 19:41:25 -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 |
|
Mark Story
|
071c6f0e8b
|
Merge branch 'sql-dump' into 1.3-misc
|
2009-12-19 13:32:01 -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
|
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
|
18c878b3f5
|
More whitespace fixes.
|
2009-12-18 19:18:23 -05:00 |
|
Mark Story
|
ab21855efd
|
Fixing whitespacing.
|
2009-12-18 19:16:10 -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
|
98e7575c5a
|
Adding documentation on tests
|
2009-12-17 14:50:36 -04:30 |
|
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
|
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
|
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 |
|
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
|
9230bb93af
|
Merge branch '1.3' into 1.3-misc
|
2009-12-16 23:07:44 -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
|
5760f41124
|
Adding tests for component config setting from initialize()
|
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
|
3a6b29d042
|
Updating security component test case to use startTest and endTest
|
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 |
|
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
|
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
|
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 |
|
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 |
|
Joël Perras
|
25ec51d3ae
|
Merge branch '1.3' into 1.3-misc
|
2009-12-13 15:42:13 -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
|
6615094350
|
Merge branch '1.3' into 1.3-misc
|
2009-12-10 23:42:55 -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
|
e7ee5e9eda
|
Fixing faling test case
|
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 |
|
José Lorenzo Rodríguez
|
a81edb6080
|
Extending virtual fields implementation to work on queries with field list
|
2009-12-10 20:07:46 -04:30 |
|
José Lorenzo Rodríguez
|
53765312df
|
Initial implementation of model virtual fields
|
2009-12-10 20:07:07 -04:30 |
|
José Lorenzo Rodríguez
|
2503632327
|
Working on virtual fields on order clause.
|
2009-12-10 20:05:10 -04:30 |
|
José Lorenzo Rodríguez
|
ec672e99e8
|
Fixing virtual fields fetching for Model::field() calls
Adding doc blocks
|
2009-12-10 20:05:10 -04:30 |
|