summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
Commit message (Collapse)AuthorAgeFilesLines
...
* catch unknown scotsman errorPhilip Sargent2021-04-201-0/+3
|
* stop being so verbosePhilip Sargent2021-04-141-1/+1
|
* replace assert() with message loggingPhilip Sargent2021-04-131-4/+7
|
* Docstrings for all modulesPhilip Sargent2021-04-131-2/+4
|
* move models_caves to models/caves.pyPhilip Sargent2021-04-131-1/+1
|
* create core/models/ directroyPhilip Sargent2021-04-131-1/+1
|
* deprecated non-raw regexPhilip Sargent2021-04-131-2/+2
|
* moving save_carefully()Philip Sargent2021-04-131-2/+1
|
* creating core/utils.pyPhilip Sargent2021-04-121-1/+2
|
* clear cache on parsing & 2.2.19 notesPhilip Sargent2021-04-101-3/+3
|
* Replace assert() with DataIssue messagePhilip Sargent2021-03-291-9/+30
|
* 1982 giving problems. Caved ID issue suspected.Philip Sargent2021-03-241-1/+1
|
* skip years crashing parserPhilip Sargent2021-03-241-1/+3
|
* Importing old logbooksPhilip Sargent2021-02-061-52/+77
|
* Fixed QMs in Admin control panel &remv. OtherCavePhilip Sargent2020-07-231-16/+12
|
* parse 2006 logbook from htmlPhilip Sargent2020-07-071-6/+7
|
* *units in feet and metres, subcavesPhilip Sargent2020-07-071-1/+1
|
* extra error printout and remove old codePhilip Sargent2020-07-061-0/+4
|
* SurvexBlocks now importing in deatilPhilip Sargent2020-07-011-0/+3
|
* Creating forgotten caves & better GetCaveLookup()Philip Sargent2020-06-291-28/+1
|
* avoiding problem in KH QMs importPhilip Sargent2020-06-281-2/+2
|
* replace GetCaveByReferencePhilip Sargent2020-06-281-2/+6
|
* Fully working dj 1.11.29Philip Sargent2020-06-191-7/+24
|
* remove tinyMCE morePhilip Sargent2020-06-141-2/+2
|
* Object storage as alternative to SQLPhilip Sargent2020-06-081-35/+164
|
* attempt to simplify wnt horribly wrongPhilip Sargent2020-06-061-8/+20
|
* bug fix in logbook parserPhilip Sargent2020-05-301-117/+84
|
* Imposrt mad more specificPhilip Sargent2020-05-301-19/+19
|
* Moved classes to models_caves and fixed importsPhilip Sargent2020-05-281-11/+32
|
* Expunge cavetabPhilip Sargent2020-05-281-12/+9
|
* Convert codebase for python3 usagePhilip Sargent2020-05-241-19/+20
|
* bug fixed for new logbookPhilip Sargent2020-04-131-22/+21
|
* 2010 is html format not wiki format.Philip Sargent2020-04-121-2/+2
| | | | Or at least, now it is.
* New cacheing for parsed logbooks. All logbooks load in 75 seconds now.Philip Sargent2020-04-121-21/+78
|
* Fixing logbooks with parse errorsPhilip Sargent2020-02-201-1/+1
|
* backport order of operations in reset() and change logbook parser to do ↵Philip Sargent2020-02-201-2/+2
| | | | paragraphs differently
* Allow comments against names in logbooks in bracketsSam Wenham2019-07-111-3/+5
| | | | Convert accent chars in names into simple chars as this is what people enter in the logbook
* Just commit the logbook parser this time (can we move to git now!!!)Sam Wenham2019-06-261-2/+2
|
* Backed out changeset: 4552f42bdf54Sam Wenham2019-06-261-2/+2
|
* Remove this stupid hard coded name matchSam Wenham2019-06-261-2/+2
|
* missed objectsSam Wenham2019-04-181-1/+1
|
* Clear data issues for logbooks before reloadingSam Wenham2019-04-181-2/+6
|
* Fix CSRF issues in svx formSam Wenham2019-04-141-0/+6
| | | | | | Set date formats Add DataIssue model and add errors to it to allow us to give people a list of stuff to fix
* Sort people by notabilitySam Wenham2019-04-021-1/+1
| | | | | Better errors and tidy Nicer date formats
* Support html and wiki logbook entrysSam Wenham2019-03-311-11/+17
| | | | | | Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying
* Update new management command for DB resetSam Wenham2019-03-301-10/+9
| | | | | | Switch to content_type from mimetype Make DB reset not nuke so much Tidy logbook parser
* Fix people listSam Wenham2019-03-091-1/+1
| | | | | | Cope with Jimmy McFoo as a name! Don't set the top expo value in the code whin it is piss easy to calculate Fix typo from last commit
* There is no point having two functions do basicaly the same thing so make theSam Wenham2019-03-091-36/+3
| | | | | load all logbooks call load logbook(expo) Remove the return message from load logbook as it isn't used
* Make the logbook parser a little more saneSam Wenham2019-03-061-94/+117
| | | | | | Move the parser to expo mapping to settings Set a default parser Iterate over the expo years rather than the mapping list!
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-151-1/+1
|