Commit Graph

7101 Commits (14cd75746a2c73b50548b6fdb3583d536b6ef9bd)

Author SHA1 Message Date
Joey Hess 55bae17ed5 web commit by intrigeri: proposed patch to add a bonus "else" parameter to the map plugin 2008-07-15 17:04:10 -04:00
Joey Hess 30c2b49cca web commit by intrigeri: fixed git repo url formating, seems that git:// is not supported 2008-07-15 17:00:33 -04:00
Joey Hess 719c886cec web commit by http://dajul.myopenid.com/ 2008-07-15 13:17:41 -04:00
Joey Hess 128c2730af web commit by intrigeri: pedigree: renamed to parentlinks, replace core parentlinks 2008-07-15 10:49:47 -04:00
intrigeri 35668b87d3 pedigree rename to parentlinks: rename/adapt everything
* Renamed to parentlinks every single variable or function called
  pedigree
* Removed the parentlinks function from Render.pm
* Enabled the new parentlinks plugin by default
* Adapted testsuite and documentation to reflate the above facts

Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15 16:25:39 +02:00
intrigeri 486f460132 pedigree rename to parentlinks: renamed files, to start with
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15 16:09:40 +02:00
Joey Hess 531c15ab53 web commit by intrigeri: created wishlist for applydiff plugin 2008-07-15 07:22:55 -04:00
Joey Hess 68aaaf2364 web commit by intrigeri: user page creation 2008-07-15 07:19:24 -04:00
Joey Hess e2d18188c7 web commit by intrigeri: pedigree: anounced rewrite according to new design 2008-07-15 07:15:23 -04:00
intrigeri 55000fd779 pedigree: rewrote with different design
(and updated testsuite + docs accordingly)

Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15 13:06:52 +02:00
Joey Hess a1b5dec5fc web commit by intrigeri: pedigree: compromise? 2008-07-15 05:37:29 -04:00
Joey Hess 06f27c133c web commit by http://ptecza.myopenid.com/: * Response 2008-07-15 04:12:13 -04:00
Joey Hess 2696e0c6db fixes 2008-07-14 23:00:29 -04:00
Joey Hess 76bda69a92 use prune to delete rendered files
This handles deleting empty directories too.
2008-07-14 22:45:12 -04:00
Joey Hess 3256522bda Merge commit 'smcv/aggregateinternal' into aggregateinternal
Conflicts:

	doc/plugins/aggregate.mdwn
2008-07-14 22:42:22 -04:00
Simon McVittie b29d11b3c6 Fix aggregateinternal migration so it skips expired entries, and deletes output 2008-07-15 03:24:05 +01:00
Joey Hess a8daf61b7d improve instructions
It's better to -refresh rather than rebuild, as this way ikiwiki deletes
all the html files rendered to destdir for the aggregated pages before.
2008-07-14 21:43:05 -04:00
Joey Hess acb6f66fbe closures 2008-07-14 21:30:59 -04:00
Joey Hess 40b25255ba Merge branch 'master' into aggregateinternal 2008-07-14 21:21:16 -04:00
Joey Hess d7da4a8e16 todo is not built, so don't try to check it 2008-07-14 21:20:48 -04:00
Joey Hess 76b078d587 changelog 2008-07-14 21:12:03 -04:00
Simon McVittie d3008b626e Merge branch 'aggregateinternal' 2008-07-15 02:05:25 +01:00
Simon McVittie ee16eae166 Leave aggregateinternal switched off in the template ikiwiki.setup 2008-07-15 02:01:37 +01:00
Simon McVittie 87754e3065 Recommend aggregateinternal => 1 for new wikis, and set it in ikiwiki.setup.
Also use [[!foo]] in aggregate.mdwn.
2008-07-15 01:49:44 +01:00
Joey Hess 6773a2514e response 2008-07-14 20:32:05 -04:00
Simon McVittie 2df8696b5f Merge commit 'origin/master' 2008-07-15 01:27:17 +01:00
Joey Hess e18002c9e9 fix extension name 2008-07-14 20:16:08 -04:00
Joey Hess af48316b1d Merge commit 'smcv/aggregateinternal' into aggregateinternal
Conflicts:

	IkiWiki/Plugin/aggregate.pm
2008-07-14 20:15:08 -04:00
Simon McVittie 49fac7fbdb Oops, add missing </span> 2008-07-15 01:14:47 +01:00
Simon McVittie 6ebea774c8 Merge branch 'aggregateinternal' 2008-07-15 01:08:09 +01:00
Joey Hess 3ebb012e3f document aggregateinternal 2008-07-14 20:06:53 -04:00
Simon McVittie 302bb836f2 Use _aggregated as extension for internalized aggregation 2008-07-15 01:04:29 +01:00
Simon McVittie e54af6e0a5 Merge branch 'master' of git://git.ikiwiki.info into aggregateinternal 2008-07-15 01:00:18 +01:00
Simon McVittie d1eba95cdc More CSS hooks for page.tmpl.
I notice madduck.net already has a similar change :-)
2008-07-15 00:56:19 +01:00
Joey Hess 51bf0ea529 changes to debug message printing 2008-07-14 19:43:45 -04:00
Joey Hess b41cc4b15b web commit by intrigeri: pedigree: answer + updated design proposal 2008-07-14 19:22:16 -04:00
Joey Hess 024d66bb31 web commit by http://smcv.pseudorandom.co.uk/: ikiwiki-transition aggregateinternal $srcdir $htmlext 2008-07-14 19:05:43 -04:00
Simon McVittie e95d3bb4fd Merge branch 'aggregateinternal' 2008-07-15 00:02:15 +01:00
Simon McVittie 50a5ab3c4e Add aggregateinternal mode to ikiwiki-transition.
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-14 23:39:22 +01:00
Simon McVittie 18b3e970ff Merge commit 'origin/master' into aggregateinternal 2008-07-14 23:34:07 +01:00
Joey Hess 9f79264f89 web commit by intrigeri: amend previous answer 2008-07-14 17:24:54 -04:00
Simon McVittie a65d312467 Merge branch 'master' of git://git.ikiwiki.info 2008-07-14 22:22:39 +01:00
Joey Hess 66053f6fc7 web commit by intrigeri: pedigree: (begining of) answer 2008-07-14 17:22:06 -04:00
Joey Hess aecfebc26d response 2008-07-14 17:05:52 -04:00
intrigeri 9b8ba60dac added testsuite for the pedigree plugin
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14 23:03:27 +02:00
Joey Hess 901487df5e web commit by XTaran: post-commit hooks work fine here at least with recent ikwiki versions and hg 1.0.x -> remove it from todo list 2008-07-14 16:10:47 -04:00
Joey Hess be16270a09 web commit by XTaran: Example hgrc, some markup, one correction of one of my previous changes 2008-07-14 16:05:10 -04:00
Joey Hess f6e01e53fd web commit by XTaran: Cross reference to todo/mercurial 2008-07-14 15:57:11 -04:00
Joey Hess aa92d75b4a web commit by XTaran: Correct information about hooks 2008-07-14 15:53:09 -04:00
Joey Hess 5d027102f5 fix link 2008-07-14 15:20:37 -04:00