Defect #3027
Wiki start page shouldn’t be capitalized automatically
Status: | New | Start date: | 2009-03-23 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Wiki | |||
Target version: | - | |||
Resolution: | Affected version: | 2.2.2 |
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
History
#1
Updated by Daniel Felix over 9 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.