Ignore:
Timestamp:
11/16/11 16:28:37 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Prep-for-release cleanup of buglets found making sure the demo
install works

  • Clean up instructions for creating the database. Apparently the PL/pgSQL "language" module required for the last-modified triggers can't be installed by a regular user, and isn't available by default. O_o
  • Fix a missed $IPDB::webpath-in-single-quotes
  • Add a quick hack to allow automagical allocation from private net ranges. See #38.
  • Partially convert some critical bits to use bound parameters in SQL for new allocations. See #34, mostly cleaned up already on /trunk or /branches/htmlform
  • Set $privdata = internally so that an allocation via admin tools doesn't error out
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/MyIPDB.pm

    r507 r508  
    5151#$IPDB::syslog_facility = 'daemon';
    5252
     53# Allow allocations to come from private IP ranges by default?
     54# Set to 'y' or 'on' to enable.
     55#$IPDB::allowprivrange = '';
    5356
    5457## connectDB_My()
Note: See TracChangeset for help on using the changeset viewer.