Changelogs »

Version 2.0.3.

  • [de5a4ea] Releasing 2.0.3
  • [7658af3] Removing var_dump from test cases
  • [3f506b2] Rename file.
  • [ccefe02] Fix issue with duplicate class inclusions.
  • [dba4d21] Add @link to App docblocks and missing _packageFormat docblock
  • [9347ca2] Fix requestAction post simulation.
  • [a7fcb0a] Fix more strict errors.
  • [17ffcde] Update test.
  • [2c7854c] Replace complicated $$foo with simple variable.
  • [42f9f8e] Fixing strict errors.
  • [0a0a099] Updating for PHP5.4
  • [0c0bb60] avoid MissingPluginExceptions
  • [92688e2] Fix keying in SessionHelper::flash()
  • [3ad50a2] Fix session flash with plugins.
  • [5934a7a] Fix html coverage reporting.
  • [ee6d1cf] Adding changes to test controller.
  • [99caa98] Update message for PHPUnit3.6
  • [493ce3a] Fix issue where REST actions were not easily testable.
  • [7df3252] Add missing @link to TimeHelper docblocks and correct @return
  • [7d756fd] Fix Helper::field() for Model.min
  • [0b0d180] Changing how insertMulti handles boolean values.
  • [1487357] Convert another long test to use a dataprovider.
  • [bc40a55] Re-factor dispatcher asset test to use a data provider.
  • [767d1af] fixing helptext for AclShell
  • [bdbc34b] Remove session.save_handler from php ini array
  • [89ced25] Making HttpResponse more tolerant of line endings.
  • [cfbc6d4] adding extra test, disproves ticket [#2233 state:works-for-me]
  • [1b95b01] Fix docblock formatting with Time Helper Test
  • [2c91f11] Remove redundant check.
  • [7224de9] removing unused variable, fixes #2227
  • [72502e8] Remove extra fromString in TimeHelper::gmt and update docblock
  • [0930043] Fix incorrect toQuarter docblock return tag
  • [57afa18] Make View task use prefixed template before falling back to generic one. It is possible now to create view templates for different prefixes.
  • [e168902] Fixed mistake in UpgradeShell::exceptions()
  • [c966a35] Fixed bug in UpgradeShell::findFiles().
  • [4368b62] Added an 'exceptions' method to the UpgradeShell.
  • [1d52dc0] Fix for UpgradeShell::helpers() not discovering core helpers.
  • [d87f9f0] Make parent method check explicit to Shell.
  • [b2414a7] Remove 5.3 notice from lib/Cake/Console/Templates/skel/Config/core timezone comment
  • [01aa91b] Fixing bug where content length was not set for clients which don't accept compressed response. Closes #2225
  • [60718c3] Remove 5.3 notice from Config/core timezone comment
  • [aae8a89] Change var -> public in controllertask.
  • [3fa0bdb] Revert "Fix missing objects in App::objects()"
  • [cfe3898] Fix failing tests caused by changes in App::objects()
  • [d84b66e] Fix View task generating only 'admin' methods views in non-interactive mode.
  • [a7d08a6] Removed unused option `triggerDisabled` from ObjectCollection::trigger(). Fixed docblock for ObjectCollection::load();
  • [ba6f3c1] Fix missing objects in App::objects()
  • [3e54ffd] Defaulting autoMock to true.
  • [13ebd60] Removed invalid 'Helper' suffix in UpgradeShell::helpers()
  • [6c9c36b] Fixed missing array wrap in UpgradeShell::tests()
  • [c2eae6c] Nerfing coverage generation with PHPUnit3.6 for now.
  • [ad237ec] Don't collect code coverage on every request.
  • [61d6a72] Add test for using autoMock and multiple redirects.
  • [812e449] Created a buffer for CakeResponse testing
  • [15753ab] Apply patch from 'Carlos Gant'
  • [3374406] Fix View task missing 'app' param when baking custom action.
  • [cd81f9c] Fix comment in I18n
  • [bfd95d0] Fixing remaining failing tests in PHPUnit 3.6
  • [d68053c] Fix exception expectations.
  • [13900dc] Starting to fix issues with PHPUnit 3.6 compatibility.
  • [1b9b90d] Replacing 'driver' with 'datasource'.
  • [1455c59] Fix notice when baking db config: Undefined variable 'driver'.
  • [b983aa9] Small optimization in DboSource
  • [2711178] Fixing Content-Length calculation when there is buffered output that will be sent before the response body. fixes #2208
  • [a929951] Fix issue with Controller::setAction()
  • [51ccbad] Fixing ignored '--exclude-plugins' option on Windows for Extract task.
  • [2890e66] Fixing execute() $this->_result was not instance of PDOStatement after queries other then SELECT, lastAffected() now returns correct integer