summaryrefslogtreecommitdiffstats
path: root/parsers
Commit message (Collapse)AuthorAgeFilesLines
...
* add DEPRECATed SURVEX FILES TO IGNORE LISTExpo laptop Crowley2023-07-121-1/+1
|
* more synonymsPhilip Sargent2023-07-121-1/+16
|
* handle shortform months and days in svx fileExpo laptop Crowley2023-07-101-6/+34
|
* hack fixExpo laptop Crowley2023-07-101-1/+7
|
* better test & msgExpo laptop Crowley2023-07-101-2/+3
|
* hack to make server reset quicklyExpo laptop Crowley2023-07-101-1/+4
|
* Logbook debuggingExpo laptop Crowley2023-07-091-5/+5
|
* Better attempt at creating a default url for caves created by svx filesMartin Green2023-07-081-3/+6
|
* menus and logbookExpo laptop Crowley2023-07-051-1/+1
|
* add 2023Expo laptop Crowley2023-07-051-0/+1
|
* 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.
* 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
|