summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
Commit message (Expand)AuthorAgeFilesLines
* bug fix for serverPhilip Sargent2023-08-051-5/+8
* more correct error messagePhilip Sargent2023-08-041-4/+4
* trying to enable eidting of blank letter for entrancePhilip Sargent2023-08-041-1/+4
* trying to isolate bug in letter setting on entsPhilip Sargent2023-08-031-4/+5
* update pendingcaves only on local dev machinePhilip Sargent2023-08-031-3/+5
* recover from missing letter fieldPhilip Sargent2023-08-031-2/+11
* detecting orphan cave ids and adding to pending listPhilip Sargent2023-08-021-24/+59
* Clearer issues messagePhilip Sargent2023-07-291-1/+1
* Fixed parsing and rendering of an entrances last visited fieldMartin Green2023-07-261-1/+1
* properly turn off automagic entrance creationPhilip Sargent2023-07-261-19/+16
* Cleaning up entrance importing robustlyPhilip Sargent2023-07-261-3/+37
* bugfix in error messagePhilip Sargent2023-07-241-1/+1
* shorter msgPhilip Sargent2023-07-141-1/+1
* Better attempt at creating a default url for caves created by svx filesMartin Green2023-07-081-3/+6
* Removed kataster area for unoffical numbers of pending caves. Added .html to...Martin Green2023-07-051-7/+9
* 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
* Previously if a cave was found without an entrance an entrance was added to t...Martin Green2023-04-301-2/+4
* 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