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 fbb877ab fix(translator): enhance error reporting for invalid 
translator YAML files
     add 7a1c96d2 fix: fix the issue where the comment_id parameter is forcibly 
converted to a string, causing a 500 error in the PostgreSQL database 
interface. #1426
     add 59df184b fix: Optimization of request parameters
     add 9bb87bf8 feat(ui): add min values for inputs and context-based 
keyboards for inputs
     add 1418745b feat(ui): add types, logic and defaults for min, max value of 
input component of form
     add 27cd7735 fix(ui): refactor number input props (min,max)
     add 8b739c5a fix(service): set default language to "en_US" if invalid 
language is provided
     add 4609e200 fix(comment): decode CommentID using DeShortID for consistency
     add 9b64d7d6 refactor(internal): compile regex once while clearing text
     add f86e9816 fix: multi byte run boundary for cut long title
     add c0a9f315 fix(ui): null pointer access if get branding fails
     add 2b649834 chore(deps): bump mockgen to 0.6.0 for go1.25 support
     add d15d55ab fix(answer): update QuestionID handling in answer update 
process
     add 480474d7 fix: footer layout adjustment
     add bb60dca5 fix: footer layout adjustment
     add 92de2ef1 fix: When the input box's type is set to number, the result 
is forcibly converted to the number type. #1425
     add 74654f27 feat: add golangci-lint into lint target
     add 62e765f7 refactor(goimports): add goimports to golangci-lint 
configuration #1432
     add 49500092 refactor(lint): improve error handling and code consistency 
across multiple files
     add e1255373 refactor(lint): add new linters and fix their issues
     add 5fa638a3 fix: The page tag selector exceeds the page height, causing 
the page to scroll.
     add bf2127db fix: add missing revision data for default content (fixes 
#1436)
     add 0065e355 fix: get right lang
     add 82a1127c Polish translation
     add f5600865 Update pt_BR.yaml
     add c82f0a4f chore: turkish translation improved (#1454)
     add 8f5c164e feat: add env for glob load template files by gin debug render
     add 8412ccdc docs(Makefile): upgrade version to 1.7.1
     add dd836497 style(sideNav): update ASF header
     add 216786a6 New translations (#1456)
     new 3ddec998 Merge remote-tracking branch 'origin/main' into dev

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                           |  2 +-
 README.md                                          |  2 +-
 i18n/cs_CZ.yaml                                    |  6 +--
 i18n/cy_GB.yaml                                    |  4 +-
 i18n/da_DK.yaml                                    |  4 +-
 i18n/de_DE.yaml                                    |  4 +-
 i18n/en_US.yaml                                    |  5 +-
 i18n/es_ES.yaml                                    |  4 +-
 i18n/fa_IR.yaml                                    |  4 +-
 i18n/fr_FR.yaml                                    |  4 +-
 i18n/hi_IN.yaml                                    |  4 +-
 i18n/id_ID.yaml                                    |  8 ++--
 i18n/it_IT.yaml                                    |  4 +-
 i18n/ja_JP.yaml                                    |  6 +--
 i18n/ko_KR.yaml                                    |  4 +-
 i18n/ml_IN.yaml                                    |  4 +-
 i18n/pl_PL.yaml                                    |  8 ++--
 i18n/pt_PT.yaml                                    |  4 +-
 i18n/ro_RO.yaml                                    |  4 +-
 i18n/ru_RU.yaml                                    |  5 +-
 i18n/sk_SK.yaml                                    |  4 +-
 i18n/sv_SE.yaml                                    |  4 +-
 i18n/te_IN.yaml                                    |  4 +-
 i18n/tr_TR.yaml                                    | 10 ++--
 i18n/uk_UA.yaml                                    |  4 +-
 i18n/vi_VN.yaml                                    |  4 +-
 i18n/zh_CN.yaml                                    |  4 +-
 i18n/zh_TW.yaml                                    |  4 +-
 ui/src/common/sideNavLayout.scss                   |  9 ++--
 ui/src/components/Comment/index.tsx                |  2 +-
 ui/src/components/Footer/index.tsx                 | 56 ++++++++++++----------
 ui/src/components/SchemaForm/components/Input.tsx  |  2 +-
 ui/src/index.scss                                  |  6 +--
 ui/src/pages/Admin/Badges/index.tsx                |  2 +-
 ui/src/pages/Admin/Smtp/index.tsx                  |  4 +-
 ui/src/pages/Admin/index.tsx                       |  8 +++-
 .../Questions/Detail/components/Answer/index.tsx   |  2 +-
 .../Questions/Detail/components/Question/index.tsx |  2 +-
 ui/src/pages/SideNavLayout/index.tsx               |  8 +++-
 ui/src/services/admin/badges.ts                    |  2 +-
 ui/template/footer.html                            | 34 +++++++------
 41 files changed, 142 insertions(+), 123 deletions(-)

Reply via email to