Shish
20b72f5cfb
[tag edit] textarea for more tagging
2024-01-01 23:32:42 +00:00
Shish
164e6df9f8
derp
2024-01-01 22:38:01 +00:00
Shish
fab4b489ac
infobox css to css file, and a little wider
2024-01-01 22:27:42 +00:00
Shish
a267e502f3
fmt
2024-01-01 21:17:36 +00:00
Shish
ec567d399a
log image loading errors
2024-01-01 21:16:47 +00:00
Shish
aea533b345
[file handlers] separate out display_image and display_metadata
2024-01-01 20:21:51 +00:00
Shish
8755298ee9
[static] add shm_log js function available early in page load
2024-01-01 20:15:34 +00:00
Shish
509f8eee3e
[core] separate init.js for code which needs to run before page load
2024-01-01 20:03:50 +00:00
Shish
47dfc2c36e
fix view js a bit
2024-01-01 17:17:27 +00:00
Shish
3acc3fa607
[css] remove more dead css, make more extension CSS be specific
2024-01-01 16:21:43 +00:00
Shish
7264683a04
[home] make sure home css only applies to home page
2024-01-01 16:10:26 +00:00
Shish
585ba7f42d
[autocomplete] remove dead css
2024-01-01 16:07:59 +00:00
Shish
f611f9b1e4
[bbcode] make sure bbcode css only applies to bbcode
2024-01-01 16:05:48 +00:00
Shish
c0d9946e71
[upload] go full OOP for upload results
2024-01-01 04:30:43 +00:00
Shish
9f002b6bf7
typed arrays
2024-01-01 03:30:21 +00:00
Shish
26bf4277e0
Separate out GET and POST more explicitly
...
- No longer allow uploading directly via GET, that is terrible for
security. Instead, use the GET parameters to pre-fill the upload form.
- PageRequestEvent has a `method` property that can be checked in
extensions
2024-01-01 03:30:21 +00:00
Shish
5356008985
remove unused images
2024-01-01 03:30:21 +00:00
Shish
e3fb67661e
nits
2024-01-01 03:30:21 +00:00
Shish
3462a81c28
[upload] give filesize-tracker script some polish
2024-01-01 03:30:21 +00:00
Shish
42a2d6e12f
[home] show text counter even without graphical counter
2023-12-31 23:07:54 +00:00
Shish
9e9225acf3
[core] allow SHM_POST_INFO html element to accept a link parameter
2023-12-31 22:27:32 +00:00
Shish
209e9b4ab5
[tag edit] have image info link to history if they're active
2023-12-31 22:00:31 +00:00
Shish
625406e591
extra comments
2023-12-31 18:48:56 +00:00
Shish
fb49b785ef
[core] don't take shortcuts when going next/prev, as some extensions (eg ratings) might want to alter search results ( fixes #984 )
2023-12-31 18:48:49 +00:00
Shish
b67fca51f5
[view] ViewImage -> ViewPost
2023-12-31 01:20:36 +00:00
Shish
a00b522f34
[view] more microhtml
2023-12-31 01:10:03 +00:00
Shish
9c4138399d
Merge branch 'no-modernizr'
2023-12-30 18:07:59 +00:00
Shish
48557354fc
[upload] less jquery
2023-12-30 14:25:03 +00:00
Shish
159efdcce6
[r34] less jquery
2023-12-30 14:20:31 +00:00
Shish
61c52c2237
[index] less jquery
2023-12-30 14:20:03 +00:00
Shish
b456b86ca0
[index] remove hack for ancient opera
2023-12-30 13:59:56 +00:00
Shish
de96ce8129
[bbcode] remove jquery
2023-12-30 13:59:27 +00:00
Shish
8121f4d6db
[cbz] remove jquery
2023-12-30 13:59:16 +00:00
Shish
ab4c58e17e
[view] reduce jquery
2023-12-30 13:47:23 +00:00
Shish
ccd14e38c5
[comment] reduce jquery
2023-12-30 13:47:02 +00:00
Shish
410bddd24e
[handle_pixel] remove redundant cookie flags
2023-12-30 13:34:00 +00:00
Shish
2775ec073d
[media] simpler video stats
2023-12-30 13:26:49 +00:00
Shish
00a49f6541
[media] set $size to "unknown" if we don't know the size
2023-12-30 13:02:31 +00:00
Shish
2a23c235ec
[video] microhtml and no-jquery
2023-12-30 13:01:36 +00:00
Shish
9ed58a69a0
[setup] drop hideable setup sections
...
this is mostly-broken; and when it works, it is confusing; and the code
is bad
2023-12-30 04:07:40 +00:00
Shish
c2befbdf9f
remove modernizr
2023-12-30 03:45:29 +00:00
Shish
8f143a6bac
[view] use vanilla JS to change info box edit/view modes
2023-12-30 03:45:21 +00:00
Shish
cc69ecb74a
hide site-specific extension
2023-12-30 03:21:52 +00:00
Shish
cc36f32ffc
[flash] remove flash extension, browsers don't support it any more
2023-12-30 01:54:24 +00:00
Shish
65d858c1ca
[autocomplete] when tags have the same number of uses, sort by name
2023-12-29 12:17:00 +00:00
Shish
d82df9d7d8
[autocomplete] optimistic client-side filtering
2023-12-29 12:04:05 +00:00
Shish
0e887175e0
[autocomplete] allow keyboard to override an idle mouse
2023-12-29 11:39:00 +00:00
Shish
ef5f1f8599
[autocomplete] min-width rather than wrapping
2023-12-29 11:37:44 +00:00
Shish
4c5af15a88
[autocomplete] default to returning 1000 results from the server instead of all of them
2023-12-29 11:10:58 +00:00
Shish
8007ed8532
[autocomplete] only render the top 100 results
2023-12-29 11:00:56 +00:00