aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-09exclude internal tagsPaul Duncan1-1/+2
2016-03-09add commentsPaul Duncan1-0/+12
2016-03-09add /tags supportPaul Duncan2-22/+131
2016-03-09s/INTERSECTS/INTERSECT/Paul Duncan1-8/+8
2016-03-09add get_tagsPaul Duncan1-4/+66
2016-03-08initial page renderingPaul Duncan5-5/+87
2016-03-08remove test slughandlerPaul Duncan1-31/+0
2016-03-08s/do_/do_api_/Paul Duncan1-4/+4
2016-03-08rename handlersPaul Duncan4-0/+0
2016-03-08refactor html viewsPaul Duncan4-74/+73
2016-03-08add mv views/*ecr views/ecrs/Paul Duncan4-2/+2
2016-03-08mv src/guff/{,models/}*-model.crPaul Duncan4-1/+1
2016-03-08refactor handlersPaul Duncan4-215/+207
2016-03-08mv src/guff/*-handler.cr src/guff/handler/Paul Duncan5-5/+1
2016-03-08clean up blog handlerPaul Duncan1-52/+95
2016-03-08add date filtersPaul Duncan3-18/+89
2016-03-08refactor to_json callsPaul Duncan2-7/+7
2016-03-08reorganize apiPaul Duncan13-613/+638
2016-03-08add update_postPaul Duncan3-4/+128
2016-03-08lots more fixes, add and get posts calls workPaul Duncan4-26/+51
2016-03-08lots of fixesPaul Duncan8-37/+271
2016-03-08rename html to body and body to raw_bodyPaul Duncan1-5/+5
2016-03-08move migrations to separate filePaul Duncan2-116/+2
2016-03-08better api error handlingPaul Duncan3-1/+118
2016-03-08post json fixesPaul Duncan3-21/+38
2016-03-08add Post wrapperPaul Duncan2-3/+12
2016-03-07refactor get_postsPaul Duncan2-29/+93
2016-03-07add site-model, misc fixesPaul Duncan5-16/+45
2016-03-06chaos!Paul Duncan11-37/+249
2016-03-06add template databasePaul Duncan1-0/+46
2016-03-06add templatesPaul Duncan3-0/+99
2016-03-06populate get_postsPaul Duncan1-0/+27
2016-03-06populate postmodel stubsPaul Duncan4-9/+28
2016-03-06add stub post and tag modelsPaul Duncan3-9/+8
2016-03-06add model mapper and stub post and tag modelsPaul Duncan7-49/+76
2016-03-06enforce foreign keysPaul Duncan2-1/+21
2016-03-06refactor migrationsPaul Duncan1-75/+103
2016-03-06clean up migration messagesPaul Duncan1-6/+6
2016-03-06more step workaroundsPaul Duncan2-2/+17
2016-03-06add site methodsPaul Duncan2-0/+113
2016-03-06db and migration fixesPaul Duncan2-122/+90
2016-03-06s/bind/run/Paul Duncan2-50/+15
2016-03-06small db fixesPaul Duncan1-6/+7
2016-03-06add initial migration support (busted atm)Paul Duncan3-0/+342
2016-03-06stub api metohdsPaul Duncan2-6/+220
2016-03-06clean up api-docs.ecrPaul Duncan1-23/+40
2016-03-06html-escape api docs titlePaul Duncan1-1/+1
2016-03-06populate more of api docsPaul Duncan2-25/+92
2016-03-06s/HTMLPageView/PageHTMLView/Paul Duncan3-4/+4
2016-03-06add api-docsPaul Duncan3-7/+63