operasoftware / dns-ui

Opera's LDAP-authenticated PowerDNS user interface
Apache License 2.0
282 stars 57 forks source link

Zone Changelog: filter and paginate #190

Closed uedvt359 closed 2 years ago

uedvt359 commented 2 years ago

Most of what I'd consider controversial takes place in models/zone.php:list_changesets():

I'm also a bit unhappy with the amount of <?php...?> blocks for pagination in templates/zone.php but there's just a lot of cases to check.

commit message:

Implements:

Filtering by author, while possible, is not implemented in this patch, since we don't care about it. Note that the changelog displayed on a user's profile is not touched; it continues to be unpaginated and unfilterable for the same reason.

fixes #179

uedvt359 commented 2 years ago

I hope this doesn't come across as pushy, but do you have the time to review this please, @thomas-pike?

thomas-pike commented 2 years ago

I hope this doesn't come across as pushy

Not at all, thanks for reminding me to look at this. I'll take a look now.

thomas-pike commented 2 years ago

Thank you for your continued contributions!