Ticket #1003 (assigned task)
IsWikiName() review
| Reported by: | DarTar | Owned by: | BrianKoontz |
|---|---|---|---|
| Priority: | high | Milestone: | 1.4 |
| Component: | general | Version: | 1.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by BrianKoontz) (diff)
With the removal of the CamelCase requirement on pagenames and usernames (#191) and the full support of Unicode and spaces, we need to carefully review the use of IsWikiName() to make sure that we do not enforce constraints that have been removed in 1.3.
Examples include:
- the clone handler;
- the edit handler;
- the newpage action;
- the usersettings action;
The FormattingRules page should also be updated to match the new linking options as described in the docs.
Related tickets
Change History
Note: See
TracTickets for help on using
tickets.