Commit Graph

  • e4112431be bug fix Martin Green 2023-06-07 23:47:14 +0100
  • 65eec8e91d attempt to use {% url %} tag to point at 3d file for cave viewer Martin Green 2023-06-07 23:44:44 +0100
  • 0b0f2f07e1 Try having caveviewer using same url as download link again Martin Green 2023-06-07 23:25:25 +0100
  • ee34f87563 Replaced cave viewer link to 3d file with the working orginal Martin Green 2023-06-07 23:20:51 +0100
  • e42f0569fd Made the sources of the 3d download files consistent Martin Green 2023-06-07 23:19:08 +0100
  • d242a8bb1d Try using url template command to link to 3d files Martin Green 2023-06-07 23:08:28 +0100
  • 0cd32d6a15 See what breaks when put .3d on the end of urls for dowloading 3d files Martin Green 2023-06-07 22:58:28 +0100
  • fc9977952e Changed source of cave 3d files back. Martin Green 2023-06-07 22:47:06 +0100
  • 56e9273047 changed source of 3d files for cave viewer, to see if it works better Martin Green 2023-06-07 22:45:36 +0100
  • 12cee59605 Try not showing kataster codes if they are empty/None Martin Green 2023-06-07 22:38:22 +0100
  • 90862e9a89 Add editlink classes for editing the entrances Martin Green 2023-06-07 22:26:11 +0100
  • ec3ebe8499 Fixed comments again Martin Green 2023-06-07 22:21:41 +0100
  • 1ef636ca6f fixed broken commment tags Martin Green 2023-06-07 22:19:12 +0100
  • 174d7bfe13 Commented out Kataster status. Chnaged Survey heading to Surveys and Rigging Guides. Moved explorers and references down the page. Martin Green 2023-06-07 22:08:11 +0100
  • 4e34ae0530 Reordered cave description and survey. Martin Green 2023-06-07 21:54:25 +0100
  • f477507d27 Ignore Windows Zone.identifier files Ignore all of media/jslib except the readme Expo on server 2023-06-04 11:17:48 +0100
  • 969ed6cce5 added 1627 caves to 'caves'page Philip Sargent 2023-05-20 22:47:09 +0300
  • 2e6b8d44f1 adding BS4 because of Martin's KML stuff Philip Sargent 2023-05-20 21:47:14 +0300
  • 93201ab458 better layout to understand apache interactions Philip Sargent 2023-05-20 21:36:05 +0300
  • 43724f1cf6 When reloading a cave, do so from cave.filename, rather than inorrectly assuming the cave is named after its slug Martin Green 2023-05-08 23:09:15 +0100
  • 7d140af87a Do not rename caves when saving Martin Green 2023-05-08 22:34:45 +0100
  • 77ed1b444c Hack to turn cave URL to absolute links, so they can work from anywhere on the website. Martin Green 2023-05-08 22:32:49 +0100
  • f7fca58c57 Start of creating kmz file, with entrance photos and links to expo.survex.com Martin Green 2023-05-08 01:10:43 +0100
  • ea7c29a54e Merge branch 'master' of ssh://expo.survex.com/home/expo/troggle Martin Green 2023-05-02 22:41:36 +0100
  • 0052385333 Add lat long to entrance locations on cave pages Martin Green 2023-05-02 22:40:44 +0100
  • 7f0e7d8fa3 Ubuntu 22.04 + python3.11 Philip Sargent 2023-05-02 23:26:53 +0300
  • ef467ad481 Making the dummy entrance thing clear Philip Sargent (laptop) 2023-05-02 17:42:58 +0300
  • 175307773b More fixes for laptop Philip Sargent (laptop) 2023-05-02 15:28:28 +0300
  • 8e982bd6be Fixing new dev machine setup Philip Sargent (laptop) 2023-05-02 14:27:55 +0300
  • 783154d24a Restored check of git status after a committ, but only for the one file being committed Martin Green 2023-05-01 22:06:48 +0100
  • 40126f6e2f fixing laptop SNowWHite Philip Sargent (laptop) 2023-05-01 22:01:47 +0300
  • 1ccd9c418b template missing from last commit Martin Green 2023-05-01 00:03:58 +0100
  • 896af43994 kml file output for google earth etc Martin Green 2023-05-01 00:01:41 +0100
  • 2ee63a9804 If a cave is made with no entrances, redirect to a new entrance form for the cave Martin Green 2023-04-30 21:42:03 +0100
  • c7b3e8aff0 Added an ordering of entrances Martin Green 2023-04-30 21:41:17 +0100
  • c50236575f Dummy entrances were being written to a global variable, recording that they 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? Martin Green 2023-04-30 21:06:57 +0100
  • e8d1265ee4 Be more specific about what is being commited and do not check for unadded changes, and then through an error at the user, which they are unlikely to understand. Martin Green 2023-04-30 21:04:05 +0100
  • 10ff8a5aab Fixed errors when creating new caves and entrances via the website. Moved slug logic to forms (previously checked in). This allows slug uniqueness to be validated in the form Martin Green 2023-04-30 19:05:57 +0100
  • 941100a8a3 Previously if a cave was found without an entrance an entrance was added to 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. Martin Green 2023-04-30 19:03:09 +0100
  • 374caa0d9a Fixeed spelling error in variable name Martin Green 2023-04-30 19:01:07 +0100
  • 82aaa2b523 Improved cave form, layout text and validations Martin Green 2023-04-30 19:00:22 +0100
  • 31a60ce85c For a cave, force users to enter are and have a unique URL. Cope better if area not defined Martin Green 2023-04-30 18:58:41 +0100
  • 0a3a6934c4 Added some commented out lines for allowing for local development, where files are server from /usr/share/javascript or expofilescache Martin Green 2023-04-30 18:54:53 +0100
  • ed9f7b03bf Have entrance coordinates displayed to web pages. (Requires expo web entrance survey points to start with 1623 or 1626) Martin Green 2023-04-30 00:57:54 +0100
  • fc8584775e Get CaveView working again on cave pages. (v2.2.0) Move caveView section back to bottom of page. Expo on server 2023-04-29 23:35:18 +0100
  • b7ec4f2efe python virtual library Martin Green 2023-04-29 22:41:47 +0100
  • 0b566575f3 Change uploaded images to jpg to png, for much smaller files Martin Green 2023-04-29 22:23:40 +0100
  • 73af227fb3 remove unused copy of CaveView in troggle and updated cave.html template for caveview2 Expo on server 2023-04-29 22:46:14 +0100
  • 8aec40f951 todo Philip Sargent 2023-04-22 23:27:06 +0100
  • c5a9bdc724 xml parser attmpt retract Philip Sargent 2023-04-22 23:15:50 +0100
  • 30ef427b90 refactor cave import Philip Sargent 2023-04-22 22:05:12 +0100
  • 275adc8efa mistaken default fixed Philip Sargent 2023-04-22 03:46:34 +0100
  • 02e46ed723 Remove uneeded print Philip Sargent 2023-04-22 03:35:07 +0100
  • 94b8b357fb Fix entrance edit too, saving slug now Philip Sargent 2023-04-22 03:26:53 +0100
  • 2ed66fe3d0 edit cave reads from HTML file not just db Philip Sargent 2023-04-22 01:24:32 +0100
  • 116cfc7c6e bad tests. Philip Sargent 2023-04-06 00:57:19 +0100
  • f15555a3bd more tests Philip Sargent 2023-04-06 00:51:04 +0100
  • dcfff1ede7 tests for QM pages Philip Sargent 2023-04-06 00:16:44 +0100
  • 0f76422d85 format change Philip Sargent 2023-04-05 23:33:01 +0100
  • d3d983eedb QM check-box report for open leads Philip Sargent 2023-04-05 23:13:12 +0100
  • 2541766dd5 typo Philip Sargent 2023-04-05 20:42:19 +0100
  • e002a634ff remove obsolete setting, add PHOTOS_ROOT Philip Sargent 2023-04-05 20:42:09 +0100
  • 489dd157b6 context processor documn link Philip Sargent 2023-04-05 20:41:34 +0100
  • 0a76acd664 test checked Philip Sargent 2023-04-05 12:46:10 +0100
  • 4d8cb82ef9 initial refactoring Philip Sargent 2023-03-31 12:19:22 +0100
  • 9ffe3f690b tidy up entranceSlug all now deleted Philip Sargent 2023-03-28 20:30:00 +0100
  • e7d9e9402a bugfixes Philip Sargent 2023-03-28 20:05:38 +0100
  • 3ef5c1aa0b add FLUSH command Philip Sargent 2023-03-28 19:51:20 +0100
  • 9a28e93ac6 EntranceSlug removed from data model. Philip Sargent 2023-03-28 19:26:37 +0100
  • 5738da8566 cached_slug str now a .slug field & pending fixed Philip Sargent 2023-03-28 19:08:05 +0100
  • bbc13c4eb9 remove 'primary' concept from entrance slugs. tested. Philip Sargent 2023-03-28 17:08:55 +0100
  • 6ca5d5bfa8 debug ent report Philip Sargent 2023-03-28 15:37:25 +0100
  • 2091eb8e8b remove unused versionControlForm Philip Sargent 2023-03-28 14:19:06 +0100
  • 860ce6b065 Creates new cave from survex file upload Philip Sargent 2023-03-24 00:54:26 +0000
  • 8b5887a87a Allows creation of new svxfile with unknown cave Philip Sargent 2023-03-23 21:26:16 +0000
  • 770edd6391 Survex editor now parses edited files Philip Sargent 2023-03-23 19:05:25 +0000
  • 562ef48f19 re-parsing survex file when editing Philip Sargent 2023-03-23 01:17:38 +0000
  • 70d6d9eb77 error msgs improved Philip Sargent 2023-03-22 23:30:05 +0000
  • 2332bfdc57 comment to resolve confusion Philip Sargent 2023-03-22 23:29:40 +0000
  • 1db7c5ffea change on_delete to cascade for blocks in a file Philip Sargent 2023-03-22 23:29:12 +0000
  • 838b358a4a chnage template comment Philip Sargent 2023-03-22 23:28:26 +0000
  • dd32114698 delete test upload file after test Philip Sargent 2023-03-22 17:57:48 +0000
  • 5f46d8fdc5 Fix bugs Philip Sargent 2023-03-22 15:18:16 +0000
  • ad48851118 re-enable login restriction on wallet create Philip Sargent 2023-03-22 15:04:34 +0000
  • ead3f8dc8b fix broken tick-lists in wallets Philip Sargent 2023-03-21 18:23:07 +0000
  • 6b3cb9f02e samedate for all wallets on wallet edit form Philip Sargent 2023-03-21 14:56:34 +0000
  • 435f3cf00b fixed url glitch, added parent url Philip Sargent 2023-03-21 14:29:15 +0000
  • 7caf1690c6 fix download .3d file Philip Sargent 2023-03-21 12:56:51 +0000
  • 4ae79a642e Report format clean-up Philip Sargent 2023-03-19 19:12:09 +0000
  • 9489b9209d obviate meaningless error messages Philip Sargent 2023-03-18 20:32:35 +0000
  • 5a90e7b727 fix more twiddly variations of QMs Philip Sargent 2023-03-18 03:03:06 +0000
  • d64948749e more QMs parsed correctly Philip Sargent 2023-03-18 00:57:40 +0000
  • 7345e3a328 Much QM re-engineering Philip Sargent 2023-03-17 20:01:52 +0000
  • de54576d11 Fix QMs reports, remove V grade Philip Sargent 2023-03-17 14:33:30 +0000
  • 12c7b9b5d1 + ? grades Philip Sargent 2023-03-16 21:55:14 +0000
  • c40b56844f TICK shown Philip Sargent 2023-03-16 21:38:03 +0000
  • 09f5741b71 cleaner formatting Philip Sargent 2023-03-16 21:31:09 +0000
  • 17fa306b09 More QM fields in JSON export Philip Sargent 2023-03-16 21:26:31 +0000
  • 3011e7b114 Adding QM JSON export Philip Sargent 2023-03-16 21:06:52 +0000
  • 98066591da More archaic URLs re-enabled Philip Sargent 2023-03-15 14:22:21 +0000