Shish
|
f47e35e4e5
|
make make_link more sane
|
2020-03-28 14:11:14 +00:00 |
|
Shish
|
85662575c5
|
stop warning for lack of referer / user-agent - not having those is now pretty normal
|
2020-03-27 19:42:46 +00:00 |
|
Shish
|
c16e3fd939
|
dedupe some referer handling
|
2020-03-27 19:41:34 +00:00 |
|
Shish
|
bc3de6a52a
|
a bunch more testing and fixes for Pools
|
2020-03-27 14:41:24 +00:00 |
|
Shish
|
1597eff082
|
lint fixing
|
2020-03-13 09:23:54 +00:00 |
|
Shish
|
6f7e0e5b12
|
drop logging args that didn't get used in practice
|
2020-02-01 21:37:07 +00:00 |
|
Shish
|
615da9e9d2
|
fix all the tests (for sqlite, php7.4, osx, at least)
|
2020-01-28 21:19:59 +00:00 |
|
Shish
|
cddf6e9d5f
|
more types
|
2020-01-26 19:44:36 +00:00 |
|
Shish
|
e0778f94f7
|
more types
|
2020-01-26 18:47:30 +00:00 |
|
Shish
|
06fffd6328
|
more
|
2020-01-26 17:39:55 +00:00 |
|
Shish
|
3631084afd
|
format
|
2020-01-26 16:38:26 +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
|
1e4f08e9e9
|
updates for phpunit 8
|
2019-11-21 17:16:11 +00:00 |
|
Shish
|
659ef7dac9
|
update dependencies
|
2019-11-14 18:24:09 +00:00 |
|
Shish
|
6486bb95da
|
name_to_id
|
2019-11-11 16:43:42 +00:00 |
|
Shish
|
247cfcbd77
|
Avoid shadowing global variable
When we aren't referencing the current `global $user`, we should give it
a different name to avoid confusion
|
2019-11-11 16:43:42 +00:00 |
|
Shish
|
f79eafc91e
|
format
|
2019-11-04 00:42:06 +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
|
f15a95b4de
|
more version
|
2019-11-03 19:49:52 +00:00 |
|
Shish
|
0e660f5aba
|
mysql...
|
2019-11-03 19:15:09 +00:00 |
|
Shish
|
c58a13ae88
|
formatting
|
2019-11-03 18:28:38 +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
|
30698fefdc
|
remove a bunch of dead variables and things
|
2019-10-02 11:23:57 +01:00 |
|
Shish
|
e08cdb1638
|
make Cache its own thing, separate from Database
|
2019-10-02 10:49:32 +01:00 |
|
Shish
|
54067f02a4
|
fix merge
|
2019-09-29 15:44:59 +01:00 |
|
Shish
|
e6a402cd4e
|
Merge branch 'custom_ratings' into develop
|
2019-09-29 14:41:14 +01:00 |
|
Shish
|
f5119b20a3
|
formatting
|
2019-09-29 14:32:51 +01:00 |
|
Shish
|
a6bb15d859
|
formatting
|
2019-09-29 14:30:55 +01:00 |
|
Matthew Barbour
|
b2193cb6f1
|
Adjusted rating array usage
|
2019-08-07 15:49:57 -05:00 |
|
Matthew Barbour
|
68ee4d0e77
|
Custom rating support, user rating filter settings
|
2019-08-07 15:49:26 -05:00 |
|
Matthew Barbour
|
de98e86938
|
ExtensionInfo conversions what have I done
|
2019-08-07 15:40:01 -05:00 |
|
Matthew Barbour
|
a18589ee0a
|
Help extension
Provides foundation for help pages that are generated from loaded extensions, starting with comprehensive search documentation. Addresses #522
|
2019-08-05 09:03:49 -05:00 |
|
Matthew Barbour
|
00464d2579
|
Implemented a nav link generating system so that extension power what shows up in the menus rather than being hard-coded in the themes.
|
2019-08-05 09:01:20 -05:00 |
|
Matthew Barbour
|
cb1e9c0075
|
Permissions to constants
|
2019-08-01 08:07:05 -05:00 |
|
Matthew Barbour
|
1370afec72
|
Moved database driver constants to DatabaseDriver
|
2019-06-20 10:47:15 -05:00 |
|
Matthew Barbour
|
826c623538
|
PageMode constants
|
2019-06-18 21:04:31 -05:00 |
|
Matthew Barbour
|
6f501a6e74
|
Database driver constants
|
2019-06-14 13:38:47 -05:00 |
|
Shish
|
2396ae2ef9
|
fix a bunch of lints
|
2019-05-28 20:27: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
|
60a28af000
|
s/implode/Tag::implode/
|
2019-02-02 12:07:33 +00:00 |
|
Shish
|
9d3f4ea4b3
|
move ext-specific js into that ext
|
2018-11-05 23:12:18 +00:00 |
|
Shish
|
977c3db1e3
|
PHP7 type annotations
|
2017-09-21 05:21:42 +01:00 |
|
im-mi
|
c1083bbea1
|
Fixed comment-delete code-injection vulnerability
|
2016-09-14 17:42:32 -04:00 |
|
Shish
|
6febdec7b5
|
more explicit variable types
|
2016-06-19 23:05:57 +01:00 |
|
Shish
|
06ee5347c7
|
https support for gravatars
|
2016-06-18 15:56:24 +01:00 |
|