Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add some sort of orderinng | Martin Green | 2023-07-03 | 1 | -1/+1 | |
| | | ||||||
* | | Add list of entrances | Martin Green | 2023-07-03 | 3 | -2/+38 | |
|/ | ||||||
* | removed extranius bracket from html | Martin Green | 2023-06-08 | 1 | -1/+1 | |
| | ||||||
* | bug fix | Martin Green | 2023-06-07 | 1 | -4/+2 | |
| | ||||||
* | bug fix | Martin Green | 2023-06-07 | 1 | -1/+1 | |
| | ||||||
* | attempt to use {% url %} tag to point at 3d file for cave viewer | Martin Green | 2023-06-07 | 1 | -3/+6 | |
| | ||||||
* | Try having caveviewer using same url as download link again | Martin Green | 2023-06-07 | 1 | -3/+3 | |
| | ||||||
* | Replaced cave viewer link to 3d file with the working orginal | Martin Green | 2023-06-07 | 1 | -2/+2 | |
| | ||||||
* | Made the sources of the 3d download files consistent | Martin Green | 2023-06-07 | 1 | -5/+5 | |
| | ||||||
* | Try using url template command to link to 3d files | Martin Green | 2023-06-07 | 1 | -0/+1 | |
| | ||||||
* | See what breaks when put .3d on the end of urls for dowloading 3d files | Martin Green | 2023-06-07 | 1 | -1/+1 | |
| | ||||||
* | Changed source of cave 3d files back. | Martin Green | 2023-06-07 | 1 | -2/+2 | |
| | ||||||
* | changed source of 3d files for cave viewer, to see if it works better | Martin Green | 2023-06-07 | 1 | -1/+2 | |
| | ||||||
* | Try not showing kataster codes if they are empty/None | Martin Green | 2023-06-07 | 1 | -0/+2 | |
| | ||||||
* | Add editlink classes for editing the entrances | Martin Green | 2023-06-07 | 1 | -2/+2 | |
| | ||||||
* | Fixed comments again | Martin Green | 2023-06-07 | 1 | -2/+2 | |
| | ||||||
* | fixed broken commment tags | Martin Green | 2023-06-07 | 1 | -2/+2 | |
| | ||||||
* | Commented out Kataster status. Chnaged Survey heading to Surveys and ↵ | Martin Green | 2023-06-07 | 1 | -11/+12 | |
| | | | | Rigging Guides. Moved explorers and references down the page. | |||||
* | Reordered cave description and survey. | Martin Green | 2023-06-07 | 1 | -4/+4 | |
| | ||||||
* | Ignore Windows Zone.identifier files | Expo on server | 2023-06-04 | 1 | -74/+3 | |
| | | | | Ignore all of media/jslib except the readme | |||||
* | added 1627 caves to 'caves'page | Philip Sargent | 2023-05-20 | 2 | -20/+46 | |
| | ||||||
* | adding BS4 because of Martin's KML stuff | Philip Sargent | 2023-05-20 | 1 | -0/+1 | |
| | ||||||
* | better layout to understand apache interactions | Philip Sargent | 2023-05-20 | 1 | -24/+47 | |
| | ||||||
* | When reloading a cave, do so from cave.filename, rather than inorrectly ↵ | Martin Green | 2023-05-08 | 1 | -2/+1 | |
| | | | | assuming the cave is named after its slug | |||||
* | Do not rename caves when saving | Martin Green | 2023-05-08 | 1 | -2/+0 | |
| | ||||||
* | Hack to turn cave URL to absolute links, so they can work from anywhere on ↵ | Martin Green | 2023-05-08 | 1 | -1/+1 | |
| | | | | the website. | |||||
* | Start of creating kmz file, with entrance photos and links to expo.survex.com | Martin Green | 2023-05-08 | 8 | -73/+159 | |
| | ||||||
* | Merge branch 'master' of ssh://expo.survex.com/home/expo/troggle | Martin Green | 2023-05-02 | 19 | -52/+339 | |
|\ | ||||||
| * | Ubuntu 22.04 + python3.11 | Philip Sargent | 2023-05-02 | 3 | -8/+26 | |
| | | ||||||
| * | Making the dummy entrance thing clear | Philip Sargent (laptop) | 2023-05-02 | 3 | -15/+31 | |
| | | ||||||
| * | More fixes for laptop | Philip Sargent (laptop) | 2023-05-02 | 5 | -12/+11 | |
| | | ||||||
| * | Fixing new dev machine setup | Philip Sargent (laptop) | 2023-05-02 | 10 | -23/+277 | |
| | | ||||||
* | | Add lat long to entrance locations on cave pages | Martin Green | 2023-05-02 | 1 | -3/+3 | |
|/ | ||||||
* | Restored check of git status after a committ, but only for the one file ↵ | Martin Green | 2023-05-01 | 1 | -16/+15 | |
| | | | | being committed | |||||
* | fixing laptop SNowWHite | Philip Sargent (laptop) | 2023-05-01 | 1 | -14/+17 | |
| | ||||||
* | template missing from last commit | Martin Green | 2023-05-01 | 1 | -0/+106 | |
| | ||||||
* | kml file output for google earth etc | Martin Green | 2023-05-01 | 4 | -1/+89 | |
| | ||||||
* | If a cave is made with no entrances, redirect to a new entrance form for the ↵ | Martin Green | 2023-04-30 | 1 | -3/+5 | |
| | | | | cave | |||||
* | Added an ordering of entrances | Martin Green | 2023-04-30 | 1 | -0/+2 | |
| | ||||||
* | Dummy entrances were being written to a global variable, recording that they ↵ | Martin Green | 2023-04-30 | 1 | -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 Green | 2023-04-30 | 1 | -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 Green | 2023-04-30 | 3 | -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 Green | 2023-04-30 | 1 | -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 name | Martin Green | 2023-04-30 | 1 | -1/+1 | |
| | ||||||
* | Improved cave form, layout text and validations | Martin Green | 2023-04-30 | 1 | -8/+40 | |
| | ||||||
* | For a cave, force users to enter are and have a unique URL. Cope better if ↵ | Martin Green | 2023-04-30 | 1 | -5/+8 | |
| | | | | area not defined | |||||
* | Added some commented out lines for allowing for local development, where ↵ | Martin Green | 2023-04-30 | 1 | -3/+6 | |
| | | | | files are server from /usr/share/javascript or expofilescache | |||||
* | Have entrance coordinates displayed to web pages. (Requires expo web ↵ | Martin Green | 2023-04-30 | 2 | -7/+7 | |
| | | | | entrance survey points to start with 1623 or 1626) | |||||
* | Get CaveView working again on cave pages. (v2.2.0) | Expo on server | 2023-04-29 | 1 | -426/+14 | |
| | | | | Move caveView section back to bottom of page. | |||||
* | python virtual library | Martin Green | 2023-04-29 | 1 | -0/+1 | |
| |