Commit Graph

45 Commits

Author SHA1 Message Date
9eb5acf2dc use strict types 2020-01-26 16:27:56 +00:00
b568933f45 remove extension metadata comments (we have metadata objects now) 2019-11-02 20:19:09 +00:00
30698fefdc remove a bunch of dead variables and things 2019-10-02 11:23:57 +01:00
a7bddb1dac get rid of is_admin, fixes #676 2019-09-29 19:01:09 +01:00
a6bb15d859 formatting 2019-09-29 14:30:55 +01:00
de98e86938 ExtensionInfo conversions what have I done 2019-08-07 15:40:01 -05:00
a0c0b6e3d1 Various fixes 2019-07-08 08:07:11 -05:00
b1db833d51 Added additional media properties to the images table, video, audio, length, and lossless.
Added new event to handle fetching media properties like height, width, and the newly added fields, and admin controls to manually scan files for their properties.
Added a search terms content:video and content:audio to search for images that do (or do not) have those flags.
2019-07-08 08:07:09 -05:00
a41e99d1af Renamed graphics extension to media extension 2019-07-08 08:07:08 -05:00
7cc725fbc1 Moved graphics engine constants to their own class 2019-07-08 08:07:07 -05:00
3859e27839 New Graphics extension
Added constants to several extensions
2019-07-08 08:07:02 -05:00
c16d55995b Added table-building support to SetupBlock to allow easily building cleaner setup controls 2019-07-05 17:38:12 +01:00
5eb4a66ab7 Added merged indicator to DataUploadEvent and ImageAddEvent
Changed merge process so that the ID of the merged image can make it back through the event chanin
2019-06-19 20:19:38 -05:00
826c623538 PageMode constants 2019-06-18 21:04:31 -05:00
014a4c2cd2 Added extension constant lists to resize and rotate extensions so that they weren't rendering their controls ont he wrong image types 2019-06-18 13:25:45 -05:00
37fe743f65 Changed "images" and "thumbs" usages to constants 2019-06-15 11:20:11 -05:00
e940d87c22 Added image_id null check to resize's data upload event, to prevent an error when merging is enabled 2019-06-15 11:19:38 -05:00
1aa0225652 Adjustments to transcoding to allow psd transcoding to actually work
Changed resize extension to run later in the extension stack
Little fixes
2019-06-13 11:45:34 -05:00
f2fb040a5b Moved ImageResizeException to the core space so that the core space image resize code can use it 2019-06-11 09:06:47 -05:00
eb4292316d Added webp upload and thumbnailing support
Bug fixes and consolidation of various thumbnail and resize functionality
Changed resize/rotate extensions to use replace image event
Added content-disposition header to image responses to provide a human-friendly filename when saving
Added more bulk thumbnail regeneration tools
Tweaks to bulk actions to correct totals when batching items
2019-06-09 14:14:04 -05:00
34b05cca7c PSR-2. I'm not a huge fan, but ugly consistency beats no consistency... 2019-05-28 17:59:38 +01:00
5ec3e89884 php7.1 all the things 2019-05-28 17:31:20 +01:00
977c3db1e3 PHP7 type annotations 2017-09-21 05:21:42 +01:00
cdbb4e8c7b add resize/script.js 2017-09-17 15:09:25 +01:00
6febdec7b5 more explicit variable types 2016-06-19 23:05:57 +01:00
dc10a18086 lots of minor doc tweaks, type hints, etc 2016-06-19 17:41:40 +01:00
1ac88e8923 more comments 2015-09-27 12:38:48 +01:00
793bc3614b loooooooads of artists refactoring and tidying 2015-09-27 01:03:58 +01:00
35a4f385b3 phpstorm tidying 2015-09-12 11:43:28 +01:00
8a2eb4b121 Fixing more PHP Doc related issues. 2014-04-27 19:29:36 -04:00
3a1197256a Need to pull in the global $page variable for this method. 2014-04-25 17:39:06 -04:00
bcd3f991de Removing the closing PHP "?>" tag as per style guidelines. 2014-04-25 17:34:20 -04:00
3c6b8b6fe6 Merge branch 'linting' of git://github.com/shish/shimmie2 into develop
Conflicts:
	ext/resize/main.php
2014-04-09 15:04:18 -04:00
a0d1948a4f pass already fetched image object into resize(), rather than passing the ID to be re-fetched 2014-04-02 08:49:13 +01:00
1e49cc9122 More comments and fix undefined variables. 2014-04-01 22:02:36 -04:00
9b1c3db400 Slight re-word of the exception error message. 2014-04-01 21:43:12 -04:00
18b8e7912f Fix warning generated when an image doesn't have bits or channel info (and use sane defaults). 2014-04-01 21:42:40 -04:00
225d197790 Remove duplicate code. 2014-04-01 21:41:57 -04:00
749f846b79 Fix typo. 2014-04-01 20:33:36 -04:00
a442fbe409 Resizing images actually was broken, how nobody noticed I don't know. 2014-04-01 19:29:31 -04:00
db5aa56300 remove a bunch of dead code 2014-03-29 11:44:34 +00:00
5a9f69afbe Numeric type and aspect keeping - #281 2013-05-18 10:20:08 +01:00
f4a49b2fb1 Current size as default for resize, if default is otherwise 0 - #281 2013-05-18 10:20:08 +01:00
0d2c78939e streamline resize image process 2012-08-18 21:09:40 +01:00
67f1c1c51d store enabled exts in a config file, rather than moving directories around 2012-03-31 18:59:28 +01:00