Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added nice icons for adding org events | Matthew Lemon | 2020-10-18 | 2 | -5/+49 | |
| | ||||||
* | added simple date time event to admin | Matthew Lemon | 2020-10-17 | 2 | -2/+7 | |
| | ||||||
* | first test of user profile view | Matthew Lemon | 2020-10-17 | 5 | -38/+131 | |
| | ||||||
* | fixed middleware issue, brought back missing jquery links and added body ↵ | Matthew Lemon | 2020-10-17 | 2 | -14/+8 | |
| | | | | padding to project.css | |||||
* | replaced all LoginRequiredMixin and decorators with custom middleware | Matthew Lemon | 2020-10-17 | 5 | -18/+15 | |
| | ||||||
* | better handling of simple event form and participants | Matthew Lemon | 2020-10-16 | 3 | -5/+18 | |
| | ||||||
* | participants added to create new simple event form and can filter by org ↵ | Matthew Lemon | 2020-10-16 | 8 | -9/+74 | |
| | | | | when landed from org detail | |||||
* | Improvements to simple event form. | Matthew Lemon | 2020-10-16 | 5 | -1/+51 | |
| | ||||||
* | added URL field for a simple event | Matthew Lemon | 2020-10-16 | 4 | -7/+42 | |
| | ||||||
* | added basic lead and deputy inspector to organisation model | Matthew Lemon | 2020-10-16 | 7 | -7/+68 | |
| | ||||||
* | tweaks to organisation list | Matthew Lemon | 2020-10-15 | 1 | -1/+1 | |
| | ||||||
* | more consistency work on tables | Matthew Lemon | 2020-10-15 | 2 | -43/+53 | |
| | ||||||
* | more consistency work on tables | Matthew Lemon | 2020-10-15 | 3 | -39/+42 | |
| | ||||||
* | consistency tweaks | Matthew Lemon | 2020-10-15 | 2 | -51/+48 | |
| | ||||||
* | tweaks to table | Matthew Lemon | 2020-10-15 | 1 | -3/+3 | |
| | ||||||
* | tweaks to table | Matthew Lemon | 2020-10-15 | 1 | -32/+29 | |
| | ||||||
* | isorting stuff | Matthew Lemon | 2020-10-15 | 1 | -2/+2 | |
| | ||||||
* | isorting stuff | Matthew Lemon | 2020-10-15 | 8 | -19/+15 | |
| | ||||||
* | datatables buttons now work | Matthew Lemon | 2020-10-15 | 79 | -10/+167134 | |
| | ||||||
* | new bootstrap static files, new datatables static files | Matthew Lemon | 2020-10-15 | 60 | -28/+44245 | |
| | ||||||
* | starting to fix CAF event list on CAF detail page - but not there yet | Matthew Lemon | 2020-10-14 | 2 | -23/+4 | |
| | ||||||
* | spacing | Matthew Lemon | 2020-10-14 | 1 | -1/+1 | |
| | ||||||
* | reset a lot of migrations - all unit tests passing - now has response ↵ | Matthew Lemon | 2020-10-14 | 15 | -285/+182 | |
| | | | | required fields for simple event | |||||
* | about to nuke migrations | Matthew Lemon | 2020-10-14 | 7 | -32/+96 | |
| | ||||||
* | all unit tests pass after configuring user fixture to have perms to visit ↵ | Matthew Lemon | 2020-10-14 | 4 | -15/+52 | |
| | | | | redirect pages | |||||
* | parameterizing tests for views | Matthew Lemon | 2020-10-13 | 2 | -13/+53 | |
| | ||||||
* | view test for missing required data | Matthew Lemon | 2020-10-13 | 1 | -2/+26 | |
| | ||||||
* | minor fixes | Matthew Lemon | 2020-10-13 | 4 | -6/+3 | |
| | ||||||
* | created a form for new Simple Event | Matthew Lemon | 2020-10-13 | 9 | -17/+156 | |
| | ||||||
* | first VERY BASIC view test working | Matthew Lemon | 2020-10-13 | 3 | -14/+51 | |
| | ||||||
* | first view test for events | Matthew Lemon | 2020-10-12 | 3 | -2/+35 | |
| | ||||||
* | tidy | Matthew Lemon | 2020-10-12 | 1 | -4/+7 | |
| | ||||||
* | cannot put constrain on abstract Meta class seemingly... | Matthew Lemon | 2020-10-12 | 3 | -7/+18 | |
| | ||||||
* | more constraints added at form and model level | Matthew Lemon | 2020-10-12 | 3 | -2/+72 | |
| | ||||||
* | another test added for CAFTwinDateEventForm | Matthew Lemon | 2020-10-12 | 3 | -8/+54 | |
| | ||||||
* | more tests using parameterization | Matthew Lemon | 2020-10-12 | 3 | -7/+26 | |
| | ||||||
* | test for integrityerror when trying to create CAFTwinDateEvent with no ↵ | Matthew Lemon | 2020-10-11 | 2 | -2/+26 | |
| | | | | start_date | |||||
* | first test for caf periodic event | Matthew Lemon | 2020-10-11 | 2 | -2/+37 | |
| | ||||||
* | improved tests - more consistent and added a case | Matthew Lemon | 2020-10-11 | 3 | -18/+17 | |
| | ||||||
* | fleshed out more testing | Matthew Lemon | 2020-10-11 | 4 | -53/+42 | |
| | ||||||
* | more testing of CAFSingleDateEventForm | Matthew Lemon | 2020-10-11 | 2 | -2/+56 | |
| | ||||||
* | added parameterized test for CAFSingleDateEventForm | Matthew Lemon | 2020-10-11 | 2 | -17/+67 | |
| | ||||||
* | some more options in AVAILABLE_TYPES | Matthew Lemon | 2020-10-11 | 2 | -7/+28 | |
| | ||||||
* | fixed constraint for CAF event | Matthew Lemon | 2020-10-11 | 2 | -4/+42 | |
| | ||||||
* | constraint added to CAFSingleDateEvent | Matthew Lemon | 2020-10-11 | 2 | -23/+79 | |
| | ||||||
* | added CAFSingleDateEvent event | Matthew Lemon | 2020-10-11 | 3 | -4/+38 | |
| | ||||||
* | done models and form for meeting -with tests | Matthew Lemon | 2020-10-11 | 3 | -44/+22 | |
| | ||||||
* | working through mixins model design | Matthew Lemon | 2020-10-11 | 3 | -21/+55 | |
| | ||||||
* | started new event design - added enum for event type | Matthew Lemon | 2020-10-11 | 3 | -0/+64 | |
| | ||||||
* | started to test forms! love testing forms | Matthew Lemon | 2020-10-10 | 3 | -5/+70 | |
| |