Commit Graph

7983 Commits (b25554042e62a0652c6402f73b26757891711a7f)

Author SHA1 Message Date
Joey Hess 3c66e1552b Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-05-06 13:07:06 -04:00
http://smcv.pseudorandom.co.uk/ 6f991c7a1c 2009-05-06 06:11:53 -04:00
Jon Dowland 6cea66e2d8 remove test page (see /sandbox) 2009-05-06 10:13:21 +01:00
Joey Hess 2a7721febd Avoid %links accumulating duplicates. (For TOVA)
This is sorta an optimisation, and sorta a bug fix. In one
test case I have available, it can speed a page build up from 3
minutes to 3 seconds.

The root of the problem is that $links{$page} contains arrays of
links, rather than hashes of links. And when a link is found,
it is just pushed onto the array, without checking for dups.

Now, the array is emptied before scanning a page, so there
should not be a lot of opportunity for lots of duplicate links
to pile up in it. But, in some cases, they can, and if there
are hundreds of duplicate links in the array, then scanning it
for matching links, as match_link and some other code does,
becomes much more expensive than it needs to be.

Perhaps the real right fix would be to change the data structure
to a hash. But, the list of links is never accessed like that,
you always want to iterate through it.

I also looked at deduping the list in saveindex, but that does
a lot of unnecessary work, and doesn't completly solve the problem.

So, finally, I decided to add an add_link function that handles deduping,
and make ikiwiki-transition remove the old dup links.
2009-05-06 00:27:24 -04:00
Joey Hess 1c7c9e95f2 decruft 2009-05-05 23:27:29 -04:00
http://ghee.livejournal.com/ a258e92c78 meh 2009-05-05 23:09:20 -04:00
Joey Hess ad2f1805a9 response 2009-05-05 14:28:42 -04:00
Joey Hess 39717d0dbf Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-05-05 14:25:08 -04:00
Joey Hess 7f6ebcd53e response 2009-05-05 14:24:55 -04:00
http://lj.rossia.org/users/imz/ 31240a9dd6 minor: fix URL 2009-05-05 14:24:41 -04:00
http://lj.rossia.org/users/imz/ e92ecd3e27 almost offtopic: is this actually a violation? 2009-05-05 14:21:38 -04:00
http://liw.fi/ 7633cc8474 2009-05-05 14:16:57 -04:00
Joey Hess 5636b62829 ikiwiki-makerepo: Avoid using abs_path, as it apparently fails on nonexistant directories with some broken perl versions. 2009-05-05 14:15:28 -04:00
http://lj.rossia.org/users/imz/ 0ee6705413 minor: trying to format the "verbatims" correctly 2009-05-05 13:46:25 -04:00
http://lj.rossia.org/users/imz/ 3a0d736412 added a clarifiaction about my understanding of what happens 2009-05-05 13:44:18 -04:00
http://lj.rossia.org/users/imz/ 39679d3a53 a problem with /etc/ikiwiki/auto.setup, perl and non-existent paths 2009-05-05 13:39:59 -04:00
http://stefano.zacchiroli.myopenid.com/ 50d6abf28b 2009-05-05 04:41:15 -04:00
Joey Hess dd175cda87 add news item for ikiwiki 3.11 2009-05-04 16:35:59 -04:00
Joey Hess 8d5cd86593 response 2009-05-04 14:34:05 -04:00
Kai Hendry de26854d76 HTML5 story update 2009-05-04 11:08:27 +02:00
Kai Hendry a86fade7a9 anon commit test 2009-05-04 10:41:14 +02:00
simonraven 147828c62d 2009-05-02 21:21:39 -04:00
http://lj.rossia.org/users/imz/ 714f0e65cb a clarifying comment about a tool which is referred to 2009-05-02 13:30:17 -04:00
http://jmtd.net/ 559c0c42c8 published at http://github.com/jmtd/ikiwiki_todolist/ 2009-05-02 09:26:37 -04:00
http://jmtd.net/ 9e69aa5747 WIP todo list javascript in a demonstratable state 2009-05-02 07:54:00 -04:00
http://schmonz.livejournal.com/ 9e40564ecb personal experience 2009-04-30 15:18:40 -04:00
Jérémy Bobbio 19aa754ff5 passwordauth/discussion: Cosmetics 2009-04-30 00:24:41 +02:00
Jérémy Bobbio 0a6879a139 passwordauth/discussion: Document an attempt of using Apache::AuthenHook for a restricted wiki 2009-04-30 00:21:37 +02:00
albertlash 22421218d2 2009-04-28 19:42:18 -04:00
simonraven b2675a77c8 2009-04-28 19:12:52 -04:00
simonraven 31826c8b97 2009-04-28 19:11:38 -04:00
simonraven d6b095b06c 2009-04-28 17:46:21 -04:00
simonraven 0e8f7c336d 2009-04-28 16:42:35 -04:00
simonraven 972220412f 2009-04-28 16:14:44 -04:00
simonraven b8be54db22 s/choosen/chosen/ 2009-04-28 01:41:12 -04:00
Joey Hess a1bbeec148 translation.mdwn: Typo fixes. Closes: #525753 2009-04-27 13:57:35 -04:00
Joey Hess df9801a371 mention po plugin 2009-04-27 13:56:56 -04:00
TimBosse c70ae749a1 removed 2009-04-27 10:12:22 -04:00
TimBosse ca597d4edf 2009-04-26 23:58:47 -04:00
TimBosse 018548fb51 2009-04-26 23:51:30 -04:00
TimBosse cfbb3c03cf 2009-04-26 23:50:08 -04:00
http://jmtd.net/ 701982423a htmlscrubber? 2009-04-26 17:08:10 -04:00
simonraven 7b46399c8e 2009-04-26 16:17:41 -04:00
http://stefano.zacchiroli.myopenid.com/ c876ee825b 2009-04-26 13:50:33 -04:00
simonraven 4202dab92c 2009-04-25 15:57:31 -04:00
Jon Dowland 31fff76651 add a ' ' to prevent autosmiley eating a ) 2009-04-24 14:44:28 +01:00
Jon Dowland e1d0b1529b another backlinks issue 2009-04-24 14:41:25 +01:00
Jon Dowland b9b7dfa176 backlinks issue 2009-04-24 14:40:07 +01:00
Jon Dowland 24177f8433 interactive todo lists todo item 2009-04-24 14:34:32 +01:00
Jon Dowland 5dd1e09750 new todo item: more flexible inline postform 2009-04-24 14:26:45 +01:00
NicolasLimare 8656029c02 2009-04-24 05:48:03 -04:00
Joey Hess aa306957ba pagespec_match_list added and used in most appropriate places
* pagespec_match_list: New API function, matches pages in a list
  and throws an error if the pagespec is bad.
* inline, brokenlinks, calendar, linkmap, map, orphans, pagecount,
  pagestate, postsparkline: Display a handy error message if the pagespec
  is erronious.
2009-04-23 15:45:30 -04:00
Joey Hess 748aa7af77 pagespec error/failure distinction and error display by inline
* Add IkiWiki::ErrorReason objects, and modify pagespecs to return
  them in cases where they fail to match due to a configuration or syntax
  error.
* inline: Display a handy error message if the inline cannot display any
  pages due to such an error.

