Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-28 | Split Calculatable in trait and interface | Camil Staps | 7 | -49/+228 | |
2016-07-27 | Made database settings definitions | Camil Staps | 2 | -6/+6 | |
2016-07-27 | Moved private information to conf.private.php | Camil Staps | 4 | -17/+18 | |
2016-07-27 | Changelog cleanup | Camil Staps | 1 | -3/+3 | |
2016-07-27 | Offer fixes | Camil Staps | 3 | -6/+6 | |
2016-07-27 | Traits cannot have constants | Camil Staps | 6 | -36/+36 | |
2016-07-27 | Move SUBTOTAL, VAT and TOTAL to Calculatable | Camil Staps | 8 | -40/+32 | |
2016-07-27 | Offer: use Model | Camil Staps | 10 | -302/+93 | |
2016-07-27 | Contact: use Model | Camil Staps | 12 | -373/+60 | |
2016-07-27 | Discount: use Model | Camil Staps | 8 | -229/+38 | |
2016-07-27 | Assignment: use Model | Camil Staps | 10 | -279/+57 | |
2016-07-27 | User: use Model | Camil Staps | 6 | -131/+27 | |
2016-07-27 | Payment: use Model | Camil Staps | 3 | -102/+21 | |
2016-07-27 | Model: __set() cannot return a value, new exception instead | Camil Staps | 2 | -11/+18 | |
2016-07-27 | File: use Model | Camil Staps | 3 | -68/+8 | |
2016-07-27 | Document Model | Camil Staps | 1 | -1/+10 | |
2016-07-27 | Class names start with a capital | Camil Staps | 48 | -314/+314 | |
2016-07-27 | Removed error reporting | Camil Staps | 1 | -3/+0 | |
2016-07-27 | Removed redundant whitespace & retab | Camil Staps | 39 | -906/+905 | |
2016-07-27 | Reorganise to have client use Model | Camil Staps | 11 | -115/+28 | |
2016-07-27 | Initial Model class | Camil Staps | 1 | -0/+145 | |
2016-07-27 | Edit contact languages | Camil Staps | 5 | -195/+218 | |
2016-07-27 | Remove payment when new value is unparsable | Camil Staps | 2 | -4/+7 | |
2016-07-27 | v0.4.2 moved payment_received to separate table/class payment(s) | Camil Staps | 8 | -342/+568 | |
2016-07-26 | v0.4.1 | Camil Staps | 2 | -2/+3 | |
2016-07-26 | Array of administrator IDs in constants.php | Camil Staps | 3 | -2/+7 | |
2016-07-26 | Adding and deleting users | Camil Staps | 8 | -64/+262 | |
2016-07-26 | Option to add first user during installation | Camil Staps | 3 | -0/+48 | |
2016-07-26 | Added braintree | Camil Staps | 2 | -0/+3 | |
2016-07-26 | Added password_needs_rehash logic | Camil Staps | 2 | -3/+14 | |
2016-07-26 | User authentication mechanism | Camil Staps | 36 | -126/+629 | |
2016-07-25 | Update makefile for d9936a9 | Camil Staps | 1 | -1/+1 | |
2016-07-20 | Moved todo to issues; updated changelog | Camil Staps | 1 | -13/+4 | |
2016-07-20 | removed font-awesome from license (is a submodule now) | Camil Staps | 1 | -3/+0 | |
2016-07-20 | Documentation fix | Camil Staps | 1 | -4/+2 | |
2016-07-20 | Documentation Calculatable; made calculate* protected | Camil Staps | 3 | -7/+38 | |
2016-07-20 | Spaces to tabs in classes | Camil Staps | 9 | -2029/+2029 | |
2016-07-20 | Calculatable trait | Camil Staps | 3 | -281/+281 | |
2016-07-20 | Reorganise classes | Camil Staps | 13 | -4/+2 | |
2016-07-20 | Discounts | Camil Staps | 14 | -170/+1015 | |
2016-07-20 | No minimum string length for assignment descriptions | Camil Staps | 1 | -1/+1 | |
2016-07-20 | Cleaning up readme | Camil Staps | 1 | -54/+103 | |
2016-07-20 | Made font-awesome a submodule | Camil Staps | 37 | -5175/+4 | |
2016-07-18 | Links to offers from assignment overview | Camil Staps | 1 | -3/+6 | |
2016-07-18 | Fix links on *-view pages | Camil Staps | 2 | -5/+5 | |
2016-07-18 | Added assignments-view page | Camil Staps | 1 | -0/+67 | |
2016-07-18 | Fix previous commit | Camil Staps | 2 | -2/+6 | |
2016-07-18 | Edit assignment content | Camil Staps | 2 | -3/+6 | |
2016-02-29 | Removed demo | Camil Staps | 1 | -3/+0 | |
2016-01-06 | Clone recursive in readme | Camil Staps | 1 | -0/+4 | |