summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-27buildmaster/build-list-links.php: filter by architecture (of build assignment)Erich Eckner
2019-03-27buildmaster/statistics.php: arch_filter_query() separated into lib/mysel.phpErich Eckner
2019-03-20init.php: do not try to decode %## - it should never appear in valid queries ↵Erich Eckner
- simply delete it
2019-03-19init.php: encode less: only specialchars are ancoded + ampersand in ↵Erich Eckner
QUERY_STRING and REQUEST_URI is /not/ encoded (otherwise parameter separation is broken)
2019-03-19buildmaster/build-list.php: isset -> array_key_existsErich Eckner
2019-03-18init.php: clean up $_GET, $_SERVER["REQUEST_URI"] and ↵Erich Eckner
$_SERVER["QUERY_STRING"] against xss
2019-03-18lib/style.php: small style changeErich Eckner
2019-03-08architecture.php: is part of "home", not "packages"Erich Eckner
2019-03-08index.php: put link to architecture list into sidebar, tooErich Eckner
2019-03-07packages/differences.php: show differences to upstream, tooErich Eckner
2019-03-07table `upstream_packages` makes available_upstream_packages() obsoleteErich Eckner
2019-03-07architecture.php: add some hint regarding sse2-bugsErich Eckner
2019-03-07lib/helper.php: fix typoErich Eckner
2019-03-07lib/helper.php: check if pacman db exists before running shell commandErich Eckner
2019-03-07architecture.php: added small descriptionErich Eckner
2019-03-07architectures page newErich Eckner
2019-03-06pkgapi/pkginfo.php: give 404 on empty infoErich Eckner
2019-02-22lib/helper.php: use array_key_exists()Erich Eckner
2019-02-22lib/helper.php: available_upstream_packages() newErich Eckner
2019-02-20feeds/index.php: do not strike through link to iso release feedErich Eckner
2019-02-20feeds/feed.php: somewhat functional release feedErich Eckner
2019-02-19packages/differences.php: change uri-parsing to be hopefully more robustErich Eckner
2019-02-19packages/differences.php: fix include pathErich Eckner
2019-02-19lib/style.php: $difflist_sorts: fix mysql column namesErich Eckner
2019-02-19index.php: packages/differences.php now functionalErich Eckner
2019-02-19packages/differences.php now functionalErich Eckner
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-19groups.php: fix some stray html stuffErich Eckner
2019-02-19index.php: package groups view is implemented - do not strike it anymoreErich Eckner
2019-02-19lib/style.php: print_listing(): make links to package details also work for ↵Erich Eckner
sites on other paths
2019-02-19groups.php: show list of groupsErich Eckner
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-18groups.php: can show details of _one_ groupErich Eckner
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-15index.php: add link to build masterErich Eckner
2019-02-15index.php: show upstream news, tooErich Eckner
2019-02-14mirrorlist.php now in /Erich Eckner
2019-02-14mirrorlist/index.php: enable filter againErich Eckner
2019-02-14mirrorlist updater is newErich Eckner
2019-02-13index.php: link to git should point to archlinux32 organizationErich Eckner
2019-02-13use apcu instead of memcacheErich Eckner