#26 closed task (fixed)
Weed out ViaNet-isms
Reported by: | Kris Deugau | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Version: | Keywords: | ||
Cc: |
Change History (17)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
comment:5 Changed 12 years ago by
(In [479]) /branches/htmlform
Convert initial DB connection error output to a sane page. Could arguably provide
space for this (and other) errors on all normal pages. (See #3).
This allows us to:
- Remove editError sub in main.cgi
- Remove printHeader sub in CommonWeb?.pm (see #15, #26)
Removed duplicate "exit if we get this far"
Tweak IPDB::finish so it doesn't spit a fatal error when called with a null database handle
comment:6 Changed 12 years ago by
(In [480]) /branches/htmlform
Forgot to remove some refs to printHeader in CommonWeb?.pm in r479 (see #15, #26)
Add the Invitable Forgotten New File (DB error template)
comment:7 Changed 12 years ago by
(In [481]) /branches/htmlform
Update search.cgi to use a few templates (see #3 - note search.cgi NOT completely
updated for HTML only in templates), remove search.cgi references to printError
from CommonWeb?.pm (see #15, #26).
comment:8 Changed 12 years ago by
(In [483]) /branches/htmlform
Start converting admin.cgi to templates (to make removal of references to CommonWeb?.pm
subs simpler; see #3, #15, #26)
Completed:
- Main page
- ACL error page
- rWHOIS customer data editing - list, edit new/update, confirm update
comment:9 Changed 12 years ago by
comment:10 Changed 12 years ago by
comment:11 Changed 12 years ago by
comment:12 Changed 12 years ago by
comment:13 Changed 12 years ago by
comment:14 Changed 12 years ago by
comment:15 Changed 11 years ago by
(In [502]) /branches/htmlform
Remove stale, unused cleanInput(), desanitize() subs in CommonWeb?.pm
Quickly hack up search.cgi to remove printAndExit() from CommonWeb?.pm
See #15, #26
comment:16 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Resolving this ticket as the public code base has been cleaned up and generalized.
(In [427]) /trunk