Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-08-01 | Array shorthands | Camil Staps | 5 | -17/+17 |
2016-08-01 | Use Model::search in child::get* methods | Camil Staps | 3 | -61/+38 |
2016-08-01 | Removed BusinessAdmin::get* methods, added Model::search and | Camil Staps | 3 | -308/+51 |
2016-08-01 | Paypal not on by default in braintree | Camil Staps | 1 | -2/+2 |
2016-08-01 | Error when sending email when invoice is not generated yet | Camil Staps | 1 | -1/+6 |
2016-08-01 | Several fixes | Camil Staps | 2 | -3/+3 |
2016-08-01 | Braintree status history | Camil Staps | 1 | -0/+13 |
2016-08-01 | Removed duplicate code | Camil Staps | 12 | -128/+81 |
2016-08-01 | Internationalisation: email subjects | Camil Staps | 3 | -4/+12 |
2016-08-01 | 0.5.3 frontend updates | Camil Staps | 1 | -1/+1 |
2016-08-01 | Easier accessor/mutator in Model; refreshing braintree statuses | Camil Staps | 4 | -78/+93 |
2016-08-01 | Implement $relatively for formatting dates | Camil Staps | 1 | -14/+40 |
2016-08-01 | Payment confirmation | Camil Staps | 2 | -0/+27 |
2016-07-31 | Easier emails | Camil Staps | 2 | -64/+137 |
2016-07-31 | Mail: add SMTP_AUTH_TYPE | Camil Staps | 1 | -0/+2 |
2016-07-31 | 0.5.2 emails | Camil Staps | 6 | -1/+192 |
2016-07-30 | Give new files a key | Camil Staps | 1 | -1/+3 |
2016-07-28 | Fix documentation issues | Camil Staps | 11 | -1/+49 |
2016-07-28 | Minor fix | Camil Staps | 1 | -1/+1 |
2016-07-28 | Removed duplicate code | Camil Staps | 3 | -48/+53 |
2016-07-28 | v0.5.1 secret files | Camil Staps | 3 | -5/+59 |
2016-07-28 | Braintree integration: first version | Camil Staps | 5 | -11/+30 |
2016-07-28 | Split Calculatable in trait and interface | Camil Staps | 2 | -37/+81 |
2016-07-27 | Traits cannot have constants | Camil Staps | 2 | -24/+24 |
2016-07-27 | Move SUBTOTAL, VAT and TOTAL to Calculatable | Camil Staps | 4 | -28/+20 |
2016-07-27 | Offer: use Model | Camil Staps | 1 | -239/+33 |
2016-07-27 | Contact: use Model | Camil Staps | 2 | -332/+18 |
2016-07-27 | Discount: use Model | Camil Staps | 2 | -204/+12 |
2016-07-27 | Assignment: use Model | Camil Staps | 2 | -238/+15 |
2016-07-27 | User: use Model | Camil Staps | 1 | -117/+13 |
2016-07-27 | Payment: use Model | Camil Staps | 2 | -101/+19 |
2016-07-27 | Model: __set() cannot return a value, new exception instead | Camil Staps | 1 | -4/+16 |
2016-07-27 | File: use Model | Camil Staps | 2 | -67/+7 |
2016-07-27 | Document Model | Camil Staps | 1 | -1/+10 |
2016-07-27 | Class names start with a capital | Camil Staps | 14 | -122/+122 |
2016-07-27 | Removed redundant whitespace & retab | Camil Staps | 2 | -197/+197 |
2016-07-27 | Reorganise to have client use Model | Camil Staps | 1 | -91/+4 |
2016-07-27 | Initial Model class | Camil Staps | 1 | -0/+145 |
2016-07-27 | Edit contact languages | Camil Staps | 2 | -18/+32 |
2016-07-27 | v0.4.2 moved payment_received to separate table/class payment(s) | Camil Staps | 3 | -27/+210 |
2016-07-26 | v0.4.1 | Camil Staps | 1 | -1/+1 |
2016-07-26 | Array of administrator IDs in constants.php | Camil Staps | 2 | -1/+4 |
2016-07-26 | Adding and deleting users | Camil Staps | 1 | -0/+19 |
2016-07-26 | Option to add first user during installation | Camil Staps | 1 | -0/+21 |
2016-07-26 | Added password_needs_rehash logic | Camil Staps | 2 | -3/+14 |
2016-07-26 | User authentication mechanism | Camil Staps | 3 | -1/+222 |
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 |