aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert removal of sandbox content.Sean Bartell2009-11-23
| | | | | | | | This reverts commit 62dd681b3aa406a9bb6c1174eeaaacc8fe6b94ff. Conflicts: doc/sandbox.mdwn
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawltlTwUCL_Fr1siQn94GV65-XwQH5XSku42009-11-23
|
* (no commit message)harishcm2009-11-21
|
* Patch addedharishcm2009-11-21
|
* (no commit message)http://bsorez.myopenid.com/2009-11-20
|
* added more dreamwidth feedshttp://kerravonsen.dreamwidth.org/2009-11-19
|
* response of potential userhttp://kerravonsen.dreamwidth.org/2009-11-19
|
* initial contenthttp://kerravonsen.dreamwidth.org/2009-11-19
|
* shuffle commit symbol aroundJon Dowland2009-11-17
|
* escape something being interpreted as a directiveJon Dowland2009-11-17
|
* inline: Use caching of inlined pages to speed up builds of inlines that ↵Joey Hess2009-11-17
| | | | | | | | | | | | | 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.
* add page listing some alternatives to ikiwikiJoey Hess2009-11-17
|
* why this is hardJoey Hess2009-11-16
|
* closeJoey Hess2009-11-16
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-11-16
|\
| * Follow up.Thomas Schwinge2009-11-16
| |
| * + patch tagNicolasLimare2009-11-15
| |
| * - typoNicolasLimare2009-11-15
| |
| * + micro whishlist itemNicolasLimare2009-11-15
| |
* | meta: Allow use of DESCRIPTION in templates to get at the meta description ↵Joey Hess2009-11-16
| | | | | | | | value. (Thanks, NicolasLimare)
* | meta: Generate meta description tags even when the html scrubber is enabled.Joey Hess2009-11-16
| | | | | | | | | | | | | | 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.
* | avoid fallthrough to default meta header addition for titleJoey Hess2009-11-16
| | | | | | | | | | With the htmlscrubber disabled, it was adding a <meta name=title> tag for the title, which is pointless.
* | add example of a map showing page descriptionsJoey Hess2009-11-16
|/
* diagnosis: probably broken browser?Joey Hess2009-11-15
|
* Revert "Improve img's documentation."Joey Hess2009-11-15
| | | | The information added is incorrect.
* opened bugmartin2009-11-14
|
* Improve img's documentation.Thomas Schwinge2009-11-15
| | | | | 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.
* import sys and sys.argvhttp://www.openid.albertlash.com/openid/2009-11-14
|
* missing apostrophe in python codehttp://www.openid.albertlash.com/openid/2009-11-14
|
* add news item for ikiwiki 3.20091113Joey Hess2009-11-13
|
* releasing version 3.20091113Joey Hess2009-11-13
|
* inline: Fix display of all pages when archive=yes or show=0 are used.Joey Hess2009-11-13
|
* repoduced it ... sorry should have pasted this earliermartin2009-11-13
|
* cannot reproduceJoey Hess2009-11-13
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-11-13
|\
| * new bugmartin2009-11-13
| |
* | move to todo item, some thoughtSJoey Hess2009-11-13
|/
* inline: Allow direct inclusion of non-page files in raw mode.Joey Hess2009-11-13
|
* inline: Do not generated feeds for nested inlines.Joey Hess2009-11-13
| | | | | | | | | | | | 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.
* fix typoJeremyReed2009-11-12
|
* ask questionJeremyReed2009-11-12
|
* +todo/ adjust commit message for rename, removehttp://jmtd.livejournal.com/2009-11-12
|
* optionally customize the commit message for rename/removehttp://jmtd.livejournal.com/2009-11-12
|
* explanation: whitespace surrounding your use of the IMG taghttp://jmtd.livejournal.com/2009-11-12
|
* doc/bugs/img_vs_align: New.Thomas Schwinge2009-11-12
|
* Revert spamJoey Hess2009-11-12
|
* (no commit message)diannetyron2009-11-12
|
* (no commit message)diannetyron2009-11-12
|
* a user page redir. not sure which is worse: polluting users/ with redirects, ↵Jon Dowland2009-11-11
| | | | or broken links on /recentchanges.
* Merge branch 'master' of git://git.ikiwiki.infoJon Dowland2009-11-11
|\