OpenNetAdmin

Track. Automate. Configure.

Home About Features Community Develop
Download this project as a tar.gz file

New Version Released - v09.09.12

tmyoungjr

14-09-2009 07:05:50

Since Matt didn't note it here :) I'll let him fill in any details he wants! --- THERE I FINALLY DID IT! :)

Dont forget everyone, you can also see this stuff in the SVN repository here:

http://opennetadmin.com/repos/ONA

Thanks again to all those who helped do testing and gave feedback! It helps a ton, keep it up.

MP: fixed up a few issues with domains. it will now prompt the user with a domain dialog for missing ptr zones (again)
MP: updated the table changes in the initial install sql file
MP: bumped the install index
MP: fixed up some border radius tags for when CSS3 is all done.
MP: more query speedups for list host.
MP: fixed the display dns and dhcp related screens so they would finish displaying THEN build the config to display.. helps with large configs
MP: minor fixes to install update script.. added menu option to edit menu to add domain.
MP: not sure if these changes are ok or not but so far they work. may break older firefox browsers from displaying cursor properly in edit forms
MP: Per forum discussion with tin. added clickable link to open domain edits when there is a primary_master alert.
MP: added a dns record search tab to the search dialog. now you can narrow down based on DNS records globally.
MP: fixed issue when deleting a domain from a server. It may not always find an NS record. It now handles this more appropriately.
MP: fixed display domain so it would only warn about primary master names not in the database as ANY dns type. before it had to be a primary DNS name.
MP: checkin of next sql updates so far
MP: remove host action edit button. also fix for host queries
MP: misc desktop changes and menu changes. now there is a different login dialog as well
MP: cleanup for edit host related to auto ptr
MP: updates for DNS related changes. Now have a rebuild_flag in the dns_server_domains table to determine if a domain needs to be rebuilt for a specific server. These changes will trigger this flag to indicate that the server needs to rebuild the domain. still need to update build code so that it will reset the build flag.
MP: fixes when deleting hosts/interfaces, now it deletes all the DNS records and the last device record as it should. Also add/modify code for more complex host to device associations are now in place.
MP: changed default php error reporting to ignore "notice" level messages, ONA prints tons of these and they are not important. this way your hard drive wont fill with useless logs
MP: display message in search results that indicates it was unable to find records and its going to display all records. Also Initial speed fixes for large datasets. Thanks Alberto for testing!
MP: minor fixes to edit record for interface. added "add dns record" to edit menu. fix for dropdowns in some tooltips
MP: more minor fixes for menu and desktop
MP: fix for empty plugin lists
MP: SERIOUS CHANGES TO BROWSER COMPATABILITY SUPPORT AND MAIN DESKTOP! New menu!, new "desktop plugin modules", better cross browser support! yippie (more testing to come!)
MP: fixed issue with the config div resizing
MP: fixes to allow the standalone login page to work properly
MP: added /32 bit mask options to tooltips, added manage plugins option
MP: FIXED #37.. Now we are able to add both /32 and /31 subnets and hosts to those subnets.
MP: fixes in prep for /32 /31 masks.. much input validation for spaces etc.
MP: some input validation fixes
MP: plugin related changes. test for disabled plugins
MP: quick fix for the add dns box "not opening" when you select it from the interface menu popup.
MP: similar width display fixes as the last commit
MP: long TXT records were not editable via the GUI, also they did not display properly on views that generated lists or DNS configurations. Thanks Klaus!
MP: minor fixes to the recent changes to html_desktop
MP: refactor the main desktop to allow plugins! yippie.. er not???
MP: fix to allow DHCP entries related to the server. requires new server_id column in the table
MP: changed from require_once to require for the workspace module loading.. allows more than one instance of the same module on the page. removed find server function
MP: found many other nasty issues with the way I did the sql variable counting. fixed them all up.. its better now.........ahh
MP: due to the new dataarray variable I had to bump up the sqlopts counter. forgot to do it before.

Matt

19-03-2012 20:37:38

Not sure exactly what you are looking for.. I'd say your best place to get this information is on our github repository:

http://github.com/opennetadmin/ona/commits/master