diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 21:07:07 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-12 21:07:07 +0000 |
commit | 8e0ecb0ebdfb0f02f4bedb712a8f4749e1dfb4f9 (patch) | |
tree | 375f9f92725c1c1c65e11731a6a892a2e91e1288 /doc/patchqueue | |
parent | 66ea9112019913a6751615f39cc509ea70559c56 (diff) | |
download | ikiwiki-8e0ecb0ebdfb0f02f4bedb712a8f4749e1dfb4f9.tar ikiwiki-8e0ecb0ebdfb0f02f4bedb712a8f4749e1dfb4f9.tar.gz |
first pass
Diffstat (limited to 'doc/patchqueue')
-rw-r--r-- | doc/patchqueue/move_page.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/patchqueue/move_page.mdwn b/doc/patchqueue/move_page.mdwn index d7bc33e2a..e3109f062 100644 --- a/doc/patchqueue/move_page.mdwn +++ b/doc/patchqueue/move_page.mdwn @@ -21,6 +21,12 @@ A bunch of obvious shortcomings exist: Anyhow, here's the patch, for whatever good it does. +> Looks like a good start, although I agree about many of the points above, +> and also feel that something needs to be done about rcses that don't +> implement a move operation -- falling back to an add and delete. +> --[[Joey]] + + diff -urx .svn ikiwiki/IkiWiki/CGI.pm ikiwiki-new/IkiWiki/CGI.pm --- ikiwiki/IkiWiki/CGI.pm 2007-01-04 03:52:47.000000000 -0800 +++ ikiwiki-new/IkiWiki/CGI.pm 2007-01-11 18:49:37.000000000 -0800 |