Skip to content

Commit

Permalink
Merge branch 'dev-5.1' into good-password
Browse files Browse the repository at this point in the history
# Conflicts:
#	plugins/bc-admin-third/webroot/css/admin/style.css
  • Loading branch information
seto1 committed Mar 26, 2024
2 parents 21e44ba + 01ceed3 commit 26a6e88
Show file tree
Hide file tree
Showing 166 changed files with 8,045 additions and 5,967 deletions.
367 changes: 188 additions & 179 deletions composer.lock

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions plugins/BcThemeSample/webroot/css/config.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/**
* baserCMS : Based Website Development Project <https://basercms.net>
* Copyright (c) NPO baser foundation <https://baserfoundation.org/>
*
* @copyright Copyright (c) NPO baser foundation
* @link https://basercms.net baserCMS Project
* @since 5.0.0
* @license https://basercms.net/license/index.html MIT License
*/

/**
* テーマ設定用CSS
* 呼出箇所:全てのページ
*/

.bs-header__nav,
.bs-footer{
background-color:MAIN!important;
}
.bs-pagination a,
.bs-top-post-to-list a,
.bs-widget-local-navi h2{
background-color:SUB;
}
.bs-main-contents a:link,
.bs-main-contents a:visited,
.bge-contents a:link,
.bge-contents a:visited,
.cke_editable a:link,
.cke_editable a:visited {
color:LINK;
}
.bs-main-contents a:hover,
.bge-contents a:hover,
.cke_editable a:hover {
color:HOVER;
}
31 changes: 30 additions & 1 deletion plugins/baser-core/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.0.11-dev
5.0.12-dev

///////////////////////////////////////////////////////////////////////////////////////////////////////////
// +---------------------------------------------------------------------------------------------------+ //
Expand All @@ -14,6 +14,35 @@
CHG: 変更内容 / BUG: バグフィックス / NEW: 機能追加


[2024-03-07] basercms-5.0.11
- CHG [BC] 認証失敗時のリダイレクト先の調整 (#3198)
- CHG [BC] カスタムフィールドにページネーションを追加
- CHG [BC] fix #3089 Twitter→Xに伴うアイコン、文言変更 (#3185)
- CHG [BC] テーマの不要なルーティングが登録されないようにした
- CHG [BC] サイトの編集時、利用しているプラグイン名のハイフン区切りと同じエイリアスは利用できないようにバリデーションを追加
- CHG [BC] サイト編集画面に新規追加ボタンを追加
- CHG [BC] エレメント読み込みの際、処理を中断せずに、読み込み箇所にエラーを表示するように調整
- CHG [UP] fix #3108 アップロードファイル一覧の絞り込み検索に「クリア」ボタンがないため追加 (#3190)
- CHG [CC] カスタムコンテンツのパンくずを調整
- CHG [CC] カスタムコンテンツの不要なルーティングが登録されないようにした
- BUG [BC] プラグインから Sites に対してアソシエーションを設定した場合に画面が表示できない問題を改善
- BUG [BC] アクセスルールグループ編集画面で保存ができない fix #3171
- BUG [BC] コンテンツツリーをリセットした場合、URLが空になってしまう問題を改善
- BUG [BC] コンテンツ管理でブログ、メールフォームをコピーするとエラーが発生する fix #3058
- BUG [BC] sites テーブルにプラグインなどでアソシエーションした場合、サイト情報が保存できない問題を改善
- BUG [BC] サブサイトを利用している場合、内部リンクが正常に取得できない問題を改善
- BUG [BC] サブサイトの場合に、コンテンツ編集画面にて、URLが正常に表示できない問題を改善
- BUG [BC] サイト管理でバリデーションに失敗した際のWarningを調整
- BUG [BC] baserCMS4系よりWidgetAreasのデータを移行した場合に、各ウィジェットにプラグインが設定されていないため、コアのテーマを強制的に設定
- BUG [BC] SitesTableにおいて他のテーブルと関連付けた際にエラーとなる問題を改善
- BUG [BG] fix #3111 ブログ記事詳細画面のプレビューが動作しない場合がある(BurgerEditorを入れた時など) (#3195)
- BUG [BG] フロントのブログ記事のアーカイブ一覧でページネーションが動作しない問題を改善
- BUG [BG] News 記事の本文が保存されない問題 fix #3189
- BUG [CC] PostgreSQL環境にてカスタムコンテンツがインストールできない問題を改善
- BUG [CC] カスタムエントリー新規追加時のプレビューが動作していなかっため修正
- BUG [CC] カスタムコンテンツで、グループフィールドを追加すると保存できない問題を改善 fix #3130
- BUG [ML] メールフォームのプレビューで送信ボタンのレイアウトが崩れてしまう問題を改善

[2024-02-22] basercms-5.0.10
- NEW [BC] fix #3010 管理画面よりサイトのドメイン設定をできるようにした
- CHG [BC] プラグイン管理で開発者にリンクが貼られていないので調整
Expand Down
Loading

0 comments on commit 26a6e88

Please sign in to comment.