Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QM reports all working | Philip Sargent | 2022-07-06 | 2 | -19/+22 |
| | |||||
* | fix for individual QM display from survex | Philip Sargent | 2022-07-06 | 2 | -45/+64 |
| | |||||
* | Not quite so broken QMs from survex files | Philip Sargent | 2022-07-05 | 2 | -19/+20 |
| | |||||
* | Fixed QM report for survex-imported QMs | Philip Sargent | 2022-07-05 | 2 | -15/+18 |
| | |||||
* | Tidy HTML output | Philip Sargent | 2022-07-05 | 1 | -3/+3 |
| | |||||
* | Fixing non-null error, even though it should be allowed | Philip Sargent | 2022-07-05 | 1 | -2/+2 |
| | |||||
* | QM report pages now not crashing, working.. | Philip Sargent | 2022-07-05 | 2 | -3/+16 |
| | |||||
* | prefetch_related initial attempts | Philip Sargent | 2022-07-05 | 1 | -0/+6 |
| | |||||
* | Revert "Added some test pages showing different ways pages could be edited. ↵ | Martin Green | 2022-06-28 | 2 | -157/+2 |
| | | | | | | 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 | 2 | -2/+157 |
| | | | | probably wants removing soon | ||||
* | Added HTMLarea widget to the edit entrance form | Martin Green | 2022-06-27 | 1 | -10/+20 |
| | |||||
* | Added help writing HTML in the cave editing form. Made the HTML previews ↵ | Martin Green | 2022-06-26 | 3 | -11/+21 |
| | | | | optional | ||||
* | Refactored code, with an aim of allowing more than one HTMLarea on a page | Martin Green | 2022-06-26 | 2 | -1/+10 |
| | |||||
* | Refactorising CodeMirror HTML editor, with an ultimate aim to make it ↵ | Martin Green | 2022-06-26 | 2 | -1/+6 |
| | | | | 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 |
| | |||||
* | Allowed user to select/upload images when editing. When uploaded thumbnails ↵ | Martin Green | 2022-06-25 | 2 | -1/+112 |
| | | | | 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 | 1 | -4/+1 |
| | | | | 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 |
| | |||||
* | Removed jQuery | Martin Green | 2022-06-24 | 1 | -1/+12 |
| | |||||
* | Added link to parent cave in menu | Martin Green | 2022-06-24 | 1 | -1/+8 |
| | |||||
* | Added a sub menu when in the handbook directory. Imcreased width of edit ↵ | Martin Green | 2022-06-24 | 1 | -1/+3 |
| | | | | preview | ||||
* | Added come mirror for the edit page, including some buttons to make html | Martin Green | 2022-06-24 | 1 | -1/+1 |
| | |||||
* | Add git commit messages when editing via website. Make sure cust menus are ↵ | Martin Green | 2022-06-23 | 1 | -12/+7 |
| | | | | 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 | 2 | -14/+35 |
|\ | | | | | | | 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 |
| | | |||||
* | | Move saving and comitting code to a seperate library | Martin Green | 2022-06-23 | 1 | -44/+4 |
|/ | |||||
* | Added utf8 test to test suite | Philip Sargent | 2022-06-23 | 1 | -0/+10 |
| | |||||
* | removed rest of endocings | Martin Green | 2022-06-22 | 1 | -4/+4 |
| | |||||
* | Removed encoding of file paths as encoding now correct | Martin Green | 2022-06-22 | 1 | -8/+5 |
| | |||||
* | Now the servers locale is utf8, try opening files spectifying path using a ↵ | Martin Green | 2022-06-22 | 1 | -1/+1 |
| | | | | text string | ||||
* | bug fix to previous test | Martin Green | 2022-06-21 | 1 | -4/+4 |
| | |||||
* | test to find out locale set in the WSGI enivroment | Martin Green | 2022-06-21 | 1 | -0/+6 |
| | |||||
* | bug fix to prev commit | Martin Green | 2022-06-20 | 1 | -1/+1 |
| | |||||
* | Refactorise saving code. Do not save and git change if there are no changes | Martin Green | 2022-06-20 | 1 | -19/+35 |
| | |||||
* | bug fix to setting encoding | Martin Green | 2022-06-20 | 1 | -2/+2 |
| | |||||
* | Made it such that opening files for reading and writing when editing to use ↵ | Martin Green | 2022-06-20 | 1 | -2/+2 |
| | | | | utf8 encoding | ||||
* | test | Martin Green | 2022-06-19 | 1 | -1/+1 |
| | |||||
* | test | Martin Green | 2022-06-19 | 1 | -1/+1 |
| | |||||
* | test | Martin Green | 2022-06-19 | 1 | -1/+1 |
| | |||||
* | test | Martin Green | 2022-06-19 | 1 | -1/+1 |
| | |||||
* | test | Martin Green | 2022-06-19 | 1 | -2/+1 |
| | |||||
* | test | Martin Green | 2022-06-19 | 1 | -1/+2 |
| | |||||
* | test | Martin Green | 2022-06-19 | 1 | -1/+1 |
| |