Mark Story
|
146ec004eb
|
Removing inheritance from Object. Constructor workarounds are no longer needed and Object methods are not used on these classes.
|
2010-04-18 01:12:00 -04:00 |
|
Mark Story
|
4f0a9c4dc1
|
Removing PHP4 constructor and __destruct workarounds.
|
2010-04-18 01:03:57 -04:00 |
|
Mark Story
|
9046083dc8
|
Removing Overloadable and Overloadable2 they are not needed in PHP5.
Removing inheritance and test cases related to Overloadable.
|
2010-04-18 01:02:39 -04:00 |
|
Mark Story
|
92289e59f7
|
Updating ApcEngine so it implements the missing method in the abstract class..
|
2010-04-18 00:57:52 -04:00 |
|
Mark Story
|
8ea4475ac3
|
Removing extra call to unset().
|
2010-04-18 00:53:52 -04:00 |
|
Mark Story
|
ca8110ad32
|
Updating MemcacheEngine to use exceptions and implement missing CacheEngine methods.
|
2010-04-18 00:46:19 -04:00 |
|
Mark Story
|
d7f16816e6
|
Adding translation to exceptions in FileEngine.
|
2010-04-18 00:45:45 -04:00 |
|
Mark Story
|
a886e13666
|
Making CacheEngine an abstract class, and updating FileEngine to include the not implemented methods.
|
2010-04-18 00:38:36 -04:00 |
|
predominant
|
92215e1795
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/libs/inflector.php
cake/libs/view/helpers/text.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/view/helpers/time.test.php
|
2010-04-16 23:43:28 +10:00 |
|
predominant
|
23a22c73b7
|
Remove "not being used" comment from Model docblock. Fixes #590
|
2010-04-16 21:45:44 +10:00 |
|
predominant
|
c7fcaf995f
|
Convert getMictime() php4 hack to microtime(true)
|
2010-04-16 02:58:28 +10:00 |
|
predominant
|
c98021dcd8
|
Converted views, router and security classes to new translation shotcut function use.
|
2010-04-16 02:20:15 +10:00 |
|
predominant
|
6bd9f0f05b
|
Convert models, datasources and file/folders to new version of translation shortcut function.
|
2010-04-16 02:00:25 +10:00 |
|
predominant
|
2f8d30d2c0
|
Convert controllers and sockets to new formate for shorthand translation functions.
|
2010-04-16 01:52:49 +10:00 |
|
predominant
|
41fe51d4b9
|
Cache classes converted to new shortcut translation usage.
|
2010-04-16 01:45:34 +10:00 |
|
Mark Story
|
1fef9e4a78
|
Making Configure/App methods static, removing reference operators.
Removing deprecated methods.
|
2010-04-15 00:06:17 -04:00 |
|
Mark Story
|
23b75f4ed2
|
Moving private members/methods to protected.
Changing Cache methods/members to static.
Removing singleton access to Cache.
|
2010-04-14 23:56:44 -04:00 |
|
Mark Story
|
79eeb33e35
|
Fixing constructors
Adding method visibility.
Removing reference operators.
|
2010-04-14 22:56:51 -04:00 |
|
ADmad
|
99e5f4a49f
|
Removing ampersand (&) from default transliteration map
|
2010-04-15 01:56:38 +05:30 |
|
Mark Story
|
dbe4747add
|
Making static methods static.
|
2010-04-14 00:29:44 -04:00 |
|
Mark Story
|
f13e70b936
|
Changing object constructor.
Adding visibility keyword.
|
2010-04-14 00:25:14 -04:00 |
|
Mark Story
|
cd42047dd5
|
Making CakeLog a static class, removing PHP4 workarounds and no longer needed singleton. Removes CakeLog::getInstance()
|
2010-04-14 00:23:15 -04:00 |
|
Mark Story
|
c4d57bd6e7
|
Removing AjaxHelper and JavascriptHelper as they were deprecated in 1.3 and are replaced by JsHelper + HtmlHelper.
|
2010-04-14 00:13:33 -04:00 |
|
Mark Story
|
958578c746
|
Fixing magic method visibility on Helper.
|
2010-04-13 23:54:21 -04:00 |
|
José Lorenzo Rodríguez
|
0300fc1c31
|
If connection is aborted, now MediaView returns false after stopping the transfer
|
2010-04-13 16:55:22 -04:30 |
|
José Lorenzo Rodríguez
|
940ce8b06e
|
Adding some test coverage on MediaView.
Now MediaView does not exit after successful render, closes #569
|
2010-04-13 16:44:14 -04:30 |
|
Mariano Iglesias
|
388bca4acd
|
Fixing syntax error generated by last merge conflict
|
2010-04-13 15:46:12 -03:00 |
|
Mariano Iglesias
|
a6b83cdd93
|
Fixing issue where TextHelper::autoLinkUrls was failing on some expressions
|
2010-04-13 15:39:30 -03:00 |
|
José Lorenzo Rodríguez
|
9d2819970d
|
Fixing schema generation for postgres. Now character varying without lenght is translated to "text", to avoid sql errors. Closes #564
|
2010-04-13 01:08:31 -04:30 |
|
Mark Story
|
e2b5470d19
|
Updating version numbers to 1.3.0-RC4
|
2010-04-12 22:27:18 -04:00 |
|
ADmad
|
baaae6cdb7
|
Minor optimization in TreeBehavior::getparentnode() to avoid fetching unneeded associated records. Closes #572
|
2010-04-12 22:57:31 +05:30 |
|
Mark Story
|
404401b4de
|
Moving action modification when a prefix is detected so it affects all url arrays. Previously it was only applied to parameters in the current request. This fixes inconsistencies between request parameters and url parameters. Fixes #570
|
2010-04-11 23:13:18 -04:00 |
|
Mark Story
|
42bc252460
|
Fixing return value of CakeSession::__startSession(). Once headers were sent any further session objects would think that the session was not successfully started. Fixes issues in Helper group test. Also fixes #568
|
2010-04-11 11:41:10 -04:00 |
|
predominant
|
a4cf737947
|
Fixing access specified on DboSource.
|
2010-04-11 15:25:18 +10:00 |
|
Mark Story
|
e1253f0bb5
|
Including a plugin short route for prefixes as well. There were failing Dispatcher tests relying on this.
|
2010-04-10 21:12:48 -04:00 |
|
ADmad
|
f6525e054f
|
Updating transliteration map used by Inflector::slug to preserve some of the older mappings as previous commit broke test cases
|
2010-04-11 04:42:58 +05:30 |
|
Hilton Gonçalves
|
c082ee6b9b
|
Update Default transliteration map used for Inflector::slug
Makes slugging of uppercase characters more consistent with lower case
ones.
Fixes #560
|
2010-04-10 18:09:54 -04:00 |
|
Mark Story
|
6c357ee555
|
Adding tests from 'tfs' fixes inconsistencies in extracting elements with one path selector. Fixes #555
|
2010-04-10 16:57:50 -04:00 |
|
Mark Story
|
fbaabad6bb
|
Fixing issues where route parameters that overlapped could cause route compilation errors. Tests added. Fixes #565
|
2010-04-10 11:17:24 -04:00 |
|
Matt Curry
|
1c5898d94b
|
Don't get User model if not needed. Fixes #563
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-04-10 10:40:56 -04:00 |
|
predominant
|
60bb9a9b56
|
Spacing doc blocks.
|
2010-04-09 22:06:44 +10:00 |
|
predominant
|
52cdef900b
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/dispatcher.php
cake/libs/model/behaviors/acl.php
cake/libs/model/behaviors/containable.php
cake/libs/model/behaviors/tree.php
cake/libs/router.php
cake/tests/cases/libs/validation.test.php
|
2010-04-09 22:05:00 +10:00 |
|
predominant
|
ea635d6bea
|
Fix protected call for _build on CakeSchema, and associated references.
|
2010-04-09 20:41:28 +10:00 |
|
Mark Story
|
30e6c57a96
|
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
|
2010-04-08 23:37:27 -04:00 |
|
Mark Story
|
c38249ac28
|
Updating HtmlHelper + JavascriptHelper to call assetTimestamp() after webroot(). This allows theme files in webroot/theme to be correctly timestamped.
Updating tests to reflect changes in behaviour. Fixes #244
|
2010-04-08 23:36:04 -04:00 |
|
predominant
|
59fb134455
|
Change private methods to specify access, and add proected on methods that missed mass updates.
|
2010-04-09 13:33:25 +10:00 |
|
predominant
|
19b66b8617
|
Change luhn validation to public.
|
2010-04-09 13:30:58 +10:00 |
|
predominant
|
1d39b93785
|
Change access modifier on _stop() to protected.
|
2010-04-09 13:24:23 +10:00 |
|
José Lorenzo Rodríguez
|
05af213d59
|
Merge branch '1.3' of git@github.com:cakephp/cakephp1x into 1.3
|
2010-04-08 22:26:04 -04:30 |
|
sdoney
|
9f601ea334
|
Adding/Updating @link tags pointing to cookbook sections
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-04-08 22:46:05 -04:00 |
|