Commit Graph

5577 Commits (49e86d2562dafdfcff4d3ba0d75f80ff0d734b95)

Author SHA1 Message Date
bremner c1b94f7110 2008-07-22 22:02:11 -04:00
Joey Hess 41b0c029c8 formatting 2008-07-22 20:33:51 -04:00
Joey Hess e5ea40bf20 updates 2008-07-22 17:52:36 -04:00
Joey Hess a759a864f3 Merge commit 'origin/master' into tova 2008-07-22 13:17:04 -04:00
http://lollipopman.myopenid.com/ 3ac17b8328 2008-07-22 09:02:45 -04:00
http://lollipopman.myopenid.com/ ee2c3290a9 2008-07-22 09:01:36 -04:00
http://lollipopman.myopenid.com/ b083b409bf 2008-07-22 08:59:53 -04:00
http://gmcmanus.myopenid.com/ b2917c76cb bug when pages changing extension; new patch 2008-07-22 05:33:24 -04:00
http://gmcmanus.myopenid.com/ 602ad172d0 patch to prevent email obfuscation 2008-07-22 05:10:46 -04:00
http://brian.may.myopenid.com/ 4515726bfe response to response 2008-07-22 01:28:20 -04:00
http://gmcmanus.myopenid.com/ 88ff7480e6 bug already noted, so mark as done 2008-07-22 01:22:14 -04:00
http://gmcmanus.myopenid.com/ 2e51d5c74d email obfuscation by Text::Markdown undone by HTML::Scrubber 2008-07-21 23:25:17 -04:00
Joey Hess 80f95cc598 improve docs 2008-07-21 22:46:15 -04:00
Joey Hess a3e16cd29f really add 2008-07-21 22:44:37 -04:00
Joey Hess 9d5c9ce258 Merge branch 'master' into tova 2008-07-21 21:23:58 -04:00
Joey Hess c2a2f71508 Add allow_symlinks_before_srcdir config setting
can be used to avoid a security check that is a good safe default, but
problimatic overkill in some situations.

I decided to underdocument this, because the option looks ugly, and I don't
want people randomly turning it on because it looks like a good idea. So if
you need it, you'll get an error message mentioning how to fix it.
2008-07-21 18:33:09 -04:00
Joey Hess e630e7507e Avoid troublesome abs_path calls in wrapper setup
As documented in the forum post.
2008-07-21 18:26:14 -04:00
Joey Hess fda61c9349 response 2008-07-21 18:20:55 -04:00
Joey Hess f91c2c6d77 response 2008-07-21 18:13:03 -04:00
Joey Hess 18d2403647 Merge branch 'master' into tova
Conflicts:

	debian/changelog
2008-07-21 17:27:50 -04:00
Joey Hess c2ffd205f3 Really fix bug with links to pages with names containing colons
Previous fix mised a few cases.
2008-07-21 17:27:14 -04:00
Joey Hess c323a51efb remove test 2008-07-21 17:18:14 -04:00
Joey Hess fcbdc3f05b test 2008-07-21 17:16:10 -04:00
Joey Hess 9a8b0744a3 typo 2008-07-21 17:15:12 -04:00
Joey Hess 9187e53575 test 2008-07-21 17:14:43 -04:00
Joey Hess b884cbd00f response 2008-07-21 17:12:17 -04:00
Joey Hess edfe869381 Merge commit 'smcv/master' 2008-07-21 17:05:40 -04:00
Simon McVittie 09a5cdbb34 Don't prepend tagbase to tags if they start with "./" or "/".
That syntax made little sense previously, and this allows sites to put
"most" of their tags under $tagbase.
2008-07-21 22:02:55 +01:00
Mathias 652beaf48c 2008-07-21 16:04:17 -04:00
Joey Hess 8cab4366d1 document remove plugin 2008-07-21 13:59:45 -04:00
Joey Hess 20cae78ac7 update on some of the conflict cases 2008-07-21 13:56:58 -04:00
http://smcv.pseudorandom.co.uk/ 8fbe201bb3 Fix one missed instance of a directive without [[! (it was committed after I branched) 2008-07-21 13:50:59 -04:00
Joey Hess c6d1ae33d2 All rcs backends need to implement rcs_remove
(Done for svn, git.)
2008-07-21 13:41:17 -04:00
Joey Hess 3f1a81c8e5 thoughts 2008-07-21 12:08:26 -04:00
Joey Hess d5e65e582a Merge commit 'smcv/prefix'
Conflicts:

	doc/news/version_2.49.mdwn

