ToDo R6.0
R 6.0
R6.0 is no longer maintained, please upgrade to R6.1[link1].
1. Features
- UTF-8 support[link2] - Migration to Unicode
2. Core
-
add option to disable hit counter- user already uses web analytics software or there is no use case for a hit counter
- This reduces database load, updating the page and file hits field with every page hit is a main source for slow queries.
3. Handler
- wordbreak, how to break lines of Chinese, Japanese, or Korean
-
line-break: strict; white-space: nowrap; word-break: keep-all;
-
4. Libs
- php-diff successor[link3]
- [link1] https://wackowiki.org/doc/Dev/Release/R6.1/Upgrade
- [link2] https://wackowiki.org/doc/Dev/Release/R6.0/Unicode
- [link3] https://github.com/chrisboulton/php-diff/issues/53