Commit Graph

6975 Commits (df0f9811a30307100fe84586368231f16fcff2cc)

Author SHA1 Message Date
http://smcv.pseudorandom.co.uk/ 8f22c2454f Explicitly say that I'd like to get this into ikiwiki 2008-11-17 06:14:51 -05:00
http://smcv.pseudorandom.co.uk/ 913b516b4e Link to third-party htmlbalance plugin 2008-11-17 06:13:46 -05:00
http://smcv.pseudorandom.co.uk/ 0e31e924e8 link to stuff 2008-11-17 06:10:53 -05:00
Simon McVittie e7a840ed9a htmlbalance: new plugin that balances tags by parsing and re-serializing 2008-11-17 10:46:21 +00:00
intrigeri 408d483dc2 reported my need for a global renamepage hook
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-13 04:38:48 +01:00
Joey Hess 699aa79c2e add news item for ikiwiki 2.70 2008-11-12 18:08:10 -05:00
Joey Hess 97cb036811 note fix versions 2008-11-12 17:35:21 -05:00
Joey Hess 716560b7f1 check for invalid utf-8, and toss it back to avoid crashes
Since ikiwiki uses open :utf8, perl assumes that files contain valid utf-8.
If it turns out to be malformed it may later crash while processing strings
read from them, with 'Malformed UTF-8 character (fatal)'.

As at least a quick fix, use utf8::valid as soon as data is read, and if
it's not valid, call encode_utf8 on the string, thus clearing the utf-8
flag. This may cause follow-on encoding problems, but will avoid this
crash, and the input file was broken anyway, so GIGO is a reasonable
response. (I looked at calling decode_utf8 after, but it seemed to cause
more trouble than it was worth. BTW, use open ':encoding(utf8)' avaoids
this problem, but the corrupted data later causes Storable to crash when
writing the index.)

This is a quick fix, clearly imperfect:
- It might be better to explicitly call decode_utf8 when reading files,
  rather than using the IO layer.
- Data read other than by readfile() can still sneak in bad utf-8. While
  ikiwiki does very little file input not using it, stdin for the CGI
  would be one way.
2008-11-12 17:30:54 -05:00
Joey Hess 2c858c9c95 add news item for ikiwiki 2.69 2008-11-11 21:07:06 -05:00
Joey Hess 2ab3132d3b document other files in .ikiwiki 2008-11-11 21:01:16 -05:00
intrigeri 521d76e508 pagetitle vs meta: announcing a working prototype
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-12 01:10:09 +01:00
Joey Hess 50b95a0742 response 2008-11-11 18:34:18 -05:00
Joey Hess d1b22b2524 lockwiki changes
* Stop busy-waiting in lockwiki, as this could delay ikiwiki from waking up
  for up to one second. The bailout code is no longer needed.
* Remove support for unused optional wait parameter from lockwiki.
2008-11-11 15:54:52 -05:00
Joey Hess 6611f3a2d9 bzr: Fix dates for recentchanges. 2008-11-11 13:44:47 -05:00
Joey Hess 72a2fa9441 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-11-11 13:40:50 -05:00
Joey Hess 700c4bef29 let's stop sucking :-) 2008-11-11 13:40:02 -05:00
intrigeri fb9130c18c po: answered Joey's "create a new translation" question
... that I previously completely missed.

Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-11 17:17:56 +01:00
http://edward.myopenid.com/ 71ea77a780 add item to watch list 2008-11-11 07:59:06 -05:00
bcdugga ebd9f4ce8a 2008-11-11 00:23:20 -05:00
intrigeri 8c47f16dcc po: help request
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-11 04:39:51 +01:00
Jon Dowland 17731892ec reply 2008-11-10 23:38:45 +00:00
Jon Dowland 81a87988c4 Merge branch 'master' of git://git.ikiwiki.info 2008-11-10 23:35:00 +00:00
Joey Hess 183270a845 response 2008-11-10 18:34:35 -05:00
Jon Dowland f28069a05c add discussion on this tip 2008-11-10 23:34:09 +00:00
http://alcopop.org/me/openid/ 91315207cf specifying the user in recentchanges for anon git pushes 2008-11-10 18:30:08 -05:00
Jon Dowland c1fa07ad4f update my userpage (and try out git pushes) 2008-11-10 23:24:22 +00:00
Joey Hess 1ea66c3d3f add a robots.txt
Yahoo! has been pounding on ikiwiki.cgi again. While I'd prefer ikiwiki to
generate sites that avoided robots hitting it in other ways, I'm adding a
robots.txt, at least temporarily.
2008-11-10 18:08:09 -05:00
Joey Hess d5853f3e33 reorg to avoid broken link in basewiki
ikiwiki/markdown is a basewiki page and shouldn't link to pages in tips.

