summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-01-20lib/mysql.php: mysql_query_package_version() newErich Eckner
2019-01-16packages/pkginfo.php: do not break if reverse-proxiedErich Eckner
2019-01-16buildmaster/build-list.php: mysql_url_encode() stuffErich Eckner
2019-01-16lib/mysql.php: mysql_url_encode() new to url-encode strings _inside_mysql_Erich Eckner
2019-01-15buildmaster/mysql-issues.php: html-encode the install_targets - they may ↵Erich Eckner
contain <>...
2019-01-10buildmaster/index.php: remove links to namcap and textrelErich Eckner
2019-01-08packages/pkginfo.php: arch -> repo_archErich Eckner
2019-01-08packages/pkginfo.php: add redirect for wrong parameter orderErich Eckner
2019-01-04download/index.html: new isoErich Eckner
2019-01-03packages/pkginfo.php: use $repo_arch where appropriateErich Eckner
2019-01-03packages/pkginfo.php: reorder according to new url layoutErich Eckner
2019-01-03packages/index.php: correctly handle $repo_arch, make paths similar to ↵Erich Eckner
mirror layout: $repo_arch/$repo/$pkgname
2019-01-02packages/pkginfo.php: add todoErich Eckner
2018-12-10packages/pkginfo.php: add check for empty $json_contentErich Eckner
2018-12-10packages/pkginfo.php: fix "Only variables should be passed by reference" warningErich Eckner
2018-12-10packages/pkginfo.php: isset($array[$key]) -> array_key_exists($key, $array)Erich Eckner
2018-12-10packages/pkginfo.php: $skip_json_checks was not initialized properlyErich Eckner
2018-12-10pkgapi/index.html new - short usage description + something we can cheaply ↵Erich Eckner
query to see if the api is online
2018-12-10packages/pkginfo.php: adopt to new location and output format of pkgapiErich Eckner