1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merging changes I committed to trunk from branches/netdot-0.4 More... almost 21 years ago
- Added buttons to device worksheet to be able to connect to devices via HTTP, SSH, Telnet. SSH and Telnet might require some extra broser configuration More... almost 21 years ago
- Merging Subnet and IP tables into Ipblock. (an ip address is nothing but a /32 block (/128 in v6) - Now storing addresses in integer format. A couple of triggers in Netdot::DBI handle inflation/deflation of Ipblock addresses using Net::IP More... almost 21 years ago
Changes in web interface - Structured in three layers (section, subsection, page) - Better use of CSS Changs in lib directory - Using more structured hierarchy, with a Netdot.pm global class - Added DefaultConfig and SiteConfig classes for global config values - Renamed GUI to UI (User Interface, equiv. to API) etc More... almost 21 years ago
Fixes to latest schema changes More... about 21 years ago
- SIGNIFICANT SCHEMA CHANGES for DNS/DHCP and IP/MAC tracking - Other minor improvements to various files More... about 21 years ago
- Added custom HasMany class with new 'on_delete' argument - Other minor fixes More... about 21 years ago
Adding last fix to the trunk copy More... about 21 years ago
Merged changes from branches/netdot-0.3 More... about 21 years ago
Added ability to sort by IP, subnet or interface name More... about 21 years ago
Fixed issues that affected Postgres More... about 21 years ago
Some fixes and additions More... about 21 years ago
More fixes and additions More... about 21 years ago
- Some bug fixes More... about 21 years ago
- Added NetAddr::IP in Mason.pl so that it's included by default from Mason components More... about 21 years ago
* DB SCHEMA CHANGE!!! Added a sysObjectID field to Product table. This will help linking a Device object with its corresponding Product object automatically at discovery/update time. * Netviewer.pm Modified a bit to solve problem with hubs that didn't answer to SNMP queries with multiple oids. * device-ws.html Fixed ordering of ports by number. * device.html and updatedevices.pl Started using NetAddr::IP for IP address manipulation Device's MAC is assigned now from management interface if device has only one IP Device's Entity is assigned from Subnet Entity if it exists More... about 21 years ago
* DB SCHEMA CHANGE!!! Added a sysObjectID field to Product table. This will help linking a Device object with its corresponding Product object automatically at discovery/update time. * Netviewer.pm Modified a bit to solve problem with hubs that didn't answer to SNMP queries with multiple oids. * device-ws.html Fixed ordering of ports by number. * device.html and updatedevices.pl Started using NetAddr::IP for IP address manipulation Device's MAC is assigned now from management interface if device has only one IP Device's Entity is assigned from Subnet Entity if it exists More... about 21 years ago
Adding test functionality to updatedevices.pl More... about 21 years ago
Added cateogry to nv.categories to detect ports and groups on hubs. More... about 21 years ago
In device.html: - Changed default for 'managed' flag in Interfaces from 1 to 0 - Added some lines to assign Device's Entity based on Subnet (if only one) In device-ws: - Added a save button at end of Interface table when editing - Fixed Interface table width More... about 21 years ago
- User can now add a group of ports for later editing - Cleaned up a bit More... about 21 years ago
Added some lines to prevent old values in an updated object to show in the immediate display. Note: it doesn't seem to be related to Apache::DBI, which only keeps the connection to the DB open between requests. More... over 21 years ago
Workaround for stupid httpd on solaris. Consider: More... over 21 years ago
- Fixed another case where the value passed for the parent was not valid and caused device-ws.html to crash More... over 21 years ago
- Added search function in device-ws to search for devices without needing to go to the index page More... over 21 years ago
Fixed bugs in device-ws that caused the searches for parent interfaces to not work if there was more than one search field (overlapping names). Also the option 'no matches' had no value, which caused the update function to create a relationship with parent = 0. More... over 21 years ago
Add select_query.html to htdocs/Makefile More... over 21 years ago
Fixes to device.html and updatedevices.pl so that things don't break if a value is '' (empty string) More... over 21 years ago
- Added conditionals in form to avoid error while editing tables back and forth More... over 21 years ago
- Minor changes in device-ws.html - Added [edit all] button to view.html to give user the option of editing via device-ws instead of edit.html - Added some lines to sort results from select_query.html More... over 21 years ago