about summary refs log tree commit diff
path: root/src
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)2-9/+4
2013-04-28 * re-enabled captchas"Vincent Ambo ext:(%22)2-4/+22
2013-04-27 * switched main language to English"Vincent Ambo ext:(%22)1-1/+1
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)2-3/+4
2012-04-28 * fixed iMessage linkVincent Ambo1-1/+1
2012-04-26 * some fixesVincent Ambo1-13/+19
2012-04-25 * upped version to 3.4Vincent Ambo1-1/+1
2012-04-25 * completed switch to Hamlet and LuciusVincent Ambo2-33/+29
2012-04-25 * almost done moving to Hamlet from BlazeVincent Ambo1-238/+263
2012-04-22 * removed captchas (well, commented them out)Vincent Ambo2-3/+5
2012-04-22 * changed <ul> width to 57emVincent Ambo1-3/+3
2012-04-22 * max-width for <ul> elementVincent Ambo1-3/+3
2012-04-06 * removed entryEscape -> Posting pure HTML from now on (pre tag where necessary)Vincent Ambo1-11/+5
2012-04-04 * typo in cabal fileVincent Ambo1-1/+1
2012-04-04 * comment deletion (this doesn't look nice, but nobody except for me sees the...Vincent Ambo3-2/+39
2012-04-04 version 3.3:Vincent Ambo3-14/+49
2012-03-25 * default rss feed link now points to an XML fileVincent Ambo2-1/+2
2012-03-25 * removed System.Environment from Main.hsVincent Ambo1-5/+12
2012-03-24 * changed version tag to 3.2Vincent Ambo1-1/+1
2012-03-24 * added RSS.hs: functions to create an RSS feedVincent Ambo5-13/+85
2012-03-23 * sequence_ $ map to mapM_Vincent Ambo1-4/+4
2012-03-23 version 3.1.2:Vincent Ambo2-2/+3
2012-03-22 version 3.1.1:Vincent Ambo2-3/+3
2012-03-22 * cleaned up res/ folderVincent Ambo2-3/+6
2012-03-20 * font-weight for .contactsVincent Ambo1-1/+1
2012-03-20 * gzip compression for dynamic filesVincent Ambo1-1/+3
2012-03-20 version 3.1:Vincent Ambo3-51/+56
2012-03-19 * Google analyticsVincent Ambo1-0/+13
2012-03-18 * correctly serving 404s with status code 404 :|Vincent Ambo3-11/+11
2012-03-18 * fixed 404 pageVincent Ambo3-1/+17
2012-03-18 * changed entryEscapeVincent Ambo1-1/+4
2012-03-15 * proper comment escapingVincent Ambo2-2/+10
2012-03-15 * newlines in commentsVincent Ambo1-1/+2
2012-03-15 * port 80Vincent Ambo1-1/+1
2012-03-15 * version 3.0Vincent Ambo2-7/+13
2012-03-15 * updating entries and entrylistVincent Ambo2-26/+78
2012-03-14 * fixed entry-addingVincent Ambo2-14/+20
2012-03-14 * escaping commentsVincent Ambo1-1/+1
2012-03-14 * changed comment structure to sort by UTCTimeVincent Ambo3-38/+115
2012-03-13 * added flushSessions :: IO()Vincent Ambo1-0/+14
2012-03-13 * removed dependency on Network.CGIVincent Ambo1-1/+1
2012-03-13 * updated some stuff, work on sessionsVincent Ambo3-15/+37
2012-03-13 * blog is now running off acid-state (this thing is *fast*)Vincent Ambo4-259/+282
2012-03-09 * broken version of Acid State stuff"Vincent Ambo ext:(%22)2-22/+78
2012-03-08 * initializing Acid sessions"Vincent Ambo ext:(%22)1-4/+20
2012-03-07 * initial work on AcidState session storage (http://happstack.com/docs/crashc..."Vincent Ambo ext:(%22)1-7/+33
2012-03-07 * login page"Vincent Ambo ext:(%22)2-6/+22
2012-03-07 * comment adding fixed"Vincent Ambo ext:(%22)2-1/+11