Instead, make the tips link to it, so backlinks will point back to them.
While I'm at it, move the info about the emacs mode to a tip.
2008-11-10 17:40:03 -05:00
Joey Hess 5c0d43999f response 2008-11-10 13:30:20 -05:00
Joey Hess 4287a02069 reorganize vim syntax highlighting info
There was already a tip about it; move the plasticboy version to there.
2008-11-10 13:19:22 -05:00
http://a1fie.livejournal.com/ 02ee6d40d4 vim syntax file linked 2008-11-10 01:44:19 -05:00
AlexandreDupas e7d04199ec fix link to Jason Blevins user page 2008-11-08 11:28:25 -05:00
AlexandreDupas 4991cb441e question about the format directive and relation with htmlize hooks 2008-11-08 11:04:27 -05:00
http://josephturian.blogspot.com/ 32b86c5f5b 2008-11-07 11:21:04 -05:00
Joey Hess 11d377af81 txt: Do not encode quotes when filtering the txt, as that broke later parsing of any directives on the page. 2008-11-06 20:49:18 -05:00
Joey Hess 96d52b82ed response 2008-11-06 16:12:16 -05:00
Joey Hess db5ea4d4f0 meta: Plugin is now enabled by default since the basewiki uses it. 2008-11-06 16:08:11 -05:00
http://josephturian.blogspot.com/ dc8929e2f0 2008-11-06 15:52:27 -05:00
Joey Hess 3689d28f3a response 2008-11-06 13:56:41 -05:00
Joey Hess 56fd048210 response 2008-11-06 13:51:01 -05:00
intrigeri 725dae7353 po: misc responses to Joey
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-06 16:29:46 +01:00
http://alcopop.org/me/openid/ 98ffa6e155 2008-11-06 10:17:18 -05:00
http://mjr.towers.org.uk/ 81846ef42e New bug report 2008-11-06 09:27:47 -05:00
intrigeri 256b3aeba8 po: response
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-06 12:34:47 +01:00
Joey Hess 466ceb1394 response 2008-11-05 14:35:41 -05:00
Joey Hess d6ac704500 comments and questions 2008-11-05 14:33:35 -05:00
Joey Hess f258902a21 response 2008-11-05 13:30:26 -05:00
Joey Hess ab729c78b2 add a more useful example of a relative date ;-) 2008-11-05 13:21:16 -05:00
Joey Hess 4dc4c9586d maintain list 2008-11-04 13:21:07 -05:00
Joey Hess 43a83e103e response 2008-11-04 13:19:15 -05:00
Jason Blevins c197cc34b0 Question excluding images in inline pagespec 2008-11-04 11:37:50 -05:00
Jason Blevins a0401960c7 Fix reference link 2008-11-04 11:19:14 -05:00
Jason Blevins d175961d41 Added experimental code, metamail, pandoc, and path plugins 2008-11-04 11:16:58 -05:00
Jason Blevins 5f4b41076c Forum response 2008-11-04 11:05:55 -05:00
Thomas Schwinge c67c35e897 Undo too much quoting. 2008-11-04 11:22:30 +01:00
Thomas Schwinge d0c2f1b44d Bug in the txt plugin. 2008-11-04 11:20:26 +01:00
neale 8903776a09 trackpad registered a click on save 2008-11-03 22:08:49 -05:00
neale b2aa69762d 2008-11-03 22:07:58 -05:00
Joey Hess 46b4eac933 add news item for ikiwiki 2.68 2008-11-03 16:42:48 -05:00
intrigeri 06c23490d9 updated repository location 2008-11-03 14:11:44 -05:00
intrigeri 75603b4082 response
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-03 01:42:44 +01:00
intrigeri 1a4c6b5fcf notes and wiki-gardening about pagetitle vs. meta title
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-03 01:35:36 +01:00
Jason Blevins d93b509eee Note about prefix_directives 2008-11-02 18:56:12 -05:00
intrigeri 8e451ecda4 po: now uses inject 2008-11-02 20:19:51 +01:00
http://www.cse.unsw.edu.au/~willu/ 98a5bd23d3 Add patch 2008-11-02 05:47:19 -05:00
http://www.cse.unsw.edu.au/~willu/ 8a901ad49c Thoughts 2008-11-02 05:23:25 -05:00
http://thewordnerd.info/ c2684b94b2 2008-10-31 19:34:49 -04:00
http://thewordnerd.info/ 230dcd5ac1 2008-10-31 19:06:26 -04:00
Joey Hess 8f7e6e76ac rename 2008-10-31 18:02:03 -04:00
alexander fd9192006b 2008-10-31 17:53:57 -04:00
alexander efc1e4a369 2008-10-31 17:52:42 -04:00
Joey Hess bb841f94f4 format: New plugin, allows embedding differntly formatted text inside a page (ie, otl inside a mdwn page, or syntax highlighted code inside a page). 2008-10-31 16:42:20 -04:00
Joey Hess 7ea0f92aad response 2008-10-30 14:14:57 -04:00
Joey Hess 9fee3e4e84 response 2008-10-30 13:46:49 -04:00
Joey Hess 354d22e27b don't rely on plugin load order when determining generated directives
Instead, shortcuts will explicitly be marked as such when registered, and
listdirectives can filter them out.
2008-10-30 13:41:19 -04:00
jwalzer 8f5723e1d5 start discussion of the plugin 2008-10-30 12:27:09 -04:00
jwalzer 547d296924 opml-Plugin - Stub-Page 2008-10-30 12:22:51 -04:00
http://lollipopman.myopenid.com/ 40b6033917 2008-10-30 08:28:28 -04:00
jwalzer bb8eef588b question about relative links? 2008-10-30 05:51:01 -04:00
jwalzer 4100eeb3dd Userpage setup 2008-10-30 05:37:51 -04:00
jwalzer 3db818ca8e 2008-10-30 05:34:13 -04:00
jwalzer 8f699676c7 2008-10-30 05:31:49 -04:00
jwalzer 2ac94ecdc4 2008-10-30 05:30:35 -04:00
Jason Blevins 100c68003b Forum question 2008-10-29 23:25:34 -04:00
Jason Blevins 621c3209b0 Suggest user stylesheets 2008-10-29 23:23:00 -04:00
http://www.cse.unsw.edu.au/~willu/ 1be6b0a627 Note on fix 2008-10-29 20:02:02 -04:00
Joey Hess 3b8740ebee response 2008-10-29 18:06:00 -04:00
Joey Hess 3d72fd8f26 wording 2008-10-29 18:05:56 -04:00
https://yag.myopenid.com// 2e421c7610 Just remembered that '#' already has a meaning in WikiLinks. 2008-10-29 15:39:26 -04:00
https://yag.myopenid.com// 95a1d0f436 Clarified my question about selectively disabling backlinks. 2008-10-29 15:30:53 -04:00
https://yag.myopenid.com// a9934caa26 Added syntax suggestions for accessing meta information in Ikiwiki links. 2008-10-29 15:24:59 -04:00
https://yag.myopenid.com// 06e57cd569 I'm not sure whether I understand this "raw_enabled" setting in the context of rst. 2008-10-29 15:18:19 -04:00
https://yag.myopenid.com// 3c48758576 Fixed broken link. 2008-10-29 15:09:56 -04:00
Joey Hess 33a0e84ddb fix preview of shortcuts
Move shortcut processing back to checkconfig, and avoid it failing if the
srcdir is not defined.
2008-10-29 14:20:31 -04:00
Joey Hess 3182cc6710 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-29 13:37:45 -04:00
Jason Blevins f4f099e88e Bug report re shortcuts during preview 2008-10-28 21:43:44 -04:00
neale 41926f3d99 better entry points 2008-10-28 18:13:13 -04:00
neale 900d1c5600 2008-10-28 18:11:37 -04:00
neale 1e9f4532a3 oops, attribution 2008-10-28 18:07:48 -04:00
neale 42f313574f How I accomplished this and where I'd like to take it 2008-10-28 18:06:34 -04:00
Jason Blevins 9eb0f930ba Fortran Wiki 2008-10-28 17:59:13 -04:00
Joey Hess 309974dfa1 update 2008-10-28 14:43:29 -04:00
http://www.cse.unsw.edu.au/~willu/ 791eba8c3f Note unimplemented features 2008-10-27 22:33:20 -04:00
http://www.cse.unsw.edu.au/~willu/ ea28b3a057 Notes about untrusted push in monotone 2008-10-27 22:31:34 -04:00
Jason Blevins 79b5509ed8 Redirect username (for git commits) to user page 2008-10-27 20:45:33 -04:00
Jason Blevins a6412a374e Response re sha1_commit 2008-10-27 20:20:50 -04:00
http://www.cse.unsw.edu.au/~willu/ cbd6e82910 Notes and more linkage 2008-10-27 18:50:31 -04:00
http://www.cse.unsw.edu.au/~willu/ 2ff8ffcc56 Note sourcecode plugin doesn't pollute drop-down menu 2008-10-27 18:45:22 -04:00
http://www.cse.unsw.edu.au/~willu/ d2db534f1f Note change in src-highlight plugin 2008-10-27 18:40:49 -04:00
http://www.cse.unsw.edu.au/~willu/ cf6843f1ba Updated patch 2008-10-27 18:38:20 -04:00
Joey Hess 9fb259af50 responses 2008-10-27 14:47:42 -04:00
Joey Hess 8530e827b0 git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit. 2008-10-27 14:45:54 -04:00
Jason Blevins 5e9f24bebc Thoughts 2008-10-27 01:03:37 -04:00
Jason Blevins 065cae4670 Fix escaping 2008-10-27 00:45:54 -04:00
Jason Blevins 3439e37973 Patch for substitution of sha1 in diffurl 2008-10-27 00:44:34 -04:00
bremner f0fc8d158d 2008-10-26 20:18:36 -04:00
Joey Hess 1e561f8b5f another thought 2008-10-26 20:13:14 -04:00
Joey Hess a4ddf1e504 further thoughts 2008-10-26 19:58:40 -04:00
Joey Hess 65bf71d387 organizing and pulling together syntax highlighting info 2008-10-26 19:43:57 -04:00
Joey Hess e8652cb0a5 editdiff already exists 2008-10-26 19:03:12 -04:00
https://brian.may.myopenid.com// b7c9682b32 fix typo. 2008-10-25 22:53:55 -04:00
https://brian.may.myopenid.com// ecd60221ff add my name 2008-10-25 22:52:09 -04:00
https://brian.may.myopenid.com// b522c708f0 Replace weirdness section with link to Debian bug report. 2008-10-25 22:51:05 -04:00
https://brian.may.myopenid.com// c231adc738 minor change 2008-10-25 22:33:31 -04:00
https://brian.may.myopenid.com// 450045d703 add link to Debian bug report. 2008-10-25 22:32:27 -04:00
https://brian.may.myopenid.com// 2e85da8e11 improve formatting 2008-10-25 22:27:04 -04:00
https://brian.may.myopenid.com// 697c54acc5 solution? 2008-10-25 22:08:29 -04:00
https://brian.may.myopenid.com// 04a9bda1e6 attach patch for http/https proxy support 2008-10-25 21:48:36 -04:00
http://xma.myopenid.com/ b44093d6d5 2008-10-25 01:51:53 -04:00
Jason Blevins d1d7a48d5a response 2008-10-24 18:10:35 -04:00
Joey Hess 3044ce0d4a other DVCS may be able to support anon push 2008-10-24 17:52:38 -04:00
Joey Hess de74b20d6e mention twitter feed 2008-10-24 17:50:14 -04:00
Joey Hess bc63bc9eea idea 2008-10-24 17:47:55 -04:00
intrigeri f20af3bec3 Git wizards required to make new anonymous push feature useful for me 2008-10-24 17:41:08 -04:00
intrigeri 52856b307b I was answered 2008-10-24 17:16:52 -04:00
Jason Blevins 62d25b61f9 Fix typo 2008-10-24 17:11:11 -04:00
Joey Hess 8b1313825c note about spoofing 2008-10-24 16:31:51 -04:00
Jason Blevins f3d017d26c Test anon Git push 2008-10-24 16:22:39 -04:00
Joey Hess 0538498ed0 links 2008-10-24 16:21:22 -04:00
Joey Hess 478bed2596 wording 2008-10-24 16:10:25 -04:00
Joey Hess 5e37e729f8 announce anonymous git push support 2008-10-24 16:08:36 -04:00
Joey Hess 47367f7ba8 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-24 15:52:06 -04:00
http://joey.kitenet.net/ 723586f8f2 make sure web edits still work :-) 2008-10-24 15:50:58 -04:00
Joey Hess 86ea8adaf3 new tip on setting up anonymous push 2008-10-24 15:47:18 -04:00
Joey Hess 515f3ef600 anonymous git pushes are now enabled for this wiki 2008-10-24 15:45:58 -04:00
Joey Hess 94743bd236 test 3 2008-10-24 15:41:50 -04:00
Joey Hess 41310a06ba test 2 2008-10-24 15:04:24 -04:00
Joey Hess a266e1d38b test 2008-10-24 14:30:47 -04:00
Joey Hess 1a883b3c50 include temp file for attachment change too 2008-10-24 13:44:03 -04:00
Joey Hess dfef51e10e Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-24 13:30:29 -04:00
Joey Hess 0196e1f9fc updates 2008-10-24 13:29:41 -04:00
intrigeri 7a89dbb822 thanks, closing wishlist 2008-10-24 12:50:05 -04:00
tschwinge 0a081d78c4 Typo fix. 2008-10-24 05:40:52 -04:00
Joey Hess 0fde74b012 update 2008-10-23 18:16:55 -04:00
Joey Hess ad9e443f22 check_canattach hooked up 2008-10-23 16:56:40 -04:00
Joey Hess 4669eab596 more work on untrusted committers
Wired up check_canedit and check_canremove, still need to deal with
check_canattach, and test.
2008-10-23 16:29:50 -04:00
Joey Hess bdbbca09c3 Merge branch 'master' into git-anon 2008-10-23 13:45:42 -04:00
Joey Hess 094af3d113 initial support for git repos with untrusted committers
Still need to wire up the calls to check_* , but it's cold out here and my
hands are going numb, so enough for now.
2008-10-22 20:52:34 -04:00
http://jblevins.org/ 0f8883f398 Link to h1title plugin 2008-10-22 14:03:53 -04:00
http://jblevins.org/ 7fe2744d48 Added links to a couple of experimental plugins 2008-10-22 13:57:45 -04:00
Joey Hess 97b94e4e88 displaytime hook is gone 2008-10-21 20:37:49 -04:00
intrigeri b33ce3139c thanks! 2008-10-21 19:17:49 -04:00
Joey Hess a18fea41cd Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-21 17:57:32 -04:00
Joey Hess e75818572f function injection overhaul
Add an inject function, that can be used by plugins that want to replace
one of ikiwiki's functions with their own version. (This is a scary thing
that grubs through the symbol table, and replaces all exported occurances
of a function with the injected version.)

