We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#200 で発見された謎仕様はバグを誘発するので修正しましょう
大して節約にならないので、gyazoを特別扱いしてmd5だけDBに保存して表示時にURLに戻すのやめましょう
http://gyazo.com/(md5).png
http://(gyazo以外のサイト).(png|jpe?g|gif)
(md5).(png|gif|jpe?g)
/upload/(md5).(png|gif|jpe?g)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#200 で発見された謎仕様はバグを誘発するので修正しましょう
大して節約にならないので、gyazoを特別扱いしてmd5だけDBに保存して表示時にURLに戻すのやめましょう
repimageの保存形式と関連アイコンの表示方法がそれぞれ3通りある
http://gyazo.com/(md5).png
の画像が本文1行目に保存される→repimageのDBにはファイル名の拡張子を**_含まない**_md5のみが保存される→relatedのアイコンは、repimageがmd5だけの場合全てhttp://gyazo.com/(md5).pngにリダイレクトされるhttp://(gyazo以外のサイト).(png|jpe?g|gif)
の画像が本文1行目に保存される→repimageのDBにはURLのまま保存される→relatedのアイコンはそのままその画像が表示される(md5).(png|gif|jpe?g)
の画像が本文1行目に保存される→repimageのDBには(md5).(png|gif|jpe?g)
のまま保存される→relatedのアイコンには/upload/(md5).(png|gif|jpe?g)
が表示される変更案
The text was updated successfully, but these errors were encountered: