Opened 14 years ago
Last modified 6 years ago
#17 new enhancement
Expand/extend general configurability
Reported by: | Kris Deugau | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Version: | Keywords: | ||
Cc: |
Description
MyIPDB.pm should eventually migrate to /etc/ipdb/
Need a place to set eg SMTP host, org name, etc globally rather than hardcoding it deep in the innards.
Database table *may* be appropriate for some settings
Change History (11)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
(In [478]) /branches/htmlfrom
Set a global variable so we can move the site to any level of
web directory. See #17 - note this is an internal autoconfiguration
that shouldn't need to be exposed.
Make code/template structure for setting row colours in tables more
consistent - also tweak search.cgi so it spits out live colour
classes. See #3.
comment:6 Changed 9 years ago by
See also #33. May also be worth considering scrapping "MyIPDB.pm" in favour of the same general system dnsadmin uses.
comment:7 Changed 8 years ago by
comment:8 Changed 6 years ago by
(In [915]) /trunk
Start adding a generalized in-your-face infonotice space to attach warnings
to a netblock. See #17 and #23, sort of.
- table to hold the notices, since they're likely to be far fewer than the overall allocation count
- show any notices for the parent chain for new allocations in the admin tools
comment:9 Changed 6 years ago by
(In [916]) /trunk
Continue adding a generalized block-notice system. See #17 and #23, sort of.
Add a retrieval sub for block notices to IPDB.pm
Wrap the new module sub in a local sub in main.cgi, since the primary
web-UI actions will be called from a number of places
Update the block assignment templates and call the new local sub for
block assignment
(In [416]) /trunk