This is perhaps somewhat incomplete, as other users of pagespecs do not
display the error, and will eventually need similar modifications to inline.
I should probably factor out a pagespec_match_all function and make it throw
ErrorReasons.
2009-04-23 14:07:28 -04:00
Joey Hess 86d6b40070 two problems 2009-04-22 16:12:54 -04:00
Joey Hess 5e1b3c0c36 plan of attack 2009-04-22 16:00:36 -04:00
Joey Hess 252edaea66 clarify 2009-04-22 15:36:40 -04:00
Joey Hess 30308664a6 document how to get to the moderation page 2009-04-22 13:35:17 -04:00
Joey Hess 039f075d61 response 2009-04-20 13:47:53 -04:00
intrigeri b42195625c pagetitle_function_does_not_respect_meta_titles: proposal 2009-04-20 19:00:12 +02:00
intrigeri 4558457402 Merge commit 'upstream/master' into pub/po
Conflicts:

	debian/changelog
	debian/control
2009-04-20 12:21:18 +02:00
intrigeri f632cb2f8f po: answered Joey, at last
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-04-20 11:53:04 +02:00
simonraven 2cc3f5d057 2009-04-20 05:04:53 -04:00
Joey Hess 4e935d300e clarification, response 2009-04-19 15:19:43 -04:00
simonraven 48e369366e typo 2009-04-19 13:29:53 -04:00
simonraven b2e4201349 2009-04-19 13:28:57 -04:00
Joey Hess 1051da4835 add news item for ikiwiki 3.10 2009-04-18 22:52:17 -04:00
http://furicle.pip.verisignlabs.com/ 4f53b59df7 typo - but it bugged me... 2009-04-16 17:11:54 -04:00
http://furicle.pip.verisignlabs.com/ 78f5e553e7 2009-04-16 16:55:49 -04:00
Joey Hess 7d0e245e28 it's a wiki, so yes 2009-04-15 14:45:23 -04:00
http://furicle.pip.verisignlabs.com/ f4af769638 2009-04-15 13:55:37 -04:00
http://furicle.pip.verisignlabs.com/ 753c7246c2 2009-04-15 13:50:28 -04:00
http://furicle.pip.verisignlabs.com/ 0cfa75e297 Just dumb keyboard hammering 2009-04-15 13:48:21 -04:00
http://furicle.pip.verisignlabs.com/ 01c8c929bc Just dumb keyboard hammering 2009-04-15 13:46:42 -04:00
http://schmonz.livejournal.com/ 5c0f698121 patching Wrapper.pm no longer necessary as of 2.67 2009-04-14 23:42:53 -04:00
http://www.cse.unsw.edu.au/~willu/ 825366a007 Respond, and close bug 2009-04-14 22:29:57 -04:00
Joey Hess 69a814c011 not a bug 2009-04-14 15:51:25 -04:00
simonraven 79fd3c9733 2009-04-13 15:03:38 -04:00
simonraven b35951026d 2009-04-13 14:59:49 -04:00
simonraven 27d8695490 2009-04-13 14:55:27 -04:00
http://www.cse.unsw.edu.au/~willu/ 461053db6a Add patch 2009-04-13 08:38:25 -04:00
simonraven 91031f7818 2009-04-13 02:35:21 -04:00
simonraven c6981e2025 2009-04-12 20:20:38 -04:00
simonraven 0feb3eda82 2009-04-12 20:16:10 -04:00
simonraven f67c714c50 2009-04-12 06:55:24 -04:00
simonraven a8b017e25f 2009-04-12 06:40:46 -04:00
simonraven f75b138447 2009-04-12 06:16:11 -04:00
simonraven ca9563fda4 2009-04-12 06:10:18 -04:00
simonraven 8ed4d3ab15 2009-04-12 06:07:59 -04:00
http://www.cse.unsw.edu.au/~willu/ fee12a97b3 Note that map has the same issue 2009-04-12 04:33:20 -04:00
http://www.cse.unsw.edu.au/~willu/ 624c6db627 Note possible bug 2009-04-12 03:57:24 -04:00
Joey Hess b6eccfd3d3 Add a microblog template that is useful for inlining microblogging posts. 2009-04-11 12:40:15 -04:00
Joey Hess e0d1e84b8d better name 2009-04-10 21:44:25 -04:00
Joey Hess 6ff199c80c note 2009-04-10 18:02:52 -04:00
Joey Hess 808cba50d2 formatting 2009-04-10 17:55:33 -04:00
Joey Hess fbbb286046 update 2009-04-10 17:54:50 -04:00
Joey Hess 23b1d9d7b0 turn off quick
quick makes the permalinks not be followed
2009-04-10 17:50:19 -04:00
Joey Hess 6887d1af2a Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-04-10 17:48:28 -04:00
Joey Hess 2eb990b3f5 new tip 2009-04-10 17:47:39 -04:00
simonraven 26189b6dff 2009-04-10 00:05:15 -04:00
Joey Hess b47615ad5e response 2009-04-09 15:36:18 -04:00
Joey Hess 51887c0733 close 2009-04-09 15:11:23 -04:00
Joey Hess 9558a4ee84 remove dup 2009-04-06 13:34:31 -04:00
Enno 917210430a 2009-04-05 18:29:09 -04:00
simonraven ed80a5ebf8 2009-04-05 07:48:03 -04:00
Enno 495113cf54 2009-04-04 21:53:37 -04:00
Joey Hess 97906c72ef darcs branch retired 2009-04-04 18:42:24 -04:00
Joey Hess 5ca2e2208c update 2009-04-04 18:39:55 -04:00
Joey Hess ca32dd31de heh 2009-04-04 18:24:04 -04:00
Joey Hess a9c0d7e288 support darcs in setup automator
use a consistent name for the ikiwiki wrapper file
2009-04-04 18:17:38 -04:00
Joey Hess 3c17adea55 update 2009-04-04 18:13:04 -04:00
Joey Hess ca5704936d update docs for darcs
Deleted all the old incomplete implementations.

Moved explanation of the two-repo system currently implemented for darcs
into rcs/details, and removed discussion from there about other methods
(including one-repo).

Wrote a rcs/darcs page, which I hope is accurate.
2009-04-04 18:04:20 -04:00
Joey Hess c93360a751 typo 2009-04-04 17:54:32 -04:00
Joey Hess 2cf63041ac remove the one directory form for darcs
I see no need to have darcs have a special case handling for a one
directory form.
2009-04-04 17:53:29 -04:00
Joey Hess 8e92468eae Merge branch 'master'
Conflicts:
	doc/ikiwiki-makerepo.mdwn
