Skip to content

ブログアーカイブを年ごとにまとめる#76

Merged
big2men merged 7 commits into
masterfrom
feature/#73
Aug 3, 2017
Merged

ブログアーカイブを年ごとにまとめる#76
big2men merged 7 commits into
masterfrom
feature/#73

Conversation

@big2men

@big2men big2men commented Aug 2, 2017

Copy link
Copy Markdown
Member

Close #73

概要

  • #qblog_archives の改良
  • ブログアーカイブを年ごとにまとめて表示できる by_year オプションを追加

GIF動画

使い方

// 年ごとに表示(今年分は開いておく)
#qblog_archives(by_year)

// 年ごとに表示(今年分も閉じておく)
#qblog_archives(by_year,year_collapse)

// 通常表示
#qblog_archives

タスク

  • レビュー
  • マイナーバージョンアップ
  • マージ
  • タグ付け
  • アップデートファイル生成

@big2men big2men requested a review from tanakakc August 2, 2017 14:45
Comment thread plugin/qblog_archives.inc.php Outdated
//閉鎖中は何も表示しない
if ($qblog_close && ! ss_admin_check())
{
return '';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

インデント修正お願いします 🙇

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ひぃぃ

Comment thread plugin/qblog_archives.inc.php Outdated

$archives_file = CACHEQBLOG_DIR . 'qblog_archives.dat';
if( file_exists($archives_file) ){
$archives_list = file_get_contents($archives_file);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

インデント修正お願いします 🙇

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ひぃっ

Comment thread plugin/qblog_archives.inc.php Outdated
$archives_list = file_get_contents($archives_file);
}
else{
$archives_list = array();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

インデント修正お願いします 🙇

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😨

big2men added 2 commits August 3, 2017 10:04
* upstream/master:
  v7.0.6
  プレビューボックスのスタイル修正
  QBlogMenuBar のプレビューボックスを付与
  QBlogMenu ページでは自身をMenuとして利用する
@big2men big2men merged commit 7fcb6b5 into master Aug 3, 2017
@big2men big2men deleted the feature/#73 branch August 3, 2017 01:09
@big2men

big2men commented Aug 3, 2017

Copy link
Copy Markdown
Member Author

@tanakakc レビューありがとうございました 😍

@ishimaru130

Copy link
Copy Markdown

動作確認はしていませんが、GIF動画を見ました。年をクリックした時に
展開される月毎の表示では、「2017年8月(n)」 より「  8月(n)」 といった
感じのほうが見やすいのではないでしょうか。

@big2men

big2men commented Aug 3, 2017

Copy link
Copy Markdown
Member Author

@ishimaru130
確かに、そうかも。。
もうリリース済みなので、起票だけしておきます。
ありがとうございました!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants