antville/code/Poll
2003-12-08 21:00:17 +00:00
..
actions.js render list of choices using res.push()/res.pop() instead of using a StringBuffer (for performance reasons) 2003-12-08 20:01:49 +00:00
edit.skin - changed from input type="button" to type="submit" 2003-08-02 10:40:41 +00:00
listitem.skin refurbished polls; removed title property wherever it occurred; state_macro() is deprecated (but still working) now, use closetime_macro() and appropriate prefix/suffix strings instead. 2003-03-03 13:51:54 +00:00
macros.js don't use StringBuffer in results_macro() since it's of no use (instead write the results directly to response) 2003-12-08 21:00:17 +00:00
main.skin still fixed html where necessary to achieve maximum xhtml conformance; furthermore i tried to find a more expressive title for every page output (most of them were set to the site title only which does not help a lot when navigating with the browser history); last but not least many editor forms where adapted to gain a concistent general layout. 2003-03-07 19:27:48 +00:00
objectFunctions.js modified evalVote() because checkVote() now throws a DenyException itself 2003-09-07 21:04:47 +00:00
results.skin still fixed html where necessary to achieve maximum xhtml conformance; furthermore i tried to find a more expressive title for every page output (most of them were set to the site title only which does not help a lot when navigating with the browser history); last but not least many editor forms where adapted to gain a concistent general layout. 2003-03-07 19:27:48 +00:00
securityFunctions.js - rewrote permission framework: renamed isXxxDenied() to checkXxx(), all check-methods now throw a DenyException object instead of returning an Exception object 2003-09-07 20:58:38 +00:00
type.properties modified comments 2003-08-02 12:19:11 +00:00