diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-08 14:55:31 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-08 14:55:31 +0000 |
commit | 953a9ce7ab2e16f55f5d69e88484b492e7f3cb9e (patch) | |
tree | 75568d4daed5e02b5ab5bb8fae89f8c28ea93084 | |
parent | e9e39cd658c1b360db67f98e7993c4fe5d764f39 (diff) |
web commit by JeremyReed: should not "create" existing page
-rw-r--r-- | doc/index/discussion.mdwn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 6cae43b9d..69e612896 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -275,4 +275,11 @@ or the path to the sub-page. I think this is handled by the htmllink() routine. >> changes in many pages. It will be displayed ugly then, because probably >> a width of the RecentChanges page will be greater then a width of >> user's browser. I hate these pages. So I propose to display a list of ->> changed pages in a column, not in a row. --Pawel
\ No newline at end of file +>> changed pages in a column, not in a row. --Pawel + +---- + +# Should not create an existing page + +This might be a bug, but will discuss it here first. +Clicking on an old "?" or going to a create link but new Markdown content exists, should not go into "create" mode, but should do a regular "edit".
\ No newline at end of file |