summaryrefslogtreecommitdiff
path: root/packages/index.php
AgeCommit message (Collapse)Author
2019-02-19lib/style.php: print_listing() now suitable for lists of groups, tooErich 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-18packages/index.php: cleanupErich 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-10packages/index.php: fix target of formErich Eckner
2019-02-07*/index.{php,html}: change absolut references to relative ones where appropriateErich Eckner
2019-01-20use mysql_query_package_version() even more oftenErich Eckner
2019-01-03packages/index.php: correctly handle $repo_arch, make paths similar to ↵Erich Eckner
mirror layout: $repo_arch/$repo/$pkgname
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-07-10packages/index.php: query pkgbase, tooErich Eckner
2018-07-10packages/index.php: fix column typesErich Eckner
2018-07-10packages/index.php: allow json/tsv export of package searchesErich Eckner
2018-07-10packages/index.php: more filter criteriaErich Eckner
2018-06-19Changed requires to require_once'sTyler Dence
2018-06-19Fix include path by generating absolute pathsTyler Dence
2018-05-31packages/: read `is_to_be_deleted` and `last_moves` from ↵Erich Eckner
`binary_packages_in_repositories`
2018-05-30do not read `binary_packages`.`repository`Erich Eckner
2018-05-03packages/: show to-be-deleted flagErich Eckner
2018-04-26lib/style.php: new to reduce duplicate codeErich Eckner
2018-04-22packages/index.php: adopt upstream's spellingErich Eckner
2018-04-22packages/index.php: show Last UpdateErich Eckner
2018-04-20packages/index.php: generate all table headers dynamicallyErich Eckner
2018-04-20packages/index.php: fix indentationErich Eckner
2018-04-20packages/index.php: print " " for unknown build_dateErich Eckner
2018-04-20packages/index.php: display build_dateErich Eckner
2018-04-20packages/index.php: cleanupErich Eckner
2018-04-17show warning on stopped slaveErich Eckner
2018-04-17use lib/mysql.php, fix indentationErich Eckner
2018-04-17packages/index.php: another small step towards lib/mysql.phpErich Eckner
2018-04-17packages/index.php: small step towards lib/mysql.phpErich Eckner
2018-04-14packages/index.php: no keywords match nothing exactly - not everythingErich Eckner
2018-04-12packages/index.php: show exact matches, tooErich Eckner
2018-04-12packages/index.php: rephrase "bugs"Erich Eckner
2018-04-12packages/index.php: search-page ready (?)Erich Eckner