[postfixadmin:patches] #133 View logs fix
Brought to you by:
christian_boltz,
gingerdog
From: Christian B. <chr...@us...> - 2017-03-03 23:43:39
|
- **status**: open --> closed-accepted - **Comment**: Nice improvement, hanks for the patch! I commited it to git (67a6d0e27a5b4c9cb843684385eb7a46aea2f9c1), will be in 3.0.3 or 3.1 - whatever number the next release will have ;-) FYI: I wrapped $CONF['page_size'] in `intval()` to make sure a broken page_size setting can't break the query. BTW: On the long term, I'd like to use list.php instead of viewlog.php, but that's a bit more work ;-) --- ** [patches:#133] View logs fix** **Status:** closed-accepted **Group:** SVN (please specify revision!) **Labels:** log **Created:** Tue Sep 20, 2016 08:08 AM UTC by Dan **Last Updated:** Tue Sep 20, 2016 08:08 AM UTC **Owner:** nobody **Attachments:** - [postadmin.patch](https://sourceforge.net/p/postfixadmin/patches/133/attachment/postadmin.patch) (21.7 kB; text/x-patch) Hello, i created a patch wich replace hard-coded 10 last lines in viewlog and replace it with $CONF[page_size] as defined in config.php. Also i patched all languages files to reflect changes. --- Sent from sourceforge.net because pos...@li... is subscribed to https://sourceforge.net/p/postfixadmin/patches/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/postfixadmin/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |