Jose Lorenzo Rodriguez
|
bf0f5ab118
|
Merge remote-tracking branch 'origin/2.1' into 2.2
|
2012-04-29 20:05:39 -04:30 |
|
Kyle Robinson Young
|
b8488b8dfe
|
Update 1.x @link in docblocks
|
2012-04-26 19:49:18 -07:00 |
|
mark_story
|
7240286adc
|
Fix coding standards errors.
|
2012-04-23 22:01:45 -04:00 |
|
Jose Lorenzo Rodriguez
|
4b2804bb42
|
Fixing broken test and coding standard
|
2012-04-22 17:39:45 -04:30 |
|
Jose Lorenzo Rodriguez
|
826699a670
|
Extracting asset dispatcher and cache dispatcher into separate classes to provide examples on how to use Dispatcher
Filters
|
2012-04-17 00:42:18 -04:30 |
|
Jose Lorenzo Rodriguez
|
70f3cc579c
|
Renaming a few things in dispatcher filters to maccht general naming style in CakePHP
|
2012-04-16 23:41:32 -04:30 |
|
Jose Lorenzo Rodriguez
|
565a58f784
|
Introducing dispatcher filters and adding tests for them
|
2012-04-16 00:36:08 -04:30 |
|
Jose Lorenzo Rodriguez
|
d17a471451
|
Initial middelware implementation
|
2012-04-15 11:39:08 -04:30 |
|
Jose Lorenzo Rodriguez
|
4f6f041730
|
Using same serialization strategy for request object in cached views, this prevents some failing tests in environments
with different charsets
|
2012-03-27 00:57:15 -04:30 |
|
Kyle Robinson Young
|
90e7afbdc7
|
Correct parameter order of assertEquals and assertNotEquals
|
2012-03-22 23:37:12 -07:00 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
mark_story
|
907596b2f5
|
Fix coding standards in Case/Routing
|
2012-03-12 21:36:27 -04:00 |
|
mark_story
|
7665f369fa
|
Merge branch '2.1-type-hinting-corrections' into 2.1
|
2012-02-25 20:07:18 -05:00 |
|
euromark
|
e94d307ee1
|
code conventions
|
2012-02-25 19:46:05 -05:00 |
|
Kyle Robinson Young
|
4176e59e52
|
Typo fixes in tests
|
2012-02-23 15:29:53 -08:00 |
|
Kyle Robinson Young
|
22582aee63
|
Upgrade legacy uses of App::build() types
|
2012-02-18 04:31:29 -08:00 |
|
Kyle Robinson Young
|
c4829dc3b8
|
Use App::RESET instead of true with App::build()
|
2012-02-18 04:04:54 -08:00 |
|
Mark Story
|
c2d753ffb4
|
Merge pull request #500 from shama/patch-visibility
Add missing visibility keywords
|
2012-02-21 17:36:36 -08:00 |
|
Kyle Robinson Young
|
45ec5d73c5
|
Add missing visibility keywords
|
2012-02-16 23:13:12 -08:00 |
|
Kyle Robinson Young
|
4141a3ab5b
|
Load specific test plugins rather than all to avoid conflicts
|
2012-02-16 20:03:44 -08:00 |
|
mark_story
|
14228fa469
|
Fix more tests to use assertTextEquals()
Refs #2148
|
2012-02-16 21:51:56 -05:00 |
|
mark_story
|
15c7493e39
|
Merge branch '2.0' into 2.1
|
2012-01-06 23:02:16 -05:00 |
|
Jose Lorenzo Rodriguez
|
00a0c60733
|
Removing 1.3 Backwards compatible code to load underscored files. Now you can App::build('Locale') instead of 'locales'
|
2012-01-05 19:56:01 -04:30 |
|
mark_story
|
95ec741b6c
|
Changing SCRIPT_NAME to PHP_SELF
Several shared hosts have issues with SCRIPT_NAME having an incorrect value.
Revert back to using PHP_SELF like in 1.3.
Fixes #2437
Fixes #2334
Fixes #2268
|
2012-01-04 21:10:29 -05:00 |
|
ADmad
|
389072708a
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Test/Case/Model/ModelReadTest.php
lib/Cake/Utility/Debugger.php
|
2011-12-22 03:15:04 +05:30 |
|
mark_story
|
e05d7d1791
|
Make dispatcher::cached() use here()
This allows separate cache files to be created
for different query parameters.
Fixes #2381
|
2011-12-17 12:19:34 -05:00 |
|
mark_story
|
2e8498e166
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Model/Datasource/Database/Postgres.php
lib/Cake/Test/Case/Console/TaskCollectionTest.php
lib/Cake/Test/Case/Model/ModelIntegrationTest.php
lib/Cake/Test/Case/Utility/ClassRegistryTest.php
lib/Cake/Utility/ClassRegistry.php
|
2011-12-11 22:51:40 -05:00 |
|
Kyle Robinson Young
|
1e1c7a036d
|
Code consistency formatting tweaks
|
2011-12-06 12:52:48 -08:00 |
|
mark_story
|
6d269ce25d
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Config/config.php
lib/Cake/Console/Command/Task/ModelTask.php
lib/Cake/Console/Command/TestsuiteShell.php
lib/Cake/Model/CakeSchema.php
lib/Cake/Model/Datasource/Database/Sqlite.php
lib/Cake/Test/Case/Model/ModelTestBase.php
lib/Cake/Test/Case/Routing/DispatcherTest.php
lib/Cake/Test/Case/Utility/FileTest.php
lib/Cake/VERSION.txt
|
2011-12-03 13:45:28 -05:00 |
|
mark_story
|
79d6a850ad
|
Fix theme files with spaces in them.
Fixes #2324
|
2011-12-01 18:16:01 -05:00 |
|
Kyle Robinson Young
|
94e119fe67
|
Adhere to code formatting standard
|
2011-11-30 23:21:31 -08:00 |
|
Kyle Robinson Young
|
5876744709
|
Adhering to coding standards
|
2011-11-30 07:44:11 -08:00 |
|
mark_story
|
fa0ec44dfd
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Test/Case/Console/Command/CommandListShellTest.php
lib/Cake/Test/Case/Error/ExceptionRendererTest.php
lib/Cake/Test/Case/Utility/DebuggerTest.php
lib/Cake/Test/Case/View/Helper/TextHelperTest.php
|
2011-11-16 21:31:16 -05:00 |
|
Kyle Robinson Young
|
98f03dc6df
|
Replacing test case compatibility functions
|
2011-11-16 21:07:08 -05:00 |
|
ADmad
|
38d7433359
|
Fixing tests broken by previous commit.
|
2011-11-13 00:44:56 +05:30 |
|
mark_story
|
1487357ba6
|
Convert another long test to use a dataprovider.
|
2011-11-09 21:25:12 -05:00 |
|
mark_story
|
bc40a55f20
|
Re-factor dispatcher asset test to use a data provider.
|
2011-11-09 21:25:11 -05:00 |
|
mark_story
|
bfd95d0e04
|
Fixing remaining failing tests in PHPUnit 3.6
|
2011-11-04 22:54:09 -04:00 |
|
Jose Lorenzo Rodriguez
|
60e3f02eac
|
Setting a correct Content-Length for plugin assets
|
2011-10-28 23:45:31 -04:30 |
|
mark_story
|
4810518c7d
|
Fix issue where abstract or interface controllers
would be constructed by Dispatcher.
Tests added.
Fixes #2048
|
2011-09-30 22:40:30 -04:00 |
|
mark_story
|
0e5797d69d
|
Make full page caching + Themes work.
Dispatcher now uses ThemeView for rendering cache files.
This enables nocache blocks to reference theme elements.
Fixes #1858
|
2011-09-17 13:19:43 -04:00 |
|
Jose Lorenzo Rodriguez
|
df303f9e09
|
Fixing remaining failing tests
|
2011-09-03 09:43:50 -04:30 |
|
Juan Basso
|
9bc3e567c1
|
Removed the @access and @static.
|
2011-07-30 20:56:48 -04:00 |
|
Jose Lorenzo Rodriguez
|
cfd2d9e00b
|
Updating all @package annotations in doc blocks
|
2011-07-26 01:46:14 -04:30 |
|
mark_story
|
f0819d364c
|
Updating Dispatcher tests for changes in Router.
|
2011-07-22 20:29:45 -04:00 |
|
mark_story
|
61ab769f1c
|
Moving tests for private actions to ControllerTest.
|
2011-07-22 20:29:44 -04:00 |
|
mark_story
|
c25394278b
|
Returning response objects from controllers wasn't working correctly.
|
2011-07-22 20:29:44 -04:00 |
|
mark_story
|
177cd39abb
|
Moving private method detection into Controller.
This fixes an issue where potected methods would
not be called, and no exception would be raised.
|
2011-07-22 20:29:44 -04:00 |
|
mark_story
|
5240edeb82
|
Refactoring tests to better use PHPUnit's features
Removing non-functional cruft.
|
2011-07-22 20:29:43 -04:00 |
|
mark_story
|
9641bcc8df
|
Modifying Dispatcher and its test cases to accept a CakeResponse as part of its
arguments.
|
2011-07-22 20:29:43 -04:00 |
|