summaryrefslogtreecommitdiffstats
path: root/core/views/editor_helpers.py
Commit message (Expand)AuthorAgeFilesLines
* remaining shared-use machine cookie tyimeouts setPhilip Sargent12 days1-1/+1
* refactoring cookie age as a function not a constantPhilip Sargent2025-06-141-2/+3
* Add <br>Philip Sargent2025-03-241-1/+1
* fix bug if no exif on filePhilip Sargent2025-03-111-2/+2
* year fixed if not in exif dataPhilip Sargent2025-03-081-4/+4
* bugfix in .url filePhilip Sargent2025-03-031-4/+12
* fix latitude bugsPhilip Sargent2025-03-021-9/+12
* formattingPhilip Sargent2025-03-011-2/+2
* produce .url file in same folder as orig. photo in expofilesPhilip Sargent2025-02-221-11/+10
* create marker .url file for uploaded imagePhilip Sargent2025-02-211-3/+21
* commentsPhilip Sargent2025-02-211-1/+2
* GPS of photo now has href to OSM onlinePhilip Sargent2025-02-191-1/+2
* now outputs lat+lon onto /l/*.html page for a photo with GPS exifPhilip Sargent2025-02-191-16/+51
* bugsPhilip Sargent2025-02-131-14/+46
* lgoing/cookie interaction betetrPhilip Sargent2025-02-131-41/+85
* now including direction of vview of the photoPhilip Sargent2025-02-111-2/+56
* fix many glitches for unusual JPGsPhilip Sargent2025-02-111-18/+35
* copies uploaded photos to expofiles too (as originals)Philip Sargent2025-02-111-9/+48
* robust against photos with no exifPhilip Sargent2025-02-111-21/+26
* typo for python 3.12Philip Sargent2025-02-111-1/+1
* Removed obligatory typing when uploading photoPhilip Sargent2025-02-111-7/+27
* re-inserted GPS into re-scaled imagesPhilip Sargent2025-02-101-20/+45
* Better descriptionPhilip Sargent2025-02-081-1/+1
* remove uneeded decorator as middleware does this universallyPhilip Sargent2025-01-241-2/+0
* refactor & git author workPhilip Sargent2024-12-291-5/+18
* import order fixed by ruffPhilip Sargent2024-12-151-2/+1
* fix for python 3.11Philip Sargent2024-07-101-1/+1
* fix directory for uploaded cave description photosPhilip Sargent2024-07-101-4/+36
* comments trying to understand..Philip Sargent2023-11-021-2/+12
* cope with bad exif errorPhilip Sargent2023-10-201-1/+5
* Rotate and reflect images, as specified in EXIF whilst uploadingMartin Green2023-07-131-0/+31
* Allow for parent directories to be created when created photos.Expo on server2023-07-081-1/+1
* convert uploaded images to RGB so that it can be saved as jpgMartin Green2023-07-051-0/+3
* Have images saved to correct place, when edited in the cave or entrance view....Martin Green2023-07-051-1/+1
* Change uploaded images to jpg to png, for much smaller filesMartin Green2023-04-291-4/+4
* ruf cleanup imports, bigly.Philip Sargent2023-01-301-5/+4
* ran 'black' to reformat all the core filesPhilip Sargent2023-01-301-50/+80
* sort imports using isort. tested.Philip Sargent2023-01-191-9/+11
* Convert.format() to f-strings with flyntPhilip Sargent2022-11-231-5/+5
* missed a bit of refactoringPhilip Sargent2022-07-181-3/+3
* Added help writing HTML in the cave editing form. Made the HTML previews opt...Martin Green2022-06-261-2/+2
* Refactored code, with an aim of allowing more than one HTMLarea on a pageMartin Green2022-06-261-0/+8
* Refactorising CodeMirror HTML editor, with an ultimate aim to make it reusabl...Martin Green2022-06-261-0/+3
* Fix for adding images whilst editing, for where the t directory does not exis...Martin Green2022-06-261-12/+28
* Require a login if public and check for CSRF cookies for uploading imagesMartin Green2022-06-261-0/+5
* Fixed spelling of a variable nameMartin Green2022-06-251-5/+5
* Allowed user to select/upload images when editing. When uploaded thumbnails ...Martin Green2022-06-251-0/+111