Difference between revisions of "CaseSpace: Fix Page Move"
Brandon Bot (talk | contribs) (Refactored to use standard open task categories Category:OpenTask, Category:DevelopmentTeam) |
(→What (summary)) |
||
Line 5: | Line 5: | ||
This doesn't seem to be the case anymore. It doesn't let you leave the title empty, but it also does not give an error message. A better error message should be shown.[[User:Arshia Irfan|Arshia Irfan]] | This doesn't seem to be the case anymore. It doesn't let you leave the title empty, but it also does not give an error message. A better error message should be shown.[[User:Arshia Irfan|Arshia Irfan]] | ||
+ | |||
+ | : I just tried to move current page to an empty title, and it gave me: "''The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters which cannot be used in titles''". I guess that's pretty much friendly warning. --[[User:Ali Anwar|Ali Anwar]] 00:14, 21 April 2008 (PDT) | ||
+ | |||
== [[DoneDone]] == | == [[DoneDone]] == | ||
* Mediawiki page renders with an appropriate error if a blank move is attempted | * Mediawiki page renders with an appropriate error if a blank move is attempted |
Latest revision as of 07:14, 21 April 2008
What (summary)
If you leave the new title empty, the code crashes. The error seems to be "Fatal error: Call to a member function getText() on a non-object in /home/dev/nimbus/aboutus/wiki/extensions/CaseSpace/CaseSpace.php on line 238"
This doesn't seem to be the case anymore. It doesn't let you leave the title empty, but it also does not give an error message. A better error message should be shown.Arshia Irfan
- I just tried to move current page to an empty title, and it gave me: "The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters which cannot be used in titles". I guess that's pretty much friendly warning. --Ali Anwar 00:14, 21 April 2008 (PDT)
DoneDone
- Mediawiki page renders with an appropriate error if a blank move is attempted