Commit Graph

10451 Commits (2c0783831e08dc912d8c90879c00c3315bf85d96)

Author SHA1 Message Date
Joey Hess a31ce0e97d remove old 2010-06-10 16:17:38 -04:00
Joey Hess a1e7e62c21 add news item for ikiwiki 3.20100610 2010-06-10 16:15:43 -04:00
Joey Hess b86ca0ef8a add auto-scrolling pre's
let's see if anyone hates it :)
2010-06-10 16:05:29 -04:00
Joey Hess 04ff998c51 calendar styling
* calendar: Shorten day names, and improve styling of month calendar.
* style.css: Reduced sidebar width back to 20ex from 30; the month calendar
  will now fit in the smaller width, and 30 was feeling too large.
2010-06-10 15:07:28 -04:00
Joey Hess 685d10364f also set overflow: auto for blogform
This improves its display slighly when next to a sidebar or other floating
element.
2010-06-10 14:31:01 -04:00
Joey Hess 5e6aae48fd Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-06-10 14:15:10 -04:00
Joey Hess 23aaa5ac45 style.css: Improvements to make floating sidebar fit better on pages with inlines.
The key is using width: auto; overflow: auto; -- this allows the div(s) to the
left of the floating sidebar to be resized to fit next to it, and prevents
any clear: both from pushing the div down below the end of the sidebar.

Many thanks for the Hurd wiki's developers for originally figuring this out.

The edit page recently developed the same problem with its textarea, now
that a sidebar can appear on that page too. In editpage.tmpl I needed to
add a new div around the editcontent textarea, as the above styles cannot
be applied directly to textareas. The textarea's own width is reduced to
98% because at least in chromium this avoids it getting unnecessary
horizonatl scrollbars when a sidebar is displayed next to it.
2010-06-10 14:14:46 -04:00
tschwinge 0fbec10a42 Fixed. 2010-06-10 08:54:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0 0430953608 2010-06-10 03:29:22 +00:00
Joey Hess 24b59b3a9e editpage: Avoid storing accidental state changes when previewing pages.
This is a slow, safe, stupid approach. Could make deep copies of the data
structures as backups instead of re-loading the index from disk.
2010-06-09 17:44:40 -04:00
Joey Hess 1187506588 ugly bug 2010-06-09 17:13:35 -04:00
Joey Hess e93cee3378 Fix display of sidebar when previewing page edit. (Thanks, privat)
On second thought, only display a page's personal sidebar when previewing
it, not when editing normally.
2010-06-09 16:59:17 -04:00
Joey Hess 95b45864de relativedate: Fix problem with localised dates not working. 2010-06-09 16:16:48 -04:00
Joey Hess e96cf38ecc When editing a page, show that page's sidebar. (Thanks, privat) 2010-06-09 16:00:12 -04:00
Joey Hess 2eefd84d0a Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-06-09 15:32:20 -04:00
Joey Hess b5978713f1 close; use ENV in setup file 2010-06-09 15:29:20 -04:00
privat 0b3d08665b 2010-06-09 19:26:40 +00:00
Joey Hess 2b716c47a7 close old bug, apparently worked around 2010-06-09 15:21:28 -04:00
Joey Hess 3638657f75 closing; cannot reproduce and no followup for 1 year 9 months 2010-06-09 15:15:18 -04:00
Joey Hess b382625f9f close 2010-06-09 15:13:46 -04:00
Joey Hess 34594fb89a close 2010-06-09 15:11:23 -04:00
Joey Hess 3cd4d1e31b fixed 2010-06-09 15:08:41 -04:00
Joey Hess addedde0d6 fixed by improved openid login form 2010-06-09 15:03:51 -04:00
Joey Hess 9f41b23108 seems this was fixed a long time ago 2010-06-09 15:02:08 -04:00
Joey Hess 3fbcd2c8d2 move contrib plugin directives out of ikiwiki/directive
Problem is that ikiwiki/directive is turned into an underlay and added to
all wikis. And the test suite checks it for broken links and turns some up.
So it's not appropriate for contrib plugin's directives to be documented
in there.
2010-06-09 14:58:39 -04:00
Joey Hess fad44c9d4d remove tag on first post
It's a broken link on ikiwiki.info.
2010-06-09 14:58:05 -04:00
Joey Hess 54c5baaa7c note that setup is all done by auto-blog.setup 2010-06-09 14:44:38 -04:00
Joey Hess cdf4292846 Fix support for globbing in tagged() pagespecs.
The linktype check was being done on the relativised link target,
but %typedlinks uses the same link targets as %links, so that didn't work.

I think the bug only appeared when tagbase was not set.

This bugfix also let me factor out the common typedlink checking code.
2010-06-09 14:39:17 -04:00
Joey Hess ba9b808c89 remove example blog tag pages
Autotag will create them as needed. Avoids some complexity.
2010-06-09 14:24:38 -04:00
Joey Hess bd59179e09 response 2010-06-09 13:45:18 -04:00
Joey Hess 0da7b1a9c3 clarification 2010-06-09 13:42:13 -04:00
tschwinge 4eb82e7d41 Comment and done. 2010-06-09 13:47:35 +00:00
http://jeremiahfoster.com/ 651acf8b14 Started discussion 2010-06-09 11:55:11 +00:00
tschwinge 215538aa58 Yes, is a globbing issue. 2010-06-09 06:39:26 +00:00
tschwinge f3dacd8234 Ack. 2010-06-09 06:17:56 +00:00
Joey Hess 0ccf21daaf img: Fill in missing height or width when scaling image. 2010-06-08 21:13:46 -04:00
Joey Hess eff7fac985 move bug to bugs 2010-06-08 21:07:45 -04:00
Joey Hess 8423a8bb9c isabug 2010-06-08 21:07:38 -04:00
zimek 3da443396a 2010-06-08 23:31:22 +00:00
zimek 8028a90030 2010-06-08 23:30:28 +00:00
zimek ee11d4ca8f 2010-06-08 23:23:32 +00:00
Joey Hess 7f3c809fe8 response 2010-06-08 15:00:58 -04:00
Joey Hess 73bb42ccf0 response 2010-06-08 14:53:22 -04:00
Joey Hess 868f5a94bf response 2010-06-08 14:50:24 -04:00
Joey Hess c911b4b998 response 2010-06-08 14:46:54 -04:00
Joey Hess 2be6660a8f response 2010-06-08 14:43:21 -04:00
tschwinge cc6ead1d81 File issue. 2010-06-08 14:04:00 +00:00
tschwinge 9a18ea18e3 File issue. 2010-06-08 10:06:47 +00:00
tschwinge 2513f0ea6b File issue. 2010-06-08 09:23:05 +00:00
tschwinge 9dd91b393d File issue. 2010-06-08 09:21:43 +00:00
zimek b10d353490 2010-06-08 00:09:20 +00:00
privat f40c6f6557 2010-06-07 15:23:58 +00:00
privat a93db71eb6 test sidebar content 2010-06-07 15:13:43 +00:00
privat 1567fbe4ee 2010-06-07 15:10:04 +00:00
http://smcv.pseudorandom.co.uk/ 8496dd9fb4 2010-06-07 13:40:55 +00:00
jwalzer 3fb80f3900 2010-06-07 13:32:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0 75cae954cf Add note about date formating 2010-06-07 03:39:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0 f0f4073a17 add bug about locale dependance of plugins/relativedate 2010-06-07 03:34:34 +00:00
http://weakish.myopenid.com/ dd10c2fddd The script uses the [BeautifulSoup][] module. 2010-06-03 10:21:36 +00:00
https://me.yahoo.com/a/GW5gpVY2rtV75mSWRhA0MUVlKe.y846L#d4eeb 8a86537e74 Just trying an edit. 2010-06-02 05:26:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkyQYf6i3PckNGm2TOHxWCr_xTfcjhMRlA 1cac225237 2010-05-29 17:20:15 +00:00
Joey Hess 0528872965 Revert "delete me" 2010-05-28 06:17:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmC_nMjWfriv8nVMOwnvYhgmzwvVP4OVjU c9a6b91c55 delete me 2010-05-28 09:01:29 +00:00
http://jeremiahfoster.com/ 3a868b6e7a 2010-05-26 15:26:34 +00:00
http://jeremiahfoster.com/ 37a4cf1374 2010-05-26 15:26:13 +00:00
http://jeremiahfoster.com/ de7197d992 Code formatting. 2010-05-26 15:24:54 +00:00
http://jeremiahfoster.com/ a3ae4ebe55 Added example. 2010-05-26 15:24:08 +00:00
http://jeremiahfoster.com/ 73d7635bcb Removed redundant "configure' 2010-05-26 12:12:57 +00:00
Javier Rojas 09793a2aaf typos and missing link 2010-05-24 20:14:05 -05:00
Javier Rojas 70d507bb81 new post - link completion in vim 2010-05-24 20:10:32 -05:00
zimek 8f6f75204e 2010-05-22 07:05:28 +00:00
Joey Hess 9467b2176a yaml setup files 2010-05-21 13:53:20 -04:00
http://jblevins.org/ 93385347a9 Revise/archive user page 2010-05-21 16:56:31 +00:00
Jon Dowland febfb1751c move tupyakov's page under users/ (says 'hello' in Russian), remove surplus page 2010-05-20 15:26:55 +01:00
tupyakov_vladimr 04b83cf38c 2010-05-20 09:34:29 +00:00
tupyakov_vladimr 70fca0592e 2010-05-20 09:33:51 +00:00
zimek 1fdab877d8 2010-05-19 21:04:34 +00:00
http://kerravonsen.dreamwidth.org/ 1bce065675 new versions which address some of these issues 2010-05-19 11:36:30 +00:00
http://kerravonsen.dreamwidth.org/ c1f68a8cff reply 2010-05-19 11:30:35 +00:00
http://kerravonsen.dreamwidth.org/ 2f7a909bbc new version to go with new version of field 2010-05-19 11:29:45 +00:00
http://kerravonsen.dreamwidth.org/ 3f5fce1091 added toc 2010-05-19 11:28:10 +00:00
http://kerravonsen.dreamwidth.org/ 136499da62 new version; prev_, next_, here_only, and loops 2010-05-19 11:27:19 +00:00
http://kerravonsen.dreamwidth.org/ cc84a2dacd new version; splitting docs between plugin and directive pages 2010-05-19 11:25:43 +00:00
http://kerravonsen.dreamwidth.org/ 824a1a1599 put ftemplate directive info under directives; new version of ftemplate, with LOOPS! 2010-05-19 11:22:13 +00:00
http://kerravonsen.dreamwidth.org/ 9b45264c1c new version 2010-05-19 11:20:44 +00:00
http://kerravonsen.dreamwidth.org/ f463cde12e new version 2010-05-19 11:18:35 +00:00
Joey Hess 29cd4616fb add news item for ikiwiki 3.20100518.2 2010-05-18 14:22:12 -04:00
Joey Hess fa354167bb response 2010-05-18 14:11:11 -04:00
Joey Hess a35d8caf27 add news item for ikiwiki 3.20100518 2010-05-18 13:42:37 -04:00
intrigeri 529141779f response 2010-05-18 16:11:45 +02:00
Jon Dowland c71ea2337d response: shortcomings 2010-05-18 11:47:28 +01:00
http://smcv.pseudorandom.co.uk/ 284038fbbf tag as done 2010-05-18 09:23:23 +00:00
Changaco 1f974b3517 problem solved 2010-05-17 23:36:16 +00:00
Joey Hess 2b1bc9c729 review 2010-05-17 17:13:53 -04:00
intrigeri 47bc610532 please pull 2010-05-17 22:46:23 +02:00
Joey Hess 533c8e62c5 why this is hard.. 2010-05-17 15:55:17 -04:00
Joey Hess 3298902443 response 2010-05-17 15:46:07 -04:00
Joey Hess a5f0fc4931 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-05-17 15:42:44 -04:00
Joey Hess 5e51560574 new todo 2010-05-17 15:42:20 -04:00
http://smcv.pseudorandom.co.uk/ f864b74859 an example of somewhere where the old functionality is actually needed 2010-05-17 17:34:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E d63553b39b response 2010-05-17 17:31:55 +00:00
http://jmtd.livejournal.com/ eb28db2ad5 how do people like to hack on ikiwiki? 2010-05-17 17:18:58 +00:00
Joey Hess 92fa3f63d4 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-05-17 13:13:43 -04:00
http://jmtd.livejournal.com/ 4518fbe1c1 link CC0 (I'd never heard of it) 2010-05-17 17:13:17 +00:00
Joey Hess 4de7cdf2aa fix location 2010-05-17 13:13:11 -04:00
http://jmtd.livejournal.com/ b7777931e2 fix link 2010-05-17 17:12:22 +00:00
Changaco 4bb245df90 2010-05-17 16:46:28 +00:00
jwalck ddb4f24104 2010-05-17 04:56:44 +00:00
jwalck 744919eba0 2010-05-17 04:52:27 +00:00
Joey Hess 7cae295124 on javascript, plugins, and htmlscrubber 2010-05-17 00:42:52 -04:00
jwalck f2304367f6 2010-05-17 04:04:50 +00:00
jwalck 2451d39278 2010-05-17 04:03:03 +00:00
jwalck c5495420bd 2010-05-16 17:05:09 +00:00
zimek cf559160fa 2010-05-16 13:51:50 +00:00
zimek 87c4b603c3 2010-05-16 13:50:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E 26cf8d386f s/FORCEBAREURL/FORCEBASEURL/ 2010-05-16 12:55:22 +00:00
PaulePanter 3830a3868b formulation (Did not sound right. (But I am non-native English speaker. So please revert if my change is incorrect.) 2010-05-16 11:02:31 +00:00
Joey Hess 595a783e56 fixup pagespecs to work relative too 2010-05-15 23:47:55 -04:00
Joey Hess cf7c47dea3 formatting 2010-05-15 23:44:54 -04:00
Joey Hess 1e36ed1fe8 formatting 2010-05-15 23:43:55 -04:00
Joey Hess 3d43768b52 formatting 2010-05-15 23:41:59 -04:00
Joey Hess 405f5f09d0 add news item for ikiwiki 3.20100515 2010-05-15 23:39:54 -04:00
Joey Hess 0ab4496237 fix comment feed filename 2010-05-15 23:06:19 -04:00
Joey Hess 758cd909e9 move moderation info to sidebar 2010-05-15 23:01:40 -04:00
Joey Hess 0287fe29ac reword comment count to avoid pluralisation issues 2010-05-15 22:23:44 -04:00
https://mukund.startssl.com/ e650b084a3 Remove Banu 2010-05-15 09:53:32 +00:00
Joey Hess 5071347e2b tweak actionvar
for visual consistentcy when there are no actions
2010-05-14 23:02:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E 68b91528dd lockedit 2010-05-14 19:01:35 +00:00
zimek c9699ef065 2010-05-14 16:14:29 +00:00
zimek f09cd4b736 2010-05-14 14:12:03 +00:00
zimek 01d28878d7 2010-05-14 14:11:04 +00:00
zimek 4611c77696 2010-05-14 14:02:25 +00:00
zimek 7edd9e7ef3 2010-05-14 14:00:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E 50c9851ddc comments 2010-05-13 00:07:54 +00:00
Joey Hess 3f2f447cb5 responses 2010-05-12 15:42:50 -04:00
http://blog.farnz.org.uk/ 7112da3ed1 2010-05-12 19:21:54 +00:00
BerndZeimetz 1805bfbb5d ... choose the right name.... 2010-05-12 09:21:40 +00:00
BerndZeimetz 72d7b8dc54 Add short page about contrib / tracking plugin 2010-05-12 09:20:31 +00:00
BerndZeimetz 85dea5786a Add bzed's git repo to the list of repositories to pull from 2010-05-11 23:57:45 +00:00
BerndZeimetz 978416a2e6 2010-05-11 23:41:38 +00:00
Joey Hess 4c22562ec1 remove 2010-05-11 19:18:35 -04:00
Joey Hess 688c58ac90 Merge branch 'master' of file:///srv/git/ikiwiki.info 2010-05-11 21:52:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawngPXAGrxk1pbqnum3O4I_VPRgNj_TZR1I 4ceae1761b 2010-05-11 21:52:38 +00:00
Joey Hess 378cae14bb openid_url was renamed to openid_identifier 2010-05-10 16:12:55 -04:00
Joey Hess a855fa1d18 bring back input#openid_url styling
Still used on prefs page.
2010-05-10 15:56:57 -04:00
ImRajja 28bba0c4ba dsf sdfvsd 2010-05-10 14:25:25 +00:00
http://smcv.pseudorandom.co.uk/ 3f7ef01ca2 respond with better design 2010-05-09 18:27:58 +00:00
http://smcv.pseudorandom.co.uk/ 0594ea04a8 clarify 2010-05-09 18:13:05 +00:00
http://smcv.pseudorandom.co.uk/ 27cb77cd19 updated branch, using add_autopage to spawn viewer pages 2010-05-09 18:11:51 +00:00
Joey Hess b5aa42d3e0 remerged 2010-05-09 12:56:42 -04:00
http://smcv.pseudorandom.co.uk/ 0badce2ec0 bugfix - only fetch after tags are disabled 2010-05-09 15:46:11 +00:00
Joey Hess 7cb31560a5 dropped old html branch 2010-05-08 23:07:15 -04:00
simonraven d379d8ab9d 2010-05-08 23:55:47 +00:00
Joey Hess bc0aa4d40e Use xhtml friendly pubdate setting. 2010-05-08 19:45:02 -04:00
simonraven 6512423f15 fixed patch display... 2010-05-08 23:42:45 +00:00
simonraven d238fd1b04 bug with pubdate, in process of testing fix 2010-05-08 23:38:35 +00:00
Joey Hess 1cf4536289 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-05-08 13:00:29 -04:00
Joey Hess 0f778849c6 calendar: Allow negative month to be specified. -1 is last month, etc. (And also negaitve years.) 2010-05-08 12:45:21 -04:00
zimek 6578dc2c2b 2010-05-08 08:15:41 +00:00
zimek f4cfae1466 2010-05-08 08:08:13 +00:00
Joey Hess f0914b386b Revert "add gmail button"
This reverts commit 32a79523bb.

Buggy and I need sleep.
2010-05-08 02:53:18 -04:00
Joey Hess 32a79523bb add gmail button
It uses the google profile openid url, which results in a nicer openid
than the o8/id url.
2010-05-08 02:38:54 -04:00
simonraven b945299706 edit using the fancy jquery login thingy, update user page 2010-05-08 06:01:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E 4298c809e5 make an edit with the new login thinger 2010-05-08 05:54:29 +00:00
Joey Hess 5570d14441 improve selector highlight 2010-05-08 01:00:25 -04:00
Joey Hess ac8a91fe06 improve selector layout 2010-05-08 00:40:36 -04:00
Joey Hess d50de130e8 conditionalize use of sidebar 2010-05-08 00:01:12 -04:00
Joey Hess 937b24e0cf Merge branch 'master' into commentreorg 2010-05-07 22:30:42 -04:00
Joey Hess f1f6973d2d update 2010-05-07 22:21:48 -04:00
Joey Hess 3a1d81bd9c avoid scaling favicons
chromium's rather impressive jaggy-free scaling spoiled me, but in
iceweasel, scaled favicons look crap
2010-05-07 21:54:58 -04:00
Joey Hess 8f6cfbfade Removed the openidsignup option. 2010-05-07 21:33:27 -04:00
Joey Hess a4b432f543 Merge branch 'master' into openidselector 2010-05-07 21:25:04 -04:00
Joey Hess 62edf97941 openid signin style changes 2010-05-07 21:20:50 -04:00
Joey Hess f8c2a67b3c pretty openid login
* openid: Incorporated a fancy openid-selector signin form.
  (http://code.google.com/p/openid-selector/)
* openid: Use "openid_identifier" as the form field, as required
  by OpenID Authentication v2.0 spec.
2010-05-07 20:14:25 -04:00
http://joey.kitenet.net/ e196bd3f3a 2010-05-08 00:02:59 +00:00
http://joey.kitenet.net/ 1fb9db2180 2010-05-08 00:02:04 +00:00
Joey Hess 378c647768 patch hidden field setting code
Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3
2010-05-07 19:10:50 -04:00
zimek 9541defa69 2010-05-07 21:59:05 +00:00
zimek 79b309b358 2010-05-07 21:56:56 +00:00
Joey Hess be2669e1e1 todo 2010-05-07 15:00:45 -04:00
Joey Hess 70f121af02 switch to use comments(), and add a count (and a feed) of
comments pending moderation
2010-05-07 14:12:14 -04:00
zimek 6a83be2647 2010-05-07 17:56:06 +00:00
zimek 93ad589b46 2010-05-07 17:51:53 +00:00
zimek 9b18bdf1e1 2010-05-07 17:48:43 +00:00
zimek 9417821680 2010-05-07 17:46:39 +00:00
zimek 682a6480d9 2010-05-07 17:39:34 +00:00
Joey Hess c420e057f3 response 2010-05-07 13:32:43 -04:00
Joey Hess 30ac000b5a Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-05-07 13:28:31 -04:00
Joey Hess 911184432d Merge branch 'master' into commentreorg 2010-05-07 13:25:56 -04:00
Joey Hess b01a2274c3 fix undef warning when page() tests a deleted file 2010-05-07 13:25:32 -04:00
zimek 4549a4aaa8 2010-05-07 17:22:20 +00:00
Joey Hess 888ac35e11 a bug? 2010-05-07 13:13:57 -04:00
Joey Hess 5dfcaf1f7f applied 2010-05-07 13:04:00 -04:00
http://smcv.pseudorandom.co.uk/ f9553a06ab patch 2010-05-07 16:56:45 +00:00
Joey Hess 3adb47ec4f Merge branch 'master' into commentreorg
Conflicts:
	debian/changelog
2010-05-07 12:42:38 -04:00
Joey Hess 25033d9114 Revert markd changes
spammer testing?
2010-05-07 12:18:43 -04:00
http://peter-simons.myopenid.com/ c9f8fef594 2010-05-07 13:34:29 +00:00
markd 43e27cc251 2010-05-07 10:50:55 +00:00
markd da366390cd 2010-05-07 10:48:39 +00:00
Joey Hess 300001184e done 2010-05-06 23:28:54 -04:00
Joey Hess ea4967f184 inline: Call indexhtml when inlining internal pages, so their text can be indexed for searching. 2010-05-06 23:20:48 -04:00
Joey Hess 121e2ffc2f Renamed postscan hook to indexhtml, to reflect its changed position.
Probably only the search plugin uses it, so this seemed safe.
2010-05-06 23:14:36 -04:00
Joey Hess a47e835f3a reordered some sections 2010-05-06 21:58:04 -04:00
Joey Hess 931045301a Gave comment and page editing forms some CSS and accessability love.
In particular, added <label> tags.

(However, could not find a good way to add a label tag for the main
page edit textarea.)
2010-05-06 21:45:17 -04:00
Joey Hess d9d910f676 moved comments pending moderation
* comments: Comments pending moderation are now stored in the srcdir
  alongside accepted comments, but with a `._comment_pending` extension.
* This allows easier byhand moderation, as the "_pending" need
  only be stripped off and the comment be committed to version control.
* The `comment_pending()` pagespec can be used to match such unmoderated
  comments, which makes it easy to add a feed of them, or a counter
  indicating how many there are.
* Belatedly added a `comment()` pagespec.
2010-05-06 20:05:53 -04:00
Joey Hess 7f64ff2ae0 url to myopenid affiliate program has changed 2010-05-06 17:32:19 -04:00
Joey Hess 3f925ac735 new todo 2010-05-06 17:28:47 -04:00
Joey Hess f0b83af9aa add 2010-05-06 17:18:08 -04:00
http://ptecza.myopenid.com/ 511b9c8508 * Typo 2010-05-06 10:51:32 +00:00
Joey Hess f52f395437 consistently drop NAME= in templates
also add template syntax smoke test
2010-05-05 21:10:40 -04:00
Joey Hess 83b907c35e remove misc.tmpl checking
Turns out that users with a modified page.tmpl need to modify it on
upgrade, at least to add the FORCEBASEURL (so edit preview works),
so there is no point in trying to retain compatability.
2010-05-05 18:46:35 -04:00
Joey Hess 66cc23a591 no more misc.tmpl
* Removed misc.tmpl. Now to theme ikiwiki, you only need to customise
  a single template, page.tmpl.
* misc.tmpl will, however, still be read if a locally modified version
  exists. This is to avoid forcing users to update page.tmpl right now.
2010-05-05 18:22:47 -04:00
Joey Hess 3ebd04a33b add news item for ikiwiki 3.20100504 2010-05-04 20:37:11 -04:00
http://mcfrisk.myopenid.com/ 93f8000d58 solved 2010-05-04 21:17:54 +00:00
http://joey.kitenet.net/ 73ebf2a9f2 2010-05-04 20:56:38 +00:00
Joey Hess ab575a4b69 graphviz: Fix display of preexisting images in preview mode. 2010-05-04 16:54:58 -04:00
Joey Hess ddd7a766e2 response 2010-05-04 16:46:18 -04:00
Joey Hess 74e0c83a95 response 2010-05-04 16:36:22 -04:00
Joey Hess ac2cc8f87d response 2010-05-04 16:22:27 -04:00
http://zwol.livejournal.com/ 35bd43aea3 2010-05-04 17:09:27 +00:00
blipvert 28db9e38f7 2010-05-04 15:47:42 +00:00
blipvert a43bc68eb3 2010-05-04 15:46:40 +00:00
Jon Dowland 4cb9f77570 Merge branch 'master' of git://git.ikiwiki.info 2010-05-04 16:44:31 +01:00
blipvert 821a8aba2f 2010-05-04 15:43:23 +00:00
Jon Dowland 7060a818c1 un-escape escaped chevrons 2010-05-04 16:43:22 +01:00
blipvert bd5c5f1f48 2010-05-04 15:42:21 +00:00
blipvert 48b5b7fecc 2010-05-04 15:41:56 +00:00
Jon Dowland 89e0669692 split two graphviz bugs from one page; undo one of them 2010-05-04 16:39:50 +01:00
http://www.clowersnet.net/~krc/ bde13387da comment on html5 2010-05-04 05:12:14 +00:00
David Riebenbauer d5928778a8 whishlist about two-way conversion. 2010-05-04 02:26:56 +02:00
http://mcfrisk.myopenid.com/ 6c0d2aa456 PERL5LIB setting question 2010-05-03 23:28:27 +00:00
Joey Hess ae75c9bee6 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-05-03 16:03:06 -04:00
Joey Hess 9699f16b51 websetup: Only display Setup button on admins' preferences page.
Renamed it from "Wiki Setup" to just "Setup" for good measure.
2010-05-03 13:59:43 -04:00
Joey Hess 2f22ee85e5 Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary links to the action bar without modifying the template further.
(COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept
separate for now to avoid breaking modified templates.)
2010-05-03 12:46:52 -04:00
raf 4733a1a9cd 2010-05-03 07:28:40 +00:00
raf 0f9c5697f8 2010-05-03 07:27:35 +00:00
raf 7606d3832d 2010-05-03 07:27:05 +00:00
raf 8784c08f6f 2010-05-03 07:25:54 +00:00
Joey Hess 78962ddfe6 add bug 2010-05-02 22:03:28 -04:00
Joey Hess cfca3a7074 response 2010-05-02 18:59:37 -04:00
Joey Hess bb70c15c59 on img and figure 2010-05-02 18:55:21 -04:00
Joey Hess 02a99875ff update 2010-05-02 17:54:30 -04:00
Joey Hess 34076e398c html5 bug closure, and documentation 2010-05-02 17:16:15 -04:00
Joey Hess d37ff8d299 ff also needs footer and nav forced to block 2010-05-02 17:01:28 -04:00
Joey Hess 28dcb52a6c force article and header to display as blocks
iceweasel 3.5.9 does not know to display these as blocks, resulting
in bad displays of blogs
2010-05-02 16:54:31 -04:00
Joey Hess 677d2af18a adapt inlinepage.tmpl to html5
Needed to force tags to display inline, since <nav> is a block element.
2010-05-02 16:36:10 -04:00
Joey Hess 154732dc42 adapt comment.tmpl to html5
Note that I put comment-header in a <header> despite it being
below the comment. Using a <footer> would be confusing given
the class name. Also, the content is semantically closer to
a header than a footer.
2010-05-02 16:12:08 -04:00
Joey Hess cbe0726b63 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-05-02 15:45:48 -04:00
raf 9480dc4427 2010-05-02 19:26:06 +00:00
raf 40aba87965 2010-05-02 19:20:37 +00:00
raf fa26c67b2a 2010-05-02 19:19:33 +00:00
Joey Hess d69f6057d1 use html5 semantic markup in page.tmpl
This is a first pass, it avoids needing to change style.css
except where it refers to tag types.

This goes a bit off the rails at the pageheader with its nested header.
Semantically, there should be an article around the whole page
header, content, and footer. Just as there will be an article around a
whole comment or inlined page header, content, and footer.

But that will mean changing the css that currently refers to pageheader to
refer to the enclosing article instead.
2010-05-02 15:09:33 -04:00
Joey Hess 7517d34da9 update 2010-05-02 15:09:15 -04:00
Joey Hess b21df5029b Add placeholder text in search form (in html5 mode only). 2010-05-02 13:49:56 -04:00
Joey Hess 970373548f Add parameter to displaytime to specify that it is a pubdate, and in html5 mode, use time tag. 2010-05-02 13:44:13 -04:00
Joey Hess f9e41d19b7 add news item for ikiwiki 3.20100501 2010-05-01 21:42:48 -04:00
Joey Hess 1226269f68 mention html5 2010-05-01 21:00:06 -04:00
Joey Hess 8e4af6a8e2 tidy plugin issue 2010-05-01 20:57:54 -04:00
Joey Hess a547d26858 html5 option
* Ikiwiki can be configured to generate html5 instead of the default xhtml
  1.0. The html5 output mode is experimental, not yet fully standards
  compliant, and will be subject to rapid change.
2010-05-01 20:49:18 -04:00
Joey Hess ccafb10007 enable hidden attribute 2010-05-01 19:59:16 -04:00
Joey Hess 790a339db1 htmlscrubber: Also allow some other html5 tags: canvas, progress, meter, ruby, rt, rp, details, summary. 2010-05-01 19:28:28 -04:00
Joey Hess f1e2d0af12 more html5 attributes 2010-05-01 19:11:03 -04:00
Joey Hess 78cee5140a add rest of html5 form attributes
It's easy to imagine pattern being used to freeze or crash browsers, if
they implement it stupidly. Let's hope not..
2010-05-01 18:44:37 -04:00
Joey Hess 0a139aba82 htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, max, step. 2010-05-01 18:27:53 -04:00
Joey Hess 442bc59a15 htmlscrubber: Allow the placeholder attribute. 2010-05-01 18:14:50 -04:00
Joey Hess 73c8209484 more html5
* htmlscrubber: Also allow html5 canvas tags.
* htmlscrubber: Round out html5 video support with the preload
  attribute and the source tag.
2010-05-01 17:56:35 -04:00
Joey Hess 80f2042464 htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup header footer time mark 2010-05-01 16:34:47 -04:00
Joey Hess a034716009 update example tag pages to match autotag.tmpl 2010-05-01 15:35:52 -04:00
Joey Hess 3252df4aa8 comments, branch review, questions 2010-05-01 15:27:32 -04:00
Joey Hess dd75b61d93 response 2010-04-30 14:15:58 -04:00
Jon Dowland 9fb15ec9fe new bug: svn commit failures... 2010-04-30 16:48:19 +01:00
simonraven f7f1dd3a38 more to add on my comment 2010-04-29 16:24:23 +00:00
simonraven d57d2ecca7 YA URI to another mediawiki to git project 2010-04-29 16:18:15 +00:00
http://jmtd.livejournal.com/ 8d7dba2fb2 wl rcs 2010-04-29 15:35:59 +00:00
albertlash ebde1ee2fd 2010-04-29 03:44:52 +00:00
albertlash 0c7d2cf9b2 2010-04-29 03:44:27 +00:00
http://kerravonsen.dreamwidth.org/ a5923e3999 reply 2010-04-29 00:27:03 +00:00
Joey Hess a6e6f604bd TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not in-wiki templates.) 2010-04-28 12:39:13 -04:00
http://kerravonsen.dreamwidth.org/ 67e8edc597 question about TMPL_INCLUDE 2010-04-28 03:22:37 +00:00
Joey Hess 9daf3db277 format 2010-04-27 00:02:49 -04:00
Joey Hess 47dfa3b8b9 add news item for ikiwiki 3.20100427 2010-04-27 00:00:46 -04:00
Joey Hess 3ac2ae1f14 Add page() PageSpec, which is like glob() but matches only pages, not other files. 2010-04-26 18:47:17 -04:00
Joey Hess a6bd053638 remove manual file remove instructions
Since that was written, ikiwiki got fixed to track old rendered files
across --rebuild and remove them.
2010-04-26 16:31:00 -04:00
Joey Hess 06d5a19370 document match_guid 2010-04-26 13:47:40 -04:00
Joey Hess 0689f2dbc5 add blipvert 2010-04-26 13:43:24 -04:00
Joey Hess d4a1d88dbe Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-26 13:41:22 -04:00
http://jmtd.livejournal.com/ d3c994d980 fix indent 2010-04-26 15:29:04 +00:00
http://jmtd.livejournal.com/ 76e8e4ea83 insert table of common namespaces 2010-04-26 15:24:50 +00:00
http://jmtd.livejournal.com/ 60481cad90 move list of namespaces to its own section 2010-04-26 15:19:04 +00:00
http://jmtd.livejournal.com/ 86484c109d table name for querying the mediawiki mysql db 2010-04-26 15:14:08 +00:00
Joey Hess 506075695f typo 2010-04-25 14:16:53 -04:00
http://id.ertugkaramatli.com/ f49b9e7411 added my personal site 2010-04-25 13:25:59 +00:00
Joey Hess 5afda33672 wording 2010-04-24 21:39:03 -04:00
Joey Hess c6a473b8ee update 2010-04-24 20:30:05 -04:00
Joey Hess c2656f08f3 template() - return params in list context
I forgot CGI::Formbuilder's horrible interface that needs template
parameters instead of a constructed object.
2010-04-24 16:15:47 -04:00
Joey Hess a95d824cb4 update 2010-04-24 01:39:39 -04:00
Joey Hess c0b2334815 reword, reorg, add example 2010-04-24 01:13:37 -04:00
Joey Hess 39d4bfde6b Merge branch 'master' into templatemove 2010-04-24 00:47:54 -04:00
Joey Hess b28323e76a fix caps 2010-04-24 00:47:46 -04:00
Joey Hess 8a56df576a Merge branch 'master' into templatemove 2010-04-24 00:46:17 -04:00
Joey Hess be3d754320 remove paragraph about old style directives, it's been long enough 2010-04-24 00:45:54 -04:00
Joey Hess a46e178932 add link to templates page 2010-04-24 00:43:45 -04:00
Joey Hess 05517a5426 wording 2010-04-24 00:41:52 -04:00
Joey Hess 1473bf84c5 update re template change 2010-04-23 17:38:37 -04:00
Joey Hess 33b0a69e90 improve attachment example 2010-04-23 17:36:07 -04:00
Joey Hess 9b112cc986 add test case to ensure all templates are documented 2010-04-23 17:23:31 -04:00
Joey Hess 6c64ce0336 update news for template change 2010-04-23 17:01:22 -04:00
Joey Hess e8a23c299e Merge branch 'master' into templatemove 2010-04-23 16:48:53 -04:00
Joey Hess d5c5fef363 update 2010-04-23 16:48:37 -04:00
Joey Hess 7bba522545 Merge branch 'master' into templatemove
Conflicts:
	doc/templates.mdwn
2010-04-23 16:43:44 -04:00
Joey Hess 7e79da7633 template docu reorg
Remove wikitemplates page; fold its contents into templates page.
Update all backlinks. Document new ability to put templates inside srcdir.
2010-04-23 16:14:33 -04:00
Joey Hess d822e37d0e move template documentation to the template directive
allow new templates to be created via the inline that lists them
(cherry picked from commit 83703d2f4a)
2010-04-23 15:33:32 -04:00
Joey Hess 83703d2f4a move template documentation to the template directive
allow new templates to be created via the inline that lists them
2010-04-23 15:32:39 -04:00
Joey Hess 78fd3b35a2 allow template pages to not be under templates/ 2010-04-23 15:02:07 -04:00
Joey Hess 54898d16d4 allow a bare page name to be specified as a template 2010-04-23 14:44:37 -04:00
Joey Hess 796ece2a8a response 2010-04-23 13:30:52 -04:00
privat 53c8bf9ed9 multiple_sidebars in a gitbranch 2010-04-23 17:28:38 +00:00
Jon Dowland 92c927cb92 half-formed thought about accessible profiling 2010-04-23 18:28:20 +01:00
privat 4afe2d1170 add my repository in the list 2010-04-23 17:20:51 +00:00
Jon Dowland f5466ad717 how important is perl 5.10? 2010-04-23 16:29:05 +01:00
Joey Hess 5bc7efab7c switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden during build 2010-04-22 23:00:33 -04:00
blipvert a2feb7d477 rename bugs/creating_build_fails_oddly_when_older_ikiwiki_is_installed.mdwn to bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn 2010-04-23 02:40:36 +00:00
blipvert 898fc10955 2010-04-23 02:36:27 +00:00
Joey Hess 4c99904af3 reference my branch for this 2010-04-22 16:29:49 -04:00
Joey Hess abd2339312 look for templates in srcdir and underlays, first
This entailed changing template_params; it no longer takes the template
filename as its first parameter.

Add template_depends to api and replace calls to template() with
template_depends() in appropriate places, where a dependency should be
added on the template.

Other plugins don't use template(), so will need further work.

Also, includes are disabled for security. Enabling includes only when using
templates from the templatedir would be nice, but would add a lot of
complexity to the implementation.
2010-04-22 15:55:58 -04:00
http://smcv.pseudorandom.co.uk/ 418670c7e8 map can't currently change sort ordering 2010-04-22 19:28:31 +00:00
http://seph.myopenid.com/ 8eac7c2ad4 2010-04-22 19:15:42 +00:00
Joey Hess 23d62f42bd remove add_templates option
Templates are moving into the srcdir, and will also be searched for in
configured underlays, so this is redundant.
2010-04-22 14:35:00 -04:00
Joey Hess 584391aedd clarify 2010-04-22 14:07:45 -04:00
Joey Hess ad296f90c3 add 2010-04-22 13:45:25 -04:00
Joey Hess 1f5d1dff61 update 2010-04-22 00:42:53 -04:00
Joey Hess 170725dc3e update 2010-04-22 00:40:05 -04:00
Joey Hess 3ee571390e Merge branch 'autotag' 2010-04-22 00:34:03 -04:00
Joey Hess 2b175d7c1f improved fix for depends_simple_mixup
Avoid adding the page matched against as an influence for
currently failing pagespec matches, while still adding
any other influences.

This avoids bloating depends_simple with lots of bogus influences when
matching eg, "!link(done)". It's only necessary for the page being tested
to be an influence of that if the page matches.
2010-04-22 00:18:20 -04:00
Joey Hess c98414e192 added a test case for this bug
Further analysis suggests fixing this might not be as dreadful as I first
thought!
2010-04-21 23:08:54 -04:00
Joey Hess 13325317a3 backlink influence data seems ok 2010-04-21 22:04:03 -04:00
Joey Hess 17a89d3d19 update 2010-04-21 21:57:12 -04:00
Joey Hess 09ff797682 more wrongness 2010-04-21 21:55:12 -04:00
Joey Hess 8cf6b7abf8 link fix 2010-04-21 21:42:18 -04:00
Joey Hess 6c5f315970 argh. head exploding. 2010-04-21 21:38:58 -04:00
Joey Hess 557912c723 my autotag branch seems ready 2010-04-21 20:47:18 -04:00
Joey Hess d048e9c64a turn on tag_autocreate by default if tagbase is set 2010-04-21 20:39:20 -04:00
Joey Hess 20052f8882 Merge branch 'master' into autotag
Conflicts:
	IkiWiki/Plugin/tag.pm
2010-04-21 20:19:06 -04:00
Joey Hess 129cd00bdb remove broken ./tag support
The commit that added the (working) support for using /tag to override
tagbase also tried to make ./tag work. Problem is, tags are links,
and ./foo is not a valid link (though I think there's a wishlist about it).

So, using ./tag really resulted in tag creation links that led to a
"bad page name" error. And even if the tag were created in the right place,
the link didn't go to it.
2010-04-21 20:15:11 -04:00
Joey Hess 789e68a8b1 Merge branch 'master' into autotag
Conflicts:
	IkiWiki/Plugin/tag.pm
2010-04-21 19:47:38 -04:00
Joey Hess 1336a3270b response 2010-04-21 16:36:58 -04:00
Joey Hess f03d3d8567 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-21 16:34:50 -04:00
Joey Hess 463ba55dce note re includes 2010-04-21 16:33:03 -04:00
http://smcv.pseudorandom.co.uk/ ffe9fd8eb1 suppressing auto-creation can be quite counter-intuitive 2010-04-21 20:30:14 +00:00
http://smcv.pseudorandom.co.uk/ b21db41978 elide an older patch that's no longer under discussion 2010-04-21 20:23:19 +00:00
Joey Hess 760b840e8f update 2010-04-21 16:19:16 -04:00
Joey Hess e9551afc5f Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-21 16:14:23 -04:00
Joey Hess 6a30b45e75 update 2010-04-21 16:07:23 -04:00
Joey Hess 9951060f62 Merge branch 'master' into autotag 2010-04-21 15:53:59 -04:00
Joey Hess e3ea28f8c7 update, tag deletion bug 2010-04-21 15:53:44 -04:00
http://hendry.iki.fi/ 86e73e42e8 2010-04-21 19:48:31 +00:00
Joey Hess 204c0a63f3 document tag_autocreate 2010-04-21 15:22:52 -04:00
http://hendry.iki.fi/ 9ed523d762 2010-04-21 19:21:38 +00:00
Joey Hess 9fa5f71034 update; my branch is (partially) debugged now 2010-04-21 15:18:11 -04:00
http://hendry.iki.fi/ e72973afdb debugging 2010-04-21 19:07:32 +00:00
Joey Hess 9c8761ba49 add_autofile filename should be relative to srcdir 2010-04-21 14:37:03 -04:00
Joey Hess 0fcbcc4815 Merge branch 'master' into autotag 2010-04-21 14:21:40 -04:00
Joey Hess 5c855b2bca applied 2010-04-21 12:50:43 -04:00
http://oblomov.myopenid.com/ 5d2df9651f Missing links with no CGI 2010-04-21 08:17:03 +00:00
Joey Hess 34e8c78c1c Merge branch 'master' into autotag 2010-04-20 18:19:00 -04:00
http://oblomov.myopenid.com/ 4b4fdc85ab Clarifications 2010-04-20 20:18:29 +00:00
http://smcv.pseudorandom.co.uk/ 3b8f4f59d6 internal pages: the revenge? 2010-04-20 15:01:39 +00:00
Jon Dowland 52ccc03d10 clarify whether the raw files would be put in destdir 2010-04-20 15:40:10 +01:00
Joey Hess 1171851934 similarity to internal pages 2010-04-20 01:32:19 -04:00
Joey Hess 563428ebd2 response 2010-04-19 23:52:16 -04:00
http://kerravonsen.dreamwidth.org/ 529929e732 non comprend 2010-04-20 02:45:14 +00:00
http://kerravonsen.dreamwidth.org/ fda191cbbb formatting 2010-04-20 02:43:44 +00:00
http://kerravonsen.dreamwidth.org/ 16afa9e844 further clarification 2010-04-20 02:41:13 +00:00
Joey Hess 9f00692a79 response 2010-04-19 22:37:55 -04:00
http://kerravonsen.dreamwidth.org/ 09c647c177 response 2010-04-20 02:31:00 +00:00
Svend Sorensen 65510a3c05 Merge branch 'master' of git://git.ikiwiki.info 2010-04-19 16:13:10 -07:00
Svend Sorensen e1ebdda72b Remove www prefix from Svend's website URLs 2010-04-19 16:12:09 -07:00
Joey Hess 7c0a2830f2 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-19 16:04:49 -04:00
Joey Hess 1b7c455f4a thinking about changing how templatedir works and allowing wikitemplate files into the srcdir 2010-04-19 16:03:53 -04:00
http://oblomov.myopenid.com/ 99cdd38dd5 Respond 2010-04-19 08:36:38 +00:00
http://kerravonsen.dreamwidth.org/ 63e6c00890 response to the further thoughts 2010-04-19 02:23:12 +00:00
PeteG 472694b8b4 2010-04-18 12:34:20 +00:00
PeteG 56bf9c04a2 2010-04-18 12:33:51 +00:00
Joey Hess 59ceeb5621 improve docs 2010-04-17 17:15:07 -04:00
Joey Hess ca02c57ee4 document add_autofile 2010-04-17 14:07:12 -04:00
Joey Hess e289e0b4ba recommend git 2010-04-17 14:00:25 -04:00
Joey Hess cd8ec309d2 bzr getmtime done 2010-04-17 13:58:31 -04:00
Joey Hess 6f485b8f45 note that tla plugin is not being maintained 2010-04-17 13:57:59 -04:00
Joey Hess a1aa71efc9 document the gitbranch template 2010-04-17 13:49:20 -04:00
Joey Hess 9fbef7e1d2 reformat 2010-04-17 13:42:50 -04:00
Joey Hess c721a9ef87 my autotag branch 2010-04-17 13:41:06 -04:00
Joey Hess 7fcc0faf83 few more suggestions 2010-04-17 12:45:20 -04:00
Joey Hess c769a33392 autoindex: Switch to using %wikistate instead of abusing $pagestate{index}. 2010-04-17 12:20:50 -04:00
Joey Hess c6c03768da add list of compatability breaking changes 2010-04-16 19:42:18 -04:00
Joey Hess e31b1b27f8 remove note about needing --gettime; automatically run on first build now 2010-04-16 19:25:25 -04:00
Joey Hess b13bb0c83c implement rcs_getmtime for svn
This is a slow implementation; it runs svn log once per file
still, rather than running svn log once on the whole srcdir.

I did it this way because in my experience, svn log, run on a directory,
does not always list every change to files inside that directory.
I don't know why, and I use svn as little as possible these days.
2010-04-16 18:46:20 -04:00
Joey Hess dee2940c0b automatically run --gettime, and optimise it for git
* Automatically run --gettime the first time ikiwiki is run on
  a given srcdir.
* Optimise --gettime for git, so it's appropriatly screamingly
  fast. (This could be done for other backends too.)
* However, --gettime for git no longer follows renames.
* Use above to fix up timestamps on docwiki, as well as ensure that
  timestamps on basewiki files shipped in the deb are sane.
2010-04-16 18:30:56 -04:00
Joey Hess d3ebc80cd0 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-16 17:53:31 -04:00
Cord e3e245956f typo 2010-04-16 21:48:35 +00:00
Joey Hess b14f84c4ac --gettime revamp
* Rename --getctime to --gettime. (The old name still works for
  backwards compatability.)
* --gettime now also looks up last modification time.
* Add rcs_getmtime to plugin API; currently only implemented
  for git.
2010-04-16 17:02:29 -04:00
http://oblomov.myopenid.com/ ff5b73163f Proposal for tags/meta/field coalescing 2010-04-16 18:20:29 +00:00
http://smcv.pseudorandom.co.uk/ 7205228598 ... and indeed there is a better way to store it 2010-04-16 17:51:51 +00:00
David Riebenbauer a70c2518af answer to clarification. 2010-04-16 18:16:47 +02:00
Joey Hess 49be30eae8 clarify re %pagestate persistence 2010-04-16 12:08:12 -04:00
http://smcv.pseudorandom.co.uk/ 18b39ff975 try to clarify 2010-04-16 15:31:31 +00:00
David Riebenbauer e26ac520bf typo 2010-04-16 17:21:54 +02:00
David Riebenbauer 5c263623c2 answer about the `%pagestate` of autopages. 2010-04-16 17:19:44 +02:00
http://kerravonsen.dreamwidth.org/ 208a77a977 response 2010-04-16 03:41:25 +00:00
Joey Hess 4efc897fdf Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-15 20:12:25 -04:00
Joey Hess 142e025ae4 calendar: Improved display of arrows. 2010-04-15 20:12:03 -04:00
http://smcv.pseudorandom.co.uk/ b5e7f7a67f slight clarification 2010-04-15 23:39:02 +00:00
http://smcv.pseudorandom.co.uk/ f0ed76441d some comments about this and autoindex 2010-04-15 23:36:42 +00:00
Joey Hess 425f6a8de2 reduce border 2010-04-15 19:21:01 -04:00
Joey Hess a0a472d577 fix tagspec 2010-04-15 17:57:35 -04:00
Joey Hess f41ebb8862 reorg 2010-04-15 17:56:36 -04:00
Joey Hess 4c6f5a48bc fix sidebar directive parameter handling 2010-04-15 17:50:43 -04:00
Joey Hess 4bbbd77a48 typo 2010-04-15 17:49:32 -04:00
Joey Hess bbb3a8aac7 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-15 17:40:18 -04:00
Joey Hess d63e043f0a allow sidebar directive to enable use of sidebar page
This way, the example blog always has a sidebar on the index page,
but not the overhead of sidebars on all the other pages. And if a
user wants to, they can enable global_sidebars to switch to sidebars on
every page.
2010-04-15 17:38:13 -04:00
Joey Hess 1f7175e891 sidebar: Add global_sidebars setting. 2010-04-15 17:31:50 -04:00
Joey Hess 37a0c2d40b add note if ikiwiki-calendar needs to be run 2010-04-15 16:55:20 -04:00
Joey Hess 358fa953e1 sidebar: Now a sidebar directive can be used to override the sidebar shown on a page. 2010-04-15 16:51:27 -04:00
Joey Hess 843ce484fc update 2010-04-15 16:21:06 -04:00
Joey Hess 5143d790b0 sidebar styling improvements
Added a visible border; tuned down the whitespace/borders.

Note the use of the -1 pixel margin-top -- this makes the sidebar appear
to hang down from the line under the actions at the top of the page.
2010-04-15 16:08:33 -04:00
Joey Hess 3fbc9e411e increase sidebar width from 20 to 30 ex
This makes it big enough to fit a month calendar.
2010-04-15 15:38:23 -04:00
Joey Hess baaa848f6c CSS and templates for sidebar changed to use a class, not an id.
Multiple sidebars should be possible; also, I want to add a sidebar
template.
2010-04-15 15:04:17 -04:00
Joey Hess d6bfe2a25e don't link to ikiwiki-calendar, broken link on basewiki 2010-04-15 14:32:53 -04:00
Joey Hess fe733e2a42 enhance pagestats and rework example blog front page
* pagestats: Class parameter can be used to override default class for
  custom styling.
* pagestats: Use style=list to get a list of tags, scaled by use like
  in a tag cloud. This is useful to put in a sidebar.
* Rework example blog front page.
2010-04-15 14:29:14 -04:00
Joey Hess 3131433f64 calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify which pages to include on the calendar archive pages. (The pagespec can still also be specified on the ikiwiki-calendar command line.) 2010-04-15 13:40:53 -04:00
Joey Hess 81ce1cf9da remove example comments_pagespec setting
auto-blog.setup configures this automatically now
2010-04-15 13:38:24 -04:00
http://oblomov.myopenid.com/ 55d4e6bdce Reply to KA about collapsing metadata functionality 2010-04-15 13:54:54 +00:00
http://kerravonsen.dreamwidth.org/ 19700c70e5 response, alternative proposal 2010-04-15 07:39:32 +00:00
http://oblomov.myopenid.com/ 2f6da5fd2b Describe my tag type proposal 2010-04-15 07:19:47 +00:00
Joey Hess 43ed0cd07e note link types are now available 2010-04-14 16:04:52 -04:00
PaulePanter 53c8e674ac Correct comment. We want to merge the branch *doc* into branch *master* as the sample output suggests. 2010-04-14 17:38:39 +00:00
http://oneingray.myopenid.com/ e6e77d2311 Fixed a typo. 2010-04-14 16:03:20 +00:00
http://oneingray.myopenid.com/ 766ad1cb4c Fixed the double quotes. 2010-04-14 15:56:45 +00:00
http://oneingray.myopenid.com/ 43ad6bf961 More details on my personal preferences (as related to Ikiwiki.) 2010-04-14 15:54:49 +00:00
http://oneingray.myopenid.com/ 46551be9ef Give a bit more details about the Wikis (now one more) I run. 2010-04-14 15:42:25 +00:00
Joey Hess aaaef74010 update 2010-04-12 16:46:38 -04:00
Joey Hess 24fb346938 fix bug 2010-04-12 16:04:49 -04:00
Joey Hess 5ce4c89dee Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-12 15:03:42 -04:00
Joey Hess df022df35e implemented the other half of this
Writing my own sort code actually was faster than the built in sort. Whee!
(That's not supposed to happen, is it. ;)

But, I need to make sure influences are calculated alright.
2010-04-12 15:02:18 -04:00
Simon McVittie 9060cb0cf8 Space sorting orders consistently
Markdown interprets the empty lines resulting from [[!if]] as a request
that each <li> contain a <p>. For consistent spacing in the HTML, either
the unconditional items should have blank lines between (resulting in
each <li> having a <p>), or the conditional items should not (resulting
in messy source code, and no <li> having a <p>). I think the former
looks nicer.
2010-04-11 14:32:18 +01:00
Joey Hess 0bfc364a7d optimization: pagespec_match_list with no num limit matches before sorting
This can be a lot faster, since huge numbers of pages are not sorted
only to mostly be thrown away. It sped up a build of my blog by at least
5 minutes.
2010-04-11 01:30:03 -04:00
Joey Hess cecbd52938 plan for more efficient pagespec_match_list sorting
(smcv please note)
2010-04-11 00:30:27 -04:00
Joey Hess bb09a1f001 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-10 18:29:20 -04:00
Joey Hess d2c36a6f4b close 2010-04-10 15:29:31 -04:00
Cord a8761a086e 2010-04-10 07:06:06 +00:00
Joey Hess 1c1c76c53e close bug, was fixed in 3.20100403 2010-04-09 12:25:10 -04:00
http://kerravonsen.dreamwidth.org/ ce9cf967d0 formatting 2010-04-07 23:33:04 +00:00
http://kerravonsen.dreamwidth.org/ 15a65ffae6 further response to smcv on pagetemplates 2010-04-07 23:29:25 +00:00
Jon Dowland c127e964f1 expand my response 2010-04-07 21:25:26 +01:00
http://smcv.pseudorandom.co.uk/ e46a3b7534 "safe" and "unsafe" too simplistic, I suspect 2010-04-07 17:39:04 +00:00
http://kerravonsen.dreamwidth.org/ 2e9fae5c11 response about XSS, meta and pagetemplates 2010-04-07 15:12:39 +00:00
Joey Hess ef1ebf6079 add peter's git repo 2010-04-07 00:28:56 -04:00
Joey Hess d58444a3e9 note about sort and dependency types
There's a gotcha where pagespec_match_list is used with a dependency type
that is not a full content dependency, and so ikiwiki does not know that
a content change to a page that sorted too low to match needs to trigger
a rebuild, since its sort order may have changed.

Inline is mostly ok re this, as it does use content dependencies. Except
for in the case of raw mode. But then, page metadata is documented to not
be loaded, so it doesn't make sense to use sortspecs that depend on
metadata. I hope. :)
2010-04-07 00:09:22 -04:00
Joey Hess 32ce94f5a3 close (but one question remains!) 2010-04-06 23:30:10 -04:00
Joey Hess 04a9d8e867 remove note about more sort types possibly being available
Good plugins should document them :)
2010-04-06 23:26:59 -04:00
Joey Hess dad7ac5a21 question 2010-04-06 23:24:22 -04:00
Joey Hess be2af2e5c1 add cpan link 2010-04-06 23:19:00 -04:00
Joey Hess bab8fec524 Merge remote branch 'smcv/ready/sort-package'
Conflicts:
	debian/NEWS
2010-04-06 23:15:33 -04:00
Joey Hess 9dc220711d Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-06 23:05:04 -04:00
Joey Hess fcd810d236 close 2010-04-06 23:04:54 -04:00
http://smcv.pseudorandom.co.uk/ e12cd5f293 update fieldsort plugin again; remove obsolete bug + fix note (thanks!) 2010-04-07 03:03:40 +00:00
Joey Hess f2a87addc6 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-04-06 22:59:57 -04:00
Joey Hess 3b1dd03c7e improve wording to not encourage explicitly passing undef 2010-04-06 22:57:02 -04:00
http://smcv.pseudorandom.co.uk/ 1158fe8f44 further discussion, point out potential XSS 2010-04-07 02:55:50 +00:00
Joey Hess f6fd7639da Merge remote branch 'smcv/ready/link-types' 2010-04-06 22:50:19 -04:00
http://kerravonsen.dreamwidth.org/ 811d398646 response 2010-04-06 23:20:49 +00:00
http://kerravonsen.dreamwidth.org/ c7eaf3c262 response 2010-04-06 23:19:18 +00:00
http://kerravonsen.dreamwidth.org/ 121405e8aa response to Joey and smcv 2010-04-06 23:09:59 +00:00
http://kerravonsen.dreamwidth.org/ af99d4cb10 reply 2010-04-06 22:24:24 +00:00
http://smcv.pseudorandom.co.uk/ 899639f10d fixed 2010-04-06 20:03:26 +00:00
Simon McVittie b8f4ffdc5d Remove typedlink from [[ikiwiki/pagespec]]
It's not supported in this branch any more.
2010-04-06 21:00:48 +01:00
Joey Hess 1a646f7e77 Revert spam
This reverts commit e496920e51.

"Twice is enemy action"; enjoy your ban!
2010-04-06 15:12:54 -04:00
webkatalog e496920e51 2010-04-06 18:43:08 +00:00
Joey Hess 4568ba8a62 Revert spam
This reverts commit b29c50c731.

Nice try, no cigar.
2010-04-06 14:39:51 -04:00
webkatalog b29c50c731 2010-04-06 18:38:17 +00:00
Joey Hess 407a349359 nearly there! 2010-04-06 14:20:44 -04:00
Joey Hess ff267e7ac3 comment 2010-04-06 14:09:02 -04:00
Joey Hess 6fd59908ba comment 2010-04-06 14:06:29 -04:00
Joey Hess 33d934b5ca comment 2010-04-06 14:05:00 -04:00
Joey Hess c87ddb6908 idea 2010-04-06 13:58:55 -04:00
Joey Hess 089a7faff8 first question 2010-04-06 13:25:26 -04:00
http://smcv.pseudorandom.co.uk/ 2efec70c7e oops, branch returned now 2010-04-06 10:47:28 +00:00
http://kerravonsen.dreamwidth.org/ ee1e7079eb more flexible underlays, please? 2010-04-06 04:41:55 +00:00
http://kerravonsen.dreamwidth.org/ 06f58b1b88 response 2010-04-06 04:00:47 +00:00
http://kerravonsen.dreamwidth.org/ 5f8df58288 2010-04-06 03:59:09 +00:00
http://smcv.pseudorandom.co.uk/ 1f112d570e if applied, reverting this would be problematic 2010-04-06 00:55:54 +00:00
http://smcv.pseudorandom.co.uk/ 315bcf866c tag as patch 2010-04-06 00:51:27 +00:00
http://smcv.pseudorandom.co.uk/ 0ed94696c0 pages talking about escaping should really be escaped correctly 2010-04-06 00:50:51 +00:00
http://smcv.pseudorandom.co.uk/ 26bf69d17a as seen on IRC 2010-04-06 00:49:38 +00:00
http://smcv.pseudorandom.co.uk/ 1fb5b9f61c switch branch for review to use ready/foo convention 2010-04-06 00:04:47 +00:00
http://smcv.pseudorandom.co.uk/ b186ec1b4c ready for review, I think 2010-04-06 00:02:18 +00:00
Simon McVittie cb8b2f80b2 Use $a and $b for SortSpec cmp callbacks 2010-04-05 22:50:51 +01:00
Joey Hess f8457f9a90 fix bug that left stray </p> tags
Both markdown and tidy add paragraph tags around text, that needs to be
stripped when the text is a short, one line fragment that is being inserted
into a larger page. tidy also adds several newlines to the end, and this
broke removal of the paragraph tags.
2010-04-05 17:18:30 -04:00
Joey Hess a01028ae81 txt: Add a special case for robots.txt. 2010-04-05 17:02:10 -04:00
Joey Hess 10f4695abd response 2010-04-05 15:28:54 -04:00
http://smcv.pseudorandom.co.uk/ 861080b918 potential performance improvements 2010-04-05 19:19:00 +00:00
Joey Hess b51703569d speed 2010-04-05 14:59:29 -04:00
Joey Hess 6876c5a588 close bug, comment 2010-04-04 12:28:12 -04:00
http://smcv.pseudorandom.co.uk/ f6dde92957 advertise some bugfixes 2010-04-04 14:05:42 +00:00
http://smcv.pseudorandom.co.uk/ 834936a408 bug report + patch: unnecessary YAML::Any dependency 2010-04-04 14:03:51 +00:00
http://hendry.iki.fi/ 3a02cfca99 2010-04-04 13:00:52 +00:00
PaulePanter 7060b774e4 Typo. 2010-04-04 12:03:41 +00:00
http://liw.fi/ 6b746ed72b 2010-04-04 09:23:05 +00:00
http://liw.fi/ 3190e3be93 2010-04-04 09:13:01 +00:00
http://liw.fi/ 3e2a78840a 2010-04-04 09:12:23 +00:00
https://mukund.startssl.com/ 17cc857378 Add the Banu website 2010-04-04 07:16:41 +00:00
https://mukund.startssl.com/ ed26f287b2 Remove my homepage 2010-04-04 07:13:51 +00:00
Simon McVittie 490f95616a Rename sort parameter to meta title/author to sortas=bar
Joey pointed out that sort=x usually takes a sort order.
2010-04-04 01:43:02 +01:00
Simon McVittie 618bbaee38 meta: generalize meta_title into meta(title); support author, updated, date
I've left meta_title in, undocumented, as a possible replacement for
sort=title in IkiWiki 4.0 or something.
2010-04-04 01:43:02 +01:00
http://smcv.pseudorandom.co.uk/ 61a31a3d63 updated branch 2010-04-04 00:34:36 +00:00
http://smcv.pseudorandom.co.uk/ 20040772ce update fieldsort plugin to be compatible with the latest version of my branch 2010-04-04 00:27:20 +00:00
Simon McVittie ef63441440 Remove tagged_is_strict option, and just behave as though it was enabled
Jon was worried about the backwards-compatibility break involved in making
tagged() not match non-tag links, but Joey seems less concerned about it.
2010-04-04 00:43:58 +01:00
Simon McVittie c1a42e76bc implement typed links; add tagged_is_strict config option 2010-04-04 00:43:48 +01:00
David Riebenbauer 129bea3177 answer about autofiles for tags 2010-04-03 23:42:35 +02:00
David Riebenbauer 36202d461f link to commits 2010-04-03 23:42:35 +02:00
Joey Hess 195943e588 slightly more consistent capitalisation of ikiwiki
For a while, I was avoiding capitalizing ikiwiki at the beginning of a
sentence. I now think that's a bad idea (unless explicitly referring to
the `ikiwiki` command). Still, I don't go all the way and always cap it,
as a proper noun. That would make the logo look bad. ;)

