[Web/master] Temporarily change passwords back again

2024-05-18 Thread Richard Kimberly Heck
commit 43612a857a5c6199ffdb852fb104c626c1cf3571 Author: Richard Kimberly Heck Date: Sun May 19 00:58:08 2024 -0400 Temporarily change passwords back again --- farm/farmconfig.php | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/farm/farmconfig.php

[Web/master] Restore new passwords

2024-05-18 Thread Richard Kimberly Heck
commit ffe823a112dfa5b3e81054e0ecfb7b933566ec1c Author: Richard Kimberly Heck Date: Sat May 18 19:33:23 2024 -0400 Restore new passwords --- farm/farmconfig.php | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/farm/farmconfig.php b/farm/farmconfig.php index

[Web/master] Temporarily reset password

2024-05-18 Thread Richard Kimberly Heck
commit a3ccd7d82bba98aae2a0cfebdc270c3d8844682e Author: Richard Kimberly Heck Date: Sat May 18 19:25:19 2024 -0400 Temporarily reset password --- farm/farmconfig.php | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/farm/farmconfig.php b/farm/farmconfig.php index

[LyX/master] Make comment clearer.

2024-05-18 Thread Thibaut Cuvelier
commit e3f2b10842cdc808e9f2bf235692f283009d3734 Author: Thibaut Cuvelier Date: Sat May 18 19:38:52 2024 +0200 Make comment clearer. --- src/insets/InsetInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index

[LyX/master] InsetInfo: no need to output + explicitly in a shortcut, it is already contained in the sequence.

2024-05-18 Thread Thibaut Cuvelier
commit 7cfe36e6aa4460ae8641cd36f4aab5f013390326 Author: Thibaut Cuvelier Date: Sat May 18 19:41:44 2024 +0200 InsetInfo: no need to output + explicitly in a shortcut, it is already contained in the sequence. --- src/insets/InsetInfo.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git

[LyX/2.3.x] Update sk.po

2024-05-18 Thread Kornel Benko
commit de521e9ab539d0a699ad52a8a61447cb7dc921a0 Author: Kornel Benko Date: Sat May 18 19:19:47 2024 +0200 Update sk.po --- po/sk.po | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/po/sk.po b/po/sk.po index 366eded170..f5a3c0e3ea 100644 --- a/po/sk.po +++

[Web/master] New edit passwords

2024-05-18 Thread sanda
commit 9b0e9587c65926661e2d252638daa158398900bc Author: sanda Date: Sat May 18 10:54:29 2024 + New edit passwords --- farm/farmconfig.php | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/farm/farmconfig.php b/farm/farmconfig.php index 50a97842..fd93cf86 100644

[Web/master] few more php fixes

2024-05-18 Thread sanda
commit 7fa988fbf0f5bfba31418a3e6133cf5631283be7 Author: sanda Date: Sat May 18 10:54:10 2024 + few more php fixes --- farm/cookbook/pagetoc.php | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/farm/cookbook/pagetoc.php b/farm/cookbook/pagetoc.php index

[Web/master] Allow redirection from lyx.org/Downloads/

2024-05-18 Thread sanda
commit d5c5b7e75ba23633c4e857d88317e0ed1e101c9f Author: sanda Date: Sat May 18 10:52:55 2024 + Allow redirection from lyx.org/Downloads/ --- config.php| 3 +++ wiki.d/Download.Download | 28 wiki.d/Download.RecentChanges | 9

[LyX/master] Cmake build: Set LYX_DATA_SUBDIR in cache unconditionaly

2024-05-18 Thread Kornel Benko
commit 6670870aa3a426df0e46a5110f10cb6388ff77ff Author: Kornel Benko Date: Sat May 18 10:27:54 2024 +0200 Cmake build: Set LYX_DATA_SUBDIR in cache unconditionaly The value is wrong if CMakeCache.txt already exists and the version is changed inside configure.ac in AC_INIT()