Shish
689b2b13af
send_event(T) -> T
2023-02-04 20:50:26 +00:00
Shish
54e2ca21ec
phpstan
2023-02-03 16:44:16 +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
4ff93c63c3
new php-cs-fixer, new opinions about what is today's preferred format...
2022-10-27 17:21:46 +01:00
thoughever
f15407bc75
X-Real-IP support and Varnish PURGE config options
...
X-Real-IP for core functionality
Global config define REVERSE_PROXY_X_HEADERS
Config host and port for varnish PURGE
config option to specify PURGE protocol
exception in curl purge now shows error code
ipv6 x-real-ip addresses are now validated properly
X-Forwarded-Proto enabled by define
2022-01-20 22:25:22 +00:00
Shish
e0f1165b6c
Merge pull request #851 from jellykells/jellykells/wiki_return_not_found
...
Add option to return 404 code for nonexistent wiki pages
2022-01-01 10:27:27 +00:00
jellykells
f83588fdcd
always return 404 code for nonexistent wiki pages
2021-12-30 22:06:39 -06:00
Shish
78349b3ae5
and fix the test
2021-12-21 23:41:04 +00:00
Shish
61068bc0d0
crude wiki history
2021-12-21 23:36:30 +00:00
Shish
a7e775de2b
allow checking past revisions of wiki pages
2021-12-21 23:06:24 +00:00
Shish
3d9e32e919
new php-cs-fixer
2021-12-14 18:32:47 +00:00
jellykells
1b7e505f19
add global to display_page function
2021-11-21 08:25:41 -06:00
jellykells
e114079b96
add option to return 404 code for nonexistent wiki pages
2021-11-21 08:10:03 -06:00
Shish
77f7121e26
drop php7.3 support, make use of 7.4 features
2021-03-14 23:43:50 +00:00
Shish
4c3b68b7d5
format
2021-02-12 20:07:02 +00:00
Shish
e043f01cfb
Merge branch 'master' into mistress
2021-01-21 21:51:52 +00:00
Shish
2025acd482
Merge branch 'master' into wiki-toggle-revisions
2021-01-20 08:10:19 +00:00
Matthew Barbour
72268d529d
Moved user options to separate page, modularized the settings page code so that it can be re-used to simplify and standardize user settings in the same manner as global settings
2021-01-16 14:26:17 -06:00
Laureano Passafaro
db13624ff3
Option to disable wiki revisions
2020-12-27 23:02:06 -03:00
LaureeGrd
dedee166a9
Remove unnecessary vars
2020-11-30 22:07:18 -03:00
LaureeGrd
a17e2eca15
Added aliases and auto-tags to tag wiki pages
...
Squashed commit of the following:
commit 1bc42eeb1755e82d6596014acec0361c9141999b
Author: LaureeGrd <laureegrd@gmail.com>
Date: Fri Sep 18 01:45:04 2020 -0300
Wiki author update
commit 9c8b923abc5d987f688f23a81b5ba93d62c68571
Author: LaureeGrd <laureegrd@gmail.com>
Date: Fri Sep 18 00:50:49 2020 -0300
Rename config wiki_tag_page_formatting to template
commit cf5c8d42d3c411c2413e700f1b51fd5ed6dd56cf
Author: LaureeGrd <laureegrd@gmail.com>
Date: Fri Sep 18 00:06:38 2020 -0300
Improved tag wiki pages formatting and configuration.
commit 53b91ff2febdb96fd9c7f4b05f9280859b199bf6
Author: LaureeGrd <laureegrd@gmail.com>
Date: Mon Sep 14 22:32:46 2020 -0300
Added aliases and auto-tags to tag wiki pages
2020-11-30 21:53:04 -03:00
Shish
cc06df171a
Argh, that doesn't work for OTHER versions of sqlite...
...
This reverts commit 55e3cb5d63
.
2020-10-26 22:37:25 +00:00
Shish
55e3cb5d63
compatibility with out-of-date sqlite: use '(1=0)' instead of 'false'
2020-10-26 22:33:11 +00:00
Shish
08a4a6d41f
pm also used char for postgres
2020-10-26 17:28:21 +00:00
Shish
7b3555eaa7
fff
2020-10-26 16:56:56 +00:00
Shish
89f5d5524f
pg fixes
2020-10-26 16:54:08 +00:00
Shish
006c53f499
conert wiki to use native booleans
2020-10-26 16:52:48 +00:00
Shish
5816aa3084
execute consistently
2020-10-25 21:34:52 +00:00
Shish
03806d0420
https a bunch of things
2020-03-25 11:47:00 +00:00
Daniel Oaks
0029aa5320
Add shortwiki entries when viewing a single tag
2020-03-23 22:48:38 +10:00
Daniel Oaks
deac369d26
Colour wiki titles using tag categories
2020-03-23 22:45:31 +10:00
Shish
321eafa408
format
2020-02-01 23:04:40 +00:00
Shish
40ab91f8ea
remove redundant scoreql_to_sql
2020-02-01 22:44:50 +00:00
Shish
6d3ca01424
format
2020-01-29 00:49:26 +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
d7a2ca9ddc
remove SCORE_STRNORM - everyone supports LOWER now
2019-12-15 16:07:46 +00:00
Shish
6b2304af93
format
2019-11-27 12:13:04 +00:00
Shish
95ef5940fc
consistently use colon parameters
2019-11-27 11:47:38 +00:00
Shish
d17e207984
Have get_arg never return null
...
90% of places assume it will never return null, and they will break in
weird ways if it does return null
2019-11-04 00:40:10 +00:00
Shish
fc7da5114f
fixes
2019-11-03 23:43:35 +00:00
Shish
f15a95b4de
more version
2019-11-03 19:49:52 +00:00
Shish
6bc33ee691
Drop SCORE_DATETIME/NOW - all the databases we care about now support TIMESTAMP/CURRENT_TIMESTAMP
2019-11-03 18:28:05 +00:00
Shish
031c441e47
split DatabaseUpgrade into a separate event from InitExt
2019-11-03 17:21:05 +00:00
Shish
ac5546c6ef
remove more old comments
2019-11-03 16:22:59 +00:00
Shish
b568933f45
remove extension metadata comments (we have metadata objects now)
2019-11-02 20:19:09 +00:00
Shish
a7bddb1dac
get rid of is_admin, fixes #676
2019-09-29 19:01:09 +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