OSDN Git Service

BugTrack/84 Limit page name length: 115 bytes(soft); 125 bytes(hard)
authorumorigu <umorigu@gmail.com>
Sun, 13 Mar 2022 16:47:00 +0000 (01:47 +0900)
committerumorigu <umorigu@gmail.com>
Sun, 13 Mar 2022 16:47:00 +0000 (01:47 +0900)
commit268a1affeb1d2c91c182e3f4581099d4c434aeeb
tree9e7921795e867b015972b62322f7a1423e458635
parentf26a52a300ce88debd21a47cdf7c46fbeb11f50f
BugTrack/84 Limit page name length: 115 bytes(soft); 125 bytes(hard)

Limit Page name length for wiki and ref files.

* Normally - 115 bytes (38 Japaneses chars); 230 bytes in wiki base name.
* Hard limit - 125 bytes (41 Japaneses chars); 250 bytes in wiki base name.

For existing page in history, we can name long page within hard limit.
lib/func.php
lib/link.php
plugin/edit.inc.php