external: RPC functions can be injected to replace exported functions.

Removed the stupid displaytime hook, and use injection instead.
2008-10-21 17:57:19 -04:00
http://xma.myopenid.com/ f1f7b9a38e 2008-10-21 17:51:26 -04:00
Joey Hess 70e0c9447a change obsolete example 2008-10-21 17:09:44 -04:00
intrigeri 64d2ba358d added link to po plugin 2008-10-21 14:59:02 -04:00
Joey Hess d66fc7acf1 updated with new thoughts on user checking 2008-10-21 12:18:22 -04:00
http://jblevins.org/ 53292eea63 Notes on MathML and SVG support 2008-10-21 11:43:37 -04:00
http://jblevins.org/ f635ff0d29 htmlscrubber patch for sanitizing SVG and MathML 2008-10-21 11:12:12 -04:00
Joey Hess dc9cb095d1 response2 2008-10-20 21:54:24 -04:00
Joey Hess 59ef1ebe5d response 2008-10-20 21:51:33 -04:00
AndrewGreenberg cc311beef3 Added "SVG aren't images" bug. 2008-10-20 21:34:02 -04:00
Joey Hess ec566c02fd response 2008-10-20 20:57:42 -04:00
Joey Hess 9eb995ba9d randomly stumbled over fedora packages of ikiwiki 2008-10-20 20:34:29 -04:00
Joey Hess 2af90681c7 re-encode to utf-8
I noticed the Fedora package doing this as part of its build.
2008-10-20 20:32:07 -04:00
Joey Hess dbf8358d68 bit of a design for how a post-receive hook could work 2008-10-20 20:16:30 -04:00
intrigeri 94797b66c4 answering joey 2008-10-20 19:45:49 -04:00
Joey Hess ee1ccfa863 use relativedate as the css class for dates that should display relative 2008-10-20 19:22:22 -04:00
Joey Hess 99bf734963 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-20 19:19:03 -04:00
Joey Hess 2c89dacde4 wow 2008-10-20 19:18:49 -04:00
intrigeri 93959d45db formatting, added git clone information 2008-10-20 18:56:21 -04:00
intrigeri eea52bccc9 initial plugin public apparition 2008-10-20 18:54:04 -04:00
intrigeri 170ebe663b added link to another idea 2008-10-20 18:40:30 -04:00
intrigeri c746aa1a7c response 2008-10-20 18:39:01 -04:00
Joey Hess df22dd5cbd add header 2008-10-20 16:59:34 -04:00
Joey Hess 22ec2912be update 2008-10-20 16:58:22 -04:00
Joey Hess f1213d3ab7 fix name 2008-10-20 16:57:37 -04:00
Joey Hess 4729426292 pull together info on converting to ikiwiki from other systems 2008-10-20 16:55:38 -04:00
Joey Hess 0835216529 response 2008-10-20 16:19:10 -04:00
http://xma.myopenid.com/ 35e95f56e9 2008-10-20 15:49:11 -04:00
http://xma.myopenid.com/ df3b52589d 2008-10-20 15:46:02 -04:00
http://xma.myopenid.com/ 0f2764e6a6 2008-10-20 15:44:36 -04:00
Joey Hess 947fd05472 turn on archive mode for forum 2008-10-20 15:38:17 -04:00
Joey Hess 9bad51a776 response 2008-10-20 15:37:27 -04:00
Joey Hess 09c648cf85 response 2008-10-20 13:14:36 -04:00
http://alcopop.org/me/openid/ 65e0923f51 response 2008-10-20 10:38:39 -04:00
http://alcopop.org/me/openid/ 4201010873 *really* fix the link :) 2008-10-20 10:35:49 -04:00
http://alcopop.org/me/openid/ f1ca9c1e5e fix Xavier's links 2008-10-20 10:35:11 -04:00
http://alcopop.org/me/openid/ a15b8a62c2 2008-10-20 10:32:26 -04:00
http://alcopop.org/me/openid/ b8c7f3d4c4 remove inadvertent header 2008-10-20 10:31:32 -04:00
http://alcopop.org/me/openid/ 38289006e7 a test to see if this is clearer 2008-10-20 10:30:19 -04:00
http://alcopop.org/me/openid/ 723aaf1f46 I like the forum idea - but a map instead of inline? 2008-10-20 10:27:56 -04:00
http://alcopop.org/me/openid/ 566c1af2aa split into subpages? 2008-10-20 10:25:49 -04:00
http://alcopop.org/me/openid/ 3a07fc2802 I was not aware of remove. 2008-10-20 10:23:41 -04:00
http://xma.myopenid.com/ 217eb43aec 2008-10-20 10:12:49 -04:00
http://xma.myopenid.com/ 044e34f329 My opinion 2008-10-20 10:06:26 -04:00
http://xma.myopenid.com/ 3fe59803d5 2008-10-20 10:02:45 -04:00
intrigeri ee166d1b6d fixes confirmed 2008-10-20 08:53:36 -04:00
tschwinge 4a958e0c1e My thoughts. 2008-10-20 04:58:04 -04:00
Joey Hess 423fae6f18 Use the pure perl Data::Dumper when generating setup files to ensure that utf-8 characters are written out as such, and not as the encoded perl strings the C Data::Dumper produces.
Note that the text produced by the C version was interpreted fine
when ikiwiki loaded the setup file. But it was not user-friendly.
2008-10-19 21:23:48 -04:00
Joey Hess 3e992b758b Fix issue with utf-8 in wikiname breaking session cookies, by entity-encoding the wikiname in the session cookie. 2008-10-19 21:07:12 -04:00
Joey Hess fd9393ef85 add displaytime hook
Need to use a hook because an exported function cannot be reliably
overridden. The replacement verstion was actually only affecting plugins
loaded after it.

