Comment deleting, search, history and headers
So, now you can delete comments. That's nothing too impressive, but while I was doing that I was forced to remake the k4History and k4Page classes and make them actually do stuff. I created a history post filter to deal with the creation of referers and I also made it not record and information pages.
I also made the search a bit better, giving users the option to choose where there search and what in those places. I also put that option in a nifty/sexy drop-down menu that you can access by pressing the down arrow in the quick search field above to the top right.
Finally, I made a class to get all of the headers of a current page. Then I made a pre filter to pass the k4Headers object to the registry. The reason why I've done all this is because it's a nice extra step to be able to check for the 'X-Requested-With: XMLHttpRequest' that JQuery puts in.
I'm off to bed.