I also tend to avoid capping it as IkiWiki, except when referring to the
perl internals, which do use that capitalization. (Too late to change
that.) However, it's also reasonable to do so in a WikiLink, as a nod to
historical camelcase wikis.
2010-04-03 16:07:32 -04:00
Joey Hess af2bf28515 add news item for ikiwiki 3.20100403 2010-04-03 15:15:25 -04:00
http://smcv.pseudorandom.co.uk/ 56c64ff196 updated branch 2010-04-03 13:39:44 +00:00
Simon McVittie 04a59b3c65 Move sort hooks to the IkiWiki::SortSpec namespace
Also rename cmpspec_translate (internal function) to sortspec_translate
for consistency.
2010-04-03 14:28:21 +01:00
Simon McVittie 75fd080465 Remove support for check_cmp_foo (pre-sort checks) 2010-04-03 14:28:21 +01:00
Simon McVittie a875ee8be7 Split out sortnaturally into a plugin 2010-04-03 14:28:21 +01:00
Joey Hess 931c7b00cc response 2010-04-02 22:46:31 -04:00
Joey Hess e4e53d7a18 response 2010-04-02 22:23:36 -04:00
http://smcv.pseudorandom.co.uk/ 5445fe7657 cross-reference 2010-04-03 01:15:28 +00:00
http://smcv.pseudorandom.co.uk/ 3934759592 vague musings about wikilinks 2010-04-03 01:13:08 +00:00
http://smcv.pseudorandom.co.uk/ c4a838b33a perhaps the typedlink(tag foo) pagespec isn't so useful 2010-04-03 00:53:59 +00:00
http://smcv.pseudorandom.co.uk/ 0dad28b353 reduced difference 2010-04-03 00:45:16 +00:00
http://smcv.pseudorandom.co.uk/ c2f54ccfb7 sort-order could usefully be overridden for meta author, too 2010-04-03 00:41:31 +00:00
http://smcv.pseudorandom.co.uk/ 5f87d5d242 actually I can see a second use for "nonlinear" syntax - but I don't think it's worth it 2010-04-03 00:25:28 +00:00
http://smcv.pseudorandom.co.uk/ aec7dec279 make questions to Joey more explicit 2010-04-03 00:12:59 +00:00
http://smcv.pseudorandom.co.uk/ 011fe920d1 respond at some length 2010-04-03 00:00:53 +00:00
http://smcv.pseudorandom.co.uk/ 2c7fe7ae2c respond (also unindent Joey's review to avoid very deep indentation) 2010-04-02 22:25:16 +00:00
Joey Hess 1faf9b08e1 idea 2010-04-02 17:37:38 -04:00
Joey Hess 9e7dcefd7e comments 2010-04-02 17:26:32 -04:00
Joey Hess 1b0d4e8d88 minor comment 2010-04-02 17:16:12 -04:00
Joey Hess de62ea1cc8 fix branch name 2010-04-02 17:03:33 -04:00
Joey Hess 59ba938822 template: Search for templates in the templatedir, if they are not found as pages in the wiki. 2010-04-02 16:54:06 -04:00
Joey Hess 1c8ac7d88c review from the woods 2010-04-02 16:41:04 -04:00
Simon McVittie 05b6e8ceee Despam, again. Someone ban adrianna please? 2010-04-02 18:28:34 +01:00
adrianna 0c1a1185c1 2010-04-02 12:29:22 +00:00
adrianna bb99202474 2010-04-02 12:26:46 +00:00
adrianna caa397b768 2010-04-02 12:24:14 +00:00
adrianna e0074b91c7 2010-04-02 12:18:36 +00:00
adrianna e71a912f0c 2010-04-02 12:07:42 +00:00
Simon McVittie 7f488c7012 Despam 2010-04-02 13:07:22 +01:00
adrianna cad194a2ee 2010-04-02 12:05:18 +00:00
adrianna 1587e38fd4 2010-04-02 12:03:58 +00:00
adrianna c7bccf3a2a 2010-04-02 12:01:24 +00:00
adrianna 93024e5193 2010-04-02 12:00:46 +00:00
http://smcv.pseudorandom.co.uk/ a7ef2204dc implemented! 2010-04-01 23:40:37 +00:00
Simon McVittie 3c9cd4f156 Explain tab-delimited tables a bit better 2010-04-01 18:13:38 +01:00
http://kerravonsen.dreamwidth.org/ a682df9a1f considering tags and fields 2010-04-01 07:22:37 +00:00
http://smcv.pseudorandom.co.uk/ 63bc057690 2010-04-01 01:35:35 +00:00
http://kerravonsen.dreamwidth.org/ 4eed0abc8c response; thoughts about inline and tags 2010-04-01 00:23:31 +00:00
http://kerravonsen.dreamwidth.org/ fc5445b906 response 2010-03-31 03:01:41 +00:00
http://smcv.pseudorandom.co.uk/ 7f63763a30 they do work, with the right syntax (C backslash escapes aren't interpreted) 2010-03-31 02:07:52 +00:00
http://edrex.myopenid.com/ 66ecf1dba5 2010-03-31 00:24:22 +00:00
http://edrex.myopenid.com/ 35fcc2ec8f 2010-03-31 00:21:58 +00:00
http://smcv.pseudorandom.co.uk/ bb8b941bfc respond; correct license of fieldsort plugin to match IkiWiki 2010-03-30 12:48:03 +00:00
http://smcv.pseudorandom.co.uk/ edcea2b981 respond 2010-03-30 12:27:18 +00:00
http://smcv.pseudorandom.co.uk/ 0503bf7c88 2010-03-30 12:10:40 +00:00
http://smcv.pseudorandom.co.uk/ 026355cfa2 respond and attempt to invoke Joey :-) 2010-03-30 12:09:59 +00:00
http://smcv.pseudorandom.co.uk/ f673ce266c feature request (part of ftemplate) 2010-03-30 12:01:35 +00:00
http://kerravonsen.dreamwidth.org/ 90c444d9f1 response 2010-03-30 06:44:04 +00:00
http://www.google.com/profiles/schmonz a284d5fa0a update home page URL 2010-03-30 05:48:51 +00:00
http://kerravonsen.dreamwidth.org/ 2d1e4cce45 response 2010-03-30 05:38:31 +00:00
http://kerravonsen.dreamwidth.org/ 386e464188 quick response 2010-03-30 05:31:10 +00:00
http://gustaf.thorslund.org/ 8de983dd07 2010-03-29 22:07:27 +00:00
http://gustaf.thorslund.org/ 1c751e882e 2010-03-29 21:54:30 +00:00
Joey Hess 4a09619a79 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-29 15:25:40 -04:00
Joey Hess b2890b4e8f response 2010-03-29 15:25:34 -04:00
Jon Dowland 0b63800df3 this sounds like the correct approach 2010-03-29 20:00:56 +01:00
Jon Dowland 675e34527f thanks for the review, patch to be revised 2010-03-29 19:59:40 +01:00
Joey Hess 68c67efeff clarify example with whitespace 2010-03-29 13:27:50 -04:00
Joey Hess 6798a80aca fix link 2010-03-29 13:18:49 -04:00
Joey Hess 3e192a4c4a add a table summarizing state of each rcs plugin 2010-03-29 13:17:49 -04:00
Joey Hess 7a8bcf2a67 fix bogus math 2010-03-29 12:19:22 -04:00
Joey Hess b041131900 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Conflicts:
	doc/todo/allow_site-wide_meta_definitions.mdwn
