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 |
|
mark_story
|
190a8b8307
|
Merge branch '1.3-misc' of dev@code.cakephp.org:cakephp into 1.3-misc
|
2009-10-07 01:35:42 -04:00 |
|
mark_story
|
4b862de085
|
Fixing interactions with Routing.prefixes in Controller and View task.
|
2009-10-07 01:35:29 -04:00 |
|
jperras
|
c95221919a
|
Removing validation tests that relied on removed define()'ed constants.
|
2009-10-07 01:10:51 -04:00 |
|
jperras
|
84b5458a36
|
Reverting inheritance modification to Validation.
|
2009-10-07 01:08:19 -04:00 |
|
mark_story
|
1110f3e1c2
|
Updating Validation method extraction.
|
2009-10-07 00:51:55 -04:00 |
|
mark_story
|
651a3f16b2
|
Updating ProjectTask::getAdmin(). Renamed to ProjectTask::getPrefix(). Now returns the user selected prefix to use for baking.
Test cases updated. Use of method updated.
|
2009-10-07 00:46:13 -04:00 |
|
jperras
|
d38e50805d
|
Improving performance of String::insert().
|
2009-10-06 22:02:02 -04:00 |
|
jperras
|
1795733eda
|
Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc
|
2009-10-06 21:27:56 -04:00 |
|
mark_story
|
9a023136e3
|
Merge branch '1.3-misc' into 1.3
|
2009-10-06 17:23:35 -04:00 |
|
mark_story
|
f59e4013c7
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
|
2009-10-06 09:22:47 -04:00 |
|
mark_story
|
6e9ca4367e
|
Fixing connection methods in DboSybase. Fixes #145
|
2009-10-06 09:21:43 -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 |
|
Niles
|
cbf676c0e4
|
remove call to deprecated method.
|
2009-10-06 08:42:35 -04:00 |
|
mark_story
|
2d2e692b37
|
Updating doc blocks to improve API parsing.
|
2009-10-05 21:27:34 -04:00 |
|
mark_story
|
a99d2ea821
|
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
Conflicts:
cake/libs/model/model.php
|
2009-10-05 21:02:41 -04:00 |
|
mark_story
|
51e471427a
|
Updating doc blocks to improve parsing in the API.
|
2009-10-05 21:01:31 -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
|
7b0bc014cc
|
Updating whitespacing.
|
2009-10-04 20:54:27 -04:00 |
|
mark_story
|
778755c2b0
|
Implementing CakeSchema:;_compareTableParameters. Adding tests for tableParameter comparison.
|
2009-10-04 20:53:49 -04:00 |
|
mark_story
|
5021d11124
|
Updating the help() for bake task to include information about plugin shortcuts.
|
2009-10-04 17:59:12 -04:00 |
|
mark_story
|
b15471095b
|
Updating the help file for schema shell.
|
2009-10-04 15:12:05 -04:00 |
|
mark_story
|
2dc0fbf3b3
|
Making schema dump work with plugins.
Adding tests.
Making output of dump file more flexible.
|
2009-10-04 14:47:35 -04:00 |
|
mark_story
|
75f2106420
|
Made SchemaShell::view() work better with plugins. Tests added.
|
2009-10-04 14:06:07 -04:00 |
|
mark_story
|
30ef7960ac
|
Removing method that is no longer needed.
|
2009-10-04 13:39:43 -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
|
c2a53d3c69
|
Removing cake schema run . Replacing it with cake schema create and cake schema update . Removes extra typing and simplifies schema shell commands.
Updating test cases.
|
2009-10-04 11:16:23 -04:00 |
|
mark_story
|
e1d0be610c
|
Splitting help() into more readable format.
|
2009-10-04 10:24:15 -04:00 |
|
mark_story
|
76a88fc477
|
Updating help() for Schema shell.
|
2009-10-04 10:04:48 -04:00 |
|
mark_story
|
0b6d6cee6c
|
Adding placeholder method to DboMysql to handle alteration of table parameter statement generation.
|
2009-10-03 16:49:01 -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
|
0fc6f58cfb
|
Refactoring and merging duplicated code between CakeSchema and FixtureTask
|
2009-10-03 16:15:56 -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
|
58e9c0e328
|
Fixing typo.
|
2009-10-03 11:48:02 -04:00 |
|
mark_story
|
e5088f7613
|
Adding App::pluginPath() to find paths for plugins.
|
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 |
|
ADmad
|
10aa5d158b
|
Updating find calls to use new syntax
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-10-02 15:50:36 -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
|
347c175b85
|
Updating documentation blocks for CacheHelper.
|
2009-09-30 22:44:15 -04:00 |
|