formattime doesn't need a hook, since there's no reason to export it.
2008-10-19 20:12:37 -04:00
Joey Hess 3bdc66d300 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-19 19:55:28 -04:00
intrigeri 991c1b096b some more example bugfixes 2008-10-19 19:48:14 -04:00
intrigeri 3d8a6fa447 fix example 2008-10-19 19:47:19 -04:00
Joey Hess 3f8eb12b5f response 2008-10-19 19:28:25 -04:00
Joey Hess e4e89b8c61 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-19 19:27:15 -04:00
Joey Hess 2b569f99d9 fix relativedate timezone inclusion
The machine parseable date needs to include a timezone.

Also, simplified the interface for date display.
2008-10-19 19:21:44 -04:00
http://xma.myopenid.com/ d8e653e684 Webserver, why ? 2008-10-19 19:20:19 -04:00
intrigeri 214d73775f initial wishlist submission 2008-10-19 19:19:24 -04:00
intrigeri ac8e8f5ad7 one more opinion 2008-10-19 18:55:05 -04:00
intrigeri 9f7298d4fe linked to rcs/git to be in the backlinks 2008-10-19 18:45:38 -04:00
intrigeri cf84dc5d2b initial tip submission 2008-10-19 18:33:59 -04:00
intrigeri e32c6e4725 initial bug report 2008-10-19 18:19:14 -04:00
intrigeri b637f7f700 initial bug report 2008-10-19 18:13:47 -04:00
tschwinge 3670fe9a4f Correct copy&paste-o. 2008-10-19 12:14:08 -04:00
JoshTriplett 9fc7edeee5 Add links to the moin2iki code. 2008-10-18 20:05:37 -04:00
JoshTriplett a09a0087cc 2008-10-18 20:02:58 -04:00
JoshTriplett db0f771bc4 Update my contact info. 2008-10-18 20:02:28 -04:00
Joey Hess 3f922abff4 remove old dup div 2008-10-18 19:11:57 -04:00
http://jblevins.org/ c1a2df4fc1 Tracking some issues on my user page 2008-10-18 16:53:28 -04:00
http://jblevins.org/ e49a745fdd Unclosed div 2008-10-18 15:36:18 -04:00
http://hendry.iki.fi/ 943a4ff520 google plugin linked 2008-10-18 09:21:24 -04:00
http://xma.myopenid.com/ 15c6997979 2008-10-18 07:10:10 -04:00
Joey Hess 594243d615 update 2008-10-17 21:59:27 -04:00
Joey Hess 35c56622ea tweak recentchanges permalink code
Need to handle the case where url is not set.
2008-10-17 21:54:42 -04:00
Joey Hess ef4b9b5420 response 2008-10-17 21:16:27 -04:00
Joey Hess 1a86717284 response 2008-10-17 21:02:12 -04:00
Joey Hess 7390a7a072 relativedate: New javascript-alicious plugin that makes all dates display relative, in a very nice way, if I say so myself. 2008-10-17 20:47:32 -04:00
Joey Hess 9a62836d28 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-17 20:28:24 -04:00
Joey Hess 79b376f991 Add an underlay for javascript, and add ikiwiki.js containing some utility code.
* Add an underlay for javascript, and add ikiwiki.js containing some utility
  code.
* toggle: Stop embedding the full toggle code on each page using it, and
  move it to toggle.js in the javascript underlay.
