Commit Graph

7054 Commits (62cd2e0a5d0127a13cc9af792191bcbceb36e387)

Author SHA1 Message Date
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 2c9ab7065e mark old web commits as from web 2008-07-17 19:25:10 -04:00
Joey Hess e8a11957df fix web commit determination 2008-07-17 19:23:00 -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
Joey Hess 10748c2d12 web commit by http://jcflack.myopenid.com/ 2008-07-17 17:53:13 -04:00
Joey Hess 1b318dacbd git: Fix parsing of git logs with no commit messages at all. 2008-07-17 16:53:54 -04:00
Joey Hess f66eddccc6 change how web commits are specified
The trailer line was a bit complex and ugly;
I think it's better to just put "(web)" after the user
name.

This has a side effect of making web commits with no messages
have a completly empty commit message. Use --cleanup=verbatim
to force git to accept such.
2008-07-17 16:35:18 -04:00
Joey Hess ac62a47ea4 git: Put web committer name/openid/address in the git author field
The committer's email address is not used (because leaking email addresses
is not liked by many users). Closes: #451023

A "Web-commit" trailer is added, to allow telling the difference between
web commits and direct commits.
2008-07-17 16:17:15 -04:00
Joey Hess 584f3e3061 Add a postscan hook.
* Add a postscan hook.
* search: Use postscan hook, avoid updating index when previewing.
2008-07-17 16:17:15 -04:00
Joey Hess 1b46f52043 web commit by http://jcflack.myopenid.com/ 2008-07-17 15:50:25 -04:00
Joey Hess 226c4acfea web commit by http://jcflack.myopenid.com/ 2008-07-17 15:21:31 -04:00
Joey Hess 40f88c9240 web commit by http://jcflack.myopenid.com/: Oh, *that's* where XML RPC is specified! :) 2008-07-17 14:07:29 -04:00
Joey Hess c4f124d78a fix pos setting
What was really going on is that expanding a smiley modified the string and
reset the match process. Force set pos so it continues on from the expanded
smiley.
2008-07-17 13:11:47 -04:00
Joey Hess 16c44bd209 add smiley to work around markdown
{*} can be interpreted as the start of emphasised text by markdown, so add
{x} as an alternate way to get the same symbol
2008-07-17 13:03:00 -04:00
Joey Hess df3a8b183c smiley escaping fixes
Smileys need to be double-escaped to work, since the smiley plugin runs as
a sanitize hook, and markdown helpfully removes one level of escapes first.

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

Also, once the m//g got to the end, it seemed to loop back through and make
one more pass (a difference in perl 5.10's regexp exngine? I observed that
pos was undefined when this happened, so added a `last unless defined pos`.
2008-07-17 12:34:38 -04:00
Joey Hess 4bc6f6cb96 web commit by http://jcflack.myopenid.com/ 2008-07-17 10:46:03 -04:00
Joey Hess e775d9a644 test for meta plugin and don't use when not available 2008-07-17 00:32:46 -04:00
Joey Hess 246db0f234 whitespace 2008-07-17 00:22:25 -04:00
Joey Hess 951dc083f9 set commented-out code to 1
so it can be uncommented to enable
2008-07-17 00:19:22 -04:00
Joey Hess fc52b0c025 further thoughts 2008-07-16 21:34:23 -04:00
Joey Hess ba1353fed2 response 2008-07-16 17:58:36 -04:00
Joey Hess a3a48cc57d response 2008-07-16 17:56:41 -04:00
Joey Hess 294b2cd67f response 2008-07-16 17:52:13 -04:00
Joey Hess 9721801af0 response 2008-07-16 17:50:51 -04:00
Joey Hess dc1cbf2c8c merged intrigeri's parentlinks plugin, close todo 2008-07-16 17:49:24 -04:00
Joey Hess 67d8f7f209 changelog 2008-07-16 17:45:38 -04:00
Joey Hess d08ab2ba46 move complex examples to a tip 2008-07-16 17:43:57 -04:00
Joey Hess 3096c8ea69 formatting etc 2008-07-16 17:43:42 -04:00
Joey Hess 2c05a34be1 Merge commit 'intrigeri/pedigree' 2008-07-16 17:31:15 -04:00
Joey Hess 4ed0a630cb two more cases 2008-07-16 16:55:40 -04:00
Joey Hess 0150c5abe3 some design work on rename/delete 2008-07-16 16:46:36 -04:00