summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* bugfixesPhilip Sargent2022-07-222-4/+5
|
* more dead chicken wavingPhilip Sargent2022-07-211-3/+3
|
* need to see exception with all the renaming going onPhilip Sargent2022-07-211-1/+1
|
* wallets now sorted as well as deduplicatedPhilip Sargent2022-07-211-2/+4
|
* remove duplicate lines, add heading linkPhilip Sargent2022-07-211-2/+2
|
* wallets for just one cavePhilip Sargent2022-07-211-1/+17
|
* fix variables needed for error messagePhilip Sargent2022-07-211-2/+2
|
* fix 3d file download on cave pagePhilip Sargent2022-07-211-4/+8
|
* bugfixPhilip Sargent2022-07-211-4/+4
|
* Trial QM tick mechanism in survex filesPhilip Sargent2022-07-201-9/+5
|
* fix QM regex for number and rearrange url codePhilip Sargent2022-07-201-1/+1
|
* QMs now have working url to survexfile & tick descriptionPhilip Sargent2022-07-202-17/+44
|
* track down url resoution errorPhilip Sargent2022-07-201-9/+5
|
* aise exception in cave descriptionb renderingPhilip Sargent2022-07-201-0/+1
|
* Add fields to QM modelPhilip Sargent2022-07-191-0/+2
|
* better error msgPhilip Sargent2022-07-191-1/+1
|
* bugfixPhilip Sargent2022-07-192-2/+3
|
* Fix display of expoyearPhilip Sargent2022-07-181-3/+4
|
* git commit when editing survex files onlinePhilip Sargent2022-07-183-9/+42
|
* missed a bit of refactoringPhilip Sargent2022-07-181-3/+3
|
* refactor to put Martins git stuff in utilsPhilip Sargent2022-07-182-10/+59
|
* moved writetrogglefile() to core.utilsPhilip Sargent2022-07-182-31/+28
|
* test for loser git repo sanityPhilip Sargent2022-07-182-3/+4
|
* Date and People checksPhilip Sargent2022-07-171-2/+8
|
* read 1623/264 as 1623-264 etcPhilip Sargent2022-07-171-1/+3
|
* bugfixPhilip Sargent2022-07-171-11/+15
|
* Complaints now on wallet pagePhilip Sargent2022-07-173-143/+235
|
* Removed extranious characters where there is one unnnumbered entrance.Martin Green2022-07-151-1/+2
|
* catch nonUTF8 survex files, DataIssues url editorPhilip Sargent2022-07-151-3/+8
|
* Allow QMS to be rendered to a string, if the case that an optional parameter ↵Martin Green2022-07-111-1/+14
| | | | is missing
* Allow user to see a caves edit link even if the user is not logged in. Such ↵Martin Green2022-07-111-5/+2
| | | | that they can be prompted to log in if required.
* remove getqmsPhilip Sargent2022-07-081-10/+10
|
* QM reports all workingPhilip Sargent2022-07-062-19/+22
|
* fix for individual QM display from survexPhilip Sargent2022-07-062-45/+64
|
* Not quite so broken QMs from survex filesPhilip Sargent2022-07-052-19/+20
|
* Fixed QM report for survex-imported QMsPhilip Sargent2022-07-052-15/+18
|
* Tidy HTML outputPhilip Sargent2022-07-051-3/+3
|
* Fixing non-null error, even though it should be allowedPhilip Sargent2022-07-051-2/+2
|
* QM report pages now not crashing, working..Philip Sargent2022-07-052-3/+16
|
* prefetch_related initial attemptsPhilip Sargent2022-07-051-0/+6
|
* Revert "Added some test pages showing different ways pages could be edited. ↵Martin Green2022-06-282-157/+2
| | | | | | This probably wants removing soon" This reverts commit 2af88353f3ea487a1e129783db49ad71d3bc3410.
* Added some test pages showing different ways pages could be edited. This ↵Martin Green2022-06-282-2/+157
| | | | probably wants removing soon
* Added HTMLarea widget to the edit entrance formMartin Green2022-06-271-10/+20
|
* Added help writing HTML in the cave editing form. Made the HTML previews ↵Martin Green2022-06-263-11/+21
| | | | optional
* Refactored code, with an aim of allowing more than one HTMLarea on a pageMartin Green2022-06-262-1/+10
|
* Refactorising CodeMirror HTML editor, with an ultimate aim to make it ↵Martin Green2022-06-262-1/+6
| | | | 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
|
* Allowed user to select/upload images when editing. When uploaded thumbnails ↵Martin Green2022-06-252-1/+112
| | | | and description pages are automatically created. Git commiting can now handle multiple files at once.