2008-10-17 20:28:18 -04:00
http://jblevins.org/ 3690864e2b Patch for anchor-based change permalinks in recent changes feed 2008-10-17 19:52:42 -04:00
http://xma.myopenid.com/ b08feb5e08 2008-10-17 18:34:28 -04:00
http://xma.myopenid.com/ 84a77567c0 2008-10-17 18:30:03 -04:00
Joey Hess 578a487353 add news item for ikiwiki 2.67 2008-10-17 13:18:04 -04:00
http://alcopop.org/me/openid/ 37a0fbebd4 2008-10-17 11:00:37 -04:00
PaulePanter 5327fee1b2 response 2008-10-17 08:33:48 -04:00
pesco c2a55bd735 darcs rcs_add fixed. 2008-10-16 16:20:08 -04:00
http://xma.myopenid.com/ 75f1dbacbd That's good news for me then ! Thank you. 2008-10-16 14:56:28 -04:00
Joey Hess 798a601395 response 2008-10-16 14:00:35 -04:00
Joey Hess a16724ce5e response 2008-10-16 13:59:44 -04:00
Joey Hess ee41aedb10 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-16 12:53:33 -04:00
http://xma.myopenid.com/ fe4d7a6d3a creating Darcs as the RCS ? 2008-10-16 09:45:49 -04:00
http://xma.myopenid.com/ 620770f07f Testing [[ikiwiki]] formatting rules 2008-10-16 09:27:20 -04:00
http://alcopop.org/me/openid/ ece5c0ea8a Bundle::IkiWiki? 2008-10-16 07:51:04 -04:00
http://xma.myopenid.com/ f2b00bd81b Update 2008-10-16 05:14:58 -04:00
http://xma.myopenid.com/ 3b2079fd5e New page 2008-10-16 05:12:37 -04:00
http://xma.myopenid.com/ 20404d7f59 Added my website (warning: not polished at all) 2008-10-16 05:03:15 -04:00
Joey Hess 0517f9126c close 2008-10-15 23:50:20 -04:00
Joey Hess 2995ce6f2c thought 2008-10-15 23:48:58 -04:00
Joey Hess 995d91675e rm 2008-10-15 23:47:12 -04:00
neale 594df81c54 Joey's right, that's good enough. 2008-10-15 23:14:31 -04:00
neale c2bff24c65 Oh well. 2008-10-15 23:13:40 -04:00
neale 0543e59eca ahh 2008-10-15 23:12:25 -04:00
neale 9ae956e829 2008-10-15 22:30:36 -04:00
neale a1390e03f9 2008-10-15 22:29:40 -04:00
neale 0414c629b6 2008-10-15 22:29:29 -04:00
neale 9cd1ddce79 2008-10-15 22:28:42 -04:00
Joey Hess 20e691fe20 response 2008-10-15 19:36:35 -04:00
Joey Hess 020eb6f294 response 2008-10-15 19:32:39 -04:00
Joey Hess 62201f83ed response 2008-10-15 19:23:53 -04:00
Joey Hess 2a0cb4e9b1 response 2008-10-15 19:16:27 -04:00
Joey Hess 063cacce39 response 2008-10-15 19:12:59 -04:00
neale 9ae8774540 2008-10-15 17:58:14 -04:00
PaulePanter b7f09741f5 New post. 2008-10-15 16:27:53 -04:00
Joey Hess f2d43e4a0c response 2008-10-14 15:03:38 -04:00
Joey Hess 559c0707ae response 2008-10-14 15:02:12 -04:00
Joey Hess c39112e6ef inline: Allow MTIME to be used in inlinepage.tmpl. 2008-10-14 15:00:46 -04:00
jsilence fe2ba07428 Only a simple test 2008-10-14 04:04:33 -04:00
http://per.bothner.myopenid.com/ a75a0dd1dc Suggested patch. 2008-10-12 16:31:24 -04:00
http://per.bothner.myopenid.com/ de805e0f39 2008-10-12 16:16:06 -04:00
pesco 4d368e17c7 update on state of the darcs plugin 2008-10-11 11:53:25 -04:00
http://yag.myopenid.com/ 7ac2b6a6ca 2008-10-11 10:43:01 -04:00
PaulePanter 07d4868e57 fix entry 2008-10-11 10:29:52 -04:00
Joey Hess cd305909d3 document google plugin 2008-10-10 17:13:33 -04:00
http://alcopop.org/me/openid/ 61b37a3d73 ukuug talk 2008-10-10 08:57:36 -04:00
http://alcopop.org/me/openid/ c35f3baffc update homepage 2008-10-10 08:55:41 -04:00
http://alcopop.org/me/openid/ 9a80c66c70 +myself 2008-10-10 08:54:29 -04:00
bremner 3369bbee1c 2008-10-10 01:45:45 -04:00
http://yag.myopenid.com/ 2ff36e631e 2008-10-09 19:33:25 -04:00
Joey Hess debd8636a0 problem fixed 2008-10-09 19:15:39 -04:00
http://yag.myopenid.com/ 484e42fd48 2008-10-09 19:05:12 -04:00
http://yag.myopenid.com/ 8c46ca734a 2008-10-09 18:50:04 -04:00
https://yag.myopenid.com// e3bdea01e7 2008-10-09 17:52:21 -04:00
https://yag.myopenid.com// 1dc7aa1a3e 2008-10-09 17:51:51 -04:00
https://yag.myopenid.com// b888eeb564 2008-10-09 17:51:16 -04:00
https://yag.myopenid.com// 72d93d447c 2008-10-09 17:43:27 -04:00
https://yag.myopenid.com// 954e228ad6 2008-10-09 17:37:24 -04:00
Joey Hess 8c191adf5c tag updates 2008-10-09 16:58:25 -04:00
http://josephturian.blogspot.com/ 4544a3e583 2008-10-09 15:01:09 -04:00
http://josephturian.blogspot.com/ 2666da7cd9 2008-10-09 14:38:56 -04:00
http://josephturian.blogspot.com/ 33d1c8ec3e 2008-10-09 14:37:10 -04:00
http://josephturian.blogspot.com/ feb71d541d 2008-10-09 14:33:58 -04:00
Joey Hess 94cec17155 update 2008-10-08 18:02:03 -04:00
Joey Hess d3ca495e61 lockedit: Support specifying which users (and IP addresses) a page is locked for. This supports most of the ACL type things users have been wanting to be done. Closes: #443346 (It does not control who can read a page, but that's out of scope for ikiwiki.) 2008-10-08 17:47:38 -04:00
Joey Hess 240b58c36c fix name of admin() pagespec test 2008-10-08 17:12:06 -04:00
Joey Hess 6caed59b9c remove page_locking page, move content to plugins/lockedit
Also, removed obsolte para about using the prefs page to configure locked
pages, that interface is obsolete, hidden by default, and the locked_pages
setup file setting is used instead.
2008-10-08 17:09:24 -04:00
bstpierre 5b2b4a28a6 2008-10-07 12:34:52 -04:00
bstpierre cbde407de8 2008-10-07 12:33:25 -04:00
Joey Hess f504df45bc remove post, since this is intended to be an example people copy and use,
it should not get cluttered up
2008-10-06 12:53:55 -04:00
intrigeri 8e2362a499 done, documented workaround 2008-10-06 05:28:53 -04:00
foob 7d36f1000a 2008-10-06 05:16:34 -04:00
foob 8380dfc2c3 2008-10-06 05:15:50 -04:00
lschiere 8747b12b57 2008-10-06 00:32:20 -04:00
Joey Hess e2ae3963d5 add news item for ikiwiki 2.66 2008-10-05 19:25:15 -04:00
Joey Hess ab2cc5040c close 2008-10-02 17:52:20 -04:00
Joey Hess c2c1438e49 tag 2008-10-02 17:49:51 -04:00
Joey Hess dd7cd7e4ac fix tag 2008-10-02 17:43:03 -04:00
Joey Hess 0b89d44233 rename 2008-10-02 17:42:33 -04:00
Joey Hess de23516815 close 2008-10-02 17:40:07 -04:00
Joey Hess 7c07a20b36 done 2008-10-02 17:39:08 -04:00
Joey Hess 6d8cb05ddc tag 2008-10-02 17:38:13 -04:00
Joey Hess 3634d40a38 tag 2008-10-02 17:36:53 -04:00
Joey Hess 3388e1474a tag 2008-10-02 17:35:46 -04:00
Joey Hess 4857ac4585 tag 2008-10-02 17:34:52 -04:00
Joey Hess daa095689a tag 2008-10-02 17:33:55 -04:00
Joey Hess 781957ad91 wishlist 2008-10-02 17:33:25 -04:00
Joey Hess bc259c593f move 2008-10-02 17:32:53 -04:00
Joey Hess c885a0107b this is a wishlist todo item, rename too 2008-10-02 15:12:57 -04:00
Joey Hess c22c010e16 response 2008-10-02 15:11:17 -04:00
Joey Hess 0b1b72b2ee thoughts 2008-10-02 15:01:03 -04:00
Joey Hess a1f4a9c5c9 ping 2008-10-02 14:54:52 -04:00
Joey Hess 6055dd3ef2 close 2008-10-02 14:53:11 -04:00
Joey Hess 605ce02710 move to todo, response 2008-10-02 14:51:21 -04:00
Joey Hess 5c2309ada8 typo 2008-10-02 14:49:40 -04:00
Joey Hess d30a7b1268 fix bug closure 2008-10-02 14:48:35 -04:00
Joey Hess 45a2074071 update 2008-10-01 17:31:21 -04:00
Joey Hess bf386e22f5 inline: Fix handling of rootpage that doesn't exist.
It makes sense to use bestlink to determine which page rootpage refers to,
but if no page matches, just use the raw value.
2008-10-01 17:29:03 -04:00
Joey Hess f2b1a918b0 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-01 17:24:50 -04:00
Joey Hess 06de9da609 first review 2008-10-01 17:23:46 -04:00
Plareplane 8e77b66aae 2008-10-01 17:01:58 -04:00
Joey Hess f7431af308 add padding between inlined page title and content
Some aggregated contents do not include a span element, so there was zero
padding without this.
2008-10-01 16:49:56 -04:00
Joey Hess 18b1c7f012 Merge branch 'tova' 2008-10-01 15:54:10 -04:00
Joey Hess aba53047af remove external image
The image is no longer on manoj's machine, and this wiki should not
rely on images hosted by third parties.

Manoj, if you'd like to add this image into ikiwiki's docs, we could talk
about that.
2008-10-01 15:34:12 -04:00
Joey Hess 7308f3da5b Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-10-01 14:47:49 -04:00
bremner e21b190be2 2008-10-01 08:12:14 -04:00
Joey Hess 85ec27ab58 Merge branch 'master' into tova
Conflicts:

	debian/changelog
2008-09-30 21:04:22 -04:00
Joey Hess 0651e86a4c httpauth: Document that ikiwiki.cgi has to be in a directory subject to authentication. Closes: #500524 2008-09-30 21:03:51 -04:00
tschwinge 335049c5c4 The plugins have been rewritten and now should function properly. 2008-09-30 17:44:47 -04:00
Joey Hess 2bfbad7af4 Merge branch 'master' into tova 2008-09-30 16:35:44 -04:00
Joey Hess 4a2b401fd0 interesting bug 2008-09-30 15:16:45 -04:00
Joey Hess 0ca14589f3 close 2008-09-30 12:58:17 -04:00
bremner 3e600a67f4 mention a demo site for plugin 2008-09-30 10:04:48 -04:00
http://www.cse.unsw.edu.au/~willu/ 7ff6251d7b Response 2008-09-30 02:16:20 -04:00
Joey Hess 2d45a303e2 add newpagefile function 2008-09-29 18:51:16 -04:00
Joey Hess 41d7ccfa79 close todo about this 2008-09-29 18:24:36 -04:00
Joey Hess 0d3878896f Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-29 18:10:19 -04:00
Joey Hess fa620b1eca more changes for removal of blog page 2008-09-29 17:23:38 -04:00
http://josephturian.blogspot.com/ a44d9d8e12 2008-09-29 16:17:26 -04:00
http://josephturian.blogspot.com/ 9b27983808 2008-09-29 00:03:23 -04:00
chrysn 714de9f101 response 2008-09-28 05:47:20 -04:00
Joey Hess d4ac1c750e response 2008-09-27 21:13:35 -04:00
http://www.cse.unsw.edu.au/~willu/ 66eb48ebcd Thoughts on the new wikistate variable 2008-09-27 20:03:15 -04:00
Joey Hess 2ff3c8aee7 editpage: Be more aggressive (and less buggy) about cleaning up temporary files rendered during page preview. 2008-09-27 18:02:33 -04:00
Joey Hess a5d3acd37c Add %wikistate, which is like %pagestate except not specific to a given page, and is preserved across rebuilds. 2008-09-27 16:45:27 -04:00
Joey Hess 8d04a1de61 thoughts 2008-09-27 16:15:16 -04:00
Plareplane 6817a794a4 2008-09-27 15:23:49 -04:00
Joey Hess 9ec9d6901d Export pagetitle, titlepage, linkpage. 2008-09-27 14:27:42 -04:00
http://smcv.pseudorandom.co.uk/ 6d98b2265e 2008-09-27 14:14:27 -04:00
Joey Hess 8bedf14f33 analysis of most used non-exported library functions by plugins 2008-09-27 13:39:56 -04:00
Joey Hess 3b39e93699 Beautify urls used in various places. (smcv) 2008-09-27 13:03:21 -04:00
Joey Hess 7e513f22a6 update 2008-09-27 12:55:45 -04:00
Joey Hess dddf5d55fd clarify when to use utlto and when to use htmlpage
suggestion from smcv
2008-09-27 12:54:10 -04:00
Joey Hess f181962dfc typo 2008-09-27 12:50:39 -04:00
intrigeri f9a000b24b 2008-09-27 12:40:26 -04:00
http://dtrt.org/ bf9ae466be just wanted to test a change. thanks. 2008-09-27 06:33:38 -04:00
Joey Hess 78e4d5bc6f clarify 2008-09-26 19:31:19 -04:00
Joey Hess 70a87e2fd9 update 2008-09-26 18:16:14 -04:00
Joey Hess 89256ab870 htmlscrubber: Add a config setting that can be used to disable the scrubber acting on a set of pages. 2008-09-26 18:07:37 -04:00
Joey Hess 83429adf04 decode utf-8 in recentchanges_link parameter 2008-09-26 15:40:01 -04:00
chrysn 1d12dfc57c update: possible solution 2008-09-26 12:44:09 -04:00
chrysn 947a50fe5d some problem remains 2008-09-26 09:05:01 -04:00
http://ptecza.myopenid.com/ 585786b0bc * Responses 2008-09-26 05:45:21 -04:00
http://www.cse.unsw.edu.au/~willu/ a0b53cf26b Comments and links 2008-09-25 21:44:46 -04:00
Joey Hess fa763214e3 close bugs for just fixed tag creation issue 2008-09-25 20:27:35 -04:00
Joey Hess d20b365b4b remove blog from pagespecs 2008-09-25 20:25:26 -04:00
Joey Hess 6cea3a0b03 response 2008-09-25 19:08:21 -04:00
Joey Hess 6535c61746 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-25 18:27:10 -04:00
Joey Hess 965f7310fe git: Fix handling of utf-8 filenames in recentchanges.
Seems that the problem is that once the \nnn coming from git is converted
to a single character, decode_utf8 decides that this is a standalone
character, and not part of a multibyte utf-8 sequence, and so does nothing.
I tried playing with the utf-8 flag, but that didn't work. Instead, use
decode("utf8"), which doesn't have the same qualms, and successfully
decodes the octets into a utf-8 character.

