mark_story
|
6c956c27ee
|
Making JsHelper::set() work well with setting the variables to an object property.
|
2009-10-14 21:43:50 -04:00 |
|
mark_story
|
4a330c0920
|
Adding JsHelper::set() + test cases.
|
2009-10-14 21:26:43 -04:00 |
|
mark_story
|
38f65bdc24
|
Merge branch '1.2-merge-in' into 1.3
|
2009-10-14 00:55:42 -04:00 |
|
mark_story
|
d1f5acd0e0
|
Merge commit 'origin/1.2' into 1.2-merge-in
Conflicts:
cake/console/libs/shell.php
cake/libs/model/connection_manager.php
cake/libs/view/helpers/html.php
cake/libs/view/helpers/javascript.php
cake/tests/cases/libs/i18n.test.php
cake/tests/cases/libs/model/connection_manager.test.php
cake/tests/cases/libs/model/model_read.test.php
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/groups/database.group.php
|
2009-10-14 00:51:55 -04:00 |
|
José Lorenzo Rodríguez
|
6dbb8690ad
|
Fixing error in String::insert where string that contained a question mark were not propperly replaced
|
2009-10-13 12:07:22 -04:00 |
|
José Lorenzo Rodríguez
|
24c82e73c1
|
Fixing broken test after removing the var pageTitle from controller
|
2009-10-13 11:44:00 -04:00 |
|
mark_story
|
f2cba2f066
|
Updating model_write.test to not use removed validation constants.
|
2009-10-13 00:44:28 -04:00 |
|
mark_story
|
496bfaf32e
|
Fixing test that relied on Late Static binding to pass.
|
2009-10-13 00:18:09 -04:00 |
|
mark_story
|
a4d09a806c
|
Adding tests for previous commit, showing alteration of \ into DS.
|
2009-10-13 00:01:09 -04:00 |
|
mark_story
|
e5a99b2685
|
Updating RequestHandler::renderAs() to respect DS constant, fixing issues on PHP4 + Windows. Fixes #97
|
2009-10-12 23:55:40 -04:00 |
|
mark_story
|
a3f38c77dd
|
Merge branch '1.3-console' into 1.3
|
2009-10-11 21:51:02 -04:00 |
|
mark_story
|
71f9ab1717
|
Merge branch '1.3-misc' into 1.3
|
2009-10-11 21:44:42 -04:00 |
|
mark_story
|
e77ff5ae50
|
Fixing CacheHelper tests when app/views/posts/index.ctp exists.
|
2009-10-11 21:42:15 -04:00 |
|
mark_story
|
d59a2c8de1
|
Making subclassing of ErrorHandler much easier.
Test cases added.
|
2009-10-09 00:13:08 -04:00 |
|
mark_story
|
f59d95e348
|
Updating file headers.
|
2009-10-08 23:46:05 -04:00 |
|
mark_story
|
8d40532931
|
Applying patch from 'Ceeram'. Adds File::copy() and test case. Refs #150
|
2009-10-08 23:27:31 -04:00 |
|
mark_story
|
ee7015c9bd
|
Adding tests for utf8 chars to TextHelper::truncate()
|
2009-10-07 23:56:38 -04:00 |
|
mark_story
|
55ef5cedfb
|
Updating fileheaders.
|
2009-10-07 23:43:02 -04:00 |
|
mark_story
|
fc0e50f64a
|
Adding tests for multibyte validation.
|
2009-10-07 23:43:02 -04:00 |
|
mark_story
|
0d3ef03b9f
|
Updating file headers.
|
2009-10-07 23:43:01 -04:00 |
|
mark_story
|
06162d5022
|
Deprecating TextHelper::trim() as it is an alias for truncate().
Expanding use of mb_ methods.
Tests updated.
|
2009-10-07 23:43:01 -04:00 |
|
jperras
|
c95221919a
|
Removing validation tests that relied on removed define()'ed constants.
|
2009-10-07 01:10:51 -04:00 |
|
mark_story
|
9a023136e3
|
Merge branch '1.3-misc' into 1.3
|
2009-10-06 17:23:35 -04:00 |
|
mark_story
|
8acf1eeba0
|
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
|
2009-10-06 09:09:18 -04:00 |
|
mark_story
|
3bf94e6a28
|
Updating documentation for Model methods to improve api parsing.
Removing redundant include.
|
2009-10-05 20:42:37 -04:00 |
|
mark_story
|
ace784aab5
|
Adding conditional check for errors only generated in PHP5.3
|
2009-10-04 22:22:39 -04:00 |
|
mark_story
|
0ba93bd579
|
Updating file headers, reformatting comments.
|
2009-10-04 22:12:13 -04:00 |
|
mark_story
|
d2bf31f69f
|
Fixing broken tests in dbo_mysql caused by changes in CakeSchema.
Adding tableParameter altering to DboMysql.
Tests added.
|
2009-10-04 21:48:20 -04:00 |
|
mark_story
|
778755c2b0
|
Implementing CakeSchema:;_compareTableParameters. Adding tests for tableParameter comparison.
|
2009-10-04 20:53:49 -04:00 |
|
mark_story
|
aae120a81a
|
Updating file headers.
|
2009-10-04 13:35:11 -04:00 |
|
mark_story
|
05f6099def
|
Enabling plugin.name schema file creation and addition.
Making CakeSchema::load() use plugin parameter, tests added.
Plugin schema file added to test_app.
|
2009-10-04 13:32:33 -04:00 |
|
mark_story
|
76a88fc477
|
Updating help() for Schema shell.
|
2009-10-04 10:04:48 -04:00 |
|
mark_story
|
2fe877e527
|
Adding method to compare tableParameters in the Schema, so they no longer fall through as fields.
|
2009-10-03 16:48:10 -04:00 |
|
mark_story
|
236a679b17
|
Updating tests for schema. Making tests more reliable for schema read.
|
2009-10-03 16:08:54 -04:00 |
|
mark_story
|
e733c569be
|
Fixing broken tests.
|
2009-10-03 12:44:49 -04:00 |
|
mark_story
|
0029a275bd
|
Refactoring code into a separate method. Will allow code reuse in fixture generation. Tests added.
|
2009-10-03 12:41:14 -04:00 |
|
mark_story
|
b75aa10da3
|
Merge branch '1.3-misc' into 1.3-schema
|
2009-10-03 11:55:27 -04:00 |
|
mark_story
|
71aa460a48
|
Continuing work on getting plugin support for CakeSchema and SchemaShell. Applied patch from 'SkieDr', test cases added.
|
2009-10-03 11:48:02 -04:00 |
|
mark_story
|
07002c8b09
|
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
|
2009-10-03 11:44:26 -04:00 |
|
mark_story
|
ed2e20ed23
|
Merge branch '1.3-misc' into 1.3
|
2009-10-02 13:18:12 -04:00 |
|
mark_story
|
4794680444
|
Deprecating CakeSession::del(), use delete() instead.
Updating file headers.
Updating test cases.
|
2009-10-02 13:11:43 -04:00 |
|
mark_story
|
c47e899ba1
|
Fixing HtmlHelper::css, and JavascriptHelper::link so that files containing the asset extension always get the extension added. Test cases added. Refs #139
|
2009-10-02 12:53:20 -04:00 |
|
mark_story
|
f12cbdba38
|
Fixing CacheHelper and multiple cake:nocache tags in a view file, breaking cake:nocache following $content_for_layout. Fixes #136
|
2009-10-01 01:03:47 -04:00 |
|
mark_story
|
32d5b40cd0
|
Adding error triggering while in debug mode for unhandled validation methods.
|
2009-09-30 22:34:29 -04:00 |
|
mark_story
|
7d4510b959
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-09-30 14:26:38 -04:00 |
|
mark_story
|
5f49a0f25c
|
Updating path handling inside i18n. Removes the extra DS that was appended to some paths. Fixes #126
|
2009-09-30 14:25:56 -04:00 |
|
mark_story
|
cba8871f16
|
Adding tests so that adding one prefix removes other prefixes. Making it so you can only have one prefix at a time in a route. Also simplifies prefix switching.
|
2009-09-30 10:19:43 -04:00 |
|
mark_story
|
58ec259714
|
Merge branch '1.3-router' into 1.3-misc
|
2009-09-30 00:51:20 -04:00 |
|
mark_story
|
893e177909
|
Fixing isset() checks in Router to test for empty values instead.
Updating prefix use in paginator helper test.
|
2009-09-30 00:50:15 -04:00 |
|
mark_story
|
4094f0a696
|
Moving DboMysql::listDetailedSources() and DboMysql::getCharsetName() into DboMysqlBase so it works with mysqli as well. Tests added for MySqli.
|
2009-09-30 00:39:32 -04:00 |
|