Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-04-25 | * completed switch to Hamlet and Lucius | Vincent Ambo | 2 | -33/+29 |
2012-04-25 | * almost done moving to Hamlet from Blaze | Vincent Ambo | 1 | -238/+263 |
2012-04-22 | * removed captchas (well, commented them out) | Vincent Ambo | 2 | -3/+5 |
2012-04-22 | * changed <ul> width to 57em | Vincent Ambo | 1 | -3/+3 |
2012-04-22 | * max-width for <ul> element | Vincent Ambo | 1 | -3/+3 |
2012-04-06 | * removed entryEscape -> Posting pure HTML from now on (pre tag where necessary) | Vincent Ambo | 1 | -11/+5 |
2012-04-04 | * typo in cabal file | Vincent Ambo | 1 | -1/+1 |
2012-04-04 | * comment deletion (this doesn't look nice, but nobody except for me sees the... | Vincent Ambo | 3 | -2/+39 |
2012-04-04 | version 3.3: | Vincent Ambo | 3 | -14/+49 |
2012-03-25 | * default rss feed link now points to an XML file | Vincent Ambo | 2 | -1/+2 |
2012-03-25 | * removed System.Environment from Main.hs | Vincent Ambo | 1 | -5/+12 |
2012-03-24 | * changed version tag to 3.2 | Vincent Ambo | 1 | -1/+1 |
2012-03-24 | * added RSS.hs: functions to create an RSS feed | Vincent Ambo | 5 | -13/+85 |
2012-03-23 | * sequence_ $ map to mapM_ | Vincent Ambo | 1 | -4/+4 |
2012-03-23 | version 3.1.2: | Vincent Ambo | 2 | -2/+3 |
2012-03-22 | version 3.1.1: | Vincent Ambo | 2 | -3/+3 |
2012-03-22 | * cleaned up res/ folder | Vincent Ambo | 2 | -3/+6 |
2012-03-20 | * font-weight for .contacts | Vincent Ambo | 1 | -1/+1 |
2012-03-20 | * gzip compression for dynamic files | Vincent Ambo | 1 | -1/+3 |
2012-03-20 | version 3.1: | Vincent Ambo | 3 | -51/+56 |
2012-03-19 | * Google analytics | Vincent Ambo | 1 | -0/+13 |
2012-03-18 | * correctly serving 404s with status code 404 :| | Vincent Ambo | 3 | -11/+11 |
2012-03-18 | * fixed 404 page | Vincent Ambo | 3 | -1/+17 |
2012-03-18 | * changed entryEscape | Vincent Ambo | 1 | -1/+4 |
2012-03-15 | * proper comment escaping | Vincent Ambo | 2 | -2/+10 |
2012-03-15 | * newlines in comments | Vincent Ambo | 1 | -1/+2 |
2012-03-15 | * port 80 | Vincent Ambo | 1 | -1/+1 |
2012-03-15 | * version 3.0 | Vincent Ambo | 2 | -7/+13 |
2012-03-15 | * updating entries and entrylist | Vincent Ambo | 2 | -26/+78 |
2012-03-14 | * fixed entry-adding | Vincent Ambo | 2 | -14/+20 |
2012-03-14 | * escaping comments | Vincent Ambo | 1 | -1/+1 |
2012-03-14 | * changed comment structure to sort by UTCTime | Vincent Ambo | 3 | -38/+115 |
2012-03-13 | * added flushSessions :: IO() | Vincent Ambo | 1 | -0/+14 |
2012-03-13 | * removed dependency on Network.CGI | Vincent Ambo | 1 | -1/+1 |
2012-03-13 | * updated some stuff, work on sessions | Vincent Ambo | 3 | -15/+37 |
2012-03-13 | * blog is now running off acid-state (this thing is *fast*) | Vincent Ambo | 4 | -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 |
2012-03-07 | * one step closer to adding comments | "Vincent Ambo ext:(%22) | 3 | -3/+46 |
2012-03-06 | * links on right side | Vincent Ambo | 3 | -18/+43 |
2012-03-06 | * guarding showLinks against negative numbers | Vincent Ambo | 2 | -22/+29 |
2012-03-06 | * merged String -> Text changes | Vincent Ambo | 2 | -16/+30 |
2012-03-06 | * TEXT EVERYWHERE, WHERE MY STRINGS AT? | "Vincent Ambo ext:(%22) | 3 | -29/+43 |
2012-03-06 | * using Text from Data.Text (stict) instead of String for text in entries and... | "Vincent Ambo ext:(%22) | 1 | -6/+10 |
2012-03-06 | * finished comment field | Vincent Ambo | 3 | -13/+20 |
2012-03-05 | * began work on commentBox | Vincent Ambo | 2 | -0/+17 |
2012-03-03 | * Pagination (finally!) | Vincent Ambo | 3 | -17/+41 |