When using this Permalink Category URL structure:
Code: Select all
categories/%year%/%month%/%id%-%name%/%description%.htmlCode: Select all
http://localhost/~boris/trunk/categories/%year%/%month%/1-test/desc.htmlP.S.: The version I used was received from SVN about an hour ago.
EDIT: The %username% seems to be interpreded as %realname% too:
Code: Select all
authors/%username%-%realname%Code: Select all
http://localhost/~boris/trunk/authors/Realname-RealnameI think the second bug is in line 638 of functions_entries.inc.php where the key 'username' gets the value of $entry['author'] too.