Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | catch unknown scotsman error | Philip Sargent | 2021-04-20 | 8 | -40/+31 |
| | |||||
* | Better labels for objects in admin console | Philip Sargent | 2021-04-20 | 2 | -1/+6 |
| | |||||
* | Now Django 3.2 compatible without deprcation warnings. | Philip Sargent | 2021-04-20 | 1 | -0/+2 |
| | |||||
* | disabling Google FLoC | Philip Sargent | 2021-04-19 | 3 | -1/+3 |
| | |||||
* | Make troggle compatible with Django 3.1 | Philip Sargent | 2021-04-19 | 7 | -93/+94 |
| | |||||
* | Tests work on cave, person, expedition pages | Philip Sargent | 2021-04-18 | 5 | -16/+186 |
| | |||||
* | fix template bug for newentrance | Philip Sargent | 2021-04-17 | 8 | -47/+73 |
| | |||||
* | better error pages | Philip Sargent | 2021-04-17 | 2 | -2/+69 |
| | |||||
* | test suite with users logins | Philip Sargent | 2021-04-17 | 11 | -4/+1800 |
| | |||||
* | prospect and moving code to better places | Philip Sargent | 2021-04-17 | 6 | -87/+129 |
| | |||||
* | working, but very faint | Philip Sargent | 2021-04-16 | 2 | -13/+25 |
| | |||||
* | oops | Philip Sargent | 2021-04-16 | 1 | -0/+12 |
| | |||||
* | stopo prospecting map crashing | Philip Sargent | 2021-04-16 | 4 | -81/+120 |
| | |||||
* | Fixed cave sort-order in cave index | Philip Sargent | 2021-04-16 | 2 | -13/+20 |
| | |||||
* | split out prospecting guide code | Philip Sargent | 2021-04-16 | 5 | -262/+279 |
| | |||||
* | add link to all expedition pages back to expoweb /year/ page | Philip Sargent | 2021-04-16 | 3 | -2/+20 |
| | |||||
* | bug fix in error message | Philip Sargent | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | enabled mugshots & blurb in people pages | Philip Sargent | 2021-04-15 | 8 | -57/+86 |
| | |||||
* | add 'del' and 'delfirst' options | Philip Sargent | 2021-04-15 | 1 | -3/+32 |
| | |||||
* | add labels to templates to help debugging | Philip Sargent | 2021-04-15 | 10 | -0/+11 |
| | |||||
* | renaming CSS files for clarity | Philip Sargent | 2021-04-15 | 5 | -7/+7 |
| | |||||
* | abort messages when parsing caves | Philip Sargent | 2021-04-15 | 1 | -2/+11 |
| | |||||
* | cull old CSS | Philip Sargent | 2021-04-15 | 5 | -482/+1 |
| | |||||
* | more cave parsing data fixes | Philip Sargent | 2021-04-14 | 3 | -12/+20 |
| | |||||
* | better integration of svx file DatIssues | Philip Sargent | 2021-04-14 | 4 | -12/+28 |
| | |||||
* | Detects missing svx and description files | Philip Sargent | 2021-04-14 | 1 | -11/+32 |
| | |||||
* | Cave and Entrance forms tuned to user needs | Philip Sargent | 2021-04-14 | 5 | -58/+104 |
| | |||||
* | docum and defaults in template cave-data xml | Philip Sargent | 2021-04-14 | 2 | -10/+11 |
| | |||||
* | stop being so verbose | Philip Sargent | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | restored cave edit capability | Philip Sargent | 2021-04-14 | 2 | -3/+10 |
| | |||||
* | rename function more accurately | Philip Sargent | 2021-04-13 | 1 | -4/+4 |
| | |||||
* | replace assert() with message logging | Philip Sargent | 2021-04-13 | 8 | -29/+43 |
| | |||||
* | actually needed it seems. | Philip Sargent | 2021-04-13 | 1 | -0/+4 |
| | |||||
* | Docstrings for all modules | Philip Sargent | 2021-04-13 | 15 | -17/+50 |
| | |||||
* | fixing typos and changes in importing | Philip Sargent | 2021-04-13 | 5 | -70/+70 |
| | |||||
* | move models_survex to models/survex.py | Philip Sargent | 2021-04-13 | 12 | -11/+11 |
| | |||||
* | move models_caves to models/caves.py | Philip Sargent | 2021-04-13 | 17 | -20/+20 |
| | |||||
* | create core/models/ directroy | Philip Sargent | 2021-04-13 | 19 | -84/+25 |
| | |||||
* | deprecated non-raw regex | Philip Sargent | 2021-04-13 | 2 | -3/+3 |
| | |||||
* | moved clever slash middleware & unused.py | Philip Sargent | 2021-04-13 | 3 | -1/+1 |
| | |||||
* | moving save_carefully() | Philip Sargent | 2021-04-13 | 7 | -53/+54 |
| | |||||
* | creating core/utils.py | Philip Sargent | 2021-04-12 | 6 | -57/+99 |
| | |||||
* | add url field to DataIssue | Philip Sargent | 2021-04-12 | 3 | -2/+5 |
| | |||||
* | Enable svx view if url just misses off .svx | Philip Sargent | 2021-04-12 | 1 | -2/+8 |
| | |||||
* | data issues much easier to read | Philip Sargent | 2021-04-12 | 2 | -13/+24 |
| | |||||
* | Public Import Errors webpage | Philip Sargent | 2021-04-11 | 4 | -4/+39 |
| | |||||
* | url dispatcher tidying | Philip Sargent | 2021-04-11 | 3 | -29/+29 |
| | |||||
* | Better FileNotFound in expofiles | Philip Sargent | 2021-04-10 | 3 | -19/+42 |
| | |||||
* | clear cache on parsing & 2.2.19 notes | Philip Sargent | 2021-04-10 | 3 | -25/+30 |
| | |||||
* | tidy obsolete troggle/code/reset_db | Philip Sargent | 2021-04-10 | 5 | -32/+53 |
| |