User:MZMcBride/CodeReview
Appearance
Issues that desperately need to be fixed in CodeReview:
Comments
[edit]- Deletion of own comments
- Probably going to require a schema change
- Use Facebook method of all-or-none comment posting... don't allow editing
- Or use LiquidThreads (after the rewrite is finished). Which also fixes the other two issues listed below
- Run HTMLTidy on comments
- Stop the </code></code> comment madness
- Syntax highlighting doesn't work within code comments
- wtf
- looks the comments themselves are properly marked up with the appropriate classes; the relevant/necessary styling declarations aren't being inserted into a <style> tag at the top of the page, though... probably missing some sort of hook or something