Rant:

Think for a minute about fact that any and every program that parses git-log,
or git-show, etc output to figure out what files were in a commit needs to
contain this snippet of code, to convert from git-log's wacky output to a
regular character set:

if ($file =~ m/^"(.*)"$/) {
	($file=$1) =~ s/\\([0-7]{1,3})/chr(oct($1))/eg;
}

(And it's only that "simple" if you don't care about filenames with
embedded \n or \t or other control characters.)

Does that strike anyone else as putting the parsing and conversion in the
wrong place (ie, in gitweb, ikiwiki, etc, etc)? Doesn't anyone who actually
uses git with utf-8 filenames get a bit pissed off at seeing \xxx\xxx
instead of the utf-8 in git-commit and other output?
2008-09-25 18:26:42 -04:00
test1 d6d3f3a36b 2008-09-25 18:17:05 -04:00
Joey Hess a4215312d0 response 2008-09-25 17:11:29 -04:00
Joey Hess e1ba137317 attachment: Add admin() pagespec to test if the uploading user is a wiki admin. 2008-09-25 16:49:30 -04:00
http://ptecza.myopenid.com/ 0720a6f5fb * Response to response to response ;) 2008-09-25 04:42:05 -04:00
Joey Hess 9e55aa7f17 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-24 21:29:29 -04:00
Joey Hess 3f35e2abbe document silent=yes parameter. 2008-09-24 21:28:59 -04:00
http://www.cse.unsw.edu.au/~willu/ 8e68780b96 Response to response 2008-09-24 21:03:08 -04:00
Joey Hess 9b4c4835c1 add news item for ikiwiki 2.65 2008-09-24 18:49:05 -04:00
http://ptecza.myopenid.com/ 8b762f8868 * Response 2008-09-24 04:52:26 -04:00
http://www.cse.unsw.edu.au/~willu/ 3c65e5dc93 Add alternate patch 2008-09-24 00:45:03 -04:00
http://www.cse.unsw.edu.au/~willu/ 6036a954a0 Comments 2008-09-23 22:39:21 -04:00
http://www.cse.unsw.edu.au/~willu/ a6769bf663 Response 2008-09-23 22:13:07 -04:00
http://ptecza.myopenid.com/ 9a7a83caa1 * Ping 2008-09-23 18:01:41 -04:00
Joey Hess dfa9556480 responses 2008-09-23 16:17:09 -04:00
Joey Hess dfe55e8956 Add keepextension parameter to htmlize hook. (Willu) 2008-09-23 13:39:21 -04:00
Joey Hess 9cbcda14ac Print a debug message if a page has multiple source files. 2008-09-23 13:32:41 -04:00
Joey Hess 7280d84c1c merged 2008-09-23 12:47:36 -04:00
http://ptecza.myopenid.com/ 338f0fde60 * Response 2008-09-23 08:34:43 -04:00
chrysn 88beb46def bug report on funny characters in the name 2008-09-23 04:58:35 -04:00
http://smcv.pseudorandom.co.uk/ ba1b9f8562 bug report with patch 2008-09-22 18:36:26 -04:00
http://smcv.pseudorandom.co.uk/ b44ca17f93 2008-09-22 18:29:48 -04:00
http://smcv.pseudorandom.co.uk/ c4fde75f46 Reference patches to beautify redirection URLs 2008-09-22 18:28:39 -04:00
http://smcv.pseudorandom.co.uk/ 2587137775 interesting, I could use this for photo galleries 2008-09-22 18:11:18 -04:00
chrysn b42fdcbaa3 added wishlist item with work-in-progress plugin 2008-09-22 13:12:38 -04:00
http://dmarti.myopenid.com/ cd5e1e76f6 2008-09-22 13:10:05 -04:00
Blanko 3816df7d18 Adding two CSS / themes 2008-09-22 10:31:21 -04:00
http://smcv.pseudorandom.co.uk/ 8ff9430a7d Reference and describe my implementation 2008-09-21 18:12:08 -04:00
http://www.cse.unsw.edu.au/~willu/ 2f3b93a55a Add second, related, patch. 2008-09-21 06:04:37 -04:00
http://www.cse.unsw.edu.au/~willu/ 85a0c9ad8d Update patch: Add /s to end of regexps to handle multi-line pagespecs. Simplify match_link(). Simplify pagespec_match(). 2008-09-21 05:27:54 -04:00
http://www.cse.unsw.edu.au/~willu/ 57682e72d9 Add patch 2008-09-21 04:30:28 -04:00
http://www.cse.unsw.edu.au/~willu/ a32f0a64fe Add patch 2008-09-21 02:20:05 -04:00
http://www.cse.unsw.edu.au/~willu/ 1cdc1e9d84 Add patch 2008-09-21 00:58:55 -04:00
http://www.cse.unsw.edu.au/~willu/ cc4f0aa335 Link to new bug and old todo 2008-09-21 00:50:38 -04:00
http://www.cse.unsw.edu.au/~willu/ e255e8ecbf Add a new bug when using source highlighting 2008-09-21 00:49:11 -04:00
Joey Hess bd9686c19a close 2008-09-20 23:06:03 -04:00
Joey Hess c0d7c60b9f Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-20 20:06:54 -04:00
http://www.cse.unsw.edu.au/~willu/ f08189c7fa Revert change now that listdirectives is enabled 2008-09-20 17:11:12 -04:00
Joey Hess 6088ad861c revert colon part of change 2008-09-20 16:21:04 -04:00
Joey Hess a6fc3b411f edittemplate patch from Willu
* edittemplate: Default new page file type to the same type as the template.
  (willu)
