summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* QM reports all workingPhilip Sargent2022-07-065-60/+68
|
* fix for individual QM display from survexPhilip Sargent2022-07-065-54/+83
|
* cleaner template pagesPhilip Sargent2022-07-062-16/+27
|
* Linkt to QMs on cave pagePhilip Sargent2022-07-061-17/+7
|
* shorten slug to fitPhilip Sargent2022-07-061-2/+2
|
* Not quite so broken QMs from survex filesPhilip Sargent2022-07-056-25/+31
|
* Fixed QM report for survex-imported QMsPhilip Sargent2022-07-056-21/+65
|
* Documn linkPhilip Sargent2022-07-052-0/+2
|
* Tidy HTML outputPhilip Sargent2022-07-055-7/+17
|
* bug fix for forgotten hrefPhilip Sargent2022-07-051-1/+1
|
* import diagnosticsPhilip Sargent2022-07-051-6/+15
|
* Fixing non-null error, even though it should be allowedPhilip Sargent2022-07-052-2/+4
|
* QM report pages now not crashing, working..Philip Sargent2022-07-056-8/+41
|
* CaveView - how to installPhilip Sargent2022-07-053-168/+168
|
* prefetch_related initial attemptsPhilip Sargent2022-07-052-0/+10
|
* Revert "Added some test pages showing different ways pages could be edited. ↵Martin Green2022-06-286-192/+3
| | | | | | This probably wants removing soon" This reverts commit 2af88353f3ea487a1e129783db49ad71d3bc3410.
* Added some test pages showing different ways pages could be edited. This ↵Martin Green2022-06-286-3/+192
| | | | probably wants removing soon
* Added HTMLarea widget to the edit entrance formMartin Green2022-06-272-12/+22
|
* Added help writing HTML in the cave editing form. Made the HTML previews ↵Martin Green2022-06-266-22/+54
| | | | optional
* Refactored code, with an aim of allowing more than one HTMLarea on a pageMartin Green2022-06-266-129/+186
|
* Refactorising CodeMirror HTML editor, with an ultimate aim to make it ↵Martin Green2022-06-266-233/+210
| | | | reusable. However more work if required...
* Fix for adding images whilst editing, for where the t directory does not ↵Martin Green2022-06-261-12/+28
| | | | exist and at the root directory of expoweb
* 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
|
* Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into ↵Martin Green2022-06-257-30/+111
|\ | | | | | | python3-new
| * install updatesPhilip Sargent2022-06-255-7/+20
| |
| * updated packages and settingsPhilip Sargent2022-06-254-26/+48
| |
| * update pip inside venvPhilip Sargent2022-06-251-0/+1
| |
| * Updated pip packagesPhilip Sargent2022-06-251-10/+10
| |
| * New OS and venv toolPhilip Sargent2022-06-254-7/+52
| |
* | Allowed user to select/upload images when editing. When uploaded thumbnails ↵Martin Green2022-06-259-19/+313
| | | | | | | | and description pages are automatically created. Git commiting can now handle multiple files at once.
* | Implement redirects after login (using the next parameter)Martin Green2022-06-251-2/+15
| |
* | Allow for PosixPaths to work with GetListDirMartin Green2022-06-251-1/+1
|/
* Do not allow for the main menu to be overriden, instead display old menu at ↵Martin Green2022-06-252-5/+2
| | | | bottom of page. To do this the id of the main menu was changed from links to menulinks
* Allow for slightly different wording in git outputMartin Green2022-06-251-2/+1
|
* Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into ↵Martin Green2022-06-241-1/+5
|\ | | | | | | python3-new
| * Useful datamanagement linkPhilip Sargent2022-06-241-1/+5
| |
* | Removed jQueryMartin Green2022-06-243-3/+15
|/
* Added link to parent cave in menuMartin Green2022-06-243-3/+36
|
* Adding the latest stable jquert, which is used in the 161 names page, to ↵Martin Green2022-06-241-0/+2
| | | | replace the previous frameset implimentation.
* Added a sub menu when in the handbook directory. Imcreased width of edit ↵Martin Green2022-06-243-3/+16
| | | | preview
* Added come mirror for the edit page, including some buttons to make htmlMartin Green2022-06-249-3/+4921
|
* Add git commit messages when editing via website. Make sure cust menus are ↵Martin Green2022-06-232-22/+13
| | | | not deleted.
* The editing system was accidentally deleting customised sidebar menus. This ↵Martin Green2022-06-231-5/+4
| | | | will stop the happening
* Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into ↵Martin Green2022-06-233-15/+36
|\ | | | | | | python3-new
| * Fix missing imagesPhilip Sargent2022-06-231-6/+8
| |
| * Intercept NoReverseMatch eceptions more helpfullyPhilip Sargent2022-06-231-6/+11
| |
| * utf8 encoding checks when reading files in the viewPhilip Sargent2022-06-231-4/+20
| |
| * Put inside if clause if attribute does not existPhilip Sargent2022-06-231-1/+1
| |
* | Move saving and comitting code to a seperate libraryMartin Green2022-06-232-44/+50
|/