Actions
Defect #3027
openWiki start page shouldn’t be capitalized automatically
Status:
New
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
2009-03-23
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
When setting a start page for a project’s wiki, its name is capitalized automatically (e. g., abc01 becomes Abc01), which I find quite unnerving.
Of course, it is easy to rename the page afterwards but seems like a task that shouldn’t be necessary.
Version tested: 0.8.2.stable.2570
Updated by Daniel Felix almost 12 years ago
- Affected version (unused) changed from 0.8.2 to 2.2.2
- Affected version changed from 0.8.2 to 2.2.2
I checked it with the current release. This is still occuring.
The upcasing occures in:
source:/trunk/app/models/wiki.rb#L94
By commenting this line out, it should work.
Actions