Commits for lithium / branches / master

Commit Message Author Date
7f2b...54a0 Document: Fixed a condition where setting a document property then subsequently adding content to the property would result in both going to seperate locations while model is set. Because of this data was essentially 'lost' and did not return as it should. Howard Lince III 2011-06-07 15:24:02 -0500
9b91...294f Adding a hasMany relationship, this should have existed, it caused a failure in QueryTest. Howard Lince III 2011-06-10 21:41:35 -0500
94c9...cb8c DocumentTest: Fixed a few failing tests failing for issues unrelated to what they were testing for. Howard Lince III 2011-06-08 10:09:49 -0500
5699...96d2 Document: Fixed an issue with unsetting data that may exist in the _data context. Howard Lince III 2011-06-07 16:51:54 -0500
4ecc...11f1 Exporter: Path keys were not being followed when casting was called causing casts to not be applied to nested objects. This has been remedied by removing 'pathKey' from the defaults and running an isset command when assigning the pathKey. Howard Lince III 2011-06-07 16:19:55 -0500
9191...6d87 Document: Refactored __get code to use if conditions instead of a switch. QA #1: Removed an unused reference (Collection) QA #2: Removed newline after php closing tag Howard Lince III 2011-06-07 15:32:52 -0500
5ea7...cfe9 Document: Fixed a condition where setting a document property then subsequently adding content to the property would result in both going to seperate locations while model is set. Because of this data was essentially 'lost' and did not return as it should. Howard Lince III 2011-06-07 15:24:02 -0500
0596...ebaf Closes #369 - Adds finder functionality for arrays and a test to go with it. Thanks Trooney! Howard Lince III 2011-06-02 16:28:11 -0500
fe47...d9dd Adding test for commit 913dfedae5c2404a501d74b6c1a271e5904f746a. This test will ensure that future hasMany & 'limit' queries obey the 'order' setting properly. Howard Lince III 2011-05-29 05:32:32 -0500
6bd1...26ea Fixed a condition where a hasmany relationship used in conjunction with both limit and order would result in improperly applying order. Howard Lince III 2011-05-26 11:21:07 -0500
4e13...ae65 Database: 1: Cleaned up & Optomized The code. 2: Maps all unknown/custom fields to the primary model, this will cause them to now show up on. the topmost level. DatabaseTest: 1: Updated a test to reflect the new mapping scheme. Howard Lince III 2011-05-18 14:34:06 -0500
29b4...3c69 Database: closes #366. Added 'NOT LIKE' operator support. DatabaseTest: Added a test for the 'NOT LIKE' operator. Howard Lince III 2011-05-18 13:28:51 -0500
4e7d...caee Fixing array mapping in `Entity` and `Document` classes. Nate Abele 2011-05-16 16:07:34 -0400
3c2b...e9d0 Improving cursor validity checks for classes which implement `Iterator`. Nate Abele 2011-05-12 13:01:34 -0400
ad3c...b3e2 Cleanup and documentation for misc. `\data` classes. Refactored `Document::__set()` and `Exporter::cast()` to reduce call count. Nate Abele 2011-05-12 12:57:29 -0400
8b13...bc73 1: Moved mapping of relationships (in particular hasMany) from Source::item to RecordSet::_mapRecord 2: Fixed the sql file, it had marked galleries.name as unique. Howard Lince III 2011-05-10 08:43:26 -0500
84f5...6ae2 Removing debug code. Nate Abele 2011-05-10 08:16:50 -0400
0d22...a60a WARNING: API change - renaming `\data\Source::entities()` to `\data\Source::sources()` for better nomenclature consistency. Nate Abele 2011-05-10 08:01:34 -0400
9a14...0a53 Whitespace and formatting. Nate Abele 2011-05-10 00:01:15 -0400
0756...fc3f Removing un-needed CouchDB integration test. Nate Abele 2011-05-09 23:17:34 -0400
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |