summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
Commit message (Collapse)AuthorAgeFilesLines
* remove last url field niggle from cave_dataPhilip Sargent2023-11-081-6/+6
|
* ent.url removed and entrance edit path simplifiedPhilip Sargent2023-11-071-8/+9
|
* fixes and bugfixPhilip Sargent2023-11-041-1/+1
|
* make cave url canonical formPhilip Sargent2023-11-031-6/+24
|
* extract more into ARGE pending cave pagesPhilip Sargent2023-10-251-2/+8
|
* tidy with new multicave walletsPhilip Sargent2023-10-211-1/+1
|
* wallets & caves now many:manyPhilip Sargent2023-10-211-0/+1
|
* instrucitonsPhilip Sargent2023-10-201-1/+2
|
* bug in pending caves parsingPhilip Sargent2023-10-161-3/+5
|
* tidyingPhilip Sargent2023-10-151-1/+10
|
* more easting northing removalPhilip Sargent2023-10-121-2/+0
|
* remove exact stationPhilip Sargent2023-10-121-5/+1
|
* Better tag locationsPhilip Sargent2023-10-071-4/+12
|
* Fix odd glitches in cave parsingPhilip Sargent2023-09-281-3/+17
|
* comment updatesPhilip Sargent2023-09-271-1/+3
|
* lat/long values now persistent on EntrancesPhilip Sargent2023-09-271-0/+4
|
* Mark caves with no survex filesPhilip Sargent2023-09-261-3/+3
|
* Check the url field tooPhilip Sargent2023-09-261-6/+6
|
* slightly cleaning up slug/areacode/unofficial_number messPhilip Sargent2023-09-261-35/+45
|
* finding the right survex file for a cavePhilip Sargent2023-09-151-12/+39
|
* fix commentPhilip Sargent2023-09-151-2/+3
|
* 1624 arge cavesPhilip Sargent2023-09-141-1/+1
|
* commentsPhilip Sargent2023-09-141-1/+1
|
* fixesPhilip Sargent2023-09-111-5/+7
|
* debugging Cave page links..Philip Sargent2023-09-111-25/+41
|
* formattingPhilip Sargent2023-09-101-2/+2
|
* ARGE caves, fixed bug in non-numeric idsPhilip Sargent2023-09-101-14/+19
|
* Removed class Area, use Cave.areacode Cave.subareaPhilip Sargent2023-09-101-89/+38
|
* Now creating ARGE caves properlyPhilip Sargent2023-09-101-9/+61
|
* Cleaning auto Cave creation from survex file detectionPhilip Sargent2023-09-101-24/+23
|
* Big refactor of cave lookuo & creation. Works.Philip Sargent2023-09-081-1/+3
|
* moving primary survex file to each survexfilePhilip Sargent2023-09-061-0/+3
|
* 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 ↵Martin Green2023-07-051-7/+9
| | | | to urls of pending caves.
* 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.