DarkAngelBGE
|
07096f3bcc
|
fixes #6403, removing unreachable code in router
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8247 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-22 14:37:50 +00:00 |
|
mark_story
|
7ca85109cb
|
Updating env(HTTPS); to more accurately reflect the PHP $_SERVER docs. Fixes #6524
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8246 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-22 13:40:12 +00:00 |
|
DarkAngelBGE
|
d6a12ce5f1
|
2nd param init value for Router::stripPlugin(), improving router's coverage by adding tests for stripPlugin()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8245 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-22 13:02:31 +00:00 |
|
DarkAngelBGE
|
ecd001547d
|
fixing error in api.test.php from #8203 so it can run again
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8244 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-22 08:41:35 +00:00 |
|
nate
|
a75d1fad2a
|
Modifying quoting method used in conditions with array values in DboSource, fixes #6519
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8243 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-22 01:50:11 +00:00 |
|
DarkAngelBGE
|
caeac73562
|
Applying patch from ' matsinet', fixes #6475, EmailComponent ignoring sendAs when attachments present, adding tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8242 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 21:54:05 +00:00 |
|
DarkAngelBGE
|
fefbe77208
|
Minor refactorings for DboMysql, DboSource and TextHelper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8241 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 20:57:39 +00:00 |
|
mark_story
|
def848f198
|
removing debug();
|
2009-07-21 00:02:08 -04:00 |
|
mark_story
|
19eca9003d
|
Adding ability to generate fixtures from data in app tables, with custom conditions. Test cases added.
|
2009-07-21 00:00:39 -04:00 |
|
mark_story
|
f9ff43b352
|
Refactoring paginator.test.php to use assertTags() where it makes sense.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8240 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 02:59:30 +00:00 |
|
gwoo
|
56bee6e1fc
|
fixes #6507 paginator sort directions
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8239 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 01:53:14 +00:00 |
|
gwoo
|
4cfdd311a9
|
fixes #6476, crash on missing layout in session flash
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8238 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 01:33:12 +00:00 |
|
gwoo
|
c1bb9700f9
|
fixes #6509, dispatcher uri error on IIS
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8237 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 01:31:50 +00:00 |
|
gwoo
|
025942e354
|
updating test header for 1.3
|
2009-07-20 10:06:13 -07:00 |
|
gwoo
|
0935eb0477
|
fixing up some broken tests
|
2009-07-20 09:59:16 -07:00 |
|
gwoo
|
f14a223f1d
|
Merge branch '1.3-bake' into 1.3
|
2009-07-20 09:37:18 -07:00 |
|
gwoo
|
a2f0ab8b27
|
Merge branch '1.2' into 1.3
|
2009-07-20 09:31:56 -07:00 |
|
mark_story
|
d2245fd514
|
Fixing Router::normalize() so that a url containing the base param more than once, which is passed into normalize() multiple times does not get url segments removed. Fixes #6338 and #5978
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8236 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-20 13:18:38 +00:00 |
|
mark_story
|
10f5ae22a9
|
Adding prompt for supplying custom conditions for fixture.
|
2009-07-20 00:59:18 -04:00 |
|
mark_story
|
de51d880fb
|
Adding prompts for PluginTask with no args.
Test cases added.
|
2009-07-20 00:20:58 -04:00 |
|
mark_story
|
74fd4849ba
|
Fixing issue in Router where generating plugin shortcut controller routes with admin prefixes left a :controller param behind. Fixes #6252
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8235 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-17 21:35:23 +00:00 |
|
mark_story
|
2ab3986d14
|
Removing extra ; from generated code.
|
2009-07-17 16:00:44 -04:00 |
|
mark_story
|
76d5855d72
|
Applying patch from 'Phally' Fixes multiple issues in PaginatorHelper related to first and last option in numbers(). Fixes #6516
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8234 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-17 19:46:33 +00:00 |
|
gwoo
|
a2b22ce80e
|
Merge branch 'local/svn/1.2.x.x' into 1.2
|
2009-07-17 09:12:31 -07:00 |
|
mark_story
|
ad3e5f43e0
|
Removing newlines in files.
Adding and update bake.test to bake group test.
Fixing doc blocks.
|
2009-07-16 23:55:41 -04:00 |
|
mark_story
|
7b06ba2b3d
|
Adding support for -admin flag when baking a controller's views. Using -admin will only bake admin methods. Refactoring some methods, removing newlines.
|
2009-07-16 23:12:47 -04:00 |
|
mark_story
|
22c98cc712
|
Adding empty files to baked plugins.
|
2009-07-16 21:49:26 -04:00 |
|
mark_story
|
2e3a311b0d
|
Adding config/sql to plugin baking.
|
2009-07-16 21:34:14 -04:00 |
|
mark_story
|
cbb568b3c7
|
Fixing getAdmin() method location to reflect changes in API.
|
2009-07-16 12:50:37 -04:00 |
|
mark_story
|
a7fb5f96e9
|
Adding fixture baking in when model is baked.
|
2009-07-16 09:12:32 -04:00 |
|
mark_story
|
08ce38c6cc
|
Updating bake all to reflect changes in Task apis. Adding additional messages.
|
2009-07-16 08:52:33 -04:00 |
|
mark_story
|
9f3a9e6d78
|
Adding test case for BakeShell and bake all
|
2009-07-16 08:51:06 -04:00 |
|
renan.saddam
|
7fd6cc52c2
|
Fixing issue with timeout when reading socket.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8233 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-15 19:17:41 +00:00 |
|
renan.saddam
|
3b872a218e
|
Removing supressing errors from HttpSocket, using condition instead. Fixes #6483.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8232 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-15 19:15:14 +00:00 |
|
mark_story
|
1e8d01992e
|
Adding test generation for controllers baked with ControllerTask::all()
|
2009-07-15 10:14:16 -04:00 |
|
mark_story
|
80b9692856
|
Adding test and fixture generation to ModelTask::all
|
2009-07-15 10:00:35 -04:00 |
|
mark_story
|
baea319122
|
Applying patch from 'Dremora' fixes JavascriptHelper::codeBlock() and blockEnd() bugs where content vanished due to incorrectly structured buffers. Minor behavior change in that codeBlock(null) no longer returns an opening script tag. The entire script tag is returned when blockEnd() is called.
Test cases updated and refactored.
Fixes #6504
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8231 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-14 17:11:46 +00:00 |
|
mark_story
|
02ed77ab20
|
Adding tests for calling RequestHandlerComponent::renderAs() twice.
Fixing issue where viewPath was not updated.
Fixes #6466
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8230 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-14 03:52:06 +00:00 |
|
mark_story
|
f712d84d33
|
Applying patch from 'slywalker'. Updating datetime generation in baked files.
Fixed #6505
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8229 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-14 02:30:51 +00:00 |
|
DarkAngelBGE
|
44fa8d5fd0
|
Getting the time helper code coverage up to 99%
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8228 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-11 16:45:29 +00:00 |
|
DarkAngelBGE
|
11c664177f
|
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8227 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-11 15:36:45 +00:00 |
|
jperras
|
4f44a15470
|
EmailComponent::reset now empties out attachments array. Fixes #6498.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8226 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-10 00:07:51 +00:00 |
|
mark_story
|
7e1f9eeebd
|
Updating tests for ModelTask. Making it impossible to bake a model which does not have a table on the active connection. Fixes #6035
|
2009-07-08 23:30:29 -04:00 |
|
mark_story
|
9bbb33ef2f
|
Fixing Configure::read() use in PluginTask. Adding PluginTask to the bake group test. Adding vendors directory generation to baked plugins. Fixes #5200.
|
2009-07-08 22:25:27 -04:00 |
|
mark_story
|
41eecdaa91
|
Adding the ability to set $displayField from bake. Refactoring ModelTask::bake() Fixes #4438.
|
2009-07-08 22:06:42 -04:00 |
|
mark_story
|
d671056044
|
Adding displayField detection and interaction to ModelTask. Test Cases added.
|
2009-07-08 09:10:18 -04:00 |
|
mark_story
|
fb6b16c467
|
Fixing empty time value handling in Model::deconstruct(). Both null and 00:00:00 are valid values now. Test cases added and refactored. Fixes #6488, #6018, Refs #5659
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8225 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-08 03:25:30 +00:00 |
|
mark_story
|
dc98184086
|
Updating Shell and Bake tasks to use App::path() instead of Configure::read().
|
2009-07-06 23:11:57 -04:00 |
|
mark_story
|
5c9b5febdf
|
Merge branch '1.3' into 1.3-bake-integration
Conflicts:
cake/console/libs/tasks/controller.php
|
2009-07-06 23:03:04 -04:00 |
|
mark_story
|
8d1457e048
|
Merge branch '1.3' into 1.3-bake-integration
Conflicts:
cake/console/libs/tasks/controller.php
cake/console/libs/tasks/model.php
|
2009-07-06 22:20:03 -04:00 |
|