Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-07-30 | load and save custom page assets | Paul Duncan | 4 | -28/+82 |
2016-07-29 | add backend for project tag prefix and hook secret, remove expires_at | Paul Duncan | 7 | -70/+73 |
2016-07-29 | make upload a dropdown, add consistent button divider | Paul Duncan | 4 | -11/+56 |
2016-07-29 | s/webhook/web hook/ | Paul Duncan | 1 | -3/+3 |
2016-07-29 | enable generate secret button and add gripe() | Paul Duncan | 9 | -77/+49 |
2016-07-29 | update edit dialog styles | Paul Duncan | 3 | -5/+14 |
2016-07-29 | move project releases to tab, misc editor cleanups | Paul Duncan | 7 | -78/+81 |
2016-07-29 | add tabs to edit dialogs | Paul Duncan | 7 | -307/+751 |
2016-07-29 | add comments | Paul Duncan | 1 | -0/+3 |
2016-07-29 | brevity | Paul Duncan | 1 | -8/+0 |
2016-07-29 | add views/post-exporter | Paul Duncan | 5 | -33/+254 |
2016-07-28 | populate import/export settings pane | Paul Duncan | 4 | -1/+151 |
2016-07-28 | fix theme tooltip | Paul Duncan | 1 | -1/+1 |
2016-07-28 | populate themes settings pane | Paul Duncan | 3 | -6/+185 |
2016-07-28 | add ThemeAPI and theme.delete | Paul Duncan | 3 | -1/+84 |
2016-07-28 | add site dropdown to files tab | Paul Duncan | 5 | -35/+160 |
2016-07-28 | refactor navbar and clean up logout page | Paul Duncan | 9 | -86/+98 |
2016-07-28 | clean up login page | Paul Duncan | 2 | -15/+25 |
2016-07-28 | reorganize post views | Paul Duncan | 15 | -35/+90 |
2016-07-28 | reorganize pages | Paul Duncan | 8 | -16/+17 |
2016-07-28 | refactor settings panes, simplify admin page | Paul Duncan | 24 | -400/+439 |
2016-07-28 | refactor dialog and pane templates | Paul Duncan | 27 | -655/+686 |
2016-07-28 | update admin tooltips | Paul Duncan | 2 | -3/+3 |
2016-07-28 | remove whitespace | Paul Duncan | 1 | -1/+0 |
2016-07-28 | refactor dialogs | Paul Duncan | 12 | -557/+580 |
2016-07-28 | mv admin-page to admin/page | Paul Duncan | 4 | -8/+8 |
2016-07-28 | refactor admin dialogs | Paul Duncan | 7 | -351/+370 |
2016-07-27 | remove old views | Paul Duncan | 5 | -133/+0 |
2016-07-27 | refactor post types so icons and names aren't in 3 places | Paul Duncan | 3 | -59/+60 |
2016-07-27 | use theme templates for blog-post | Paul Duncan | 4 | -11/+48 |
2016-07-27 | use theme templates for blog-list-item | Paul Duncan | 4 | -11/+23 |
2016-07-27 | add default blog-list template | Paul Duncan | 1 | -0/+19 |
2016-07-27 | use theme templates for blog-list | Paul Duncan | 6 | -20/+59 |
2016-07-27 | add view/template-html, use templates for project view | Paul Duncan | 8 | -50/+119 |
2016-07-27 | use theme template to render pages | Paul Duncan | 4 | -13/+63 |
2016-07-27 | add page assets | Paul Duncan | 4 | -26/+88 |
2016-07-27 | clean up page view | Paul Duncan | 1 | -12/+8 |
2016-07-25 | add theme assets to page renderer | Paul Duncan | 2 | -4/+12 |
2016-07-25 | add Template#run(io, args) | Paul Duncan | 1 | -3/+7 |
2016-07-22 | add blank theme and default theme assets | Paul Duncan | 3 | -0/+17 |
2016-07-21 | add theme asset support to pages | Paul Duncan | 5 | -6/+110 |
2016-07-19 | add /guff/themes/ handler | Paul Duncan | 3 | -3/+140 |
2016-07-19 | add theme installer | Paul Duncan | 7 | -19/+201 |
2016-07-19 | create data subdirs on init | Paul Duncan | 1 | -0/+11 |
2016-07-19 | refactor theme into packer and installer | Paul Duncan | 5 | -4/+30 |
2016-07-19 | clean up theme model | Paul Duncan | 2 | -38/+80 |
2016-07-19 | add guff/template | Paul Duncan | 1 | -0/+187 |
2016-07-19 | clean up error messages | Paul Duncan | 1 | -4/+4 |
2016-07-19 | remove files from input theme manifest format | Paul Duncan | 3 | -47/+25 |
2016-07-19 | add themes, switch pages and sites to use them | Paul Duncan | 9 | -101/+355 |