Mark Story
|
e9382d0897
|
Fixing failing tests.
|
2011-08-10 21:40:53 -04:00 |
|
ADmad
|
8d8d64ac80
|
Merge pull request #169 from kamui545/patch-1
Adding support for url input
|
2011-08-10 08:10:25 -07:00 |
|
Renan Gonçalves aka renan.saddam
|
9e2db27b57
|
Merge pull request #171 from majna/2.0-cache-config
Added doc blocks for WincacheEngine. Fixed Memcache doc block.
|
2011-08-10 08:00:27 -07:00 |
|
Majna
|
826001adc7
|
Added doc blocks for WincacheEngine. Fixed Memcache doc block.
|
2011-08-10 16:55:05 +02:00 |
|
ADmad
|
392102b71f
|
Fixing regression in Set::extract(). Closes #1895 #1816 #1692
|
2011-08-10 03:56:45 +05:30 |
|
Maggion Emmanuel
|
27734507e4
|
Adding test case
|
2011-08-09 20:47:25 +03:00 |
|
Maggion Emmanuel
|
6cd89b0992
|
Edited lib/Cake/View/Helper/FormHelper.php via GitHub
|
2011-08-09 17:59:55 +03:00 |
|
Renan Gonçalves aka renan.saddam
|
ed8daf852b
|
Merge pull request #170 from majna/2.0-i18n-domain
Fixed wrong i18n domain param: 'cake_developer'
|
2011-08-09 07:32:52 -07:00 |
|
Majna
|
48e681424f
|
Fix for wrong 'cake_dev' i18n domain param.
|
2011-08-09 16:24:41 +02:00 |
|
Maggion Emmanuel
|
cb5f57f0ed
|
Adding support for url input
|
2011-08-09 17:02:00 +03:00 |
|
Renan Gonçalves aka renan.saddam
|
eb7567d33e
|
Merge pull request #168 from kamui545/patch-1
Adding `cake_dev` domain
|
2011-08-09 03:06:48 -07:00 |
|
Maggion Emmanuel
|
7ab1805bd9
|
Adding cake_dev domain
|
2011-08-09 13:03:32 +03:00 |
|
mark_story
|
95f3eb48f9
|
Fixing plugin option + locations subcommand.
|
2011-08-07 18:17:14 -04:00 |
|
mark_story
|
a268eea24f
|
Expanding docs on HtmlHelper.
|
2011-08-07 18:17:14 -04:00 |
|
Mark Story
|
4ab9dedd58
|
Updating doc blocks in Debugger and CakeLog.
|
2011-08-07 14:31:14 -04:00 |
|
mark_story
|
5330096019
|
Fixing parameter name in RssHelper docs.
Fixes #1888
|
2011-08-07 09:14:16 -04:00 |
|
mark_story
|
e4a7c8f3d7
|
Cleanup of minor issues found with phpmd.
|
2011-08-06 21:15:31 -04:00 |
|
mark_story
|
be262f30f0
|
Fixing notice errors caused by undefined property.
|
2011-08-06 21:12:48 -04:00 |
|
Mark Story
|
2f079b33dd
|
Fixing issues output xml help.
|
2011-08-06 16:26:58 -04:00 |
|
Mark Story
|
5d3c470871
|
Fixing issues where option values started with '-'.
|
2011-08-06 15:43:41 -04:00 |
|
Mark Story
|
b7391274fb
|
Adding an exception when a short option is longer than one
character. Having long short options breaks parsing, and
doesn't make sense with how short options are used.
|
2011-08-06 15:21:42 -04:00 |
|
Mark Story
|
10c78c5420
|
Fixing bad include on text reporter.
Fixing bad includes and updating usage in text coverage reports.
|
2011-08-06 13:54:02 -04:00 |
|
Mark Story
|
fb756c5aee
|
Fixing incorrectly inflected shell names in help.
|
2011-08-06 09:52:07 -04:00 |
|
Mark Story
|
5f84b4846c
|
Making long options & arguments replaced with short forms.
Fixes #1882
|
2011-08-06 09:50:41 -04:00 |
|
Mark Story
|
6ef4ce4c31
|
Adding a line to the generated cache files,
that re-assigns view params after component callbacks.
Fixes issues with SecurityComponent and cache files.
Fixes #1863
|
2011-08-05 22:59:46 -04:00 |
|
0x20h
|
ea7c8c4710
|
Adding better file locking in write(). This should reduce issues
with file locking and unserialize().
Fixes #1660
|
2011-08-05 22:31:19 -04:00 |
|
mark_story
|
c1b0eb8f21
|
Updating output of project task to better reflect what
happened.
|
2011-08-03 21:56:24 -04:00 |
|
Mark Story
|
b45e8eb0cd
|
Adding comments about CAKE_CORE_INCLUDE_PATH.
Removing ini_set() blocks that don't need to exist.
|
2011-08-03 20:06:47 -04:00 |
|
Mark Story
|
b362afee06
|
Changing assertPattern to assertRegExp.
|
2011-08-03 20:06:47 -04:00 |
|
Mark Story
|
cdcabc79b6
|
Doing some refactoring in the project task.
Adding tests for constants staying commented out when CakePHP is on the include_path.
|
2011-08-03 20:06:47 -04:00 |
|
Mark Story
|
6e2870c706
|
Removing APP_PATH it is always the same as APP.
Fixing a typo in index.php.
|
2011-08-03 20:06:47 -04:00 |
|
Mark Story
|
20e9015f80
|
Making skel files generate hard coded paths, when CakePHP
is not on the include_path, and exclude hard coded paths when it is.
|
2011-08-03 20:06:47 -04:00 |
|
Mark Story
|
721c438817
|
Re-adding support for PHP's include_path.
Moving constants that are made of other constants into bootstrap.php
|
2011-08-03 20:06:47 -04:00 |
|
Ceeram
|
e083b21dfe
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-08-02 14:56:47 +02:00 |
|
Ceeram
|
dbdc0a1e37
|
moving test icons one dir up, and remove subdir img in img
|
2011-08-02 14:56:03 +02:00 |
|
Mark Story
|
b5a533b287
|
Fixing issues with duplicate content/empty tags with CacheHelper.
Added internal tag munging proposed by 'FelipePtChO'.
Uncommented a test that was failing.
Fixes #1857
|
2011-08-01 22:54:49 -04:00 |
|
Mark Story
|
4da671c952
|
Merge pull request #157 from ProLoser/patch-2
Added `'integer' => 'number'` for HTML5
|
2011-08-01 18:07:40 -07:00 |
|
Juan Basso
|
895c10af7b
|
Adjusted some types in @param, @return and @var.
|
2011-07-31 22:57:17 -04:00 |
|
Juan Basso
|
4df585e15e
|
Changed method API description.
|
2011-07-31 20:33:09 -04:00 |
|
Juan Basso
|
d84531d29c
|
Using @property to autocomplete components and helpers in some IDEs. Also added @property to bake of controller and model. Fixes #103.
|
2011-07-31 20:28:35 -04:00 |
|
Juan Basso
|
7604763888
|
Updated some file headers to include correct license and copyright.
|
2011-07-31 19:14:36 -04:00 |
|
Juan Basso
|
ebb70c4810
|
Fixed type to parameters that is defined in the code.
|
2011-07-31 18:03:28 -04:00 |
|
Juan Basso
|
2a50a1ea99
|
Included @var in API that was missing.
|
2011-07-31 17:05:20 -04:00 |
|
Juan Basso
|
fedadc091c
|
Included @throws in API that was missing.
|
2011-07-31 16:55:52 -04:00 |
|
Mark Story
|
416e527cbc
|
Fixing issues with Sanitize::stripWhitespace() and utf8 characters.
Fixes #1862
|
2011-07-31 15:44:10 -04:00 |
|
ADmad
|
9577fb0ca2
|
Fixed TreeBehavior::childCount(). Closes #1833
|
2011-07-31 12:39:52 +05:30 |
|
Jose Lorenzo Rodriguez
|
eaa01634b1
|
Making ControllerTestCase abstract, that way PHP won't complain about empty test cases, closes #1868
|
2011-07-30 22:05:17 -04:30 |
|
ADmad
|
b15c77ecc3
|
Enhancing validation messages to have placeholders. Closes #1855
|
2011-07-31 06:33:56 +05:30 |
|
Juan Basso
|
9bc3e567c1
|
Removed the @access and @static.
|
2011-07-30 20:56:48 -04:00 |
|
Juan Basso
|
db80fe27e1
|
Changed the visibility to protected.
|
2011-07-30 20:00:19 -04:00 |
|