86f7a06ed0
New options for cron uploader:
...
Logging level
Including all logs in output
Stop on error instead of continuing
2020-06-03 20:00:54 +01:00
e1aefb78ab
Fix for cron uploader issue with root paths ending in a slash
2020-06-03 19:59:29 +01:00
12c331cbd2
Removed extra tag set from cron uploader, no longer needed now that it runs as a user
2020-06-03 19:58:57 +01:00
8b407e3df3
Changed video html element to use the image objects height and width, if available
2020-06-03 19:58:23 +01:00
bccb206369
formatting pass
2020-06-03 19:58:13 +01:00
2bb5f349f9
Added file type names
...
Formatted file
2020-06-03 19:57:47 +01:00
007e07e507
Various changes to cron uploader:
...
Removed count limit, the cron job now checks the max PH execution time and auto-stops itself at 80% of that value.
Now skips os-specific image cache files like thumbs.db and the __macosx folder.
Changed failed folder re-deployment to allow re-deploying to populated queue, making it easier to re-process lots of failed batches all at once.
Changed page to output as a stream, allowing a long-running process to provide output as it runs rather than just at the very end.
Changed import loop to use the yield convention, allowing faster consumption of found files and lower memory use overall.
2020-06-03 19:57:27 +01:00
63b2601e67
Mime type handling overhaul
...
Changed mime type map to deal with the reality that certain file types have multiple extensions and/or multiple mime types, as well as constants supporting all of the data. Created new functions using the updated mime type map to resolve mime types and extensions. Updated various items around the project that determine mime/extension to take advantage of the new functions.
2020-06-03 19:47:40 +01:00
16c58e266b
Added manual page mode to allow extensions to have direct control of the output
2020-06-03 19:40:43 +01:00
6145ecc6f8
Updated post title extension to resolve set_title being removed from display image event
...
Resolves #724
2020-05-29 22:59:37 +01:00
830915adf2
Fixed lite theme not showing image titles
2020-05-29 22:59:30 +01:00
06bd4589da
option for admins to create new users
2020-05-19 19:33:51 +01:00
1e76fb239e
s/fullrandom/dailyshuffle/, and run formatter
2020-05-13 13:03:49 +01:00
f7c6b662cd
Merge pull request #720 from MetallicAchu/master
...
Added a new search criteria "fullrandom"
2020-05-13 13:02:11 +01:00
00060c34c2
Merge pull request #1 from MetallicAchu/MetallicAchu-patch-1
...
Update main.php
2020-05-07 08:12:32 +03:00
10d46395d7
Update main.php
...
Added order[=|:]fullrandom so user doesn't need to choose a new seed every time.
Thus the list will change on a daily basis without user interaction, giving a more dynamic feel to the website
2020-05-07 08:10:15 +03:00
72645af9a4
refactor a bunch of weirdness in image replacement
2020-04-25 21:38:11 +01:00
2cae6cd273
format
2020-04-25 21:36:28 +01:00
0b2e36303d
allow bypassing auth tokens in unit tests
2020-04-25 21:35:14 +01:00
b0cb46abca
test a couple extra branches
2020-04-24 14:10:45 +01:00
78710166a1
add a extra escape, fixes #718
2020-04-20 09:53:44 +01:00
c146a9f53d
don't double-escape
2020-04-12 12:45:19 +01:00
f6112d26a2
unify single and global history pages
2020-04-12 12:43:12 +01:00
b04b5af190
Merge pull request #717 from DanielOaks/add-logout-button
...
Add logout button to themes that use subnav bar
2020-04-06 16:54:48 +01:00
02d42a01b4
Add logout button to themes that use subnav bar
2020-04-07 01:36:10 +10:00
0039aafe94
avoid excess ampersands
2020-04-02 22:38:50 +01:00
1d389f0156
make tests/router.php more like .htaccess
2020-04-02 22:31:57 +01:00
69cb67fe24
stagger thumbnail cache
2020-03-28 16:11:05 +00:00
5ea26a80cc
nicetest without http vs https pain
2020-03-28 15:48:27 +00:00
126c629a1a
test
2020-03-28 14:39:03 +00:00
ab4b745310
test
2020-03-28 14:33:48 +00:00
f47e35e4e5
make make_link more sane
2020-03-28 14:11:14 +00:00
fd359fb08c
remove broken tagger extension
2020-03-28 00:56:54 +00:00
866b77ab19
set max-width / max-height for random and featured image blocks
2020-03-28 00:23:29 +00:00
b60e8ac5b4
make modify_url work better
2020-03-27 23:35:07 +00:00
70acc6015b
drop support for ie6
2020-03-27 20:57:15 +00:00
a3a129df5f
more niceurlness
2020-03-27 20:53:21 +00:00
02675609b4
more referer dedupe
2020-03-27 20:24:26 +00:00
85662575c5
stop warning for lack of referer / user-agent - not having those is now pretty normal
2020-03-27 19:42:46 +00:00
c16e3fd939
dedupe some referer handling
2020-03-27 19:41:34 +00:00
5ea7cc5b36
SCRIPT_NAME instead of PHP_SELF to find self for niceurl test
2020-03-27 19:03:46 +00:00
efde5e1edf
bump
2020-03-27 14:56:59 +00:00
7b9c9dc208
Make SHM_FORM generate the correct targets
2020-03-27 14:46:55 +00:00
bc3de6a52a
a bunch more testing and fixes for Pools
2020-03-27 14:41:24 +00:00
d85f4d3799
automatic version
2020-03-27 12:24:47 +00:00
880a702b42
dedupe page_number parsing
2020-03-27 00:23:29 +00:00
b5f0bc7621
a bunch of pools cleanup
2020-03-27 00:15:15 +00:00
599043baa5
whitespace
2020-03-27 00:06:55 +00:00
36a2125e90
basic tests for page nav
2020-03-26 21:28:36 +00:00
1f50f14672
basic tests for help pages
2020-03-26 21:28:23 +00:00