Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-14 | pedigree: added documentation (doc/plugins/pedigree.mdwn) | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-07-14 | pedigree: added DISTANCE loop variable | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-07-14 | pedigree: fix RELDEPTH in PEDIGREE_BUT_ROOT... | intrigeri | |
... at least when it's not used in the same template as PEDIGREE_BUT_TWO_OLDEST (see Known bugs section in pedigree.mdwn for details) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-07-13 | pedigree: added _but_root & _but_two_oldest loops | intrigeri | |
... after having learned a bit of Perl, knocked my head against Perl references and arrays of hashes, tried to use some nice functionnal programming constructs - no success - to make things more generic... I'm back to the roots, with this simple code :) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-07-13 | pedigree: fixed misc bugs | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-07-13 | added new plugin: pedigree | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-07-13 | Cut the size of the binary package in half by excluding pages for bugs and ↵ | Joey Hess | |
todo items from the html shipped in it. | |||
2008-07-13 | switch preprocess hooks to use error function | Joey Hess | |
2008-07-13 | Error handling improvement for preprocess hooks. It's now safe to call ↵ | Joey Hess | |
error() from such hooks; it will cause a nicely formatted error message to be inserted into the page. | |||
2008-07-13 | changelog | Joey Hess | |
2008-07-13 | Mark bug "clear: both for .page*?" as [[done]] | Simon McVittie | |
2008-07-13 | Merge branch 'master' of git://git.ikiwiki.info into css | Simon McVittie | |
2008-07-13 | Merge branch 'master' of git://git.ikiwiki.info | Simon McVittie | |
2008-07-13 | web commit by http://smcv.pseudorandom.co.uk/: Patched | Joey Hess | |
2008-07-13 | Merge branch 'css' | Simon McVittie | |
2008-07-13 | Don't set clear:both on .pagedate etc., only on .pagefooter | Simon McVittie | |
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. | |||
2008-07-13 | Add more CSS hooks to inlinepage.tmpl | Simon McVittie | |
* 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"> | |||
2008-07-13 | Add more stylesheet hooks to the page template | Simon McVittie | |
* 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 | |||
2008-07-13 | web commit by http://smcv.pseudorandom.co.uk/: on second thoughts, more ↵ | Joey Hess | |
changes are desirable | |||
2008-07-13 | web commit by http://smcv.pseudorandom.co.uk/: suggest solution | Joey Hess | |
2008-07-13 | web commit by http://mornfall.myopenid.com/ | Joey Hess | |
2008-07-12 | make errors red | Joey Hess | |
2008-07-12 | revert eval change | Joey Hess | |
2008-07-12 | avoid hardlinking files owned by others | Joey Hess | |
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. | |||
2008-07-12 | only htmlize errors when cgi is actually running | Joey Hess | |
2008-07-12 | convert fatal error to warning | Joey Hess | |
Since perlmagick is not a hard dep, and goodstuff is enabled by default, imgs should not crash builds | |||
2008-07-12 | add perlmagick to build deps | Joey Hess | |
needed since the doc wiki is using an [[img]] | |||
2008-07-12 | Merge branch 'bugs' | Simon McVittie | |
2008-07-12 | Hopefully fix regression tests in non-English environments | Simon McVittie | |
2008-07-12 | Merge branch 'master' of git://git.ikiwiki.info into bugs | Simon McVittie | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/: I think I know what's wrong ↵ | Joey Hess | |
here too | |||
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | Merge branch 'bugs' | Simon McVittie | |
2008-07-12 | Add missing requirement of IkiWiki::render before starting to render things | Simon McVittie | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | web commit by intrigeri: initial bug submission | Joey Hess | |
2008-07-12 | Merge branch 'master' of git://git.ikiwiki.info | Simon McVittie | |
2008-07-12 | web commit by intrigeri: update, found a possible (random) fix | Joey Hess | |
2008-07-12 | web commit by intrigeri: bug submission | Joey Hess | |
2008-07-12 | web commit by intrigeri: bug submission | Joey Hess | |
2008-07-12 | web commit by intrigeri: changed my mind, sorry | Joey Hess | |
2008-07-12 | Merge branch 'master' of git://git.ikiwiki.info into aggregateinternal | Simon McVittie | |
2008-07-12 | sounds good | Joey Hess | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | Make aggregated items be internal pages if --aggregateinternal is used. | Simon McVittie | |
This addresses <http://ikiwiki.info/todo/aggregate_to_internal_pages/> in a simple way. With this approach, a flag day is required, on which all users of aggregated pages start to inline them using the internal() pagespec; after that, the aggregateinternal option can safely be switched on in the setup file (and the old aggregated pages can be deleted by hand). | |||
2008-07-12 | update, splitting parameters in two | Joey Hess | |
fixed some unclear descriptions | |||
2008-07-12 | changelog | Joey Hess | |
2008-07-12 | Fix link from meta plugin to tips/howto_stop_flooding_aggregators | Simon McVittie | |
2008-07-12 | Stop prepending urn:uuid: to guids that look like UUIDs | Simon McVittie | |