summaryrefslogtreecommitdiffstats
path: root/parsers
Commit message (Collapse)AuthorAgeFilesLines
...
* converting 1987 logbookPhilip Sargent2022-12-202-13/+128
|
* convert old logbooks to modern formatPhilip Sargent2022-12-202-6/+6
|
* 2019 blog editsPhilip Sargent2022-12-201-6/+6
|
* attempted speedup, explicit dates wallet objectsPhilip Sargent2022-12-203-4/+18
|
* Updates to make 2018 blog merge work (faster)Philip Sargent2022-12-192-7/+30
|
* Vital fix to stop parsing terminating too earlyPhilip Sargent2022-12-191-5/+16
|
* Not quite getting all the blog post contentsPhilip Sargent2022-12-192-7/+11
|
* fix author display for logbook entryPhilip Sargent2022-12-181-57/+5
|
* strip spaces from titlesPhilip Sargent2022-12-181-41/+41
|
* Fixing wiki-parsing for 2009 logbookPhilip Sargent2022-12-182-42/+66
|
* fix more logbook parsingPhilip Sargent2022-12-172-5/+8
|
* Fixed round-trip import-export-import bugsPhilip Sargent2022-12-171-9/+21
|
* parse several UK caving blogs per year - workingPhilip Sargent2022-12-162-69/+109
|
* bug in python 3.9?Philip Sargent2022-12-151-2/+6
|
* blog parsing workingPhilip Sargent2022-12-151-12/+27
|
* exptl parse UK Caving blogPhilip Sargent2022-12-142-59/+77
|
* tidy and commentsPhilip Sargent2022-12-101-47/+48
|
* 2003 logbook export/re-import as now HTML formatPhilip Sargent2022-12-092-27/+62
|
* fix comments and 2019 LB parsingPhilip Sargent2022-12-073-8/+22
|
* fix bugs made visible by py 3.11Philip Sargent2022-11-231-1/+2
|
* Convert .format() to f-stringsPhilip Sargent2022-11-234-127/+127
|
* tidy upPhilip Sargent2022-11-231-2/+0
|
* bugfixPhilip Sargent2022-11-231-2/+2
|
* remove entry-type and tidy cache bitsPhilip Sargent2022-11-231-40/+9
|
* moved parser settingsPhilip Sargent2022-11-211-36/+36
|
* cache tidy and move settings into parserPhilip Sargent2022-11-211-105/+59
|
* remove cache and setdatesfromlogbookPhilip Sargent2022-11-211-23/+39
|
* Removed misguided ObjStore as we do need multiuser dbPhilip Sargent2022-11-211-84/+1
|
* make compatible with python 3.11 as well as 3.10Philip Sargent2022-11-183-5/+15
|
* Updating commentsPhilip Sargent2022-11-172-11/+29
|
* bug found by python 3.11Philip Sargent2022-11-151-1/+1
|
* dump3d --legs future possibilityPhilip Sargent2022-11-151-0/+6
|
* add 'lastvisit' field to entrances, for the datePhilip Sargent2022-10-121-49/+55
|
* Add 'foreign friends' to names alias listPhilip Sargent2022-10-121-7/+10
|
* *team parsing much improved. Copes with everything now.Philip Sargent2022-10-102-4/+41
|
* more fixesPhilip Sargent2022-10-102-1/+2
|
* sort output, accept more comma usePhilip Sargent2022-10-101-1/+1
|
* More fixes to name resolution checkingPhilip Sargent2022-10-091-15/+32
|
* Widen the recognizer capabilities for namesPhilip Sargent2022-10-091-47/+70
|
* new report to make aliases visiblePhilip Sargent2022-10-091-7/+33
|
* abbrv. names now accepted when parsing logbooks, survexPhilip Sargent2022-10-082-3/+17
|
* bugfixesPhilip Sargent2022-10-081-25/+27
|
* big changes to cope with survexblock not yet dated, no *date yetPhilip Sargent2022-10-071-65/+141
|
* small chnages to name resolutionPhilip Sargent2022-10-072-2/+10
|
* use generator when reading individual survex files too, saves anothe 6MBPhilip Sargent2022-10-071-52/+61
|
* reduce mem use by 21.2MB by using a generatorPhilip Sargent2022-10-071-38/+38
|
* Fixing bugs and better error msgsPhilip Sargent2022-10-062-117/+158
|
* strip spaces in pending caves listPhilip Sargent2022-10-061-4/+5
|
* polishing outputs for importing unseen survex filesPhilip Sargent2022-10-051-13/+37
|
* Parse all files, not just those in the *include treePhilip Sargent2022-10-052-57/+156
|