cakephp2-php8/cake/libs
mariano.iglesias 8f92952d46 Allowing paginate() to send any extra parameters to the find call, and updating it to use new find notation.
Updating test in Containable to reflect how to properly use pagination: just set your 'contain' setting as you do with other pagination parameters, for example:
var $paginate = array('Article' => array('conditions' => ..., 'contain' => array( ... ));
and then do your normal paginate(), without having to set reset to false nor call resetBindings(). Check the test case for an actual example.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7010 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-05-22 16:25:10 +00:00
..
cache Removed the Model cache engine for architectural reasons, closes #4415 2008-05-13 21:25:19 +00:00
controller Allowing paginate() to send any extra parameters to the find call, and updating it to use new find notation. 2008-05-22 16:25:10 +00:00
model Properly setting non-array option overrides, fixes #4732 2008-05-22 14:22:12 +00:00
view Improving documentation for HtmlHelper::tableCells() 2008-05-22 12:32:38 +00:00
cache.php updating cake.test.php, fixes #4638. updating cake.php, fixes #4648 (with tests), updated Cache 2008-05-14 19:43:55 +00:00
cake_log.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
class_registry.php "Fixes #4256, tablePrefix + HABTM with defaults == wrong joinTable" 2008-03-16 07:18:42 +00:00
configure.php fixes #4729, configure notice on cache path 2008-05-22 14:18:21 +00:00
debugger.php Fixing recursion in Debugger variable dumps 2008-04-26 11:10:55 +00:00
error.php fixes #4610, missing methods in ErrorHandler 2008-05-09 16:35:43 +00:00
file.php bringing the file class to almost 90% coverage 2008-05-18 14:48:48 +00:00
flay.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
folder.php Changing forward slash for system slash. Releasing lock on created file in test, fixes #4684 2008-05-19 04:45:39 +00:00
http_socket.php removing error surpression operators, fixes #3877 2008-05-19 20:25:42 +00:00
i18n.php "Adding additional tests for I18n class. 2008-05-17 06:05:08 +00:00
inflector.php Improved Inflector::slug, closes #4678 2008-05-18 05:03:12 +00:00
l10n.php "Adding test coverage for I18n class. 2008-05-17 00:48:34 +00:00
magic_db.php optimization, refs #3877, fixes #3415 2008-05-19 20:31:42 +00:00
multibyte.php "Completing test coverage for Multibyte class. 2008-05-13 21:31:08 +00:00
object.php Fixed issues with Controller::persistModel and behaviors, closes #4647 2008-05-19 08:03:00 +00:00
overloadable.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
overloadable_php4.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
overloadable_php5.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
router.php fixes #3415, notices in router 2008-05-20 15:00:00 +00:00
sanitize.php Removing undefined variable notice for empty arrays in Sanitize::paranoid() 2008-01-27 03:31:33 +00:00
security.php bringing security component up to 84% coverage, 2008-05-13 06:27:43 +00:00
session.php "Fixing typo in [6514]" 2008-03-08 05:58:14 +00:00
set.php Set::combine() now returns an empty array if first passed var is empty. Fixes #4709 and #3784 2008-05-22 08:21:08 +00:00
socket.php Fixed problem with Socket::reset 2008-05-09 17:55:14 +00:00
string.php Refactored parts of String::insert into String::cleanInsert 2008-05-18 06:11:51 +00:00
validation.php Added inList to Validation closes #4429 2008-05-20 03:22:51 +00:00
xml.php fixes #4559 2008-05-13 07:56:33 +00:00