summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-15Merge branch 'aggregateinternal'Simon McVittie
2008-07-14Add aggregateinternal mode to ikiwiki-transition.Simon McVittie
Usage: 1. Update all pagespecs that use aggregated pages to use internal() 2. ikiwiki-transition aggregateinternal $srcdir $htmlext (where $srcdir and $htmlext are the srcdir and htmlext options in your .setup file) 3. Add aggregateinternal to your .setup file 4. Rebuild the wiki
2008-07-14Merge commit 'origin/master' into aggregateinternalSimon McVittie
2008-07-14web commit by intrigeri: amend previous answerJoey Hess
2008-07-14Merge branch 'master' of git://git.ikiwiki.infoSimon McVittie
2008-07-14web commit by intrigeri: pedigree: (begining of) answerJoey Hess
2008-07-14responseJoey Hess
2008-07-14added testsuite for the pedigree pluginintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14web commit by XTaran: post-commit hooks work fine here at least with recent ↵Joey Hess
ikwiki versions and hg 1.0.x -> remove it from todo list
2008-07-14web commit by XTaran: Example hgrc, some markup, one correction of one of my ↵Joey Hess
previous changes
2008-07-14web commit by XTaran: Cross reference to todo/mercurialJoey Hess
2008-07-14web commit by XTaran: Correct information about hooksJoey Hess
2008-07-14fix linkJoey Hess
2008-07-14responseJoey Hess
2008-07-14Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-07-14web commit by http://ptecza.myopenid.com/: * Request for color pluginJoey Hess
2008-07-14web commit by intrigeri: added suggestion to move functionnality from the ↵Joey Hess
core to pedigree plugin
2008-07-14web commit by intrigeri: added link to pedigree_pluginJoey Hess
2008-07-14web commit by http://ptecza.myopenid.com/: * Broken URLJoey Hess
2008-07-14web commit by intrigeri: initial pedigree plugin proposalJoey Hess
2008-07-14pedigree: added documentation (doc/plugins/pedigree.mdwn)intrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14pedigree: added DISTANCE loop variableintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14pedigree: 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-13pedigree: added _but_root & _but_two_oldest loopsintrigeri
... 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-13pedigree: fixed misc bugsintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-13added new plugin: pedigreeintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-13Cut 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-13switch preprocess hooks to use error functionJoey Hess
2008-07-13Error 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-13changelogJoey Hess
2008-07-13Mark bug "clear: both for .page*?" as [[done]]Simon McVittie
2008-07-13Merge branch 'master' of git://git.ikiwiki.info into cssSimon McVittie
2008-07-13Merge branch 'master' of git://git.ikiwiki.infoSimon McVittie
2008-07-13web commit by http://smcv.pseudorandom.co.uk/: PatchedJoey Hess
2008-07-13Merge branch 'css'Simon McVittie
2008-07-13Don't set clear:both on .pagedate etc., only on .pagefooterSimon 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-13Add more CSS hooks to inlinepage.tmplSimon 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-13Add more stylesheet hooks to the page templateSimon 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-13web commit by http://smcv.pseudorandom.co.uk/: on second thoughts, more ↵Joey Hess
changes are desirable
2008-07-13web commit by http://smcv.pseudorandom.co.uk/: suggest solutionJoey Hess
2008-07-13web commit by http://mornfall.myopenid.com/Joey Hess
2008-07-12make errors redJoey Hess
2008-07-12revert eval changeJoey Hess
2008-07-12avoid hardlinking files owned by othersJoey 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-12only htmlize errors when cgi is actually runningJoey Hess
2008-07-12convert fatal error to warningJoey Hess
Since perlmagick is not a hard dep, and goodstuff is enabled by default, imgs should not crash builds
2008-07-12add perlmagick to build depsJoey Hess
needed since the doc wiki is using an [[img]]
2008-07-12Merge branch 'bugs'Simon McVittie
2008-07-12Hopefully fix regression tests in non-English environmentsSimon McVittie
2008-07-12Merge branch 'master' of git://git.ikiwiki.info into bugsSimon McVittie