summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-19added more dreamwidth feedshttp://kerravonsen.dreamwidth.org/
2009-11-19response of potential userhttp://kerravonsen.dreamwidth.org/
2009-11-19initial contenthttp://kerravonsen.dreamwidth.org/
2009-11-17Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-11-17Added (incomplete) Turkish po file. Closes: #556744 Thanks, Recai OktaşJoey Hess
2009-11-17shuffle commit symbol aroundJon Dowland
2009-11-17escape something being interpreted as a directiveJon Dowland
2009-11-17inline: Use caching of inlined pages to speed up builds of inlines that ↵Joey Hess
include feeds. Speedup of about 25% for small inlines; could be much larger for inlines of many, or complex pages. Not bloating memory with excessive memoization data was the key to this. The method chosen does not squeeze out every erg of speed possible when inlines are nested, but that's rare. It uses less memory than other optimisation hacks (I'm looking at you, f937c1fb8074a512d8bb788fa275f5e90595cd47 !) already used in inline.pm.
2009-11-17add page listing some alternatives to ikiwikiJoey Hess
2009-11-16why this is hardJoey Hess
2009-11-16closeJoey Hess
2009-11-16Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-11-16meta: Allow use of DESCRIPTION in templates to get at the meta description ↵Joey Hess
value. (Thanks, NicolasLimare)
2009-11-16meta: Generate meta description tags even when the html scrubber is enabled.Joey Hess
Unlike generic meta foo tags, meta description is known to be safe, so can be special cased to be allowed despite the html scrubber. This makes meta description much more useful, since it is otherwise limited to being used by other plugins like map.
2009-11-16avoid fallthrough to default meta header addition for titleJoey Hess
With the htmlscrubber disabled, it was adding a <meta name=title> tag for the title, which is pointless.
2009-11-16add example of a map showing page descriptionsJoey Hess
2009-11-16Follow up.Thomas Schwinge
2009-11-15+ patch tagNicolasLimare
2009-11-15- typoNicolasLimare
2009-11-15+ micro whishlist itemNicolasLimare
2009-11-15diagnosis: probably broken browser?Joey Hess
2009-11-15Revert "Improve img's documentation."Joey Hess
The information added is incorrect.
2009-11-14opened bugmartin
2009-11-15Improve img's documentation.Thomas Schwinge
Jon is right, of course. User error, not an ikiwiki bug. So, I removed the false bug report and added its gist to img's documentation.
2009-11-14import sys and sys.argvhttp://www.openid.albertlash.com/openid/
2009-11-14missing apostrophe in python codehttp://www.openid.albertlash.com/openid/
2009-11-13add news item for ikiwiki 3.20091113Joey Hess
2009-11-13releasing version 3.20091113Joey Hess
2009-11-13inline: Fix display of all pages when archive=yes or show=0 are used.Joey Hess
2009-11-13repoduced it ... sorry should have pasted this earliermartin
2009-11-13cannot reproduceJoey Hess
2009-11-13Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-11-13new bugmartin
2009-11-13move to todo item, some thoughtSJoey Hess
2009-11-13inline: Allow direct inclusion of non-page files in raw mode.Joey Hess
2009-11-13inline: Do not generated feeds for nested inlines.Joey Hess
My experience is that when inlines are nested, the old behavior of generating feeds for the nested inlines was never really desired. Since the feeds were numbered sequentially, the numbers could easily change, and it did not make sense to subscribe to or use those feeds. And generating those nested feeds often meant a lot of unnecessary calculation, and data being written. So, I dropped them. Looking back, nested feeds originally were a free side effect of properly handing multiple feeds on one page. Of course, that is still supported.
2009-11-12fix typoJeremyReed
2009-11-12ask questionJeremyReed
2009-11-12+todo/ adjust commit message for rename, removehttp://jmtd.livejournal.com/
2009-11-12optionally customize the commit message for rename/removehttp://jmtd.livejournal.com/
2009-11-12explanation: whitespace surrounding your use of the IMG taghttp://jmtd.livejournal.com/
2009-11-12doc/bugs/img_vs_align: New.Thomas Schwinge
2009-11-12Revert spamJoey Hess
2009-11-12(no commit message)diannetyron
2009-11-12(no commit message)diannetyron
2009-11-11a user page redir. not sure which is worse: polluting users/ with redirects, ↵Jon Dowland
or broken links on /recentchanges.
2009-11-11Merge branch 'master' of git://git.ikiwiki.infoJon Dowland
2009-11-11another possible commit nameJon Dowland
2009-11-11is this merge-worthy?Jon Dowland
2009-11-11restore my original patchJon Dowland