Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Making the dummy entrance thing clear | Philip Sargent (laptop) | 2023-05-02 | 2 | -4/+7 |
| | |||||
* | More fixes for laptop | Philip Sargent (laptop) | 2023-05-02 | 4 | -6/+4 |
| | |||||
* | Restored check of git status after a committ, but only for the one file ↵ | Martin Green | 2023-05-01 | 1 | -16/+15 |
| | | | | being committed | ||||
* | kml file output for google earth etc | Martin Green | 2023-05-01 | 3 | -0/+86 |
| | |||||
* | If a cave is made with no entrances, redirect to a new entrance form for the ↵ | Martin Green | 2023-04-30 | 1 | -3/+5 |
| | | | | cave | ||||
* | Added an ordering of entrances | Martin Green | 2023-04-30 | 1 | -0/+2 |
| | |||||
* | Be more specific about what is being commited and do not check for unadded ↵ | Martin Green | 2023-04-30 | 1 | -16/+16 |
| | | | | changes, and then through an error at the user, which they are unlikely to understand. | ||||
* | Fixed errors when creating new caves and entrances via the website. Moved ↵ | Martin Green | 2023-04-30 | 1 | -35/+33 |
| | | | | slug logic to forms (previously checked in). This allows slug uniqueness to be validated in the form | ||||
* | Fixeed spelling error in variable name | Martin Green | 2023-04-30 | 1 | -1/+1 |
| | |||||
* | Improved cave form, layout text and validations | Martin Green | 2023-04-30 | 1 | -8/+40 |
| | |||||
* | For a cave, force users to enter are and have a unique URL. Cope better if ↵ | Martin Green | 2023-04-30 | 1 | -5/+8 |
| | | | | area not defined | ||||
* | Have entrance coordinates displayed to web pages. (Requires expo web ↵ | Martin Green | 2023-04-30 | 1 | -3/+3 |
| | | | | entrance survey points to start with 1623 or 1626) | ||||
* | Change uploaded images to jpg to png, for much smaller files | Martin Green | 2023-04-29 | 1 | -4/+4 |
| | |||||
* | refactor cave import | Philip Sargent | 2023-04-22 | 1 | -4/+4 |
| | |||||
* | Fix entrance edit too, saving slug now | Philip Sargent | 2023-04-22 | 1 | -9/+21 |
| | |||||
* | edit cave reads from HTML file not just db | Philip Sargent | 2023-04-22 | 2 | -3/+10 |
| | |||||
* | bad tests. | Philip Sargent | 2023-04-06 | 1 | -10/+1 |
| | |||||
* | more tests | Philip Sargent | 2023-04-06 | 3 | -15/+43 |
| | |||||
* | tests for QM pages | Philip Sargent | 2023-04-06 | 2 | -0/+19 |
| | |||||
* | QM check-box report for open leads | Philip Sargent | 2023-04-05 | 1 | -1/+3 |
| | |||||
* | remove obsolete setting, add PHOTOS_ROOT | Philip Sargent | 2023-04-05 | 1 | -2/+4 |
| | |||||
* | context processor documn link | Philip Sargent | 2023-04-05 | 1 | -2/+5 |
| | |||||
* | test checked | Philip Sargent | 2023-04-05 | 1 | -3/+3 |
| | |||||
* | tidy up entranceSlug all now deleted | Philip Sargent | 2023-03-28 | 4 | -37/+9 |
| | |||||
* | bugfixes | Philip Sargent | 2023-03-28 | 2 | -5/+5 |
| | |||||
* | EntranceSlug removed from data model. | Philip Sargent | 2023-03-28 | 2 | -28/+10 |
| | |||||
* | cached_slug str now a .slug field & pending fixed | Philip Sargent | 2023-03-28 | 1 | -12/+13 |
| | |||||
* | remove 'primary' concept from entrance slugs. tested. | Philip Sargent | 2023-03-28 | 2 | -13/+8 |
| | |||||
* | debug ent report | Philip Sargent | 2023-03-28 | 2 | -36/+49 |
| | |||||
* | remove unused versionControlForm | Philip Sargent | 2023-03-28 | 1 | -6/+0 |
| | |||||
* | Survex editor now parses edited files | Philip Sargent | 2023-03-23 | 2 | -23/+36 |
| | |||||
* | re-parsing survex file when editing | Philip Sargent | 2023-03-23 | 1 | -3/+5 |
| | |||||
* | error msgs improved | Philip Sargent | 2023-03-22 | 1 | -2/+3 |
| | |||||
* | comment to resolve confusion | Philip Sargent | 2023-03-22 | 1 | -11/+13 |
| | |||||
* | change on_delete to cascade for blocks in a file | Philip Sargent | 2023-03-22 | 1 | -3/+6 |
| | |||||
* | chnage template comment | Philip Sargent | 2023-03-22 | 1 | -1/+1 |
| | |||||
* | delete test upload file after test | Philip Sargent | 2023-03-22 | 2 | -5/+5 |
| | |||||
* | Fix bugs | Philip Sargent | 2023-03-22 | 2 | -3/+6 |
| | |||||
* | re-enable login restriction on wallet create | Philip Sargent | 2023-03-22 | 1 | -2/+4 |
| | |||||
* | fix broken tick-lists in wallets | Philip Sargent | 2023-03-21 | 1 | -1/+3 |
| | |||||
* | samedate for all wallets on wallet edit form | Philip Sargent | 2023-03-21 | 1 | -0/+2 |
| | |||||
* | fixed url glitch, added parent url | Philip Sargent | 2023-03-21 | 1 | -1/+6 |
| | |||||
* | fix download .3d file | Philip Sargent | 2023-03-21 | 1 | -1/+3 |
| | |||||
* | obviate meaningless error messages | Philip Sargent | 2023-03-18 | 1 | -1/+5 |
| | |||||
* | fix more twiddly variations of QMs | Philip Sargent | 2023-03-18 | 2 | -14/+24 |
| | |||||
* | Much QM re-engineering | Philip Sargent | 2023-03-17 | 4 | -46/+43 |
| | |||||
* | Fix QMs reports, remove V grade | Philip Sargent | 2023-03-17 | 2 | -5/+5 |
| | |||||
* | Adding QM JSON export | Philip Sargent | 2023-03-16 | 2 | -5/+10 |
| | |||||
* | QM report updating | Philip Sargent | 2023-03-14 | 1 | -5/+8 |
| | |||||
* | updated .svx template | Philip Sargent | 2023-03-14 | 1 | -1/+11 |
| |