* edittemplate: Add "silent" parameter. (Willu)
* edittemplate: Link to template, to allow creating it. (Willu)
2008-09-20 16:19:09 -04:00
Joey Hess 66c589fa81 response 2008-09-20 13:57:56 -04:00
http://www.cse.unsw.edu.au/~willu/ d8ed0007e6 Links for various features 2008-09-20 06:58:21 -04:00
http://www.cse.unsw.edu.au/~willu/ d0e7cc409b Update to use edittemplate rather than patch. Add justification. 2008-09-19 22:35:44 -04:00
http://www.cse.unsw.edu.au/~willu/ c9d4540117 mark done. 2008-09-19 22:23:11 -04:00
http://www.cse.unsw.edu.au/~willu/ b1946cb8ec Add link to edittemplate 2008-09-19 22:22:02 -04:00
http://www.cse.unsw.edu.au/~willu/ 3e69e6c8b6 Yet another patch 2008-09-19 22:17:28 -04:00
http://www.cse.unsw.edu.au/~willu/ cf9336a7af response 2008-09-19 16:55:58 -04:00
http://schmonz.livejournal.com/ 72261774d2 2008-09-19 14:14:44 -04:00
Joey Hess fde2682548 response 2008-09-19 14:11:28 -04:00
http://schmonz.livejournal.com/ bb630febdb probably fine maybe? 2008-09-19 14:06:55 -04:00
Joey Hess 07df0ddea9 response 2008-09-19 13:59:18 -04:00
http://schmonz.livejournal.com/ 07693b60f4 response 2008-09-19 13:48:25 -04:00
Joey Hess 87ece1837d response 2008-09-19 13:15:59 -04:00
Joey Hess 343117daf2 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-19 13:12:38 -04:00
Joey Hess f22313b111 response 2008-09-19 13:10:44 -04:00
Joey Hess 779c5214f3 progress: Display an error if the progress cannot be parsed, and allow the percent parameter to only optionally end with "%". 2008-09-19 13:09:50 -04:00
Joey Hess cc3b946c8f response 2008-09-19 13:00:58 -04:00
Joey Hess 89c965e79e already present 2008-09-19 12:59:21 -04:00
Joey Hess 424362dc38 wishlist 2008-09-19 12:56:44 -04:00
http://schmonz.livejournal.com/ 4bbc7fbdc2 new problem 2008-09-19 12:56:40 -04:00
Joey Hess b96f068831 question 2008-09-19 12:56:24 -04:00
http://schmonz.livejournal.com/ 5e7ebb7d24 2008-09-19 12:36:26 -04:00
http://ptecza.myopenid.com/ b203b58f48 * Addition 2008-09-19 10:13:55 -04:00
http://ptecza.myopenid.com/ f5b0ea73b5 * Response 2008-09-19 09:48:56 -04:00
AlexandreDupas 72b2cba709 Adding a deprecated tag for plugins? 2008-09-19 09:24:07 -04:00
http://www.cse.unsw.edu.au/~willu/ 68531e1239 Response 2008-09-19 08:28:38 -04:00
http://www.cse.unsw.edu.au/~willu/ 17733ed06a Response and question 2008-09-19 08:20:28 -04:00
http://www.cse.unsw.edu.au/~willu/ 2ad0296611 Add updated bug tracking example. 2008-09-19 08:10:09 -04:00
tschwinge fa6b4efc94 Sign. 2008-09-19 07:09:08 -04:00
tschwinge 8bab13dbf9 Suggest to use already existing in-house means instead of a patch. 2008-09-19 07:08:07 -04:00
http://ptecza.myopenid.com/ 72b8c09843 * More clear about my upgrade 2008-09-19 06:00:29 -04:00
http://ptecza.myopenid.com/ 538168d869 * No progress 2008-09-19 05:43:10 -04:00
http://www.cse.unsw.edu.au/~willu/ 53b2f15510 Update patch 2008-09-19 01:50:35 -04:00
http://www.cse.unsw.edu.au/~willu/ ec15e15983 Add patch 2008-09-19 01:36:52 -04:00
http://www.cse.unsw.edu.au/~willu/ a07acf4b4d Add TODO 2008-09-19 00:09:26 -04:00
http://www.cse.unsw.edu.au/~willu/ ca6bd275f7 Add TODO 2008-09-19 00:02:08 -04:00
http://www.cse.unsw.edu.au/~willu/ dc8a7dbfc9 New TODO 2008-09-18 23:29:32 -04:00
http://www.cse.unsw.edu.au/~willu/ b4216c5a09 Er, and actually make it work... 2008-09-18 21:54:40 -04:00
http://www.cse.unsw.edu.au/~willu/ 1861190e21 Include a list of all directives if we don't have a list of currently enabled directives 2008-09-18 21:52:38 -04:00
http://smcv.pseudorandom.co.uk/ edab887e8a Demote existing heading so the precedence makes sense 2008-09-18 11:24:53 -04:00
http://smcv.pseudorandom.co.uk/ 0b3368cb6b Make it a bit clearer what's going on by adding some headings 2008-09-18 11:23:21 -04:00
http://smcv.pseudorandom.co.uk/ 5e093d13aa Mention that I've started a different implementation 2008-09-18 11:21:00 -04:00
http://www.cse.unsw.edu.au/~willu/ 6d22987b4e Update patch. 2008-09-18 08:58:56 -04:00
http://schmonz.livejournal.com/ db2178d5ae yup yup 2008-09-17 22:46:15 -04:00
Joey Hess c940cabee5 response 2008-09-17 18:20:51 -04:00
http://schmonz.livejournal.com/ 39fc9a37da not quite there yet 2008-09-17 16:37:03 -04:00
Joey Hess 6a90f5cb3f Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-17 15:57:42 -04:00
Joey Hess 1cb4154bc8 aggregate: Support atom feeds with only a summary element, and no content elements. 2008-09-17 15:56:58 -04:00
http://schmonz.livejournal.com/ 6ca4038f37 add basic websetup support 2008-09-17 15:52:35 -04:00
http://schmonz.livejournal.com/ 0ca6aef1e9 2008-09-17 15:01:18 -04:00
http://schmonz.livejournal.com/ 0205a78dba response to response 2008-09-17 14:52:50 -04:00
Joey Hess da7c6eb1b4 editdiff: Broken since 2.62 due to wrong syntax, now fixed. 2008-09-17 14:34:02 -04:00
Joey Hess b540b263de aggregate: Allow expirecount to work on the first pass. (expireage still needs to wait for the pages to be rendered though) 2008-09-17 14:27:31 -04:00
Joey Hess fa4f735ad7 response 2008-09-17 13:49:03 -04:00
Joey Hess 8c6d363eb6 response 2008-09-17 13:45:57 -04:00
http://schmonz.livejournal.com/ 2c2f2b0096 not seeing the Edit button, help? 2008-09-17 12:07:17 -04:00
http://schmonz.livejournal.com/ 16504524c9 incomplete aggregation (no bodies) 2008-09-17 12:00:37 -04:00
http://dmarti.myopenid.com/ 196d600adf 2008-09-16 21:18:24 -04:00
http://thewordnerd.info/ 65120e433d 2008-09-16 08:19:41 -04:00
WillDioneda 25a9066133 2008-09-16 02:28:33 -04:00
WillDioneda a7ec4582da 2008-09-16 02:15:27 -04:00
http://josephturian.blogspot.com/ 17af48adca 2008-09-15 23:07:19 -04:00
http://josephturian.blogspot.com/ 0254bbb5e8 2008-09-15 23:06:04 -04:00
Joey Hess 293c69ae95 user error 2008-09-15 17:38:25 -04:00
Joey Hess 7ad8c467c6 close 2008-09-15 17:38:25 -04:00
AlexandreDupas 07d7ec1955 typo 2008-09-15 11:32:36 -04:00
AlexandreDupas d1a9e6b6e8 add link on lighttpd configuration with the apache one 2008-09-15 11:31:46 -04:00
AlexandreDupas 2986f8f3c6 Tips on configuring lighttpd to enable ikiwiki.cgi 2008-09-15 11:29:57 -04:00
intrigeri 06f13e5551 2008-09-15 10:36:00 -04:00
bremner f1722d75ac hopefully answer Peter's question 2008-09-15 08:42:47 -04:00
bremner 25b17aa1c0 2008-09-15 08:39:12 -04:00