Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | properly turn off automagic entrance creation | Philip Sargent | 2023-07-26 | 1 | -19/+16 |
| | |||||
* | Cleaning up entrance importing robustly | Philip Sargent | 2023-07-26 | 3 | -33/+76 |
| | |||||
* | Remove unused field on survexstation class | Philip Sargent | 2023-07-25 | 1 | -25/+36 |
| | |||||
* | bugfix in error message | Philip Sargent | 2023-07-24 | 1 | -1/+1 |
| | |||||
* | clean up after Mark changed things a bit | Philip Sargent | 2023-07-24 | 1 | -12/+23 |
| | |||||
* | formatting terminal o/p | Philip Sargent | 2023-07-24 | 1 | -2/+2 |
| | |||||
* | ignore /subsections/ files | Philip Sargent | 2023-07-24 | 1 | -5/+10 |
| | |||||
* | More compact parsing report to terminal | Philip Sargent | 2023-07-24 | 1 | -4/+6 |
| | |||||
* | detect non-ISO dates in JSON and from user and fix | Philip Sargent | 2023-07-23 | 2 | -1/+2 |
| | |||||
* | add new *team role | Philip Sargent | 2023-07-23 | 1 | -1/+1 |
| | |||||
* | shorter msg | Philip Sargent | 2023-07-14 | 1 | -1/+1 |
| | |||||
* | more entries | Philip Sargent | 2023-07-13 | 1 | -1/+1 |
| | |||||
* | add DEPRECATed SURVEX FILES TO IGNORE LIST | Expo laptop Crowley | 2023-07-12 | 1 | -1/+1 |
| | |||||
* | more synonyms | Philip Sargent | 2023-07-12 | 1 | -1/+16 |
| | |||||
* | handle shortform months and days in svx file | Expo laptop Crowley | 2023-07-10 | 1 | -6/+34 |
| | |||||
* | hack fix | Expo laptop Crowley | 2023-07-10 | 1 | -1/+7 |
| | |||||
* | better test & msg | Expo laptop Crowley | 2023-07-10 | 1 | -2/+3 |
| | |||||
* | hack to make server reset quickly | Expo laptop Crowley | 2023-07-10 | 1 | -1/+4 |
| | |||||
* | Logbook debugging | Expo laptop Crowley | 2023-07-09 | 1 | -5/+5 |
| | |||||
* | Better attempt at creating a default url for caves created by svx files | Martin Green | 2023-07-08 | 1 | -3/+6 |
| | |||||
* | menus and logbook | Expo laptop Crowley | 2023-07-05 | 1 | -1/+1 |
| | |||||
* | add 2023 | Expo laptop Crowley | 2023-07-05 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -54/+100 |
| | |||||
* | Allows creation of new svxfile with unknown cave | Philip Sargent | 2023-03-23 | 2 | -39/+50 |
| | |||||
* | Survex editor now parses edited files | Philip Sargent | 2023-03-23 | 2 | -103/+132 |
| | |||||
* | re-parsing survex file when editing | Philip Sargent | 2023-03-23 | 1 | -72/+65 |
| | |||||
* | fix more twiddly variations of QMs | Philip Sargent | 2023-03-18 | 1 | -5/+17 |
| | |||||
* | more QMs parsed correctly | Philip Sargent | 2023-03-18 | 2 | -16/+26 |
| | |||||
* | Much QM re-engineering | Philip Sargent | 2023-03-17 | 2 | -25/+37 |
| | |||||
* | Adding QM JSON export | Philip Sargent | 2023-03-16 | 1 | -7/+17 |
| | |||||
* | Working on QMn TICK lines again | Philip Sargent | 2023-03-14 | 1 | -35/+45 |
| | |||||
* | Fixing inherited *date into sub-blocks | Philip Sargent | 2023-03-14 | 1 | -16/+41 |
| |