cakephp2-php8/cake/libs
José Lorenzo Rodríguez 589972d581 Merge branch '1.3' into github-i18n
* 1.3: (137 commits)
  Updating tests to reflect SessionHelper's loss of magic inclusion.
  Removing SessionHelper's magical inclusion into the helpers array.  Use of SessionHelper must now be explicitly done. Tests updated.
  Fixing merge var test case for non magic session component.
  Fixing Pagescontroller test and removal of pageTitle from controller.
  Fixing component and controller test cases to work with less magical session component.
  Removing the magical addition of SessionComponent to components array.  This makes components more declarative, and removes magic that cannot be undone by the end developer.
  Fixing failing tests due to deleted assets.
  Removing use of subclass method 'fullTableName()' in Datasource superclass. Fixes #100.
  Updating CakeTestSuiteDispatcher parsing of .
  Adding missing </p> to Html test reporter template.
  Updating css file in skel dir.
  Fixing alignment issues in tables.
  Removing orphaned method.
  Adding 'id' attribute to hidden field generated for multiple select and multiple checkboxes. Fixes issue where invalid markup was generated in case to multiple checkboxes
  Adding php5 check to avoid errors when using __get() or __isset() methods in models
  Fixing include in test of CodeCoverageManager. Fixes #196
  Fixing var name when not have SimpleTest or XDebug installed.
  Moving skel/config/sql to skel/config/schema
  Fixing output of 'Actions' in bake templates.  Now outputs a __() call.
  Updating scaffolds to match new bake design.
  ...
2010-01-14 08:34:03 -04:30
..
cache Updating doc block for FileEngine. 2009-11-21 16:09:06 -05:00
controller Removing SessionHelper's magical inclusion into the helpers array. Use of SessionHelper must now be explicitly done. Tests updated. 2010-01-13 23:55:09 -05:00
log Updating FileLog to include File if it does not already exist, fixes possible fatal errors if log was written to during the bootstrap process. 2009-11-21 15:21:19 -05:00
model Removing use of subclass method 'fullTableName()' in Datasource superclass. Fixes #100. 2010-01-13 23:19:10 -05:00
view Removing SessionHelper's magical inclusion into the helpers array. Use of SessionHelper must now be explicitly done. Tests updated. 2010-01-13 23:55:09 -05:00
cache.php Fixing test failures caused by changes in Cache::__loadEngine(). 2009-12-28 13:52:50 -05:00
cake_log.php Replacing duplicated code with pluginSplit(). 2009-11-15 19:55:20 -05:00
cake_session.php Merge branch '1.3-misc' into 1.3-merger 2009-11-22 21:28:14 -05:00
cake_socket.php Removing newline caused by Subversion line removal. 2009-11-06 18:01:22 +11:00
class_registry.php Merge branch '1.2' into 1.2-merger 2009-12-06 21:43:53 -05:00
configure.php last commit broke schema, this works better with the help of markstory 2010-01-08 18:21:58 -05:00
debugger.php Merge branch '1.2' into 1.3-merger 2009-11-22 20:38:50 -05:00
error.php Fixing wrong header message text for ErrorHandler::error500() header sent. Refs #70."" 2009-12-14 16:21:30 -05:00
file.php Removing newline caused by Subversion line removal. 2009-11-06 18:01:22 +11:00
folder.php Merge branch '1.2' into 1.3-merger 2009-11-22 20:38:50 -05:00
http_socket.php Merge branch '1.2' into 1.3-merger 2009-11-22 20:38:50 -05:00
i18n.php Continuing work on locale definition file parser 2010-01-11 15:12:24 -04:30
inflector.php Fixing inflector caching, adding new _cache() method to handle common caching. 2010-01-05 22:05:02 +11:00
l10n.php Adding direction var and __l10nCatalog key to L10n class, fixes #4 2009-12-30 00:23:35 +03:30
magic_db.php Merge branch '1.2' into 1.3-merger 2009-11-22 20:38:50 -05:00
multibyte.php Merge branch '1.2' into 1.3-merger 2009-11-22 20:38:50 -05:00
object.php Update license lines throughout. 2009-11-06 17:51:51 +11:00
overloadable.php Removing newline caused by Subversion line removal. 2009-11-06 18:01:22 +11:00
overloadable_php4.php Removing newline caused by Subversion line removal. 2009-11-06 18:01:22 +11:00
overloadable_php5.php Removing newline caused by Subversion line removal. 2009-11-06 18:01:22 +11:00
router.php Router::reverse now removes models and paging keys that controllers can insert into params arrays. 2009-12-28 13:34:05 -05:00
sanitize.php Updating and reformatting docs for Sanitize. 2010-01-07 21:47:23 -05:00
security.php Removing "Long description for file" from /cake/libs tree. 2009-12-08 20:19:02 +11:00
set.php Merge branch '1.2' into mergers 2009-12-27 12:34:27 -05:00
string.php Removing String::getInstance() as it was causing fatal errors when eAccelerator was enabled, and is a deprecated method. 2009-11-26 18:24:14 -05:00
validation.php Merge branch '1.3-misc' into 1.3 2010-01-12 17:18:14 -05:00
xml.php Merge branch '1.2' into 1.2-merger 2009-12-06 21:43:53 -05:00