summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
Commit message (Collapse)AuthorAgeFilesLines
* Making the dummy entrance thing clearPhilip Sargent (laptop)2023-05-021-11/+24
|
* Dummy entrances were being written to a global variable, recording that they ↵Martin Green2023-04-301-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 Green2023-04-301-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.
* todoPhilip Sargent2023-04-221-0/+4
|
* xml parser attmpt retractPhilip Sargent2023-04-221-67/+13
|
* refactor cave importPhilip Sargent2023-04-221-242/+183
|
* Remove uneeded printPhilip Sargent2023-04-221-1/+0
|
* Fix entrance edit too, saving slug nowPhilip Sargent2023-04-221-57/+94
|
* edit cave reads from HTML file not just dbPhilip Sargent2023-04-221-190/+328
|
* typoPhilip Sargent2023-04-051-1/+1
|
* initial refactoringPhilip Sargent2023-03-311-49/+59
|
* tidy up entranceSlug all now deletedPhilip Sargent2023-03-281-38/+1
|
* bugfixesPhilip Sargent2023-03-281-19/+20
|
* EntranceSlug removed from data model.Philip Sargent2023-03-281-26/+19
|
* cached_slug str now a .slug field & pending fixedPhilip Sargent2023-03-281-38/+48
|
* remove 'primary' concept from entrance slugs. tested.Philip Sargent2023-03-281-6/+4
|
* debug ent reportPhilip Sargent2023-03-281-2/+3
|
* Creates new cave from survex file uploadPhilip Sargent2023-03-241-24/+78
|
* Allows creation of new svxfile with unknown cavePhilip Sargent2023-03-231-0/+2
|
* to-do lists updatesPhilip Sargent2023-02-021-4/+8
|
* fixing cyclic import problemPhilip Sargent2023-01-291-1/+2
|
* ruff removed unused importsPhilip Sargent2023-01-191-32/+29
|
* reformatted using blackPhilip Sargent2023-01-191-278/+322
|
* sort imports using isort. tested.Philip Sargent2023-01-191-2/+4
|
* fix comments and 2019 LB parsingPhilip Sargent2022-12-071-0/+1
|
* Convert .format() to f-stringsPhilip Sargent2022-11-231-1/+1
|
* Updating commentsPhilip Sargent2022-11-171-2/+9
|
* add 'lastvisit' field to entrances, for the datePhilip Sargent2022-10-121-49/+55
|
* Fixing bugs and better error msgsPhilip Sargent2022-10-061-91/+127
|
* Parse all files, not just those in the *include treePhilip Sargent2022-10-051-1/+4
|
* FIx pending caves which had got a bit garbledPhilip Sargent2022-09-251-3/+9
|
* documn improvementsPhilip Sargent2022-09-191-1/+4
|
* correcting output commentPhilip Sargent2022-08-301-3/+2
|
* fix url for cave edit page in error msgPhilip Sargent2022-08-241-1/+1
|
* fixing pending caves system to be cleanerPhilip Sargent2022-07-281-22/+33
|
* update todo stringsPhilip Sargent2022-07-271-10/+3
|
* improve reifying processPhilip Sargent2022-07-251-0/+2
|
* fix minor bug in setting dummy entrancePhilip Sargent2022-07-251-3/+4
|
* Pending caves with 1626 properlyPhilip Sargent2022-07-251-10/+13
|
* making it work with 1626 no schonbergPhilip Sargent2022-07-231-74/+89
|
* more dead chicken wavingPhilip Sargent2022-07-211-3/+3
|
* typo againPhilip Sargent2022-07-211-1/+1
|
* typoPhilip Sargent2022-07-211-1/+1
|
* working on MariaDB crash on serverPhilip Sargent2022-07-211-2/+9
|
* Clean DataIssues output, new therionrefs.log filePhilip Sargent2022-07-211-12/+24
|
* bugfixPhilip Sargent2022-07-191-3/+2
|
* another attempt to avoid non-null parent pseudo errorPhilip Sargent2022-07-191-3/+4
|
* Attempt fix to MariaDB crash in databaseresetPhilip Sargent2022-07-191-3/+15
|
* fix bug in Area creationPhilip Sargent2022-07-081-4/+3
|
* Fixing non-null error, even though it should be allowedPhilip Sargent2022-07-051-0/+2
|