aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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
|\
| * is this merge-worthy?Jon Dowland2009-11-11
| |
| * restore my original patchJon Dowland2009-11-11
| |
| * adjustments to my commentJon Dowland2009-11-11
| |
| * comment about patch versionJon Dowland2009-11-11
| |
* | another possible commit nameJon Dowland2009-11-11
|/
* another back-burner todo itemJon Dowland2009-11-10
|
* half-formed thoughtsJon Dowland2009-11-10
|
* typoJoey Hess2009-11-10
|
* httpauth: Add cgiauthurl setting that can be used to do http basic auth only ↵Joey Hess2009-11-10
| | | | when ikiwiki needs authentication, rather than for any access to the cgi/wiki.
* typoJoey Hess2009-11-09
|
* more portable use of sed -iJoey Hess2009-11-09
| | | | | Apparently OS X requires the extension be specified. But this turns on backup in GNU sed, so have to remove that.
* localstyle: New plugin, allows overrding the toplevel local.css with one ↵Joey Hess2009-11-09
| | | | | | | | | | | | | | | | | | | | that is closer to a page. I chose not to have it override style.css, because style.css is not really intended to be edited; the one from the underlay is intended to be used as a base that local.css overrides. I chose to use a plugin rather than changing the default behavior, both because I didn't want to have to worry about possibly breaking backwards compatability (though this seems unlikely), and because it seemed cleaner to not include style template parameters in the main page template code. I suppose someone might want a way to not override the toplevel local.css, but instead include it as well as foo/local.css. Probably the best way to do that would be to have foo/local.css @import ../local.css (modulo browser compatability issues). Alternatively, edit page.tmpl to always include the toplevel local.css, or swap out this plugin for another one.
* add a pointer to metaJoey Hess2009-11-09
|
* *now* you want to look at indexpages ;-)http://smcv.pseudorandom.co.uk/2009-11-09
|
* yaysimonraven2009-11-09
|