summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add some sort of orderinngMartin Green2023-07-031-1/+1
| |
* | Add list of entrancesMartin Green2023-07-033-2/+38
|/
* removed extranius bracket from htmlMartin Green2023-06-081-1/+1
|
* bug fixMartin Green2023-06-071-4/+2
|
* bug fixMartin Green2023-06-071-1/+1
|
* attempt to use {% url %} tag to point at 3d file for cave viewerMartin Green2023-06-071-3/+6
|
* Try having caveviewer using same url as download link againMartin Green2023-06-071-3/+3
|
* Replaced cave viewer link to 3d file with the working orginalMartin Green2023-06-071-2/+2
|
* Made the sources of the 3d download files consistentMartin Green2023-06-071-5/+5
|
* Try using url template command to link to 3d filesMartin Green2023-06-071-0/+1
|
* See what breaks when put .3d on the end of urls for dowloading 3d filesMartin Green2023-06-071-1/+1
|
* Changed source of cave 3d files back.Martin Green2023-06-071-2/+2
|
* changed source of 3d files for cave viewer, to see if it works betterMartin Green2023-06-071-1/+2
|
* Try not showing kataster codes if they are empty/NoneMartin Green2023-06-071-0/+2
|
* Add editlink classes for editing the entrancesMartin Green2023-06-071-2/+2
|
* Fixed comments againMartin Green2023-06-071-2/+2
|
* fixed broken commment tagsMartin Green2023-06-071-2/+2
|
* Commented out Kataster status. Chnaged Survey heading to Surveys and ↵Martin Green2023-06-071-11/+12
| | | | Rigging Guides. Moved explorers and references down the page.
* Reordered cave description and survey.Martin Green2023-06-071-4/+4
|
* Ignore Windows Zone.identifier filesExpo on server2023-06-041-74/+3
| | | | Ignore all of media/jslib except the readme
* added 1627 caves to 'caves'pagePhilip Sargent2023-05-202-20/+46
|
* adding BS4 because of Martin's KML stuffPhilip Sargent2023-05-201-0/+1
|
* better layout to understand apache interactionsPhilip Sargent2023-05-201-24/+47
|
* When reloading a cave, do so from cave.filename, rather than inorrectly ↵Martin Green2023-05-081-2/+1
| | | | assuming the cave is named after its slug
* Do not rename caves when savingMartin Green2023-05-081-2/+0
|
* Hack to turn cave URL to absolute links, so they can work from anywhere on ↵Martin Green2023-05-081-1/+1
| | | | the website.
* Start of creating kmz file, with entrance photos and links to expo.survex.comMartin Green2023-05-088-73/+159
|
* Merge branch 'master' of ssh://expo.survex.com/home/expo/troggleMartin Green2023-05-0219-52/+339
|\
| * Ubuntu 22.04 + python3.11Philip Sargent2023-05-023-8/+26
| |
| * Making the dummy entrance thing clearPhilip Sargent (laptop)2023-05-023-15/+31
| |
| * More fixes for laptopPhilip Sargent (laptop)2023-05-025-12/+11
| |
| * Fixing new dev machine setupPhilip Sargent (laptop)2023-05-0210-23/+277
| |
* | Add lat long to entrance locations on cave pagesMartin Green2023-05-021-3/+3
|/
* Restored check of git status after a committ, but only for the one file ↵Martin Green2023-05-011-16/+15
| | | | being committed
* fixing laptop SNowWHitePhilip Sargent (laptop)2023-05-011-14/+17
|
* template missing from last commitMartin Green2023-05-011-0/+106
|
* kml file output for google earth etcMartin Green2023-05-014-1/+89
|
* If a cave is made with no entrances, redirect to a new entrance form for the ↵Martin Green2023-04-301-3/+5
| | | | cave
* Added an ordering of entrancesMartin Green2023-04-301-0/+2
|
* Dummy entrances were being written to a global variable, recording that they ↵Martin Green2023-04-301-3/+3
| | | | | | have a filename. But the filename was not written. This was then causing an exception when the user asked to edit a cave, leading to all entrances being reread. Obviously the dummy entrances file ould not be read. PS. Do we really want to reread all entrances when we start editing a cave?
* Be more specific about what is being commited and do not check for unadded ↵Martin Green2023-04-301-16/+16
| | | | changes, and then through an error at the user, which they are unlikely to understand.
* Fixed errors when creating new caves and entrances via the website. Moved ↵Martin Green2023-04-303-37/+36
| | | | slug logic to forms (previously checked in). This allows slug uniqueness to be validated in the form
* Previously if a cave was found without an entrance an entrance was added to ↵Martin Green2023-04-301-2/+4
| | | | the database. However as this was not also added as a file, the new entrance could not be edited via the web interface. Without an entrance being made, they can still be added.
* Fixeed spelling error in variable nameMartin Green2023-04-301-1/+1
|
* Improved cave form, layout text and validationsMartin Green2023-04-301-8/+40
|
* For a cave, force users to enter are and have a unique URL. Cope better if ↵Martin Green2023-04-301-5/+8
| | | | area not defined
* Added some commented out lines for allowing for local development, where ↵Martin Green2023-04-301-3/+6
| | | | files are server from /usr/share/javascript or expofilescache
* Have entrance coordinates displayed to web pages. (Requires expo web ↵Martin Green2023-04-302-7/+7
| | | | entrance survey points to start with 1623 or 1626)
* Get CaveView working again on cave pages. (v2.2.0)Expo on server2023-04-291-426/+14
| | | | Move caveView section back to bottom of page.
* python virtual libraryMartin Green2023-04-291-0/+1
|