Opened 14 years ago
Last modified 8 years ago
#31 new defect
Cleanup - Trim down the mess of warnings in the Apache error log
Reported by: | Kris Deugau | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Version: | Keywords: | ||
Cc: |
Description
Code up to and including 2.6 is messy and prone to dumping pages of errors in the Apache error log.
Clean these up (initialize variables, mostly) to make the error log more useful by actually listing only real errors.
Change History (10)
comment:1 by , 14 years ago
comment:2 by , 12 years ago
comment:3 by , 12 years ago
comment:4 by , 12 years ago
comment:5 by , 12 years ago
(In [536]) /trunk
Clean up and move SQL for post-update backlink to IPDB.pm. See #34.
Also rename getParent() to subParent() to fit in with ipParent() and
blockParent().
Fix a couple "Use of uninitialized..." log-noise bugs. See #31.
Move some HTML-entity-escaping into the template, and shuffle lines
munging the notes and restricted data on post-update value display
so we can properly munge in <br> for \n. Doesn't seem to be a way
to plug that into HTML::Template. :( See #3.
comment:6 by , 12 years ago
comment:7 by , 12 years ago
comment:8 by , 12 years ago
Milestone: | 3.0 |
---|
Ongoing ticket; removing milestone. New code begets new errors to be cleaned up.
(In [460]) /branches/htmlform