Commit graph

7846 commits

Author SHA1 Message Date
Mark Story mark@mark-story.com
5424475a73 Fixing comment about Asset.timestamp to be accurate to the behavior.
Refs #1959
2011-09-01 19:05:17 +01:00
Mark Story mark@mark-story.com
0c97df10c0 Removing database names that are no longer supported. 2011-09-01 12:01:26 +01:00
Mark Story mark@mark-story.com
3bfd815716 Fixing issue with boolean columns not correctly inserting
data in MySQL.
Fixes #1922
2011-08-30 15:44:45 +01:00
Mark Story mark@mark-story.com
443ff92280 Adding missing import in EmailComponent.
Fixes #1948
2011-08-29 12:21:13 -04:00
Mark Story mark@mark-story.com
ff0119ba6f Fixing file deletion issue in windows
where unlink() cannot delete files that have open
file handles.
Fixes #376
2011-08-28 22:19:53 -04:00
mark_story
5b43d6b9a7 Adding cafe to the list of irregular plurals. Seems that its
french origins befuddle normal english pluralization rules.
Fixes #1930
2011-08-28 21:45:16 -04:00
mark_story
27ab9093b5 Removing getTests() and fixing failing test in accidentaly skipped tests. 2011-08-28 14:18:09 -04:00
mark_story
fdc006a2e3 Fixing how error handlers are registered when debug levels
are toggled mid request.  Previously Debugger would stay
as the active error handler even after changing debug to 0.
Now, either CakeLog or Debugger will be assigned as the error handler
depending on the debug level.
Fixes #1941
2011-08-27 10:14:24 -04:00
mark_story
aee650defb Adding a test and fixing issues where q value had whitespace as well.
Refs #1684
2011-08-25 22:33:21 -04:00
mark_story
72ef310867 Fixing Accept header parsing so content types with leading/trailing spaces
are treated as spaceless.
Fixes #1684
2011-08-25 22:31:25 -04:00
mark_story
ec79a09d27 Removing PHP5.2.6 only mode value, and replacing it with PHP4 & 5 compatible
mode.
2011-08-25 22:12:33 -04:00
Mark Story
9daa969783 Switching FixtureTask to use var_export() instead of custom
escaping code.
Fixes issues with quotes in text.
Fixes #1922
2011-08-20 20:08:45 -04:00
Matt Alexander
f9ff4e1e68 Add Tibetan locales 2011-08-20 19:17:02 -04:00
Mark Story
8dcb7fd9cb Fixing failing tests. 2011-08-19 21:08:03 -04:00
Mark Story
18acc65fe1 Adding Cache disabling to bake tasks and parent bakeshell.
Fixes #1889
2011-08-19 12:35:59 -04:00
ADmad
68c4b66550 Fixed bug in Validation::date(). Closes #1908 2011-08-15 18:26:08 +05:30
ADmad
2a2a4ab3cc Merge pull request #176 from martin-ueding/1.3
Added commented "encoding" => "utf8" to default db config
2011-08-13 09:26:57 -07:00
Martin Ueding
00a77b41f5 prepared utf8 database connection option 2011-08-13 17:13:27 +02:00
ADmad
392102b71f Fixing regression in Set::extract(). Closes #1895 #1816 #1692 2011-08-10 03:56:45 +05:30
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
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
416e527cbc Fixing issues with Sanitize::stripWhitespace() and utf8 characters.
Fixes #1862
2011-07-31 15:44:10 -04:00
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
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
Jose Lorenzo Rodriguez
c73ae84c70 Updating version numbers 2011-07-26 13:16:14 -04:30
Mark Story
9602de8f88 Adding tests for absolute urls on script elements. 2011-07-25 22:14:29 -04:00
Graham Weldon
f1400803e4 Added Bake-Banner to home.ctp for baked projects. 2011-07-26 03:11:05 +10:00
mark_story
eefde54d56 Updating path constant in CodeCoverageManager to better support
custom installs.
Fixes #1831
2011-07-19 20:34:44 -04:00
mark_story
3cf4dd8b6c Reversing the order fixtures are truncated in order to remove
data in a way that better supports foreign keys.
Fixes #1837
2011-07-19 20:25:30 -04:00
mark_story
ff5ac73988 Removing redundant/always true conditions in Controller::__mergeVars.
Fixes #1830
2011-07-16 22:44:57 -04:00
José Lorenzo Rodríguez
7d1c99a2b0 Fixed typo 2011-07-13 13:12:44 -07:00
Juan Basso
028065e5db Closing forgotten tag. 2011-07-11 09:45:22 -04:00
ADmad
9f4ad94181 Fixing singularization of "curves" 2011-07-07 22:54:24 +05:30
mark_story
ee1634819a Fixing issues with ApcEngine and duration = 0 (forever)
values.  Fixes #1795
2011-07-01 20:26:20 -04:00
keisimone
24700961df renamed chmod to mode in the comments for function copy. 2011-06-25 12:57:51 -07:00
Mark Story
3189872ea9 Adding early return when connection to MySQL or MySQLi fails.
Fixes #1732
2011-06-25 12:00:05 -04:00
Maury M. Marques
41d285234f Unnecessary str_replace
Signed-off-by: Mark Story <mark@mark-story.com>
2011-06-25 11:26:03 -04:00
ADmad
a0c08cdba8 Synchronizing home.ctp file in skel directory with the one in default app, closes #1777 2011-06-25 18:33:08 +05:30
AD7six
cdd8b615a1 Merge branch '1.3' of github.com:cakephp/cakephp into 1.3 2011-06-24 10:13:11 +02:00
AD7six
e4fee14a5b Hide db credentials
To protect users who have publically accessible installs with debug
turned on - *** out db login credentials
2011-06-24 10:12:08 +02:00
Mark Story
13bcaaf2eb Fixing doubly encoded action attributes in FormHelper.
Fixes #1748
2011-06-23 14:32:10 -07:00
Mark Story
f3f0363df3 Adding a test for double escaped form urls.
Refs #1748
2011-06-23 14:29:23 -07:00
Maury M. Marques
de893b14ab Unnecessary line 2011-06-23 09:54:29 -07:00
Mark Story
f641da89fa Fixing issue with generic.css and overlapping in view scaffolds.
Thanks to 'euromark' for the patch.
Fixes #1787

Conflicts:

	app/webroot/css/cake.generic.css
2011-06-21 22:28:03 -07:00
Mark Story
a6ccee3a7c Merge pull request #124 from tPl0ch/1.3
Added App::import('Model', 'ConnectionManager') to cake/libs/sanitize.php
2011-06-21 16:35:15 -07:00
Thomas Ploch
5ffab8cde9 Added App::import('Model', 'ConnectionManager') to cake/libs/sanitize.php to prevent missing class errors. 2011-06-21 12:05:42 +02:00
Jose Lorenzo Rodriguez
52a5c76138 Synchronizing default css file in skel directory, closes #1777 2011-06-17 11:35:16 -04:30