This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/answer.git


    from 4175b060 perf(tests): replace panic with os.Exit in TestMain for 
graceful test termination
     add 9368da2c fix: code snippet caused the layout to break #1329
     add 50bed824 feat: Supports separate setting of navigation background color
     add 4ae8d8ac fix: reset navbar_style default color
     add 95f5de54 fix: customize renamed to apperance and move branding below 
apprance
     add 17b88b6a fix: reanme css/html page title and fix some zh_cn 
translations
     add cde3ef96 fix: admin gravatar base URL is empty should use placehoder 
for default value
     add c7ab8534 feat(plugin): add key-value storage support for plugins
     add 8579bde6 refactor(plugin): improved initialization of the KV storage 
plugin
     add d12ac86d perf(plugin): remove unnecessary KV storage checks
     add d90810af fix(plugin): rename 'close' to avoid builtin collision
     add 9ea153b4 refactor(plugin): improve KV storage with better caching and 
param handling
     add c7646bd6 docs(plugin): Add comments to KVOperator methods to improve 
code readability
     add aa0493e4 feat(migrations): Add v26 migration file to support plugin KV 
storage
     add ed543e88 fix(plugin): set params.Value in Get method to ensure correct 
value retrieval
     add 1baa3f0f chore(migrations): update migration version
     add 54f7682e docs(command): remove redundant comments
     add c6189e50 docs(command): unify style of usage statements
     add 9331690b fix: When copying text and images, can the images only appear 
at the end of the article
     add 89df65c8 fix: Copy content avoids multiple consecutive newlines
     add 84cc97dc fix: pre tag background color adjustment, remove the 
background color of the quoted content
     add b691e143 Merge remote-tracking branch 'origin/dev' into test
     add 5fc25ab8 Merge remote-tracking branch 'origin/dev' into test
     add 503e1cf7 fix: dropdown header use h6
     add b20f3a87 fix: dropdown header use h6
     add e859e47d Merge remote-tracking branch 'origin/dev' into test
     add bd032dff upgrade(docs): upgrade to 1.5.1
     add f4368f54 New translations (#1348)
     add 1f07d8eb fix: Compatibility default value is colored or light before 
v1.5.1
     add eddedfdf fix: optimization login btn style

No new revisions were added by this update.

Summary of changes:
 Makefile                                    |    2 +-
 README.md                                   |    2 +-
 i18n/cs_CZ.yaml                             |   10 +-
 i18n/cy_GB.yaml                             |   10 +-
 i18n/da_DK.yaml                             |   18 +-
 i18n/de_DE.yaml                             |   18 +-
 i18n/en_US.yaml                             |   10 +-
 i18n/es_ES.yaml                             |   18 +-
 i18n/fa_IR.yaml                             |   14 +-
 i18n/fr_FR.yaml                             |   18 +-
 i18n/hi_IN.yaml                             |   10 +-
 i18n/id_ID.yaml                             |   10 +-
 i18n/it_IT.yaml                             |   18 +-
 i18n/ja_JP.yaml                             |   18 +-
 i18n/ko_KR.yaml                             |  540 +++---
 i18n/ml_IN.yaml                             |   10 +-
 i18n/pl_PL.yaml                             |   18 +-
 i18n/pt_PT.yaml                             |   18 +-
 i18n/ro_RO.yaml                             |   42 +-
 i18n/ru_RU.yaml                             |   14 +-
 i18n/sk_SK.yaml                             |   14 +-
 i18n/sv_SE.yaml                             |   10 +-
 i18n/te_IN.yaml                             |   10 +-
 i18n/tr_TR.yaml                             | 2724 +++++++++++++--------------
 i18n/uk_UA.yaml                             |   18 +-
 i18n/vi_VN.yaml                             |   18 +-
 i18n/zh_CN.yaml                             |   25 +-
 i18n/zh_TW.yaml                             |   14 +-
 internal/migrations/init.go                 |    2 +-
 internal/migrations/v5.go                   |    2 +-
 ui/src/common/constants.ts                  |    7 +-
 ui/src/components/Editor/ToolBars/image.tsx |   76 +-
 ui/src/components/Editor/Viewer.tsx         |    2 +-
 ui/src/components/Editor/utils/index.ts     |   10 +
 ui/src/components/Header/index.scss         |    5 +-
 ui/src/components/Header/index.tsx          |   21 +-
 ui/src/components/QuestionList/index.tsx    |    2 +-
 ui/src/index.scss                           |    4 +-
 ui/src/pages/Admin/CssAndHtml/index.tsx     |    2 +-
 ui/src/pages/Admin/SettingsUsers/index.tsx  |    5 +-
 ui/src/pages/Admin/Themes/index.tsx         |   28 +-
 ui/src/router/routes.ts                     |    2 +-
 ui/src/stores/themeSetting.ts               |    6 +-
 ui/src/utils/color.ts                       |    4 +
 ui/template/sort-btns.html                  |    4 +-
 ui/test.html                                |  463 -----
 46 files changed, 1956 insertions(+), 2340 deletions(-)
 delete mode 100644 ui/test.html

Reply via email to