Shish
|
7353683a13
|
no implicit nulls (they are deprecated in php8.4)
|
2024-09-01 00:06:46 +01:00 |
|
Shish
|
2e8f38cce0
|
[core] merge Config and BaseConfig
Multiple layers of inheritance were confusing both humans and tools...
|
2024-08-31 19:33:27 +01:00 |
|
Shish
|
8efa960e5d
|
Make some more things null-safe
(in preparation for bumping up the phpstan strictness to disallow null-unsafe code)
|
2024-08-31 19:19:24 +01:00 |
|
Shish
|
8f8c0d151a
|
Update dependency versions
|
2024-08-31 17:06:39 +01:00 |
|
Shish
|
17b0b4e94f
|
[core] remove config->set_XXX("foo", null) -- use config->delete("foo") instead
|
2024-06-21 19:17:44 +01:00 |
|
Shish
|
63c6f9d2ac
|
[core] config->save() is implicit in set_XXX(), no need to call it from outside of there
|
2024-06-19 15:23:42 +01:00 |
|
Shish
|
7ee4152942
|
[core] organise exceptions a bit
|
2024-02-11 16:03:23 +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
|
589ff69eea
|
[types] typetypetypetypetype
|
2024-01-15 15:08:22 +00:00 |
|
Shish
|
d8a7ac985d
|
make cache table name into a valid postgres identifier for notifications
|
2023-12-14 22:02:10 +00:00 |
|
Shish
|
7f98412d8b
|
cache_get_or_set function
|
2023-12-14 22:02:10 +00:00 |
|
Shish
|
fd1bb21f9d
|
bumps
|
2023-11-11 22:05:28 +00:00 |
|
Shish
|
54e2ca21ec
|
phpstan
|
2023-02-03 16:44:16 +00:00 |
|
Shish
|
5ef6268e54
|
fix caching for userconfigs
|
2023-02-02 16:39:36 +00:00 |
|
Shish
|
708e102338
|
Have shimmie's global cache object implement PSR-16
|
2023-02-02 16:04:35 +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 |
|
Shish
|
5816aa3084
|
execute consistently
|
2020-10-25 21:34:52 +00:00 |
|
Shish
|
1ea9ceff85
|
notify after config updates
|
2020-10-03 12:54:38 +00:00 |
|
Shish
|
665d5db3f6
|
drop un-used, un-tested config variants
|
2020-02-01 21:40:35 +00:00 |
|
Shish
|
50f3d04f0c
|
transload error log-ish
|
2020-01-26 23:23:01 +00:00 |
|
Shish
|
9d9532a215
|
warner
|
2020-01-26 17:47:41 +00:00 |
|
Shish
|
d3737c7a66
|
warner
|
2020-01-26 17:43:39 +00:00 |
|
Shish
|
9eb5acf2dc
|
use strict types
|
2020-01-26 16:27:56 +00:00 |
|
Shish
|
e08cdb1638
|
make Cache its own thing, separate from Database
|
2019-10-02 10:49:32 +01:00 |
|
Shish
|
f1c146b512
|
support set_int(foo, null)
|
2019-10-02 00:37:22 +01:00 |
|
Shish
|
a6bb15d859
|
formatting
|
2019-09-29 14:30:55 +01:00 |
|
matthew
|
120cdb49a6
|
Added $user_config global based on existing config object for storing user-specific settings.
Added event to the user page so that extensions can hook into it, providing user-specific setting controls
|
2019-09-29 14:19:52 +01:00 |
|
Matthew Barbour
|
4ade0090cc
|
Added float support to config
|
2019-06-15 11:20:01 -05:00 |
|
matthew
|
42b39f20d7
|
Updated config interface as well
|
2019-06-01 10:50:53 -05:00 |
|
matthew
|
1eecf323f4
|
Changed set_int to accept a string, since it can accept shorthand strings like 1M. Casting it to an int was stripping out that information when settings would be submitted.
|
2019-06-01 10:47:11 -05:00 |
|
Shish
|
294f5845b1
|
defaults
|
2019-05-28 19:54:07 +01:00 |
|
Shish
|
93cc732d39
|
fix tests
|
2019-05-28 19:00:23 +01:00 |
|
Shish
|
34b05cca7c
|
PSR-2. I'm not a huge fan, but ugly consistency beats no consistency...
|
2019-05-28 17:59:38 +01:00 |
|
Shish
|
5ec3e89884
|
php7.1 all the things
|
2019-05-28 17:31:20 +01:00 |
|
Shish
|
b2f10ea5ab
|
split up files in core/ for saner management
|
2018-11-05 22:30:18 +00:00 |
|