about summary refs log tree commit diff
path: root/src/Blog.hs
AgeCommit message (Expand)AuthorFilesLines
2013-04-28 * added Markdown support"Vincent Ambo ext:(%22)1-6/+29
2013-04-28 * removed iMessage"Vincent Ambo ext:(%22)1-6/+3
2013-04-28 * re-enabled captchas"Vincent Ambo ext:(%22)1-0/+20
2013-04-27 * fixed comment deletion link"Vincent Ambo ext:(%22)1-13/+10
2013-04-24 * small fixes that I don't remember"Vincent Ambo ext:(%22)1-2/+2
2012-04-28 * fixed iMessage linkVincent Ambo1-1/+1
2012-04-26 * some fixesVincent Ambo1-13/+19
2012-04-25 * completed switch to Hamlet and LuciusVincent Ambo1-33/+25
2012-04-25 * almost done moving to Hamlet from BlazeVincent Ambo1-238/+263
2012-04-22 * removed captchas (well, commented them out)Vincent Ambo1-1/+1
2012-04-22 * changed <ul> width to 57emVincent Ambo1-3/+3
2012-04-22 * max-width for <ul> elementVincent Ambo1-3/+3
2012-04-04 * comment deletion (this doesn't look nice, but nobody except for me sees the...Vincent Ambo1-0/+17
2012-04-04 version 3.3:Vincent Ambo1-2/+23
2012-03-25 * default rss feed link now points to an XML fileVincent Ambo1-1/+1
2012-03-24 * added RSS.hs: functions to create an RSS feedVincent Ambo1-1/+2
2012-03-23 * sequence_ $ map to mapM_Vincent Ambo1-4/+4
2012-03-23 version 3.1.2:Vincent Ambo1-1/+2
2012-03-22 version 3.1.1:Vincent Ambo1-2/+2
2012-03-22 * cleaned up res/ folderVincent Ambo1-3/+3
2012-03-20 * font-weight for .contactsVincent Ambo1-1/+1
2012-03-20 version 3.1:Vincent Ambo1-47/+44
2012-03-19 * Google analyticsVincent Ambo1-0/+13
2012-03-18 * correctly serving 404s with status code 404 :|Vincent Ambo1-2/+2
2012-03-18 * fixed 404 pageVincent Ambo1-1/+6
2012-03-15 * proper comment escapingVincent Ambo1-1/+1
2012-03-15 * version 3.0Vincent Ambo1-4/+10
2012-03-15 * updating entries and entrylistVincent Ambo1-0/+33
2012-03-14 * fixed entry-addingVincent Ambo1-1/+1
2012-03-14 * escaping commentsVincent Ambo1-1/+1
2012-03-14 * changed comment structure to sort by UTCTimeVincent Ambo1-3/+24
2012-03-13 * updated some stuff, work on sessionsVincent Ambo1-4/+8
2012-03-13 * blog is now running off acid-state (this thing is *fast*)Vincent Ambo1-51/+19
2012-03-09 * broken version of Acid State stuff"Vincent Ambo ext:(%22)1-1/+6
2012-03-07 * login page"Vincent Ambo ext:(%22)1-6/+19
2012-03-07 * comment adding fixed"Vincent Ambo ext:(%22)1-1/+5
2012-03-07 * one step closer to adding comments"Vincent Ambo ext:(%22)1-1/+4
2012-03-06 * links on right sideVincent Ambo1-8/+29
2012-03-06 * guarding showLinks against negative numbersVincent Ambo1-21/+27
2012-03-06 * finished comment fieldVincent Ambo1-13/+11
2012-03-05 * began work on commentBoxVincent Ambo1-0/+14
2012-03-03 * Pagination (finally!)Vincent Ambo1-6/+19
2012-03-03 * added TODO fileVincent Ambo1-1/+1
2012-03-03 * limiting amount of queries with couchDB's limit parameterVincent Ambo1-3/+3
2012-03-02 * changes D:Vincent Ambo1-5/+9
2012-02-24 * localization moved to Locales.hs"Vincent Ambo ext:(%22)1-39/+12
2012-02-24 * I fixed the front page"Vincent Ambo ext:(%22)1-3/+18
2012-02-24 * rendering comments"Vincent Ambo ext:(%22)1-5/+8
2012-02-23 * comment parsing"Vincent Ambo ext:(%22)1-6/+23
2012-02-23 * displaying blog entries"Vincent Ambo ext:(%22)1-28/+58