source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @198   19 years Kris Deugau /trunk Port allocate.pl forward to trunk from /branches/stable r188
(edit) @191   19 years Kris Deugau /trunk Fixed buglet that would have incorrectly allowed allocation …
(edit) @190   19 years Kris Deugau /trunk consistency-check.pl: Updated to be consistent with the new …
(edit) @189   19 years Kris Deugau /trunk Caught some buglets in the HairyPerl(TM) ('$1' vs "$1") …
(edit) @187   19 years Kris Deugau /trunk Another herd of changes to alloctypes. This cleaned up the …
(edit) @186   19 years Kris Deugau /trunk First round of changes for "clean" handling of subblock …
(edit) @184   19 years Kris Deugau /trunk Tweaked another few fixes into place to make a "fresh" install …
(edit) @183   19 years Kris Deugau /trunk Change database connection check slightly to select from the …
(edit) @182   19 years Kris Deugau /trunk Preseed alloctypes table with current types ("common" ones …
(edit) @181   19 years Kris Deugau /trunk Change SQL definitions to create the database before creating …
(edit) @180   19 years Kris Deugau /trunk Fix another buglet with the SQL definitions. Picky, picky…
(edit) @179   19 years Kris Deugau /trunk Fix buglet in SQL definitions (ported forward from …
(edit) @176   19 years Kris Deugau /trunk Full update of ipdb.psql without extraneous pg_dump bits, with …
(edit) @175   19 years Kris Deugau /trunk Updated SQL table definitions - pg_dump format
(edit) @173   19 years Kris Deugau /trunk Merged additional SQL cleanup changes from …
(edit) @167   19 years Kris Deugau /trunk New feature: Different "default" CustIDs depending on the …
(edit) @166   19 years Kris Deugau /trunk Merged bugfixes from /branches/stable r162-165. NB: r163
(edit) @161   19 years Kris Deugau /trunk Backport bugfix from /branches/stable r160
(edit) @157   19 years Kris Deugau /trunk Merge changes from /branches/sql-cleanup into mainline - …
(edit) @146   19 years Kris Deugau /trunk Update copyright statements
(edit) @144   19 years Kris Deugau /trunk Speeling fix in assign.html
(edit) @143   19 years Kris Deugau /trunk Tweak/update db2rwhois with latest (My)IPDB interface
(edit) @142   19 years Kris Deugau /trunk Wrap connectDB() function in a "module" so we don't get …
(edit) @141   19 years Kris Deugau /trunk Fix svn: properties on db2rwhois.pl. Really.
(edit) @139   19 years Kris Deugau /trunk Added ability to add cities/locations to database. Not yet …
(edit) @138   19 years Kris Deugau /trunk Redesign alloctype check so that it checks alloctypes that …
(edit) @137   19 years Kris Deugau /trunk Merge bugfix in /branches/stable r136
(edit) @135   19 years Kris Deugau /trunk Merge bugfixes from /branches/stable r130:134
(edit) @130   19 years Kris Deugau /trunk Backported r128 and r129 bugfixes from /branches/stable
(edit) @120   19 years Kris Deugau /trunk Fixed some SQL bugs before they become problems - make sure to …
(edit) @119   19 years Kris Deugau /trunk Port freespace.pl forward from /branches/stable r117
(edit) @118   19 years Kris Deugau /trunk SQL cleanup: - Made liberal use of "<<=" operator and …
(edit) @115   19 years Kris Deugau /trunk Cosmetic fix in "Add new master" code
(edit) @111   19 years Kris Deugau /trunk Cleanup of display and fallthrough logic: - printFooter is …
(edit) @110   19 years Kris Deugau /trunk Change fb-assign.html to allow pulling allocation types from …
(edit) @109   19 years Kris Deugau /trunk Change assign.html to allow allocation types to pulled from …
(edit) @108   19 years Kris Deugau /trunk Fix SQL bug in static-IP section of allocateBlock()
(edit) @107   19 years Kris Deugau /trunk Fix error reporting in allocateBlock() to return the SQL error …
(edit) @106   19 years Kris Deugau /trunk IPDB rewrite, first stable iteration. -> uses …
(edit) @105   19 years Kris Deugau /trunk Updated printError function so that it does NOT exit, to allow …
(edit) @96   19 years Kris Deugau /trunk Added city and POP list initialization
(edit) @95   19 years Kris Deugau /trunk Corrected incorrect or missing svn:* properties on Perl …
(edit) @93   19 years Kris Deugau /trunk Add deleteBlock() sub
(edit) @92   19 years Kris Deugau /trunk Port updates and bugfixes from /branches/stable r87:91 back …
(edit) @87   19 years Kris Deugau /trunk Port bugfixes and tweaks from /branches/stable r79:86 forward.
(edit) @80   19 years Kris Deugau /trunk Further tweaked allocateBlock()'s calls to initPool() to …
(edit) @79   19 years Kris Deugau /trunk Redesigned error handling in allocateBlock() to return more …
(edit) @78   19 years Kris Deugau /trunk Updated allocBlock() to properly handle and return errors …
(edit) @77   20 years Kris Deugau /trunk Flesh out allocateBlock() and initPool() Begin work on …
(edit) @74   20 years Kris Deugau /trunk Added a CircuitID field on both netblock and static IP …
(edit) @73   20 years Kris Deugau /trunk Hack to allow manual allocation of specific static IPs by …
(edit) @72   20 years Kris Deugau /trunk Fixed checks for static-ip allocation types. Really. For sure.
(edit) @70   20 years Kris Deugau /trunk Add email notification for static IP assignment - …
(edit) @69   20 years Kris Deugau /trunk Fix for mailNotify() so it works
(edit) @68   20 years Kris Deugau /trunk Fixed broken headers in mailNotify()
(edit) @67   20 years Kris Deugau /trunk Minor nitpicking cosmetic fix for consistency-check.pl
(edit) @66   20 years Kris Deugau /trunk Shell of allocateBlock() function added mailNotify function added
(edit) @65   20 years Kris Deugau /trunk Major update to admin tool; adds more or less complete …
(edit) @63   20 years Kris Deugau /trunk Clean up some error handling code relating to DB transactions
(edit) @62   20 years Kris Deugau /trunk Updated consistency check script to check for anomalies in IP …
(edit) @61   20 years Kris Deugau /trunk Numerous minor bugfixes in logic - pool IP types corrected …
(edit) @58   20 years Kris Deugau /trunk Finished first "complete" edition of admin interface for IPDB.
(edit) @57   20 years Kris Deugau /trunk Updated schema dump for IPDB
(edit) @55   20 years Kris Deugau /trunk Fix the cosmetic fix in footer.inc
(edit) @54   20 years Kris Deugau /trunk Added admin.cgi with mostly-complete "update allocation data" …
(edit) @52   20 years Kris Deugau /trunk Cosmetic fixes to footer.inc
(edit) @51   20 years Kris Deugau /trunk Merge bugfixes and updates from /branches/stable r49 and r50
(edit) @47   20 years Kris Deugau /trunk Bugfixes on error reporting: Make sure to syslog before …
(edit) @46   20 years Kris Deugau /trunk SQL bugfixes: - New static IP would not get assigned - …
(edit) @45   20 years Kris Deugau /trunk Merge bugfixes from /branches/stable r43 and r44
(edit) @42   20 years Kris Deugau /trunk Merge bugfix from /branches/stable r41
(edit) @40   20 years Kris Deugau /trunk Bugfix for final stage of allocating a static IP
(edit) @38   20 years Kris Deugau /trunk Various cosmetic fixes with respect to displayed allocation types
(edit) @37   20 years Kris Deugau /trunk Fixed some logic errors with respect to allocating IP pools
(edit) @36   20 years Kris Deugau /trunk Blatant warnings on /trunk/header.inc DO NOT MERGE TO STABLE …
(edit) @34   20 years Kris Deugau /trunk Updated Postgres schema dump
(edit) @33   20 years Kris Deugau /trunk Allow changing "whole" netblock types (dynamic DSL, cable, …
(edit) @31   20 years Kris Deugau /trunk Allow selection of which master to allocate a block from
(edit) @30   20 years Kris Deugau /trunk Merge clarity fix for assign.html from /branches/stable r28
(edit) @27   20 years Kris Deugau Added Thunder Bay to list of POP cities in route-new-block check
(edit) @23   20 years Kris Deugau Add tweak to allow newly-entered custIDs to end with "-nn"
(edit) @22   20 years Kris Deugau Tweaked delete logging to make it clear what type of block was deleted
(edit) @21   20 years Kris Deugau Added support for directly assigning blocks listed as "free"
(edit) @20   20 years Kris Deugau Allow updating city for an allocation
(edit) @19   20 years Kris Deugau Added Thunder Bay to city list
(edit) @17   20 years Kris Deugau Fixed incorrect syslog error statements
(edit) @16   20 years Kris Deugau /trunk/cgi-bin/IPDB.pm: Remove CommonWeb.pm dependency from IPDB.pm, …
(edit) @15   20 years Kris Deugau Updated db2rwhois.pl for new database format
(edit) @14   20 years Kris Deugau header.inc: - Cosmetic fixes to spacing/indentation - Remove …
(edit) @13   20 years Kris Deugau main.cgi: Fix broken or not-quite-right SQL statements
(edit) @12   20 years Kris Deugau cgi-bin/main.cgi: - Added wireless IP and IP pool types - Fixed …
(edit) @11   20 years Kris Deugau Near-complete rewrite of cgi-bin/consistency-check.pl - It works …
(edit) @10   20 years Kris Deugau Typo/thinko fixes and removal of debug-ish section in alloctypes.html
(edit) @9   20 years Kris Deugau Minor bugfix on search display - one type of pool didn't show a "List …
(edit) @8   20 years Kris Deugau Added SVN revision info section to cgi-bin/CommonWeb.pm, …
(edit) @7   20 years Kris Deugau Remove non-critical legacy and development files
(edit) @6   20 years Kris Deugau Add intermediate development files for posterity
(edit) @4   20 years Kris Deugau Import "new" IPDB development: March 2004 through end of August 2004 …
(edit) @2   20 years Kris Deugau /trunk Import rWHOIS export script based on old db
(add) @1   20 years Kris Deugau trunk/branches/tags template import
Note: See TracRevisionLog for help on using the revision log.