Skip to content
Snippets Groups Projects
ChangeLog 3.06 MiB
Newer Older
commit b3f0c2ed8 (HEAD -> main)
Author: John Beranek <jberanek@users.sourceforge.net>
Date:   Sun Sep 24 16:23:33 2023 +0100

    Updated version number for release of 1.11.4

 web/version_num.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 03bddb58c (origin/main)
Merge: d9c276e7e 9f3ffa761
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Sun Sep 24 10:24:24 2023 +0100

    Merge remote-tracking branch 'origin/main'

commit d9c276e7e
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Sun Sep 24 10:23:04 2023 +0100

    Only display week numbers in the mini-calendars if the week starts on a Monday, the start of the ISO week.

 web/js/datepicker.js.php   | 3 ++-
 web/systemdefaults.inc.php | 8 +++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 9f3ffa761
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Sat Sep 23 14:14:28 2023 +0100

    Revert last commit

 COPYING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8154870a4
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Sat Sep 23 14:12:49 2023 +0100

    test

 COPYING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2b3f03874
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Fri Sep 22 12:24:48 2023 +0100

    Fix bugs in use of $mincals_week_numbers and $view_week_number.  See GitHub Issues #3515.

 web/index.php              | 4 ++--
 web/js/datepicker.js.php   | 2 +-
 web/systemdefaults.inc.php | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit a9da72730
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Fri Sep 22 11:33:55 2023 +0100

    Remove repeated colons in Norwegian translations

 web/lang/lang.nb | 4 ++--
 web/lang/lang.nn | 4 ++--
 web/lang/lang.no | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

commit 2e0f65bad
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Fri Sep 22 10:55:46 2023 +0100

    Add comment

 web/js/datatables.js.php | 4 ++++
 1 file changed, 4 insertions(+)

commit 02f6edf09
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Thu Sep 21 09:09:21 2023 +0100

    Fix problem with PDF landscape orientation not being respected on some clients.  See GitHub Issues #3512.

 web/js/datatables.js.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9c46f6b09
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Tue Sep 19 16:01:13 2023 +0100

    Fix typo in comment

 web/edit_users.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 70ba751b3
Merge: 36ef4e6e1 62c459241
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Tue Sep 19 15:22:25 2023 +0100

    Merge pull request #3513 from meeting-room-booking-system/user_deletion
    
    Add a configuration option to prevent the deletion of users that appear in bookings

commit 62c459241
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Tue Sep 19 15:18:31 2023 +0100

    Add server-side checking of whether users can be deleted.

 web/edit_users.php | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 36ef4e6e1
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Tue Sep 19 13:16:19 2023 +0100

    Update pdfmake.min.js.map

 web/jquery/datatables/pdfmake.min.js.map | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fbe83069b
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Sun Sep 17 11:13:39 2023 +0100

    Add basic language version of nb.  See https://github.com/DataTables/Plugins/issues/576.

 web/jquery/datatables/language/nb.json (new) | 216 +++++++++++++++++
 1 file changed, 216 insertions(+)

commit 730f7bc52
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Sun Sep 17 11:11:26 2023 +0100

    Corrected naming of Norwegian language file.  See https://github.com/DataTables/Plugins/issues/580.

 .../datatables/language/nb-NO.json (new)     | 216 +++++++++++++++++
 1 file changed, 216 insertions(+)

commit 8d7d7c2dc
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Sun Sep 17 10:55:37 2023 +0100

    Fix bug allowing private entry information to be displayed in the week (single room) view.  See GitHub Issues #3510.

 web/functions_table.inc | 1 +
 1 file changed, 1 insertion(+)

commit 7f0988390
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Wed Sep 13 17:26:05 2023 +0100

    Initial shot at preventing users with bookings in the system from being deleted.

 web/edit_users.php           | 33 +++++++++++++++++++++++++++++----
 web/lang/lang.en             |  3 +++
 web/lib/MRBS/Auth/AuthDb.php | 18 ++++++++++++++++--
 web/lib/MRBS/User.php        | 28 ++++++++++++++++++++++++++++
 web/systemdefaults.inc.php   |  5 +++++
 5 files changed, 81 insertions(+), 6 deletions(-)

commit ff88980a8
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Wed Sep 13 09:47:59 2023 +0100

    Add HTML escaping for good measure

 web/admin.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 27eb9b87b
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Wed Sep 13 09:39:01 2023 +0100

    Fix potential PHP deprecation notice

 web/admin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 56b28caeb
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Mon Sep 11 21:36:46 2023 +0100

    Add some basic language versions of the DataTables language files which are copies of the main country specific version (eg fr.json is a copy of fr-FR.json).  See GitHub Issue #3502.

 web/jquery/datatables/language/az.json (new) | 181 ++++++++++++
 web/jquery/datatables/language/bs.json (new) |  74 +++++
 web/jquery/datatables/language/de.json (new) | 243 ++++++++++++++++
 web/jquery/datatables/language/es.json (new) | 242 ++++++++++++++++
 web/jquery/datatables/language/fr.json (new) | 245 ++++++++++++++++
 web/jquery/datatables/language/it.json (new) | 244 ++++++++++++++++
 web/jquery/datatables/language/nl.json (new) | 246 +++++++++++++++++
 web/jquery/datatables/language/pt.json (new) | 244 ++++++++++++++++
 web/jquery/datatables/language/sv.json (new) | 199 +++++++++++++
 9 files changed, 1918 insertions(+)

commit 3f88f786c
Merge: cd7c53e64 349ee9c91
Author: campbell-m <87438215+campbell-m@users.noreply.github.com>
Date:   Mon Sep 11 17:31:03 2023 +0100

Loading
Loading full blame...