summaryrefslogtreecommitdiff
path: root/htroot/TransNews_p.html
AgeCommit message (Collapse)Author
2026-07-11cleaned up user authenticationMichael Peter Christen
this removes the userDB-exception in the normal authentication process which affected mostly wiki and blog which are not required any more. We also cleaned up translation messages as this function was not used at all. This is a required step forward a renovation of the jetty server.
2026-07-07fix for spelling in web pages, fixes in locale translations, addedMichael Peter Christen
missing pages in de-locale, removed translation for non-existing pages
2022-10-02fixed html errorMichael Peter Christen
2022-02-08Move sub-menu UI Translations from public Status to secure Sys Administrationreger24
- as UI Translation (TransNews_p.html) is a secured page - it uses for publishing internal News system but belongs not really to "Community Data"
2017-04-09add missing text from ConfigRobotsTxt_p to master.lngreger
and link to Translation Editor to Translation News page.
2016-09-04include translation news service in status submenuereger
+ display translation proposal news only for current language (in TransNews servlet)
2016-08-30TransNews_p: add ad-hoc translation of target file on positive vote (additon ↵reger
to local translation) + errmsg on language=default
2016-08-29-fix Supporter log line (instead of System.out)reger
-TransNews_p.html del debugging text left-over
2016-08-29Added news service for easy, community driven UI translation support.reger
New or modified translation (via /Translator_p.html) can be shared/distributed via the YaCy internal news service. Remote peers can see and vote on the translation via the new http://localhost:8090/TransNews_p.html servlet. A positive vote will add the received translation to the local translation list and post a voting message to the news service. (at this no processing of received votings is implemented) + fixed the msg service retention time check (NewsPool.automaticProcessP)