1
0

Use HTTP 404 where needed

This commit is contained in:
Garvin Hicking
2007-06-14 09:14:15 +00:00
parent 97410ba98d
commit 0947729d16
2 changed files with 23 additions and 4 deletions

View File

@ -3,6 +3,10 @@
Version 1.2 ()
------------------------------------------------------------------------
* When a category or entry does not exist, emit HTTP 404 message
template instead of "No entries to print" and HTTP 200 status.
(garvinhicking)
* Fix URL permalink lookup in some cases (garvinhicking, beta2)
* Add admin backend templates for main area and the entry editor.