Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-13 | * removed dependency on Network.CGI | Vincent Ambo | 1 | -1/+1 | |
* Cabal & License file | |||||
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 | |
* 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) | 2 | -6/+22 | |
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 | |||||
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 | |
* comment field | |||||
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 ↵ | "Vincent Ambo ext:(%22) | 1 | -6/+10 | |
and comments | |||||
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 | |
* slight CSS change | |||||
2012-03-03 | * added TODO file | Vincent Ambo | 2 | -2/+2 | |
2012-03-03 | * limiting amount of queries with couchDB's limit parameter | Vincent Ambo | 2 | -6/+6 | |
2012-03-03 | * getMonthCount now takes a BlogLang, as is obviously required | Vincent Ambo | 1 | -5/+7 | |
2012-03-03 | * removed an unnecessary tempVar | Vincent Ambo | 1 | -2/+1 | |
2012-03-03 | * getMonthCount function added | Vincent Ambo | 1 | -12/+15 | |
2012-03-02 | * changes D: | Vincent Ambo | 3 | -17/+30 | |
2012-02-24 | * entries by month | "Vincent Ambo ext:(%22) | 2 | -4/+64 | |
2012-02-24 | * localization moved to Locales.hs | "Vincent Ambo ext:(%22) | 3 | -50/+73 | |
2012-02-24 | * I fixed the front page | "Vincent Ambo ext:(%22) | 2 | -13/+43 | |
2012-02-24 | * rendering comments | "Vincent Ambo ext:(%22) | 2 | -7/+10 | |
2012-02-23 | * comment parsing | "Vincent Ambo ext:(%22) | 1 | -6/+23 | |
2012-02-23 | * displaying blog entries | "Vincent Ambo ext:(%22) | 2 | -61/+86 | |
* changed convertDB for BlogLang JSON representation | |||||
2012-02-23 | * removing .DS_Store files | "Vincent Ambo ext:(%22) | 1 | -0/+0 | |
2012-02-23 | * blog footer, language handling, emptyTest | "Vincent Ambo ext:(%22) | 3 | -53/+112 | |
2012-02-22 | * initial checkin | "Vincent Ambo ext:(%22) | 3 | -0/+131 | |