1
0

Fix dot character problem in permalinks like the freetag plugin not giving proper pagination

This commit is contained in:
Garvin Hicking
2007-03-15 10:05:04 +00:00
parent 1dbdbf1f51
commit 813b275786
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ Version 1.2 ()
* Fix permalink patterns for some cases to properly detect
pagination variables instead of interpreting search words
as those (garvinhicking)
as those, and fix problems when "." appears within permalinks
(garvinhicking)
* Improve performance of displaying the complete archive. Instead
of year*months SQL queries, only one query is now used.