forked from sebsauvage/Shaarli
-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor thumbnail functions #345
Labels
Milestone
Comments
This was referenced Sep 6, 2015
Closed
While you're doing this, I think it would be a good idea to make the thumbnail size configurable, rather than hard-coded to 100 pixels high. |
@rubykat good point, added to the TODO-list ;-) |
20 tasks
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Nov 9, 2016
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Nov 9, 2016
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Dec 8, 2016
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Nov 11, 2017
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Nov 11, 2017
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Nov 17, 2017
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Mar 31, 2018
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
May 5, 2018
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
May 5, 2018
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Jun 8, 2018
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Jul 5, 2018
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Jul 5, 2018
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes shaarli#345 shaarli#425 shaarli#487 shaarli#543 shaarli#588 shaarli#590
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Todolist
Refactoring
application/Thumbnail.php
:computeThumbnail
genThumbnail
lazyThumbnail
resizeImage
thumbnail
Improvements
genThumbail
(duplicated code)Exception
in calling codeThe text was updated successfully, but these errors were encountered: