Shish
|
6f7e0e5b12
|
drop logging args that didn't get used in practice
|
2020-02-01 21:37:07 +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
|
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
|
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
|
977c3db1e3
|
PHP7 type annotations
|
2017-09-21 05:21:42 +01:00 |
|
Shish
|
6febdec7b5
|
more explicit variable types
|
2016-06-19 23:05:57 +01:00 |
|
Daku
|
516488a625
|
load akismet via composer
note: we should probably be using a more recent library for this, but there doesn't seem to be any general ones..
|
2016-06-18 06:16:31 +01:00 |
|
Shish
|
cdcd762a52
|
more comments
|
2015-09-27 02:17:44 +01:00 |
|
Shish
|
ff13e58f8f
|
clamp to a valid value
|
2015-09-26 20:03:30 +01:00 |
|
Shish
|
e482f97955
|
more clamping
|
2015-09-26 19:53:15 +01:00 |
|
Shish
|
5a8df90fd9
|
splitting up huge functions in ext/comment
|
2015-09-26 19:14:11 +01:00 |
|
Shish
|
90cd823ece
|
fix liveness testing, and comments tests
|
2015-09-20 20:05:06 +01:00 |
|
Shish
|
9af5995dcc
|
PHPUnit proof of concept
|
2015-09-20 20:03:29 +01:00 |
|
Shish
|
35a4f385b3
|
phpstorm tidying
|
2015-09-12 11:43:28 +01:00 |
|
Shish
|
83435e3266
|
set cookies on Page object
|
2015-08-03 15:49:36 +01:00 |
|
Shish
|
010b0620df
|
add a user flag for bypassing comment checks
|
2014-11-30 13:52:29 +00:00 |
|
jgen
|
2a9f76d2f0
|
More comments, removing dead code, fixing small bugs.
|
2014-04-28 17:36:52 -04:00 |
|
jgen
|
4f51e942be
|
Updating/Fixing/Adding more comments with the PHP Doc style.
|
2014-04-27 15:33:57 -04:00 |
|
jgen
|
298344048c
|
Make these functions public to prevent scrutinizer from complaining.
|
2014-04-26 00:27:16 -04:00 |
|