Shish
|
7353683a13
|
no implicit nulls (they are deprecated in php8.4)
|
2024-09-01 00:06:46 +01:00 |
|
Shish
|
5cbbe5e1b3
|
[core] remove is_logged_in
This was only used in a couple of places, and user classes are more useful
|
2024-05-04 16:06:08 +01:00 |
|
Shish
|
7ee4152942
|
[core] organise exceptions a bit
|
2024-02-11 16:03:23 +00:00 |
|
Shish
|
8c22cb1fb6
|
[core] exact and named page args
|
2024-02-11 11:34:17 +00:00 |
|
Shish
|
cc9de6b4b2
|
[core] merge method-check and permission-check into page_matches()
|
2024-02-10 23:03:14 +00:00 |
|
Shish
|
5735320a95
|
[extensions] have extension categories, remove versions
|
2024-02-10 19:42:28 +00:00 |
|
Shish
|
7895978d93
|
fewer globals
|
2024-02-10 01:55:05 +00:00 |
|
Shish
|
cbc574db90
|
[core] reduce use of POST global
|
2024-02-10 00:23:53 +00:00 |
|
Shish
|
31dc7f1ee0
|
[bulk] have BulkActionEvent carry its own params
|
2024-02-10 00:05:33 +00:00 |
|
Shish
|
b60c3fe362
|
[core] a load more type hints, and fix bugs revealed by type hints
|
2024-01-20 14:11:00 +00:00 |
|
Shish
|
373be4e05c
|
avoid stringy class names
|
2024-01-20 01:03:02 +00:00 |
|
Shish
|
deb7c2adec
|
[bulk actions] remove timeout before doing bulk actions
|
2024-01-18 15:31:11 +00:00 |
|
Shish
|
a1f22ef67c
|
[themes] void return type for display_* functions
|
2024-01-15 14:23:12 +00:00 |
|
Shish
|
bb9ab613ce
|
[everything] bulk set event handler return types to void
|
2024-01-15 11:52:35 +00:00 |
|
Shish
|
ec35cace6a
|
[core] replace quarter-arsed CLI interface with Symfony Console
|
2024-01-11 01:01:39 +00:00 |
|
Shish
|
3acc3fa607
|
[css] remove more dead css, make more extension CSS be specific
|
2024-01-01 16:21:43 +00:00 |
|
Shish
|
a5c6f1321b
|
refactor search a little and add much better testing
|
2023-12-14 17:04:16 +00:00 |
|
Shish
|
fd1bb21f9d
|
bumps
|
2023-11-11 22:05:28 +00:00 |
|
Shish
|
aa8de9d420
|
the php string type is lowercase
|
2023-08-17 18:20:46 +01: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 |
|
NottyNoz
|
cf9837a776
|
bulk tagit fix
|
2023-06-27 11:33:42 +01:00 |
|
NottyNoz
|
c4317cab0d
|
documentation cleanup
|
2023-03-27 16:45:59 +01:00 |
|
Shish
|
ff71a89948
|
fixes
|
2023-02-03 16:58:16 +00:00 |
|
Shish
|
1037c30dfe
|
Allow setting source to blank
|
2023-01-30 20:53:58 +00:00 |
|
Shish
|
5a64e8729b
|
nits
|
2023-01-11 11:15:26 +00:00 |
|
Shish
|
bce2d55744
|
Namespaces are one honking great idea—let's do more of those!
|
2023-01-10 22:44:09 +00:00 |
|
Shish
|
3d9e32e919
|
new php-cs-fixer
|
2021-12-14 18:32:47 +00:00 |
|
Shish
|
77f7121e26
|
drop php7.3 support, make use of 7.4 features
|
2021-03-14 23:43:50 +00:00 |
|
Matthew Barbour
|
76d8416324
|
Changed bulk delete to display the total size of the deleted posts
|
2021-01-16 14:26:18 -06:00 |
|
Shish
|
8a58ede5b3
|
remove some dead code
|
2020-10-29 01:28:46 +00:00 |
|
Matthew Barbour
|
773be88994
|
Image to Post - bulk actions
|
2020-10-26 10:53:02 -05:00 |
|
Shish
|
19a6b39c70
|
make use of str_starts_with / str_ends_with / str_contains
|
2020-10-25 19:31:58 +00:00 |
|
Matthew Barbour
|
ac63992efa
|
Added BulkActionException to allow clean error feedback from bulk actions
|
2020-06-23 15:15:10 +01:00 |
|
Matthew Barbour
|
7c32b1f7a8
|
Fixed issue where enabling bulk selection, then disabling it, resulted in subsequent bulk actions not applying to any items
|
2020-06-23 15:14:58 +01:00 |
|
Matthew Barbour
|
8fe7038e73
|
Added option to BulkActionEvent to prevent redirect
|
2020-06-22 18:06:05 +01:00 |
|
Shish
|
c16e3fd939
|
dedupe some referer handling
|
2020-03-27 19:41:34 +00:00 |
|
Shish
|
5058e1f3fd
|
standard jquery
|
2020-03-02 17:12:43 +00:00 |
|
Shish
|
d13c91ff9a
|
Merge branch 'master' of https://github.com/shish/shimmie2
|
2020-02-04 01:14:11 +00:00 |
|
Shish
|
e46b319295
|
set theme classes
|
2020-02-04 00:46:36 +00:00 |
|
Shish
|
9d704183c7
|
actually do bulk actions from CLI
|
2020-02-02 17:00:33 +00:00 |
|
Shish
|
615da9e9d2
|
fix all the tests (for sqlite, php7.4, osx, at least)
|
2020-01-28 21:19:59 +00:00 |
|
Shish
|
9eb5acf2dc
|
use strict types
|
2020-01-26 16:27:56 +00:00 |
|
Shish
|
70db0ce5bd
|
flash_message -> page->flash, with no cookies
|
2019-12-15 19:47:18 +00:00 |
|
Shish
|
c7d90c2df7
|
nits
|
2019-11-04 01:04:12 +00:00 |
|
Shish
|
b568933f45
|
remove extension metadata comments (we have metadata objects now)
|
2019-11-02 20:19:09 +00:00 |
|
Shish
|
32662af1ac
|
start of bulk actions cli
|
2019-10-04 20:50:49 +01:00 |
|
Shish
|
30698fefdc
|
remove a bunch of dead variables and things
|
2019-10-02 11:23:57 +01:00 |
|
Shish
|
a6bb15d859
|
formatting
|
2019-09-29 14:30:55 +01:00 |
|
Matthew Barbour
|
de98e86938
|
ExtensionInfo conversions what have I done
|
2019-08-07 15:40:01 -05:00 |
|