summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-18releasing version 3.20100518Joey Hess
2010-05-18simplify exampleJoey Hess
I've seen user(http://*) confuse someone who didn't know pagespecs to think that just http://* would moderate all comments to every page, or something like that.
2010-05-18Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-05-18Fix a bug that prevented matching deleted comments, and so did not update ↵Joey Hess
pages that had contained them. Problem is that by the time rendering calls render_dependent, %pagesources has had deleted files removed from it. So match_comment's lookup of files in there to see if they had the _comment extension failed. I had to introduce a hash that temporarily holds filenames of deleted pages to fix this. Note that unlike comment(), internal() had avoided this pitfall by being defined to match both internal and non-internal pages.
2010-05-18responseintrigeri
2010-05-18response: shortcomingsJon Dowland
2010-05-18tag as donehttp://smcv.pseudorandom.co.uk/
2010-05-17problem solvedChangaco
2010-05-17reviewJoey Hess
2010-05-17force scalar contextJoey Hess
2010-05-17please pullintrigeri
2010-05-17why this is hard..Joey Hess
2010-05-17responseJoey Hess
2010-05-17Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-05-17new todoJoey Hess
2010-05-17an example of somewhere where the old functionality is actually neededhttp://smcv.pseudorandom.co.uk/
2010-05-17responsehttps://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E
2010-05-17how do people like to hack on ikiwiki?http://jmtd.livejournal.com/
2010-05-17Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-05-17link CC0 (I'd never heard of it)http://jmtd.livejournal.com/
2010-05-17fix locationJoey Hess
2010-05-17fix linkhttp://jmtd.livejournal.com/
2010-05-17(no commit message)Changaco
2010-05-17(no commit message)jwalck
2010-05-17(no commit message)jwalck
2010-05-17on javascript, plugins, and htmlscrubberJoey Hess
2010-05-17(no commit message)jwalck
2010-05-17(no commit message)jwalck
2010-05-16typoJoey Hess
2010-05-16(no commit message)jwalck
2010-05-16(no commit message)zimek
2010-05-16(no commit message)zimek
2010-05-16s/FORCEBAREURL/FORCEBASEURL/https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E
2010-05-16formulation (Did not sound right. (But I am non-native English speaker. So ↵PaulePanter
please revert if my change is incorrect.)
2010-05-16page.tmpl: Accidentially broke po plugin's otherlanguages list styling when ↵Joey Hess
modifying for html5; now fixed.
2010-05-15fix typoJoey Hess
2010-05-15fixup pagespecs to work relative tooJoey Hess
2010-05-15formattingJoey Hess
2010-05-15formattingJoey Hess
2010-05-15formattingJoey Hess
2010-05-15add news item for ikiwiki 3.20100515Joey Hess
2010-05-15disable openid when building doc dirJoey Hess
2010-05-15fix comment feed filenameJoey Hess
2010-05-15move moderation info to sidebarJoey Hess
2010-05-15document needing to wrap footer in dynamic testJoey Hess
2010-05-15Revert "avoid showing comment post stuff on dynamic pages"Joey Hess
This reverts commit 4a6d5330e5b9554f1bd25b9025dd96200c6519c7. That was too ugly, the DYNAMIC test on page.tmpl will avoid the problem anyway -- just needs to be added.
2010-05-15rewordJoey Hess
2010-05-15avoid showing comment post stuff on dynamic pagesJoey Hess
If the site is configured to allow comments on *, then the comment post interface was being added to cgi pages like signin and prefs. This fixes it w/o requiring more page.tmpl changes. The pagetemplate hook is called by misctemplate with an empty page name for dynamic pages.
2010-05-15reword comment count to avoid pluralisation issuesJoey Hess
2010-05-15add missing closing tmpl_ifJoey Hess