summaryrefslogtreecommitdiffstats
path: root/core/models/caves.py
Commit message (Expand)AuthorAgeFilesLines
* Renaming class step 2Philip Sargent2023-01-301-1/+1
* fixing cyclic import problemPhilip Sargent2023-01-291-4/+2
* bugfix from rearranged model filesPhilip Sargent2023-01-291-0/+1
* Moved Logbooks to separate model filePhilip Sargent2023-01-291-148/+0
* refactored logbooks parserPhilip Sargent2023-01-271-0/+4
* sort imports using isort. tested.Philip Sargent2023-01-191-18/+15
* Using Path() wherever possible in localsettings.pyPhilip Sargent2022-12-221-23/+3
* Fixing wiki-parsing for 2009 logbookPhilip Sargent2022-12-181-17/+2
* Convert.format() to f-strings with flyntPhilip Sargent2022-11-231-8/+8
* remove entry-type and tidy cache bitsPhilip Sargent2022-11-231-5/+0
* bugfix length declarationPhilip Sargent2022-11-211-1/+1
* cache tidy and move settings into parserPhilip Sargent2022-11-211-1/+1
* add 'lastvisit' field to entrances, for the datePhilip Sargent2022-10-121-0/+1
* Add date of update to the generated html filePhilip Sargent2022-10-121-6/+10
* more complete list of caves linked to walletsPhilip Sargent2022-09-221-1/+1
* Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into py...Martin Green2022-08-011-2/+8
|\
| * Extend wallets by cave reportPhilip Sargent2022-07-281-2/+8
* | Allow entrances to be edited with the correct parent url. Commit changes to ...Martin Green2022-08-011-2/+25
* | edit entrances within the correct url parentMartin Green2022-07-311-5/+15
* | Edit caves in the same parent URL as the final fileMartin Green2022-07-311-0/+3
|/
* improve reifying processPhilip Sargent2022-07-251-1/+2
* alias as separate error typePhilip Sargent2022-07-251-10/+5
* big rewrite of cave alias lookup systemPhilip Sargent2022-07-251-165/+184
* GetCave:Lookup neeeds workPhilip Sargent2022-07-241-1/+8
* bugfixesPhilip Sargent2022-07-221-4/+4
* more dead chicken wavingPhilip Sargent2022-07-211-3/+3
* need to see exception with all the renaming going onPhilip Sargent2022-07-211-1/+1
* Trial QM tick mechanism in survex filesPhilip Sargent2022-07-201-9/+5
* fix QM regex for number and rearrange url codePhilip Sargent2022-07-201-1/+1
* QMs now have working url to survexfile & tick descriptionPhilip Sargent2022-07-201-6/+32
* Add fields to QM modelPhilip Sargent2022-07-191-0/+2
* Fix display of expoyearPhilip Sargent2022-07-181-3/+4
* moved writetrogglefile() to core.utilsPhilip Sargent2022-07-181-31/+2
* Complaints now on wallet pagePhilip Sargent2022-07-171-124/+130
* Removed extranious characters where there is one unnnumbered entrance.Martin Green2022-07-151-1/+2
* Allow QMS to be rendered to a string, if the case that an optional parameter ...Martin Green2022-07-111-1/+14
* QM reports all workingPhilip Sargent2022-07-061-1/+1
* fix for individual QM display from survexPhilip Sargent2022-07-061-31/+28
* Not quite so broken QMs from survex filesPhilip Sargent2022-07-051-3/+4
* Fixed QM report for survex-imported QMsPhilip Sargent2022-07-051-11/+9
* Tidy HTML outputPhilip Sargent2022-07-051-3/+3
* Fixing non-null error, even though it should be allowedPhilip Sargent2022-07-051-2/+2
* QM report pages now not crashing, working..Philip Sargent2022-07-051-3/+7
* fixed get_absolute_url errorPhilip Sargent2022-03-181-1/+2
* Make .3d files in same dir as .svxPhilip Sargent2022-03-061-3/+11
* Detect unwriteable file permissions earlierPhilip Sargent2022-03-051-2/+3
* WORKING Dj2.2.24 & 2.2.25 py3.7Philip Sargent2022-03-021-1/+1
* remove chmod attemptPhilip Sargent2021-12-301-4/+5
* separate chmod from contextPhilip Sargent2021-12-301-5/+5
* chmod after writePhilip Sargent2021-12-301-2/+2