web commit by JeremyReed: should not "create" existing page

master
joey 2007-01-08 14:55:31 +00:00
parent e9e39cd658
commit 953a9ce7ab
1 changed files with 8 additions and 1 deletions

View File

@ -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
>> 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".