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
|
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 |
|
Mark Story
|
be38058586
|
Merge pull request #607 from jnrbsn/remove-bad-path-info-code
Remove bad path info code
|
2012-04-17 17:42:39 -07: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 |
|
Mark Story
|
afbd582155
|
Merge pull request #609 from lesllc/2.1-typo-fix
2.1 typo fix
|
2012-04-16 16:47:30 -07:00 |
|
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 |
|
mark_story
|
d136fac219
|
Correct docs to match code.
Fixes #2790
|
2012-04-15 20:33:43 -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 |
|
Jonathan Robson
|
a10093d2af
|
PATH_INFO never gets used.
See <http://github.com/cakephp/cakephp/pull/606> for discussion.
|
2012-04-12 23:13:57 -05:00 |
|
Mark Story
|
fec704ca8c
|
Merge pull request #604 from shama/patch-test-misc
Correct method descriptions and remove unused property
|
2012-04-11 17:39:16 -07:00 |
|
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
|
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
|
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 |
|
oldskool
|
4ceab12085
|
Added "missing" comma after smtp log option.
Signed-off-by: mark_story <mark@mark-story.com>
|
2012-04-08 21:09:05 -04: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
|
fe1a6d7d7e
|
Fragments should not be urlencoded()
encoding them breaks fragments for client side
applications like backbone.js
Fixes #2755
|
2012-04-06 21:32:37 -04:00 |
|
mark_story
|
b3419be0fb
|
Fix issues loading response classes from plugins.
Fixes #2759
|
2012-04-06 20:38:14 -04:00 |
|
mark_story
|
790d9beeb7
|
Always reconfigure global state.
Fixes issues wher the test suite with no fixtures could hit
a non test connection.
Fixes #2743
|
2012-04-06 20:27:56 -04:00 |
|
ADmad
|
863094da58
|
Fixing eg. code in doc block
|
2012-04-07 00:28:59 +05:30 |
|
Ceeram
|
30268f6a08
|
Only check for existing method expresion() when it actually will be called.
Datasources that use calculate() should not be forced to implement expression() as well
|
2012-04-05 23:15:18 +02:00 |
|
Ceeram
|
8c631fa022
|
add test to show label options in inputDefaults
|
2012-04-05 17:47:08 +02:00 |
|
mark_story
|
5c590aad09
|
Add missing ClassRegistry import.
Fixes #2757
|
2012-04-05 08:33:12 -04:00 |
|
Ceeram
|
223604fb0d
|
update docblock of AclComponent
|
2012-04-05 13:51:00 +02:00 |
|