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
|
345c64b821
|
set REQUEST_URI in get-page
|
2020-10-26 16:26:25 +00:00 |
|
Matthew Barbour
|
df93e2e5d5
|
Added support for transcoding from the PPM image format
|
2020-10-26 08:58:47 -05:00 |
|
Matthew Barbour
|
cb81e46f9e
|
Changing images to posts
|
2020-10-26 08:58:36 -05:00 |
|
Matthew Barbour
|
8d34fc360c
|
Added length search to handle #777
|
2020-10-26 08:58:17 -05:00 |
|
Matthew Barbour
|
c05fb2106c
|
Changed video background color to black
|
2020-10-26 07:28:15 -05:00 |
|
Matthew Barbour
|
91ac271a2b
|
Corrected video aspect ratio issue
Handles #781
|
2020-10-26 07:28:10 -05:00 |
|
Matthew Barbour
|
45d38d8833
|
Added more specific upload error message that includes detected mimetype
|
2020-10-26 07:27:16 -05:00 |
|
Shish
|
ac2652e729
|
Revert "test removing scoresql_value_prepare now that bools are handled properly upstream"
This reverts commit 3a0f172a8c .
|
2020-10-26 01:33:46 +00:00 |
|
Shish
|
3a0f172a8c
|
test removing scoresql_value_prepare now that bools are handled properly upstream
|
2020-10-26 00:33:01 +00:00 |
|
Shish
|
8ad783ff4c
|
be more snake_case
|
2020-10-26 00:27:06 +00:00 |
|
Shish
|
5816aa3084
|
execute consistently
|
2020-10-25 21:34:52 +00:00 |
|
Shish
|
19a6b39c70
|
make use of str_starts_with / str_ends_with / str_contains
|
2020-10-25 19:31:58 +00:00 |
|
Shish
|
c783ff0e8d
|
polyfills for php8's str_starts_with and str_ends_with
|
2020-10-25 19:15:13 +00:00 |
|
Shish
|
4ac9ab2ad6
|
round up number of comment pages instead of rounding down, fixes #755
|
2020-10-25 18:06:36 +00:00 |
|
Shish
|
723f316512
|
avoid repeatedly fetching the same user when viewing PM list
|
2020-10-25 17:05:36 +00:00 |
|
Shish
|
a617ed4331
|
newlines in tooltips
|
2020-10-25 13:30:00 +00:00 |
|
Shish
|
0dca09c230
|
make order querylets a first class citizen instead of a hack
|
2020-10-25 12:55:36 +00:00 |
|
Shish
|
19d5cfe8b9
|
make search term parse ID a standard thing
|
2020-10-25 12:55:36 +00:00 |
|
Shish
|
03dda8144c
|
pull microcrud update to fix r__size issue
|
2020-10-25 10:44:30 +00:00 |
|
Shish
|
d19f9cb287
|
Rephrase ratio search so that it works across databases, fixes #759
|
2020-10-25 00:57:21 +01:00 |
|
Shish
|
6d074cfef8
|
defer notes js loading, fixes #737
|
2020-10-24 23:46:32 +01:00 |
|
Shish
|
0e1f6d0ef0
|
add tests for parent/child search, to try and trigger #743
|
2020-10-24 23:32:08 +01:00 |
|
Shish
|
b45bc1d61c
|
cleanup image view counter
|
2020-10-24 22:33:29 +01:00 |
|
MetallicAchu
|
b8c6736327
|
Added a list that sorts by total views
Most of the code is stolen from numeric_score and ported in order to be usable here
|
2020-10-24 22:16:31 +01:00 |
|
Shish
|
c11f0dafd0
|
format
|
2020-10-24 22:16:18 +01:00 |
|
Shish
|
69112fdee3
|
phpunit9
|
2020-10-24 18:55:07 +01:00 |
|
Shish
|
8ff70134ae
|
nits
|
2020-10-24 13:46:57 +01:00 |
|
Shish
|
9b878d98d6
|
replace xml_tag with HTMLElement
|
2020-10-24 13:46:57 +01:00 |
|
Shish
|
c29fe0583f
|
increase database timeout for admin ops
|
2020-10-15 23:50:09 +00:00 |
|
Shish
|
a51cab58aa
|
make sure extension is not-null for transloads
|
2020-10-14 16:07:12 +00:00 |
|
Shish
|
3c10d1cfee
|
Merge pull request #757 from sanmadjack/pull
Adjusted mime type update statement to include NULLs. Changed get_mim…
|
2020-10-13 01:57:24 +01:00 |
|
Shish
|
7b3ab71b1e
|
standard post linking - avoid the word "Image"
|
2020-10-09 13:51:24 +01:00 |
|
Shish
|
d00569431b
|
arrow format to link images in logs
|
2020-10-09 13:47:48 +01:00 |
|
Matthew Barbour
|
bf2a34c106
|
Adjusted mime type update statement to include NULLs. Changed get_mime() so that it can return a null in the event of the mime type not being properly set.
|
2020-10-08 17:41:24 -05:00 |
|
Matthew Barbour
|
45511cbcda
|
Fixed issue with detecting animated GIFs
|
2020-10-08 17:24:32 -05:00 |
|
Matthew Barbour
|
49a3277cca
|
Fixed imagemagick thumbnailing issue with metadata-rotated images
|
2020-10-08 17:24:29 -05:00 |
|
Matthew Barbour
|
59bb8a31a2
|
Relaxed filename search to allow for non alpha-numeric filenames
|
2020-10-08 17:24:25 -05:00 |
|
Matthew Barbour
|
6bc8b791d2
|
Added option to go to next image when an image is deleted
|
2020-10-08 17:24:21 -05:00 |
|
Shish
|
81af2e99f8
|
avoid redundant updates in db upgrade
|
2020-10-03 23:06:09 +00:00 |
|
Shish
|
33d5693c5e
|
use notify
|
2020-10-03 12:54:38 +00:00 |
|
Shish
|
9be859a01e
|
Link to forum from navigation, not user links, see #753
|
2020-09-19 00:20:09 +01:00 |
|
Shish
|
1159ba2fa1
|
format
|
2020-09-19 00:18:51 +01:00 |
|
Shish
|
6284f3bcb8
|
Add a link to the forum, see #753
|
2020-09-19 00:18:45 +01:00 |
|
Shish
|
cae24210cc
|
s/dorum/forum/ - fixes #753 - thanks @psychosoundwave :D
|
2020-09-18 23:20:42 +01:00 |
|
Shish
|
a93c66515b
|
Merge pull request #749 from sanmadjack/video_transcode
Video transcoding
|
2020-09-16 13:46:18 +01:00 |
|
Shish
|
4131bcbd64
|
Merge pull request #748 from sanmadjack/image_info
Added image info option to admin, changed the info template parser to…
|
2020-09-16 11:21:31 +01:00 |
|
Shish
|
111c4e3fb5
|
Merge pull request #747 from sanmadjack/ffmpeg_thumb_temp_file
Added handling to ensure that video thumbnails don't leave temp files…
|
2020-09-16 11:20:51 +01:00 |
|
Shish
|
5d86314fc2
|
Merge pull request #746 from sanmadjack/resize_types
Added "Fit Blur Tall, Fill Wide" resize type
|
2020-09-16 11:20:28 +01:00 |
|