summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* archives: try community solutionHEADmasterRobin H. Johnson2023-04-092-3/+3
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Reference: https://stackoverflow.com/questions/68762774/elasticsearchunsupportedproducterror-the-client-noticed-that-the-server-is-no
* Update URL of main mailing lists pageUlrich Müller2022-06-091-1/+1
| | | | | | Closes: https://bugs.gentoo.org/701390 Signed-off-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: John Helmert III <ajak@gentoo.org>
* Adjust the width of the line numbers columnMax Magorsch2020-07-111-1/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Use a table for the message body instead of preMax Magorsch2020-07-112-8/+29
| | | | | | This simplifies the highlighting of lines. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Add url paramter 'h' for further highlightingMax Magorsch2020-07-111-4/+32
| | | | | | | | | | One can use a comma sepearted list of either line numbers or ranges of line numbers now to specify further lines that should be highlighted. E.g.: url_to_message?h=3-10,12,24-24 Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Highlight a selected line via #LnnMax Magorsch2020-07-111-1/+11
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Fix the lin-number layout for all browsersMax Magorsch2020-07-111-1/+2
| | | | | | | We have to find a better solution here in future. But for now it seems to work. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Fix small bug in the line number layoutMax Magorsch2020-07-101-1/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Add line numbers to the message bodyMax Magorsch2020-07-102-3/+8
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Fix some stylesheets due to Bootstrap 4Max Magorsch2020-05-113-10/+14
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Start the migration to Tyrian v2Max Magorsch2020-05-1111-109/+120
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Use the latest version of tyrian v1Max Magorsch2020-04-241-6/+6
| | | | | | | https://assets.gentoo.org/tyrian/v1/ points to the latest version of tyrian v1. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Update the cdn urlsMax Magorsch2020-04-241-6/+6
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* welcome to 2020Mikle Kolyada2020-03-141-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* Gemfile.lock: minor update for Ruby24 supportRobin H. Johnson2019-04-301-4/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Remove defunct Google+Brian Evans2019-04-191-1/+1
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* copyright: year 2019Mikle Kolyada2019-01-091-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* Try fixing 'undefined no_threads' errorMichał Górny2018-05-301-1/+2
|
* listmonth: Do not display (empty) table when no messagesMichał Górny2018-05-301-16/+16
|
* Try splitting redirects for threads/messagesMichał Górny2018-05-301-1/+5
|
* Try to use 301 (permanent) redirects for address rewritesMichał Górny2018-05-301-6/+6
|
* Remove the awful redirect on no messages in monthMichał Górny2018-05-253-19/+10
| | | | | | | | | | | | | The redirect when no messages are found in month is awfully irritating, given that it rewrites the whole URL. Furthermore, it logically can only happen when someone types the URL manually which makes redirecting really silly. Instead, just display the 'no messages' message along with empty message list. Implicitly, this also adds a message when someone goes beyond last page. Currently, he seems only blank list. Bug: https://bugs.gentoo.org/656386
* Replace redirect on no threads with inline displayMichał Górny2018-05-252-6/+12
| | | | | | | | Instead of redirecting from thread to message URL when no threads are found, just display the messages inline. This prevents the irritating URL rewrite while the result is the same. Bug: https://bugs.gentoo.org/656386
* Add redirects for plain /threads and /messages URLMichał Górny2018-05-251-0/+4
| | | | | | | | It is against the best practices to use URLs whose initial components trigger 404. Instead, cause 'empty' /threads and /messages to redirect to top page. Bug: https://bugs.gentoo.org/656386
* Add redirects for missing/extraneous trailing slashesMichał Górny2018-05-251-0/+20
| | | | | | | | It is horribly irritating and against the best practices to support URLs with trailing slash and at the same time 404 on URLs without one. Add redirects to fix that and makes using the archives less painful. Bug: https://bugs.gentoo.org/656386
* Update the copyright years.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-02-211-1/+1
| | | | | | Bug: https://bugs.gentoo.org/643462 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Add "Find on Google Groups" per bug #602636.Robin H. Johnson2017-07-142-0/+10
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Update copyright date - thanks to Thomas (whissi) for the bug report and ↵Jorge Manuel B. S. Vicetto (jmbsvicetto)2017-06-111-1/+1
| | | | | | patch. Fixes bug 620978. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Fix accidental plural in function.Robin H. Johnson2017-05-211-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Implement hidden messages to block out spam.Robin H. Johnson2017-05-211-21/+28
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Update asset URLs, use SVG logoAlex Legler2016-12-051-7/+7
|
* Update rinku dependencyAlex Legler2016-12-052-8/+6
|
* Remove GMANE link as their web interface is no moreAlex Legler2016-12-052-8/+2
|
* Match actual infra prod system versionsRobin H. Johnson2016-01-201-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Replace rinku with git version of zendesk-rinkuAlex Legler2016-01-042-3/+8
|
* bumpAlex Legler2015-12-261-1/+1
|
* Absolute favicon URLAlex Legler2015-12-251-1/+1
|
* Theme updates: Copyright year and HTTPS URLsAlex Legler2015-12-251-3/+3
|
* Sort message replies by dateAlex Legler2015-12-131-1/+4
|
* Fix logo pathAlex Legler2015-12-131-2/+2
|
* Update to latest Tyrian base template versionAlex Legler2015-12-131-18/+20
|
* JS style fixesAlex Legler2015-12-131-3/+3
|
* Style fixesAlex Legler2015-12-136-44/+81
|
* Use protocol-relative URI for the faviconAlex Legler2015-02-261-1/+1
| | | | Fixes bug 541424 by chithanh
* Add TODO.Robin H. Johnson2015-02-252-1/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* site_noticeAlex Legler2015-02-251-0/+6
|
* basic descriptionAlex Legler2015-02-251-1/+1
|
* Don't show the toggle button on XS devicesAlex Legler2015-02-251-1/+1
|
* Display TLD in escaped header fieldsAlex Legler2015-02-251-1/+2
|
* Add robots.txtAlex Legler2015-02-251-0/+3
|