towards-a-new-leftypol
2c558908b6
SpamNoticer: add illegal checkbox to files
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
a45f3f34a3
SpamNoticer: render out post on ban page with extra checkboxes to allow flagging different parts of it for spamnoticer
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
0dce0f1d8a
retab fileinfo.html
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
652ae7639e
minor edit to message on ban page
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
16286aa62b
In ban form, display the post so we can select which parts of it to mark as spam (for spamnoticer)
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
391d4bd70b
Twig3: fix trans tag in view_ip.html
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
f5d61cc459
formatting: retab files
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
4156c2465c
Fixed mod page function call, minor template fixes
2023-09-05 14:25:10 -04:00
towards-a-new-leftypol
70847aeff3
formatting: retab some files
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
151c64110d
Fix homepage building
...
- fix sql query that returned rows without files, the only
reason the size summation function worked was because php regexes used
to allow a null argument. Now returns less rows and only those with
files (original sql was semantically wrong)
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
e7de262d71
Twig3: templates - change filter tag to apply tag
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
3d48ccf7e2
More fixes after upgrading to php8 broke everything
...
- call openBoard inside of catalog build. I have no idea
how it could have been defined before because it depends on a global
variable $board which seems to be only globally defined by openBoard in
functions.php, but that's called later. the fix is to just call
openBoard, that's what tinyboard does.
(somehow the code expected the uri to already be set)
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
d79a8ea78f
Twig 3: Use verbatim instead of raw tag in templates
...
- also ensure we don't pass a null in one of the functions in
functions.php
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
a0450e49fe
retab config-editor.html
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
8e6d472388
Twig3: Fix config-editor.html for loops
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
4cfbec0504
Fix Tinyboard Twig extension date filter
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
1228b2f99d
PHP 8: Get login page to work (using twig 3)
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol
ee803af521
commit permissions change on files from 755 to 644
2023-09-05 14:22:17 -04:00
towards-a-new-leftypol
a67e85a55f
Not enough boards on local dev to have alt overboards
2023-09-05 14:19:35 -04:00
towards-a-new-leftypol
1783ad98c3
fix matrix link on faq page
2023-08-30 14:07:32 -04:00
towards-a-new-leftypol
d478752573
Fix annoying autofill behaviour for Safari
...
- Submitted by @johnsmy on github (PR 366)
- I redid his change without the whitespace changes
2023-08-20 16:24:29 -04:00
towards-a-new-leftypol
ee26c83cf0
Get the board back to previous state
2023-08-12 23:20:18 -04:00
towards-a-new-leftypol
aaa60c529a
Change theme to bunker_like and fix up some of the css
2022-04-30 17:47:11 -04:00
towards-a-new-leftypol
bd73766995
Update link to matrix on faq page
2021-09-27 07:29:02 -04:00
towards-a-new-leftypol
6b27802818
Update faq page
2021-09-27 07:25:39 -04:00
towards-a-new-leftypol
fa517fbed2
Change sidebar headers to match yotsuba theme
2021-09-05 14:29:36 -04:00
towards-a-new-leftypol
5737427432
theme change to yotsuba
2021-09-05 18:20:06 +00:00
towards-a-new-leftypol
726decb27c
Merge pull request #321 from towards-a-new-leftypol/select_style3
...
Put style chooser into the options menu
2021-08-21 18:57:43 -04:00
towards-a-new-leftypol
50fec6e0e5
Merge pull request #299 from discomrade/fix-info-leak
...
Sanitize meta tags to avoid potential info leak
2021-08-21 18:56:28 -04:00
towards-a-new-leftypol
07a74923b2
undoes css change to yotsuba (frames.html)
2021-08-21 18:46:27 -04:00
Comatoast
b37a52028d
Changes the neccesary alterations to the front page
2021-08-21 18:46:16 -04:00
discomrade
e0595f3d68
Fix 387ebe9c0c
, extract limit to variable
2021-08-21 18:35:27 -04:00
discomrade
2c5c6a8533
Show ban appeal count on mod dashboard
2021-08-21 18:23:18 -04:00
discomrade
164a7e5515
Change public Tinyboard and vichan links
2021-07-21 21:58:39 -02:00
towards-a-new-leftypol
739bbff4ed
retab main.js - whitespace change only
2021-07-19 20:14:18 -04:00
towards-a-new-leftypol
eb81faadbd
Put style chooser into the options menu, remove any style related stuff that gets added to the footer
2021-07-15 12:11:22 +00:00
nonmakina
c8c0b04492
fixes quick reply
2021-07-11 16:00:39 +02:00
nonmakina
44d8d2d0d5
Refactor deferred js
2021-07-11 12:46:26 +02:00
nonmakina
fe280cdc12
Merge branch 'config' into defer-javascript
2021-07-11 11:23:03 +02:00
nonmakina
79efd69baf
Merge pull request #301 from discomrade/ip-maxlength
...
Extend maxlength of ban IP to allow IPv6 subnets
2021-07-11 11:04:51 +02:00
discomrade
7e722aa940
Fix https://github.com/towards-a-new-leftypol/leftypol_lainchan/issues/202
2021-07-09 10:48:42 -02:00
discomrade
dca55a1643
Allow select defering additional JS
2021-07-09 07:35:09 -02:00
nonmakina
253c4a8c9f
Revert "Filename clickable to download"
...
This reverts commit f168ad162d
.
2021-07-05 14:34:43 +02:00
discomrade
c841183584
Extend maxlength of IP for IPv6 subnets
2021-07-04 08:43:38 -02:00
towards-a-new-leftypol
a3b13aa12a
Merge pull request #287 from discomrade/homepage-upgrades
...
Homepage upgrades
2021-07-04 02:42:19 +00:00
towards-a-new-leftypol
73517b0ffc
Put image under title, inside header (homepage)
2021-07-03 22:38:01 -04:00
towards-a-new-leftypol
e52273d3a9
add a bit more space between top and logo
2021-07-03 21:33:27 -04:00
towards-a-new-leftypol
c3c87e29e6
move logo to top, refactor inline css
2021-07-03 21:31:43 -04:00
towards-a-new-leftypol
6d53814a90
Merge branch 'config' into defer_javascript
2021-07-04 00:07:01 +00:00
discomrade
f168ad162d
Filename clickable to download
2021-07-03 23:56:12 +00:00