summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-02-19lib/style.php: print_listing(): what to print in columns is now stored in an ↵Erich Eckner
array, too
2019-02-19lib/style.php: add missing lfErich Eckner
2019-02-19lib/style.php: print_listing(): make links to package details also work for ↵Erich Eckner
sites on other paths
2019-02-19lib/style.php: print_listing() now suitable for lists of groups, tooErich Eckner
2019-02-19lib/mysql.php: deactivate debugging log for nowErich Eckner
2019-02-19lib/style.php: take list of columns/sorts as parameter in ↵Erich Eckner
print_package_listing() -> print_listing()
2019-02-18lib/style.php: package_listing_query_order_by() is now integrated in ↵Erich Eckner
query_package_listing()
2019-02-18extracting of ORDER BY info from $_GET moved from packages/index.php to ↵Erich Eckner
function in lib/style.php
2019-02-18move array of columns from packages/index.php to lib/style.phpErich Eckner
2019-02-18buildmaster/build-list-links.php,buildmaster/build-list.php,buildmaster/buil ↵Erich Eckner
d-slaves.php,buildmaster/deletion-links.php,buildmaster/dependencies.php,buildmaster/log.php,buildmaster/mysql-issues.php,buildmaster/statistics.php,buildmaster/todos.php,lib/format.php,mirrors/index.php,packages/index.php: isset($_GET[$x]) -> array_key_exists($x, $_GET)
2019-02-18lib/style.php,packages/index.php: move querying part of package listing to a ↵Erich Eckner
separate function in a separate file
2019-02-18lib/style.php,packages/index.php: move displaying part of package listing to ↵Erich Eckner
a separate function in a separate file
2019-02-13use apcu instead of memcacheErich Eckner
2019-02-13buildmaster/deletion-links.php,lib/helper.php,packages/pkginfo.php: do not ↵Erich Eckner
fail if memcache is unavailable
2019-02-11lib/style.php: make highlight in navbar configurableErich Eckner
2019-02-11lib/style.php: allow for title without extensionErich Eckner
2019-02-11lib/*.php: should not require_once ../init.php - else it cannot be included ↵Erich Eckner
from the parent directory
2019-02-08close memcache connection if no longer neededErich Eckner
2019-02-07lib/helper.php: site_is_reachable(): give modified context instead of ↵Erich Eckner
modifying default context
2019-02-07link to www.archlinux32.org/$sub instead of $sub.archlinux32.orgErich Eckner
2019-01-21lib/helper.php: add_fancy_unit() newErich Eckner
2019-01-20lib/mysql.php: mysql_query_package_version() newErich Eckner
2019-01-16lib/mysql.php: mysql_url_encode() new to url-encode strings _inside_mysql_Erich Eckner
2018-12-07lib/helper.php: site_is_reachable(): whoops, fix typoErich Eckner
2018-12-07lib/helper.php: site_is_reachable(): increase timeout to 10 seconds - 1 ↵Erich Eckner
second was just the debug/developement value
2018-12-07lib/helper.php: site_is_reachable() newErich Eckner
2018-12-06lib/mysql.php: log queries and their durationErich Eckner
2018-11-09lib/mysql-joins.php new: it contains mysql_join_* functions similar to the ↵Erich Eckner
ones in lib/mysql-functions of the build scripts
2018-11-08lib/helper.php: if_unset() newErich Eckner
2018-07-27lib/helper.php: store git-available status in memcachedErich Eckner
2018-07-27lib/helper.php: fix typoErich Eckner
2018-07-27git_url() newErich Eckner
2018-07-27lib/converter.php -> lib/helper.phpErich Eckner
2018-07-26buildmaster/status.php: show average age of testing packagesErich Eckner
2018-07-10lib/format.php: "All" content typeErich Eckner
2018-07-10lib/style.php : fix quotingErich Eckner
2018-07-10change copyright notice to always include all authorsErich Eckner
2018-07-10lib/format.php: tsv should end with lfErich Eckner
2018-07-10lib/format.php: make error on unkown type more verboseErich Eckner
2018-07-10lib/format.php: accepts different content for each format, now; ↵Erich Eckner
mirrors/active.php is obsolete - is included in mirror/status.php now
2018-07-10lib/format.php newErich Eckner
2018-07-10lib/http.php: cleanupErich Eckner
2018-06-25lib/mysql.php: mysql_prepare_query() new (but not (yet) needed)Erich Eckner
2018-06-22Revert "lib/mysql.php: do not print warning if last ssh_log is less than a ↵Erich Eckner
minute ago" This reverts commit 857d7d193c454ff18c4c15089bc465178415a5a8.
2018-06-22lib/mysql.php: do not print warning if last ssh_log is less than a minute agoErich Eckner
2018-06-19Fix syntax errors from missing semicolonsTyler Dence
2018-06-19Changed requires to require_once'sTyler Dence
2018-06-19Fix include path by generating absolute pathsTyler Dence
2018-06-18lib/style.php: include flag's cssErich Eckner
2018-05-22lib/style.php: quote function nameErich Eckner