ADmad
|
a1aa73c1a2
|
Cache character set names
|
2012-10-07 21:58:49 +05:30 |
|
AD7six
|
fa6defea37
|
url encode nested named parameters in unmatched routes
reference: #2988
and 31033239bd
|
2012-10-05 11:40:58 +02:00 |
|
AD7six
|
5140baf83d
|
Load routes as late as possible.
As a concequence - routes will also work by default in the cli
|
2012-10-04 21:41:12 +02:00 |
|
ADmad
|
1c0492eb8b
|
Allow throwing exception instead of redirecting upon unauthorized access attempt. Closes #591
|
2012-10-04 18:40:57 +05:30 |
|
mark_story
|
a3ae58da09
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/View/View.php
|
2012-10-01 21:20:25 -04:00 |
|
ADmad
|
47708c52cd
|
Allow content to be added before existing content in view block.
|
2012-10-02 00:11:54 +05:30 |
|
ADmad
|
ce9ad1f2ed
|
Fix failing tests
|
2012-10-01 20:22:41 +05:30 |
|
euromark
|
7383298410
|
making messages() and errors() reset themselves by default
|
2012-10-01 14:20:53 +02:00 |
|
mark_story
|
c94886a988
|
Add missing import that causes tests to fail in isolation.
|
2012-09-30 22:51:19 -04:00 |
|
mark_story
|
affb3192ad
|
Fix issue where including elements + extending views fails.
If you include an element before calling extend(), the parent view
will be assumed to be an element instead of a view/layout.
Fixes #3248
|
2012-09-30 22:44:27 -04:00 |
|
dogmatic69
|
408e619c9f
|
Merge branch '2.3' into type-checks
Conflicts:
lib/Cake/Console/Command/Task/ModelTask.php
lib/Cake/Controller/Component/RequestHandlerComponent.php
lib/Cake/Model/Datasource/Database/Mysql.php
lib/Cake/Utility/CakeNumber.php
|
2012-10-01 02:08:00 +01:00 |
|
dogmatic69
|
095e8df995
|
fixing a error in the tests
|
2012-10-01 00:49:39 +01:00 |
|
ADmad
|
035f727686
|
Replace Model::read() with Model::find('first') in baked controller
Removed references to Ajax and Javascript helpers
|
2012-09-30 14:41:37 +05:30 |
|
mark_story
|
80c355baa5
|
Make minutes/hours wrap around correctly.
Also account for times around midnight that roll over days/months/years.
Fixes #3242
|
2012-09-28 22:50:46 -04:00 |
|
mark_story
|
59e948fb1b
|
Merge branch 'master' into 2.3
|
2012-09-28 21:20:24 -04:00 |
|
mark_story
|
853d866c35
|
Remove port numbers from Message-id domains.
Fixes #3244
|
2012-09-28 21:20:14 -04:00 |
|
Mark Story
|
51245ce41d
|
Merge pull request #874 from dereuromark/2.3-languages
after correcting nld the iso standard should be enforced for all langs
|
2012-09-28 17:55:02 -07:00 |
|
Mark Story
|
87fc86133c
|
Merge pull request #873 from dereuromark/coding-standards
correcting coding-standards
|
2012-09-28 17:49:32 -07:00 |
|
euromark
|
032704346a
|
after correcting nld the iso standard should be enforced for all languages
|
2012-09-28 14:46:29 +02:00 |
|
euromark
|
b7f1740d2b
|
correcting coding-standards
|
2012-09-28 13:49:51 +02:00 |
|
mark_story
|
eed59a95ad
|
Fix whitespace.
|
2012-09-27 21:42:15 -04:00 |
|
mark_story
|
393849a9ba
|
Make exception rendererer more resiliant
Exceptions in beforeRender() should render correct error pages.
Fixes #3235
|
2012-09-27 21:39:22 -04:00 |
|
mark_story
|
99edef0abc
|
Re-order assertions.
Group the true/false assertions.
|
2012-09-27 21:39:14 -04:00 |
|
euromark
|
c87b53a7d8
|
correcting iso standard for nld (dutch) - making dut the alias
|
2012-09-27 10:10:40 +02:00 |
|
mark_story
|
76d21c6d56
|
Try to fix another test failure caused by blowfish.
travis ci seems to have wonky hashing with blowfish on the 5.2 boxes.
Skip tests when we know blowfish is messed up.
|
2012-09-26 22:25:05 -04:00 |
|
mark_story
|
ea784f68dc
|
Try skipping blowfish tests if hashes are wrong.
Another attempt at fixing failing tests on travisci.
|
2012-09-26 22:00:52 -04:00 |
|
Jose Lorenzo Rodriguez
|
047ffd1530
|
Removing variable from dump test as it does not exist anymore
|
2012-09-25 17:01:06 +02:00 |
|
Jose Lorenzo Rodriguez
|
d5c9d97dc1
|
Merge remote-tracking branch 'origin/master' into 2.3
Conflicts:
lib/Cake/Model/Behavior/TranslateBehavior.php
lib/Cake/Model/CakeSchema.php
lib/Cake/Utility/CakeTime.php
lib/Cake/Utility/ClassRegistry.php
lib/Cake/View/MediaView.php
|
2012-09-25 16:36:03 +02:00 |
|
Jose Lorenzo Rodriguez
|
b0822d2246
|
Introducing failing test case to prove issue in CakeTime
|
2012-09-25 15:23:19 +02:00 |
|
dogmatic69
|
b1f26b59a3
|
converting if ($foo != null) to if ($foo)
|
2012-09-21 23:30:43 +01:00 |
|
José Lorenzo Rodríguez
|
2818ec6eb4
|
Merge pull request #859 from dereuromark/2.3-format-delta
adding CakeNumber::formatDelta() and fixing issue with format()
|
2012-09-21 00:18:35 -07:00 |
|
dogmatic69
|
6d4f4b57d7
|
adding a plugin propery to models wwith tests for ticket #85
Merge pull request #696
|
2012-09-20 21:31:31 -04:00 |
|
mark_story
|
268e58956d
|
Attempt to make tests pass when OpenSSL is not enabled.
|
2012-09-20 21:28:29 -04:00 |
|
mark_story
|
d3ba9703a5
|
Try to make some time related test failures go away.
|
2012-09-20 21:07:14 -04:00 |
|
euromark
|
7aa78c40f3
|
test case to proof that less between strings also work and do not error
|
2012-09-21 02:57:10 +02:00 |
|
Ber Clausen
|
aaefbf1c2f
|
Add MySQL FULLTEXT support.
Minor optimizations and testing added.
Merge pull request #862 from bar/mysql-fulltext
Fixes #262
|
2012-09-20 20:42:30 -04:00 |
|
mark_story
|
a9750264e4
|
Revert "Add MySQL FULLTEXT support."
This reverts commit 36c99a358f .
|
2012-09-20 20:39:02 -04:00 |
|
Mark Story
|
f4a639cbfa
|
Merge pull request #862 from bar/mysql-fulltext
Add MySQL FULLTEXT support.
Fixes #262
|
2012-09-20 17:20:23 -07:00 |
|
euromark
|
490bbf836d
|
remove debug statement
|
2012-09-21 00:09:42 +02:00 |
|
euromark
|
bfaed32e58
|
allow between to be an array of strings
|
2012-09-21 00:06:26 +02:00 |
|
Mark Story
|
e931211fcc
|
Merge pull request #858 from dereuromark/2.3-request
adding query() for CakeRequest
|
2012-09-20 06:40:23 -07:00 |
|
Ber Clausen
|
36c99a358f
|
Add MySQL FULLTEXT support.
Minor optimizations and testing added.
|
2012-09-20 00:35:42 -03:00 |
|
euromark
|
0be1943bcd
|
adding basic test
|
2012-09-20 01:56:52 +02:00 |
|
euromark
|
3fa6b96ad0
|
adding CakeNumber::formatDelta() and fixing issue with near-zero values and format()
|
2012-09-20 01:41:41 +02:00 |
|
mark_story
|
0f0b5e7668
|
Fix incorrect radio selection with falsey values.
Use strval() to work around 0 == '' type issues.
Cleanup some tests.
Fixes #3221
|
2012-09-19 10:14:29 -04:00 |
|
euromark
|
60385d1d28
|
test the query() method with arrays passed via $_GET
|
2012-09-19 03:14:55 +02:00 |
|
mark_story
|
da6d49e554
|
Fix code conventions.
|
2012-09-18 14:50:03 -04:00 |
|
mark_story
|
5d830d7adb
|
Fix multiple selects always failing post validation.
Fixes #3218
|
2012-09-18 14:41:51 -04:00 |
|
Mark Story
|
5d4a6fd6b6
|
Merge pull request #856 from ceeram/2.3-cakenumber
Simplify and improve fromReadableSize().
|
2012-09-18 10:55:28 -07:00 |
|
euromark
|
e8cfac0eec
|
adding query() for CakeRequest
|
2012-09-18 19:38:53 +02:00 |
|