Shish
|
704cab4470
|
type fixes
|
2019-10-02 09:03:14 +01:00 |
|
Shish
|
785e5b67e6
|
assert for type checking
|
2019-10-02 08:35:54 +01:00 |
|
Shish
|
6ccf7b72e2
|
int for port numbers
|
2019-10-02 00:39:45 +01:00 |
|
Shish
|
c197d021bb
|
Memcache hasn't been supported since php5 - we use Memcached now
|
2019-10-02 00:38:22 +01:00 |
|
Shish
|
f1c146b512
|
support set_int(foo, null)
|
2019-10-02 00:37:22 +01:00 |
|
Shish
|
14ca4f545d
|
stub config so scrutinizer stops complaining about missing define()s
|
2019-10-01 13:28:38 +01:00 |
|
Shish
|
12d77da449
|
opt-in to new scrutinizer reports
|
2019-10-01 11:45:29 +01:00 |
|
Shish
|
c440682ae7
|
ignores
|
2019-10-01 11:40:57 +01:00 |
|
Shish
|
c98588d84c
|
not using eclipse
|
2019-10-01 11:39:43 +01:00 |
|
Shish
|
08293bd32a
|
remove hack for ancient php bug
|
2019-10-01 11:07:38 +01:00 |
|
Shish
|
d7b08d7b95
|
bump required versions based on Debian Stable
|
2019-10-01 11:06:40 +01:00 |
|
Shish
|
727fd921be
|
remove references to develop
|
2019-10-01 10:51:13 +01:00 |
|
Shish
|
5183c52223
|
version bump
|
2019-10-01 10:45:07 +01:00 |
|
Shish
|
794e4ebb7d
|
merge
|
2019-10-01 10:44:52 +01:00 |
|
Shish
|
7f8ee47eeb
|
composer update
|
2019-10-01 10:31:31 +01:00 |
|
Shish
|
cea6e2b121
|
postgres has true / false
|
2019-09-30 18:05:35 +01:00 |
|
Shish
|
ce61b7dc40
|
truncate filenames to 64 chars at upload time
|
2019-09-30 18:05:35 +01:00 |
|
Shish
|
19c4fcaf34
|
even with EMULATE_PREPARES=false, sqlite still returns strings for int columns...
|
2019-09-30 10:40:15 +01:00 |
|
Shish
|
fd2d434c61
|
return native types (int, float) for mysql
|
2019-09-30 10:19:47 +01:00 |
|
Shish
|
a7bddb1dac
|
get rid of is_admin, fixes #676
|
2019-09-29 19:01:09 +01:00 |
|
Shish
|
0f4a0275b5
|
use is_int instead of is_numeric if we want to reject numeric strings, should fix #681
|
2019-09-29 17:58:56 +01:00 |
|
Shish
|
160f673060
|
consistent class naming
|
2019-09-29 17:48:21 +01:00 |
|
Shish
|
1314c3990a
|
Merge pull request #684 from DanielOaks/develop+danbooru2-fixes
Minor danbooru2 theme fixes
|
2019-09-29 15:47:09 +01:00 |
|
Shish
|
54067f02a4
|
fix merge
|
2019-09-29 15:44:59 +01:00 |
|
Shish
|
ebe4075469
|
formatting
|
2019-09-29 14:43:47 +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 |
|
Shish
|
56e247faf5
|
remove duplicate import
|
2019-09-29 14:24:56 +01:00 |
|
Matthew Barbour
|
de68691fc3
|
ExtensionInfo for user config
|
2019-09-29 14:22:04 +01:00 |
|
Matthew Barbour
|
b43e425f95
|
Changed omitted related tags (like tagme) to be powered by a setting, allowing any performance-impacting (or just not useful in this context) tags to be omitted
Further tag list performance improvements
TagListConfig constants
|
2019-09-29 14:22:04 +01:00 |
|
matthew
|
cf8ed3b134
|
Added UserLoginEvent
|
2019-09-29 14:21:23 +01:00 |
|
Matthew Barbour
|
761834b6fa
|
Updated tests to generate user config
|
2019-09-29 14:20:40 +01:00 |
|
Matthew Barbour
|
73b784266e
|
Moved user config stuff into an extension
|
2019-09-29 14:20:40 +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
|
88e6e68d79
|
Changed omitted related tags (like tagme) to be powered by a setting, allowing any performance-impacting (or just not useful in this context) tags to be omitted
Further tag list performance improvements
TagListConfig constants
|
2019-09-26 15:46:28 +01:00 |
|
Matthew Barbour
|
8606c70437
|
Changed related tags queries to run more efficiently, filter out the starting tags, and filter out any tags starting with tagme, rather than just tagme.
|
2019-09-26 15:43:48 +01:00 |
|
Matthew Barbour
|
8f95d23828
|
Removed mass tagger extension
|
2019-09-26 15:41:51 +01:00 |
|
Shish
|
33fff87f39
|
Merge pull request #680 from sanmadjack/ext_info
Proposed extension info change to allow getting info for unloaded ext…
|
2019-09-26 15:37:16 +01:00 |
|
Daniel Oaks
|
0a8aa40a81
|
Fix header bar colours a bit
|
2019-09-16 11:08:33 +10:00 |
|
Daniel Oaks
|
dfd833d42d
|
Update email addy
|
2019-09-16 11:08:33 +10:00 |
|
Daniel Oaks
|
d377fb1705
|
Fix minor link error, use more standard+simple method from the default theme
|
2019-09-16 11:08:21 +10:00 |
|
Shish
|
dbaf34f7c3
|
Merge pull request #682 from DanielOaks/develop+fix-sqlite-underscores
Fix SQLite underscore searching
|
2019-09-15 16:36:30 +01:00 |
|
Shish
|
c57cff7d5d
|
Merge pull request #683 from DanielOaks/develop+tiny_taglist_fix
Only show 'Tags' block when there's a tag to put in it
|
2019-09-15 16:34:55 +01:00 |
|
Daniel Oaks
|
05082c8f11
|
Only show 'Tags' block when there's a tag to put in it
|
2019-09-14 15:59:31 +10:00 |
|
Daniel Oaks
|
a1c276c840
|
Fix SQLite underscore searching (#619)
|
2019-09-14 13:46:39 +10:00 |
|
Matthew Barbour
|
651b1632b1
|
Update main.php
|
2019-09-09 08:13:25 -05:00 |
|
Shish
|
ba20d8d5af
|
filter non-ascii domains
|
2019-09-08 17:13:20 +01:00 |
|
Shish
|
9341c408b9
|
allow randomness to be limited, because sql's OFFSET N is O(n)
|
2019-09-08 17:13:20 +01:00 |
|
Matthew Barbour
|
4dce3a2f07
|
Update theme.php
|
2019-08-14 09:07:45 -05:00 |
|