fixed a bug that caused posted_date to be updated when you do *not*change the draft_p status, which was exacatly the opposite of theintention. The intention is that when you change status from draft topublish, the posted_date is set. That's how it works now.
In order for the Bug Tracker version bar to work I added the possibility for a package to stick something at the beginning of the HTML body. This is a temporary workaround. It may not work well with sites with customized default-masters. The Bug Tracker should show its version information between the header and footer instead
- Moved the <form> tags to be outside the <tr> again ... it may not be XHTML, I don't know, but the form tag introduces annoying vertical whitespace at the bottom on the login box.- Added back the <p> tag that separates the log in box from the quick links for aesthetics. I also added a </p>, to make it XHTML.