summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2008-12-11Fix typo that led to comments being blankedSimon McVittie
2008-12-11postcomment: Rename plugin to comments, use *._comment filesSimon McVittie
2008-12-11Rename smcvpostcomment plugin to postcomment to propose for inclusionSimon McVittie
2008-12-11smcvpostcomment: allow commenting to be closedSimon McVittie
2008-12-11smcvpostcomment: import other plugins lazily and remove unnecessary use of CGISimon McVittie
2008-12-11smcvpostcomment: allow inlining to be disabled, and pass through atom etc. be...Simon McVittie
2008-12-11smcvpostcomment: make allowhtml etc. configurable, and don't allow commenting...Simon McVittie
2008-12-11smcvpostcomment: indicate in form whether HTML and directives are allowedSimon McVittie
2008-12-11smcvpostcomment: remove HTML if not allowedSimon McVittie
2008-12-11smcvpostcomment: always allow wikilinks, and do access controlSimon McVittie
2008-12-11smcvpostcomment: reduce length of subject fieldSimon McVittie
2008-12-11smcvpostcomment: explain what $fake is forSimon McVittie
2008-12-11smcvpostcomment: avoid warnings if form field 'body' is undefSimon McVittie
2008-12-11smcvpostcomment: load inline plugin more forciblySimon McVittie
2008-12-11smcvpostcomment: use better names for special comment filesSimon McVittie
2008-12-11smcvpostcomment: use gettext where appropriateSimon McVittie
2008-12-11Add initial version of a postcomment plugin (temporarily namespaced as smcvpo...Simon McVittie
2008-12-11inline: Support feedfile option to change the filename of the feed generated.Joey Hess
2008-12-11inline: Support emptyfeeds=no option to skip generating empty feeds.Joey Hess
2008-12-11move feedpages application upJoey Hess
2008-11-13Merge commit 'upstream/master' into prv/pointrigeri
2008-11-13po(change): reset renamed pages status at a better timeintrigeri
2008-11-13po: initial infrastructure to deal with renamed master pageintrigeri
2008-11-13po(delete): added hook, and function skeletonintrigeri
2008-11-13po(change): avoid losing information before guessing the same...intrigeri
2008-11-13po(istranslatablefile): extracted this from istranslatableintrigeri
2008-11-12po(otherlanguages): return pages that should existintrigeri
2008-11-12po: memoized istranslatable, eventuallyintrigeri
2008-11-12po(change): flush Memoize cache, to fix bug after rename/removeintrigeri
2008-11-12po(htmlize): ignore PO files not managed by this pluginintrigeri
2008-11-12po: ooops, fixed just introduced bugintrigeri
2008-11-12parentlinks: fixed links when po plugin is enabledintrigeri
2008-11-12po: fix istranslation/istranslatable for pages starting with /intrigeri
2008-11-12po(mybestlink): fixed when fed with path beginning with /intrigeri
2008-11-12po: compute internal links from a slave page relative to its master pageintrigeri
2008-11-11make unlockwiki drop the cgilockJoey Hess
2008-11-12Merge commit 'upstream/po' into prv/pointrigeri
2008-11-11Merge commit 'intrigeri/po' into poJoey Hess
2008-11-11Merge branch 'master' into poJoey Hess
2008-11-11po: fixed bug when a new translatable page is createdintrigeri
2008-11-11po: change a bit the way links are generatedintrigeri
2008-11-11O_CREATE needs modeJoey Hess
2008-11-11avoid multiple ikiwiki cgi processes piling up, eating all memory, and thrashingJoey Hess
2008-11-11bzr: Fix dates for recentchanges.Joey Hess
2008-11-11po: fixed link to home page when po_link_to=negotiated, added testcaseintrigeri
2008-11-11po(change): fix uninitialized variables when running IkiWiki::refresh()intrigeri
2008-11-11po: added HOMEPAGEURL template variable, documented when to use itintrigeri
2008-11-11po: fixed link to homepage from non-translation pageintrigeri
2008-11-11po: some code simplification/clarificationintrigeri
2008-11-11Merge commit 'upstream/master' into prv/pointrigeri