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
|
b190e462b8
|
Fixing whitespacing.
|
2009-12-17 00:15:42 -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
|
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
|
22e36cb057
|
Fixing bug where sometimes key($data[0]) returned empty string instead of first key in array
|
2009-12-10 20:08:12 -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
|
285329e7a4
|
Fake commit
|
2009-12-10 20:05:11 -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
|
0ab2078284
|
Changing Model::hasField() api to accept second parameter for checking existance of virtual field
|
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 |
|
José Lorenzo Rodríguez
|
4685daf299
|
Fixing bug where sometimes key($data[0]) returned empty string instead of first key in array
|
2009-12-10 20:05:10 -04:30 |
|
José Lorenzo Rodríguez
|
f7a113d2b0
|
Convertig old-style find call to new api
|
2009-12-10 20:01:58 -04:30 |
|
José Lorenzo Rodríguez
|
00c0bb4d62
|
Extending virtual fields implementation to work on queries with field list
|
2009-12-10 20:01:58 -04:30 |
|
José Lorenzo Rodríguez
|
19c91f1f70
|
Initial implementation of model virtual fields
|
2009-12-10 20:01:58 -04:30 |
|
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 |
|
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 |
|