Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finding the right survex file for a cave | Philip Sargent | 2023-09-15 | 1 | -12/+39 |
| | |||||
* | fix comment | Philip Sargent | 2023-09-15 | 1 | -2/+3 |
| | |||||
* | 1624 arge caves | Philip Sargent | 2023-09-14 | 1 | -1/+1 |
| | |||||
* | comments | Philip Sargent | 2023-09-14 | 1 | -1/+1 |
| | |||||
* | fixes | Philip Sargent | 2023-09-11 | 1 | -5/+7 |
| | |||||
* | debugging Cave page links.. | Philip Sargent | 2023-09-11 | 1 | -25/+41 |
| | |||||
* | formatting | Philip Sargent | 2023-09-10 | 1 | -2/+2 |
| | |||||
* | ARGE caves, fixed bug in non-numeric ids | Philip Sargent | 2023-09-10 | 1 | -14/+19 |
| | |||||
* | Removed class Area, use Cave.areacode Cave.subarea | Philip Sargent | 2023-09-10 | 1 | -89/+38 |
| | |||||
* | Now creating ARGE caves properly | Philip Sargent | 2023-09-10 | 1 | -9/+61 |
| | |||||
* | Cleaning auto Cave creation from survex file detection | Philip Sargent | 2023-09-10 | 1 | -24/+23 |
| | |||||
* | Big refactor of cave lookuo & creation. Works. | Philip Sargent | 2023-09-08 | 1 | -1/+3 |
| | |||||
* | moving primary survex file to each survexfile | Philip Sargent | 2023-09-06 | 1 | -0/+3 |
| | |||||
* | bug fix for server | Philip Sargent | 2023-08-05 | 1 | -5/+8 |
| | |||||
* | more correct error message | Philip Sargent | 2023-08-04 | 1 | -4/+4 |
| | |||||
* | trying to enable eidting of blank letter for entrance | Philip Sargent | 2023-08-04 | 1 | -1/+4 |
| | |||||
* | trying to isolate bug in letter setting on ents | Philip Sargent | 2023-08-03 | 1 | -4/+5 |
| | |||||
* | update pendingcaves only on local dev machine | Philip Sargent | 2023-08-03 | 1 | -3/+5 |
| | |||||
* | recover from missing letter field | Philip Sargent | 2023-08-03 | 1 | -2/+11 |
| | |||||
* | detecting orphan cave ids and adding to pending list | Philip Sargent | 2023-08-02 | 1 | -24/+59 |
| | |||||
* | Clearer issues message | Philip Sargent | 2023-07-29 | 1 | -1/+1 |
| | |||||
* | Fixed parsing and rendering of an entrances last visited field | Martin Green | 2023-07-26 | 1 | -1/+1 |
| | |||||
* | properly turn off automagic entrance creation | Philip Sargent | 2023-07-26 | 1 | -19/+16 |
| | |||||
* | Cleaning up entrance importing robustly | Philip Sargent | 2023-07-26 | 1 | -3/+37 |
| | |||||
* | bugfix in error message | Philip Sargent | 2023-07-24 | 1 | -1/+1 |
| | |||||
* | shorter msg | Philip Sargent | 2023-07-14 | 1 | -1/+1 |
| | |||||
* | Better attempt at creating a default url for caves created by svx files | Martin Green | 2023-07-08 | 1 | -3/+6 |
| | |||||
* | Removed kataster area for unoffical numbers of pending caves. Added .html ↵ | Martin Green | 2023-07-05 | 1 | -7/+9 |
| | | | | to urls of pending caves. | ||||
* | Making the dummy entrance thing clear | Philip Sargent (laptop) | 2023-05-02 | 1 | -11/+24 |
| | |||||
* | Dummy entrances were being written to a global variable, recording that they ↵ | Martin Green | 2023-04-30 | 1 | -3/+3 |
| | | | | | | have a filename. But the filename was not written. This was then causing an exception when the user asked to edit a cave, leading to all entrances being reread. Obviously the dummy entrances file ould not be read. PS. Do we really want to reread all entrances when we start editing a cave? | ||||
* | Previously if a cave was found without an entrance an entrance was added to ↵ | Martin Green | 2023-04-30 | 1 | -2/+4 |
| | | | | the database. However as this was not also added as a file, the new entrance could not be edited via the web interface. Without an entrance being made, they can still be added. | ||||
* | todo | Philip Sargent | 2023-04-22 | 1 | -0/+4 |
| | |||||
* | xml parser attmpt retract | Philip Sargent | 2023-04-22 | 1 | -67/+13 |
| | |||||
* | refactor cave import | Philip Sargent | 2023-04-22 | 1 | -242/+183 |
| | |||||
* | Remove uneeded print | Philip Sargent | 2023-04-22 | 1 | -1/+0 |
| | |||||
* | Fix entrance edit too, saving slug now | Philip Sargent | 2023-04-22 | 1 | -57/+94 |
| | |||||
* | edit cave reads from HTML file not just db | Philip Sargent | 2023-04-22 | 1 | -190/+328 |
| | |||||
* | typo | Philip Sargent | 2023-04-05 | 1 | -1/+1 |
| | |||||
* | initial refactoring | Philip Sargent | 2023-03-31 | 1 | -49/+59 |
| | |||||
* | tidy up entranceSlug all now deleted | Philip Sargent | 2023-03-28 | 1 | -38/+1 |
| | |||||
* | bugfixes | Philip Sargent | 2023-03-28 | 1 | -19/+20 |
| | |||||
* | EntranceSlug removed from data model. | Philip Sargent | 2023-03-28 | 1 | -26/+19 |
| | |||||
* | cached_slug str now a .slug field & pending fixed | Philip Sargent | 2023-03-28 | 1 | -38/+48 |
| | |||||
* | remove 'primary' concept from entrance slugs. tested. | Philip Sargent | 2023-03-28 | 1 | -6/+4 |
| | |||||
* | debug ent report | Philip Sargent | 2023-03-28 | 1 | -2/+3 |
| | |||||
* | Creates new cave from survex file upload | Philip Sargent | 2023-03-24 | 1 | -24/+78 |
| | |||||
* | Allows creation of new svxfile with unknown cave | Philip Sargent | 2023-03-23 | 1 | -0/+2 |
| | |||||
* | to-do lists updates | Philip Sargent | 2023-02-02 | 1 | -4/+8 |
| | |||||
* | fixing cyclic import problem | Philip Sargent | 2023-01-29 | 1 | -1/+2 |
| | |||||
* | ruff removed unused imports | Philip Sargent | 2023-01-19 | 1 | -32/+29 |
| |