Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | reformatted using black | Philip Sargent | 2023-01-19 | 1 | -278/+322 |
| | |||||
* | sort imports using isort. tested. | Philip Sargent | 2023-01-19 | 1 | -2/+4 |
| | |||||
* | fix comments and 2019 LB parsing | Philip Sargent | 2022-12-07 | 1 | -0/+1 |
| | |||||
* | Convert .format() to f-strings | Philip Sargent | 2022-11-23 | 1 | -1/+1 |
| | |||||
* | Updating comments | Philip Sargent | 2022-11-17 | 1 | -2/+9 |
| | |||||
* | add 'lastvisit' field to entrances, for the date | Philip Sargent | 2022-10-12 | 1 | -49/+55 |
| | |||||
* | Fixing bugs and better error msgs | Philip Sargent | 2022-10-06 | 1 | -91/+127 |
| | |||||
* | Parse all files, not just those in the *include tree | Philip Sargent | 2022-10-05 | 1 | -1/+4 |
| | |||||
* | FIx pending caves which had got a bit garbled | Philip Sargent | 2022-09-25 | 1 | -3/+9 |
| | |||||
* | documn improvements | Philip Sargent | 2022-09-19 | 1 | -1/+4 |
| | |||||
* | correcting output comment | Philip Sargent | 2022-08-30 | 1 | -3/+2 |
| | |||||
* | fix url for cave edit page in error msg | Philip Sargent | 2022-08-24 | 1 | -1/+1 |
| | |||||
* | fixing pending caves system to be cleaner | Philip Sargent | 2022-07-28 | 1 | -22/+33 |
| | |||||
* | update todo strings | Philip Sargent | 2022-07-27 | 1 | -10/+3 |
| | |||||
* | improve reifying process | Philip Sargent | 2022-07-25 | 1 | -0/+2 |
| | |||||
* | fix minor bug in setting dummy entrance | Philip Sargent | 2022-07-25 | 1 | -3/+4 |
| | |||||
* | Pending caves with 1626 properly | Philip Sargent | 2022-07-25 | 1 | -10/+13 |
| | |||||
* | making it work with 1626 no schonberg | Philip Sargent | 2022-07-23 | 1 | -74/+89 |
| | |||||
* | more dead chicken waving | Philip Sargent | 2022-07-21 | 1 | -3/+3 |
| | |||||
* | typo again | Philip Sargent | 2022-07-21 | 1 | -1/+1 |
| | |||||
* | typo | Philip Sargent | 2022-07-21 | 1 | -1/+1 |
| | |||||
* | working on MariaDB crash on server | Philip Sargent | 2022-07-21 | 1 | -2/+9 |
| | |||||
* | Clean DataIssues output, new therionrefs.log file | Philip Sargent | 2022-07-21 | 1 | -12/+24 |
| | |||||
* | bugfix | Philip Sargent | 2022-07-19 | 1 | -3/+2 |
| | |||||
* | another attempt to avoid non-null parent pseudo error | Philip Sargent | 2022-07-19 | 1 | -3/+4 |
| | |||||
* | Attempt fix to MariaDB crash in databasereset | Philip Sargent | 2022-07-19 | 1 | -3/+15 |
| | |||||
* | fix bug in Area creation | Philip Sargent | 2022-07-08 | 1 | -4/+3 |
| | |||||
* | Fixing non-null error, even though it should be allowed | Philip Sargent | 2022-07-05 | 1 | -0/+2 |
| |