[aur-dev] [PATCH 0/7] Split package support: Cleanups, fixes, improvements

Lukas Fleischer archlinux at cryptocrack.de
Sat Apr 5 10:35:26 EDT 2014


To be applied on top of the split package patch set.

Lukas Fleischer (7):
  Use snake case for all package functions
  Prefix package functions with pkg_/pkgbase_
  Split out package base functions
  pkgfuncs.inc.php: Remove several unused functions
  pkgbasefuncs.inc.php: Fix leftover bits
  Add full package list to the removal form
  Do not show package base page of non-split packages

 scripts/cleanup                  |    2 +-
 web/html/index.php               |    2 +-
 web/html/packages.php            |   10 +-
 web/html/pkgbase.php             |   38 +-
 web/html/pkgdel.php              |    9 +-
 web/html/pkgmerge.php            |   10 +-
 web/html/pkgsubmit.php           |   20 +-
 web/html/voters.php              |    2 +-
 web/lib/pkgbasefuncs.inc.php     |  968 ++++++++++++++++++++++++++++++++++
 web/lib/pkgfuncs.inc.php         | 1058 +-------------------------------------
 web/template/actions_form.php    |    4 +-
 web/template/pkg_comments.php    |    4 +-
 web/template/pkg_details.php     |   12 +-
 web/template/pkg_search_form.php |    2 +-
 web/template/pkgbase_details.php |    6 +-
 15 files changed, 1058 insertions(+), 1089 deletions(-)
 create mode 100644 web/lib/pkgbasefuncs.inc.php

-- 
1.9.1



More information about the aur-dev mailing list