Tests cleanup; convert to mocha#70
Merged
Merged
Conversation
ErisDS
added a commit
that referenced
this pull request
May 26, 2013
Tests cleanup; convert to mocha
ErisDS
pushed a commit
that referenced
this pull request
Aug 28, 2014
ErisDS
pushed a commit
that referenced
this pull request
Aug 30, 2014
ErisDS
pushed a commit
that referenced
this pull request
Aug 30, 2014
morficus
pushed a commit
to morficus/Ghost
that referenced
this pull request
Sep 4, 2014
Tests cleanup; convert to mocha
pull Bot
pushed a commit
to YashRajCodes/Ghost
that referenced
this pull request
Jul 22, 2026
…ilesystems' limits (TryGhost#70) ref https://linear.app/ghost/issue/ENG-1260 ref https://linear.app/ghost/issue/ENG-1859 - filenames are now generated using a 16-character hash, that gets re-generated on every upload - we do not check whether the file exists anymore, as the chance of a collision is near zero below a million files in a directory - if the filename length is higher than what most filesystem accept (255 bytes), we truncate the base of the filename, while keeping space for the unique hash and the file extension. Example to illustrate (non-accurate): - input: `long-name-for-an-image-imagine-255bytes-here-blablablablabla-and-a-bit-more.png` - output: `long-name-for-an-image-1a2b3c4d5e6f7g890.png`
pull Bot
pushed a commit
to YashRajCodes/Ghost
that referenced
this pull request
Jul 22, 2026
…ent to filesystems' limits (TryGhost#70)" This reverts commit 1c18f1f.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
grunt validatebefore commit?)