2009-04-04 17:27:48 -04:00
Joey Hess 08fda4c9d3 add news item for ikiwiki 3.09 2009-04-04 17:19:58 -04:00
Joey Hess 90da6cc05c response 2009-04-03 14:37:53 -04:00
Joey Hess eec38e8eeb fix typo in --getctime description 2009-04-03 14:28:15 -04:00
Jon Dowland fb4f21c438 add some escapes 2009-04-02 16:15:53 +01:00
Jon Dowland e215d023e6 example script 2009-04-02 16:15:41 +01:00
http://seanh.myopenid.com/ a24a669cab 2009-04-02 09:53:06 -04:00
http://seanh.myopenid.com/ 582312e91c 2009-04-02 09:07:53 -04:00
Jon Dowland a70a891236 move seanh's user page from forum/ to user/
I hope you don't mind, It seemed fairly clear this was mistakenly under
forum/.
2009-04-02 13:17:59 +01:00
Jon Dowland 597009e8bc use meta date='foo' 2009-04-02 13:15:30 +01:00
http://seanh.myopenid.com/ 5c7c3646d8 2009-04-02 07:46:04 -04:00
http://seanh.myopenid.com/ f8f9cc46b8 2009-04-02 07:44:33 -04:00
http://www.zeitlins.org/id/VZ/ 1b4e83941e Give a working example of hgrc and mention the need for --post-commit 2009-04-02 06:16:37 -04:00
Jon Dowland 524827c3cf response 2009-04-02 09:31:50 +01:00
Joey Hess 16e951065e response 2009-04-01 19:32:02 -04:00
Joey Hess d3d1cdba2f fixed 2009-04-01 19:23:18 -04:00
Joey Hess 0c67efb90e response 2009-04-01 19:16:53 -04:00
Jon Dowland 7680af864e Merge branch 'master' of git://git.ikiwiki.info 2009-04-01 23:13:32 +01:00
Jon Dowland e81e066416 erlang/couchdb 2009-04-01 23:13:28 +01:00
http://jmtd.net/ 4dc18dab67 add an apostrophe and other minor thing 2009-04-01 18:12:27 -04:00
http://jmtd.net/ a86f50dc08 2009-04-01 18:10:54 -04:00
Jon Dowland 9b234fa7a5 ncevy sbbyf? 2009-04-01 23:04:18 +01:00
Joey Hess f7037f4870 happy Make Big Confusing Proposal Day 2009-04-01 13:48:18 -04:00
Jon Dowland 8f485a813e update user page 2009-04-01 13:34:12 +01:00
Jon Dowland 9a7e8096c0 Revert "move managing todo lists to 'todo' section"
This reverts commit 3496eac54b.

