summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Change uploaded images to jpg to png, for much smaller filesMartin Green2023-04-291-4/+4
|
* remove unused copy of CaveView in troggle and updated cave.htmlExpo on server2023-04-2926-95912/+6
| | | | template for caveview2
* todoPhilip Sargent2023-04-221-0/+4
|
* xml parser attmpt retractPhilip Sargent2023-04-223-69/+15
|
* refactor cave importPhilip Sargent2023-04-222-246/+187
|
* mistaken default fixedPhilip Sargent2023-04-221-1/+1
|
* Remove uneeded printPhilip Sargent2023-04-221-1/+0
|
* Fix entrance edit too, saving slug nowPhilip Sargent2023-04-225-71/+123
|
* edit cave reads from HTML file not just dbPhilip Sargent2023-04-223-193/+338
|
* bad tests.Philip Sargent2023-04-063-272/+1
|
* more testsPhilip Sargent2023-04-065-15/+305
|
* tests for QM pagesPhilip Sargent2023-04-062-0/+19
|
* format changePhilip Sargent2023-04-052-13/+15
|
* QM check-box report for open leadsPhilip Sargent2023-04-053-1/+68
|
* typoPhilip Sargent2023-04-051-1/+1
|
* remove obsolete setting, add PHOTOS_ROOTPhilip Sargent2023-04-051-2/+4
|
* context processor documn linkPhilip Sargent2023-04-051-2/+5
|
* test checkedPhilip Sargent2023-04-051-3/+3
|
* initial refactoringPhilip Sargent2023-03-311-49/+59
|
* tidy up entranceSlug all now deletedPhilip Sargent2023-03-285-75/+10
|
* bugfixesPhilip Sargent2023-03-283-24/+25
|