summaryrefslogtreecommitdiffstats
path: root/parsers
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-242-54/+100
|
* Allows creation of new svxfile with unknown cavePhilip Sargent2023-03-232-39/+50
|
* Survex editor now parses edited filesPhilip Sargent2023-03-232-103/+132
|
* re-parsing survex file when editingPhilip Sargent2023-03-231-72/+65
|
* fix more twiddly variations of QMsPhilip Sargent2023-03-181-5/+17
|
* more QMs parsed correctlyPhilip Sargent2023-03-182-16/+26
|
* Much QM re-engineeringPhilip Sargent2023-03-172-25/+37
|
* Adding QM JSON exportPhilip Sargent2023-03-161-7/+17
|
* Working on QMn TICK lines againPhilip Sargent2023-03-141-35/+45
|
* Fixing inherited *date into sub-blocksPhilip Sargent2023-03-141-16/+41
|
* Better debug messagesPhilip Sargent2023-03-131-23/+33
|
* Now inheriting *date from parent survexblockPhilip Sargent2023-03-131-1/+45
|
* Move code closer to related codePhilip Sargent2023-03-131-112/+112
|
* Better error msgs for poorly formatted QMsPhilip Sargent2023-03-131-21/+68
|
* fixing bad splay detectionPhilip Sargent2023-03-121-11/+17
|
* 1979 logbook parsing now worksPhilip Sargent2023-03-061-2/+4
|
* Import new survexfile ONLYPhilip Sargent2023-03-061-65/+109
|
* CASCADE fixes in data modelPhilip Sargent2023-03-061-0/+5
|
* Saving new survex file parses contents.Philip Sargent2023-03-061-49/+66
|
* Initial attempts at saving edited survex filePhilip Sargent2023-03-051-1/+51
|
* Now 99 testsPhilip Sargent2023-03-031-3/+40
|
* Duplicate survex files in lists all done properlyPhilip Sargent2023-02-281-15/+24
|
* clean up de-duplication codePhilip Sargent2023-02-281-75/+140
|
* Initial add of On This Day links to svx file pagePhilip Sargent2023-02-261-1/+1
|
* new test for logbookPhilip Sargent2023-02-241-3/+5
|
* str() needed with python 3.11.0rc1 & added try/execeptPhilip Sargent2023-02-241-32/+37
|
* remove unneeded warningsPhilip Sargent2023-02-111-6/+4
|
* Update URLs to django documn versionPhilip Sargent2023-02-102-2/+2
|
* to-do lists updatesPhilip Sargent2023-02-024-20/+27
|
* Added 'Notes not needed' checkboxPhilip Sargent2023-02-021-1/+2
|
* * prefix documentedPhilip Sargent2023-02-021-18/+23
|
* Setting wallet dates earlier in the import processPhilip Sargent2023-02-012-8/+41
|
* Minor bulk create tweakPhilip Sargent2023-01-311-2/+8
|