Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move models_survex to models/survex.py | Philip Sargent | 2021-04-13 | 1 | -209/+0 |
| | |||||
* | Import Therion files too | Philip Sargent | 2021-04-07 | 1 | -3/+3 |
| | |||||
* | layout tidying | Philip Sargent | 2021-03-26 | 1 | -3/+3 |
| | |||||
* | remove commented out code, more comments | Philip Sargent | 2020-07-29 | 1 | -9/+1 |
| | |||||
* | Removing foissil: subcave and flatpages-redirects | Philip Sargent | 2020-07-22 | 1 | -4/+5 |
| | |||||
* | make survexblock titles 200 chars | Philip Sargent | 2020-07-20 | 1 | -1/+1 |
| | |||||
* | person attribution of surveyed length working | Philip Sargent | 2020-07-06 | 1 | -3/+0 |
| | |||||
* | splays and alias splays implemented | Philip Sargent | 2020-07-04 | 1 | -3/+1 |
| | |||||
* | SurvexBlocks now importing in deatil | Philip Sargent | 2020-07-01 | 1 | -0/+1 |
| | |||||
* | CASCADE on delete removed from key foregin keys | Philip Sargent | 2020-06-30 | 1 | -19/+19 |
| | |||||
* | Fix SurvexDirectory import | Philip Sargent | 2020-06-29 | 1 | -7/+14 |
| | |||||
* | fixing parent blocks & titles | Philip Sargent | 2020-06-28 | 1 | -5/+11 |
| | |||||
* | replace GetCaveByReference | Philip Sargent | 2020-06-28 | 1 | -0/+4 |
| | |||||
* | Working. More fault checking. | Philip Sargent | 2020-06-27 | 1 | -0/+2 |
| | |||||
* | move function | Philip Sargent | 2020-06-27 | 1 | -22/+1 |
| | |||||
* | start refactor survex import | Philip Sargent | 2020-06-24 | 1 | -7/+0 |
| | |||||
* | bin Makesurvexstation, survextitle, survexEquate | Philip Sargent | 2020-06-24 | 1 | -19/+18 |
| | |||||
* | tunnelfile.scans name change for compatibility | Philip Sargent | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | Simple renaming too-similar variables | Philip Sargent | 2020-06-24 | 1 | -13/+4 |
| | |||||
* | simple rename survexscansfolder to scansfolder | Philip Sargent | 2020-06-23 | 1 | -4/+4 |
| | |||||
* | rename SurvexScansFolders and tidy survex parser | Philip Sargent | 2020-06-23 | 1 | -4/+4 |
| | |||||
* | static files redone | Philip Sargent | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | n_delete=... soon to be required | Philip Sargent | 2020-06-18 | 1 | -32/+32 |
| | |||||
* | django 1.8.19 | Philip Sargent | 2020-06-16 | 1 | -4/+4 |
| | |||||
* | clean up survexlegs | Philip Sargent | 2020-06-16 | 1 | -11/+18 |
| | |||||
* | Stop storing all SurvexStations | Philip Sargent | 2020-06-15 | 1 | -1/+1 |
| | |||||
* | Refactor to avoid loading unused surveystations | Philip Sargent | 2020-05-28 | 1 | -12/+10 |
| | |||||
* | __unicode__ to __str__ 2to3 conversion | Philip Sargent | 2020-05-26 | 1 | -3/+3 |
| | |||||
* | Convert codebase for python3 usage | Philip Sargent | 2020-05-24 | 1 | -8/+8 |
| | |||||
* | Remove PHOTOS_ROOT and DPhoto class | Philip Sargent | 2020-05-15 | 1 | -0/+6 |
| | |||||
* | Backed out changeset: 4552f42bdf54 | Sam Wenham | 2019-06-26 | 1 | -14/+2 |
| | |||||
* | Remove this stupid hard coded name match | Sam Wenham | 2019-06-26 | 1 | -2/+14 |
| | |||||
* | Add SURVEX_TOPNAME (top-level survex file) as a setting item in settings.py ↵ | expo on server | 2019-06-26 | 1 | -1/+1 |
| | | | | so it's not hardcoded. | ||||
* | Support html and wiki logbook entrys | Sam Wenham | 2019-03-31 | 1 | -1/+1 |
| | | | | | | Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying | ||||
* | Add default BooleanField(default=False) for django 1.7 compatibility | Sam Wenham | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Made a prospecting guide and fixed survex station description. Removed ↵ | Martin Green | 2012-08-10 | 1 | -1/+4 |
| | | | | parsing of underground descriptions to wikis. | ||||
* | Start to change dataformat for caves, along with there editing. Start to ↵ | Martin Green | 2012-06-10 | 1 | -3/+15 |
| | | | | change survex reader to cope better with equates/tags. | ||||
* | remove all the DOS linefeeds | Wookey | 2011-07-11 | 1 | -213/+213 |
| | |||||
* | Added parsing of all.svx, along side parsing individual caves. | Martin Green | 2011-07-11 | 1 | -0/+19 |
| | | | | | | 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. | ||||
* | edit logbooks, new logbook format, increased database normalisation | Martin Green | 2011-05-01 | 1 | -1/+4 |
| | |||||
* | make 2008 logbook correctly parse | goatchurch | 2009-09-14 | 1 | -0/+10 |
| | |||||
* | able to save sketches up from tunnel | goatchurch | 2009-09-13 | 1 | -0/+4 |
| | |||||
* | tunnelfiles scheme added | goatchurch | 2009-09-11 | 1 | -2/+12 |
| | |||||
* | modelviz added | goatchurch | 2009-09-11 | 1 | -0/+1 |
| | |||||
* | survey scans features added | goatchurch | 2009-09-10 | 1 | -24/+48 |
| | |||||
* | [svn] latest hacking for various statistics | goatchurch | 2009-08-05 | 1 | -2/+30 |
| | |||||
* | [svn] now with ability to make new svx file | goatchurch | 2009-08-01 | 1 | -47/+58 |
| | |||||
* | [svn] full checkin. animations disabled, sorry | goatchurch | 2009-07-27 | 1 | -13/+47 |
| | |||||
* | [svn] * Adding JS fill in next QM number via ajax. | substantialnoninfringinguser | 2009-07-04 | 1 | -1/+4 |
| | | | | | * Slight models cleanup- get rid of TroggleImageModel class, use mixin instead. * Collect various troggle shared functions into utils.py | ||||
* | [svn] Renaming troggle.expo to troggle.core. To do this, used: | substantialnoninfringinguser | 2009-07-02 | 1 | -0/+66 |
perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple) |