Shish
|
d9489ac8aa
|
split css_cache_file / js_cache_file into their own functions
|
2023-08-18 21:51:01 +01:00 |
|
Shish
|
43c7be0e89
|
dedicated search_link() function for generating links to search results, see #936
|
2023-08-18 13:52:03 +01:00 |
|
Shish
|
23e36b4349
|
only link to post/list when you actually want post/list, if you want just a default page, leave it empty
|
2023-08-18 12:45:56 +01:00 |
|
Shish
|
0c014fde01
|
use joinHTML for paginator
|
2023-08-17 18:34:39 +01:00 |
|
Shish
|
5879184895
|
SHM_POST_INFO element for doing info box elements in a standard way
|
2023-08-17 18:21:28 +01:00 |
|
Shish
|
efe8bd5f43
|
remove dead imports
|
2023-08-17 18:21:28 +01:00 |
|
Shish
|
aa8de9d420
|
the php string type is lowercase
|
2023-08-17 18:20:46 +01:00 |
|
Github Actions
|
9c0a6ebec3
|
Auto-merge master to main
|
2023-08-16 14:54:27 +00:00 |
|
Shish
|
f040709a76
|
proper support for html in usernav
|
2023-08-16 15:52:14 +01:00 |
|
Luana
|
aef5bc9e2e
|
SHM_ functions in its own file
|
2023-08-16 15:40:08 +01:00 |
|
Luana
|
a5e585d991
|
SHM_A
|
2023-08-16 15:40:08 +01:00 |
|
Luana
|
0978ef99e3
|
MicroHTML on pools ext
|
2023-08-16 15:40:08 +01:00 |
|
Luana
|
8202367eaa
|
build_selector and make_form_microhtml as SHM_ functions
|
2023-08-16 15:40:08 +01:00 |
|
Luana
|
34b608c4b7
|
ratings ext fully MicroHTML
|
2023-07-03 16:35:43 +01:00 |
|
Luana
|
84d232ca0d
|
build_selector returns HTMLElement
|
2023-07-03 16:35:43 +01:00 |
|
Luana
|
7ee31db5c6
|
fixed docstring
|
2023-07-03 16:35:43 +01:00 |
|
Luana
|
ca88b28b1e
|
use MicroHTML
|
2023-07-03 16:35:43 +01:00 |
|
Luana
|
969a1eeab1
|
html_escape on build_selector
|
2023-07-03 16:35:43 +01:00 |
|
Luana
|
819a5b16e9
|
remove useless check
|
2023-07-03 16:35:43 +01:00 |
|
Luana
|
8db0086d7a
|
standard HTML select code
|
2023-07-03 16:35:43 +01:00 |
|
Shish
|
016a5d240b
|
truncate filenames to 250 chars, fixes #931
|
2023-07-03 15:09:38 +01:00 |
|
Shish
|
340b9daa71
|
connect to db before setting db timeout
|
2023-06-30 10:49:25 +01:00 |
|
Shish
|
0f162fe32a
|
format
|
2023-06-28 13:09:02 +00:00 |
|
Shish
|
0c45cf17b2
|
empty timeout should be unlimited, not immediate death
|
2023-06-28 13:09:02 +00:00 |
|
Shish
|
8fb6fd5f54
|
stricter nulls
|
2023-06-27 17:45:35 +01:00 |
|
Shish
|
00d4f9f75c
|
always have a Themelet, never null
|
2023-06-27 16:11:14 +01:00 |
|
Shish
|
304a86b554
|
types
|
2023-06-27 16:11:14 +01:00 |
|
Shish
|
314528801b
|
make clamp() more robust
|
2023-06-27 16:11:14 +01:00 |
|
Shish
|
e62cdb0979
|
offset can't be null, and named args
|
2023-06-27 15:32:39 +01:00 |
|
Shish
|
e8aadf8d23
|
don't die with invalid cache DSN
|
2023-06-27 15:31:59 +01:00 |
|
Shish
|
533c4f5128
|
It's been a while...
|
2023-06-27 14:21:13 +01:00 |
|
Shish
|
dc7e8ee231
|
microhtml for themelet functions, see #828
|
2023-06-27 14:10:53 +01:00 |
|
Shish
|
f9f37fc637
|
Tag::implode should sort case-insensitively
|
2023-06-25 21:56:02 +00:00 |
|
Shish
|
2ebeb27bb6
|
avoid retagging unnecessarily?
|
2023-06-25 21:47:08 +00:00 |
|
Shish
|
284b7313cc
|
...
|
2023-06-25 21:35:53 +00:00 |
|
Shish
|
6fb9b66e45
|
ffsphp
|
2023-06-25 21:30:43 +00:00 |
|
Shish
|
cc809bc005
|
trace database writes (how did it take so long to do this? T_T)
|
2023-06-25 20:47:55 +00:00 |
|
Shish
|
f9af363664
|
argh php
|
2023-06-25 20:47:55 +00:00 |
|
Shish
|
33f32f7b22
|
Revert "INSERT ... RETURNING is well-supported now" - mysql doesn't...
This reverts commit 633d5c5348 .
|
2023-06-25 20:31:11 +00:00 |
|
Shish
|
948ed2724c
|
single query to insert new image tags
|
2023-06-25 20:26:51 +00:00 |
|
Shish
|
633d5c5348
|
INSERT ... RETURNING is well-supported now
|
2023-06-25 20:25:09 +00:00 |
|
Shish
|
a03840c60e
|
Merge pull request #921 from luanalatte/approval-bypass
Approval bypass
|
2023-06-25 19:54:07 +01:00 |
|
Shish
|
32f2ab8eb6
|
optimise tag setting
|
2023-06-25 14:59:10 +00:00 |
|
Shish
|
e66acefa53
|
extra tracing for bulk tag edit
|
2023-06-25 14:42:24 +00:00 |
|
Shish
|
c5e2353447
|
manual timeouts
|
2023-06-25 14:19:52 +01:00 |
|
Shish
|
1558318283
|
pnctl is only available in CLI...
|
2023-06-25 14:04:26 +01:00 |
|
Shish
|
b85e7ec209
|
manually control timeout, to dump trace data after hitting the limit
|
2023-06-25 13:40:57 +01:00 |
|
Shish
|
162aaccb62
|
Display documentation for permissions
|
2023-06-24 21:24:25 +01:00 |
|
Luana
|
6cbc12e427
|
Approval bypass
|
2023-06-14 04:48:38 -03:00 |
|
Shish
|
ac29324184
|
simplify search a little
|
2023-05-25 12:59:25 +01:00 |
|