From: Dylan Lloyd Date: Tue, 8 Mar 2011 19:28:24 +0000 (-0500) Subject: Comment form works! X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=5a83ee3e1d7f468e904cd44b282293eda1250708;hp=5a83ee3e1d7f468e904cd44b282293eda1250708;p=dylansserver.git 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... ---