summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* clean up de-duplication codePhilip Sargent2023-02-281-75/+140
* Initial add of On This Day links to svx file pagePhilip Sargent2023-02-261-1/+1
* str() needed with python 3.11.0rc1 & added try/execeptPhilip Sargent2023-02-241-32/+37
* remove unneeded warningsPhilip Sargent2023-02-111-6/+4
* Update URLs to django documn versionPhilip Sargent2023-02-101-1/+1
* to-do lists updatesPhilip Sargent2023-02-021-6/+11
* Setting wallet dates earlier in the import processPhilip Sargent2023-02-011-0/+28
* Bulk_create working for team on a survexblockPhilip Sargent2023-01-311-9/+43
* ruf cleanup imports, bigly.Philip Sargent2023-01-301-1/+2
* Removed unused properties and movingPhilip Sargent2023-01-301-3/+2
* Remove unneeded Class ExpeditionDayPhilip Sargent2023-01-301-38/+3
* Renaming class step 2Philip Sargent2023-01-301-1/+1
* fixing Sunday display on calendarPhilip Sargent2023-01-301-1/+3
* Fixed coloured T and S on expo calendarPhilip Sargent2023-01-291-12/+6
* separated out ent locations from survex parserPhilip Sargent2023-01-291-225/+7
* Moved Logbooks to separate model filePhilip Sargent2023-01-291-1/+2
* separated out Model for wallet to its own filePhilip Sargent2023-01-291-4/+4
* Inherit *team to anonymous survex blocksPhilip Sargent2023-01-291-54/+102
* compiling more regexesPhilip Sargent2023-01-281-11/+18
* refactor to reduce db hits and fix *teamPhilip Sargent2023-01-281-88/+203
* Collect dataissues and write to db all at oncePhilip Sargent2023-01-281-83/+105
* ruff removed unused importsPhilip Sargent2023-01-191-23/+17
* reformatted using blackPhilip Sargent2023-01-191-673/+824
* sort imports using isort. tested.Philip Sargent2023-01-191-13/+15
* remove %s old formatting style (last bits)Philip Sargent2023-01-021-1/+1
* Using Path() wherever possible in localsettings.pyPhilip Sargent2022-12-221-1/+1
* diagnosing missing entrance filePhilip Sargent2022-12-221-2/+3
* attempted speedup, explicit dates wallet objectsPhilip Sargent2022-12-201-0/+2
* Convert .format() to f-stringsPhilip Sargent2022-11-231-119/+119
* make compatible with python 3.11 as well as 3.10Philip Sargent2022-11-181-0/+2
* Updating commentsPhilip Sargent2022-11-171-9/+20
* dump3d --legs future possibilityPhilip Sargent2022-11-151-0/+6
* *team parsing much improved. Copes with everything now.Philip Sargent2022-10-101-2/+10
* more fixesPhilip Sargent2022-10-101-1/+1
* sort output, accept more comma usePhilip Sargent2022-10-101-1/+1
* abbrv. names now accepted when parsing logbooks, survexPhilip Sargent2022-10-081-3/+3
* bugfixesPhilip Sargent2022-10-081-25/+27
* big changes to cope with survexblock not yet dated, no *date yetPhilip Sargent2022-10-071-65/+141
* 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-061-26/+31
* 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-051-56/+152
* working on loading all the non*inlcuded svx filesPhilip Sargent2022-10-041-2/+25
* rename data issue tagPhilip Sargent2022-09-271-3/+3
* error msg was incorrect. fix.Philip Sargent2022-09-261-2/+6