Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-04 | * updated cabal file (dependency on recaptcha package) | Vincent Ambo | 1 | -1/+2 | |
2012-04-04 | version 3.3: | Vincent Ambo | 5 | -15/+59 | |
* added reCaptcha again (got too much spam) | |||||
2012-03-25 | * default rss feed link now points to an XML file | Vincent Ambo | 2 | -1/+2 | |
2012-03-25 | * update and run scripts (using privbind) | Vincent Ambo | 2 | -0/+7 | |
2012-03-25 | * updated TODO | Vincent Ambo | 1 | -1/+0 | |
2012-03-25 | * updated version in Cabal file | Vincent Ambo | 1 | -1/+1 | |
2012-03-25 | * updated Cabal file | Vincent Ambo | 1 | -1/+4 | |
2012-03-25 | * removed System.Environment from Main.hs | Vincent Ambo | 1 | -5/+12 | |
* using the brand-new Options package to parse command line options (--port and --statedir) | |||||
2012-03-25 | * small colouriser tool to run .hs files through HsColour | Vincent Ambo | 3 | -0/+88 | |
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 | |
* added RSS feed handler * FromReqURI instance for BlogLang * fixed RSS-feed link | |||||
2012-03-23 | Updated .hgignore to include the entire BlogState/ directory and *.orig files | Vincent Ambo | 1 | -0/+2 | |
2012-03-23 | * sequence_ $ map to mapM_ | Vincent Ambo | 1 | -4/+4 | |
2012-03-23 | version 3.1.2: | Vincent Ambo | 7 | -11/+76 | |
* CSS changes for HsColour | |||||
2012-03-22 | version 3.1.1: | Vincent Ambo | 6 | -6/+7 | |
* added background texture for .middle * removed accidental </br> which caused W3 validation to fail New design is now complete. --HG-- rename : res/ios-linen.jpg => res/hbg.jpg | |||||
2012-03-22 | * backup script | Vincent Ambo | 1 | -0/+2 | |
2012-03-22 | * restored missing file | Vincent Ambo | 1 | -0/+0 | |
2012-03-22 | * cleaned up res/ folder | Vincent Ambo | 9 | -8/+11 | |
* serving static/ content from res/ with 20 years expiration date * linen texture | |||||
2012-03-20 | * font-weight for .contacts | Vincent Ambo | 3 | -2/+3 | |
2012-03-20 | * gzip compression for dynamic files | Vincent Ambo | 1 | -1/+3 | |
2012-03-20 | version 3.1: | Vincent Ambo | 6 | -138/+153 | |
* entirely new design (looks a lot better. Thanks to @not_eden and @agoptron for their advice) * multi-author support (I won't use it yet) * blogstyle.css serves as the "source" for blog.css * displaying article eDate and author on entry page | |||||
2012-03-19 | * Google analytics | Vincent Ambo | 1 | -0/+13 | |
2012-03-19 | * min-height for <body> | Vincent Ambo | 1 | -0/+1 | |
2012-03-18 | * correctly serving 404s with status code 404 :| | Vincent Ambo | 3 | -11/+11 | |
2012-03-18 | * fixed 404 page | Vincent Ambo | 5 | -3/+27 | |
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 | |
* fixed read-more links | |||||
2012-03-15 | * updating entries and entrylist | Vincent Ambo | 2 | -26/+78 | |
* entryEscape ("\n" -> "<br>") | |||||
2012-03-14 | * fixed entry-adding | Vincent Ambo | 2 | -14/+20 | |
* temporarily removed adminHandler and merged it into tazBlog :: ServerPart Response | |||||
2012-03-14 | * escaping comments | Vincent Ambo | 2 | -2/+2 | |
2012-03-14 | * changed comment structure to sort by UTCTime | Vincent Ambo | 5 | -44/+121 | |
* postEntry function done; adminHandler doesn't work? | |||||
2012-03-13 | * added flushSessions :: IO() | Vincent Ambo | 2 | -2/+15 | |
* updated TODO | |||||
2012-03-13 | * removed dependency on Network.CGI | Vincent Ambo | 3 | -1/+33 | |
* Cabal & License file | |||||
2012-03-13 | * updated TODO | Vincent Ambo | 1 | -1/+3 | |
2012-03-13 | * updated some stuff, work on sessions | Vincent Ambo | 4 | -15/+38 | |
2012-03-13 | * blog is now running off acid-state (this thing is *fast*) | Vincent Ambo | 5 | -261/+286 | |
2012-03-12 | acid-migrate: | "Vincent Ambo ext:(%22) | 1 | -6/+13 | |
* successful conversion and test | |||||
2012-03-12 | acid-migrate: | "Vincent Ambo ext:(%22) | 1 | -5/+5 | |
* successfully forced evaluation | |||||
2012-03-12 | acid-migrate: | "Vincent Ambo ext:(%22) | 1 | -115/+122 | |
* show instance for EntryId * Comment/Entry deriving Show * trying to force explicit evaluation | |||||
2012-03-12 | * changes to migration script. As expected it doesn't work yet | Vincent Ambo | 1 | -3/+8 | |
2012-03-12 | * added Acid-State conversion program (this is untested, but it compiles) | Vincent Ambo | 1 | -0/+258 | |
2012-03-09 | * broken version of Acid State stuff | "Vincent Ambo ext:(%22) | 2 | -22/+78 | |
* AccountState containing data of type Account * hashString functions | |||||
2012-03-08 | * initializing Acid sessions | "Vincent Ambo ext:(%22) | 1 | -4/+20 | |
* guardSession | |||||
2012-03-07 | * initial work on AcidState session storage ↵ | "Vincent Ambo ext:(%22) | 1 | -7/+33 | |
(http://happstack.com/docs/crashcourse/AcidState.html) | |||||
2012-03-07 | * login page | "Vincent Ambo ext:(%22) | 3 | -8/+25 | |
2012-03-07 | * comment adding fixed | "Vincent Ambo ext:(%22) | 2 | -1/+11 | |
* JSON Encoding is broken in the current Hackage version of CouchDB, thus it is necessary to build it manually and to apply this fix: https://github.com/tbh/haskell-couchdb/commit/fafd63a43607ab8d6306fa46a264f93d4921a26c | |||||
2012-03-07 | * one step closer to adding comments | "Vincent Ambo ext:(%22) | 3 | -3/+46 | |
* generic Doc update function * redirect /<commentID> to appropriate full link |