{ "id": "79200", "key": "TIMOB-4990", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11364", "description": "Mobile 1.8.0 M11", "name": "Sprint 2011-32", "archived": true, "released": true, "releaseDate": "2011-08-15" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-11-05T14:17:39.000+0000", "created": "2011-08-12T14:47:19.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "deprecated-1.8.0", "parity" ], "versions": [ { "id": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" } ], "issuelinks": [ { "id": "14132", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "inwardIssue": { "id": "83568", "key": "TIDOC-221", "fields": { "summary": "APIDoc: Ti.UI.3DMatrix should appear as deprecated, not removed", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "12382", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "77759", "key": "TIMOB-4652", "fields": { "summary": "Move 3DMatrix to iOS namespace", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-12-11T11:32:54.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "TIMOB-4652 moved Ti.UI.create3DMatrix() onto Ti.UI.iOS.create3DMatrix(), but did not retain a function for backwards compatibility. Going to add it back into the old namespace for deprecation/backcompat purposes.", "attachment": [], "flagged": false, "summary": "iOS: Add Ti.UI.create3DMatrix() and deprecate", "creator": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "162724", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "TEST\r\n----\r\n\r\n{code:title=\"app.js\"}\r\nvar matrix = Ti.UI.create3DMatrix();\r\nmatrix.m33 = 1.0;\r\nmatrix.m22 = 1.0;\r\nmatrix.m11 = 1.0;\r\n\r\nTi.API.info(\"Matrix diagonal: \"+matrix.m11+\"/\"+matrix.m22+\"/\"+matrix.m33);\r\n{code}\r\n\r\nPASS\r\n----\r\n- The code compiles and runs, providing the expected result (1/1/1) in the log.\r\n\r\nNote that this must be tested both on simulator AND VIA A DEVICE BUILD IN TISTUDIO. Otherwise the compile/API detection process will not be run, and any conditional-compile code will NOT be picked up. Part of this bug is ensuring that conditional compile detection still works.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-12T16:04:06.000+0000", "updated": "2011-08-12T16:04:06.000+0000" }, { "id": "164415", "author": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Passed as expected on:\niPhone Simulator\niPod 3rd Gen 4.0.2\niPhone 4 4.2.10\niPad 2 4.3.2\n\nSDK:\nversion=1.8.0\ntimestamp=08/26/11 14:53\ngithash=8e978eb...\n", "updateAuthor": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-29T15:06:24.000+0000", "updated": "2011-08-29T15:06:24.000+0000" }, { "id": "171636", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Standardizing summary and labels.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-05T14:16:46.000+0000", "updated": "2011-11-05T14:16:46.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }