Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show coordinates for entrance | Sam Wenham | 2020-02-22 | 1 | -1/+1 |
| | | | | Use filter to find coordinates | ||||
* | Improve README | Sam Wenham | 2019-07-19 | 1 | -72/+110 |
| | | | | Make new style QMs from survexfiles work | ||||
* | Part one of getting troggle to work with django 1.10 | Sam Wenham | 2019-07-16 | 1 | -21/+87 |
| | | | | Major rework of how survex is processed | ||||
* | Backed out changeset: 4552f42bdf54 | Sam Wenham | 2019-06-26 | 1 | -61/+13 |
| | |||||
* | Remove this stupid hard coded name match | Sam Wenham | 2019-06-26 | 1 | -13/+61 |
| | |||||
* | Add SURVEX_TOPNAME (top-level survex file) as a setting item in settings.py ↵ | expo on server | 2019-06-26 | 1 | -4/+4 |
| | | | | so it's not hardcoded. | ||||
* | Support html and wiki logbook entrys | Sam Wenham | 2019-03-31 | 1 | -2/+2 |
| | | | | | | Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying | ||||
* | Make things more compatiable with newer python | Sam Wenham | 2019-02-24 | 1 | -44/+54 |
| | | | | | | | 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 ref as a valid survex command to prevent errors | Sam Wenham | 2018-04-14 | 1 | -1/+1 |
| | |||||
* | Survex parser fix to avoid allocation on error (by martin). | expo | 2015-06-24 | 1 | -4/+4 |
| | |||||
* | A little more verbosity | Sam Wenham | 2015-01-19 | 1 | -0/+6 |
| | |||||
* | Allow comma in starcommands (*,fix) (comma is default valid *set blank) | Wookey | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | Fix survex parser to allow whitespace between * and command (as survex | Wookey | 2014-07-01 | 1 | -1/+1 |
| | | | | does). | ||||
* | Replace assert on unrecognised commands with print, so that a minor | expoonserver | 2014-06-26 | 1 | -1/+7 |
| | | | | | parsing issue doesn't completely kill a parsing update. Add parsing for requires and alias commands. | ||||
* | Add checking for compass too | Wookey | 2013-05-22 | 1 | -5/+13 |
| | | | | Only print filenames on error by default | ||||
* | Add error check in place where parser died | Wookey | 2013-05-22 | 1 | -1/+7 |
| | |||||
* | Made a prospecting guide and fixed survex station description. Removed ↵ | Martin Green | 2012-08-10 | 1 | -1/+1 |
| | | | | parsing of underground descriptions to wikis. | ||||
* | Start to change dataformat for caves, along with there editing. Start to ↵ | Martin Green | 2012-06-10 | 1 | -5/+14 |
| | | | | change survex reader to cope better with equates/tags. | ||||
* | Added parsing of all.svx, along side parsing individual caves. | Martin Green | 2011-07-11 | 1 | -7/+65 |
| | | | | | | Added the making and parsing of all.pos to determine the location of stations. Mare work is required so the caves are parsed and stored only once. Survex parsing appears to include bugs, that print out errors. | ||||
* | tunnelfiles scheme added | goatchurch | 2009-09-11 | 1 | -2/+4 |
| | |||||
* | modelviz added | goatchurch | 2009-09-11 | 1 | -1/+2 |
| | |||||
* | survey scans features added | goatchurch | 2009-09-10 | 1 | -3/+8 |
| | |||||
* | [svn] latest hacking for various statistics | goatchurch | 2009-08-05 | 1 | -59/+139 |
| | |||||
* | [svn] now with ability to make new svx file | goatchurch | 2009-08-01 | 1 | -148/+97 |
| | |||||
* | [svn] full checkin. animations disabled, sorry | goatchurch | 2009-07-27 | 1 | -1/+4 |
| | |||||
* | [svn] Added cavedescription and new subcave. | martin speleo | 2009-07-04 | 1 | -1/+5 |
| | | | | Changed parsers/survex to read *title into subcave | ||||
* | [svn] Fixed the following of *includes by adding white space to the end of ↵ | martin speleo | 2009-07-03 | 1 | -5/+5 |
| | | | | the regex. | ||||
* | [svn] Renaming troggle.expo to troggle.core. To do this, used: | substantialnoninfringinguser | 2009-07-02 | 1 | -1/+1 |
| | | | | | | perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple) | ||||
* | [svn] make work | substantialnoninfringinguser | 2009-05-13 | 1 | -1/+1 |
| | | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8236 by julian @ 1/30/2009 5:40 PM | ||||
* | [svn] another import statement that caused errors on framos.lawoftheland. ↵ | substantialnoninfringinguser | 2009-05-13 | 1 | -1/+1 |
| | | | | | | does work find on my machine though. Wonder what the difference is. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8206 by aaron @ 1/19/2009 5:59 PM | ||||
* | [svn] fixed broken import statement | substantialnoninfringinguser | 2009-05-13 | 1 | -1/+1 |
| | | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8205 by aaron @ 1/19/2009 5:51 PM | ||||
* | [svn] survey block object | substantialnoninfringinguser | 2009-05-13 | 1 | -13/+38 |
| | | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8199 by julian @ 1/19/2009 12:22 AM | ||||
* | [svn] new person expedition | substantialnoninfringinguser | 2009-05-13 | 1 | -1/+2 |
| | | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8189 by julian @ 1/18/2009 7:50 PM | ||||
* | [svn] Converted screen output display to ASCII, so that I could run the script | substantialnoninfringinguser | 2009-05-13 | 1 | -3/+5 |
| | | | | | | via SSH on a server Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8171 by julian @ 1/17/2009 8:36 PM | ||||
* | [svn] *teams and *date identified and scrapped | substantialnoninfringinguser | 2009-05-13 | 1 | -19/+76 |
| | | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8077 by julian @ 11/8/2008 11:23 PM | ||||
* | [svn] convert unfound files to lower case and try again | substantialnoninfringinguser | 2009-05-13 | 1 | -2/+5 |
| | | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8071 by julian @ 11/7/2008 8:55 AM | ||||
* | [svn] Removed last of the sqlite save hack | substantialnoninfringinguser | 2009-05-13 | 1 | -14/+9 |
| | | | | | | Started to add reading of dates Changed character encoding code so it works Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8054 by julian @ 11/2/2008 11:17 PM | ||||
* | [svn] we can parse one 2004 logbook in here. corrections made to folk.csv | substantialnoninfringinguser | 2009-05-13 | 1 | -68/+69 |
| | | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8036 by julian @ 10/26/2008 11:27 PM | ||||
* | [svn] | substantialnoninfringinguser | 2009-05-13 | 1 | -11/+48 |
| | | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8035 by julian @ 10/26/2008 9:46 PM | ||||
* | [svn] Initial troggle checkin | substantialnoninfringinguser | 2009-05-13 | 1 | -0/+31 |
This is a development site using Django 1.0 Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8034 by julian @ 10/26/2008 9:04 PM |