Mark Story
|
c05c9857ac
|
Removing exception throwing from CacheEngine::gc() and subclasses as it randomly caused errors when using one of the affected engines.
|
2010-04-19 00:04:34 -04:00 |
|
Mark Story
|
b7e4e46251
|
Removing lonely comment.
|
2010-04-18 01:17:01 -04:00 |
|
Mark Story
|
40e310c79b
|
Adding a no-op constructor for Object. Fixes issues where numerous sub-classes break because of a missing constructor in Object.
|
2010-04-18 01:12:44 -04:00 |
|
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
|
c9f3fa5faa
|
Updating constructor.
|
2010-04-18 01:04:56 -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
|
0384ecad30
|
Removed remaining @filesource lines.
|
2010-04-16 02:48:47 +10:00 |
|
predominant
|
591eb43b26
|
Finalise shortcut translation function application.
|
2010-04-16 02:43:43 +10:00 |
|
predominant
|
74d7682707
|
Fix translation shortcut usage through testing console for updates
|
2010-04-16 02:38:12 +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 |
|
predominant
|
1e425907b2
|
Change Cake Console files to new use of shortcut for translations.
|
2010-04-16 01:43:39 +10:00 |
|
predominant
|
c87d97b4c2
|
Removed echo default from translation shortcut functions.
|
2010-04-16 00:34:30 +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
|
17949ff9fc
|
Adding accessor to fix issues in test cases.
Removing check for php4 method name.
|
2010-04-14 23:36:47 -04:00 |
|
Mark Story
|
286e96624b
|
Removing reference operators and removing DS in TestManager and CakeTestCase.
|
2010-04-14 23:31:15 -04:00 |
|
Mark Story
|
20b0b1ff58
|
Removing reference operators in CakeTestFixture..
|
2010-04-14 23:27:34 -04:00 |
|
Mark Story
|
7705c404ee
|
Fixing / adding visibility.
Removing DS usage as its not needed in php5.
Removing reference operators.
|
2010-04-14 23:24:44 -04:00 |
|
Mark Story
|
50243f3b84
|
Fixing tests failing because of visibility.
|
2010-04-14 23:00:22 -04:00 |
|
Mark Story
|
79eeb33e35
|
Fixing constructors
Adding method visibility.
Removing reference operators.
|
2010-04-14 22:56:51 -04:00 |
|
Mark Story
|
4ef899fa54
|
Updating test suite to say 2.0!
|
2010-04-14 22:41:12 -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
|
508e0a2d9a
|
Removing all the deprecated PHP4 compatibility functions, and the shortform aliases. Removing associated tests.
|
2010-04-14 00:01:40 -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
|
3fc212fe28
|
Merge branch '1.3' of git@github.com:cakephp/cakephp1x into 1.3
|
2010-04-13 01:09:42 -04:30 |
|
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 |
|
predominant
|
4982705d07
|
More time helper test jiggering. Some peope still experiencing issues.
|
2010-04-13 15:06:44 +10:00 |
|
Mark Story
|
e2b5470d19
|
Updating version numbers to 1.3.0-RC4
|
2010-04-12 22:27:18 -04:00 |
|
predominant
|
df76ff47e3
|
Fix TimeHelper tests failing due to timezone changes.
|
2010-04-13 12:20:58 +10:00 |
|
ADmad
|
baaae6cdb7
|
Minor optimization in TreeBehavior::getparentnode() to avoid fetching unneeded associated records. Closes #572
|
2010-04-12 22:57:31 +05:30 |
|