Rather than move the existing forum topic (and confuse anyone who expected to
find it there) I will create a new TODO item, structured more traditionally.
2009-04-01 13:30:20 +01:00
Jon Dowland 3496eac54b move managing todo lists to 'todo' section 2009-04-01 12:33:33 +01:00
Jon Dowland cb09a4eb87 response 2009-04-01 12:31:33 +01:00
http://seanh.myopenid.com/ 0d2769f4ba 2009-04-01 07:26:06 -04:00
http://hendry.iki.fi/ 33fa78a66f URL update 2009-03-31 15:06:06 -04:00
http://drunkenmonk.myopenid.com/ a1fa249287 Realised apt-get installs old version and decided that the chances that comment was relevant was slim. 2009-03-31 09:46:53 -04:00
http://drunkenmonk.myopenid.com/ e2cf170abd 2009-03-31 09:23:05 -04:00
http://www.tychoish.com/ b19c786c61 2009-03-30 18:04:56 -04:00
http://joey.kitenet.net/ 28803a493d 2009-03-30 17:55:37 -04:00
http://www.tychoish.com/ 790b4ecbe8 cgi issue 2009-03-30 17:25:43 -04:00
Joey Hess 7bbe9cf94d Fix documentation of anonok_pagespec. Closes: #521793 2009-03-30 13:07:50 -04:00
Joey Hess 1869505691 move security to discussion
The plugin list inlines all pages under plugins with a few exceptions, and
would have included this page. Moving it to discussion avoids the problem.
2009-03-29 15:59:53 -04:00
Joey Hess 06dc69946f done reviewing po.pm
(Still a few bits I haven't bothered fully comprehending in detail.)
2009-03-29 15:56:56 -04:00
Joey Hess 843b9c579c comment 2009-03-29 15:37:26 -04:00
Joey Hess b94b0b564d another issue 2009-03-29 15:25:14 -04:00
Joey Hess 3d8f0b1a3f Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Conflicts:
	doc/plugins/contrib/po.mdwn
2009-03-29 14:54:53 -04:00
Joey Hess b1551ed0e2 review 2009-03-29 14:54:08 -04:00
chrysn 82c3f6d7f4 clarification on autotitle (todo title seems unclear in retrospect) 2009-03-29 20:33:00 +02:00
Joey Hess 9dee7d1554 Merge commit 'origin/master' into po 2009-03-29 14:32:02 -04:00
Joey Hess ef69a6cce5 Merge branch 'master' into po 2009-03-29 14:31:40 -04:00
simonraven d9364685ba bit more tweakiness 2009-03-29 01:33:40 -04:00
simonraven 638cef639d minor formatting tweaks 2009-03-29 01:28:16 -04:00
intrigeri 00a9b8c176 po follow-up 2009-03-28 06:43:31 -04:00
intrigeri 055be361f5 page.tmpl: use OTHERLANGUAGES and PERCENTTRANSLATED
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-03-28 11:41:21 +01:00
intrigeri e55d7cf572 answering Joey 2009-03-28 11:13:22 +01:00
intrigeri 19f3093c49 po: answering Joey 2009-03-28 11:10:17 +01:00
simonraven b8e08458c9 2009-03-28 03:27:47 -04:00
simonraven 3840d3d8f8 2009-03-28 03:20:57 -04:00
Joey Hess 44688008ef another question 2009-03-27 17:40:58 -04:00
Joey Hess a4d7ee2559 Merge branch 'master' into po 2009-03-27 15:51:35 -04:00
Joey Hess e1e936d27c link changes 2009-03-27 15:51:29 -04:00
Joey Hess 2852cf14a2 review 2009-03-27 15:51:13 -04:00
Joey Hess a4ac48de10 mark done in this branch 2009-03-27 15:12:18 -04:00
Joey Hess 825e2b1378 Merge branch 'master' into po
Conflicts:
	debian/control
2009-03-27 15:09:41 -04:00
Joey Hess c8237b4351 response 2009-03-27 14:54:36 -04:00
simonraven 375b53c26e typo 2009-03-26 20:37:49 -04:00
Joey Hess 3481a35953 response 2009-03-26 14:12:55 -04:00
Joey Hess c46d3f8c79 update zack.css from gitweb and repoint link to it 2009-03-26 14:11:51 -04:00
Joey Hess 014fbf266f fix link truncation 2009-03-26 14:08:14 -04:00
http://stefano.zacchiroli.myopenid.com/ 20071c3945 2009-03-26 13:30:34 -04:00
http://stefano.zacchiroli.myopenid.com/ f2a1c1bfb4 2009-03-26 13:21:03 -04:00
simonraven f11ba52564 2009-03-26 13:18:24 -04:00
http://stefano.zacchiroli.myopenid.com/ 5900c7f170 2009-03-26 13:18:02 -04:00
http://haruschi.myopenid.com/ 66c354ec27 2009-03-26 11:55:47 -04:00
simonraven 102553d6a7 2009-03-26 01:43:43 -04:00
Joey Hess 9e4adba63a css: Add clear: both to inlinefooter.
If an inlined page contains a floating element, this ensures
that the footer appears beneath it, and prevents the floating element from
possibly leaking down to the next inlined page.
2009-03-25 18:04:45 -04:00
Joey Hess 5ec9c7af75 response 2009-03-25 16:25:02 -04:00
simonraven ba59ed5e69 2009-03-25 14:34:25 -04:00
http://fredofromstart.myopenid.com/ 35a5ecb85d 2009-03-25 03:16:39 -04:00
chrysn ca862d5127 inline autotitles: open issue 2009-03-24 18:23:44 -04:00
chrysn be5d113383 create link from todo lists to structured page data 2009-03-24 13:26:23 -04:00
http://jmtd.net/ 2c37e8915a thanks for the tip 2009-03-24 13:00:34 -04:00
http://jmtd.net/ 7455e8cea9 +test 2009-03-24 12:34:00 -04:00
chrysn fcf72069cb inline autotitles: additional patch 2009-03-24 10:55:27 +01:00
chrysn 16735bd194 (corrected bug in inline autotitle description) 2009-03-24 09:20:18 +01:00
chrysn ce81e2e286 (urls for inline autotitle) 2009-03-24 08:25:35 +01:00
chrysn 82281d1aef wishlist, patch: inline autotitles 2009-03-24 08:21:22 +01:00
salamonv 19d04c309b 2009-03-23 14:54:29 -04:00
salamonv 4f9bb662e4 2009-03-23 14:53:45 -04:00
Joey Hess 10a9c00151 git, mercurial: Fix --getctime to return file creation time, not last commit time. 2009-03-20 16:36:51 -04:00
chrysn 1d9b58b0d4 (replace github link with ikwiki gitweb link so that github branch can go away) 2009-03-20 05:30:28 -04:00
tschwinge 3534d524ab ikiwiki's notion of time 2009-03-19 17:31:53 -04:00
Joey Hess deca107db5 response 2009-03-19 16:17:09 -04:00
Joey Hess 78845566b5 add Sort::Naturally to suggests and use cpan link 2009-03-19 16:14:14 -04:00
Joey Hess 8340715068 remove biometrische-ausweise.ch, no evidence this site uses ikiwiki
I apologize if I'm mistaken, but I can find no evidence this site
uses ikiwiki at all. If you are using ikiwiki somehow, I'd be interested to
know how.
2009-03-19 16:11:19 -04:00
Joey Hess 0d456fee64 comment 2009-03-19 16:07:33 -04:00
Joey Hess a1c8520ce8 inline: Fix urls to feed when feedfile is used on an index page.
It would be better to use urlto() here, but will_render
has not yet been called on the feed files at this point, so
it won't work. (And reorganizing so it can be is tricky.)
2009-03-19 16:01:30 -04:00
Joey Hess 86956b3392 title_natural patch merged 2009-03-19 15:36:31 -04:00
chrysn 55b83cb7bd implement sort=title_natural for inline
adds a new sorting order, title_natural, that uses Sort::Naturally's
ncmp function to provide better sorting for inlines
2009-03-19 15:31:46 -04:00
Joey Hess 888e67bf4e github error and comment 2009-03-19 14:03:38 -04:00
134.226.112.43 69ca373e75 poll vote (Accept only OpenID for logins) 2009-03-19 06:50:28 -04:00
http://realid.csie.org/adam e8c4f72a24 poll vote (Accept both) 2009-03-18 02:17:30 -04:00
http://realid.csie.org/adam 6736664672 2009-03-18 01:55:10 -04:00
chrysn 35460e3153 new wishlist item, patch included 2009-03-17 21:30:26 +01:00
IanRomanick 5dd0993f64 2009-03-17 04:17:44 -04:00
IanRomanick 05647b5df9 removed 2009-03-17 04:16:13 -04:00
IanRomanick f2958327ec 2009-03-17 04:15:35 -04:00
IanRomanick 57402750bf 2009-03-17 04:13:36 -04:00
Jon Dowland ccf422e990 further thoughts 2009-03-16 11:05:56 +00:00
Joey Hess 287be196b4 add news item for ikiwiki 3.08 2009-03-15 18:25:52 -04:00
Joey Hess 1d9762c57c Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-03-15 17:40:37 -04:00
Jon Dowland 0612e5a603 managing todo lists: useful? 2009-03-15 19:33:16 +00:00
Joey Hess e95cee757a add missing parameters 2009-03-13 16:31:27 -04:00
http://people.ee.ethz.ch/~andrmuel/openid/ 5f40c62359 added biometrische-ausweise.ch 2009-03-13 09:00:41 -04:00
intrigeri 12432198a6 formatting 2009-03-11 06:27:41 -04:00
intrigeri 50871cf4bd apache vs. passwordauth: done a bit more research 2009-03-11 06:26:25 -04:00
Joey Hess e62b30c321 fixed 2009-03-09 14:30:27 -04:00
mdduck b978a5773e 2009-03-09 13:50:49 -04:00
http://madduck.net/ 0158ab41da actually use utf-8 2009-03-09 11:22:26 -04:00
http://madduck.net/ 7de791ad8e 2009-03-09 11:21:36 -04:00
http://www.cse.unsw.edu.au/~willu/ a948f6d275 Update the javascript - this now turns things on and off based on the type. It still has some display issues. 2009-03-09 08:39:42 -04:00
http://www.cse.unsw.edu.au/~willu/ 200d0fca37 Dump untested updates so that others can have a look (I wont have time for a few weeks). 2009-03-08 19:40:47 -04:00
intrigeri f4a1732b0e Merge commit 'upstream/master' into prv/po 2009-03-09 00:32:10 +01:00
intrigeri 0978be7aff po: fixed last unaddressed item from Joey's review, please have a look
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-03-09 00:30:19 +01:00
Joey Hess 10872b91af add news item for ikiwiki 3.07 2009-03-08 19:06:38 -04:00
Joey Hess 1edad6dca7 fix doc, prefix directives have been default for a while 2009-03-08 17:07:12 -04:00
Joey Hess 1bf100cfde configure wmd to leave text in markdown 2009-03-08 13:11:26 -04:00
Joey Hess 311182a699 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Conflicts:
	doc/todo/mdwn_preview.mdwn
2009-03-08 12:50:24 -04:00
intrigeri 27e7b7ed3c po doc: po4a 0.35 has been released, eventually 2009-03-08 16:12:43 +01:00
intrigeri 5e60e13a20 details 2009-03-08 11:05:47 -04:00
intrigeri f4ae4c0b09 implemented Joey's solution 2009-03-08 15:50:48 +01:00
http://www.cse.unsw.edu.au/~willu/ ff0ae86945 License grant for my code. And note that I'll look at a more advanced version when I get time. 2009-03-08 10:39:07 -04:00
intrigeri 8cfe428a28 rename hook: run once per file to be renamed
... as Joey suggested on todo/need_global_renamepage_hook

This hook is applied recursively to returned additional rename
hashes, so that it handles the case where two plugins use the hook:
plugin A would see when plugin B adds a new file to be renamed.

The full set of rename hashes can no longer be changed by hook functions, that
are only allowed to return any additional rename hashes it wants to add.
Rationale: the correct behavior of the recursion would be hard, if not
impossible, to define, if already considered pages were changing on the run.

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-03-08 11:44:00 +01:00
intrigeri ae474d8e14 Merge commit 'upstream/master' into prv/po
Conflicts:

	IkiWiki/Plugin/editpage.pm
	debian/control
	debian/copyright
	doc/todo/need_global_renamepage_hook.mdwn

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-03-08 09:50:27 +01:00
Joey Hess 1dba400c2c bug 2009-03-07 19:30:01 -05:00
Joey Hess 45129917b2 another thought 2009-03-07 19:26:46 -05:00
Joey Hess 43ebfc342c remove patch, and more comments 2009-03-07 19:23:46 -05:00
Joey Hess 9a82ef32b9 look for wmd/wmd.js
This means that the underlay needs to have a wmd/wmd/wmd.js,
which is a trifle weird, but it isolates all the wmd stuff in a
single wmd subdirectory of the built wiki. The wmd/images creating
a toplevel images directory was particularly bad.
2009-03-07 19:23:38 -05:00
Joey Hess 4e11380c75 update, add some examples 2009-03-07 19:11:34 -05:00
Joey Hess 29d387d2ba wmd stuff 2009-03-07 18:57:06 -05:00
Joey Hess 329f0991ef wmd copyright? 2009-03-07 18:45:55 -05:00
Joey Hess 08e4472fc4 question 2009-03-07 17:48:17 -05:00
Joey Hess 424b4602c0 note that a wmd plugin has appeared 2009-03-07 14:42:16 -05:00
Joey Hess 904b6b3e94 point at wmd plugin 2009-03-07 14:40:49 -05:00
Joey Hess e6e7e64197 comments 2009-03-07 14:38:48 -05:00
http://www.cse.unsw.edu.au/~willu/ 8333b4bbc3 Note another issue with the basic plugin. 2009-03-06 03:47:08 -05:00
http://www.cse.unsw.edu.au/~willu/ cc194fe527 Add patch for WMD plugin. This new plugin adds live preview and text controls to ikiwiki edit pages. 2009-03-06 03:40:50 -05:00
https://launchpad.net/~jelmer de695df72f 2009-03-05 16:16:54 -05:00
http://www.cse.unsw.edu.au/~willu/ b7495e752a Notes that the wikiwyg plugin link is broken, and more. 2009-03-04 17:30:11 -05:00
Joey Hess e6298effd1 response 2009-03-04 13:58:20 -05:00
Joey Hess 6a19dacbd7 that's wikiwyg
close as dup todo
2009-03-04 13:53:34 -05:00
http://liw.fi/ 2fde5b4a6a 2009-03-04 10:19:09 -05:00
PaulePanter 2d6bbdcf3f typo and typography 2009-03-04 05:48:18 -05:00
http://sarin.myopenid.com/ 2907bec3e6 2009-03-03 21:52:36 -05:00
http://electropo.mp/ b3be09766b 2009-03-02 18:39:02 -05:00
Joey Hess a5f4159717 add news item for ikiwiki 3.06 2009-03-01 15:11:40 -05:00
bzed 2c30a32313 Adding bzed.de to ikiwikiusers 2009-02-28 21:34:04 -05:00
http://per.bothner.myopenid.com/ fb27b3b79b Add my blog. 2009-02-28 14:16:57 -05:00
http://zwol.livejournal.com/ 0bd54afd98 2009-02-27 18:57:48 -05:00
http://zwol.livejournal.com/ 2695d22490 2009-02-27 18:56:25 -05:00
Joey Hess f9efb5b1eb add news item for ikiwiki 3.05 2009-02-27 15:55:34 -05:00
Joey Hess c2df40c01b mercurial and tla are missing implementations of several things 2009-02-26 14:16:13 -05:00
Joey Hess 596b2906fd bzr: Add missing rcs_diff. (liw) 2009-02-26 14:09:26 -05:00
http://liw.fi/ 457d330758 2009-02-26 03:07:29 -05:00
http://liw.fi/ 192f042e3a 2009-02-26 02:10:15 -05:00
Joey Hess 2e0dec2ffc response 2009-02-25 17:15:25 -05:00
http://liw.fi/ 8638b8ed31 2009-02-25 07:19:39 -05:00
http://ypoocs.livejournal.com/ f4848d3c87 2009-02-23 15:36:44 -05:00
intrigeri 786a9e20ef link to other todo item, personal opinions 2009-02-23 07:02:34 -05:00
http://smcv.pseudorandom.co.uk/ 3534dc39ed Some more thoughts on this... 2009-02-20 11:05:05 -05:00
http://smcv.pseudorandom.co.uk/ 1e9629b8f6 Link my version 2009-02-20 10:25:47 -05:00
http://taozhyn.myopenid.com/ 08615b9a5e Fix wikilink to correct todo page 2009-02-20 05:05:57 -05:00
http://taozhyn.myopenid.com/ ae8266f8bc Moved to patch to todo/auto-create 2009-02-20 05:00:42 -05:00
http://taozhyn.myopenid.com/ 65c6bc687e Adding patch, moved from plugins/tag/discussion 2009-02-20 04:58:52 -05:00
http://people.ee.ethz.ch/~andrmuel/openid/ 1b7845927c added cosin 2009-02-20 02:44:01 -05:00
Joey Hess f813b10fef rename tag() to tagged(); add docs 2009-02-19 18:54:25 -05:00
Joey Hess 66dc253437 Add noextension parameter to htmlize hooks to support, eg, Makefile. 2009-02-19 18:38:45 -05:00
Joey Hess 621e8d876b response 2009-02-19 17:50:43 -05:00
http://www.cse.unsw.edu.au/~willu/ c1b0516000 Yes, the patch is complete. 2009-02-19 06:45:40 -05:00
http://josephturian.blogspot.com/ 02d6483840 2009-02-18 18:24:21 -05:00
Joey Hess ccec866a78 formatting 2009-02-17 22:51:03 -05:00
Joey Hess d522dfadd1 is this patch complete? 2009-02-17 22:37:20 -05:00
Joey Hess 13f64fccec response 2009-02-17 22:26:33 -05:00
Joey Hess d244a0bc8e move to forum, as this is a question 2009-02-17 22:19:33 -05:00
Joey Hess 3ce8a2f8b9 revert addition of several blank lines 2009-02-17 22:17:59 -05:00
Joey Hess 1473fb0b4f add hendy's git repo 2009-02-17 22:16:51 -05:00
Joey Hess 4762da8831 hint 2009-02-17 22:16:34 -05:00
Joey Hess 3df883ba94 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-02-17 19:37:49 -05:00
http://arpitjain11.myopenid.com/ edad904f4c 2009-02-17 18:53:56 -05:00
http://arpitjain11.myopenid.com/ 2d220da53c 2009-02-17 18:47:47 -05:00
NicolasLimare 008f1c19ac easy access to the userdb for apache auth? 2009-02-17 16:04:31 -05:00
Joey Hess 9acc4d578d template: Load templates in scan mode
This is potentially expensive, but is necessary so that meta and tag
directives, and other links on templates affect the page using the template
reliably.
2009-02-17 13:30:07 -05:00
Joey Hess 84b48681c6 re-add actual comments 2009-02-17 13:29:37 -05:00
Joey Hess a4497591f9 Revert "comments" (stupid commit)
This reverts commit bb8b8787ef.
2009-02-17 13:29:08 -05:00
Joey Hess bb8b8787ef comments 2009-02-17 13:25:06 -05:00
Joey Hess 7aeead03d0 link to other bug 2009-02-17 13:13:01 -05:00
Joey Hess 532bf02e06 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-02-17 13:10:35 -05:00
Joey Hess 0b2e755253 this bug also affects using tags in templates 2009-02-17 13:08:57 -05:00
Jon Dowland 64000366bd patch to add tag() pagespec 2009-02-17 15:44:48 +00:00
Jon Dowland 22a46962b5 escaped comma in page title 2009-02-17 14:06:53 +00:00
Jon Dowland 544a62493c add issues with tags and backlinks 2009-02-17 14:05:25 +00:00
http://jjheng.myopenid.com/ eb01c46a15 ask indexpages question 2009-02-17 01:55:10 -05:00
http://josephturian.blogspot.com/ efc40f05a5 2009-02-16 17:14:01 -05:00
http://josephturian.blogspot.com/ 6dd9f998b3 2009-02-16 17:03:10 -05:00
rafael2k 1611abd99a 2009-02-16 08:46:57 -05:00
AlexandreDupas 6f9c18f7cb correct WikiLinks to the WikiLink page 2009-02-16 08:00:18 -05:00
Jon Dowland c1d800f29c link to goto plugin page 2009-02-16 11:33:39 +00:00
Jon Dowland 87210fc19e fix link to h1title plugin 2009-02-16 11:31:46 +00:00
http://hendry.iki.fi/ aadfc9e4eb fixed git cloneurl 2009-02-16 04:56:59 -05:00
Joey Hess a543e8934b add news item for ikiwiki 3.04 2009-02-15 18:32:09 -05:00
Joey Hess d6c530889c further comments 2009-02-15 18:13:22 -05:00
Joey Hess a86638f980 response 2009-02-15 17:48:12 -05:00
Joey Hess 8da7875b2f suggestion 2009-02-15 17:40:10 -05:00
Joey Hess 71f353640c suggestion 2009-02-15 17:36:27 -05:00
http://hendry.iki.fi/ 92b8564cb8 openid2 2009-02-15 06:26:09 -05:00
http://hendry.iki.fi/ a0dadc9108 trying to get my favourite wiki to support my favourite markup :-) 2009-02-15 06:16:45 -05:00
Joey Hess 909d4bd329 Revert "blanking for the luls"
PS: You're banned.
2009-02-14 21:42:58 -05:00
http://cmelbye.myopenid.com/ d1f2437909 blanking for the luls 2009-02-14 16:13:34 -05:00
http://josephturian.blogspot.com/ 4bc18470b8 2009-02-14 12:59:49 -05:00
bremner 02b1929445 link to HEAD instead of today's sha1 of hlsimple.pm 2009-02-14 08:39:01 -05:00
bremner e159545ba7 Throw another source highlighting option into the ring 2009-02-14 08:36:28 -05:00
gothicx 0bf554ce06 2009-02-14 07:19:32 -05:00
Joey Hess 684cd73a79 downgrade missing shortcuts page error to warning
and response to bug report
2009-02-14 03:01:35 -05:00
Joey Hess bea8e0ad61 apply patch to fix googleform xhtml 2009-02-14 02:38:17 -05:00
http://josephturian.blogspot.com/ a50cabca02 2009-02-13 15:01:07 -05:00
http://www.cse.unsw.edu.au/~willu/ 8b4f45e1e0 Update patch and reply to bug report. 2009-02-13 06:49:22 -05:00
http://www.cse.unsw.edu.au/~willu/ 7599de6e43 Add a new bug to track simple patch 2009-02-13 06:16:18 -05:00
http://weakish.int.eu.org/ 257cbbcb7e The wrapper works nicely! 2009-02-13 05:05:09 -05:00
http://weakish.int.eu.org/ 206b583c0d patch for googleform.tmpl to produce valid XHTML 2009-02-13 04:21:06 -05:00
bremner 442f3ab0ab strange output from sourcecode plugin 2009-02-12 20:51:38 -05:00
Joey Hess c0405e0f20 response 2009-02-12 13:18:54 -05:00
Joey Hess 9e786e7b24 update deps and bundles 2009-02-12 13:15:23 -05:00
Joey Hess 46819b530b shortcut: If default_pageext is set, first look for shortcuts.default_pageext
Falls back to looking for shortcuts.mdwn for backwards compatabiity; there
probably exist wikis that have changed the pageext but still use
shortcuts.mdwn.
2009-02-12 13:04:20 -05:00
Joey Hess b2e634bfec Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-02-12 12:27:33 -05:00
http://weakish.int.eu.org/ aa88d6beef patch for shortcut.pm to use $default_pageext instead of hardcode .mdwn. 2009-02-12 05:54:20 -05:00
http://weakish.int.eu.org/ 978a3570db warning about disable mdwn 2009-02-12 05:08:58 -05:00
http://weakish.int.eu.org/ 0826d99346 typo 2009-02-12 03:33:20 -05:00
http://weakish.int.eu.org/ a7e119767c use shortcut with mdwn disabled 2009-02-12 03:31:02 -05:00
Joey Hess 1384235127 remove some old distro version stuff 2009-02-11 16:58:32 -05:00
http://weakish.int.eu.org/ 4d25fce92a removed 2009-02-11 05:32:51 -05:00
http://weakish.int.eu.org/ 011a45229a fix broken links 2009-02-11 05:15:33 -05:00
http://weakish.int.eu.org/ 1998b3c2d6 redirect automatically after rename 2009-02-11 05:14:06 -05:00
http://weakish.int.eu.org/ 80781387fc [tiny] add a link to meta plugin page 2009-02-11 03:08:33 -05:00
http://weakish.int.eu.org/ fc2ec9255a add instruction of lighttpd 2009-02-11 01:56:01 -05:00
http://weakish.int.eu.org/ 2d989db76a more details on ikiwiki directives 2009-02-10 08:10:13 -05:00
http://weakish.int.eu.org/ 42b16cf8f3 ikiwiki deb (3.0.3) doesn't suggests libtext-wikicreole-perl 2009-02-10 06:21:55 -05:00
http://weakish.int.eu.org/ 12a72e7583 update for rename of todo/weakish.mdwn to users/weakish.mdwn 2009-02-10 04:42:03 -05:00
http://weakish.int.eu.org/ b96bab0449 rename todo/weakish.mdwn to users/weakish.mdwn 2009-02-10 04:42:02 -05:00
http://weakish.int.eu.org/ 4004959dc2 add a email. 2009-02-10 04:40:37 -05:00
http://weakish.int.eu.org/ ff5d52b0d2 del wrong hook & ikiwiki --post-commit --a-lot-of-switches 2009-02-10 04:38:14 -05:00
Joey Hess 9a84181ad9 document writefile symlink checks 2009-02-09 16:04:33 -05:00
Joey Hess 6605764c52 Fix unusual --setup --post-commit command line option combo. 2009-02-09 14:58:10 -05:00
Joey Hess 6b41a24096 seems to be fixed in current File::MimeInfo versions 2009-02-09 14:34:24 -05:00
Joey Hess aedc7ba980 reorg 2009-02-09 14:23:10 -05:00
muammar cdf7dcfc6e 2009-02-08 21:58:45 -05:00
http://dmarti.myopenid.com/ 1de639aded fix typo 2009-02-08 13:32:12 -05:00
cfm 73b168079a Expanded report to mention PageSpec and workaround. 2009-02-08 11:18:51 -05:00
http://weakish.int.eu.org/ 8ed097beb1 add item 2009-02-08 07:59:09 -05:00
http://weakish.int.eu.org/ dc0409b4a7 I guess changegroup is better than incoming 2009-02-07 14:49:06 -05:00
http://weakish.int.eu.org/ 2cc6a07f54 (tiny) markdown syntax 2009-02-07 14:22:01 -05:00
http://weakish.int.eu.org/ 3aab99fae5 --post-commit won't delete pages and --refresh seems no deadlock 2009-02-07 14:19:28 -05:00
http://jcftang.myopenid.com/ f8d24df4c4 2009-02-07 06:11:37 -05:00
http://www.cse.unsw.edu.au/~willu/ 9ad4065633 Ask for more detail with issue 2009-02-07 05:56:18 -05:00
http://www.cse.unsw.edu.au/~willu/ f444d1206a Note todo with patch attached to solve listed problem 2009-02-07 05:47:32 -05:00
cfm fd94834c72 Filed. 2009-02-06 20:08:47 -05:00
http://taozhyn.myopenid.com/ af57580491 2009-02-06 14:36:04 -05:00
Joey Hess c8ca79a403 response 2009-02-05 16:10:30 -05:00
Svend Sorensen 3dd796e637 Add wishlist 2009-02-05 13:03:32 -08:00
Joey Hess 971df8889b note about path 2009-02-05 15:31:37 -05:00
Joey Hess 8b5f2da2ea add a note about how to install these 2009-02-05 15:22:52 -05:00
Joey Hess 217e925a3a rename 2009-02-05 15:13:22 -05:00
http://svend.myopenid.com/ c89d331d36 Upload tabbed action list css file 2009-02-05 15:09:24 -05:00
http://svend.myopenid.com/ b9f3c6d7c9 Set attachement location 2009-02-05 15:01:44 -05:00
Svend Sorensen ba2b913939 Add tabbed action list style to css market 2009-02-05 11:57:30 -08:00
68.251.214.66 edc9d462d0 poll vote (Accept only OpenID for logins) 2009-02-05 09:22:34 -05:00
bremner 9640681c27 add "bug report" for sourcecode plugin 2009-02-05 08:03:19 -05:00
Svend Sorensen 6ebb84c234 Add myself to ikiwiki user list 2009-02-04 11:13:36 -08:00
Svend Sorensen f905707b3e Add link to my website and blog 2009-02-04 11:07:10 -08:00
Joey Hess 6655fbb991 local configuration error. 2009-02-04 13:57:26 -05:00
http://tskirvin.livejournal.com/ 73e18318a5 Added Tim Skirvin's webpage to the list 2009-02-04 13:30:44 -05:00
bremner d2842c126b note possible abandonment of sourcehighlight in favour of sourcecode 2009-02-04 08:03:13 -05:00
bremner 80f2edffc0 fix joeyh's link :-) 2009-02-04 07:56:04 -05:00
bremner 7bf1207c07 2009-02-04 07:50:53 -05:00
http://josephturian.blogspot.com/ 7c63da6c02 2009-02-03 18:19:38 -05:00
Joey Hess cba0b67a19 Work around XML::Atom strangeness that results in double-encoded posts. (smcv) 2009-02-03 15:05:18 -05:00
http://smcv.pseudorandom.co.uk/ aba2d83cc6 Report XML::Feed bug and provide a workaround for IkiWiki; please review 2009-02-03 14:52:26 -05:00
http://openid.aol.com/nothatsaknife ed922c8e4f 2009-02-03 14:44:22 -05:00
Joey Hess 1b3dbe0b91 not so fast 2009-02-03 13:51:10 -05:00
http://smcv.pseudorandom.co.uk/ bc3fb1ceab Update the to-do list for comments, and explain why we can't have a form for the whole comment 2009-02-03 13:33:59 -05:00
Joey Hess 9690356080 note 2009-02-03 10:43:27 -05:00
Joey Hess 4531e54074 implementing pingback using checkcontent hook and the comments plugin 2009-02-03 10:37:24 -05:00
Joey Hess d383a7a518 response 2009-02-02 15:19:56 -05:00
http://smcv.pseudorandom.co.uk/ b546816882 some examples 2009-02-02 14:39:45 -05:00
http://smcv.pseudorandom.co.uk/ ac2a5594a1 please don't make use of [[!meta title]] in parentlinks mandatory... 2009-02-02 14:31:27 -05:00
Joey Hess 3b83e52018 rename apache404 -> 404
This may already work with other web servers that have copied apache's
interface, and it should be easy to add support to it for web servers that
use some other interface. So, make the name more general.
2009-01-31 19:26:36 -05:00
Joey Hess e5c8bc6222 doc updates for goto branch merge 2009-01-31 19:10:48 -05:00
Joey Hess 3be69a0fe4 Merge commit 'smcv/goto' 2009-01-31 18:52:38 -05:00
Simon McVittie 0fe9260249 Respond with updated goto branch 2009-01-31 23:08:48 +00:00
Simon McVittie c886bea320 Split cgi_goto into a goto plugin 2009-01-31 23:01:10 +00:00
Simon McVittie 46b880f839 Split apache404 into an independent plugin
Also make it ignore the 'do' parameter at Joey's suggestion, to have one
less thing to remember when configuring.
2009-01-31 22:32:10 +00:00
Joey Hess 7cdbe0da86 one other thought 2009-01-31 15:05:06 -05:00
Joey Hess 2524903dc6 comments 2009-01-31 14:55:14 -05:00
Simon McVittie f4dd02f00a Clarify behaviour of 404 handler and link an example 2009-01-31 18:57:12 +00:00
Simon McVittie ef3f93b6f6 Request review of my 'goto' branch 2009-01-31 18:38:29 +00:00
Simon McVittie fb0e3a7dbc Add tip explaining how to use ikiwiki as a 404 handler 2009-01-31 18:27:54 +00:00
Joey Hess 013a5e4ca7 formatting 2009-01-30 15:17:53 -05:00
Joey Hess ec5194feb8 review= 2009-01-30 15:15:36 -05:00
Joey Hess 0d58f26321 merge dups 2009-01-30 14:07:03 -05:00
Joey Hess c244e13d6b add news item for ikiwiki 3.03 2009-01-29 14:47:11 -05:00
http://weakish.int.eu.org/ a46cf100f0 removed 2009-01-29 10:28:32 -05:00
http://weakish.int.eu.org/ bbad5127a0 use mercurial instead of hg when set rcs option 2009-01-29 09:39:56 -05:00
Joey Hess 1194584dad Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-28 16:52:26 -05:00
Joey Hess deea2f42aa close this, we have comments now 2009-01-28 16:51:19 -05:00
intrigeri 4db549721d contrib/po: announce my meta-po integration branch
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 19:45:12 +01:00
intrigeri 0314ed459b po/todo: drop a note about my meta-po branch
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 19:35:38 +01:00
Joey Hess be63bed593 response 2009-01-27 13:20:33 -05:00
Joey Hess 94c932ee3d thought 2009-01-27 13:14:53 -05:00
intrigeri af5b9b90c4 contrib/po: misc answers and questions
Step by step... :)

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 18:16:56 +01:00
intrigeri dcb5253091 po/todo: take note of the commit that will need to be reverted later
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 17:55:46 +01:00
intrigeri ea753782b2 po: remove all dependencies on nicepagetitle
... as my meta branch probably won't be merged before the po plugin is, contrary
to what I was originally supposing.

