[PATCH v4 1/2] Allow listing all comments from a user

Lukas Fleischer lfleischer at archlinux.org
Mon Aug 6 04:08:50 UTC 2018


On Mon, 06 Aug 2018 at 02:02:57, Johannes Löthberg wrote:
> Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
> ---
> Since v3:
>   - Switched to older list() syntax instead of [].
>   - Fix use of row variable where not needed.
>   - Added missing intvals in account_comments.
>   - Switched to fetchColumn instead of fetch(PDO::FETCH_NUM)[0].
>   - Allowed regular users to see their comments list. (FS#59512)
> 
>  web/html/account.php               | 20 +++++-
>  web/html/css/aurweb.css            | 42 +++++++++++++
>  web/html/index.php                 |  2 +
>  web/html/pkgbase.php               | 10 ++-
>  web/lib/acctfuncs.inc.php          | 42 +++++++++++++
>  web/lib/aur.inc.php                | 53 ++++++++++++++++
>  web/lib/credentials.inc.php        |  2 +
>  web/lib/pkgbasefuncs.inc.php       | 10 ++-
>  web/lib/pkgfuncs.inc.php           |  4 ++
>  web/template/account_details.php   |  3 +
>  web/template/account_edit_form.php |  1 +
>  web/template/pkg_comments.php      | 99 ++++++++++++++++++++++--------
>  12 files changed, 258 insertions(+), 30 deletions(-)
> [...]

Merged both patches into pu, thanks!


More information about the aur-dev mailing list