summaryrefslogtreecommitdiffstats
path: root/parsers
Commit message (Collapse)AuthorAgeFilesLines
...
* stopped storing survex legsPhilip Sargent2020-06-121-6/+29
|
* Object storage as alternative to SQLPhilip Sargent2020-06-081-35/+164
|
* Make import robust against duplicate kataster numbersPhilip Sargent2020-06-071-22/+37
|
* attempt to simplify wnt horribly wrongPhilip Sargent2020-06-064-18/+28
|
* Change troggle horizontal menu itemsPhilip Sargent2020-06-011-1/+0
|
* Progress dots on importing dataPhilip Sargent2020-06-012-4/+17
|
* Delete SURVEYS.CSV codePhilip Sargent2020-05-311-66/+0
|
* Adding progress dots to import print output and fix SURVEY_SCANSPhilip Sargent2020-05-311-5/+11
|
* Reducing input print outputPhilip Sargent2020-05-311-3/+3
|
* bug fix in logbook parserPhilip Sargent2020-05-301-117/+84
|
* Imposrt mad more specificPhilip Sargent2020-05-301-19/+19
|
* format tidy & normalise paths in survex *inlcudePhilip Sargent2020-05-301-1/+1
|
* Moved classes to models_caves and fixed importsPhilip Sargent2020-05-285-48/+75
|
* Expunge cavetabPhilip Sargent2020-05-283-283/+19
|
* expung imagekit and clean import listsPhilip Sargent2020-05-281-3/+5
|
* Refactor to avoid loading unused surveystationsPhilip Sargent2020-05-281-28/+35
|
* preparing to clean up LoadPosPhilip Sargent2020-05-261-1/+3
|
* Convert codebase for python3 usagePhilip Sargent2020-05-248-81/+83
|
* tidying and prep for python3Philip Sargent2020-05-242-18/+20
|
* unused code commented outPhilip Sargent2020-05-241-131/+136
|
* bugfixPhilip Sargent2020-05-201-2/+2
|
* Indented msgs for recursive file traversalPhilip Sargent2020-05-151-16/+33
|
* Remove PHOTOS_ROOT and DPhoto classPhilip Sargent2020-05-151-21/+22
|
* add mysql startup documentationPhilip Sargent2020-05-141-1/+1
|
* indent recursion and update commentsPhilip Sargent2020-05-141-55/+81
|
* adding *ref to troggle svx parserPhilip Sargent2020-05-131-9/+45
|
* dbReset now loads into memory first (fast err checking), then into dbPhilip Sargent2020-04-301-5/+23
|
* getting the LoadPos to work betterPhilip Sargent2020-04-281-11/+18
|
* Understanding and speeding up LoadPosPhilip Sargent2020-04-282-17/+67
|
* reducing clutter in outputPhilip Sargent2020-04-281-20/+27
|
* Thorough spring clean and profilingPhilip Sargent2020-04-273-11/+15
|
* Dumps loaded data into a .sql filePhilip Sargent2020-04-161-1/+1
|
* get the profile display working & bug fixPhilip Sargent2020-04-151-2/+2
|
* 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
|
* Fixed bad import of surveyscans references from tunnel filesPhilip Sargent2020-04-111-7/+12
|
* scanned image files importingPhilip Sargent2020-04-092-4/+16
|
* Validation of mugshot or blrub file addedPhilip Sargent2020-04-011-1/+7
|
* debug for crashing tunnel importPhilip Sargent2020-02-251-0/+1
|
* Changes needed to stop the survex parser having to go through the data twiceFaster-survex-parserSam Wenham2020-02-211-74/+178
| | | | Taken from the Django 1.10 upgrade branch
* 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-112-6/+13
| | | | 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-262-63/+15
|
* Remove this stupid hard coded name matchSam Wenham2019-06-262-15/+63
|
* Add SURVEX_TOPNAME (top-level survex file) as a setting item in settings.py ↵expo on server2019-06-261-4/+4
| | | | so it's not hardcoded.
* Updating caves and entrances is no longer nuclear!Sam Wenham2019-04-192-23/+50
| | | | | | | | Big overhaul of people processing, fullname added to the model lastname is now names -1 unless you only have one (yes you Wookey) this allows for Jon Arne Toft and Wookey to live it the same DB names can now have html chars in them, this should be real unicode but that can only happen when we go to Python 3!
* missed objectsSam Wenham2019-04-181-1/+1
|