Commit Graph

5574 Commits (62cd2e0a5d0127a13cc9af792191bcbceb36e387)

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
Joey Hess 6e5c6bc4c3 testing 2008-07-08 22:27:38 -04:00
Joey Hess 3d2309b60b testing 2008-07-08 22:26:37 -04:00
Joey Hess 849792d4d8 response 2008-07-08 20:47:29 -04:00
Joey Hess b774349f39 web commit by https://id.mayfirst.org/jamie/ 2008-07-08 20:42:28 -04:00
Joey Hess 479407da4d web commit by https://id.mayfirst.org/jamie/ 2008-07-08 20:41:45 -04:00
Joey Hess 7541622fe9 response 2008-07-08 19:28:20 -04:00
Joey Hess 61479665b4 web commit by AndrewGreenberg: bad formatting on bug report, sorry. 2008-07-08 19:15:40 -04:00
Joey Hess ae4d377946 web commit by AndrewGreenberg: Added nasty URL edit bug in 2.52. 2008-07-08 19:14:11 -04:00
Joey Hess 3e8abb8b53 response 2008-07-08 18:35:48 -04:00
Joey Hess 2897749a80 web commit by mrled 2008-07-08 18:13:49 -04:00
Joey Hess 03d7f84f28 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Conflicts:

	doc/bugs/attachment:_failed_to_get_filehandle.mdwn
2008-07-08 18:12:33 -04:00
Joey Hess ad02f69836 attachment: Support perl 5.8's buggy version of CGI.pm.
This is truely horribly disgusting. CGI::tmpFileName, in current perls, is
an undocumented function (which should be a clue..) that takes the original
filename of an uploaded attachment, and returns the name of the tempfile
that CGI has stored it in.

In old perls, though, CGI::tmpFileName does not take a filename. It takes
a key from the object's {'.tmpfiles'} hash. This key is something
crazy like '*Fh::fh00001group' -- apparently the stringification of a
filehandle object.

Just to add to the fun, tmpFileName doesn't take the key, it expects a
refernce to the key. Argh?!

But the fun doesn't stop there, because in perl 5.8, CGI.pm is also broken
in two other ways. The upload() method is supposed to return a filehandle
to the temp file. It doesn't. The param() method is supposed to return
a filehandle to the temp file, that stringifies to the original filename.
It returns just the original filename, no filehandle.

Combine all these bugs, and you end up with this disgusting commit. Since
I have no way to get the filehandle, I *need* to get the tempfile name.
If I had the filehandle, I could probably pass it into tmpFileName, and
it might strigify to the right key name. But I don't, so the only way to
determine the key is to grub through the .tmpfiles hash ourselves.

And finally, one the temp file name is discovered, a filehandle can finally
be obtained by (re)opening it.

I recommend that this commit be reverted when perl 5.8 is a mercifully
faded memory.

I'm really, really, really glad I'm actually being paid for working on
this right now!
2008-07-08 18:10:53 -04:00
Joey Hess 9e51b2ccb5 web commit by http://ptecza.myopenid.com/: * Thanks! 2008-07-08 17:05:33 -04:00
Joey Hess 905d99e248 web commit by HenrikBrixAndersen: This happens on FreeBSD as well 2008-07-08 17:04:28 -04:00
Joey Hess 4a86457750 reproduced 2008-07-08 16:59:21 -04:00
Joey Hess f529518948 response 2008-07-08 16:21:17 -04:00
Joey Hess 5a9faa0aff rm 2008-07-08 16:18:11 -04:00
Joey Hess 8cac2ac23e web commit by http://ptecza.myopenid.com/: * The bug still occurs 2008-07-08 16:11:18 -04:00
Joey Hess ac69ab522c add dist-bugs 2008-07-08 14:18:09 -04:00
Joey Hess dd8be0ab32 merge 2008-07-08 13:47:02 -04:00
Joey Hess e0855f84d3 response 2008-07-08 13:46:01 -04:00
Joey Hess b2d983c670 web commit by mrled 2008-07-08 13:16:11 -04:00
Joey Hess 23e95143b8 web commit by mrled 2008-07-08 13:08:46 -04:00
Joey Hess d7380c1afa web commit by mrled 2008-07-08 13:04:23 -04:00
Joey Hess 03639ff4d0 web commit by mrled 2008-07-08 13:03:46 -04:00
Joey Hess 1f192b330e web commit by mrled 2008-07-08 13:02:25 -04:00
Joey Hess 6f3c980e2b undef $fh before opening 2008-07-08 12:16:36 -04:00
Joey Hess 6fc21e9d3d web commit by http://ptecza.myopenid.com/: * Still no success 2008-07-08 11:56:31 -04:00
Joey Hess bae7306828 response 2008-07-08 11:47:03 -04:00
Joey Hess 66f35e30dc another try at dealing with CGI.pm problem
open the temp file if all attempts to get a fd fail
2008-07-08 11:25:30 -04:00
Joey Hess 5ccd0cb518 web commit by http://ptecza.myopenid.com/: * Debugging again 2008-07-08 11:15:48 -04:00
Joey Hess fd6ebaeee7 possible fix 2008-07-08 10:43:45 -04:00
Joey Hess 0ffe0872c1 web commit by http://ptecza.myopenid.com/: * Next debbuging 2008-07-08 10:24:24 -04:00
Joey Hess fac6743cad new thing to try 2008-07-08 10:16:29 -04:00
Joey Hess 0c9a504948 fix fix 2008-07-08 10:05:57 -04:00
Joey Hess f8a86765d2 close 2008-07-08 10:04:43 -04:00
Joey Hess 42dcf37016 web commit by http://ptecza.myopenid.com/: * Missing Apache2 version 2008-07-08 10:00:48 -04:00
Joey Hess 99113e50ef web commit by http://ptecza.myopenid.com/: * Response 2008-07-08 09:58:33 -04:00
Joey Hess 04319b030c split out separate bug 2008-07-08 09:49:29 -04:00
Joey Hess 7e16fa3a1e response 2008-07-08 09:46:29 -04:00
Joey Hess f156308aef attachment: Fix an uninitialised value warning when editing a page that currently has no attachments. 2008-07-08 09:40:46 -04:00
Joey Hess eb4a6fb01a Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-07-08 09:37:58 -04:00
Joey Hess 67e4a21bd6 web commit by http://jcflack.myopenid.com/ 2008-07-08 09:29:19 -04:00
Joey Hess db77e342fa web commit by http://ptecza.myopenid.com/: * Problem with colon in report page name 2008-07-08 06:42:33 -04:00
Joey Hess 7977fe382a web commit by http://ptecza.myopenid.com/: * Problem with uploading attachments 2008-07-08 06:29:20 -04:00
Joey Hess a3f6385448 web commit by http://ptecza.myopenid.com/: * Thanks! 2008-07-08 04:27:12 -04:00
Joey Hess d1d0c6667d add an interesting ikiwiki site I stumbled across 2008-07-08 02:42:12 -04:00
Joey Hess ff5ebd4b8d test 2008-07-07 19:15:14 -04:00
Joey Hess 611bf8edb6 response 2008-07-07 16:41:52 -04:00
Joey Hess 9de2ebb983 move to todo 2008-07-07 16:40:48 -04:00