aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Cut the size of the binary package in half by excluding pages for bugs and ↵Joey Hess2008-07-13
| | | | todo items from the html shipped in it.
* switch preprocess hooks to use error functionJoey Hess2008-07-13
|
* Error handling improvement for preprocess hooks. It's now safe to call ↵Joey Hess2008-07-13
| | | | error() from such hooks; it will cause a nicely formatted error message to be inserted into the page.
* changelogJoey Hess2008-07-13
|
* Mark bug "clear: both for .page*?" as [[done]]Simon McVittie2008-07-13
|
* Merge branch 'master' of git://git.ikiwiki.info into cssSimon McVittie2008-07-13
|\
| * web commit by http://smcv.pseudorandom.co.uk/: PatchedJoey Hess2008-07-13
| |
* | Don't set clear:both on .pagedate etc., only on .pagefooterSimon McVittie2008-07-13
| | | | | | | | | | | | This removes clear:both from the trailing metadata of inlined entries as requested by tschwinge, but if you want that feature back, you can set .inlinefooter { clear: both; } in local.css.
* | Add more CSS hooks to inlinepage.tmplSimon McVittie2008-07-13
| | | | | | | | | | | | * Wrap everything before the content in <div class="inlineheader"> * Wrap the inlined content itself in <div class="inlinecontent"> * Wrap everything after the content in <div class="inlinefooter">
* | Add more stylesheet hooks to the page templateSimon McVittie2008-07-13
|/ | | | | | | * Wrap header stuff, including actions, in <div class="pageheader"> (there is already a class="header", which is a subset of this, so using id="header" would be confusing) * Add class="pagefooter" to the existing <div id="footer">, for symmetry
* web commit by http://smcv.pseudorandom.co.uk/: on second thoughts, more ↵Joey Hess2008-07-13
| | | | changes are desirable
* web commit by http://smcv.pseudorandom.co.uk/: suggest solutionJoey Hess2008-07-13
|
* web commit by http://mornfall.myopenid.com/Joey Hess2008-07-13
|
* make errors redJoey Hess2008-07-12
|
* revert eval changeJoey Hess2008-07-12
|
* avoid hardlinking files owned by othersJoey Hess2008-07-12
| | | | | | | If hardlinks are enabled, it would hardlink files from the underlay. That was sorta annoying if you tried to edit by hand for some reason, so let's not. Files that are hardlinked should be rare enough that a few extra stats won't hurt.
* only htmlize errors when cgi is actually runningJoey Hess2008-07-12
|
* convert fatal error to warningJoey Hess2008-07-12
| | | | | Since perlmagick is not a hard dep, and goodstuff is enabled by default, imgs should not crash builds
* add perlmagick to build depsJoey Hess2008-07-12
| | | | needed since the doc wiki is using an [[img]]
* Hopefully fix regression tests in non-English environmentsSimon McVittie2008-07-12
|
* Merge branch 'master' of git://git.ikiwiki.info into bugsSimon McVittie2008-07-12
|\
| * web commit by http://smcv.pseudorandom.co.uk/: I think I know what's wrong ↵Joey Hess2008-07-12
| | | | | | | | here too
| * web commit by http://smcv.pseudorandom.co.uk/Joey Hess2008-07-12
| |
* | Add missing requirement of IkiWiki::render before starting to render thingsSimon McVittie2008-07-12
|/
* web commit by http://smcv.pseudorandom.co.uk/Joey Hess2008-07-12
|
* web commit by http://smcv.pseudorandom.co.uk/Joey Hess2008-07-12
|
* web commit by intrigeri: initial bug submissionJoey Hess2008-07-12
|
* web commit by intrigeri: update, found a possible (random) fixJoey Hess2008-07-12
|
* web commit by intrigeri: bug submissionJoey Hess2008-07-12
|
* web commit by intrigeri: bug submissionJoey Hess2008-07-12
|
* web commit by intrigeri: changed my mind, sorryJoey Hess2008-07-12
|
* sounds goodJoey Hess2008-07-12
|
* web commit by http://smcv.pseudorandom.co.uk/Joey Hess2008-07-12
|
* update, splitting parameters in twoJoey Hess2008-07-12
| | | | fixed some unclear descriptions
* changelogJoey Hess2008-07-12
|
* Fix link from meta plugin to tips/howto_stop_flooding_aggregatorsSimon McVittie2008-07-12
|
* Stop prepending urn:uuid: to guids that look like UUIDsSimon McVittie2008-07-12
|
* Re-work [[meta guid=""]] documentation, and stop claiming that urn:uuid: is ↵Simon McVittie2008-07-12
| | | | automatically prepended
* Document [[inline guid="..."]]Simon McVittie2008-07-12
|
* Rename [[!inline atomid="..."]] to [[!inline guid="..."]] to be consistent ↵Simon McVittie2008-07-12
| | | | with [[!meta guid="..."]], which also outputs an Atom <id>
* Accept [[!inline ... atomid="..."]] and use it to populate the feed's Atom <id>.Simon McVittie2008-07-12
| | | | This is often the same as the feed's <link> (in which case it can be omitted) but sometimes it's a urn:uuid: URN instead.
* Add MIME type to Atom feeds' <link rel='self'>Simon McVittie2008-07-12
|
* remove example (which was lacking escaping)Joey Hess2008-07-12
|
* fixedJoey Hess2008-07-12
|
* Merge commit 'smcv/master'Joey Hess2008-07-12
|\
| * Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta ↵Simon McVittie2008-07-12
| | | | | | | | plugin, so that PageSpecs with title(...) work again
* | Move yesno function out of inline and into IkiWiki core, not exported.Joey Hess2008-07-12
| |
* | web commit by http://smcv.pseudorandom.co.uk/Joey Hess2008-07-12
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-07-12
|\ \ | | | | | | | | | | | | | | | Conflicts: doc/todo/aggregate_to_internal_pages.mdwn
| * | web commit by http://smcv.pseudorandom.co.uk/: reference a patchJoey Hess2008-07-12
| |/