Commit Graph

11506 Commits (956efcfac26bca9f5c00a18efa084881d49f6fae)

Author SHA1 Message Date
Joey Hess 956efcfac2 cannot reproduce 2009-11-13 17:35:13 -05:00
Joey Hess ce4fa7768c Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-11-13 17:30:59 -05:00
martin 2a7e8921d5 new bug 2009-11-13 17:14:54 -05:00
Joey Hess 2bd6ebb42c move to todo item, some thoughtS 2009-11-13 15:31:34 -05:00
Joey Hess ad303e878e inline: Allow direct inclusion of non-page files in raw mode. 2009-11-13 15:10:58 -05:00
Joey Hess 5ccf68f113 inline: Do not generated feeds for nested inlines.
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-13 14:56:24 -05:00
JeremyReed b9f264d066 fix typo 2009-11-12 10:23:58 -05:00
JeremyReed 5704255b8f ask question 2009-11-12 10:16:44 -05:00
http://jmtd.livejournal.com/ 1e6200f6fc +todo/ adjust commit message for rename, remove 2009-11-12 09:41:57 -05:00
http://jmtd.livejournal.com/ 074d2c27f8 optionally customize the commit message for rename/remove 2009-11-12 09:40:33 -05:00
http://jmtd.livejournal.com/ ed742ab2b5 explanation: whitespace surrounding your use of the IMG tag 2009-11-12 09:14:45 -05:00
Thomas Schwinge 34ae4419a5 doc/bugs/img_vs_align: New. 2009-11-12 14:08:44 +01:00
Joey Hess 91f364d02b Revert spam 2009-11-12 00:24:33 -05:00
diannetyron 5d04071464 2009-11-12 00:19:28 -05:00
diannetyron 797ef6f61a 2009-11-12 00:12:10 -05:00
Jon Dowland 2761faeb5a a user page redir. not sure which is worse: polluting users/ with redirects, or broken links on /recentchanges. 2009-11-11 19:14:18 +00:00
Jon Dowland a3d947717a Merge branch 'master' of git://git.ikiwiki.info 2009-11-11 19:12:47 +00:00
Jon Dowland ac61907a62 another possible commit name 2009-11-11 19:12:37 +00:00
Jon Dowland beb8c7444e is this merge-worthy? 2009-11-11 19:06:00 +00:00
Jon Dowland 31244492a5 restore my original patch 2009-11-11 19:04:51 +00:00
Jon Dowland 6fead140d8 adjustments to my comment 2009-11-11 19:04:51 +00:00
Jon Dowland 3531920272 comment about patch version 2009-11-11 19:04:51 +00:00
Jon Dowland be6b1c43d0 another back-burner todo item 2009-11-10 16:33:01 +00:00
Jon Dowland c13dc4366c half-formed thoughts 2009-11-10 16:24:57 +00:00
Joey Hess 8ec53967c1 typo 2009-11-10 00:53:34 -05:00
Joey Hess 92a6f2e5e8 httpauth: Add cgiauthurl setting that can be used to do http basic auth only when ikiwiki needs authentication, rather than for any access to the cgi/wiki. 2009-11-10 00:50:59 -05:00
Joey Hess 7dc357a6db typo 2009-11-09 14:42:18 -05:00
Joey Hess 76d72e9bdd more portable use of sed -i
Apparently OS X requires the extension be specified. But this
turns on backup in GNU sed, so have to remove that.
2009-11-09 13:47:37 -05:00
Joey Hess 9f0931ce21 localstyle: New plugin, allows overrding the toplevel local.css with one 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.
2009-11-09 13:39:05 -05:00
Joey Hess 1fec2fdd20 add a pointer to meta 2009-11-09 13:39:05 -05:00
http://smcv.pseudorandom.co.uk/ 73a2967321 *now* you want to look at indexpages ;-) 2009-11-09 10:15:48 -05:00
simonraven 52e5810c60 yay 2009-11-09 00:13:09 -05:00
Amitai Schlair 34f41bb8cb whoops, it's an organization 2009-11-08 21:15:54 -05:00
Amitai Schlair daa4e3e906 add a site of mine (the one that necessitated the rsync plugin) 2009-11-08 21:13:46 -05:00
Joey Hess a596e6195c add sublevels to toc 2009-11-08 18:30:12 -05:00
Joey Hess 2700289d26 add a link 2009-11-08 14:28:05 -05:00
http://jmtd.livejournal.com/ ad98c6d543 source? 2009-11-08 14:07:20 -05:00
http://jmtd.livejournal.com/ 940f3d631e rename the source? 2009-11-08 13:55:58 -05:00
Joey Hess 66b46576ec Moved the postscan hook to run on the raw html of a page, before the template is filled out. This improves the search plugin's indexing, since it will not include navigational elements from the page template or sidebar. 2009-11-08 13:48:07 -05:00
justin 19ff6180a8 every search result includes any navigational text 2009-11-07 21:58:54 -05:00
http://mcfrisk.myopenid.com/ 84f606b6fe 2009-11-07 19:54:08 -05:00
Thomas Schwinge 5f2503e2cf New withlist item: [[!meta redir]] -- tell what's going on 2009-11-08 00:52:25 +01:00
tzafrir 73c3f0d701 s/a name/id/ ? 2009-11-07 14:01:09 -05:00
intrigeri 144ffc0e36 bugs++ 2009-11-07 19:53:54 +01:00
Joey Hess b296bcbb08 response 2009-11-07 12:37:35 -05:00
Joey Hess 910cbae922 underlay: Avoid crashing if lists of underlays (or template directories) are not configured. 2009-11-07 12:36:13 -05:00
http://jmtd.livejournal.com/ 59e1f89118 mod_alias works too 2009-11-07 08:11:17 -05:00
http://mcfrisk.myopenid.com/ 69f69f5d8b 2009-11-07 04:49:43 -05:00
Joey Hess 8b4d7ca9fb analise and close; template customisation error 2009-11-06 23:55:02 -05:00
Joey Hess ef33ab7657 add 2009-11-06 23:03:13 -05:00