2010-03-29 12:18:09 -04:00
Joey Hess 97898ce585 review, multiple concerns 2010-03-29 12:16:53 -04:00
Jon Dowland 263d954896 ping joey: consider patch for next release? 2010-03-29 14:58:21 +01:00
http://hendry.iki.fi/ ae4e9b25b7 2010-03-29 08:15:43 +00:00
Joey Hess b6666f5ac8 fix tag
Actually, tags can't be made to work with and w/o tagbase, so just make it
assume tagbase is set. Better example anyway.

(It'll be a broken link on ikiwiki.info though.)
2010-03-28 19:28:48 -04:00
Joey Hess 6e7bfbe7bb auto-blog.setup: Set tagbase by default, since most bloggers will want it.
Also modified first_post page to use a tag format that will work whether
or not tagbase is set.
2010-03-28 19:23:34 -04:00
Joey Hess 2bbbc906ba Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-28 18:49:22 -04:00
Joey Hess 9115336551 response 2010-03-28 18:49:15 -04:00
http://schors.livejournal.com/ 02e6ec9dd2 2010-03-28 22:47:17 +00:00
http://schors.livejournal.com/ 1de069338d 2010-03-28 22:43:24 +00:00
Joey Hess 15164671ce formatting 2010-03-28 18:37:00 -04:00
Joey Hess 6d04e182c4 formatting 2010-03-28 18:36:37 -04:00
Joey Hess 0c6e467aa6 use __TINYC__ define to avoid tinyc compat fixes breaking FreeBSD
To review, tcc does not really use environ, so you have to use clearenv
there. But POSIX, in their wisdom, didn't standardise clearenv yet,
so on FreeBSD, one still needs to manipulate environ on their own.

(If you use tcc on FreeBSD, this may leave you unsatisfied.)
2010-03-28 18:27:23 -04:00
http://schors.livejournal.com/ 7e9d1932a2 2010-03-28 22:01:53 +00:00
Joey Hess a1f50f6a31 response 2010-03-28 17:37:42 -04:00
http://hendry.iki.fi/ e1eee27fc5 2010-03-28 20:01:41 +00:00
http://oneingray.myopenid.com/ ba05b907e3 More wishlist items for the `xslt` plugin. 2010-03-28 15:58:37 +00:00
http://smcv.pseudorandom.co.uk/ 9c6b12fe3d revert misleading clarification, and try to clarify better 2010-03-28 14:52:03 +00:00
Redtexture ec110abc6d add "wait" (best to wait to tackle...) 2010-03-28 12:21:51 +00:00
http://oneingray.myopenid.com/ c4108d58dc Better URL for my Ikiwiki instance; changed the note about DNS. 2010-03-28 05:06:52 +00:00
Joey Hess 1273f1de52 Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar if necessary for unusual install. 2010-03-26 13:11:02 -04:00
Joey Hess b10c6dd631 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-26 12:59:57 -04:00
http://smcv.pseudorandom.co.uk/ 3c98cf653f fix link 2010-03-26 15:09:11 +00:00
http://smcv.pseudorandom.co.uk/ b9958fe3cf brief review of report 2010-03-26 14:09:04 +00:00
http://smcv.pseudorandom.co.uk/ fffd7e7e02 oh, my mistake... this *is* necessary, but could perhaps be done better? 2010-03-26 13:43:37 +00:00
http://smcv.pseudorandom.co.uk/ bea828a2f6 doesn't field+template already cover this? 2010-03-26 13:30:52 +00:00
http://smcv.pseudorandom.co.uk/ d88af43011 brief review of field; fieldsort plugin 2010-03-26 13:20:33 +00:00
http://smcv.pseudorandom.co.uk/ 087085899f 2010-03-26 13:03:37 +00:00
http://users.itk.ppke.hu/~cstamas/openid/ d29419ab0b me too - thanks 2010-03-26 09:43:50 +00:00
http://users.itk.ppke.hu/~cstamas/openid/ 99b402cd62 line break for better view 2010-03-26 08:58:41 +00:00
http://users.itk.ppke.hu/~cstamas/openid/ 22b9582cdd init page bugreport 2010-03-26 08:57:20 +00:00
Joey Hess 0dec80ee0c close, unreproducible 2010-03-26 01:48:37 -04:00
Joey Hess 0d524ad672 Fix incorrect influence info returned by a failing link() pagespec, that could lead to bad dependency handling in certian situations. 2010-03-26 01:38:53 -04:00
Joey Hess 4cb464d6e5 typo 2010-03-26 01:05:22 -04:00
Joey Hess 50e12b28db Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-26 00:57:52 -04:00
Joey Hess 1093c7e4b2 new bug 2010-03-26 00:57:46 -04:00
http://kerravonsen.dreamwidth.org/ 8b09b29735 response 2010-03-26 04:41:37 +00:00
http://kerravonsen.dreamwidth.org/ 3cea3eb5da response 2010-03-26 04:30:43 +00:00
Joey Hess 243b0dd082 fix the other half of the filecheck filename bug 2010-03-26 00:16:21 -04:00
Joey Hess ab89494797 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-26 00:15:22 -04:00
Joey Hess 6693b3eafe on plugins and stuff 2010-03-26 00:15:15 -04:00
Joey Hess 0f28f31047 security? 2010-03-26 00:12:22 -04:00
http://kerravonsen.dreamwidth.org/ 62306d85f9 It works! 2010-03-26 04:06:31 +00:00
Joey Hess fb39dc5f5f patch 2010-03-25 23:40:38 -04:00
http://kerravonsen.dreamwidth.org/ 5dd8c9e999 now my main site uses IkiWiki fully 2010-03-26 01:44:52 +00:00
http://kerravonsen.dreamwidth.org/ b68aa11732 oh dear not fixed after all 2010-03-26 01:40:32 +00:00
http://smcv.pseudorandom.co.uk/ 959d5b197d an alternative way to do plugins, as rubykat suggested 2010-03-25 23:39:45 +00:00
Simon McVittie b86276ffed Reimplement extensible sorting mechanisms, in the same way as pagespecs 2010-03-25 23:31:53 +00:00
Joey Hess 3d671ea8c1 filecheck: Fix bug that prevented the pagespecs from matching when not called by attachment plugin. 2010-03-25 14:39:09 -04:00
http://kerravonsen.dreamwidth.org/ 46f8f72793 response 2010-03-25 04:43:16 +00:00
Joey Hess 1030d23a2c response 2010-03-25 00:11:39 -04:00
http://kerravonsen.dreamwidth.org/ c757cfa64f I'm not sure if I'm supposed to tag this as patch, so I removed the tag. 2010-03-25 03:38:14 +00:00
http://kerravonsen.dreamwidth.org/ dc96603212 bug and fix 2010-03-25 03:35:14 +00:00
Simon McVittie 81cd306900 an updated branch 2010-03-25 00:05:58 +00:00
Simon McVittie 60edd2dc31 Allow sorting to be combined and/or reversed 2010-03-24 23:51:48 +00:00
http://kerravonsen.dreamwidth.org/ 1a587504e9 what about a SortSpec rather than a sort-hook? 2010-03-24 22:48:47 +00:00
http://smcv.pseudorandom.co.uk/ 3b08b19b4e use `` to avoid markdown eating example pagespecs 2010-03-24 21:33:03 +00:00
Joey Hess c64c4b9962 Add --set-yaml switch for setting more complex config file options. 2010-03-24 14:39:50 -04:00
http://smcv.pseudorandom.co.uk/ 27f1e77bc6 thoughts 2010-03-24 17:26:46 +00:00
http://smcv.pseudorandom.co.uk/ 9d4bedf760 relationship with [[plugins/contrib/report]] 2010-03-24 17:11:17 +00:00
cian 8108a7f4ba 2010-03-24 13:36:59 +00:00
http://smcv.pseudorandom.co.uk/ 48c09d4463 note: old version untested 2010-03-24 03:30:06 +00:00
http://smcv.pseudorandom.co.uk/ 7fbddb032e link to an alternative approach that I decided against 2010-03-24 03:27:11 +00:00
http://smcv.pseudorandom.co.uk/ 1c7d5eabd7 propsed branch 2010-03-24 03:24:15 +00:00
Simon McVittie b0ae19872d Add an optional "sort" argument to meta titles, defaulting to the title
This allows correct sorting of titles, names, etc., with:

    [[!meta title="David Bowie" sort="Bowie, David"]]
    [[!meta title="The Beatles" sort="Beatles, The"]]
2010-03-24 03:18:24 +00:00
Simon McVittie 0618f099da Have the meta plugin add a meta_title sort order 2010-03-24 03:15:50 +00:00
http://smcv.pseudorandom.co.uk/ 4fd05df4d4 cross-reference 2010-03-24 03:04:16 +00:00
Simon McVittie e67a9382f6 Allow hooks to add sorting functions to pagespec_match_list 2010-03-24 00:29:10 +00:00
http://jmtd.livejournal.com/ e74a85c671 rename forum/Warnings:___39__utf8___34____92__xAB__34___does_not_map_to_Unicode_at___47__usr__47__share__47__perl5__47__IkiWiki.pm_line_774__44_____60____36__in__62___chunk_1.__39__.mdwn to forum/utf8_warnings_for___34____92__xAB__34__.mdwn 2010-03-22 23:01:00 +00:00