mark_story
|
339db4033f
|
Removing goofy protected field that didn't work all the time.
Making AuthComponent::loggedIn() check the current user status.
Fixes #1694
|
2011-05-09 21:54:59 -04:00 |
|
AD7six
|
0026a6ac54
|
Mysql not MySql
|
2011-05-09 01:24:52 +02:00 |
|
AD7six
|
315cb6b66b
|
correct api shell test case
|
2011-05-09 00:52:47 +02:00 |
|
AD7six
|
c7794c1e1f
|
also move any error classes (AppError) to Lib/Error/*
|
2011-05-09 00:46:51 +02:00 |
|
AD7six
|
ade85c1cd0
|
add exception for Dbo classes
|
2011-05-09 00:00:19 +02:00 |
|
AD7six
|
07ffe2fcd8
|
update the move logic
whereas previously it only checked if the filename matched the class,
the logic now checks the file is located in the folder expected too.
|
2011-05-08 23:55:16 +02:00 |
|
AD7six
|
79700a5e94
|
applying upgrade shell to test app files
|
2011-05-07 19:05:24 +02:00 |
|
AD7six
|
cb010b62e6
|
Merge branch '2.0-upgrade' into 2.0
|
2011-05-07 19:00:17 +02:00 |
|
mark_story
|
66b29e33e8
|
Adding annoying macos files to gitignore.
|
2011-05-04 23:34:41 -04:00 |
|
mark_story
|
bd30510e87
|
Fixing non-unique id's being generated for Debugger rendered errors.
|
2011-05-04 23:33:36 -04:00 |
|
mark_story
|
e857387a8e
|
Fixing failing tests.
|
2011-05-04 23:08:10 -04:00 |
|
mark_story
|
695d38fe68
|
Removing stupid default that stops other convention based features from working properly.
|
2011-05-04 22:16:46 -04:00 |
|
Jose Lorenzo Rodriguez
|
f2c1f9d6b2
|
Removing unneeded lines in Debugger
|
2011-05-04 01:17:28 -04:30 |
|
Jose Lorenzo Rodriguez
|
d83555cc52
|
Merge remote-tracking branch 'origin/1.3' into merger
Conflicts:
cake/console/cake.php
cake/dispatcher.php
cake/libs/controller/components/auth.php
cake/libs/controller/controller.php
cake/libs/view/helpers/xml.php
cake/libs/view/pages/home.ctp
cake/libs/xml.php
cake/tests/cases/console/cake.test.php
cake/tests/cases/libs/controller/components/cookie.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php
cake/tests/cases/libs/model/datasources/dbo_source.test.php
cake/tests/cases/libs/view/helpers/xml.test.php
cake/tests/cases/libs/xml.test.php
lib/Cake/Console/Command/SchemaShell.php
lib/Cake/Controller/Component/CookieComponent.php
lib/Cake/Network/Http/HttpSocket.php
lib/Cake/TestSuite/Fixture/CakeTestFixture.php
lib/Cake/VERSION.txt
lib/Cake/View/Helper/FormHelper.php
lib/Cake/View/Helper/TextHelper.php
lib/Cake/View/Helper/TimeHelper.php
lib/Cake/config/config.php
lib/Cake/tests/Case/Cache/CacheTest.php
lib/Cake/tests/Case/Model/CakeSchemaTest.php
lib/Cake/tests/Case/TestSuite/CakeTestFixtureTest.php
|
2011-05-04 01:10:23 -04:30 |
|
Jose Lorenzo Rodriguez
|
492f1ce12e
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-05-03 23:05:38 -04:30 |
|
mark_story
|
aca8cc8b77
|
Fixing issue where content types wouldn't be detected as once parseExtensions() is enabled the extension will always
default to html.
|
2011-05-02 22:26:58 -04:00 |
|
ADmad
|
7fc5e8f810
|
Fixing typo
|
2011-05-03 01:01:33 +05:30 |
|
AD7six
|
f770193474
|
Merge branch '2.0-upgrade' of github.com:cakephp/cakephp into 2.0-upgrade
|
2011-05-01 23:32:40 +02:00 |
|
AD7six
|
7532ab0586
|
reset files on each itteration
|
2011-05-01 23:30:24 +02:00 |
|
AD7six
|
4c66db253a
|
don't forget tasks
|
2011-05-01 23:30:24 +02:00 |
|
AD7six
|
1d493ca122
|
add a function to make sure file names match the class they contain
|
2011-05-01 23:30:24 +02:00 |
|
AD7six
|
d100f09bb2
|
move/rename folders
|
2011-05-01 23:30:24 +02:00 |
|
AD7six
|
afa6baab2d
|
add a command to run all options
|
2011-05-01 23:30:24 +02:00 |
|
AD7six
|
f3b216dfe2
|
remove unused var
|
2011-05-01 23:30:24 +02:00 |
|
AD7six
|
9ac717819f
|
code standards
|
2011-05-01 23:30:24 +02:00 |
|
AD7six
|
bbf87f062e
|
don't fail if the dir doesn't exist
|
2011-05-01 23:30:24 +02:00 |
|
Luís Armando
|
12bf3eae38
|
Correction of UpgradeShell file name.
|
2011-05-01 23:30:24 +02:00 |
|
Graham Weldon
|
35485a13e5
|
Moved Upgrade console into place for 2.0 Console standards.
|
2011-05-01 23:30:24 +02:00 |
|
mark_story
|
f255ae6a24
|
Adding word boundaries to the request patterns. Also adding lookaheads
to prevent methods from being changed.
|
2011-05-01 23:30:24 +02:00 |
|
mark_story
|
5453333a88
|
Removing legacy parameter setting.
|
2011-05-01 23:30:23 +02:00 |
|
mark_story
|
8f43adbac2
|
Making the request method not update things in the models directory. They don't have a request object so those changes will always be wrong.
Adding a dry-run mode and some additional output for it.
Making both the helpers and request tasks hit all the bootstrapped paths.
|
2011-05-01 23:29:55 +02:00 |
|
evilbloodydemon
|
b5d602e491
|
upgrade shell - 'configure' subcommand
|
2011-05-01 23:29:55 +02:00 |
|
mark_story
|
e80d45dd8f
|
Adding upgrade command for fixing request object access.
|
2011-05-01 23:29:55 +02:00 |
|
mark_story
|
6a5d6908d8
|
Adding a function to upgrade removed basics functions.
|
2011-05-01 23:29:55 +02:00 |
|
mark_story
|
02d9e41b2a
|
Making helper command be able to replace plugin helpers too.
|
2011-05-01 23:29:55 +02:00 |
|
mark_story
|
4bfa345192
|
Fixing plugin helper updates.
Adding docblocks
Using native iterators instead of Folder class.
Adding more to the help.
|
2011-05-01 23:29:54 +02:00 |
|
mark_story
|
31dfa7b9bb
|
Adding some help text for the upgrade shell.
|
2011-05-01 23:29:54 +02:00 |
|
evilbloodydemon
|
a7d69701ba
|
upgrade shell - option to specify extensions
|
2011-05-01 23:29:54 +02:00 |
|
evilbloodydemon
|
3dddcf8757
|
upgrade shell - refactoring
|
2011-05-01 23:29:54 +02:00 |
|
evilbloodydemon
|
5c6415d182
|
upgrade shell - helpers subcommand
|
2011-05-01 23:29:54 +02:00 |
|
evilbloodydemon
|
65ec52f116
|
upgrade shell - added ability to upgrade app separately from plugins
|
2011-05-01 23:29:54 +02:00 |
|
mark_story
|
0b42761b13
|
Adding a ghetto start to what will be the 2.0 upgrade shell. i18n updating mostly works.
|
2011-05-01 23:29:54 +02:00 |
|
AD7six
|
6773c57c0c
|
reset files on each itteration
|
2011-05-01 23:16:00 +02:00 |
|
AD7six
|
04d900be86
|
don't forget tasks
|
2011-05-01 23:13:38 +02:00 |
|
AD7six
|
a83855b5a4
|
add a function to make sure file names match the class they contain
|
2011-05-01 23:07:22 +02:00 |
|
AD7six
|
58b704d9af
|
move/rename folders
|
2011-05-01 22:40:40 +02:00 |
|
AD7six
|
a0506536e7
|
add a command to run all options
|
2011-05-01 21:55:15 +02:00 |
|
mark_story
|
317aad9526
|
Fixing missing uses for Controller Task.
Fixing incorrect import() for ClassRegistry.
|
2011-05-01 14:58:32 -04:00 |
|
mark_story
|
1c417ac2fd
|
Removing dead code, and adding another deprecation warning.
|
2011-05-01 14:17:33 -04:00 |
|
AD7six
|
14f78f857d
|
remove unused var
|
2011-05-01 19:58:46 +02:00 |
|