| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-04-18 | Delete/Error/Move/Permission Denied pages | -133/+190 | ||
| 2019-04-18 | Prevent accidental submission of link plugin form | -0/+3 | ||
| 2019-04-18 | Links plugin is.. functional.. | -25/+60 | ||
| 2019-04-18 | Images plugin is complete. | -28/+38 | ||
| 2019-04-18 | All config of PARENT_HOST with env var | -1/+1 | ||
| 2019-04-18 | Settings fixes/reversions | -3/+1 | ||
| 2019-04-17 | Lots of work on the images management page | -89/+134 | ||
| 2019-04-17 | Fix up image replacement page | -38/+45 | ||
| 2019-04-17 | Correct image rendering in wiki articles | -13/+16 | ||
| 2019-04-17 | Image sidebar is finally complete | -151/+256 | ||
| 2019-04-17 | Accessibility and images sidebar | -38/+46 | ||
| 2019-04-15 | Image upload and images sidebar form work | -32/+42 | ||
| 2019-04-15 | Better method for default label rendering | -4/+6 | ||
| 2019-04-15 | Images sidebar work, and allow fields to be rendered without labels | -152/+111 | ||
| 2019-04-15 | Small styling fixes | -4/+14 | ||
| 2019-04-15 | Editor fixes and sidebar accordion | -34/+74 | ||
| 2019-04-15 | Fix preview/nav visibility | -7/+9 | ||
| 2019-04-15 | Finish creation form, remove weird article title addons | -38/+88 | ||
| 2019-04-15 | Remove TOC, link headers, fix breadcrumb padding | -166/+73 | ||
| Also removes some templates we don't care about | ||||
| 2019-04-15 | Editor: TOC insert correctly places on previous line rather than next line | -4/+4 | ||
| 2019-04-14 | Breadcrumb/article menu work | -117/+174 | ||
| 2019-04-14 | More styling - breadcrumbs and messages | -40/+51 | ||
| 2019-04-14 | Modals and breadcrumb work | -209/+245 | ||
| 2019-04-14 | Remove attachments plugin, add plugin templates | -2/+556 | ||
| 2019-04-14 | Fixing up image plugin | -3/+14 | ||
| 2019-04-13 | Some work towards fixed navigation | -70/+100 | ||
| 2019-04-13 | Some more work towards the editor pages | -117/+161 | ||
| 2019-04-13 | Small cosmetic changes | -121/+120 | ||
| 2019-04-13 | SimpleMDE editor for wiki Markdown | -3/+109 | ||
| 2019-04-12 | Mostly-working model choice stuff | -9/+63 | ||
| 2019-04-12 | More forms work - Boolean is done! | -59/+177 | ||
| 2019-04-12 | Finish initial article creation form | -23/+12 | ||
| 2019-04-12 | Small typos in char field | -4/+4 | ||
| 2019-04-11 | Lots of extra form input handling. | -22/+114 | ||
| But now the root article creator form renders nicely! | ||||
| 2019-04-11 | Some work towards initial pages and forms | -36/+84 | ||
| There's tons more to do here, ultimately | ||||
| 2019-04-10 | Some initial work on updating the wiki templates for Bulma | -52/+76 | ||
| 2019-04-10 | No more vim modelines | -8/+0 | ||
| 2019-04-10 | Single base template, no content in it | -71/+31 | ||
| 2019-04-10 | Navbar: No need for example content | -54/+6 | ||
| 2019-04-10 | Fix footer text colour | -2/+2 | ||
| 2019-04-10 | Initial work on some base templates | -162/+1432 | ||
| 2019-04-08 | Pushing before work is over | -1/+1 | ||
| 2019-04-08 | Add base templates for django-wiki, as provided | -0/+1710 | ||
| 2019-04-08 | Remove wiki host, use /wiki - Also some wiki config | -21/+113 | ||
| I've included the monokai pygments theme, but we can change it later | ||||
| 2019-04-08 | First attempt at getting the wiki up | -20/+41 | ||
| 2019-04-08 | Add django-wiki, and downgrade to Django 2.1 | -38/+141 | ||
| Downgrade required by django-wiki for now | ||||
| 2019-04-07 | Address review by @jchristgit | -5/+5 | ||
| 2019-04-07 | Use volume for staticfiles. | -1/+5 | ||
| 2019-04-07 | Display some output about migrations. | -1/+1 | ||
| 2019-04-07 | Exit `migrate_and_serve` on error. | -1/+1 | ||