Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QM reports all working | Philip Sargent | 2022-07-06 | 5 | -60/+68 |
| | |||||
* | fix for individual QM display from survex | Philip Sargent | 2022-07-06 | 5 | -54/+83 |
| | |||||
* | cleaner template pages | Philip Sargent | 2022-07-06 | 2 | -16/+27 |
| | |||||
* | Linkt to QMs on cave page | Philip Sargent | 2022-07-06 | 1 | -17/+7 |
| | |||||
* | shorten slug to fit | Philip Sargent | 2022-07-06 | 1 | -2/+2 |
| | |||||
* | Not quite so broken QMs from survex files | Philip Sargent | 2022-07-05 | 6 | -25/+31 |
| | |||||
* | Fixed QM report for survex-imported QMs | Philip Sargent | 2022-07-05 | 6 | -21/+65 |
| | |||||
* | Documn link | Philip Sargent | 2022-07-05 | 2 | -0/+2 |
| | |||||
* | Tidy HTML output | Philip Sargent | 2022-07-05 | 5 | -7/+17 |
| | |||||
* | bug fix for forgotten href | Philip Sargent | 2022-07-05 | 1 | -1/+1 |
| | |||||
* | import diagnostics | Philip Sargent | 2022-07-05 | 1 | -6/+15 |
| | |||||
* | Fixing non-null error, even though it should be allowed | Philip Sargent | 2022-07-05 | 2 | -2/+4 |
| | |||||
* | QM report pages now not crashing, working.. | Philip Sargent | 2022-07-05 | 6 | -8/+41 |
| | |||||
* | CaveView - how to install | Philip Sargent | 2022-07-05 | 3 | -168/+168 |
| | |||||
* | prefetch_related initial attempts | Philip Sargent | 2022-07-05 | 2 | -0/+10 |
| | |||||
* | Revert "Added some test pages showing different ways pages could be edited. ↵ | Martin Green | 2022-06-28 | 6 | -192/+3 |
| | | | | | | This probably wants removing soon" This reverts commit 2af88353f3ea487a1e129783db49ad71d3bc3410. | ||||
* | Added some test pages showing different ways pages could be edited. This ↵ | Martin Green | 2022-06-28 | 6 | -3/+192 |
| | | | | probably wants removing soon | ||||
* | Added HTMLarea widget to the edit entrance form | Martin Green | 2022-06-27 | 2 | -12/+22 |
| | |||||
* | Added help writing HTML in the cave editing form. Made the HTML previews ↵ | Martin Green | 2022-06-26 | 6 | -22/+54 |
| | | | | optional | ||||
* | Refactored code, with an aim of allowing more than one HTMLarea on a page | Martin Green | 2022-06-26 | 6 | -129/+186 |
| | |||||
* | Refactorising CodeMirror HTML editor, with an ultimate aim to make it ↵ | Martin Green | 2022-06-26 | 6 | -233/+210 |
| | | | | reusable. However more work if required... | ||||
* | Fix for adding images whilst editing, for where the t directory does not ↵ | Martin Green | 2022-06-26 | 1 | -12/+28 |
| | | | | exist and at the root directory of expoweb | ||||
* | Require a login if public and check for CSRF cookies for uploading images | Martin Green | 2022-06-26 | 1 | -0/+5 |
| | |||||
* | Fixed spelling of a variable name | Martin Green | 2022-06-25 | 1 | -5/+5 |
| | |||||
* | Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into ↵ | Martin Green | 2022-06-25 | 7 | -30/+111 |
|\ | | | | | | | python3-new | ||||
| * | install updates | Philip Sargent | 2022-06-25 | 5 | -7/+20 |
| | | |||||
| * | updated packages and settings | Philip Sargent | 2022-06-25 | 4 | -26/+48 |
| | | |||||
| * | update pip inside venv | Philip Sargent | 2022-06-25 | 1 | -0/+1 |
| | | |||||
| * | Updated pip packages | Philip Sargent | 2022-06-25 | 1 | -10/+10 |
| | | |||||
| * | New OS and venv tool | Philip Sargent | 2022-06-25 | 4 | -7/+52 |
| | | |||||
* | | Allowed user to select/upload images when editing. When uploaded thumbnails ↵ | Martin Green | 2022-06-25 | 9 | -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 Green | 2022-06-25 | 1 | -2/+15 |
| | | |||||
* | | Allow for PosixPaths to work with GetListDir | Martin Green | 2022-06-25 | 1 | -1/+1 |
|/ | |||||
* | Do not allow for the main menu to be overriden, instead display old menu at ↵ | Martin Green | 2022-06-25 | 2 | -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 output | Martin Green | 2022-06-25 | 1 | -2/+1 |
| | |||||
* | Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into ↵ | Martin Green | 2022-06-24 | 1 | -1/+5 |
|\ | | | | | | | python3-new | ||||
| * | Useful datamanagement link | Philip Sargent | 2022-06-24 | 1 | -1/+5 |
| | | |||||
* | | Removed jQuery | Martin Green | 2022-06-24 | 3 | -3/+15 |
|/ | |||||
* | Added link to parent cave in menu | Martin Green | 2022-06-24 | 3 | -3/+36 |
| | |||||
* | Adding the latest stable jquert, which is used in the 161 names page, to ↵ | Martin Green | 2022-06-24 | 1 | -0/+2 |
| | | | | replace the previous frameset implimentation. | ||||
* | Added a sub menu when in the handbook directory. Imcreased width of edit ↵ | Martin Green | 2022-06-24 | 3 | -3/+16 |
| | | | | preview | ||||
* | Added come mirror for the edit page, including some buttons to make html | Martin Green | 2022-06-24 | 9 | -3/+4921 |
| | |||||
* | Add git commit messages when editing via website. Make sure cust menus are ↵ | Martin Green | 2022-06-23 | 2 | -22/+13 |
| | | | | not deleted. | ||||
* | The editing system was accidentally deleting customised sidebar menus. This ↵ | Martin Green | 2022-06-23 | 1 | -5/+4 |
| | | | | will stop the happening | ||||
* | Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into ↵ | Martin Green | 2022-06-23 | 3 | -15/+36 |
|\ | | | | | | | python3-new | ||||
| * | Fix missing images | Philip Sargent | 2022-06-23 | 1 | -6/+8 |
| | | |||||
| * | Intercept NoReverseMatch eceptions more helpfully | Philip Sargent | 2022-06-23 | 1 | -6/+11 |
| | | |||||
| * | utf8 encoding checks when reading files in the view | Philip Sargent | 2022-06-23 | 1 | -4/+20 |
| | | |||||
| * | Put inside if clause if attribute does not exist | Philip Sargent | 2022-06-23 | 1 | -1/+1 |
| | | |||||
* | | Move saving and comitting code to a seperate library | Martin Green | 2022-06-23 | 2 | -44/+50 |
|/ |