summaryrefslogtreecommitdiffstats
path: root/parsers
Commit message (Collapse)AuthorAgeFilesLines
* Fix CSRF issues in svx formSam Wenham2019-04-142-8/+19
| | | | | | 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-022-4/+1
| | | | | Better errors and tidy Nicer date formats
* 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
| | | | | | | | | | | | 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-302-12/+11
| | | | | | | | | | | | Switch to content_type from mimetype Make DB reset not nuke so much Tidy logbook parser
* | folk.csv has moved into 'folk' dir out of 'noinfo'Wookey2019-04-021-1/+1
|/
* 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-062-97/+120
| | | | | | Move the parser to expo mapping to settings Set a default parser Iterate over the expo years rather than the mapping list!
* 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
| | | | | Remove the assert for folders in survey wallets, this does mean currently they will be ignored by troggle.
* Make the suryeys importer not explodeSam Wenham2019-02-241-51/+60
|
* Make things more compatiable with newer pythonSam Wenham2019-02-242-52/+62
| | | | | | | Fix the expeditions list Improvements to make it compatiable with django 1.8 Bump the years to add 2018 Update the .hgignore file to ignore junk
* 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 ↵expoonserver2018-06-181-2/+3
| | | | foo~ causing 'duplicate cave' error)
* 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 ↵Sam Wenham2015-06-281-1/+1
| | | | get working
* 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
| | | | | | eg .html.orig!! Change the index on troggle to move on with the year
* 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
| | | | does).
* Replace assert on unrecognised commands with print, so that a minorexpoonserver2014-06-261-1/+7
| | | | | parsing issue doesn't completely kill a parsing update. Add parsing for requires and alias commands.
* Add a function for running people parserwookey2013-06-251-0/+4
| | | | And comments on how logbooks can't be read in until 'year' exists in database
* Add checking for compass tooWookey2013-05-221-5/+13
| | | | Only print filenames on error by default
* 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
| | | | | slugs don't blow up the import. Also reduce the noise, so you just get a warning about missing slugs printed out
* Add debug for which entrance file was being read so we get a clue where to ↵wookey2012-09-241-1/+1
| | | | look when 'databasereset newcaves' falls over
* Add some debug to cave parser as it's easy to make it failWookey2012-09-241-0/+2
| | | | e.g. by referring to slugs that don't exist.
* Bug fixing of cave and entrance forms removal of slugsMartin2012-08-141-0/+2
|
* Made a prospecting guide and fixed survex station description. Removed ↵Martin Green2012-08-103-46/+2
| | | | parsing of underground descriptions to wikis.
* Fixed directory names for the survey scans such that surveys could be found. ↵expo2012-08-081-13/+13
| | | | It did not seem possible to simply change the localsettings.py file to get it to work.
* Fix up parser paths so everything is foundexpo2012-08-051-1/+1
|
* New parser for new cave formatMartin Green2012-06-101-0/+166
|
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-102-71/+91
| | | | change survex reader to cope better with equates/tags.
* Add 2010 and 2011 logbooks to parsing list (can we make this autoWookey2011-09-151-0/+2
| | | | somehow - by agreeing a logbook format, or letting it guess)?
* rest of martin's changes, without reverting lineend issuesWookey2011-07-115-1087/+1086
|\
| * remove all the DOS linefeedsWookey2011-07-115-1086/+1086
| |