| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Correct image rendering in wiki articles | 2019-04-17 | -13/+16 | |
| | | ||||
| * | Image sidebar is finally complete | 2019-04-17 | -151/+256 | |
| | | ||||
| * | Accessibility and images sidebar | 2019-04-17 | -38/+46 | |
| | | ||||
| * | Image upload and images sidebar form work | 2019-04-15 | -32/+42 | |
| | | ||||
| * | Better method for default label rendering | 2019-04-15 | -4/+6 | |
| | | ||||
| * | Images sidebar work, and allow fields to be rendered without labels | 2019-04-15 | -152/+111 | |
| | | ||||
| * | Small styling fixes | 2019-04-15 | -4/+14 | |
| | | ||||
| * | Editor fixes and sidebar accordion | 2019-04-15 | -34/+74 | |
| | | ||||
| * | Fix preview/nav visibility | 2019-04-15 | -7/+9 | |
| | | ||||
| * | Finish creation form, remove weird article title addons | 2019-04-15 | -38/+88 | |
| | | ||||
| * | Remove TOC, link headers, fix breadcrumb padding | 2019-04-15 | -166/+73 | |
| | | | | | Also removes some templates we don't care about | |||
| * | Editor: TOC insert correctly places on previous line rather than next line | 2019-04-15 | -4/+4 | |
| | | ||||
| * | Breadcrumb/article menu work | 2019-04-14 | -117/+174 | |
| | | ||||
| * | More styling - breadcrumbs and messages | 2019-04-14 | -40/+51 | |
| | | ||||
| * | Modals and breadcrumb work | 2019-04-14 | -209/+245 | |
| | | ||||
| * | Remove attachments plugin, add plugin templates | 2019-04-14 | -2/+556 | |
| | | ||||
| * | Fixing up image plugin | 2019-04-14 | -3/+14 | |
| | | ||||
| * | Some work towards fixed navigation | 2019-04-13 | -70/+100 | |
| | | ||||
| * | Some more work towards the editor pages | 2019-04-13 | -117/+161 | |
| | | ||||
| * | Small cosmetic changes | 2019-04-13 | -121/+120 | |
| | | ||||
| * | SimpleMDE editor for wiki Markdown | 2019-04-13 | -3/+109 | |
| | | ||||
| * | Mostly-working model choice stuff | 2019-04-12 | -9/+63 | |
| | | ||||
| * | More forms work - Boolean is done! | 2019-04-12 | -59/+177 | |
| | | ||||
| * | Finish initial article creation form | 2019-04-12 | -23/+12 | |
| | | ||||
| * | Small typos in char field | 2019-04-12 | -4/+4 | |
| | | ||||
| * | Lots of extra form input handling. | 2019-04-11 | -22/+114 | |
| | | | | | But now the root article creator form renders nicely! | |||
| * | Some work towards initial pages and forms | 2019-04-11 | -36/+84 | |
| | | | | | There's tons more to do here, ultimately | |||
| * | Some initial work on updating the wiki templates for Bulma | 2019-04-10 | -52/+76 | |
| | | ||||
| * | Merge branch 'django' into django+200/wiki | 2019-04-10 | -165/+1339 | |
| |\ | | | | | | | | | # Conflicts: # pydis_site/apps/home/urls.py | |||
| | * | Merge pull request #203 from gdude2002/django+base-templates | 2019-04-10 | -165/+1339 | |
| | |\ | | | | | | | Adds base templates for use in the home and wiki apps. | |||
| | | * | No more vim modelines | 2019-04-10 | -8/+0 | |
| | | | | ||||
| | | * | Single base template, no content in it | 2019-04-10 | -71/+31 | |
| | | | | ||||
| | | * | Navbar: No need for example content | 2019-04-10 | -54/+6 | |
| | | | | ||||
| | | * | Fix footer text colour | 2019-04-10 | -2/+2 | |
| | | | | ||||
| | | * | Initial work on some base templates | 2019-04-10 | -162/+1432 | |
| | |/ | ||||
| * | | Pushing before work is over | 2019-04-08 | -1/+1 | |
| | | | ||||
| * | | Add base templates for django-wiki, as provided | 2019-04-08 | -0/+1710 | |
| | | | ||||
| * | | Remove wiki host, use /wiki - Also some wiki config | 2019-04-08 | -21/+113 | |
| | | | | | | | | | I've included the monokai pygments theme, but we can change it later | |||
| * | | First attempt at getting the wiki up | 2019-04-08 | -20/+41 | |
| | | | ||||
| * | | Add django-wiki, and downgrade to Django 2.1 | 2019-04-08 | -38/+141 | |
| |/ | | | | Downgrade required by django-wiki for now | |||
| * | Merge pull request #198 from gdude2002/django+176/project-layout | 2019-04-07 | -10282/+554 | |
| |\ | | | | | [Fixes #158, #160, #176, #193] Project layout changes | |||
| | * | Address review by @jchristgit | 2019-04-07 | -5/+5 | |
| | | | ||||
| | * | Use volume for staticfiles. | 2019-04-07 | -1/+5 | |
| | | | ||||
| | * | Display some output about migrations. | 2019-04-07 | -1/+1 | |
| | | | ||||
| | * | Exit `migrate_and_serve` on error. | 2019-04-07 | -1/+1 | |
| | | | ||||
| | * | Remove bot from compose setup, move staticfiles to writable directory. | 2019-04-07 | -7/+1 | |
| | | | ||||
| | * | Address review by @lemonsaurus | 2019-04-06 | -5/+2 | |
| | | | ||||
| | * | Address review by @jchristgit | 2019-04-05 | -159/+46 | |
| | | | ||||
| | * | pysite -> pydis_site | 2019-04-05 | -87/+87 | |
| | | | ||||
| | * | [#158 #160] Automatically run collectstatic in containers/setup script | 2019-04-05 | -0/+10 | |
| | | | ||||