ADmad
|
3800029c9a
|
Fix docblock
|
2012-04-22 02:22:48 +05:30 |
|
ADmad
|
d26f869455
|
Added function to get timezone object
|
2012-04-22 01:59:26 +05:30 |
|
ADmad
|
058d57a85a
|
Added function to convert time from user timezone to server timezone.
|
2012-04-22 01:59:26 +05:30 |
|
ADmad
|
a96de99388
|
Tweak docblocks
|
2012-04-22 01:59:26 +05:30 |
|
ADmad
|
ebf304927b
|
Added "Config.timezone" config param to avoid having to specify timezone in each function call.
|
2012-04-22 01:59:26 +05:30 |
|
ADmad
|
d34f0c2bd8
|
CakeTime functions can now use timezone string or DateTimeZone object for user offsets. (Passing numeric offsets has been kept for BC)
|
2012-04-22 01:59:08 +05:30 |
|
Ceeram
|
f0bd7386e2
|
created, modified and updated fields now use static timestamp in testcases
|
2012-04-21 17:38:49 +02:00 |
|
euromark
|
8a52a77cbc
|
correct argument order for phpunit asserts
|
2012-04-21 15:19:57 +02:00 |
|
euromark
|
bc2cd00123
|
cake 2.2 test case fixes (assert corrections, correct class names)
|
2012-04-21 15:02:35 +02:00 |
|
mark_story
|
2480ee1beb
|
Fix coding standards.
|
2012-04-20 20:52:10 -04:00 |
|
Mark Story
|
76e724e161
|
Merge pull request #617 from dereuromark/2.2-test-cases-fix-for-windows
2.2 test cases fix for windows
|
2012-04-20 17:03:13 -07:00 |
|
Ceeram
|
a0d78edb71
|
require models.php to avoid fatal error when running AllComponentsTest
|
2012-04-20 17:16:11 +02:00 |
|
euromark
|
da3b424838
|
Fixed several fails in the tests concerning windows. Especially in AllConsole
|
2012-04-20 16:38:50 +02:00 |
|
mark_story
|
fcb7714e2e
|
Fix failing test.
|
2012-04-19 22:17:19 -04:00 |
|
euromark
|
a5c323064f
|
domain configurable for mailing in CLI environment
|
2012-04-20 03:38:26 +02:00 |
|
Jose Lorenzo Rodriguez
|
fd8971ba06
|
Adding smart header checking to return 304 response in AssetDispatcher filter
|
2012-04-19 00:00:32 -04:30 |
|
mark_story
|
dec67ef259
|
Add proper charset to web test runner.
Fixes #2804
|
2012-04-18 22:45:55 -04:00 |
|
mark_story
|
c49da62c23
|
Update content_for_layout to use fetch()
Fixes #2803
|
2012-04-18 22:23:18 -04:00 |
|
mark_story
|
b54c3b0308
|
Convert FILES processing to use recursion.
Fixes issues with deeply nested file data issues.
Fixes #2796
|
2012-04-17 22:28:08 -04:00 |
|
mark_story
|
c15259f49c
|
Remove useless backups.
PHPUnit does this for us.
Fix formatting and whitespace.
|
2012-04-17 21:57:07 -04:00 |
|
mark_story
|
21ba5bf04a
|
Merge branch '2.1' into 2.2
|
2012-04-17 21:47:24 -04:00 |
|
mark_story
|
c871d85f2b
|
Fix introspection on models in other plugins.
Apply patch from 'Kim Biesbjerg'. Fixes issues introspecting
models in associations from different plugins.
Fixes #2732
|
2012-04-17 21:35:03 -04:00 |
|
mark_story
|
ca2c122c62
|
Make flaky tests less flaky.
Off by one second errors are common here.
|
2012-04-17 20:51:52 -04:00 |
|
mark_story
|
94e83fa81c
|
Fix invisible buttons.
Fixes #2802
|
2012-04-17 20:46:19 -04:00 |
|
mark_story
|
e54e494b4b
|
Syncing app/webroot/index.php + skel directory.
Refs #GH-607
|
2012-04-17 20:45:59 -04:00 |
|
Cauan Cabral
|
18aa5a040f
|
Include test to .0 and .00 decimals
|
2012-04-17 20:22:32 -04:00 |
|
Cauan Cabral
|
28bd6880df
|
Make Validation::decimal accept integers
Fix #2800
Force locale of ValidationTests with en_US to ensure decimal dot separator
|
2012-04-17 20:22:22 -04:00 |
|
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 |
|
Justin A. Barnes
|
2c0cd1f2dd
|
Fixed doc typo in lib/Cake/View/View.php
|
2012-04-16 18:30:10 -05:00 |
|
Ceeram
|
388b20dd9d
|
fix error in previous commit
|
2012-04-17 00:22:13 +02:00 |
|
Ceeram
|
a84597784d
|
avoid warning when saveAll() data has empty hasMany data, fixes #2792
|
2012-04-16 22:46:58 +02:00 |
|
Ceeram
|
9556ff714d
|
Avoid running validation again, when saveAll() is called with 'validate' => 'first'
|
2012-04-16 09:45:44 +02:00 |
|
Jose Lorenzo Rodriguez
|
565a58f784
|
Introducing dispatcher filters and adding tests for them
|
2012-04-16 00:36:08 -04:30 |
|
mark_story
|
8639d5af84
|
Fix mistakes.
|
2012-04-15 22:54:13 -04:00 |
|
mark_story
|
72c3059d94
|
Add missing parent calls.
Fixes piles of failing tests.
|
2012-04-15 22:20:34 -04:00 |
|
mark_story
|
d136fac219
|
Correct docs to match code.
Fixes #2790
|
2012-04-15 20:33:43 -04:00 |
|
Jose Lorenzo Rodriguez
|
05b88f3f0e
|
Fixed another failing test case
|
2012-04-15 12:52:34 -04:30 |
|
Jose Lorenzo Rodriguez
|
f574e9644d
|
Fixed failing test case
|
2012-04-15 12:51:33 -04:30 |
|
Jose Lorenzo Rodriguez
|
cfaa1ee37c
|
Adding missing docblocks
|
2012-04-15 11:47:41 -04:30 |
|
Jose Lorenzo Rodriguez
|
d17a471451
|
Initial middelware implementation
|
2012-04-15 11:39:08 -04:30 |
|
mark_story
|
9fbd57331f
|
Clear configure at the end of each test.
Fixes #2767
|
2012-04-14 23:33:08 -04:00 |
|
mark_story
|
f990ecfff3
|
Add Configure::clear()
Refs #2767
|
2012-04-14 23:32:29 -04:00 |
|
Juan Basso
|
37157806b9
|
Removing some dup code in nested transaction tests.
|
2012-04-14 16:46:47 -04:00 |
|
Juan Basso
|
7be5349b0c
|
Added configuration to disable nested transaction, even if the db supports it.
|
2012-04-14 16:43:24 -04:00 |
|
Juan Basso
|
b0a3a1a5aa
|
Added test to check when driver do not support nested support.
|
2012-04-14 16:25:23 -04:00 |
|
Juan Basso
|
79f7ca7d33
|
Oops, forgot one change in last commit.
|
2012-04-14 16:23:51 -04:00 |
|
Juan Basso
|
a512d46679
|
Sqlite is failing in PHP 5.2, re-adding the check for driver support.
|
2012-04-14 16:23:51 -04:00 |
|
Juan Basso
|
ffe0a18495
|
ReflectionMethod::setAccessible() is not compatible with PHP 5.2, causing fatal error in CI. Assuming that the db servers support nested transaction.
|
2012-04-14 16:23:51 -04:00 |
|
Juan Basso
|
22cd65b7d8
|
Added tests in each datasource to test the nested transactions.
|
2012-04-14 16:23:51 -04:00 |
|
Juan Basso
|
30258ac817
|
Added test for nested methods sequence.
|
2012-04-14 16:22:36 -04:00 |
|
Juan Basso
|
2c1cf29aa3
|
Added real support to nested transactions for Mysql, Postgres, Sqlite.
|
2012-04-14 16:21:42 -04:00 |
|
Juan Basso
|
2c9399a78a
|
Removed unused attribute and moved getVersion to be reused in all PDO drivers.
|
2012-04-14 16:21:41 -04:00 |
|
Juan Basso
|
9beaa9602f
|
Unified error handlers. Now the regular error handler will receive the fatal errors too.
|
2012-04-14 16:08:36 -04:00 |
|
Juan Basso
|
a72288c378
|
Fixing doc.
|
2012-04-14 16:08:36 -04:00 |
|
Juan Basso
|
a56f7b84e3
|
Setting the core fatal error handler if it is not configured.
|
2012-04-14 16:08:36 -04:00 |
|
Juan Basso
|
05cdae6d1a
|
Renamed fatal error handler configuration for follow the same logic of consoleHandler name.
|
2012-04-14 16:08:36 -04:00 |
|
Juan Basso
|
eeec217992
|
Added tests to fatal error handler.
|
2012-04-14 16:08:35 -04:00 |
|
Juan Basso
|
1428659f88
|
Moved the fatal error detection to App::shutdown and keeping the fatal error handler cleaner. It helps to be extended by applications/plugins.
|
2012-04-14 16:08:35 -04:00 |
|
Juan Basso
|
440f0c38eb
|
Added a handler for fatal errors, showing internal server error page when debug is disabled or a custom fatal error page when enabled.
|
2012-04-14 16:08:35 -04:00 |
|
mark_story
|
672735d7f7
|
Fix Coding standard error.
|
2012-04-14 12:20:05 -04:00 |
|
mark_story
|
f818caf47c
|
Remove duplicate code / skipped tests.
|
2012-04-14 12:20:05 -04:00 |
|
Mark Story
|
6167529d4d
|
Merge pull request #605 from shama/patch-datasource-test
Add checks for startQuote & endQuote.
Fixes #2769
|
2012-04-14 08:08:05 -07:00 |
|
mark_story
|
b9389c9da1
|
Fix comment's reference to version numbers.
|
2012-04-14 10:50:31 -04:00 |
|
mark_story
|
5bb8c3a942
|
Fix code standards.
|
2012-04-14 10:49:25 -04:00 |
|
Majna
|
17cbcf4406
|
Fix rendering element from plugin controller.
Fixes #2661
Signed-off-by: mark_story <mark@mark-story.com>
|
2012-04-14 10:24:54 -04:00 |
|
mark_story
|
0f2100767b
|
Add failing test for #2661
|
2012-04-14 10:24:20 -04:00 |
|
mark_story
|
2fd15b6c7e
|
Revert removal of session_cache_limiter()
It was removed in [4a6159c9af ].
The session_cache_limiter() is required for IE8 to correctly
hold onto sessions.
Fixes #2781
|
2012-04-14 10:04:56 -04:00 |
|
ADmad
|
4e1a2670da
|
Updating outdated layout file in skeleton
|
2012-04-14 19:22:52 +05:30 |
|
Renan Gonçalves
|
b0b36e8fba
|
Defining default values for CakeRequest, those params are present anywhere except when there isn't a Route match.
|
2012-04-13 15:58:45 +02:00 |
|
Renan Gonçalves
|
bba66f6506
|
Fixing call to deprecated method, using startupProcess() which will initialize components.
|
2012-04-13 15:57:06 +02:00 |
|
mark_story
|
8eb913433f
|
Move _attributeFormat and _minimizedAttributeFormat down.
Both properties are referenced by Helper. The properties
should be declared there as well.
Fixes #2771
|
2012-04-13 07:48:09 -04:00 |
|
Jose Lorenzo Rodriguez
|
e73bb27450
|
Merge remote-tracking branch 'origin/2.2-redis-engine' into 2.2-redis-engine
|
2012-04-11 23:24:39 -04:30 |
|
Jose Lorenzo Rodriguez
|
d588758783
|
Removing extra space after boolean cast
|
2012-04-11 23:22:38 -04:30 |
|
Kyle Robinson Young
|
6cf73c763c
|
Tests for a generic custom datasource
Default startQuote and endQuote to avoid error with non-database datasources
|
2012-04-11 10:08:45 -07:00 |
|
Kyle Robinson Young
|
8bbe250bec
|
Correct method descriptions and remove unused property
|
2012-04-11 07:50:54 -07:00 |
|
mark_story
|
f677bfea7d
|
Remove duplicated test code.
|
2012-04-10 22:26:33 -04:00 |
|
mark_story
|
a4f0399f74
|
Fix coding standards warnings.
|
2012-04-10 22:16:14 -04:00 |
|
mark_story
|
9f9feec222
|
Merge branch '2.2-hash' into 2.2
Conflicts:
lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
lib/Cake/View/Helper/FormHelper.php
|
2012-04-10 21:32:37 -04:00 |
|
mark_story
|
e3b124516f
|
Move where set is loaded.
2.1 expects that Configure will load Set.
|
2012-04-10 21:25:04 -04:00 |
|
mark_story
|
2333c8f33f
|
Re-factor duplicated code.
|
2012-04-10 21:05:42 -04:00 |
|
mark_story
|
45e3414d49
|
Add test for query string encoding.
Closes #2768
|
2012-04-10 20:08:12 -04:00 |
|
mark_story
|
f8966a64f2
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/Test/Case/Network/Email/CakeEmailTest.php
|
2012-04-09 21:55:02 -04:00 |
|
mark_story
|
81208d1fa7
|
Fix failing test.
|
2012-04-09 21:46:38 -04:00 |
|
mark_story
|
67743c8079
|
Fix missing Html escaping on string urls for assets.
Add HTML escaping for asset paths provided as strings.
Split existing tests up.
Fixes #2766
|
2012-04-09 21:20:11 -04:00 |
|
Mark Story
|
da9cbcf7bb
|
Merge pull request #603 from luisarmando/queryCacheDoc
Fix doc of DboSource->$_queryCache.
|
2012-04-09 14:35:57 -07:00 |
|
Luís Armando
|
bb2286bc43
|
Fix doc of DboSource->$_queryCache.
|
2012-04-09 13:30:58 -03:00 |
|
mark_story
|
c718a18218
|
Fix coding standards errors.
|
2012-04-08 21:01:25 -04:00 |
|
mark_story
|
c6d62884c1
|
Fix whitespace errors.
|
2012-04-08 20:40:30 -04:00 |
|
ADmad
|
1949a20b5a
|
Ensure L10n::get() consistently returns the set language. Closes #2737
|
2012-04-09 00:49:24 +05:30 |
|
ADmad
|
35b48c2c8c
|
Fix indentation
|
2012-04-09 00:43:04 +05:30 |
|
mark_story
|
3c9e79737d
|
Update doc blocks for CakeNumber.
|
2012-04-08 12:35:44 -04:00 |
|
mark_story
|
8d1b5c3f24
|
Fix notice errors with postgres.
|
2012-04-07 17:22:27 -04:00 |
|
mark_story
|
15c94dee4d
|
Fix whitespace and remove duplicate method calls.
|
2012-04-07 14:42:25 -04:00 |
|
mark_story
|
eeec362741
|
Merge remote-tracking branch 'ceeram/2.2-hash' into 2.2-hash
|
2012-04-07 14:28:40 -04:00 |
|
mark_story
|
a24aca6ffc
|
Fix a few code standards errors.
|
2012-04-06 22:56:01 -04:00 |
|
mark_story
|
ff35762e92
|
Fix coding standards warnings.
|
2012-04-06 22:34:29 -04:00 |
|
mark_story
|
38b7ae3c67
|
Coding standards cleanup.
Fix coding standards
Simplify addition of empty.
Add doc block for new feature.
|
2012-04-06 21:47:02 -04:00 |
|
Clément Hallet
|
613e3824e0
|
add tests for the 'empty radio option' feature
|
2012-04-06 21:37:19 -04:00 |
|
Clément Hallet
|
a7a55631d8
|
remove 'empty' option from once checked
|
2012-04-06 21:37:19 -04:00 |
|