summaryrefslogtreecommitdiffstats
path: root/parsers
Commit message (Expand)AuthorAgeFilesLines
* Changes needed to stop the survex parser having to go through the data twiceFaster-survex-parserSam Wenham2020-02-211-74/+178
* Fixing logbooks with parse errorsPhilip Sargent2020-02-201-1/+1
* backport order of operations in reset() and change logbook parser to do parag...Philip Sargent2020-02-201-2/+2
* Allow comments against names in logbooks in bracketsSam Wenham2019-07-112-6/+13
* 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 s...expo on server2019-06-261-4/+4
* Updating caves and entrances is no longer nuclear!Sam Wenham2019-04-192-23/+50
* 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-142-8/+19
* Sort people by notabilitySam Wenham2019-04-022-4/+1
* Merge lots of troggle fixesWookey2019-04-025-54/+46
|\
| * Better error messagesSam Wenham2019-03-311-2/+2
| * Support html and wiki logbook entrysSam Wenham2019-03-314-40/+33
| * Update new management command for DB resetSam Wenham2019-03-302-12/+11
* | folk.csv has moved into 'folk' dir out of 'noinfo'Wookey2019-04-021-1/+1
|/
* Fix people listSam Wenham2019-03-091-1/+1
* There is no point having two functions do basicaly the same thing so make theSam Wenham2019-03-091-36/+3
* Make the logbook parser a little more saneSam Wenham2019-03-062-97/+120
* Fix the All Survex page to work with 1623 areaSam Wenham2019-02-251-2/+3
* Deal better with the wallet letter number combo of 2019#X01Sam Wenham2019-02-241-4/+5
* Fix survey scansSam Wenham2019-02-241-2/+2
* Make the suryeys importer not explodeSam Wenham2019-02-241-51/+60
* Make things more compatiable with newer pythonSam Wenham2019-02-242-52/+62
* Add missing linefeed on survey-parsing error messageexpoonserver2018-06-181-2/+2
* Make sure that cave parser only reads .html files in cave_data dir (to stop f...expoonserver2018-06-181-2/+3
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-156-7/+7
* Up to 1.6.11 on stretch. New manage.py. Some tidyingSam Wenham2018-04-151-5/+1
* Add ref as a valid survex command to prevent errorsSam Wenham2018-04-141-1/+1
* remove code saying we can't do interlaced pngs. It's fine now.expoonserver2015-10-021-5/+5
* Remove balkonhoehle from the QM parser as this will need a lot of effort to g...Sam Wenham2015-06-281-1/+1
* Survex parser fix to avoid allocation on error (by martin).expo2015-06-241-4/+4
* Add in balkon hoehle QM listDWalker2015-05-251-0/+1
* Fix up obvious URLs containing subarea names (smkridge)Wookey2015-04-081-3/+3
* Revert all of this the date is needed and is a not null in the dbSam Wenham2015-01-261-1/+2
* One more trySam Wenham2015-01-261-1/+0
* Ooops that wasn't rightSam Wenham2015-01-261-1/+0
* Don't assert an error on bad date formatsSam Wenham2015-01-261-1/+2
* A little more verbositySam Wenham2015-01-192-2/+8
* Add a little verbositySam Wenham2015-01-191-0/+3
* Try and ignore files that don't end .html (We really need to change to .xml) ...Sam Wenham2015-01-191-1/+2
* Allow comma in starcommands (*,fix) (comma is default valid *set blank)Wookey2014-07-011-1/+1
* Fix survex parser to allow whitespace between * and command (as survexWookey2014-07-011-1/+1
* Replace assert on unrecognised commands with print, so that a minorexpoonserver2014-06-261-1/+7
* Add a function for running people parserwookey2013-06-251-0/+4
* Add checking for compass tooWookey2013-05-221-5/+13
* Add error check in place where parser diedWookey2013-05-221-1/+7
* Add some exception checking to parsers/caves.py so that missing entrancewookey2012-09-241-11/+19