Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | archives: try community solutionHEADmaster | Robin H. Johnson | 2023-04-09 | 2 | -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 page | Ulrich Müller | 2022-06-09 | 1 | -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 column | Max Magorsch | 2020-07-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Max Magorsch <arzano@gentoo.org> | ||||
* | Use a table for the message body instead of pre | Max Magorsch | 2020-07-11 | 2 | -8/+29 |
| | | | | | | This simplifies the highlighting of lines. Signed-off-by: Max Magorsch <arzano@gentoo.org> | ||||
* | Add url paramter 'h' for further highlighting | Max Magorsch | 2020-07-11 | 1 | -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 #Lnn | Max Magorsch | 2020-07-11 | 1 | -1/+11 |
| | | | | Signed-off-by: Max Magorsch <arzano@gentoo.org> | ||||
* | Fix the lin-number layout for all browsers | Max Magorsch | 2020-07-11 | 1 | -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 layout | Max Magorsch | 2020-07-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Max Magorsch <arzano@gentoo.org> | ||||
* | Add line numbers to the message body | Max Magorsch | 2020-07-10 | 2 | -3/+8 |
| | | | | Signed-off-by: Max Magorsch <arzano@gentoo.org> | ||||
* | Fix some stylesheets due to Bootstrap 4 | Max Magorsch | 2020-05-11 | 3 | -10/+14 |
| | | | | Signed-off-by: Max Magorsch <arzano@gentoo.org> | ||||
* | Start the migration to Tyrian v2 | Max Magorsch | 2020-05-11 | 11 | -109/+120 |
| | | | | Signed-off-by: Max Magorsch <arzano@gentoo.org> | ||||
* | Use the latest version of tyrian v1 | Max Magorsch | 2020-04-24 | 1 | -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 urls | Max Magorsch | 2020-04-24 | 1 | -6/+6 |
| | | | | Signed-off-by: Max Magorsch <arzano@gentoo.org> | ||||
* | welcome to 2020 | Mikle Kolyada | 2020-03-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> | ||||
* | Gemfile.lock: minor update for Ruby24 support | Robin H. Johnson | 2019-04-30 | 1 | -4/+4 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Remove defunct Google+ | Brian Evans | 2019-04-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Brian Evans <grknight@gentoo.org> | ||||
* | copyright: year 2019 | Mikle Kolyada | 2019-01-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> | ||||
* | Try fixing 'undefined no_threads' error | Michał Górny | 2018-05-30 | 1 | -1/+2 |
| | |||||
* | listmonth: Do not display (empty) table when no messages | Michał Górny | 2018-05-30 | 1 | -16/+16 |
| | |||||
* | Try splitting redirects for threads/messages | Michał Górny | 2018-05-30 | 1 | -1/+5 |
| | |||||
* | Try to use 301 (permanent) redirects for address rewrites | Michał Górny | 2018-05-30 | 1 | -6/+6 |
| | |||||
* | Remove the awful redirect on no messages in month | Michał Górny | 2018-05-25 | 3 | -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 display | Michał Górny | 2018-05-25 | 2 | -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 URL | Michał Górny | 2018-05-25 | 1 | -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 slashes | Michał Górny | 2018-05-25 | 1 | -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-21 | 1 | -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. Johnson | 2017-07-14 | 2 | -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-11 | 1 | -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. Johnson | 2017-05-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Implement hidden messages to block out spam. | Robin H. Johnson | 2017-05-21 | 1 | -21/+28 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Update asset URLs, use SVG logo | Alex Legler | 2016-12-05 | 1 | -7/+7 |
| | |||||
* | Update rinku dependency | Alex Legler | 2016-12-05 | 2 | -8/+6 |
| | |||||
* | Remove GMANE link as their web interface is no more | Alex Legler | 2016-12-05 | 2 | -8/+2 |
| | |||||
* | Match actual infra prod system versions | Robin H. Johnson | 2016-01-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Replace rinku with git version of zendesk-rinku | Alex Legler | 2016-01-04 | 2 | -3/+8 |
| | |||||
* | bump | Alex Legler | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | Absolute favicon URL | Alex Legler | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | Theme updates: Copyright year and HTTPS URLs | Alex Legler | 2015-12-25 | 1 | -3/+3 |
| | |||||
* | Sort message replies by date | Alex Legler | 2015-12-13 | 1 | -1/+4 |
| | |||||
* | Fix logo path | Alex Legler | 2015-12-13 | 1 | -2/+2 |
| | |||||
* | Update to latest Tyrian base template version | Alex Legler | 2015-12-13 | 1 | -18/+20 |
| | |||||
* | JS style fixes | Alex Legler | 2015-12-13 | 1 | -3/+3 |
| | |||||
* | Style fixes | Alex Legler | 2015-12-13 | 6 | -44/+81 |
| | |||||
* | Use protocol-relative URI for the favicon | Alex Legler | 2015-02-26 | 1 | -1/+1 |
| | | | | Fixes bug 541424 by chithanh | ||||
* | Add TODO. | Robin H. Johnson | 2015-02-25 | 2 | -1/+6 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | site_notice | Alex Legler | 2015-02-25 | 1 | -0/+6 |
| | |||||
* | basic description | Alex Legler | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | Don't show the toggle button on XS devices | Alex Legler | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | Display TLD in escaped header fields | Alex Legler | 2015-02-25 | 1 | -1/+2 |
| | |||||
* | Add robots.txt | Alex Legler | 2015-02-25 | 1 | -0/+3 |
| |