The project "Citadel server, clients, utilities":
The branch, master has been updated via c9d0a4d624bf0d7ea335da92fd1f44d3d405b1eb (commit) via aedc8797e6b060e19d8d4e348aa8919afe2df45e (commit) from 18d40d69c1c14ab0a42bd043a5e887e2fd400fe4 (commit) - Log ----------------------------------------------------------------- commit c9d0a4d624bf0d7ea335da92fd1f44d3d405b1eb Author: Art Cancro <a...@citadel.org> Date: Fri Jun 13 21:23:42 2025 -0400 Adding user1/user2/user3 buttons to the banner with the intent of them being assignable commit aedc8797e6b060e19d8d4e348aa8919afe2df45e Author: Art Cancro <a...@citadel.org> Date: Fri Jun 13 20:12:23 2025 -0400 webcit-ng: handle wiki links more robustly ----------------------------------------------------------------------- Summary of changes: webcit-ng/server/room_functions.c | 1 + webcit-ng/static/index.html | 5 ++++- webcit-ng/static/js/calendar_edit.js | 10 ++------- webcit-ng/static/js/main.js | 19 +++++++++++++++- webcit-ng/static/js/view_calendar.js | 4 ++-- webcit-ng/static/js/view_wiki.js | 43 ++++++++++++++++++++++++------------ webcit-ng/static/js/views.js | 14 ++++++++++-- webcit/po/webcit/ar.po | 2 +- webcit/po/webcit/bg.po | 2 +- webcit/po/webcit/cs.po | 2 +- webcit/po/webcit/da.po | 2 +- webcit/po/webcit/de.po | 2 +- webcit/po/webcit/el.po | 2 +- webcit/po/webcit/en_GB.po | 2 +- webcit/po/webcit/es.po | 2 +- webcit/po/webcit/et.po | 2 +- webcit/po/webcit/fi.po | 2 +- webcit/po/webcit/fr.po | 2 +- webcit/po/webcit/he.po | 2 +- webcit/po/webcit/hu.po | 2 +- webcit/po/webcit/it.po | 2 +- webcit/po/webcit/kk.po | 2 +- webcit/po/webcit/ko.po | 2 +- webcit/po/webcit/nl.po | 2 +- webcit/po/webcit/pl.po | 2 +- webcit/po/webcit/pt_BR.po | 2 +- webcit/po/webcit/ro.po | 2 +- webcit/po/webcit/ru.po | 2 +- webcit/po/webcit/sl.po | 2 +- webcit/po/webcit/sv.po | 2 +- webcit/po/webcit/tr.po | 2 +- webcit/po/webcit/webcit.pot | 2 +- webcit/po/webcit/zh.po | 2 +- 33 files changed, 94 insertions(+), 54 deletions(-) -- Citadel server, clients, utilities