Comment form works!
authorDylan Lloyd <dylan@psu.edu>
Tue, 8 Mar 2011 19:28:24 +0000 (14:28 -0500)
committerDylan Lloyd <dylan@psu.edu>
Tue, 8 Mar 2011 19:28:24 +0000 (14:28 -0500)
commit5a83ee3e1d7f468e904cd44b282293eda1250708
treee19e1be134e0b1344a676341f5b193205dae3fa7
parent5b70780eb304ed68645d48f06f65034499d7a515
Comment form works!

Still needs field validation, and the author/email fields need default values. The way the author/email is displayed above comments needs to be adjusted when there is no email to link to. The comments link on note/ pages should be changed when there are no comments yet.

Most importantly, the note class has gotten sloppy. $this->id is initiated from display_note(), creating a dependency for the form method. This should be moved into the constructor, but some thought should to be given to minimize database queries.

Also a few subtle formatting changes, but I still can't get the reCAPTCHA to align right without floating...
index.php