Jethro Carr

Results 23 comments of Jethro Carr

Intentional feature - mostly to prevent muppets from filling in one field and forgetting to do the other.

Ah sorry, I mis understood your post as that you were trying to delete a record by blanking it out. Yes, if a record has been deleted it shouldn't matter...

Not that I know of, but it would be possible to build one into the application. If anyone submits a PR for that, I'll be happy to review and merge...

Weird bug. If you figure it out, please send in a PR.

Please send in a PR and I'll be happy to merge.

Please send in a PR and I'll be happy to merge.

Build a new RPM from source using https://github.com/jethrocarr/namedmanager/blob/master/resources/namedmanager.spec

hi dotmx, Sorry probably my fault - I merged a change recently and didn't double check they had updated the schema version setting in `htdocs/include/config.php`. Commit f8e80a090c294ec08aa848bbc1ed6f96b0066a09 should fix this...

Shouldn't be tricky - if you send me a PR I'll be happy to review and consider for merging.

Best fix is probably to move to using PHP's native IPv4 validation. We use it for IPv6, but don't use it for older IPv4 addresses. ``` 396 case "ipv4": 397...