This implies removing the po_translation_status_in_links and
po_strictly_refresh_backlinks options.

Added a note to the TODO section to think of bringing these features back later,
as they really enhance user experience on a translatable wiki.

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 17:52:32 +01:00
intrigeri c8ce3ed440 rename hook: fixed half, added proposal for the other half
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 17:22:38 +01:00
intrigeri 51badc960d rename hook: instead of modifying the passed-by-name array, return a copy
This is intended to solve Joey's concerns expressed on
http://ikiwiki.info/todo/need_global_renamepage_hook/, i.e. the need to make it
possible to use this hook from external plugins.

A plugin using this hook still can add/modify/remove elements of the
@torename array.

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 17:08:55 +01:00
Joey Hess 83163b16ab fix directive 2009-01-26 20:17:02 -05:00
Joey Hess 5c14c7db61 Merge commit 'smcv/underlay' 2009-01-26 20:13:15 -05:00
Joey Hess 9b4040992d meta: New "updated" metadata specifies a fake modification time for a page, to be output into RSS and Atom feeds. (smcv) 2009-01-26 20:11:33 -05:00
Joey Hess 848ff1bf5e Merge commit 'smcv/updated' 2009-01-26 20:05:36 -05:00
Joey Hess 1f3f33fa67 followup 2009-01-26 20:02:50 -05:00
Joey Hess aba655c6e0 comments 2009-01-26 19:46:24 -05:00
Joey Hess 16ff246d41 rename hook issues 2009-01-26 19:41:35 -05:00
Joey Hess 58481dcdf6 close bug on this branch 2009-01-26 19:23:21 -05:00
intrigeri eb9c05e18c contrib/po: backlinks=>dependencies is now an option
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 00:27:41 +01:00
intrigeri ca9e45c3ba po: make the "backlinks involve dependencies" feature optional
It can now be configured with the po_strictly_refresh_backlinks setting.

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 00:25:46 +01:00
intrigeri 183f03aa96 the rename hooks names waltz seems over
Another set of hooks would not endure such heavy renaming, but the rename* hooks
actually do ;)

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 00:02:15 +01:00
intrigeri 03ab262319 revert renamepage's hook original name
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 00:00:00 +01:00
intrigeri 67ba074ba8 need_global_renamepage_hook: s/suggest/will
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 23:47:34 +01:00
intrigeri be43f94b9f contrib/po: update after implementing suggested changes
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 23:47:02 +01:00
intrigeri 190ea1d47f plugins/po: talk about the po4a version in the first lines
... as it seems it can be missed if I keep it only in the security section.

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 23:12:16 +01:00
intrigeri 78a095aa42 only pass named parameters to the canremove hook
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 23:07:19 +01:00
intrigeri f02672c113 only pass named parameters to the canrename hook
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 23:02:31 +01:00
intrigeri fcaa7f6237 Merge commit 'upstream/master' into prv/po 2009-01-26 22:51:50 +01:00
intrigeri dfc50165dd po and doc/todo/need_global_renamepage_hook: response
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 22:32:59 +01:00
Joey Hess 309719de76 new bug report 2009-01-26 14:21:49 -05:00
Joey Hess 96073d77af review 2009-01-26 14:13:52 -05:00
Joey Hess 53be24789e don't add new exported warning function
Nothing in the po plugin actually uses this function.

