commit 60f13d904950c689c57d257941803682c40881da Author: J.T.Sage Date: Sun Feb 13 17:59:30 2011 -0500 Re-order dashboard bubbles for better auto-stacking (masonary) commit 2a29e1b6660f51965ba4a7b64803f79f0ad42015 Author: J.T.Sage Date: Sun Feb 13 17:59:03 2011 -0500 Make budget dashboard item also count tax. commit 01d4083214e2788a3a677f28622412d9aa8e1437 Author: J.T.Sage Date: Sun Feb 13 17:58:22 2011 -0500 Make reimbursment-to field auto-hide with condition of reimbursment needed field. (edit form) commit 51d68559959996277847ebce857b81c0c8c16a4b Author: J.T.Sage Date: Sun Feb 13 17:48:25 2011 -0500 Issue #1 - Per-user reimbursments. * Allow users to have reimbursments tied to their login for easier tracking. (i.e. personal credit cards) commit edd15a7f6281ba091363c3a271e6940489326a11 Author: J.T.Sage Date: Sun Feb 13 17:45:19 2011 -0500 Version bump - 2.0.1 * DB Version: 2.0.1 * Add users::payto column for individual reimbursments commit 3984b602f8bc091d3893669de176aeec1175e95b Author: J.T.Sage Date: Sun Feb 13 17:44:09 2011 -0500 Add some extra class granularity for future work commit c5ab2cad58fe70c06e254146e8947c46bdf29868 Author: J.T.Sage Date: Sun Feb 13 17:43:15 2011 -0500 Fix incorrect title. commit 5ff06fdd2231c3a404ad4e1aef94740d0984833f Author: J.T.Sage Date: Sun Feb 13 15:58:16 2011 -0500 Fix formatting on 'needs upgrade' message. commit 1daebc84343dde93b24ca56f4fb1f562b42cb621 Author: J.T.Sage Date: Sun Feb 13 15:09:10 2011 -0500 Issue #9: CSS Does not play nice on FireFox < 4 * add -moz- and -webkit- prefixes as needed for all CSS3 properties to support older browsers. commit b330844e3d178cf00e6a27ee9b28946103082f30 Author: J.T.Sage Date: Fri Feb 11 20:44:43 2011 -0500 Move config file in branch so as to not clobber existing installation. commit 6ea238ecb72ba99f546ed2c52fcefe03ab1e121f Author: J.T.Sage Date: Wed Feb 9 22:28:50 2011 -0500 Documentation: Cleanup root directory commit 97a6c0a94f079a70da6bbb57aad7cfa49adf6300 Author: J.T.Sage Date: Wed Feb 9 22:17:18 2011 -0500 Documentation: Include lighttpd URL rewrite rules. commit 0a4f55a128ce6f1ce1191b65ff83bfac85c9e335 Author: J.T.Sage Date: Wed Feb 9 22:09:24 2011 -0500 UI Enhancment: Permissions View page was ugly * Make description of permissions sleeker, more compact. commit e0367c54dde69a075d96dd790302d4614b62dd6b Author: J.T.Sage Date: Wed Feb 9 21:55:24 2011 -0500 Issue #8 - Todo List View is confusing * When viewing list, the details should be: - View by user: show the related show - View by show: show the assigned user - View by overdue: show the related show and the assigned user. commit 75ce3955294499d0c56f15839d48ba88073dc20c Author: J.T.Sage Date: Wed Feb 9 21:39:35 2011 -0500 Issue #6 && Issue #7:: * Issue #6 - Delete show always returns false. * * Reference to local $json, not object level $json for message. * Issue #7 - On show delete, stale receipts remain * * Introduce garbage collection to remove all handled, non-referenced receipts. commit 6237470e6084c04c905612c423c1e8642922fb45 Author: J.T.Sage Date: Wed Feb 9 21:23:52 2011 -0500 Issue #5: Hours reminder shows to many users, message is ugly. * Update user select to include condition "active = 1" * When joining message values, put a html line break between names commit 24e495e1e62cd667fe5b1bae7c8f6ab512a2f088 Author: J.T.Sage Date: Wed Feb 9 21:07:57 2011 -0500 Issue #4: Reciept image link wrong in budget view. * Was missing a leading slash to pull from document root. New URL scheme makes this nessasary.