summaryrefslogtreecommitdiffstats
path: root/parsers
Commit message (Collapse)AuthorAgeFilesLines
* properly turn off automagic entrance creationPhilip Sargent2023-07-261-19/+16
|
* Cleaning up entrance importing robustlyPhilip Sargent2023-07-263-33/+76
|
* Remove unused field on survexstation classPhilip Sargent2023-07-251-25/+36
|
* bugfix in error messagePhilip Sargent2023-07-241-1/+1
|
* clean up after Mark changed things a bitPhilip Sargent2023-07-241-12/+23
|
* formatting terminal o/pPhilip Sargent2023-07-241-2/+2
|
* ignore /subsections/ filesPhilip Sargent2023-07-241-5/+10
|
* More compact parsing report to terminalPhilip Sargent2023-07-241-4/+6
|
* detect non-ISO dates in JSON and from user and fixPhilip Sargent2023-07-232-1/+2
|
* add new *team rolePhilip Sargent2023-07-231-1/+1
|
* shorter msgPhilip Sargent2023-07-141-1/+1
|
* more entriesPhilip Sargent2023-07-131-1/+1
|
* 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
|