Also fixed the newest news file (and my wikiannounce script).
2008-07-21 11:34:49 -04:00
Joey Hess d13200f92b add news item for ikiwiki 2.54 2008-07-21 11:20:30 -04:00
Joey Hess b386fd2185 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-07-21 09:59:50 -04:00
Joey Hess 89e1e7195b elaborate on this idea 2008-07-21 07:49:07 -04:00
Simon McVittie e3a8495271 Migrate escaped directives (\[[) in the rest of doc to have \[[! prefix 2008-07-21 12:47:07 +01:00
Simon McVittie 404f54ac60 Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix 2008-07-21 12:46:47 +01:00
Simon McVittie 953a959be7 Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix 2008-07-21 12:46:35 +01:00
Simon McVittie 1ca63edde0 Migrate escaped directives (\[[) in doc/todo to have \[[! prefix 2008-07-21 12:45:54 +01:00
Simon McVittie 47d179802d Migrate everything else via prefix_directives
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
2008-07-21 12:32:31 +01:00
Simon McVittie 121d0f3456 Migrate doc/users via prefix_directives
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
2008-07-21 12:32:14 +01:00
Simon McVittie 297ff849b9 Migrate doc/plugins via prefix_directives
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
2008-07-21 12:31:57 +01:00
Simon McVittie dd87d82fbe Migrate doc/todo via prefix_directives
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
2008-07-21 12:31:33 +01:00
Simon McVittie 9c02d61d9b Migrate doc/bugs via prefix_directives
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
2008-07-21 12:31:04 +01:00
http://www.cse.unsw.edu.au/~willu/ 6153fd6d88 Thoughts on example setup file 2008-07-21 06:26:20 -04:00
http://www.cse.unsw.edu.au/~willu/ 19d29f4576 Update patch 2008-07-21 06:05:46 -04:00
http://www.cse.unsw.edu.au/~willu/ fb24242bb4 Updated patch 2008-07-21 05:14:10 -04:00
http://www.cse.unsw.edu.au/~willu/ 7337b86d13 Update 2008-07-21 04:52:34 -04:00
http://www.cse.unsw.edu.au/~willu/ 2cf143e6be Change to new preprocessor syntax 2008-07-21 03:19:35 -04:00
http://harningt.eharning.us/ 375f7e5351 -- fix attr 2008-07-21 01:56:07 -04:00
Joey Hess 7f4f748c23 add 2008-07-21 00:40:50 -04:00
http://harningt.eharning.us/ a74158e717 Comment about implementation questions to add WMD for Wysiwym markdown editor 2008-07-20 23:52:43 -04:00
Joey Hess 38c2495a9f response 2008-07-20 22:37:15 -04:00
http://www.openidfrance.fr/beaufils 6bb934fa76 2008-07-20 20:36:27 -04:00
http://www.openidfrance.fr/beaufils 1ebcf81a32 2008-07-20 20:33:32 -04:00
http://www.openidfrance.fr/beaufils 45388ed356 2008-07-20 20:32:28 -04:00
http://www.openidfrance.fr/beaufils 359af8c197 2008-07-20 20:29:29 -04:00
http://www.openidfrance.fr/beaufils 1a9ae3b241 2008-07-20 20:25:37 -04:00
http://www.openidfrance.fr/beaufils d8d994b07c 2008-07-20 19:44:34 -04:00
http://www.cse.unsw.edu.au/~willu/ a29b111afb reply 2008-07-20 18:17:20 -04:00
http://www.cse.unsw.edu.au/~willu/ a90b80a679 close 2008-07-20 18:04:41 -04:00
http://www.cse.unsw.edu.au/~willu/ 7f87a23bf3 2008-07-20 18:02:10 -04:00
bremner 1c9d3b9f5e 2008-07-20 10:26:47 -04:00
http://www.tychoish.com/ b7daae0fba fixing my own stupdiy. really not *that* much of a n00b 2008-07-20 10:22:34 -04:00
http://www.tychoish.com/ 4b16e21365 2008-07-20 09:27:23 -04:00
bremner ff0fc4689a describe postal-filer filter 2008-07-19 19:53:46 -04:00
bremner d52e0f08b9 shorten musings about encoding references 2008-07-19 19:47:45 -04:00
bremner 712481635a move musing about how to encode thread info 2008-07-19 19:45:49 -04:00
bremner dd24989fde oops, bad markdown fixed 2008-07-19 19:40:22 -04:00
bremner d08ba534a2 moved some discussion to discussion page 2008-07-19 19:38:29 -04:00
bremner 57501a91a9 2008-07-19 19:36:11 -04:00
Joey Hess ac2bf01045 response 2008-07-19 13:56:12 -04:00
Joey Hess fcfbf252e2 respinse 2008-07-19 13:36:06 -04:00
Joey Hess cc2c8ac8bb response 2008-07-19 13:29:24 -04:00
Joey Hess b557ba7c46 close bug, add changelog 2008-07-19 13:24:58 -04:00
Joey Hess c7b400af42 response 2008-07-19 13:17:36 -04:00
Joey Hess 61df0678bd remove note about version
This wiki documents the current (actually, next ;-) release of ikiwiki.
I don't want to have version numbers everywhere. (plugins/write is an
exception to this policy).
2008-07-19 13:16:40 -04:00
Joey Hess c716a1c2b7 clean out sandbox 2008-07-19 13:08:04 -04:00
JoshTriplett d4e757b3a3 template suggestion 2008-07-19 12:43:10 -04:00
http://bashman.myopenid.com/ 4075f79e35 2008-07-19 12:30:54 -04:00
http://bashman.myopenid.com/ 08346aec56 pruebas prueba pruebas sandbox 2008-07-19 12:22:11 -04:00
http://alcopop.org/me/openid/ ded5cafe44 description meta tag 2008-07-19 07:58:45 -04:00
http://alcopop.org/me/openid/ 116282ab7f list which versions of ikiwiki have this feature 2008-07-19 07:39:13 -04:00
http://gmcmanus.myopenid.com/ c8995955df new bug and patch 2008-07-19 03:04:47 -04:00
http://www.cse.unsw.edu.au/~willu/ 96e5c3ed69 Help? 2008-07-19 01:52:56 -04:00
http://smcv.pseudorandom.co.uk/ 1e6b38a335 2008-07-18 22:08:13 -04:00
http://www.cse.unsw.edu.au/~willu/ 1e3e8c1b0a More details on a related issue 2008-07-18 22:04:10 -04:00
http://www.cse.unsw.edu.au/~willu/ 974a0ec09e Discussion about option to optionally turn off an overly restrictive security measure 2008-07-18 21:45:35 -04:00
http://www.cse.unsw.edu.au/~willu/ 15fb518cc2 New bug and patch - close stderr when forking a sub process to run git 2008-07-18 21:03:55 -04:00
intrigeri 64295da8af thinking loud 2008-07-18 06:22:51 -04:00
intrigeri bb7e09b7a7 final congratulations & the future's just started 2008-07-17 19:42:40 -04:00
Joey Hess 17c73336bf response 2008-07-17 19:36:28 -04:00
Joey Hess 1e67780e62 response 2008-07-17 19:35:43 -04:00
intrigeri d61b9c92c5 asking for clarification 2008-07-17 19:31:32 -04:00
Joey Hess afd3126e55 dummy up an email address for web commits
Not doing so breaks cia and other things that try to parse a username out
of the email address.
2008-07-17 19:12:34 -04:00
Joey Hess 3aa616a526 let's see what cia makes of this 2008-07-17 19:05:03 -04:00
http://joey.kitenet.net/ (web) 8db285ad7b test change with my openid 2008-07-17 18:53:08 -04:00