将 Typecho 网站链接修改至 HTTPS 链接#1006
Closed
cherinyy wants to merge 3 commits intotypecho:masterfrom
cherinyy:master
Closed
将 Typecho 网站链接修改至 HTTPS 链接#1006cherinyy wants to merge 3 commits intotypecho:masterfrom cherinyy:master
cherinyy wants to merge 3 commits intotypecho:masterfrom
cherinyy:master
Conversation
|
为啥需要改啊,服务器上的SSL证书不是永久的,就应该用 http 的跳转呀。 |
|
SSL证书可以自动续期,提供HTTPS链接目前也已经是业界惯例,所以这个可以改,当然,如果懒也可以不改。
…------------------ 原始邮件 ------------------
发件人: "RainshawGao"<[email protected]>;
发送时间: 2020年9月1日(星期二) 晚上10:53
收件人: "typecho/typecho"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: Re: [typecho/typecho] 将 Typecho 网站链接修改至 HTTPS 链接 (#1006)
为啥需要改啊,服务器上的SSL证书不是永久的,就应该用 http 的跳转呀。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
@wordlesswind 已经都改过来了,@joyqi 点两下鼠标就能 merge,这咋和懒搭上边了。自动续期也有可能会失败:) |
|
很多开发者都懒得合并这种“无关紧要”的修复的。至于自动续期失败,这概率不大,因为每天试一次,3个月都失败,站长如果还没发现,基本也就等于说放弃维护这网站了。
…------------------ 原始邮件 ------------------
发件人: "RainshawGao"<[email protected]>;
发送时间: 2020年9月1日(星期二) 晚上11:05
收件人: "typecho/typecho"<[email protected]>;
抄送: "暮山"<[email protected]>; "Comment"<[email protected]>;
主题: Re: [typecho/typecho] 将 Typecho 网站链接修改至 HTTPS 链接 (#1006)
@wordlesswind 已经都改过来了,@joyqi 点两下鼠标就能 merge,这咋和懒搭上边了。自动续期也有可能会失败:)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Author
|
@RainshawGao
我之前看了一下,网站用的是 Cloudflare CDN,所以自动续期是 Cloudflare 那边负责,一般不会出现续期失败的情况。 |
joyqi
reviewed
Sep 3, 2020
| <a href="http://typecho.org" class="i-logo-s">Typecho</a> | ||
| <p><?php _e('由 <a href="http://typecho.org">%s</a> 强力驱动, 版本 %s (%s)', $options->software, $prefixVersion, $suffixVersion); ?></p> | ||
| <a href="https://typecho.org" class="i-logo-s">Typecho</a> | ||
| <p><?php _e('由 <a href="https://typecho.org">%s</a> 强力驱动, 版本 %s (%s)', $options->software, $prefixVersion, $suffixVersion); ?></p> |
Author
There was a problem hiding this comment.
类似这种修改,会影响
i18n的识别,导致翻译失败
这样,那请问可以简单地将 typecho/languages 中的链接替换成相应的链接吗?
Author
There was a problem hiding this comment.
似乎改动的工程有点大,你得把你发的那个文件夹里的都改了。。。
如果可以简单地把 typecho/languages 中的链接给替换了,那倒简单,一键替换的事情。
Merged
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.
No description provided.