summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-02-13buildmaster/deletion-links.php,lib/helper.php,packages/pkginfo.php: do not ↵Erich Eckner
fail if memcache is unavailable
2019-02-11packages/pkginfo.php: sort arraysErich Eckner
2019-02-11index.php: access news.archlinux32.org via IPv4 - it times out on IPv6Erich Eckner
2019-02-11index.php: show recently updated packagesErich Eckner
2019-02-11index.php: show newsErich Eckner
2019-02-11index.html -> index.phpErich Eckner
2019-02-11feeds/index.php: link to rss feed instead of websiteErich Eckner
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-11feeds/index.php: mark yet-to-be-implemented feeds as suchErich Eckner
2019-02-11feeds/feed.php: set correct content type in headerErich Eckner
2019-02-11feeds/feed.php: remove done todoErich Eckner
2019-02-11feeds/feed.php: some working stateErich Eckner
2019-02-11feeds/feed.php: fix typoErich Eckner
2019-02-10packages/index.php: fix target of formErich Eckner
2019-02-08close memcache connection if no longer neededErich Eckner
2019-02-08feeds/feed.php: some progressErich Eckner
2019-02-08feeds/feed.php: WIPErich Eckner
2019-02-08feeds/index.php: no "any"-feedsErich Eckner
2019-02-08feeds/index.php: "All Architectures" has subdir "all/"Erich Eckner
2019-02-08rss overview page doneErich Eckner
2019-02-07lib/helper.php: site_is_reachable(): give modified context instead of ↵Erich Eckner
modifying default context
2019-02-07packages/pkginfo.php: remove logging of redirect errors - they are from ↵Erich Eckner
google bot (probably)
2019-02-07packages/pkginfo.php: include $uri_prefix in redirect, tooErich Eckner
2019-02-07packages/pkginfo.php: check for missing argumentsErich Eckner
2019-02-07link to www.archlinux32.org/$sub instead of $sub.archlinux32.orgErich Eckner
2019-02-07packages/pkginfo.php: fix linksErich Eckner
2019-02-07pkgapi/index.html: fix another typoErich Eckner
2019-02-07pkgapi/index.html: fix example linkErich Eckner
2019-02-07*/index.{php,html}: change absolut references to relative ones where appropriateErich Eckner
2019-02-07favicon.ico: symlink to static/faviconErich Eckner
2019-02-07index.html, download/index.html: some stuff is now in /staticErich Eckner
2019-02-07clean up merge of website - probably not yet functionalErich Eckner
2019-02-07Merge 'archlinux32/website.git/master' into this repository's masterErich Eckner
2019-01-23buildmaster/index.php: show multiple arches at once (e.g. by default display ↵Erich Eckner
i686 and any)
2019-01-23buildmaster/statistics.php: accept multiple archsErich Eckner
2019-01-21packages/pkginfo.php: print human-readable unitsErich Eckner
2019-01-21lib/helper.php: add_fancy_unit() newErich Eckner
2019-01-21packages/pkginfo.php: parse dependencies from json correctlyErich Eckner
2019-01-20use mysql_query_package_version() even more oftenErich Eckner
2019-01-20packages/pkginfo.php: use mysql_query_package_version()Erich Eckner