Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Change uploaded images to jpg to png, for much smaller files | Martin Green | 2023-04-29 | 1 | -4/+4 | |
| | ||||||
* | remove unused copy of CaveView in troggle and updated cave.html | Expo on server | 2023-04-29 | 26 | -95912/+6 | |
| | | | | template for caveview2 | |||||
* | todo | Philip Sargent | 2023-04-22 | 1 | -0/+4 | |
| | ||||||
* | xml parser attmpt retract | Philip Sargent | 2023-04-22 | 3 | -69/+15 | |
| | ||||||
* | refactor cave import | Philip Sargent | 2023-04-22 | 2 | -246/+187 | |
| | ||||||
* | mistaken default fixed | Philip Sargent | 2023-04-22 | 1 | -1/+1 | |
| | ||||||
* | Remove uneeded print | Philip Sargent | 2023-04-22 | 1 | -1/+0 | |
| | ||||||
* | Fix entrance edit too, saving slug now | Philip Sargent | 2023-04-22 | 5 | -71/+123 | |
| | ||||||
* | edit cave reads from HTML file not just db | Philip Sargent | 2023-04-22 | 3 | -193/+338 | |
| | ||||||
* | bad tests. | Philip Sargent | 2023-04-06 | 3 | -272/+1 | |
| | ||||||
* | more tests | Philip Sargent | 2023-04-06 | 5 | -15/+305 | |
| | ||||||
* | tests for QM pages | Philip Sargent | 2023-04-06 | 2 | -0/+19 | |
| | ||||||
* | format change | Philip Sargent | 2023-04-05 | 2 | -13/+15 | |
| | ||||||
* | QM check-box report for open leads | Philip Sargent | 2023-04-05 | 3 | -1/+68 | |
| | ||||||
* | typo | Philip Sargent | 2023-04-05 | 1 | -1/+1 | |
| | ||||||
* | remove obsolete setting, add PHOTOS_ROOT | Philip Sargent | 2023-04-05 | 1 | -2/+4 | |
| | ||||||
* | context processor documn link | Philip Sargent | 2023-04-05 | 1 | -2/+5 | |
| | ||||||
* | test checked | Philip Sargent | 2023-04-05 | 1 | -3/+3 | |
| | ||||||
* | initial refactoring | Philip Sargent | 2023-03-31 | 1 | -49/+59 | |
| | ||||||
* | tidy up entranceSlug all now deleted | Philip Sargent | 2023-03-28 | 5 | -75/+10 | |
| | ||||||
* | bugfixes | Philip Sargent | 2023-03-28 | 3 | -24/+25 | |
| |