aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-19user must select participant when creating a singledatimetime event based on orgMatthew Lemon2-1/+25
2020-10-19fixed failing testMatthew Lemon1-2/+6
2020-10-19fixed issue of not saving many-to-many field valueMatthew Lemon3-6/+17
2020-10-18fixed failing unit testsMatthew Lemon2-4/+2
2020-10-18better representation of list of single_datetime_events in org detail pageMatthew Lemon2-11/+29
2020-10-18basic inclusion of single datetime events in org detail page - no formatting ↵Matthew Lemon6-13/+73
and passing tests
2020-10-18fixed some testsMatthew Lemon5-7/+35
2020-10-18user-friendly name on form for type_descriptorMatthew Lemon1-1/+1
2020-10-18nice links from org detail page to specific types of simple eventMatthew Lemon5-10/+33
2020-10-18added nice icons for adding org eventsMatthew Lemon2-5/+49
2020-10-17added simple date time event to adminMatthew Lemon2-2/+7
2020-10-17first test of user profile viewMatthew Lemon5-38/+131
2020-10-17fixed middleware issue, brought back missing jquery links and added body ↵Matthew Lemon2-14/+8
padding to project.css
2020-10-17replaced all LoginRequiredMixin and decorators with custom middlewareMatthew Lemon5-18/+15
2020-10-16better handling of simple event form and participantsMatthew Lemon3-5/+18
2020-10-16participants added to create new simple event form and can filter by org ↵Matthew Lemon8-9/+74
when landed from org detail
2020-10-16participants added to create new simple event form and can filter by org ↵Matthew Lemon8-9/+76
when landed from org detail
2020-10-16Improvements to simple event form.Matthew Lemon5-1/+51
2020-10-16added URL field for a simple eventMatthew Lemon4-7/+42
2020-10-16added basic lead and deputy inspector to organisation modelMatthew Lemon7-7/+68
2020-10-15tweaks to organisation listMatthew Lemon1-1/+1
2020-10-15more consistency work on tablesMatthew Lemon2-43/+53
2020-10-15more consistency work on tablesMatthew Lemon3-39/+42
2020-10-15consistency tweaksMatthew Lemon2-51/+48
2020-10-15tweaks to tableMatthew Lemon1-3/+3
2020-10-15tweaks to tableMatthew Lemon1-32/+29
2020-10-15isorting stuffMatthew Lemon1-2/+2
2020-10-15isorting stuffMatthew Lemon8-19/+15
2020-10-15datatables buttons now workMatthew Lemon79-10/+167134
2020-10-15new bootstrap static files, new datatables static filesMatthew Lemon60-28/+44245
2020-10-14starting to fix CAF event list on CAF detail page - but not there yetMatthew Lemon2-23/+4
2020-10-14spacingMatthew Lemon1-1/+1
2020-10-14reset a lot of migrations - all unit tests passing - now has response ↵Matthew Lemon15-285/+182
required fields for simple event
2020-10-14about to nuke migrationsMatthew Lemon7-32/+96
2020-10-14all unit tests pass after configuring user fixture to have perms to visit ↵Matthew Lemon4-15/+52
redirect pages
2020-10-13parameterizing tests for viewsMatthew Lemon2-13/+53
2020-10-13view test for missing required dataMatthew Lemon1-2/+26
2020-10-13minor fixesMatthew Lemon4-6/+3
2020-10-13created a form for new Simple EventMatthew Lemon9-17/+156
2020-10-13first VERY BASIC view test workingMatthew Lemon3-14/+51
2020-10-12first view test for eventsMatthew Lemon3-2/+35
2020-10-12tidyMatthew Lemon1-4/+7
2020-10-12cannot put constrain on abstract Meta class seemingly...Matthew Lemon3-7/+18
2020-10-12more constraints added at form and model levelMatthew Lemon3-2/+72
2020-10-12another test added for CAFTwinDateEventFormMatthew Lemon3-8/+54
2020-10-12more tests using parameterizationMatthew Lemon3-7/+26
2020-10-11test for integrityerror when trying to create CAFTwinDateEvent with no ↵Matthew Lemon2-2/+26
start_date
2020-10-11first test for caf periodic eventMatthew Lemon2-2/+37
2020-10-11improved tests - more consistent and added a caseMatthew Lemon3-18/+17
2020-10-11fleshed out more testingMatthew Lemon4-53/+42