Commit Graph

5524 Commits (cbddb5a4b8e0e2fb63886ad9d1cf8a087cdb83b1)

Author SHA1 Message Date
Joey Hess 1b46f52043 web commit by http://jcflack.myopenid.com/ 2008-07-17 15:50:25 -04:00
Joey Hess 226c4acfea web commit by http://jcflack.myopenid.com/ 2008-07-17 15:21:31 -04:00
Joey Hess 40f88c9240 web commit by http://jcflack.myopenid.com/: Oh, *that's* where XML RPC is specified! :) 2008-07-17 14:07:29 -04:00
Joey Hess 16c44bd209 add smiley to work around markdown
{*} can be interpreted as the start of emphasised text by markdown, so add
{x} as an alternate way to get the same symbol
2008-07-17 13:03:00 -04:00
Joey Hess df3a8b183c smiley escaping fixes
Smileys need to be double-escaped to work, since the smiley plugin runs as
a sanitize hook, and markdown helpfully removes one level of escapes first.

There were some bugs in the smiley handling code that made escaped smileys
still be expanded. After unescaping a smiley, it needed to move pos forward
past it or the next pass would expand it.

Also, once the m//g got to the end, it seemed to loop back through and make
one more pass (a difference in perl 5.10's regexp exngine? I observed that
pos was undefined when this happened, so added a `last unless defined pos`.
2008-07-17 12:34:38 -04:00
Joey Hess 4bc6f6cb96 web commit by http://jcflack.myopenid.com/ 2008-07-17 10:46:03 -04:00
Joey Hess e775d9a644 test for meta plugin and don't use when not available 2008-07-17 00:32:46 -04:00
Joey Hess 951dc083f9 set commented-out code to 1
so it can be uncommented to enable
2008-07-17 00:19:22 -04:00
Joey Hess fc52b0c025 further thoughts 2008-07-16 21:34:23 -04:00
Joey Hess ba1353fed2 response 2008-07-16 17:58:36 -04:00
Joey Hess a3a48cc57d response 2008-07-16 17:56:41 -04:00
Joey Hess 294b2cd67f response 2008-07-16 17:52:13 -04:00
Joey Hess 9721801af0 response 2008-07-16 17:50:51 -04:00
Joey Hess dc1cbf2c8c merged intrigeri's parentlinks plugin, close todo 2008-07-16 17:49:24 -04:00
Joey Hess d08ab2ba46 move complex examples to a tip 2008-07-16 17:43:57 -04:00
Joey Hess 2c05a34be1 Merge commit 'intrigeri/pedigree' 2008-07-16 17:31:15 -04:00
Joey Hess 4ed0a630cb two more cases 2008-07-16 16:55:40 -04:00
Joey Hess 0150c5abe3 some design work on rename/delete 2008-07-16 16:46:36 -04:00
Joey Hess ed7f892072 web commit by mrled 2008-07-15 18:22:57 -04:00
Joey Hess 56e81e8000 web commit by mrled 2008-07-15 18:20:19 -04:00
Joey Hess 080bef1231 web commit by intrigeri: fixed formatting (I will learn to preview before saving, some day...) 2008-07-15 17:06:05 -04:00
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 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
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
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
Joey Hess 3ebb012e3f document aggregateinternal 2008-07-14 20:06:53 -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
Joey Hess 9f79264f89 web commit by intrigeri: amend previous answer 2008-07-14 17:24:54 -04: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
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
Joey Hess d0d9ae5f8c response 2008-07-14 14:07:36 -04:00
Joey Hess f8de860a44 web commit by http://ptecza.myopenid.com/: * Request for color plugin 2008-07-14 11:29:19 -04:00
Joey Hess 5f4c424f3b web commit by intrigeri: added suggestion to move functionnality from the core to pedigree plugin 2008-07-14 10:18:50 -04:00
Joey Hess 59ad1a440a web commit by intrigeri: added link to pedigree_plugin 2008-07-14 10:15:53 -04:00
Joey Hess a3c8465565 web commit by http://ptecza.myopenid.com/: * Broken URL 2008-07-14 10:15:37 -04:00
Joey Hess 219e7e29a4 web commit by intrigeri: initial pedigree plugin proposal 2008-07-14 10:14:13 -04:00
intrigeri cff4201eed pedigree: added documentation (doc/plugins/pedigree.mdwn)
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14 15:39:02 +02:00
Joey Hess ffc99f5904 switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
Joey Hess edb59cd5b9 Error handling improvement for preprocess hooks. It's now safe to call error() from such hooks; it will cause a nicely formatted error message to be inserted into the page. 2008-07-13 14:41:40 -04:00
Simon McVittie 30b3b00f4f Mark bug "clear: both for .page*?" as [[done]] 2008-07-13 15:33:44 +01:00
Simon McVittie 07de005490 Merge branch 'master' of git://git.ikiwiki.info into css 2008-07-13 15:32:49 +01:00
Joey Hess 2d6263b991 web commit by http://smcv.pseudorandom.co.uk/: Patched 2008-07-13 10:31:09 -04:00
Simon McVittie f6e6d561e9 Don't set clear:both on .pagedate etc., only on .pagefooter
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 15:16:41 +01:00
Joey Hess 74bc4af998 web commit by http://smcv.pseudorandom.co.uk/: on second thoughts, more changes are desirable 2008-07-13 09:50:33 -04:00
Joey Hess 4ad9680d52 web commit by http://smcv.pseudorandom.co.uk/: suggest solution 2008-07-13 09:45:59 -04:00
Joey Hess a6b4d94e0c web commit by http://mornfall.myopenid.com/ 2008-07-13 08:03:27 -04:00
Joey Hess 154a572ec6 make errors red 2008-07-12 23:45:36 -04:00
Joey Hess e3c0e49774 only htmlize errors when cgi is actually running 2008-07-12 23:23:25 -04:00
Joey Hess 71fba7791f add perlmagick to build deps
needed since the doc wiki is using an [[img]]
2008-07-12 20:20:26 -04:00
Simon McVittie 60dc17c39c Hopefully fix regression tests in non-English environments 2008-07-12 23:00:57 +01:00
Simon McVittie ac8a862a06 Merge branch 'master' of git://git.ikiwiki.info into bugs 2008-07-12 22:56:55 +01:00
Joey Hess 44e42209a8 web commit by http://smcv.pseudorandom.co.uk/: I think I know what's wrong here too 2008-07-12 17:56:38 -04:00
Joey Hess 1cbcdd2d8a web commit by http://smcv.pseudorandom.co.uk/ 2008-07-12 17:54:21 -04:00
Simon McVittie bed1f1037a Add missing requirement of IkiWiki::render before starting to render things 2008-07-12 22:52:46 +01:00
Joey Hess 85cc90cccd web commit by http://smcv.pseudorandom.co.uk/ 2008-07-12 17:50:51 -04:00
Joey Hess 99523151a8 web commit by http://smcv.pseudorandom.co.uk/ 2008-07-12 17:48:41 -04:00
Joey Hess 40975cd29d web commit by intrigeri: initial bug submission 2008-07-12 17:47:51 -04:00
Joey Hess ce4c5142b0 web commit by intrigeri: update, found a possible (random) fix 2008-07-12 17:40:25 -04:00
Joey Hess 299fd7fa2e web commit by intrigeri: bug submission 2008-07-12 17:32:13 -04:00
Joey Hess 4f51703fea web commit by intrigeri: bug submission 2008-07-12 17:25:43 -04:00
Joey Hess 9b62dac4bc web commit by intrigeri: changed my mind, sorry 2008-07-12 17:15:08 -04:00
Joey Hess 3f38fab150 sounds good 2008-07-12 13:30:54 -04:00
Joey Hess 065ac90e0a web commit by http://smcv.pseudorandom.co.uk/ 2008-07-12 13:28:47 -04:00
Joey Hess ee4e6058e3 update, splitting parameters in two
fixed some unclear descriptions
2008-07-12 12:52:06 -04:00
Simon McVittie e1f66dafca Fix link from meta plugin to tips/howto_stop_flooding_aggregators 2008-07-12 17:36:23 +01:00
Simon McVittie b269835a7f Re-work [[meta guid=""]] documentation, and stop claiming that urn:uuid: is automatically prepended 2008-07-12 17:33:40 +01:00
Simon McVittie f517121d64 Document [[inline guid="..."]] 2008-07-12 17:27:54 +01:00
Joey Hess 52cccc6fd4 remove example (which was lacking escaping) 2008-07-12 12:04:47 -04:00
Joey Hess 6255c88e89 fixed 2008-07-12 12:04:10 -04:00
Joey Hess d36361b010 web commit by http://smcv.pseudorandom.co.uk/ 2008-07-12 12:01:05 -04:00
Joey Hess e93ec71748 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Conflicts:

	doc/todo/aggregate_to_internal_pages.mdwn
2008-07-12 11:58:11 -04:00
Joey Hess cbfcaede12 response 2008-07-12 11:56:44 -04:00
Joey Hess f3b561721b web commit by http://smcv.pseudorandom.co.uk/: reference a patch 2008-07-12 11:52:54 -04:00
Joey Hess ac84655f35 web commit by http://smcv.pseudorandom.co.uk/ 2008-07-12 11:38:18 -04:00
Joey Hess 23a32d0414 response 2008-07-12 11:07:52 -04:00
Joey Hess ca30d95a78 rename uuid to guid 2008-07-12 10:59:45 -04:00
Joey Hess c522fffe09 document uuid 2008-07-12 10:53:57 -04:00
Joey Hess a0f596b6ed Change deb dependencies to list Text::Markdown before markdown, since the former, while slower, has a much better html parser that avoids numerous bugs. 2008-07-12 10:40:31 -04:00
Joey Hess 0a09638f96 greatly simplified test case 2008-07-12 10:33:41 -04:00
Joey Hess de9e27e25c web commit by intrigeri: created todo, proposed to implement it - need hint to choose the best way 2008-07-12 10:31:07 -04:00
Joey Hess 4e82acb052 caps 2008-07-12 10:28:19 -04:00
Joey Hess 589a2b2d9f reorg 2008-07-12 10:26:53 -04:00
Joey Hess d7e0b2594e move all package indo to download page
The package info was getting split between download and install.
Leave install for manual instructions.
2008-07-12 10:25:20 -04:00
Joey Hess 0e7ad80f36 fix link 2008-07-12 10:17:25 -04:00
Joey Hess ac467e0190 wishlist 2008-07-12 10:17:25 -04:00
Joey Hess 32b0aa52e8 thanks, pawel 2008-07-12 10:17:25 -04:00
Josh Triplett cc8e4e0a50 Testing a change via the sandbox. 2008-07-11 21:08:39 -07:00
Joey Hess 27de4c050b Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-07-11 20:43:52 -04:00
Joey Hess 193f1df0af add link to stream 2008-07-11 20:43:05 -04:00
Joey Hess 6258aae7b2 web commit by http://smcv.pseudorandom.co.uk/: Link to patch and muse about terminology (uuid? id? atom-id?) 2008-07-11 20:00:43 -04:00
Joey Hess c23c81eea0 add maxports info 2008-07-11 19:36:04 -04:00
Joey Hess 64c293044b new, better encode 2008-07-11 19:01:04 -04:00
Joey Hess 2aecd4a59a still exclude discussion 2008-07-11 10:07:11 -04:00
Joey Hess d3ba72347f oops 2008-07-11 10:02:30 -04:00
Joey Hess e2a73f8f97 no deep pages 2008-07-11 10:02:02 -04:00
Joey Hess 4acc044764 link 2008-07-11 09:59:58 -04:00
Joey Hess e8decea203 enlarge 2008-07-11 09:59:33 -04:00
Joey Hess 5e28259642 announce 2008-07-11 09:58:19 -04:00
Joey Hess 32a8bf4c36 bug 2008-07-11 06:24:25 -04:00
Joey Hess 76b963deb5 web commit by intrigeri: thanks + note about git collaborative work 2008-07-11 03:16:06 -04:00
Joey Hess 57abd340f9 web commit by intrigeri: thanks 2008-07-11 03:12:29 -04:00
Joey Hess 7e29cbfc27 web commit by intrigeri: answer + fix escaping in example wiki page 2008-07-11 03:09:59 -04:00
Joey Hess 0073775dc3 question 2008-07-10 15:39:08 -04:00
Joey Hess 8ba2497a23 escape 2008-07-10 15:38:08 -04:00
Joey Hess 3879c56e71 Fixes creation of pages when clicking on WikiLinks starting with "/". 2008-07-10 15:36:18 -04:00
Joey Hess dcab5e2e48 template: Add support for a BASENAME variable. 2008-07-10 15:25:42 -04:00
Joey Hess c52493422b web commit by intrigeri: initial bug submission 2008-07-10 15:02:25 -04:00
Joey Hess ac4a11ba50 web commit by intrigeri: added opinion + patch 2008-07-10 14:56:52 -04:00
Joey Hess f00e5a8a89 web commit by intrigeri: removed misunderstood references to pagetemplate, added patch against plugins/template 2008-07-10 04:32:24 -04:00
Joey Hess 8cafbc5de6 reviewed this again 2008-07-10 00:36:57 -04:00
Joey Hess 73c7c4ebf7 document setup plugins 2008-07-10 00:19:35 -04:00
Joey Hess 6ebb411e8b add news item for ikiwiki 2.53 2008-07-09 17:01:10 -04:00
Joey Hess f39a3c1559 web commit by intrigeri: initial wishlist 2008-07-09 16:14:30 -04:00
Joey Hess 2caf01e7dd web commit by http://jcflack.myopenid.com/ 2008-07-09 08:24:14 -04:00
Joey Hess c273bd8eb3 web commit by http://jcflack.myopenid.com/ 2008-07-09 08:20:33 -04:00
Joey Hess 8c48db5be2 web commit by http://ptecza.myopenid.com/: * Confirmation and thanks 2008-07-09 04:27:10 -04:00
Joey Hess 3c82db72c4 remove patch tag 2008-07-09 02:05:57 -04:00
Joey Hess ee5585f7d9 close 2008-07-09 02:02:26 -04:00
Joey Hess 79ffb09ca2 close 2008-07-09 02:02:03 -04:00
Joey Hess 458e5dc65f Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-07-09 00:25:15 -04:00
Joey Hess 65c984041c testing 2008-07-09 00:24:59 -04:00
Joey Hess ec8f5a333b web commit by bremner: fix my name 2008-07-09 00:20:39 -04:00
Joey Hess 0546e6df5a mention github mirror 2008-07-08 22:47:28 -04:00
Joey Hess 8e234268c9 testing 2008-07-08 22:44:52 -04:00
Joey Hess 90f63e0f53 testing 2008-07-08 22:30:43 -04:00
Joey Hess 744ead213a testing 2008-07-08 22:29:24 -04:00