summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
Commit message (Expand)AuthorAgeFilesLines
* Moved Logbooks to separate model filePhilip Sargent2023-01-291-1/+2
* separated out Model for wallet to its own filePhilip Sargent2023-01-291-3/+3
* moved aliases to people module, faster db tooPhilip Sargent2023-01-281-18/+1
* refactored, global removedPhilip Sargent2023-01-281-74/+48
* no search before db object creation: fasterPhilip Sargent2023-01-281-35/+44
* refactoring author checksPhilip Sargent2023-01-281-31/+42
* refactored logbooks parserPhilip Sargent2023-01-271-90/+125
* refactored, faster deletion prior to loadingPhilip Sargent2023-01-271-3/+7
* Remove logdataissues from TROGPhilip Sargent2023-01-271-65/+35
* fix number of entries expectedPhilip Sargent2023-01-261-3/+3
* deleted old parser codePhilip Sargent2023-01-261-131/+0
* reformatted all old logbook formatsPhilip Sargent2023-01-261-160/+134
* ruff removed unused importsPhilip Sargent2023-01-191-9/+4
* reformatted using blackPhilip Sargent2023-01-191-294/+343
* sort imports using isort. tested.Philip Sargent2023-01-191-4/+5
* consistent tests with logbooks junk removalPhilip Sargent2023-01-161-2/+3
* Adding docstrings, deleting unused codePhilip Sargent2022-12-231-2/+2
* logbooks correct numberss of entries expectedPhilip Sargent2022-12-231-1/+1
* fix frontmatter/endmatterPhilip Sargent2022-12-211-14/+48
* All broken logbooks now parsing correctly.Philip Sargent2022-12-201-135/+3
* converting 1988 logboogPhilip Sargent2022-12-201-4/+5
* converting 1987 logbookPhilip Sargent2022-12-201-12/+127
* convert old logbooks to modern formatPhilip Sargent2022-12-201-5/+5
* 2019 blog editsPhilip Sargent2022-12-201-6/+6
* Updates to make 2018 blog merge work (faster)Philip Sargent2022-12-191-5/+29
* Vital fix to stop parsing terminating too earlyPhilip Sargent2022-12-191-5/+16
* Not quite getting all the blog post contentsPhilip Sargent2022-12-191-6/+10
* 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-181-39/+63
* fix more logbook parsingPhilip Sargent2022-12-171-4/+7
* Fixed round-trip import-export-import bugsPhilip Sargent2022-12-171-9/+21
* parse several UK caving blogs per year - workingPhilip Sargent2022-12-161-67/+106
* 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-141-57/+75
* tidy and commentsPhilip Sargent2022-12-101-47/+48
* 2003 logbook export/re-import as now HTML formatPhilip Sargent2022-12-091-27/+57
* fix comments and 2019 LB parsingPhilip Sargent2022-12-071-1/+4
* fix bugs made visible by py 3.11Philip Sargent2022-11-231-1/+2
* 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-181-3/+7
* small chnages to name resolutionPhilip Sargent2022-10-071-0/+2
* make cache work even if timestamps wrongPhilip Sargent2022-10-051-10/+15