Difference between revisions of "User:Gkrilov"
Line 4: | Line 4: | ||
'''0.1 Release''' | '''0.1 Release''' | ||
+ | |||
T1593 - Adding IE8 Compatibility to processing.js version 1.2.3 - https://processing-js.lighthouseapp.com/projects/41284/tickets/1593-ie8-excanvas-compatibility-issues#ticket-1593-17 | T1593 - Adding IE8 Compatibility to processing.js version 1.2.3 - https://processing-js.lighthouseapp.com/projects/41284/tickets/1593-ie8-excanvas-compatibility-issues#ticket-1593-17 | ||
Fix: https://github.com/gkrilov/processing-js/tree/ie8 | Fix: https://github.com/gkrilov/processing-js/tree/ie8 | ||
''' | ''' | ||
0.2 Release''' | 0.2 Release''' | ||
+ | |||
T1640 - Create ShearX and ShearY functions as well as ref tests and unit tests for Processing.js - https://processing-js.lighthouseapp.com/projects/41284/tickets/1640-shear-xyz-not-implemented | T1640 - Create ShearX and ShearY functions as well as ref tests and unit tests for Processing.js - https://processing-js.lighthouseapp.com/projects/41284/tickets/1640-shear-xyz-not-implemented | ||
Fix: https://github.com/gkrilov/processing-js/tree/t1640 | Fix: https://github.com/gkrilov/processing-js/tree/t1640 | ||
'''0.3 Release''' | '''0.3 Release''' | ||
+ | |||
T1001 - Created a ArrayList removeAll function - https://processing-js.lighthouseapp.com/projects/41284/tickets/1001-removeall-method-not-implemented | T1001 - Created a ArrayList removeAll function - https://processing-js.lighthouseapp.com/projects/41284/tickets/1001-removeall-method-not-implemented | ||
Fix: https://github.com/gkrilov/processing-js/tree/t1001 | Fix: https://github.com/gkrilov/processing-js/tree/t1001 | ||
Line 18: | Line 21: | ||
'''0.4 Release''' | '''0.4 Release''' | ||
+ | |||
T1540 - Removed the reliance of XMLElement from @Attributes, rewrote the constructor and a few other functions - https://processing-js.lighthouseapp.com/projects/41284/tickets/1540-rewrite-xmlelement-constructor | T1540 - Removed the reliance of XMLElement from @Attributes, rewrote the constructor and a few other functions - https://processing-js.lighthouseapp.com/projects/41284/tickets/1540-rewrite-xmlelement-constructor | ||
Fix: https://github.com/gkrilov/processing-js/tree/t1540 | Fix: https://github.com/gkrilov/processing-js/tree/t1540 |
Revision as of 11:18, 1 December 2011
Hello my name is Greg Krilov and I am a 7th semester student in the BSD program.
Tickets I have worked on:
0.1 Release
T1593 - Adding IE8 Compatibility to processing.js version 1.2.3 - https://processing-js.lighthouseapp.com/projects/41284/tickets/1593-ie8-excanvas-compatibility-issues#ticket-1593-17
Fix: https://github.com/gkrilov/processing-js/tree/ie8
0.2 Release
T1640 - Create ShearX and ShearY functions as well as ref tests and unit tests for Processing.js - https://processing-js.lighthouseapp.com/projects/41284/tickets/1640-shear-xyz-not-implemented
Fix: https://github.com/gkrilov/processing-js/tree/t1640
0.3 Release
T1001 - Created a ArrayList removeAll function - https://processing-js.lighthouseapp.com/projects/41284/tickets/1001-removeall-method-not-implemented
Fix: https://github.com/gkrilov/processing-js/tree/t1001
T1734 - Created a ArrayList removeRange function - https://processing-js.lighthouseapp.com/projects/41284/tickets/1734-add-arraylistremoverange
Fix: https://github.com/gkrilov/processing-js/tree/t1734
0.4 Release
T1540 - Removed the reliance of XMLElement from @Attributes, rewrote the constructor and a few other functions - https://processing-js.lighthouseapp.com/projects/41284/tickets/1540-rewrite-xmlelement-constructor
Fix: https://github.com/gkrilov/processing-js/tree/t1540