source: trunk/cgi-bin

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @753   9 years Kris Deugau /trunk Start fine-tuning flag storage for deciding if we can/should …
(edit) @752   9 years Kris Deugau /trunk Fine-tune original allocation UPDATE; make it into a prepared …
(edit) @751   9 years Kris Deugau /trunk Finally commit last stage of user-facing "merge blocks" …
(edit) @750   9 years Kris Deugau /trunk Update "edit block" page to use per-block rDNS-is-available …
(edit) @749   9 years Kris Deugau /trunk Commit last branch of rDNS call for mergeBlocks(); target == …
(edit) @748   9 years Kris Deugau /trunk Fill in next major subbranch of mergeBlocks() rDNS calls; …
(edit) @747   9 years Kris Deugau /trunk Add first subbranch of "merge to pool" rDNS calls - …
(edit) @746   9 years Kris Deugau /trunk - Tweak header docucomment for brief description of scope …
(edit) @745   9 years Kris Deugau /trunk Add a flag to _toPool() to indicate whether to return all of …
(edit) @744   9 years Kris Deugau /trunk Fill in first major block of rDNS for mergeBlocks(); new …
(edit) @743   9 years Kris Deugau /trunk Shuffle a variable name for clarity and declaration location …
(edit) @742   9 years Kris Deugau /trunk Remove some stale docucomments from allocateBlock()'s "simple" case
(edit) @741   9 years Kris Deugau /trunk Commit lingering fix in allocateBlock() for incorrect failure …
(edit) @740   9 years Kris Deugau /trunk Clean up docucomment headers on a couple of subs
(edit) @739   9 years Kris Deugau /dev Fix a lurking bug before I forget; splitting a largish …
(edit) @738   9 years Kris Deugau /trunk Fill in merge-to-leaf. See #8.
(edit) @737   9 years Kris Deugau /trunk Fill in merge-to-pool. See #8.
(edit) @736   9 years Kris Deugau /trunk Add internal utility sub _toPool() needed for merge-to-pool. …
(edit) @735   9 years Kris Deugau /trunk A little more surrounding cleanup: - Tweak merge …
(edit) @734   9 years Kris Deugau /trunk Fix subtle edge-case bug in initPool() where the check for …
(edit) @733   9 years Kris Deugau /trunk Cleanup while rechecking merge-to-container in UI: - Move …
(edit) @732   9 years Kris Deugau /trunk Fill in next mergeBlocks() working segment: Merge to …
(edit) @731   9 years Kris Deugau /trunk Fill in second mergeBlocks() working segment: Merge to …
(edit) @730   9 years Kris Deugau /trunk Fill in first mergeBlocks() working segment: Merge to …
(edit) @729   9 years Kris Deugau /trunk Stub out subbranches of first major branch in mergeBlocks(). …
(edit) @728   9 years Kris Deugau /trunk Stub out major logic branches for mergeBlocks(), and flesh out …
(edit) @727   9 years Kris Deugau /trunk Refine variable passing and template variable names on merge …
(edit) @726   9 years Kris Deugau /trunk (Re)?add the block ID back to the hashref returned by …
(edit) @725   9 years Kris Deugau /trunk Add utility sub _poolToAllocations() to support complex block …
(edit) @724   9 years Kris Deugau /trunk Fixes in deleteCascade() for edge cases along with some hefty …
(edit) @723   9 years Kris Deugau /trunk ... and, of course, the followup to catch a missed change in r722.
(edit) @722   9 years Kris Deugau /trunk Fix minor bugs in _compactFree() that would only affect guided …
(edit) @721   9 years Kris Deugau /trunk Fix bug adding new freeblocks after splitting a free block for …
(edit) @720   9 years Kris Deugau /trunk Second page in merge sequence; show main allocations and free …
(edit) @717   9 years Kris Deugau /trunk Begin committing "merge/extend blocks". See #8. This commit …
(edit) @716   9 years Kris Deugau /trunk Add internal utility sub _deleteCascade(), necessary for …
(edit) @715   9 years Kris Deugau /trunk Factor out a chunk of deleteBlock() (compact free blocks to …
(edit) @714   9 years Kris Deugau /trunk Revise getTypeList() to accept another parameter to flag the …
(edit) @713   9 years Kris Deugau /trunk Review and revise splitBlock() and shrinkBlock() to properly …
(edit) @712   9 years Kris Deugau /trunk Exclude $self from the count of allocations in a container in …
(edit) @709   9 years Kris Deugau /trunk Add a "delete" button for the admin tools SWIP customer …
(edit) @708   9 years Kris Deugau /trunk Clean up minor admin.cgi error log mess from statement handle …
(edit) @707   9 years Kris Deugau /trunk Add rDNS update call for splitBlock(). Requires …
(edit) @706   9 years Kris Deugau /trunk Add breadcrumb navigation to "update complete" page
(edit) @705   9 years Kris Deugau /trunk - Complete internal handling for "shrink block". See #7 (more …
(edit) @702   9 years Kris Deugau /trunk Add "split block" feature. See #7. May still need a little …
(edit) @699   9 years Kris Deugau /trunk Fix snafu in initPool(); forgot to set master_id
(edit) @698   9 years Kris Deugau /trunk Missed an added field for adding a reserved block on a …
(edit) @697   9 years Kris Deugau /trunk Add "breadcrumb" navigation trace to most pages.
(edit) @696   9 years Kris Deugau /trunk Fix most of the edge cases for initPool() being called on …
(edit) @695   9 years Kris Deugau /trunk Mostly fix up edge case of extending an IP pool allocation. …
(edit) @694   9 years Kris Deugau /trunk Fix flubbed update to initPool in r691; allocation_id is not …
(edit) @693   9 years Kris Deugau /trunk Exclude reserved freeblocks from guided assignment. See #24.
(edit) @692   9 years Kris Deugau /trunk Start adding support for advisory "reserved block" assignments …
(edit) @691   9 years Kris Deugau /trunk Expose VRF field, and add a similar VLAN field (see #10).
(edit) @690   9 years Kris Deugau /trunk Head off a potential point of confusion by blocking expandable …
(edit) @687   9 years Kris Deugau /trunk CSS and layout cleanup, sort of. Convert tables with …
(edit) @686   9 years Kris Deugau /trunk Put a bit of polish on updating DNS records when updating …
(edit) @685   9 years Kris Deugau /trunk A little bit of cleanup after shuffling the showsubs …
(edit) @683   9 years Kris Deugau /trunk Fix minor copy-paste bug on edit page from r675
(edit) @682   9 years Kris Deugau /trunk Convert working hack for comparing container list layout into …
(edit) @681   9 years Kris Deugau /trunk Convert SMTP From: address to a configuration entry
(edit) @680   9 years Kris Deugau /trunk Update db2rwhois for new database structure: - new location …
(edit) @679   9 years Kris Deugau /trunk - Add a bit more detail to a couple of docucomments in …
(edit) @678   9 years Kris Deugau /trunk Fix silly typo from r677
(edit) @677   9 years Kris Deugau /trunk Collect and pass through per-IP rDNS. Still need to cache …
(edit) @676   9 years Kris Deugau /trunk Minor return cleanup on error in RPC wrapper sub
(edit) @675   9 years Kris Deugau /trunk Extend per-IP rDNS through the "confirm add" page and the …
(edit) @674   9 years Kris Deugau /trunk Start extending rDNS support to allow entering per-IP reverse …
(edit) @671   9 years Kris Deugau /trunk Fix subtle bug in deleting IPv6 blocks; the text …
(edit) @670   9 years Kris Deugau /trunk Minimally update search tool for new database layout. Still …
(edit) @669   9 years Kris Deugau /trunk Add missing webpath in admin.cgi
(edit) @668   9 years Kris Deugau /trunk Stub out all core IPDB subs for RPC. Fill in a few quick …
(edit) @667   9 years Kris Deugau /trunk Add commented example config for IPDB RPC ACL (such as it is) …
(edit) @665   9 years Kris Deugau /trunk Patch up a few glitches in the "automatic" assignment process
(edit) @664   9 years Kris Deugau /trunk Unmunge updated SQL from r663
(edit) @663   9 years Kris Deugau /trunk Clean up some minor snafu-ness in listSubs() Commit new subs …
(edit) @662   9 years Kris Deugau /trunk Remove obsolete listMaster() and listRBlock() subs
(edit) @661   9 years Kris Deugau /trunk Backmerge minor RPC fixes from /branches/stable r610
(edit) @660   9 years Kris Deugau /trunk Backmerge addition of RPC shim from /branches/stable r600
(edit) @659   9 years Kris Deugau /trunk Tweak DB connect defaults in MyIPDB.pm
(edit) @658   9 years Kris Deugau /trunk Add SQL base update fragment and database rearranging script
(edit) @657   9 years Kris Deugau /trunk Initial SQL cleanup continued; timestamp sematics got mangled …
(edit) @656   9 years Kris Deugau /trunk Cleanup pass on ipdb.psql to remove long-discarded cruft and …
(edit) @655   9 years Kris Deugau /trunk Smooth off some rough edges on edge cases in deleteBlock()
(edit) @654   9 years Kris Deugau /trunk Polish return-a-(legacy-)block-to-an-IP-pool return warning …
(edit) @653   9 years Kris Deugau /trunk Extend listSubs() to include some details on container blocks …
(edit) @652   9 years Kris Deugau /trunk Update touchMaster() for new DB structure
(edit) @651   9 years Kris Deugau /trunk Tweak delete result page to include block type in case of …
(edit) @647   10 years Kris Deugau /trunk admin.cgi cleanup; block listing and allocation (block/IP) update
(edit) @644   10 years Kris Deugau /trunk admin.cgi cleanup; update SQL and related coding conventions …
(edit) @643   10 years Kris Deugau /trunk admin.cgi cleanup; this bit should have gone with r641.
(edit) @642   10 years Kris Deugau /trunk Commit really old work in admin.cgi adding rDNS - allocate block
(edit) @641   10 years Kris Deugau /trunk Commit 13/mumble for work done intermittently over the past …
(edit) @640   10 years Kris Deugau /trunk Commit 12/mumble for work done intermittently over the past …
(edit) @639   10 years Kris Deugau /trunk Commit 11/mumble for work done intermittently over the past …
(edit) @638   10 years Kris Deugau /trunk Commit 10/mumble for work done intermittently over the past …
(edit) @637   10 years Kris Deugau /trunk Commit 10/mumble for work done intermittently over the past …
(edit) @636   10 years Kris Deugau /trunk Commit 9/mumble for work done intermittently over the past …
(edit) @635   10 years Kris Deugau /trunk Fix up consistency-check.pl; it was so stale it broke on the …
Note: See TracRevisionLog for help on using the revision log.