aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2019-04-18Delete/Error/Move/Permission Denied pagesGravatar Gareth Coles-133/+190
2019-04-18Prevent accidental submission of link plugin formGravatar Gareth Coles-0/+3
2019-04-18Links plugin is.. functional..Gravatar Gareth Coles-25/+60
2019-04-18Images plugin is complete.Gravatar Gareth Coles-28/+38
2019-04-18All config of PARENT_HOST with env varGravatar Gareth Coles-1/+1
2019-04-18Settings fixes/reversionsGravatar Gareth Coles-3/+1
2019-04-17Lots of work on the images management pageGravatar Gareth Coles-89/+134
2019-04-17Fix up image replacement pageGravatar Gareth Coles-38/+45
2019-04-17Correct image rendering in wiki articlesGravatar Gareth Coles-13/+16
2019-04-17Image sidebar is finally completeGravatar Gareth Coles-151/+256
2019-04-17Accessibility and images sidebarGravatar Gareth Coles-38/+46
2019-04-15Image upload and images sidebar form workGravatar Gareth Coles-32/+42
2019-04-15Better method for default label renderingGravatar Gareth Coles-4/+6
2019-04-15Images sidebar work, and allow fields to be rendered without labelsGravatar Gareth Coles-152/+111
2019-04-15Small styling fixesGravatar Gareth Coles-4/+14
2019-04-15Editor fixes and sidebar accordionGravatar Gareth Coles-34/+74
2019-04-15Fix preview/nav visibilityGravatar Gareth Coles-7/+9
2019-04-15Finish creation form, remove weird article title addonsGravatar Gareth Coles-38/+88
2019-04-15Remove TOC, link headers, fix breadcrumb paddingGravatar Gareth Coles-166/+73
Also removes some templates we don't care about
2019-04-15Editor: TOC insert correctly places on previous line rather than next lineGravatar Gareth Coles-4/+4
2019-04-14Breadcrumb/article menu workGravatar Gareth Coles-117/+174
2019-04-14More styling - breadcrumbs and messagesGravatar Gareth Coles-40/+51
2019-04-14Modals and breadcrumb workGravatar Gareth Coles-209/+245
2019-04-14Remove attachments plugin, add plugin templatesGravatar Gareth Coles-2/+556
2019-04-14Fixing up image pluginGravatar Gareth Coles-3/+14
2019-04-13Some work towards fixed navigationGravatar Gareth Coles-70/+100
2019-04-13Some more work towards the editor pagesGravatar Gareth Coles-117/+161
2019-04-13Small cosmetic changesGravatar Gareth Coles-121/+120
2019-04-13SimpleMDE editor for wiki MarkdownGravatar Gareth Coles-3/+109
2019-04-12Mostly-working model choice stuffGravatar Gareth Coles-9/+63
2019-04-12More forms work - Boolean is done!Gravatar Gareth Coles-59/+177
2019-04-12Finish initial article creation formGravatar Gareth Coles-23/+12
2019-04-12Small typos in char fieldGravatar Gareth Coles-4/+4
2019-04-11Lots of extra form input handling.Gravatar Gareth Coles-22/+114
But now the root article creator form renders nicely!
2019-04-11Some work towards initial pages and formsGravatar Gareth Coles-36/+84
There's tons more to do here, ultimately
2019-04-10Some initial work on updating the wiki templates for BulmaGravatar Gareth Coles-52/+76
2019-04-10No more vim modelinesGravatar Gareth Coles-8/+0
2019-04-10Single base template, no content in itGravatar Gareth Coles-71/+31
2019-04-10Navbar: No need for example contentGravatar Gareth Coles-54/+6
2019-04-10Fix footer text colourGravatar Gareth Coles-2/+2
2019-04-10Initial work on some base templatesGravatar Gareth Coles-162/+1432
2019-04-08Pushing before work is overGravatar Gareth Coles-1/+1
2019-04-08Add base templates for django-wiki, as providedGravatar Gareth Coles-0/+1710
2019-04-08Remove wiki host, use /wiki - Also some wiki configGravatar Gareth Coles-21/+113
I've included the monokai pygments theme, but we can change it later
2019-04-08First attempt at getting the wiki upGravatar Gareth Coles-20/+41
2019-04-08Add django-wiki, and downgrade to Django 2.1Gravatar Gareth Coles-38/+141
Downgrade required by django-wiki for now
2019-04-07Address review by @jchristgitGravatar Gareth Coles-5/+5
2019-04-07Use volume for staticfiles.Gravatar Johannes Christ-1/+5
2019-04-07Display some output about migrations.Gravatar Johannes Christ-1/+1
2019-04-07Exit `migrate_and_serve` on error.Gravatar Johannes Christ-1/+1