mark_story
|
6e0cf0dab7
|
Fix failing test.
|
2012-07-26 21:19:20 -04:00 |
|
José Lorenzo Rodríguez
|
255705a81e
|
Merge pull request #714 from shin1x1/pr_server_shell_2.3
Added ServerShell for PHP Built-in Server into 2.3 branch.
|
2012-07-25 14:10:28 -07:00 |
|
euromark
|
2a553dcfd1
|
unified doctype for browser related layout templates
|
2012-07-24 18:06:39 +02:00 |
|
mark_story
|
2359fb7e2e
|
Simplify number formatting.
|
2012-07-22 21:28:49 -04:00 |
|
Heath Nail
|
434d3a7137
|
Add bcrypt support to Security::hash()
|
2012-07-22 21:15:00 -04:00 |
|
mark_story
|
ed19821168
|
Merge branch 'master' into 2.3
|
2012-07-22 21:01:28 -04:00 |
|
mark_story
|
e6ef218600
|
Fix associated translations being inserted.
Due to changes introduced in [1c0b6c076a ]
associated translations would incorrectly be saved with a value of ''.
Fixes #3057
|
2012-07-22 20:59:24 -04:00 |
|
Mark Story
|
f77bebcc38
|
Merge pull request #730 from dereuromark/2.3-missing-app-uses
another correction for app uses
|
2012-07-21 18:50:52 -07:00 |
|
euromark
|
93eb8c2c58
|
another correction for app uses
|
2012-07-22 03:38:39 +02:00 |
|
mark_story
|
71507796c7
|
Add docs.
|
2012-07-21 21:35:45 -04:00 |
|
mark_story
|
6ce4a3a1ec
|
Add tests for contentDisposition flag.
Fixes #3042
|
2012-07-21 21:22:04 -04:00 |
|
Joey Jan
|
9deb966657
|
Add ability to disable content-disposition for email attachments.
This solves issues with outlook and text/calendar attachments.
Refs #3042
|
2012-07-21 21:01:45 -04:00 |
|
mark_story
|
468302b526
|
Merge branch 'master' into 2.3
|
2012-07-21 20:59:56 -04:00 |
|
mark_story
|
6286b43329
|
Make tests pass on windows.
Need to shuffle around log levels to work with the 4 levels on windows
instead of the 8 on *nix systems.
Refs #3055
|
2012-07-21 20:59:05 -04:00 |
|
mark_story
|
a27e171f0f
|
Invert default log configuration.
Windows only has 4 log levels instead of 8. This causes notice errors
when trying to use 'alert' and a few other levels.
Fixes #3055
|
2012-07-21 20:42:46 -04:00 |
|
mark_story
|
ab6fab6675
|
Add missing import.
|
2012-07-21 20:42:46 -04:00 |
|
euromark
|
01f1b0dadc
|
correcting previously added app uses statements
|
2012-07-21 20:29:49 +02:00 |
|
mark_story
|
2e71ef8f26
|
Add CakeSession Fixture
CakePHP should provide a fixture for the default session table name so
developers don't need to add the same fixture to each application.
Fixes #3054
|
2012-07-21 14:08:10 -04:00 |
|
Mark Story
|
f858ea3007
|
Merge pull request #726 from dereuromark/2.3-html-reporter-fix
only try to get comparison failure for the appropriate object
|
2012-07-21 07:02:34 -07:00 |
|
euromark
|
6557e3bafe
|
only try to get comparison failure for the appropriate object
|
2012-07-21 15:23:54 +02:00 |
|
euromark
|
4fe1ab1bf6
|
missing app uses statements
|
2012-07-21 13:34:33 +02:00 |
|
José Lorenzo Rodríguez
|
a7865b5d1d
|
Removing some new by reference calls
|
2012-07-19 14:24:12 -05:30 |
|
Mark Story
|
f65b52bf11
|
Merge pull request #722 from uzyn/bugfix/url-validation
Fix URL validation to allow underscores in subdomain.
|
2012-07-19 12:40:30 -07:00 |
|
Christian Winther
|
bce82a2322
|
Better custom find for pagination
Instead of shuffling the paginator settings you can now simply add a new "findType" key and it will automatically change the find() type accordingly
|
2012-07-19 15:57:51 +02:00 |
|
U-Zyn Chua
|
e7c4064a69
|
Fix URL validation to allow underscores in subdomain.
|
2012-07-19 20:51:33 +08:00 |
|
mark_story
|
473d55f091
|
Allow 1 second of slip.
|
2012-07-18 22:22:57 -04:00 |
|
mark_story
|
3c6b50953b
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/VERSION.txt
|
2012-07-18 22:12:51 -04:00 |
|
mark_story
|
7979ee5fa0
|
Remove test that is no longer needed for validation.
|
2012-07-17 23:18:25 -04:00 |
|
Mark Story
|
83cef3ef9a
|
Merge pull request #718 from dereuromark/2.3-fix-validation-error-message
2.3 fix validation error message
|
2012-07-17 19:57:16 -07:00 |
|
mark_story
|
3b46cd43f1
|
Add logging and error when fixture creation fails.
This helps people find and solve issues faster/easier.
Fixes #3044
|
2012-07-17 22:48:50 -04:00 |
|
euromark
|
3945c0e6a8
|
rtim files
|
2012-07-18 03:55:29 +02:00 |
|
euromark
|
e1357ca8aa
|
indentation in templates
|
2012-07-18 03:24:55 +02:00 |
|
mark_story
|
a63dd9ee9d
|
Fix incorrect formatting in TreeBehavior.
Fixes #3045
|
2012-07-17 21:06:41 -04:00 |
|
euromark
|
760cf33ce3
|
make sure a missing validation rule always triggers a warning (in productive mode this will be logged in the log files)
|
2012-07-17 10:47:20 +02:00 |
|
mark_story
|
928de97338
|
Add additional tests for error triggering on missing validator.
Closes #3039
|
2012-07-15 19:47:28 -04:00 |
|
mark_story
|
2f7f5e1322
|
Use file cache as the default cache engine.
Too many people had issues using APC by default as its often configured
in strange ways, and works poorly on inexpensive hosting.
Fixes #2995
|
2012-07-15 09:11:27 -04:00 |
|
mark_story
|
cc44130fc0
|
Update version number to 2.2.1
|
2012-07-14 16:42:59 -04:00 |
|
mark_story
|
fb92bde0fe
|
Loosen exception types.
|
2012-07-14 16:18:21 -04:00 |
|
mark_story
|
22d4cb3794
|
Allow warnings for Xml entities.
For some installations libxml_use_internal_errors() does not work,
a warning is another way to measure the entities not being loaded.
|
2012-07-14 16:08:54 -04:00 |
|
mark_story
|
a7c79e5da2
|
Fix warnings when deleting records that do not exist.
Fixes #3037
|
2012-07-14 15:54:07 -04:00 |
|
mark_story
|
6c905411ba
|
Fix XML decoding attack via external entities.
|
2012-07-14 11:53:37 -04:00 |
|
shin1x1
|
32d5f113d3
|
fixed phpcs errors.
|
2012-07-14 16:47:33 +09:00 |
|
mark_story
|
46f8de72a2
|
Fix web runner showing fails as passes when show_passes is on.
Fixes #3035
|
2012-07-13 22:58:07 -04:00 |
|
shin1x1
|
dd524c96e1
|
Added ServerShell for PHP Built-in Server.
|
2012-07-13 02:29:42 +09:00 |
|
mark_story
|
8fc5726920
|
Remove trailing whitespace.
|
2012-07-11 21:39:32 -04:00 |
|
mark_story
|
3baaecc81c
|
Type check before unset()
Calling unset() on string indices fails fatally on 5.3.x and lower.
Fixes #3027
|
2012-07-11 15:54:24 -04:00 |
|
mark_story
|
b7415525c8
|
Fix missing line breaks.
Fixes #3028
|
2012-07-11 15:51:07 -04:00 |
|
Jose Lorenzo Rodriguez
|
db247558b0
|
Correctly passing ellipsis options to all internal method calls insie
PaginatorHelper::numbers(), under some combinations of modulus/limit
it would not get passed even though there are pages in between to show
|
2012-07-10 20:46:56 -04:30 |
|
Jose Lorenzo Rodriguez
|
39715bcd89
|
Adding missing afterValidate callback to behaviors, Fixes #3024
|
2012-07-10 20:35:26 -04:30 |
|
ADmad
|
69eba678f4
|
Deprecated MediaView and updated MediaView::render() to use CakeResponse::file()
|
2012-07-11 01:40:42 +05:30 |
|