summaryrefslogtreecommitdiffstats
path: root/core/models_survex.py
Commit message (Collapse)AuthorAgeFilesLines
* move models_survex to models/survex.pyPhilip Sargent2021-04-131-209/+0
|
* Import Therion files tooPhilip Sargent2021-04-071-3/+3
|
* layout tidyingPhilip Sargent2021-03-261-3/+3
|
* remove commented out code, more commentsPhilip Sargent2020-07-291-9/+1
|
* Removing foissil: subcave and flatpages-redirectsPhilip Sargent2020-07-221-4/+5
|
* make survexblock titles 200 charsPhilip Sargent2020-07-201-1/+1
|
* person attribution of surveyed length workingPhilip Sargent2020-07-061-3/+0
|
* splays and alias splays implementedPhilip Sargent2020-07-041-3/+1
|
* SurvexBlocks now importing in deatilPhilip Sargent2020-07-011-0/+1
|
* CASCADE on delete removed from key foregin keysPhilip Sargent2020-06-301-19/+19
|
* Fix SurvexDirectory importPhilip Sargent2020-06-291-7/+14
|
* fixing parent blocks & titlesPhilip Sargent2020-06-281-5/+11
|
* replace GetCaveByReferencePhilip Sargent2020-06-281-0/+4
|
* Working. More fault checking.Philip Sargent2020-06-271-0/+2
|
* move functionPhilip Sargent2020-06-271-22/+1
|
* start refactor survex importPhilip Sargent2020-06-241-7/+0
|
* bin Makesurvexstation, survextitle, survexEquatePhilip Sargent2020-06-241-19/+18
|
* tunnelfile.scans name change for compatibilityPhilip Sargent2020-06-241-2/+2
|
* Simple renaming too-similar variablesPhilip Sargent2020-06-241-13/+4
|
* simple rename survexscansfolder to scansfolderPhilip Sargent2020-06-231-4/+4
|
* rename SurvexScansFolders and tidy survex parserPhilip Sargent2020-06-231-4/+4
|
* static files redonePhilip Sargent2020-06-181-1/+1
|
* n_delete=... soon to be requiredPhilip Sargent2020-06-181-32/+32
|
* django 1.8.19Philip Sargent2020-06-161-4/+4
|
* clean up survexlegsPhilip Sargent2020-06-161-11/+18
|
* Stop storing all SurvexStationsPhilip Sargent2020-06-151-1/+1
|
* Refactor to avoid loading unused surveystationsPhilip Sargent2020-05-281-12/+10
|
* __unicode__ to __str__ 2to3 conversionPhilip Sargent2020-05-261-3/+3
|
* Convert codebase for python3 usagePhilip Sargent2020-05-241-8/+8
|
* Remove PHOTOS_ROOT and DPhoto classPhilip Sargent2020-05-151-0/+6
|
* Backed out changeset: 4552f42bdf54Sam Wenham2019-06-261-14/+2
|
* Remove this stupid hard coded name matchSam Wenham2019-06-261-2/+14
|
* Add SURVEX_TOPNAME (top-level survex file) as a setting item in settings.py ↵expo on server2019-06-261-1/+1
| | | | so it's not hardcoded.
* Support html and wiki logbook entrysSam Wenham2019-03-311-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 compatibilitySam Wenham2018-04-171-1/+1
|
* Made a prospecting guide and fixed survex station description. Removed ↵Martin Green2012-08-101-1/+4
| | | | parsing of underground descriptions to wikis.
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-101-3/+15
| | | | change survex reader to cope better with equates/tags.
* remove all the DOS linefeedsWookey2011-07-111-213/+213
|
* Added parsing of all.svx, along side parsing individual caves.Martin Green2011-07-111-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 normalisationMartin Green2011-05-011-1/+4
|
* make 2008 logbook correctly parsegoatchurch2009-09-141-0/+10
|
* able to save sketches up from tunnelgoatchurch2009-09-131-0/+4
|
* tunnelfiles scheme addedgoatchurch2009-09-111-2/+12
|
* modelviz addedgoatchurch2009-09-111-0/+1
|
* survey scans features addedgoatchurch2009-09-101-24/+48
|
* [svn] latest hacking for various statisticsgoatchurch2009-08-051-2/+30
|
* [svn] now with ability to make new svx filegoatchurch2009-08-011-47/+58
|
* [svn] full checkin. animations disabled, sorrygoatchurch2009-07-271-13/+47
|
* [svn] * Adding JS fill in next QM number via ajax.substantialnoninfringinguser2009-07-041-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:substantialnoninfringinguser2009-07-021-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)