1.2.6 changelog
Commit: be7ddfb972a1fc508c3e4b0d8c78494923bc20e2
Updating version numbers to 1.2.6
Commit: 7ac87d8543dfbdf0e8b087524f647e81fe3b814b
Updating links on home.ctp to point at github and lighthouse.
Commit: 7cfb5aba8ddcba05fe9d55a3182efd5477d0905a
Minor refactor of Model::_deleteLinks to improve readability.
Commit: 2d81d25f410ec9c2527fab92c769e72e04134a0e
Fixing issue where webroot paths would be incorrect when using a virtual host setup and no mod_rewrite. An additional app/webroot would be appended. Incorrect tests updated. Fixes #259
Commit: fc304056a31088069157f2d28ac480c02e4b1d9f
Removing Session deletion of nonce token on blackhole. Fixes possible CSRF risk from multiple submissions of the same invalid data. Refs #214
Commit: c195d654b329c48c586c9739e4f36c4bf995b58d
Fixing TranslateBehavior test to run in php4.
Commit: 9cbb9d193aca9cf96cfd927e750401ad9b4f8334
Fixing php4 compatibility and errors from array to string conversion.
Commit: 16eaa990df971baca4664641dc8c6c92f9785d66
optimization in AuthComponent class startup method
Commit: b1a0eb10973e037a33b1299c3210b3642004ae5d
Fixing double DS when requiring cache engines. Fixes #254
Commit: 03200440ed91d5a0c1cac1b0ff4ada8335163ff7
Fixing TranslateBehavior and $tablePrefix. Closes #168
Commit: 5d35fd8d38b0b3a89b1f72d9e069b82e11e0acb4
Fixing issues in DboSource::defaultConditions() and DboSource::conditions() where doubly deleting a record from the beforeDelete and delete() could create incorrect conditions that would delete all records in a table. Fixes #250
Commit: 317463096a4f22b624595568925c1c27aaecc95f
Refactoring tests in l10n that use object properties.
Commit: ae4a31f0700deed0af993c8d2b05a305195f1eab
Making DEFAULT_LANGUAGE also set $language var which sets Config.language to a correct value. Fixes #228
Commit: 96fd0bf10020945b93e4e6e4d60051c5af6c3135
Fixing error introduced in previous commit due to bad merge
Commit: cb4a1f07e5e0c2e7feb90e18b6faa2130f84d3ca
Fixing issue with persistModels and plugin models, closes #192 and #198
Commit: 5c47d8dd7acd36364284a2a87b8f32c0022702a6
Trimming trailing whitespace from files. Refs #201
Commit: 15b8a3ec716f1ff14e003d1938ce8d7fcb0e20c2
Updating copyright date on all files.
Commit: 4e3aedecde62e30c726e2f60aba4d7b8f6b5030b
Fixing persitModel and plugin Behaviors. Closes #192
Commit: 5149d65c7e5516d255b507ee61fe709983f1c874
Adding redirect to baked controllers so when no delete could be done an error page is not displayed. Fixes #188
Commit: 11a5403aaf4049b4a3e605b14057ba17ff093990
Removing unused variables from inflections.php. These variables are artifacts from previous refactorings and have been non-functional for quite sometime. Fixes #163
Commit: 730153b1516f368a73dcae8efcfa025b9187b062
Adding isset() checks for CakeSchema::compare() when diff'ing db indexes.
Commit: 026eeb645b6959115bacd0bf690db9edfb5ac167
Correcting and improving doc block for Model::__construct.
Commit: 3c88d817352d2217c6725cf09f48fa5eefe89379
Adding tests for model method validation with multiple parameters and addition of original validation rule to method params. Closes #149
Commit: 425dcf2df5ae50af96063ab0634e317edc574745
Applying patch from 'tPl0ch', connect key is set to 'mysql_connect' when not using persistent connections. Fixes #132
Commit: 6356c6ed874e45360af164888776540d56bc5c40
Fixing issue where forms generated with requestAction would be missing the _Token fields that Security component creates. Test cases added to ensure that token key does not change when requestAction is used. Fixes #68
Commit: bbc72c3703f8097b18ed00c9435735a96f7f0071
Updating use of deprecated split() to use preg_split().
Commit: c8297ff283e03f7cd0cf1e25b75857271488b107
Minor optimization on Inflector::variable
Commit: aa3a197b26c6e40a7cc9ecd3bf70677fc7dc9ebf
Reformatting test case. Fixes #104
Commit: bdfb50e6bb72cb95bd96dfe143335bf63a109142
Fixed a bug in Set::extract. Wrong key returned when two arrays are at the extraction level.
Commit: 4ac29963a880b5470860291b1dfebcdaed130729
Refactoring Model::__validateWithModels. Should be slightly faster as loops are smaller.
Commit: a490e249fa76b1076ab5ee255636f1f533560842
Adding test for validation of with models canceling a save.
Commit: 33038c75ac76ec5c8fcc543a4013646b4bf484f2
Removing redundant 'isset' check from DboMysql::connect
Commit: 02330b2d9c292110240c606e976e182c973897e9
Making DboSource::fields() accept an expression object. Fixes issues with sql parsing over quoting special SQL syntax. Tests added Fixes #66
Commit: 47a9401d4343c36c5518f104177066dceaf9ce27
Adding test case for cached view files, and fatal errors caused by the view instance not being registered. View instances are now registered when rendering view caches, and unregistered if the cached view fails. This fixes issues rendering flash messages with custom layouts and fixes FormHelper methods inside nocache blocks. Fixes #60
Commit: c3bf6bc0e82c0e59115ad5b21e313fedb5d6d46d
Checking for french error on dbo_mssql. Fixes #77.
Commit: 7c2cdb1fb4ef05625ba742cabd1e8cb8e3269724
Adding tests to Xml::toString to disprove #395
Commit: cc750d15f1b41976b496d23d41a836c2becb6154
Adding test to disprove #385. Proves saveAll with validate => first behaves correctly.
Commit: be64f26f9f73ae32a7e6798a158fe126af6e07d1
Updating doc blocks for model::validates.
Commit: 60465287445f546ea85ee12827772c06055984f7
Moving XmlNode::killParent() to a protected method so Xml can access it. Adding _killParent(true) call to Xml::destruct. Forces destruction of circular references held in child objects when an xml object is garbage collected. Fixes #369
Commit: cd46f4db2e920767e993e074d568baa43dc0f279
Fixing function signature of ThemeView constructor. Fixes issues where ThemeView would always be registered causing issues with EmailComponent and themed views. Fixes #370
Commit: fccfe14e8d01d9affa5ab09682f1dda6c6ea4dec
Expanding doc block for ClassRegistry.
Commit: 26aa3731e033e9a3c22e0d558f77d75ebfc1e23c
Fixing name elements being inserted into serialized xml from Xml lib. Test case added. Fixes #367
Commit: ad20e43730dd99e5edc3028d6904b3ffb8ce80b6
Removing unneeded code for minor optimization
Commit: 64dffb76632d316a50e178c4be69d48f5f3abf00
Moving shared method from DboMysqli and DboMysql up to DboMysqlBase. Fixes #358
Commit: 51d0805ce0e8795690c4796d9ef1a3783015b62d
fixes Text::toList to allow passing array( 1=>"abc", 2=>"abc" ) and the updated test case
Commit: d758dbc3430e8ad5e6b6df18e322c2e888fe19d5
Updating cake.generic.css to let .altrow class to apply to dd and dt elements. Fixes #361
Commit: 58446e0785e6a5193d3773738289f851343702e9
Adding documentation note about $options['q'] Refs #357
Commit: 72c0e2ca5a22932ecfdc855e4176e24c50a284eb
Applying minor optimization from 'robustsolution' to Router::connectNamed(). Fixes #312
Commit: 5aba1436202baf820316432823609e823da6cbbf
Applying optimization to Controller::postConditions from 'robustsolution' Fixes #287
Commit: 2e0acbf505fa4053aaf5d333a46dd08d9548b6da
Making habtm join conditions used by __saveMulti when finding link records to remove. It should be noted that having conditions on non-joinTable tables, and not having a model on the joinTable can cause SQL issues. Fixes #304
Commit: 6c3bcdd7e68d39044e056c44417c926e1a5923dc
Removing commented code.
Commit: b0aec35422733ecdcbca0be8cac6d96cff2989b4
Dispatch::baseUrl() needs optimization a little bit
Commit: c6c747450252c01cc18495c083df16cd1dea353c
Fix test of the size of lines in MagicDb (included test for it).
Commit: 7e889d849557f97a2f46166cef8c4bfd37b35a9e
Changing require_once to require for custom session handlers. If you are using a class to do your custom session handling you must include checks to prevent duplicate class errors. Fixes #324
Commit: a30aec99fd39978b0532ea6f3e1027f34675af34
Applying patch from 'robustsolution' for optimization in Dispatcher::dispatch. Fixes #317
Commit: 5d25780b9b1212450838f67fbc197b729be78ad4
fixing typo.
Commit: a96c157d948e2f3c1fa55b5d422121c323859626
Applying optimizations to use of count() from 'jrbasso'
Commit: 71df8dbbba8ace80cd60b9019fc3ab65cca1df81
Replace function sizeof (alias) by count.
Commit: 52fcabc96aac26ca7fb618b822e05777395dabe5
Little optimization in redirect of controller.
Commit: 1cef0ac98120c74dc8738cef849184b095fe2e18
Little optimization in postConditions of controller.
Commit: 1c0c1bc9c71da1ceb7bac9ea89fe0edf68d7dd25
Replace function split by explode when possible.
Commit: 911a99bf232b81ac320f59add5f9a8d0a2e6e198
Replace function preg_split by explode when possible.
Commit: df9e1e0bd1a1445e3854c41f5af6d1f2a7679476
Replace function join (alias) by implode.
Commit: 1acc60b04cfb3d601ee561662cfd5f30d71e0b5e
Replace function die (alias) by exit.
Commit: 9b6b258fede89ec09275234270fe6ee0e2d61af1
Replace function is_integer (alias) by is_int.
Commit: 9dcac18b87739e3e46100ef7b29e4651093091e4
Adding commented Asset.timestamp block to core.php
Commit: 4a8808eb211261073114faa130101ee8b44b9307
Removing the argument passed to mssql_get_last_message(), it does not accept any argument.
Commit: 9eb195064674851e630a4323eb8ce6b1f2e827f3
Removing duplicate condition check. Fixes #314
Commit: 63ab96d751a7308fdb65c13d43a1a237bbc09eee
Setting $primary = false inside DboSource::queryAssociation. Fixed #208
Commit: ea6e3dd0763f4d4b310df79190918dd4fedd9f30
Fixing issue with bake model
Commit: 6039d6ebe495533107711b7c1117081476d0718c
Applying optimization in Dispatcher::parseParams() from 'robustsolution'. Fixes #309
Commit: 17e377de7e3aa668a0809ecd656171a9e4de187d
Updating doc block for MemcacheEngine
Commit: 862ff82ad48ef613df33447697e6b2f33903d464
Updating Configure::store to fix escaping issues
Commit: 06d4e5e5531b1fcee464495fa6e83a372e3cb904
Reformatting code in memcache. Adding unset() to test case to remove unnecessary keys that can cause test failure.
Commit: 8b1a2b1f728b11b759359f334f963e6c490e6ff8
Applying optimization in Router::__parseExtension from 'robustsolution'. Fixes #301
Commit: 9376826aa4232a103494166de1a60a84671c2064
Fixing HttpSocket::buildUri when host key is empty. Tests added Fixes #271
Commit: 8d407ac9152e587347457461487bf7e0a7ee0012
Adding test to form helper to increase code coverage.
Commit: d302ed1bfa86fe24a1c441c50a790ee4c364fd49
Fixing comment block formatting.
Commit: a67a97722a40283f0f3a430fdf0ac12ac095b4c3
refs #291
Commit: ea482442ffa046117b9e6d49cad2c99ce7d643b6
test to prove ticket #291
Commit: 1c8a2f232bbe66cce3d0915b7f91d5b1ad16b100
Changes Model::find() to allow modification of DataSource connection during callbacks.
Commit: 38f578199de3ff6b6debbe8c17d73762354fd6d0
Changing new Model() for ClassRegistry::init(). Fixes issues when baking admin and non-admin methods for a controller that uses bound translations + TranslateBehavior. Fixes #245
Commit: a7a6dc8c43fddb2f78226f136203b851a80f6328
Fixing issue where SecurityComponent::validatePost could generate notices if elements were removed from Token array. Tests Added Fixed #228
Commit: 82a2b1a01957ccbfd3a6abe31133f49b9005bced
Changing import of Dispatcher to direct require. Modifying order of operations in Configure::__loadBootstrap() moving inclusion of app/config/bootstrap.php after the creation of core cache configs. This allows App::import() to be used in the bootstrap file with cached paths.
Commit: 6db91b0f49b71dcc1200dfb9fb95841bfb1525a1
Fixing issues in ContainableBehavior that could leave models unbound when 'fields' was used as part of containment conditions. Fixes #253
Commit: dd0c4a64c5ec65940a6a60fea771d65ea77289e8
Test to prove ticket #253
Commit: 30dc0cfe569ea3f10d325c4e59d5642143c88424
Removing unused $view property from CacheHelper. Fixes #272
Commit: 4bbfcbff7e90fab42bef39e01003113dc715a3b0
Fixing limit:0 and controller::paginate. Removes possibilty to generate sql errors by inputting invalid limit options. Tests updated. Refs #264
Commit: 0327f15395f561df4fd2c05af81094bb6d8cfa5a
paginator works with limit 0 now too
Commit: b4f6dd9c6e304164c8b0fc64d29d7de82617c23e
Adding tests and support for binary columns in model task. Fixes #241
Commit: e609875754103913927f4bab7f67323aa6529165
Updating Model::invalidFields, so returning false from beforeValidate() will abort both the validation and saving() of the record. Tests added to check beforeSave, beforeValidate, and beforeDelete return values. Fixes #257
Commit: 8c46cc49fbc234f1d760b5757aa322201e0a1161
Fixing issue in Dispatcher::cached() where plugins ending in asset extensions would be incorrectly handled. Test added Fixes #237
Commit: d63218c0a09c26bebc5c5104e63be2f144ee9101
Fixing error in previous commit.
Commit: 133299c653ecd0139b12e898a186f3c15dfdaf8b
Removing duplicate constructor from ShellDispatcher. Fixes warnings under PHP5.3. Fixes #132
Commit: 6b043c6c57da5d2d3f0538170e8aa964b2789039
Updating doc blocks for paginator helper.
Commit: 9d2628f699dbae93c90b47579b78d8c7aba64dd8
Removing tab
Commit: a87d31cc7f570a1ac03abc2c04b04f71e4f6c955
Fixing $cacheAction requiring the inclusion of the controller name for view cache files to be generated. This behavior makes the cache helper behave as documented. Test cases added. Fixes #232
Commit: 51244907d1e9e754528e3e66a88ac7366024890b
Updating merge vars test to skip itself if run in a group context. Updating controller group.
Commit: 6b616b7171cce0eba4fbff88d9934378fe33e543
Adding skip for validation test, for DNS servers that reply for non-existant domains.
Commit: 76019513e1d7723116741ee9b2d10412490cc4b1
Updating lib group to run non-mvc libs. Removing no_database group. It was redundant.
Commit: 24a75a27bf2eee0a6a50e2024452e89533c37b65
Updating Javacsript helper to use a real skipIf
Commit: 0637272bd2532f7b37c62764562be871df94d3c0
Updating doc block on Controller to include more information about $uses.
Commit: 59566d4587fe365c6ddb215c3b06575d5c92de2e
Updating component test case to no fail in group test. Updating controller group to only run controller classes.
Commit: a91970b7b221628d7398f19286509222e33df666
Fixing security component test failures when run as part of a group.
Commit: 84a10904fb158a2f5ebbdc8e04ab06ad117138c5
Fixing typo on variable name.
Commit: 2e3bbe363dde2bfab61f783d4adea78d839e618c
Array coding convention and extraneous punctuation
Commit: 17edec84607ad1a347113278bddc3eed988c5e21
Changin how HttpSocket parses query string parameters. Makes HttpSocket querystring parameter parsing more congruent with how PHP handles query string parameters in that it doesn't require urlencoded characters. Tests added. Fixes #156
Commit: a31a2d264c2cd128de2db839fa2901680c7de2ba
Fixing Debugger::log() . The method used protected properties only available in test cases. No stack trace was being logged when called either. Method has been updated to match its doc block better. Fixes #222
Commit: ad305a890a9854f55b6da97d734f6e738a024066
Applying optimization from 'ermayer' Reduces functions called from Folder::addPathElement() Fixes #178
Commit: 23ab84596aa2083acea08d7b33e275f4322b7f2b
Adding discrete tests to Folder::addPathElement
Commit: 00d7c655ce57fd9b33250e3ba10441604a89bd87
Improving documentation for PaginatorHelper::sort() Fixes #210
Commit: 5a093e56272d614c7bb33adee0eb4dfd3cc701c1
Fixing issues in postgres with time columns and '' values. Tests added. Fixes #213
Commit: 79fdd8b341437287549ace1f413bd495e6db8d3e
Adding test to ensure blob integrity. Disproves #199
Commit: 72830cb125204f27b7055c8d8f41fa9bfef1a808
Adding test case for model task Fixing missing case for float datatypes when generating fixtures. Fixes #204
Commit: 14bd47842ca767571596a1be159356dd8f66fb60
Removing length() from DboMysqli, fixes incorrect float length parsing. Test case added.
Commit: c6999aea7f66bad6bd98e460351e045a0a6d4374
Moving DboMysqli::describe() and DboMysql::describe() into DboMysqlBase. Removes duplicated method code.
Commit: d25497c52702e0962b85bc6f5692a948d0dbd17e
Adding Skip to mb_strrpos test case. Skips the test if mbstring is installed and php version is 5.1.x. mb_strrpos had an incompatible function signature in these versions.
Commit: 3dbae37aadc903f380647d9454e25635d3e560ab
fixing failing i18n testcase, caused by setting $category parameter for c(), dc() and __dcn() as LC_MONETARY instead of numeric value
Commit: 4e8c268536081966f124cea7c5947fe341cc6d6a
Making the test more clear by avoind +-2 days thing. Fixes #186.
Commit: 1ee9771efbe2f6dd0431ac5b025e0f6fd55b9b89
Removing ife() from AclShell. Refs #6562
Commit: 0657afcf30763320664262bfd3f6fbfee0042c14
Removing use of low() from core classes. Refs #6525
Commit: 8b419d2dd8b0e2fa4bfa1c3e549aeba5a31c80c1
Removing use of ife() from core classes.
Commit: 0cc1d84737a1445e4f2972b70b658bfb56e60997
Removing use of e() from core and test suite.
Commit: 0e23fdfbb3d2889870215cfa459e5bbae87acbdb
Fixing infinitely nesting stack frames when TreeBehavior::reorder() is called and the models $cacheQueries = true and there are a sizable number of records being manipulated. Test cases added. Fixes #188
Commit: c6f783ebfe04e33eb7b342a6ed18ccc5986e3990
Fixing issues with CakeTestCase test case and debug = 3. Fixes #189
Commit: 072e1efc130fed9443783910fd6c4ddf884f40d3
Adding Datasource::enabled() Allows for checking a datasource's ability to be used before attempting to connect it. Added enabled() to all the core dbo's. Fixes whitescreen when trying to use a non installed database driver. Fixes #131
Commit: a15289fba87f3b3b5a9add16efa3ac9250c85bd8
Saving few Router::normalize() calls, will may increase performance. Fixes #179.
Commit: 0a79822b9de901de6f5098990beb4086d98901c3
Expanding some doc blocks for DataSource.
Commit: 3922f136dab019cbfe93ddb828d6a0dcba8cc72a
Making DboMysqlTest pass when a connection with a prefix is used. Fixes #185
Commit: 79e96e5aefa5095500b3efd45b2426bc88fc7143
Updating localePaths path. Fixes #184
Commit: ae342c6f2c9e88290cdc4316bff7848a3a4a908e
Fixing skip in previous commit: if skip condition evaluates to true, to prevent a fatal error from being produced.
Commit: 7ff3fcc4c4105e6a4475effff534f0429e1fe6aa
Adding skip for non-existence of DateTimeZone class in time helper tests.
Commit: 2675bbcd53ca3bad4aa9c9dabda0f8f9d0972dae
Fixing FormHelper::__selectOptions incorrectly selecting options due to type juggling. Fixes #167
Commit: a36c2ec5bbaa7176ebf3403120fb6bc39f3b9fd5
Removing self inclusions for test cases. Refs #174
Commit: 43dbf716241bc16c227b8e85ddae3e65bdce4c3e
Doing a little optimization for php 5.1 <, also fixing tests on Windows. Fixes #155.
Commit: 082156f9a1842b3d3c5e0afca48c4dba69ccab12
Fixing FormHelper::input() label's for attribute when a datetime type is created and dateFormat or timeFormat is set to NONE. Fixes #168
Commit: 604b7e0a100b64ddeef7988e416645279f57ddaa
Splitting a long test for FormHelper up into smaller test cases.
Commit: a4d09a806c4c92905838f0ddade1b857e57369c0
Adding tests for previous commit, showing alteration of \ into DS.
Commit: e5a99b26852fce13efb33c07db1ea67bae5bf801
Updating RequestHandler::renderAs() to respect DS constant, fixing issues on PHP4 + Windows. Fixes #97
Commit: e04cc816137ea216f90d569ac86a480c7262900b
Updating doc block. Removing redundant condition.
Commit: 6e9ca4367e401ba88b8a5d3eb8a0a289dd7370b6
Fixing connection methods in DboSybase. Fixes #145
Commit: 2d2e692b37ed060d10edf613074966813b7e9fff
Updating doc blocks to improve API parsing.
Commit: 51e471427a8480f6858dd5fce3c5500254627004
Updating doc blocks to improve parsing in the API.
Commit: 3bf94e6a2867f24bf04f6dc9431b586510e15119
Updating documentation for Model methods to improve api parsing. Removing redundant include.
Commit: c47e899ba1c62223a31746e44932fec0f7a7935a
Fixing HtmlHelper::css, and JavascriptHelper::link so that files containing the asset extension always get the extension added. Test cases added. Refs #139
Commit: f12cbdba380479b96bb842c11e6e8f250e584728
Fixing CacheHelper and multiple cake:nocache tags in a view file, breaking cake:nocache following $content_for_layout. Fixes #136
Commit: 347c175b85f319476ec714441e34ac3a1ecd87b1
Updating documentation blocks for CacheHelper.
Commit: 5f49a0f25c67df77bea7728a67e3a76679c76e15
Updating path handling inside i18n. Removes the extra DS that was appended to some paths. Fixes #126
Commit: 6dbba17d1b3a670c8e8a35ea1e28310343bb3db5
Fixing issues with DboSource::execute() where queries would not be run if stats = false in the options. Tests added.
Commit: dc220bbb2147139ee44e45af016315be220086fd
Fixing DboSybase::connect() to use port configuration value. Thanks 'tPl0ch' for the various attempts :) Fixes #90
Commit: 778a6b93039f1fa667fab5f1ccfaf82ecd95a344
Reversing change from [a37fc0d455e373b30a73f11687885572c6e4b90d]. As the additional & causes errors in PHP <= 5.2
Commit: bcb5e42aab686e2fa5cb48ec3745080701df5e00
Adding test for previous commit.
Commit: 51508c6375fcab3c1733d5be0cad54bdd6ce82a5
Fixing error in php5.3 when calling behavior methods that had more than 6 parameters.
Commit: 508d737b6aecc8a53e078511e42d4b58d8a553c5
Updating HtmlHelper::css, JavascriptHelper::link to not replace multiple occurences of CSS_URL or JS_URL when using Asset.filter settings. Test cases added. Thanks to 'robustsolution' for the patch. Fixes #105
Commit: 06cf97459a5fbe82f66d191bf4ce192866bab548
Fixing XmlHelper::elem() when value is null and cdata = true. Removing empty invalid tag. Test cases added. Fixes #127
Commit: e030400f8e56255678bf57ecc46d40fe056ff002
Updating links in home.ctp to point a new address for changelogs and to code.cakephp.org instead of trac.
Commit: eb43faf7ccfdc55dc7e14beb63c894f6a3fd275c
Adding connection manager tests to database group test.
Commit: 4bf5244073ec81c509311cd15a6e668d7dfaa436
Adding tests for ConnectionManager, and fixing a missing return value for ConnectionManager::loadDataSource().
Commit: 34deb2a18df1cf15c1b120333d47070c850db3fd
Correcting omission of group in DboOracle. Fixes #98
Commit: 6946bb029584f9352690a065416836972561907a
Updating docs for FormHelper::inputs() Fixes #110
Commit: cd640437022d9ab876fb364e3b0cff9b1b1650ac
Adding the 'client' option to the doc block for the email component smtp options. Fixes #111.
Commit: 022f8ccaa2501e71393513d774d5e41d4549cc87
Making conditions easier to read. Adding additional test for image timestamping. Refs #108
Commit: 07a89cd953d81514532b26a211afb4b609029a44
Updated Html and Javascript helpers to suffix asset urls with timestamp even when the app is run off a subfolder on the domain
Commit: 7116c016420619938151ed03d63f175cac791702
Fixing Xml::toArray() when blank nodes are provided. Fixes #87.
Commit: 06fb86f1417e695343b1bad7012307edaf280960
Fixing issue where sessions were not correctly started.
Commit: 5049265a492851715feee72834dd25229f7cd17c
Fixed incorrect doc. block for TimerHelper::format
Commit: 9b7a10a4bcba7b761f88e67f6c06e28537617a03
Applying patch from 'michaelc' to optimize to Shell::out()
Commit: 317049b7369025db730598f23a84bac425832e36
Fixing bug when value is '0', it was generating a blank node.
Commit: e0b6b25365b780aaad86c80cb58f374208be35ef
Fixing inherited public properties not being set in SessionHelper. Adding tests for SessionHelper construction and the setting of inherited properties. Fixes #94
Commit: 793c6ec07a5c0f7da6694e92892bf7c7ae719268
Making DboSybase able to return VIEW's as part of listSources(), making it similar to DboPostgres and DboMysql. Fixes #91
Commit: 0065005f95a9df7f2c39f6bc193532d9000efb34
Fixing custom error class not being used if error for field is a named index. Test case added. Fixes #76
Commit: c48d9794f6dff2472bd7e9bad4011ece408620b4
Fixing incorrect optional parameters passed to TreeBehavior::children() in TreeBehavior test case. Fixes errors & test failures when running under PHP 5.3.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
1.3.0—65% complete
Completed 206 of 319 tickets
Pages
- Home
- 1.3
- 1.3 migration guide
- 1.3 new features
- 1.3 new features > plugin assets
- 1.3 new features > logging
- 1.3 new features > formhelper
- 1.3 new features > bake updates
- 1.3 new features > js-helper
- 1.3 new features > js helper > methods
- 1.3 new features > virtual fields
- 1.3 new features > test suite
- 1.3 todo list
- Changelogs
- Changelog > 1.2.1
- Changelog > 1.2.2
- Changelog > 1.2.3
- Changelog > 1.2.4
- Changelog > 1.2.5
- Changelog > 1.2.6
- Changelog > 1.3-dev
- Changelog > 1.3.0-alpha
- Changelog - 1.3.0-alpha pt2
- Changelog > 1.3.0-alpha pt3
- Changelog > 1.3.0-beta
- Changelog > 1.3.0-beta pt2
- Changelog > 1.3.0-beta pt3
- Changelog > 1.3.0-RC1
- support > scripts
- Changelog > 1.3.0-RC2
