aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-13simplify regexesPaul Duncan1-3/+3
2016-03-13add views/{html,ecrs}/testPaul Duncan3-3/+3
2016-03-11add editor list to TODOPaul Duncan1-0/+6
2016-03-10add count to set titlePaul Duncan2-4/+16
2016-03-10reorganize test-blog as three listsPaul Duncan1-127/+138
2016-03-10rename test to test-blogPaul Duncan5-78/+80
2016-03-10refactor redirectPaul Duncan2-7/+7
2016-03-10rename to blog testPaul Duncan1-1/+1
2016-03-10add blog test pagePaul Duncan4-3/+243
2016-03-09add created_at sorting and use json for sort fieldsPaul Duncan6-35/+97
2016-03-09add state supportPaul Duncan4-75/+157
2016-03-09remove unused commentsPaul Duncan1-2/+1
2016-03-09fix tag urlsPaul Duncan1-2/+7
2016-03-09nil tags fixes, remove extraneous use_transactionPaul Duncan1-6/+5
2016-03-09remove unnecessary commentPaul Duncan1-4/+0
2016-03-09refactor set_tagsPaul Duncan2-28/+15
2016-03-09use savepoints instead of transactionsPaul Duncan1-3/+17
2016-03-09minor cleanupsPaul Duncan1-2/+2
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 Duncan4-4/+129
2016-03-08lots more fixes, add and get posts calls workPaul Duncan4-26/+51
2016-03-08lots of fixesPaul Duncan8-37/+271
2016-03-08update TODOPaul Duncan1-0/+1
2016-03-08rename html to body and body to raw_bodyPaul Duncan2-5/+11
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