The benefit of adding the function in general is debatable, but I'd
prefer to keep the changes involved in merging po at a minimum.
2009-01-26 13:37:57 -05:00
Joey Hess 12eb056b33 Merge branch 'master' into po 2009-01-26 13:05:38 -05:00
qiang 9b436a0347 2009-01-26 05:35:55 -05:00
Joey Hess 51cd34afff update 2009-01-25 23:02:11 -05:00
Joey Hess ff9a61b481 update 2009-01-25 22:59:20 -05:00
Joey Hess 7a7e28c55f add a button to prefs page for comment moderation 2009-01-25 19:04:45 -05:00
Joey Hess 35ea80bdfe Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-25 18:50:35 -05:00
Joey Hess 2ecb9e8e79 remove hr under comment actions
The horizontal line was only meant to be displayed under
the actions at the top of a page.
2009-01-25 18:35:18 -05:00
Joey Hess 8129266dad add alt tag 2009-01-25 17:51:00 -05:00
GuenterLadwig 4f098cfd05 2009-01-25 16:41:24 -05:00
GuenterLadwig d5cd831218 2009-01-25 16:40:29 -05:00
GnterLadwig f71abc92aa 2009-01-25 16:37:32 -05:00
GnterLadwig fe8dc7fa42 2009-01-25 16:34:27 -05:00
Joey Hess c154fa5d6c comments: If comment content checks fail, store the comment (in .ikiwiki/comments_pending) for moderator review. 2009-01-25 15:42:13 -05:00
Rocco 31a6f1735c vote for Template::Toolkit 2009-01-25 03:39:52 -05:00
http://joey.kitenet.net/ a6eb921b9d 2009-01-24 12:43:32 -05:00
qiang 1f87dd2c7d 2009-01-24 12:37:53 -05:00
Joey Hess 7bdc8896df typo 2009-01-23 20:08:52 -05:00
Joey Hess a471ac68c8 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-23 16:54:13 -05:00
Joey Hess 1c369f1440 mention identica group 2009-01-23 16:46:49 -05:00
qiang 54265c655c 2009-01-23 04:50:07 -05:00
qiang 4a74d70ff5 2009-01-23 04:44:24 -05:00
justin 65af0cceaa followup on pagespec negation 2009-01-22 21:29:53 -05:00
Joey Hess ede3962a54 response 2009-01-22 15:30:14 -05:00
justin 89587a07f4 question on locked_pages and users() in pagespec 2009-01-21 23:37:55 -05:00
Joey Hess d2579c0c12 one fleeting second thought 2009-01-21 23:12:44 -05:00
Joey Hess 7c67348882 response 2009-01-21 23:09:16 -05:00
Joey Hess 7c00c46bca Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-21 23:04:48 -05:00
justin a2738b949a Question about user tests 2009-01-21 23:03:08 -05:00
Joey Hess fd03fd9e0a add 2009-01-21 23:01:37 -05:00
kgjenkins c88f823e4c added version 2009-01-21 17:52:10 -05:00
kent 7ceddcd067 2009-01-20 21:04:25 -05:00
Joey Hess afc1f1d63f cleanup 2009-01-20 11:33:47 -05:00
Joey Hess c174c955ec response 2009-01-20 11:32:48 -05:00
Joey Hess b5309d2dd7 Remove nonstandard css. Closes: #512378 2009-01-20 11:20:13 -05:00
http://taozhyn.myopenid.com/ 4cae94b9fa 2009-01-19 23:33:34 -05:00
intrigeri daaf488538 po: let's walk the last steps needed before merge!
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-20 00:54:38 +01:00
intrigeri f8c306a21b remove cansave plugin, now replaced by Joey's checkcontent one
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19 19:53:32 +01:00
http://zms.myopenid.com/ aaef440800 2009-01-19 13:45:29 -05:00
intrigeri a3726968bc make checkcontent compatible with hooks that need the full content
Always pass the full (modified) content in `content` named parameter. When the
user edits an existing wiki page, also pass a `diff` named parameter, which
includes only the lines that they added to the page, or modified.

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19 19:44:39 +01:00
http://zms.myopenid.com/ e20c116e93 2009-01-19 13:43:00 -05:00
kent dc20d70906 2009-01-19 03:06:36 -05:00
Simon McVittie c89925048f Add meta field "updated", which can alter the <updated> Atom element
Some aggregators, like Planet, sort by mtime rather than ctime. This
means that posts with modified content come to the top (which seems odd
to me, but is presumably what the aggregator's author or operator
wants), but it also means that posts with insignificant edits (like
adding tags) come to the top too. Atom defines <updated> to be the date
of the last *significant* change, so it's fine that ikiwiki defaults to
using the mtime, but it would be good to have a way for the author to
say "that edit was insignificant, don't use that mtime".
2009-01-18 21:58:24 +00:00
http://smcv.pseudorandom.co.uk/ 1802503af1 overriding visible modification time (to avoid insignificant edits flooding planets) 2009-01-18 13:36:22 -05:00
Simon McVittie 1e6dd2fc37 Some more thoughts about a gallery plugin 2009-01-18 17:30:52 +00:00
Simon McVittie 58fb0a372b Add myself to ikiwikiusers 2009-01-18 16:49:53 +00:00
Simon McVittie 2fd1857a52 Document underlay plugin as included 2009-01-18 16:43:07 +00:00
http://smcv.pseudorandom.co.uk/ e98f1b246a fix typo, mention git branch 2009-01-18 11:40:57 -05:00
http://smcv.pseudorandom.co.uk/ 5f80ac3202 underlay plugin, a command-line interface for add_underlay() 2009-01-18 09:52:51 -05:00
intrigeri 14b49376dc Merge commit 'upstream/master' into prv/po 2009-01-18 13:56:15 +01:00