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
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
ADmad
762fcf2c42
Fixed TreeBehavior::childCount(). Closes #1833
2011-07-31 01:07:46 +05:30
mark_story
7a9ac53adf
Fixing issues with SecurityComponent, where removing your session,
...
would allow posting of invalid form data.
Fixes #1867
2011-07-30 10:44:28 -04:00
mark_story
e1960d1d35
Changing Postgresql to use DELETE FROM instead of TRUNCATE.
...
This should improve compatibilty with databases using constraints.
Fixes #1838
2011-07-28 22:17:12 -04:00
mark_story
f9373ff504
Fixing double output issues with Scaffold.
2011-07-28 18:09:19 -04:00
Mark Story
8f38065c8f
Adding missing Vendor directory.
...
Fixes #1859
2011-07-28 16:31:19 -04:00
José Lorenzo Rodríguez
dbcdbbb64f
Merge pull request #159 from majna/2.0-plugin-task
...
Fix for lowercased schema folder when baking plugin skel.
2011-07-28 10:14:21 -07:00
Mark Story
8149e4f049
Removing unused property.
...
Removing broken dispatch pass-though method.
2011-07-28 13:12:18 -04:00
Majna
29e4cad99e
Fix for lowercased schema folder when baking plugin skel
2011-07-28 18:57:10 +02:00
mark_story
ecccfe913b
Fixing issue wher times between 12:00 and 12:59 would be incorrectly
...
marked as am.
Fixes #1851
2011-07-27 20:20:24 -04:00
Dean Sofer
2ef17ec0a7
Additional tweak to FormHelper::input(), make float types use the number input
2011-07-27 15:15:31 -07:00
Jose Lorenzo Rodriguez
25682db434
Removing duplicate directory separator when looking for locale search paths, closes #1854
2011-07-27 17:41:25 -04:30
Jose Lorenzo Rodriguez
402934fa4d
Updating version numbers to 2.0.0-beta
2011-07-26 13:20:27 -04:30
Jose Lorenzo Rodriguez
c73ae84c70
Updating version numbers
2011-07-26 13:16:14 -04:30
Jose Lorenzo Rodriguez
8c60e01235
Reverting change done to validation that was duplicating the validates() process for the main model, returning the correct value in validateAssociated() instead
2011-07-26 10:05:16 -04:30
Dean Sofer
804e88b092
Added test for HTML5 FormHelper::input()
integer to number in $map
2011-07-26 02:19:41 -07:00
Dean Sofer
333f36585b
Added 'integer' => 'number'
for HTML5
...
Located in $map in the `FormHelper::input()` method. This means that if a field input is related to an integer column in the database, it will show up as a number input in the HTML5 form (where supported) yet gracefully degrade.
2011-07-26 01:39:56 -07:00
Jose Lorenzo Rodriguez
cfd2d9e00b
Updating all @package annotations in doc blocks
2011-07-26 01:46:14 -04:30
Jose Lorenzo Rodriguez
21ff9caac7
Solving scope problem after clearing up variables in the default routes file
2011-07-25 23:58:08 -04:30
Jose Lorenzo Rodriguez
959a9689b3
Merge remote-tracking branch 'origin/2.0-paginator-count' into 2.0
2011-07-25 23:29:04 -04:30
Jose Lorenzo Rodriguez
94f9ef63c6
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
2011-07-25 23:25:35 -04:30
Jose Lorenzo Rodriguez
1c7f181b9f
Making saveAll with validate => only validate the current model data first
2011-07-25 23:23:26 -04:30
Mark Story
7d957b40a3
Merge pull request #134 from maurymmarques/2.0
...
Removed unnecessary str_replace Sanitize class to CakePHP 2.0.
2011-07-25 19:17:05 -07:00