summaryrefslogtreecommitdiffstats
path: root/sitestatic
AgeCommit message (Collapse)AuthorFilesLines
2019-03-19* Add the hetzner logo file.Giancarlo Razzolini1-0/+0
* Add the hetzner logo to the sponsors on the main page.
2019-03-17sitestatic: remove old assetsJelle van der Waa3-0/+0
Remove an old sponsor, a never used high resolution rss image and an old new icon.
2019-03-17sitestatic: remove unused bootstrap-typeaheadJelle van der Waa1-301/+0
2019-03-15sitestatic: update ipxe imagesrelease_2019-03-15Jelle van der Waa6-0/+0
Update the ipxe image for the new CA root Let's Encrypt image. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2019-02-28templates: get rid of modify_attributesJelle van der Waa1-10/+0
The modify_attributes was used for IE to set attributes on DOM elements, since Archweb no longer supports IE and this can be done easily with plain JavaScript. Also drop non-standard HTML attributes since they aren't worth keeping. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2019-02-24remove kartenzia as commercial sponsorJelle van der Waa1-0/+0
Kartenzia no longer sponsors a dedicated server. Signed-off-by: Jelle van der Waa <jelle@archlinux.org>
2019-02-23css: disable focus outline on jQuery tablesorterrelease_2019-02-23Jelle van der Waa1-0/+4
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2019-02-22sitestatic: remove unused CSS rule #dash-pkg-notifyJelle van der Waa1-27/+1
The dash-pkg-notify view was removed in 710ec0a9de9a and since then never used. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2019-02-22sitestatic: remove unused pretty1 CSS classJelle van der Waa1-19/+0
This class was last used on the very old download page and since then never used. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2019-02-19sitestatic; fix typeahead for EdgeJelle van der Waa1-2/+2
Microsoft Edge has no x/y in the Clientrect structure so use top/left instead which works on all browsers.
2019-02-18flag: move inline css to a separate fileJelle van der Waa1-0/+4
CSP dissalows inline CSS styles so move the CSS to a separate file.
2019-02-18packages: remove inline style from flag out of dateJelle van der Waa1-0/+4
Remove inline style and add new CSS rule for it.
2019-02-18templates: remove inline stylesJelle van der Waa1-0/+5
Remove inline styles to hide itemprop's and use a global css class for it.
2019-02-18releng: remove inline cssJelle van der Waa1-0/+5
Replace the usage of inline styles with a global css rule.
2019-02-18news: get rid of inline css stylesJelle van der Waa2-17/+4
Remove the usage of an inline style for hiding #news-preview and hide it in our global css. Also move the newspreview function to it's sole user to reduce our global JS size.
2019-02-18sitestatic: Update jQuery and tablesorterJelle van der Waa6-1381/+2917
2019-02-18homepage: use self written typeahead implementationJelle van der Waa2-25/+135
Use a self written typeahead inmplemenation which gets rid of the jQuery requirement. This saves upgrading issues and reduces the amount of data to be loaded for the homepage by half.
2018-11-18Move format_filesize to the visualize.jsJelle van der Waa1-17/+0
The only user of format_filesize is visualize.js, move the code there to reduce archewb.js which is loaded on multiple pages.
2018-11-18differences: remove leftover JavaScript from 373a426cbJelle van der Waa1-55/+0
In 373a426cb we removed the i686/x64_64 differences report and forgot to remove the used JavaScript functions.
2018-11-18.size() is removed in jQuery.Jelle van der Waa1-1/+1
2018-11-18archweb.js: use prop in favor of deprecated attr/removeAttrJelle van der Waa1-15/+15
.attr() is deprecated in jQuery so use .prop() to switch the checkboxes.
2018-06-08dev-todo-lists: highlight table rows on mouse hoverChristian Hesse1-0/+1
2018-06-07pkglist-results: highlight table rows on mouse hoverChristian Hesse1-0/+1
2018-06-07clocks-table: highlight table rows on mouse hoverChristian Hesse1-0/+1
2018-06-07article-list: highlight table rows on mouse hoverChristian Hesse1-1/+2
2018-06-07dev-todo-pkglist: highlight table rows on mouse hoverChristian Hesse1-0/+1
2018-05-13homepage.js: remove leftover minified konami.jsrelease_2018-05-15Jelle van der Waa1-4/+0
Remove the unused Konami code library, the functionality was already removed in c79dc7dcf4a13e3.
2018-04-23sitestatic: remove dead css from releng feedbackJelle van der Waa1-21/+0
Remove leftover css which is obsolete since 2ff2b26aa92c8e
2018-04-23sitestatic: remove unknown css propertyJelle van der Waa1-4/+0
depressed doesn't seem to be a css property, nor being parsed by the browser, therefore remove it.
2018-01-22Remove Konami code functionality (#77)jelle van der Waa4-27/+0
Remove the easteregg on the home page which shows a tux when a user enters the Konami code. Which reduces maintenance of a non-critical component.
2017-10-11donate: add Icons8Bartłomiej Piotrowski1-0/+0
2017-09-04index: add PIA logoBartłomiej Piotrowski1-0/+0
2017-09-04donate: add PIA entryBartłomiej Piotrowski1-0/+0
2017-06-28dev dashboard: highlight table rows on mouse hover, second tryChristian Hesse1-0/+6
Commit 73c6ac09ae3080791219b3b3bb31cffb20b82e53 ("dev dashboard: highlight table rows on mouse hover") colored the complete dev dashboard in yellow, this was reverted by d4cd8a2396a475f08ddc6aff2f8ecd4caca8c313 ("Revert "dev dashboard: highlight table rows on mouse hover""). Try again with fixed CSS.
2017-06-28Revert "dev dashboard: highlight table rows on mouse hover"Evangelos Foutras1-6/+0
2017-06-22Change navbar css so that links wrap in header on narrow windowsTyler Dence2-6/+6
Previously, all of these links would drop beneath the header, making the navigation difficult to use, as it would become white links on an off-white background.
2017-06-19dev dashboard: highlight table rows on mouse hoverChristian Hesse1-0/+6
Signed-off-by: Christian Hesse <mail@eworm.de>
2017-03-07Merge pull request #6 from brain0/workingrelease_2017-03-13Angel Velásquez6-0/+0
Update netboot images and disable i686 support
2017-03-05Update the ipxe binariesThomas Bächler6-0/+0
ipxe is updated to git revision 30f96c9f and the startcom root certificate is no longer trusted.
2017-03-03Add: svg image, etcsyui3-0/+198
2016-08-10Update ipxe imagesThomas Bächler6-0/+0
The images are updated according to the latest version in https://aur.archlinux.org/packages/ipxe-netboot
2016-06-03Remove AirVM ads since AirVM has ended their sponsorshipThomas Bächler1-0/+0
2016-06-03Add information and ipxe images for the new netboot systemThomas Bächler6-0/+0
2015-06-05Tweak display of todolist descriptionsDan McGee1-1/+12
Indent, call out, and add some borders, among other things. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-01-13Slight tweaks to login and logout pagesDan McGee1-0/+4
Turns out has_errors hasn't worked since Django pre-1.0, wow. Remove that old code and clean up some other small things while we're in there. Signed-off-by: Dan McGee <dan@archlinux.org>
2014-12-02Fix filtering of minor versions on differences pageDan McGee1-2/+2
This has been broken for a long time; looks like it happened when we switched over to using our standard details tag and no longer emit a <span/> element unconditionally. Signed-off-by: Dan McGee <dan@archlinux.org>
2014-11-08Paginate the todolist listing pageDan McGee1-0/+11
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-11-05Add icons, more detail to releases pagesDan McGee2-0/+0
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-10-21Move all homepage JavaScript into single fileDan McGee1-1/+42
We had two small files plus a handful of inline stuff in the HTML; move as much of it as possible into a single static file. Signed-off-by: Dan McGee <dan@archlinux.org>
2014-10-18Tweak search results page a bit moreDan McGee1-0/+4
Signed-off-by: Dan McGee <dan@archlinux.org>