From c297098fcbc847575b87214241135aeb56f55efb Mon Sep 17 00:00:00 2001 From: John Beranek Date: Sun, 24 Sep 2023 16:42:38 +0100 Subject: [PATCH] Updated ChangeLog and NEWS for release of 1.11.4 --- ChangeLog | 18713 +++++++++++++++++++++++++++++----------------------- NEWS | 131 +- 2 files changed, 10684 insertions(+), 8160 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13dd0f972d..3dcf12b707 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,2405 @@ -commit 3cfcae94 (HEAD -> main) +commit b3f0c2ed8 (HEAD -> main) +Author: John Beranek +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 + + Merge pull request #3498 from meeting-room-booking-system/Issue_3496 + + Issue 3496 + +commit cd7c53e64 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Sep 11 05:46:47 2023 -1000 + + Add comment. + + web/js/edit_entry.js.php | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +commit 349ee9c91 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Sep 11 05:23:02 2023 -1000 + + Fix properly. + + web/js/datepicker.js.php | 22 ++++++++++++++++------ + 1 file changed, 16 insertions(+), 6 deletions(-) + +commit 5dbbbb84c +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 10 16:24:25 2023 +0100 + + Revert last commit + + web/systemdefaults.inc.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit b4ce80a11 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 10 16:15:27 2023 +0100 + + Remove diagnostic code + + web/systemdefaults.inc.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 8ef537a56 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 10 15:19:22 2023 +0100 + + Remove diagnostic code + + web/js/report.js.php | 1 - + 1 file changed, 1 deletion(-) + +commit e2c6522dd +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 10 15:13:02 2023 +0100 + + Increase default batch size + + web/systemdefaults.inc.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 89e0d5208 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 10 15:10:24 2023 +0100 + + Move site back to being a POST parameter now that the max_input_vars problem is avoided + + web/js/report.js.php | 10 ++-------- + 1 file changed, 2 insertions(+), 8 deletions(-) + +commit 440889ddf +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 10 15:00:49 2023 +0100 + + JSON encode the ids in order to avoid hitting the max_input_vars limit + + web/ajax/del_entries.php | 6 ++++-- + web/js/report.js.php | 3 ++- + 2 files changed, 6 insertions(+), 3 deletions(-) + +commit aba9daa0f +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 10 12:17:57 2023 +0100 + + Fix bug causing repeated deletion of entries after a cancellation. + + web/js/report.js.php | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +commit 133cfbef2 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Sep 9 18:48:32 2023 +0100 + + Improve performance of bulk deletion + + web/internalconfig.inc.php | 9 --- + web/js/report.js.php | 137 +++++++++++++++++++++-------------- + web/systemdefaults.inc.php | 15 ++++ + 3 files changed, 98 insertions(+), 63 deletions(-) + +commit 7406f40ff +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Sep 8 19:13:19 2023 +0100 + + Throttle the Ajax requests to del_entries.php + + web/internalconfig.inc.php | 2 ++ + web/js/report.js.php | 24 ++++++++++++++++++++---- + 2 files changed, 22 insertions(+), 4 deletions(-) + +commit 2936b1bb1 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Sep 8 10:37:18 2023 +0100 + + Internationalise bad timezone message + + web/import.php | 3 +-- + web/lang/lang.en | 1 + + 2 files changed, 2 insertions(+), 2 deletions(-) + +commit 33fae7768 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Sep 8 10:25:31 2023 +0100 + + Handle invalid timezones on import + + web/import.php | 18 +++++++++++++++++- + 1 file changed, 17 insertions(+), 1 deletion(-) + +commit 261dcaea5 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Sep 7 18:12:12 2023 +0100 + + Replace qualifier with import + + web/functions_ical.inc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 0b587b003 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Sep 7 18:05:23 2023 +0100 + + Add return type declaration + + web/import.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 07932cd31 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Sep 7 18:03:32 2023 +0100 + + Replace qualifier with import + + web/import.php | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 6313e3d25 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Sep 7 17:36:05 2023 +0100 + + Add export and import of registration details (but not registrants at this stage) + + web/functions_ical.inc | 20 ++++++++++++++- + web/import.php | 53 +++++++++++++++++++++++++++++----------- + 2 files changed, 58 insertions(+), 15 deletions(-) + +commit b2373cf52 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Sep 6 06:58:23 2023 +0100 + + Fix bug when exporting and importing a series with a changed entry + + web/functions_ical.inc | 13 +++---------- + web/lib/MRBS/ICalendar/Series.php | 7 +++++-- + 2 files changed, 8 insertions(+), 12 deletions(-) + +commit 8f3d772c5 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Sep 5 16:16:32 2023 +0100 + + Fix bug in recent commit + + web/mrbs_sql.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 7e9b2a8e2 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Sep 5 16:06:32 2023 +0100 + + Add comment + + web/mrbs_sql.inc | 1 + + 1 file changed, 1 insertion(+) + +commit 6d3278cc4 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Sep 5 16:00:07 2023 +0100 + + Fix bug when importing a series with a changed entry + + web/mrbs_sql.inc | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) + +commit b9e818e32 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Sep 5 15:59:14 2023 +0100 + + Fix bug producing incorrect .ics files when exporting a series with a changed entry + + web/functions_ical.inc | 15 +++++++++++---- + 1 file changed, 11 insertions(+), 4 deletions(-) + +commit 9f67e8ac4 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Sep 4 20:46:04 2023 +0100 + + Fix bug causing the EXDATE property to be ignored when importing events + + web/import.php | 22 ++++++++++++++++++++++ + 1 file changed, 22 insertions(+) + +commit 3ac44bac5 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Sep 4 08:13:16 2023 +0100 + + Fix bug introduced in recent commits + + web/functions_ical.inc | 2 ++ + 1 file changed, 2 insertions(+) + +commit 46e99356e +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 3 13:45:17 2023 +0100 + + Restructure + + web/lib/MRBS/Auth/AuthPop3.php | 83 +++++++++++++++----------------- + 1 file changed, 39 insertions(+), 44 deletions(-) + +commit 2786a23fb +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 3 10:44:40 2023 +0100 + + Simplify code + + web/lib/MRBS/Auth/AuthPop3.php | 4 +--- + 1 file changed, 1 insertion(+), 3 deletions(-) + +commit b397e3786 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 3 10:21:01 2023 +0100 + + Simplify code + + web/lib/MRBS/Auth/AuthPop3.php | 22 +++++++++++----------- + 1 file changed, 11 insertions(+), 11 deletions(-) + +commit 0a5309cde +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 3 10:11:19 2023 +0100 + + Simplify code + + web/lib/MRBS/Auth/AuthPop3.php | 3 --- + 1 file changed, 3 deletions(-) + +commit a4f553897 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Sep 3 09:53:13 2023 +0100 + + Reduce stream timeout. See GitHub Issues #3497 + + web/lib/MRBS/Auth/AuthPop3.php | 69 ++++++++++++++++++-------------- + 1 file changed, 38 insertions(+), 31 deletions(-) + +commit 7275c1b77 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Sep 2 06:23:24 2023 +0100 + + Simplify code + + web/js/datepicker.js.php | 13 ++----------- + 1 file changed, 2 insertions(+), 11 deletions(-) + +commit 2cf3eb760 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Sep 1 08:06:26 2023 +0100 + + Add comments + + web/js/datepicker.js.php | 3 +++ + 1 file changed, 3 insertions(+) + +commit fd7127b13 +Merge: 6435c751b 7bffbd173 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Sep 1 08:01:44 2023 +0100 + + Merge branch 'main' into Issue_3496 + +commit 7bffbd173 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Sep 1 08:01:11 2023 +0100 + + Fix problem with the wrong minicalendars being shown in the month view when you're at the end of the month (eg Aug 31) and the next month has fewer days than the current one. + + web/js/datepicker.js.php | 6 ++++++ + 1 file changed, 6 insertions(+) + +commit 6435c751b +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Sep 1 07:32:27 2023 +0100 + + Fix problem with getting ISO Date strings in timezones other than UTC. + + web/js/datepicker.js.php | 31 ++++++++++++++++++++++++++----- + 1 file changed, 26 insertions(+), 5 deletions(-) + +commit 5f8ed15ec +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 29 18:58:56 2023 +0100 + + Upgraded to PHPMailer 6.8.1 + + web/lib/PHPMailer/README.md | 4 +- + web/lib/PHPMailer/VERSION | 2 +- + web/lib/PHPMailer/composer.json | 4 +- + .../PHPMailer/language/phpmailer.lang-fi.php | 1 - + .../PHPMailer/language/phpmailer.lang-fr.php | 1 - + .../PHPMailer/language/phpmailer.lang-nb.php | 45 ++++++++++-------- + .../language/phpmailer.lang-si.php (new) | 34 +++++++++++++ + .../language/phpmailer.lang-zh_cn.php | 11 ++++- + web/lib/PHPMailer/src/DSNConfigurator.php | 4 +- + web/lib/PHPMailer/src/PHPMailer.php | 4 +- + web/lib/PHPMailer/src/POP3.php | 2 +- + web/lib/PHPMailer/src/SMTP.php | 6 +-- + 12 files changed, 81 insertions(+), 37 deletions(-) + +commit c6ed8a158 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 20 19:12:00 2023 +0100 + + Simplify code + + web/edit_entry_handler.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 93ad0c6d8 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 20 19:08:07 2023 +0100 + + Change 'no_mail' to a boolean + + web/edit_entry_handler.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 8b0409fc1 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 20 19:02:31 2023 +0100 + + Change 'skip' to a boolean + + web/edit_entry_handler.php | 5 +---- + 1 file changed, 1 insertion(+), 4 deletions(-) + +commit 3b6860761 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 20 18:53:58 2023 +0100 + + Simplify code + + web/edit_entry.php | 7 +++---- + 1 file changed, 3 insertions(+), 4 deletions(-) + +commit 0cd2166c5 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 20 18:50:36 2023 +0100 + + Simplify code + + web/edit_entry.php | 29 ++++++----------------------- + 1 file changed, 6 insertions(+), 23 deletions(-) + +commit 1cabc3f06 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 20 18:43:29 2023 +0100 + + Change 'copy' to a boolean + + web/edit_entry.php | 12 ++++++------ + web/view_entry.php | 17 ++++++++++------- + 2 files changed, 16 insertions(+), 13 deletions(-) + +commit 95c2ab39a +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 20 17:52:32 2023 +0100 + + Format code + + web/view_entry.php | 14 ++++++++------ + 1 file changed, 8 insertions(+), 6 deletions(-) + +commit 42409e4c6 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 20 17:50:39 2023 +0100 + + Format code + + web/view_entry.php | 15 ++++++++------- + 1 file changed, 8 insertions(+), 7 deletions(-) + +commit 67bb4fef4 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 20 17:48:44 2023 +0100 + + Replace $edit_type (string) with $edit_series (bool) + + web/edit_entry.php | 16 ++++++++-------- + web/edit_entry_handler.php | 6 +++--- + web/mrbs_sql.inc | 6 +++--- + web/view_entry.php | 16 ++++++++-------- + 4 files changed, 22 insertions(+), 22 deletions(-) + +commit 1411f8a6f +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 20 17:23:12 2023 +0100 + + Simplify the use of edit_type, limiting it to signify whether a series is being edited. + + web/edit_entry.php | 13 +++++-------- + 1 file changed, 5 insertions(+), 8 deletions(-) + +commit 427cb477b +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Aug 19 19:00:32 2023 +0100 + + Make variable names clearer + + web/mrbs_sql.inc | 66 +++++++++++++++++++++++----------------------- + 1 file changed, 33 insertions(+), 33 deletions(-) + +commit 6e1d073e9 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Aug 19 18:37:32 2023 +0100 + + Add type declaration + + web/mrbs_sql.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 557f1b365 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Aug 19 18:07:14 2023 +0100 + + Add type declaration + + web/mrbs_sql.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 95a177aa0 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Aug 19 18:01:40 2023 +0100 + + Correct typo in comment + + web/edit_entry.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit ba0fb78af +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 18 19:05:35 2023 +0100 + + Fix problem with the end date still being visible when multi-day bookings are not allowed. + + web/css/mrbs.css.php | 4 ++++ + web/edit_entry.php | 8 ++++---- + 2 files changed, 8 insertions(+), 4 deletions(-) + +commit a9a6f7835 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 18 18:51:22 2023 +0100 + + Make the end_date required + + web/edit_entry.php | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 86e604fb9 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 18 13:36:23 2023 +0100 + + Make the rep_end_date required for repeats + + web/js/edit_entry.js.php | 13 ++++++++----- + 1 file changed, 8 insertions(+), 5 deletions(-) + +commit 43d0bcf03 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 18 12:35:30 2023 +0100 + + Add comments + + web/js/datepicker.js.php | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +commit c6c089d7c +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 18 10:42:02 2023 +0100 + + Fix bug introduced in last commit + + web/js/datepicker.js.php | 28 ++++++++++++++-------------- + 1 file changed, 14 insertions(+), 14 deletions(-) + +commit c5abe0e33 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 18 10:24:16 2023 +0100 + + Restrict forcing datepickers to contain a date to those with the required attribute + + web/js/datepicker.js.php | 33 +++++++++++++++++---------------- + 1 file changed, 17 insertions(+), 16 deletions(-) + +commit fa1efac70 +Merge: 860165944 35bff94ee +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Aug 17 10:15:32 2023 +0100 + + Merge remote-tracking branch 'origin/main' + +commit 860165944 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Aug 17 10:12:18 2023 +0100 + + Fix problem with datepickers returning empty strings when Backspace or Delete is pressed + + web/js/datepicker.js.php | 28 ++++++++++++++++++++++------ + 1 file changed, 22 insertions(+), 6 deletions(-) + +commit ed108a4bd +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Aug 16 17:37:23 2023 +0100 + + Fix typo in comment + + web/js.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 16cd3ea54 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 15 20:11:59 2023 +0100 + + Fix typo in comment + + web/lib/MRBS/Locale.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 0505d8828 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 15 20:07:23 2023 +0100 + + Add type declaration + + web/language.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit d7540d223 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 15 19:59:42 2023 +0100 + + Add type declaration + + web/language.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit d467a3aed +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 15 19:26:59 2023 +0100 + + Remove redundant global declaration + + web/functions_view.inc | 1 - + 1 file changed, 1 deletion(-) + +commit de85306c8 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 15 19:20:41 2023 +0100 + + Remove redundant code + + web/view_entry.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 22f8e6157 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 15 19:03:03 2023 +0100 + + Fix typo in comment + + web/view_entry.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 35bff94ee +Author: John Beranek +Date: Tue Aug 15 10:54:13 2023 +0100 + + MRBS Docker container now builds the PHP 'intl' extension from source + + Dockerfile | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +commit b79430d70 +Author: John Beranek +Date: Tue Aug 15 10:31:40 2023 +0100 + + MRBS Docker container updated to PHP 8.2 and updated PHP intl package name + + Dockerfile | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit fa2e16a67 +Author: John Beranek +Date: Tue Aug 15 10:28:46 2023 +0100 + + MRBS Docker container will now install the PHP intl extension. + + Dockerfile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 86396d7e4 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Aug 14 10:23:01 2023 +0100 + + Fix bug introduced in recent commit + + web/view_entry.php | 39 +++++++++++++++++++++++---------------- + 1 file changed, 23 insertions(+), 16 deletions(-) + +commit 0da4701af +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 13 12:06:50 2023 +0100 + + Fix bug introduced in recent commit + + web/mrbs_auth.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit d84929fd0 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Aug 12 12:21:08 2023 +0100 + + Replace var with const + + web/js/datatables.js.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit d24d0532f +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Aug 12 12:16:58 2023 +0100 + + Add "Copy email addresses" button to registrants table + + web/js/datatables.js.php | 52 ++++++++++++++++++++++++++++++++++++++ + web/js/report.js.php | 37 +-------------------------- + web/js/view_entry.js.php | 28 ++++++++++++++++++-- + web/view_entry.php | 4 +-- + 4 files changed, 81 insertions(+), 40 deletions(-) + +commit 2cd0ca206 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 11 18:38:44 2023 +0100 + + Add mailto: links to registrants table + + web/view_entry.php | 23 ++++++++++++++++++++++- + 1 file changed, 22 insertions(+), 1 deletion(-) + +commit c58b282f2 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 11 18:22:39 2023 +0100 + + Eliminate duplicate code + + web/view_entry.php | 26 +++++++++++++------------- + 1 file changed, 13 insertions(+), 13 deletions(-) + +commit c25aa5606 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 11 17:45:10 2023 +0100 + + Disallow viewing of email addresses if the email field in the users table is private + + web/mrbs_auth.inc | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +commit b1562c8b9 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 11 17:38:06 2023 +0100 + + Fix typo in comment + + web/mrbs_auth.inc | 10 ++++++++-- + web/systemdefaults.inc.php | 2 +- + 2 files changed, 9 insertions(+), 3 deletions(-) + +commit 2b8df81be +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 11 17:31:26 2023 +0100 + + Add type declaration + + web/mrbs_auth.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f236a7216 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 11 17:29:15 2023 +0100 + + Restructure + + web/functions_view.inc | 6 ++---- + web/mrbs_auth.inc | 23 +++++++++++++++++++++++ + 2 files changed, 25 insertions(+), 4 deletions(-) + +commit ac47ac7bd +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 11 17:10:53 2023 +0100 + + Add type declaration + + web/mrbs_auth.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 10166df26 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 11 16:56:45 2023 +0100 + + Restrict ability to see email addresses in reports to admins, for privacy reasons + + web/js/report.js.php | 101 +++++++++++++++++++++-------------------- + web/report.php | 11 +++-- + 2 files changed, 59 insertions(+), 53 deletions(-) + +commit f27b75079 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 11 11:13:11 2023 +0100 + + Provide a default for rep_interval to prevent uncaught exceptions on post requests + + web/edit_entry_handler.php | 7 +++++++ + 1 file changed, 7 insertions(+) + +commit 25f9d0197 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Aug 10 19:19:17 2023 +0100 + + Restructure + + web/js/edit_entry.js.php | 19 ++++++++++--------- + 1 file changed, 10 insertions(+), 9 deletions(-) + +commit 4ee74d9d9 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Aug 10 19:00:29 2023 +0100 + + Add a 'required' attribute to the rep_interval field + + web/js/edit_entry.js.php | 21 +++++++++++++++------ + 1 file changed, 15 insertions(+), 6 deletions(-) + +commit 3fd52a6e8 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Aug 10 07:08:31 2023 +0100 + + Fix type declaration + + web/lib/MRBS/DateTime.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit be7464982 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Aug 10 07:00:52 2023 +0100 + + Add type declaration + + web/lib/MRBS/DateTime.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 5f5fd4d68 +Merge: 5a1e58548 170bab449 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Aug 9 19:43:45 2023 +0200 + + Merge pull request #3487 from edmundseow/update-saml-syntax + + Updated SimpleSAML namespace separator to backslash + +commit 5a1e58548 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Aug 9 17:24:28 2023 +0100 + + Fix recently introduced bug causing a fatal error when booking repeats when using PHP 7. See GitHub Issues #3488. + + web/lib/MRBS/DateTime.php | 20 ++++++++++++++++++++ + 1 file changed, 20 insertions(+) + +commit 0cadda465 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Aug 9 13:28:44 2023 +0100 + + Fix further bug when exporting series (bug introduced in recent merge) + + web/lib/MRBS/ICalendar/Series.php | 64 ++++++++++++++++++----------- + 1 file changed, 40 insertions(+), 24 deletions(-) + +commit c340d3380 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Aug 9 10:24:46 2023 +0100 + + Fix bug when exporting series (bug introduced in recent merge) + + web/lib/MRBS/ICalendar/Series.php | 46 +++++++++++++++-------------- + 1 file changed, 24 insertions(+), 22 deletions(-) + +commit ec86eb924 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Aug 9 10:18:06 2023 +0100 + + Fix bug in last commit + + web/functions_ical.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 6a72e7760 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Aug 9 09:53:20 2023 +0100 + + Restructure + + web/functions_ical.inc | 64 +---------------------------------- + web/lib/MRBS/RepeatRule.php | 61 +++++++++++++++++++++++++++++++++ + 2 files changed, 62 insertions(+), 63 deletions(-) + +commit 170bab449 +Author: edmundseow +Date: Tue Aug 8 14:21:11 2023 -0700 + + Updated SimpleSAML namespace separator to backslash + + web/lib/MRBS/Session/SessionSaml.php | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit b322634e4 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 8 19:50:04 2023 +0100 + + Fix incorrect RRULE in .ics attachments (bug introduced in recent merge) + + web/functions_ical.inc | 34 ++++++++++++---------------------- + 1 file changed, 12 insertions(+), 22 deletions(-) + +commit 06f127d30 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 8 19:16:09 2023 +0100 + + Fix fatal error when exporting a monthly relative repeat (bug introduced in recent merge) + + web/lib/MRBS/ICalendar/Series.php | 21 ++++++++++++++------- + 1 file changed, 14 insertions(+), 7 deletions(-) + +commit 2322a03c3 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 8 18:50:43 2023 +0100 + + Fix bug introduced in recent merge causing problems with monthly relative repeats + + web/edit_entry_handler.php | 15 ++++++++++++--- + 1 file changed, 12 insertions(+), 3 deletions(-) + +commit 3c911b841 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Aug 7 19:18:28 2023 +0100 + + Fix bug in Copy Email Addresses button when there is no anchor + + web/js/report.js.php | 20 +++++++++++++------- + 1 file changed, 13 insertions(+), 7 deletions(-) + +commit 6359fe8f1 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Aug 7 16:08:57 2023 +0100 + + Remove obsolete comment + + web/js/datatables.js.php | 5 ----- + 1 file changed, 5 deletions(-) + +commit 62023c05e +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Aug 7 16:00:23 2023 +0100 + + Fix fatal error when there are conflicts (introduced in a recent merge). + + web/edit_entry_handler.php | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit f9f0897a8 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Aug 7 13:05:18 2023 +0100 + + Upgrade to latest version of DataTables + + web/css/mrbs.css.php | 11 +- + .../css/buttons.bootstrap.css (gone) | 189 - + .../css/buttons.bootstrap.min.css (gone) | 1 - + .../css/buttons.bootstrap4.css (gone) | 195 - + .../css/buttons.bootstrap4.min.css (gone) | 1 - + .../css/buttons.bootstrap5.css (gone) | 195 - + .../css/buttons.bootstrap5.min.css (gone) | 1 - + .../css/buttons.bulma.css (gone) | 195 - + .../css/buttons.bulma.min.css (gone) | 1 - + .../css/buttons.dataTables.css (gone) | 383 - + .../css/buttons.dataTables.min.css (gone) | 1 - + .../css/buttons.foundation.css (gone) | 214 - + .../css/buttons.foundation.min.css (gone) | 1 - + .../css/buttons.jqueryui.css (gone) | 240 - + .../css/buttons.jqueryui.min.css (gone) | 1 - + .../css/buttons.semanticui.css (gone) | 192 - + .../css/buttons.semanticui.min.css (gone) | 1 - + .../Buttons-1.7.1/css/common.scss (gone) | 37 - + .../js/buttons.bootstrap.js (gone) | 70 - + .../js/buttons.bootstrap.min.js (gone) | 6 - + .../js/buttons.bootstrap4.js (gone) | 68 - + .../js/buttons.bootstrap4.min.js (gone) | 6 - + .../js/buttons.bootstrap5.js (gone) | 68 - + .../js/buttons.bootstrap5.min.js (gone) | 6 - + .../Buttons-1.7.1/js/buttons.bulma.js (gone) | 79 - + .../js/buttons.bulma.min.js (gone) | 6 - + .../js/buttons.colVis.js (gone) | 212 - + .../js/buttons.colVis.min.js (gone) | 10 - + .../js/buttons.dataTables.js (gone) | 38 - + .../js/buttons.dataTables.min.js (gone) | 5 - + .../js/buttons.foundation.js (gone) | 99 - + .../js/buttons.foundation.min.js (gone) | 7 - + .../Buttons-1.7.1/js/buttons.html5.js (gone) | 1463 - + .../js/buttons.html5.min.js (gone) | 36 - + .../js/buttons.jqueryui.js (gone) | 62 - + .../js/buttons.jqueryui.min.js (gone) | 6 - + .../Buttons-1.7.1/js/buttons.print.js (gone) | 221 - + .../js/buttons.print.min.js (gone) | 9 - + .../js/buttons.semanticui.js (gone) | 69 - + .../js/buttons.semanticui.min.js (gone) | 6 - + .../js/dataTables.buttons.js (gone) | 2127 - + .../js/dataTables.buttons.min.js (gone) | 43 - + .../css/buttons.bootstrap.css (new) | 275 + + .../css/buttons.bootstrap.min.css (new) | 1 + + .../css/buttons.bootstrap4.css (new) | 258 + + .../css/buttons.bootstrap4.min.css (new) | 1 + + .../css/buttons.bootstrap5.css (new) | 258 + + .../css/buttons.bootstrap5.min.css (new) | 1 + + .../css/buttons.bulma.css (new) | 453 + + .../css/buttons.bulma.min.css (new) | 1 + + .../css/buttons.dataTables.css (new) | 564 + + .../css/buttons.dataTables.min.css (new) | 1 + + .../css/buttons.foundation.css (new) | 337 + + .../css/buttons.foundation.min.css (new) | 1 + + .../css/buttons.jqueryui.css (new) | 405 + + .../css/buttons.jqueryui.min.css (new) | 1 + + .../css/buttons.semanticui.css (new) | 467 + + .../css/buttons.semanticui.min.css (new) | 1 + + .../Buttons-2.4.1/css/common.scss (new) | 159 + + .../css/mixins.scss | 122 +- + .../js/buttons.bootstrap.js (new) | 118 + + .../js/buttons.bootstrap.min.js (new) | 4 + + .../js/buttons.bootstrap4.js (new) | 117 + + .../js/buttons.bootstrap4.min.js (new) | 4 + + .../js/buttons.bootstrap5.js (new) | 117 + + .../js/buttons.bootstrap5.min.js (new) | 4 + + .../Buttons-2.4.1/js/buttons.bulma.js (new) | 131 + + .../js/buttons.bulma.min.js (new) | 4 + + .../Buttons-2.4.1/js/buttons.colVis.js (new) | 260 + + .../js/buttons.colVis.min.js (new) | 5 + + .../js/buttons.dataTables.js (new) | 58 + + .../js/buttons.dataTables.min.js (new) | 4 + + .../js/buttons.foundation.js (new) | 122 + + .../js/buttons.foundation.min.js (new) | 4 + + .../Buttons-2.4.1/js/buttons.html5.js (new) | 1541 + + .../js/buttons.html5.min.js (new) | 8 + + .../js/buttons.jqueryui.js (new) | 98 + + .../js/buttons.jqueryui.min.js (new) | 4 + + .../Buttons-2.4.1/js/buttons.print.js (new) | 242 + + .../js/buttons.print.min.js (new) | 5 + + .../js/buttons.semanticui.js (new) | 135 + + .../js/buttons.semanticui.min.js (new) | 4 + + .../js/dataTables.buttons.js (new) | 2575 + + .../js/dataTables.buttons.min.js (new) | 4 + + .../css/colReorder.bootstrap.min.css (gone) | 1 - + .../css/colReorder.bootstrap4.min.css (gone) | 1 - + .../css/colReorder.bootstrap5.min.css (gone) | 1 - + .../css/colReorder.bulma.min.css (gone) | 1 - + .../css/colReorder.dataTables.min.css (gone) | 1 - + .../css/colReorder.foundation.min.css (gone) | 1 - + .../css/colReorder.jqueryui.min.css (gone) | 1 - + .../css/colReorder.semanticui.min.css (gone) | 1 - + .../js/colReorder.bootstrap.js (gone) | 38 - + .../js/colReorder.bootstrap.min.js (gone) | 5 - + .../js/colReorder.bootstrap4.js (gone) | 38 - + .../js/colReorder.bootstrap4.min.js (gone) | 5 - + .../js/colReorder.bootstrap5.js (gone) | 38 - + .../js/colReorder.bootstrap5.min.js (gone) | 5 - + .../js/colReorder.bulma.js (gone) | 38 - + .../js/colReorder.bulma.min.js (gone) | 5 - + .../js/colReorder.dataTables.js (gone) | 38 - + .../js/colReorder.dataTables.min.js (gone) | 5 - + .../js/colReorder.foundation.js (gone) | 38 - + .../js/colReorder.foundation.min.js (gone) | 5 - + .../js/colReorder.jqueryui.js (gone) | 38 - + .../js/colReorder.jqueryui.min.js (gone) | 5 - + .../js/colReorder.semanticui.js (gone) | 38 - + .../js/colReorder.semanticui.min.js (gone) | 5 - + .../js/dataTables.colReorder.min.js (gone) | 40 - + .../css/colReorder.bootstrap.css | 8 + + .../css/colReorder.bootstrap.min.css (new) | 1 + + .../css/colReorder.bootstrap4.css | 8 + + .../css/colReorder.bootstrap4.min.css (new) | 1 + + .../css/colReorder.bootstrap5.css | 8 + + .../css/colReorder.bootstrap5.min.css (new) | 1 + + .../css/colReorder.bulma.css | 8 + + .../css/colReorder.bulma.min.css (new) | 1 + + .../css/colReorder.dataTables.css | 8 + + .../css/colReorder.dataTables.min.css (new) | 1 + + .../css/colReorder.foundation.css | 8 + + .../css/colReorder.foundation.min.css (new) | 1 + + .../css/colReorder.jqueryui.css | 8 + + .../css/colReorder.jqueryui.min.css (new) | 1 + + .../css/colReorder.semanticui.css | 8 + + .../css/colReorder.semanticui.min.css (new) | 1 + + .../js/colReorder.bootstrap.js (new) | 58 + + .../js/colReorder.bootstrap.min.js (new) | 4 + + .../js/colReorder.bootstrap4.js (new) | 58 + + .../js/colReorder.bootstrap4.min.js (new) | 4 + + .../js/colReorder.bootstrap5.js (new) | 58 + + .../js/colReorder.bootstrap5.min.js (new) | 4 + + .../js/colReorder.bulma.js (new) | 58 + + .../js/colReorder.bulma.min.js (new) | 4 + + .../js/colReorder.dataTables.js (new) | 58 + + .../js/colReorder.dataTables.min.js (new) | 4 + + .../js/colReorder.foundation.js (new) | 58 + + .../js/colReorder.foundation.min.js (new) | 4 + + .../js/colReorder.jqueryui.js (new) | 58 + + .../js/colReorder.jqueryui.min.js (new) | 4 + + .../js/colReorder.semanticui.js (new) | 58 + + .../js/colReorder.semanticui.min.js (new) | 4 + + .../js/dataTables.colReorder.js | 105 +- + .../js/dataTables.colReorder.min.js (new) | 4 + + .../css/dataTables.bootstrap.css (gone) | 193 - + .../css/dataTables.bootstrap.min.css (gone) | 1 - + .../css/dataTables.bootstrap4.css (gone) | 210 - + .../css/dataTables.bootstrap4.min.css (gone) | 1 - + .../css/dataTables.bootstrap5.css (gone) | 224 - + .../css/dataTables.bootstrap5.min.css (gone) | 5 - + .../css/dataTables.bulma.css (gone) | 155 - + .../css/dataTables.bulma.min.css (gone) | 3 - + .../css/dataTables.dataTables.css (gone) | 470 - + .../css/dataTables.dataTables.min.css (gone) | 1 - + .../css/dataTables.foundation.css (gone) | 118 - + .../css/dataTables.foundation.min.css (gone) | 1 - + .../css/dataTables.jqueryui.css (gone) | 492 - + .../css/dataTables.jqueryui.min.css (gone) | 1 - + .../css/dataTables.semanticui.css (gone) | 103 - + .../css/dataTables.semanticui.min.css (gone) | 1 - + .../css/jquery.dataTables.css (gone) | 459 - + .../css/jquery.dataTables.min.css (gone) | 1 - + .../js/dataTables.bootstrap.min.js (gone) | 14 - + .../js/dataTables.bootstrap4.min.js (gone) | 14 - + .../js/dataTables.bootstrap5.min.js (gone) | 14 - + .../js/dataTables.bulma.min.js (gone) | 15 - + .../js/dataTables.dataTables.js (gone) | 37 - + .../js/dataTables.dataTables.min.js (gone) | 5 - + .../js/dataTables.foundation.min.js (gone) | 9 - + .../js/dataTables.jqueryui.js (gone) | 166 - + .../js/dataTables.jqueryui.min.js (gone) | 15 - + .../js/dataTables.semanticui.min.js (gone) | 15 - + .../js/jquery.dataTables.min.js (gone) | 184 - + .../css/dataTables.bootstrap.css (new) | 417 + + .../css/dataTables.bootstrap.min.css (new) | 1 + + .../css/dataTables.bootstrap4.css (new) | 424 + + .../css/dataTables.bootstrap4.min.css (new) | 1 + + .../css/dataTables.bootstrap5.css (new) | 437 + + .../css/dataTables.bootstrap5.min.css (new) | 5 + + .../css/dataTables.bulma.css (new) | 380 + + .../css/dataTables.bulma.min.css (new) | 3 + + .../css/dataTables.dataTables.css (new) | 0 + .../css/dataTables.dataTables.min.css (new) | 0 + .../css/dataTables.foundation.css (new) | 358 + + .../css/dataTables.foundation.min.css (new) | 1 + + .../css/dataTables.jqueryui.css (new) | 741 + + .../css/dataTables.jqueryui.min.css (new) | 1 + + .../css/dataTables.semanticui.css (new) | 349 + + .../css/dataTables.semanticui.min.css (new) | 1 + + .../css/jquery.dataTables.css (new) | 658 + + .../css/jquery.dataTables.min.css (new) | 1 + + .../images/sort_asc.png | Bin + .../images/sort_asc_disabled.png} | Bin + .../images/sort_both.png | Bin + .../images/sort_desc.png | Bin + .../images/sort_desc_disabled.png} | Bin + .../js/dataTables.bootstrap.js | 68 +- + .../js/dataTables.bootstrap.min.js (new) | 4 + + .../js/dataTables.bootstrap4.js | 68 +- + .../js/dataTables.bootstrap4.min.js (new) | 4 + + .../js/dataTables.bootstrap5.js | 86 +- + .../js/dataTables.bootstrap5.min.js (new) | 4 + + .../js/dataTables.bulma.js | 61 +- + .../js/dataTables.bulma.min.js (new) | 4 + + .../js/dataTables.dataTables.js (new) | 55 + + .../js/dataTables.dataTables.min.js (new) | 4 + + .../js/dataTables.foundation.js | 66 +- + .../js/dataTables.foundation.min.js (new) | 4 + + .../js/dataTables.jqueryui.js (new) | 95 + + .../js/dataTables.jqueryui.min.js (new) | 4 + + .../js/dataTables.semanticui.js | 72 +- + .../js/dataTables.semanticui.min.js (new) | 4 + + .../js/jquery.dataTables.js | 1628 +- + .../js/jquery.dataTables.min.js (new) | 4 + + .../css/fixedColumns.bootstrap.css (gone) | 60 - + .../fixedColumns.bootstrap.min.css (gone) | 1 - + .../css/fixedColumns.bootstrap4.css (gone) | 64 - + .../fixedColumns.bootstrap4.min.css (gone) | 1 - + .../css/fixedColumns.bootstrap5.css (gone) | 73 - + .../fixedColumns.bootstrap5.min.css (gone) | 1 - + .../css/fixedColumns.bulma.css (gone) | 32 - + .../css/fixedColumns.bulma.min.css (gone) | 1 - + .../css/fixedColumns.dataTables.css (gone) | 22 - + .../fixedColumns.dataTables.min.css (gone) | 1 - + .../css/fixedColumns.foundation.css (gone) | 32 - + .../fixedColumns.foundation.min.css (gone) | 1 - + .../css/fixedColumns.jqueryui.css (gone) | 12 - + .../css/fixedColumns.jqueryui.min.css (gone) | 1 - + .../css/fixedColumns.semanticui.css (gone) | 40 - + .../fixedColumns.semanticui.min.css (gone) | 1 - + .../js/dataTables.fixedColumns.js (gone) | 1688 - + .../js/dataTables.fixedColumns.min.js (gone) | 46 - + .../js/fixedColumns.bootstrap.js (gone) | 38 - + .../js/fixedColumns.bootstrap.min.js (gone) | 5 - + .../js/fixedColumns.bootstrap4.js (gone) | 38 - + .../js/fixedColumns.bootstrap4.min.js (gone) | 5 - + .../js/fixedColumns.bootstrap5.js (gone) | 38 - + .../js/fixedColumns.bootstrap5.min.js (gone) | 5 - + .../js/fixedColumns.bulma.js (gone) | 38 - + .../js/fixedColumns.bulma.min.js (gone) | 5 - + .../js/fixedColumns.dataTables.js (gone) | 38 - + .../js/fixedColumns.dataTables.min.js (gone) | 5 - + .../js/fixedColumns.foundation.js (gone) | 38 - + .../js/fixedColumns.foundation.min.js (gone) | 5 - + .../js/fixedColumns.jqueryui.js (gone) | 38 - + .../js/fixedColumns.jqueryui.min.js (gone) | 5 - + .../js/fixedColumns.semanticui.js (gone) | 38 - + .../js/fixedColumns.semanticui.min.js (gone) | 5 - + .../css/fixedColumns.bootstrap.css (new) | 57 + + .../css/fixedColumns.bootstrap.min.css (new) | 1 + + .../css/fixedColumns.bootstrap4.css (new) | 57 + + .../fixedColumns.bootstrap4.min.css (new) | 1 + + .../css/fixedColumns.bootstrap5.css (new) | 79 + + .../fixedColumns.bootstrap5.min.css (new) | 1 + + .../css/fixedColumns.bulma.css (new) | 50 + + .../css/fixedColumns.bulma.min.css (new) | 1 + + .../css/fixedColumns.dataTables.css (new) | 34 + + .../fixedColumns.dataTables.min.css (new) | 1 + + .../css/fixedColumns.foundation.css (new) | 38 + + .../fixedColumns.foundation.min.css (new) | 1 + + .../css/fixedColumns.jqueryui.css (new) | 52 + + .../css/fixedColumns.jqueryui.min.css (new) | 1 + + .../css/fixedColumns.semanticui.css (new) | 61 + + .../fixedColumns.semanticui.min.css (new) | 1 + + .../js/dataTables.fixedColumns.js (new) | 618 + + .../js/dataTables.fixedColumns.min.js (new) | 4 + + .../js/fixedColumns.bootstrap.js (new) | 58 + + .../js/fixedColumns.bootstrap.min.js (new) | 4 + + .../js/fixedColumns.bootstrap4.js (new) | 58 + + .../js/fixedColumns.bootstrap4.min.js (new) | 4 + + .../js/fixedColumns.bootstrap5.js (new) | 58 + + .../js/fixedColumns.bootstrap5.min.js (new) | 4 + + .../js/fixedColumns.bulma.js (new) | 58 + + .../js/fixedColumns.bulma.min.js (new) | 4 + + .../js/fixedColumns.dataTables.js (new) | 58 + + .../js/fixedColumns.dataTables.min.js (new) | 4 + + .../js/fixedColumns.foundation.js (new) | 58 + + .../js/fixedColumns.foundation.min.js (new) | 4 + + .../js/fixedColumns.jqueryui.js (new) | 58 + + .../js/fixedColumns.jqueryui.min.js (new) | 4 + + .../js/fixedColumns.semanticui.js (new) | 58 + + .../js/fixedColumns.semanticui.min.js (new) | 4 + + .../JSZip-2.5.0/jszip.min.js (gone) | 14 - + .../{JSZip-2.5.0 => JSZip-3.10.1}/jszip.js | 6082 +- + .../JSZip-3.10.1/jszip.min.js (new) | 13 + + web/jquery/datatables/datatables.css | 1258 +- + web/jquery/datatables/datatables.js | 151913 ++++++++------ + web/jquery/datatables/datatables.min.css | 12 +- + web/jquery/datatables/datatables.min.js | 453 +- + .../language/Afrikaans.lang (gone) | 30 - + .../datatables/language/Albanian.lang (gone) | 30 - + .../datatables/language/Amharic.lang (gone) | 30 - + .../datatables/language/Arabic.lang (gone) | 51 - + .../datatables/language/Armenian.lang (gone) | 30 - + .../language/Azerbaijan.lang (gone) | 30 - + .../datatables/language/Bangla.lang (gone) | 23 - + .../datatables/language/Basque.lang (gone) | 30 - + .../language/Belarusian.lang (gone) | 26 - + .../language/Bulgarian.lang (gone) | 23 - + .../datatables/language/Catalan.lang (gone) | 51 - + .../language/Chinese-traditional.lang (gone) | 29 - + .../datatables/language/Chinese.lang (gone) | 30 - + .../datatables/language/Croatian.lang (gone) | 30 - + .../datatables/language/Czech.lang (gone) | 30 - + .../datatables/language/Danish.lang (gone) | 23 - + .../datatables/language/Dutch.lang (gone) | 30 - + .../datatables/language/English.lang (gone) | 145 - + .../language/Esperanto.lang (gone) | 30 - + .../datatables/language/Estonian.lang (gone) | 23 - + .../datatables/language/Filipino.lang (gone) | 23 - + .../datatables/language/Finnish.lang (gone) | 48 - + .../datatables/language/French.lang (gone) | 37 - + .../datatables/language/Galician.lang (gone) | 31 - + .../datatables/language/Ganda.json (new) | 12 + + .../datatables/language/Georgian.lang (gone) | 30 - + .../datatables/language/German.lang (gone) | 53 - + .../datatables/language/Greek.lang (gone) | 34 - + .../datatables/language/Gujarati.lang (gone) | 31 - + .../datatables/language/Hebrew.lang (gone) | 24 - + .../datatables/language/Hindi.lang (gone) | 23 - + .../language/Hungarian.lang (gone) | 46 - + .../language/Icelandic.lang (gone) | 30 - + .../Indonesian-Alternative.lang (gone) | 23 - + .../language/Indonesian.lang (gone) | 91 - + .../datatables/language/Irish.lang (gone) | 23 - + .../datatables/language/Italian.lang (gone) | 30 - + .../datatables/language/Japanese.lang (gone) | 30 - + .../datatables/language/Kannada.lang (gone) | 30 - + .../datatables/language/Kazakh.lang (gone) | 28 - + .../datatables/language/Khmer.lang (gone) | 30 - + .../datatables/language/Korean.lang (gone) | 30 - + .../datatables/language/Kurdish.lang (gone) | 29 - + .../datatables/language/Kyrgyz.lang (gone) | 29 - + .../datatables/language/Lao.lang (gone) | 29 - + .../datatables/language/Latvian.lang (gone) | 28 - + .../language/Lithuanian.lang (gone) | 29 - + .../language/Macedonian.lang (gone) | 25 - + .../datatables/language/Malay.lang (gone) | 30 - + .../language/Mongolian.lang (gone) | 30 - + .../datatables/language/Nepali.lang (gone) | 30 - + .../language/Norwegian-Bokmal.lang (gone) | 32 - + .../language/Norwegian-Nynorsk.lang (gone) | 32 - + .../datatables/language/Pashto.lang (gone) | 30 - + .../datatables/language/Persian.lang (gone) | 31 - + .../datatables/language/Polish.lang (gone) | 30 - + .../language/Portuguese-Brasil.lang (gone) | 45 - + .../language/Portuguese.lang (gone) | 29 - + .../datatables/language/Punjabi.lang (gone) | 30 - + .../datatables/language/Romanian.lang (gone) | 23 - + .../language/Rumantsch.lang (gone) | 53 - + .../datatables/language/Russian.lang (gone) | 37 - + .../datatables/language/Serbian.lang (gone) | 30 - + .../language/Serbian_latin.lang (gone) | 30 - + .../datatables/language/Sinhala.lang (gone) | 30 - + .../datatables/language/Slovak.lang (gone) | 30 - + .../language/Slovenian.lang (gone) | 30 - + .../datatables/language/Spanish.lang (gone) | 34 - + .../datatables/language/Swahili.lang (gone) | 30 - + .../datatables/language/Swedish.lang (gone) | 30 - + .../datatables/language/Tajik.lang (gone) | 36 - + .../datatables/language/Tamil.lang (gone) | 30 - + .../datatables/language/Thai.lang (gone) | 30 - + .../datatables/language/Turkish.lang (gone) | 37 - + .../language/Ukrainian.lang (gone) | 27 - + .../datatables/language/Urdu.lang (gone) | 23 - + .../datatables/language/Uzbek.lang (gone) | 29 - + .../language/Vietnamese.lang (gone) | 23 - + .../datatables/language/Welsh.lang (gone) | 30 - + web/jquery/datatables/language/af.json (new) | 64 + + web/jquery/datatables/language/am.json (new) | 22 + + web/jquery/datatables/language/ar.json (new) | 247 + + .../datatables/language/az-AZ.json (new) | 181 + + web/jquery/datatables/language/be.json (new) | 19 + + web/jquery/datatables/language/bg.json (new) | 176 + + web/jquery/datatables/language/bn.json (new) | 236 + + .../datatables/language/bs-BA.json (new) | 74 + + web/jquery/datatables/language/ca.json (new) | 244 + + web/jquery/datatables/language/co.json (new) | 28 + + web/jquery/datatables/language/cs.json (new) | 247 + + web/jquery/datatables/language/cy.json (new) | 22 + + web/jquery/datatables/language/da.json (new) | 211 + + .../datatables/language/de-DE.json (new) | 243 + + web/jquery/datatables/language/el.json (new) | 201 + + .../datatables/language/en-GB.json (new) | 243 + + web/jquery/datatables/language/eo.json (new) | 22 + + .../datatables/language/es-AR.json (new) | 162 + + .../datatables/language/es-CL.json (new) | 202 + + .../datatables/language/es-CO.json (new) | 248 + + .../datatables/language/es-ES.json (new) | 242 + + .../datatables/language/es-MX.json (new) | 244 + + web/jquery/datatables/language/et.json (new) | 159 + + web/jquery/datatables/language/eu.json (new) | 211 + + web/jquery/datatables/language/fa.json (new) | 245 + + web/jquery/datatables/language/fi.json (new) | 94 + + .../datatables/language/fil.json (new) | 15 + + .../datatables/language/fr-FR.json (new) | 245 + + web/jquery/datatables/language/ga.json (new) | 15 + + web/jquery/datatables/language/gl.json (new) | 41 + + web/jquery/datatables/language/gu.json (new) | 22 + + web/jquery/datatables/language/he.json (new) | 248 + + web/jquery/datatables/language/hi.json (new) | 71 + + web/jquery/datatables/language/hr.json (new) | 179 + + web/jquery/datatables/language/hu.json (new) | 230 + + web/jquery/datatables/language/hy.json (new) | 22 + + .../datatables/language/id-ALT.json (new) | 120 + + web/jquery/datatables/language/id.json (new) | 227 + + web/jquery/datatables/language/is.json (new) | 82 + + .../datatables/language/it-IT.json (new) | 244 + + web/jquery/datatables/language/ja.json (new) | 78 + + web/jquery/datatables/language/jv.json (new) | 57 + + web/jquery/datatables/language/ka.json (new) | 187 + + web/jquery/datatables/language/kk.json (new) | 32 + + web/jquery/datatables/language/km.json (new) | 248 + + web/jquery/datatables/language/kn.json (new) | 22 + + web/jquery/datatables/language/ko.json (new) | 66 + + web/jquery/datatables/language/ku.json (new) | 78 + + web/jquery/datatables/language/ky.json (new) | 22 + + web/jquery/datatables/language/lo.json (new) | 22 + + web/jquery/datatables/language/lt.json (new) | 245 + + web/jquery/datatables/language/lv.json (new) | 117 + + web/jquery/datatables/language/mk.json (new) | 36 + + web/jquery/datatables/language/mn.json (new) | 22 + + web/jquery/datatables/language/mr.json (new) | 13 + + web/jquery/datatables/language/ms.json (new) | 52 + + web/jquery/datatables/language/ne.json (new) | 22 + + .../datatables/language/nl-NL.json (new) | 246 + + .../datatables/language/no-NB.json (new) | 216 + + .../datatables/language/no-NO.json (new) | 22 + + web/jquery/datatables/language/pa.json (new) | 39 + + web/jquery/datatables/language/pl.json (new) | 240 + + web/jquery/datatables/language/ps.json (new) | 22 + + .../datatables/language/pt-BR.json (new) | 245 + + .../datatables/language/pt-PT.json (new) | 244 + + web/jquery/datatables/language/rm.json (new) | 43 + + web/jquery/datatables/language/ro.json (new) | 146 + + web/jquery/datatables/language/ru.json (new) | 247 + + web/jquery/datatables/language/si.json (new) | 22 + + web/jquery/datatables/language/sk.json (new) | 202 + + web/jquery/datatables/language/sl.json (new) | 180 + + .../datatables/language/snd.json (new) | 30 + + web/jquery/datatables/language/sq.json (new) | 239 + + .../datatables/language/sr-SP.json (new) | 238 + + web/jquery/datatables/language/sr.json (new) | 115 + + .../datatables/language/sv-SE.json (new) | 199 + + web/jquery/datatables/language/sw.json (new) | 119 + + web/jquery/datatables/language/ta.json (new) | 63 + + web/jquery/datatables/language/te.json (new) | 28 + + .../datatables/language/telugu.lang (gone) | 29 - + web/jquery/datatables/language/tg.json (new) | 27 + + web/jquery/datatables/language/th.json (new) | 130 + + web/jquery/datatables/language/tk.json (new) | 42 + + web/jquery/datatables/language/tr.json (new) | 244 + + web/jquery/datatables/language/ug.json (new) | 12 + + web/jquery/datatables/language/uk.json (new) | 186 + + web/jquery/datatables/language/ur.json (new) | 49 + + .../datatables/language/uz-CR.json (new) | 155 + + web/jquery/datatables/language/uz.json (new) | 21 + + web/jquery/datatables/language/vi.json (new) | 240 + + .../datatables/language/zh-HANT.json (new) | 239 + + web/jquery/datatables/language/zh.json (new) | 244 + + .../pdfmake-0.1.36/pdfmake.js (gone) | 50468 ----- + .../pdfmake-0.1.36/pdfmake.min.js (gone) | 3 - + .../pdfmake-0.1.36/vfs_fonts.js (gone) | 6 - + .../pdfmake-0.2.7/pdfmake.js (new) | 73862 +++++++ + .../pdfmake-0.2.7/pdfmake.min.js (new) | 3 + + .../pdfmake-0.2.7/vfs_fonts.js (new) | 6 + + web/js/datatables.js.php | 32 +- + web/language.inc | 90 +- + 467 files changed, 196253 insertions(+), 132132 deletions(-) + +commit 5a443eb5e +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 6 17:14:30 2023 +0100 + + Remove surplus whitespace + + web/lib/MRBS/ICalendar/RFC5545Exception.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit e51b5671e +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 6 17:13:46 2023 +0100 + + Improve error message + + web/functions_ical.inc | 6 ++---- + web/lang/lang.en | 1 + + web/lib/MRBS/ICalendar/RFC5545.php | 7 ++++++- + web/lib/MRBS/ICalendar/RFC5545Exception.php (new) | 8 ++++++++ + 4 files changed, 17 insertions(+), 5 deletions(-) + +commit 09df5b986 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 6 16:26:20 2023 +0100 + + Add error handling + + web/functions_ical.inc | 114 +++++++++++++++++++++------------------ + 1 file changed, 62 insertions(+), 52 deletions(-) + +commit 3992d9f01 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 6 15:16:51 2023 +0100 + + Fix bug when importing MONTHLY events and an integer modifier for BYDAY is not present + + web/functions_ical.inc | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +commit ac5a6b4ea +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 6 14:50:57 2023 +0100 + + Restructure + + web/functions_ical.inc | 6 ++---- + web/lib/MRBS/RepeatRule.php | 15 +++++++++++++++ + 2 files changed, 17 insertions(+), 4 deletions(-) + +commit 5518689ca +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 6 10:32:49 2023 +0100 + + Fix problem with importing weekly repeats when BYDAY is not specified. See also GitHub Issues #3485. + + web/functions_ical.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit b9d72ddc7 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Aug 6 10:12:46 2023 +0100 + + Fix problem with importing weekly repeats. See GitHub Issues #3485. + + web/functions_ical.inc | 1 + + 1 file changed, 1 insertion(+) + +commit 4a97d513a +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Aug 5 14:13:02 2023 +0100 + + Upgrade to jQuery Version 3.7.0 + + web/jquery/jquery-3.6.3.min.js (gone) | 2 - + .../{jquery-3.6.3.js => jquery-3.7.0.js} | 1915 +++++++--------- + web/jquery/jquery-3.7.0.min.js (new) | 2 + + web/js.inc | 2 +- + 4 files changed, 816 insertions(+), 1105 deletions(-) + +commit 7cc0d94d1 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 4 15:45:11 2023 +0100 + + Make the instructions for multisite clearer. See GitHub Issues #3483. + + INSTALL | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +commit 6183888a0 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 4 11:36:04 2023 +0100 + + Simplify code + + web/js/report.js.php | 28 +++++++++++----------------- + 1 file changed, 11 insertions(+), 17 deletions(-) + +commit afd394a2e +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 4 11:12:55 2023 +0100 + + Add success and failure messages + + web/js/report.js.php | 18 ++++++++++++++++-- + web/lang/lang.en | 2 ++ + 2 files changed, 18 insertions(+), 2 deletions(-) + +commit 860050323 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Aug 4 10:38:31 2023 +0100 + + Add button to copy email addresses to the clipboard. Useful for sending messages to those booked on a certain day or in a certain room. + + web/js/report.js.php | 39 +++++++++++++++++++++++++++++++++++++++ + 1 file changed, 39 insertions(+) + +commit 59030a234 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Aug 3 17:06:36 2023 +0100 + + Add an id to report column headers for use by JavaScript + + web/report.php | 51 +++++++++++++++++++++++++----------------------- + 1 file changed, 27 insertions(+), 24 deletions(-) + +commit 4e0b94253 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Aug 3 14:48:52 2023 +0100 + + Add mailto: link to booking creator + + web/report.php | 11 ++++++++++- + 1 file changed, 10 insertions(+), 1 deletion(-) + +commit ff1a7da6d +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Aug 2 17:47:42 2023 +0100 + + Fix bug introduced in recent merge + + web/edit_entry.php | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +commit d6e2f70fb +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Aug 2 17:30:48 2023 +0100 + + Fix incorrect minimum version for MariaDB. See GitHub Issues #3481. + + web/lib/MRBS/DB_mysql.php | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit a687bd032 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 1 15:20:51 2023 +0100 + + Remove redundant code + + web/functions_ical.inc | 14 -------------- + 1 file changed, 14 deletions(-) + +commit f68e4eeea +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 1 15:14:12 2023 +0100 + + Remove redundant code + + web/edit_entry_handler.php | 7 ------- + 1 file changed, 7 deletions(-) + +commit 194a8c924 +Merge: 3e202fe51 b3623473a +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Aug 1 16:04:19 2023 +0200 + + Merge pull request #3479 from meeting-room-booking-system/repeat_class + + Repeat class + +commit b3623473a +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Jul 31 18:29:39 2023 +0100 + + Remove redundant constants + + web/internalconfig.inc.php | 14 -------------- + 1 file changed, 14 deletions(-) + +commit 1c67775e2 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Jul 31 18:26:05 2023 +0100 + + Convert to RepeatRule constants + + web/functions_ical.inc | 15 ++++++++------- + web/import.php | 13 ++++++------- + 2 files changed, 14 insertions(+), 14 deletions(-) + +commit f01646c85 +Merge: 19e9543d2 444bed272 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Jul 31 18:02:07 2023 +0100 + + Merge branch 'main' into repeat_class + +commit 444bed272 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Jul 31 18:01:38 2023 +0100 + + Fix bug in error message + + web/functions_ical.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 19e9543d2 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Jul 31 17:53:42 2023 +0100 + + Interim commit + + web/functions_ical.inc | 34 +++++++++++++++++++--------------- + web/import.php | 4 ++-- + 2 files changed, 21 insertions(+), 17 deletions(-) + +commit e03d99a41 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Jul 31 17:20:06 2023 +0100 + + Convert to RepeatRule constants + + web/functions_ical.inc | 24 ++++++++++++------------ + 1 file changed, 12 insertions(+), 12 deletions(-) + +commit f147155ec +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Jul 31 17:12:51 2023 +0100 + + Convert to RepeatRule constants + + web/js/resizable.js.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit ffbb1dd3d +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Mon Jul 31 17:01:55 2023 +0100 + + Remove redundant require statements + + web/upgrade/32/post.inc | 1 - + web/upgrade/34/post.inc | 1 - + 2 files changed, 2 deletions(-) + +commit c0fa8bf52 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 18:55:03 2023 +0100 + + Fix bug causing repeat days not to appear in mail language + + web/functions.inc | 4 ++-- + web/functions_mail.inc | 4 ++-- + web/lib/MRBS/RepeatRule.php | 5 +++-- + 3 files changed, 7 insertions(+), 6 deletions(-) + +commit 6d6c3c5d0 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 18:38:24 2023 +0100 + + Fix bug + + web/functions_mail.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit dbc5b16e6 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 18:35:07 2023 +0100 + + Restructure + + web/functions.inc | 23 ----------------------- + web/functions_mail.inc | 2 +- + web/functions_view.inc | 2 +- + 3 files changed, 2 insertions(+), 25 deletions(-) + +commit 64d20687d +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 18:28:20 2023 +0100 + + Convert to RepeatRule constants + + web/functions_view.inc | 14 ++++---------- + 1 file changed, 4 insertions(+), 10 deletions(-) + +commit 605677756 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 18:22:39 2023 +0100 + + Convert to RepeatRule constants + + web/upgrade/32/post.inc | 9 +++++---- + web/upgrade/34/post.inc | 7 ++++--- + 2 files changed, 9 insertions(+), 7 deletions(-) + +commit 1bb336f04 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 18:16:02 2023 +0100 + + Convert to RepeatRule constants + + web/js/edit_entry.js.php | 20 ++++++++++---------- + 1 file changed, 10 insertions(+), 10 deletions(-) + +commit ee5f60870 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 18:09:56 2023 +0100 + + Convert to RepeatRule constants + + web/edit_entry_handler.php | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +commit 1ae17fe49 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 18:06:55 2023 +0100 + + Convert to RepeatRule constants + + web/del_entry.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit dc3a6f696 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 17:55:04 2023 +0100 + + Fix bug + + web/mrbs_sql.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 39e1514f1 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 17:29:29 2023 +0100 + + Convert to RepeatRule constants + + web/edit_entry.php | 2 +- + web/functions.inc | 46 -------------------------------- + web/functions_mail.inc | 6 ++--- + web/functions_view.inc | 2 +- + web/lib/MRBS/RepeatRule.php | 50 +++++++++++++++++++++++++++++++++++ + 5 files changed, 54 insertions(+), 52 deletions(-) + +commit 93bae704f +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 16:56:03 2023 +0100 + + Convert to RepeatRule constants + + web/edit_entry.php | 20 ++++++++++---------- + 1 file changed, 10 insertions(+), 10 deletions(-) + +commit 90006b100 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 16:28:48 2023 +0100 + + Restructure + + web/edit_entry.php | 13 ++----------- + 1 file changed, 2 insertions(+), 11 deletions(-) + +commit 4180c8a6b +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 16:25:13 2023 +0100 + + Fix bug + + web/edit_entry.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 5b807e243 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 16:14:03 2023 +0100 + + Restructure + + web/edit_entry.php | 87 +++++++++++++++++++++++--------------------- + 1 file changed, 45 insertions(+), 42 deletions(-) + +commit c42c37eac +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 15:00:20 2023 +0100 + + Remove redundant code + + web/mrbs_sql.inc | 137 --------------------------------------------- + 1 file changed, 137 deletions(-) + +commit 8d30351e9 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 14:48:52 2023 +0100 + + Remove debug code + + web/lib/MRBS/ICalendar/Series.php | 44 ++++++++++++++--------------- + 1 file changed, 22 insertions(+), 22 deletions(-) + +commit 378999cb2 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 14:26:40 2023 +0100 + + Restructure + + web/edit_entry.php | 2 +- + web/functions.inc | 18 ++---------------- + 2 files changed, 3 insertions(+), 17 deletions(-) + +commit ea8ca06ce +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 14:10:45 2023 +0100 + + Fix bug + + web/lib/MRBS/DateTime.php | 2 +- + web/lib/MRBS/ICalendar/RFC5545.php | 15 +++++++ + web/mrbs_sql.inc | 60 +++++++++++++++------------- + 3 files changed, 48 insertions(+), 29 deletions(-) + +commit e6db8f67e +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 12:20:21 2023 +0100 + + Interim commit + + web/functions_mail.inc | 15 ++++++++------- + web/lib/MRBS/RepeatRule.php | 22 ++++++++++++++++++++++ + web/mrbs_sql.inc | 5 +++-- + 3 files changed, 33 insertions(+), 9 deletions(-) + +commit 920eb91de +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 11:44:04 2023 +0100 + + Fix bugs + + web/functions_mail.inc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 41958c64a +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 11:16:13 2023 +0100 + + Remove temporary code + + web/functions_mail.inc | 2 -- + 1 file changed, 2 deletions(-) + +commit 7eda439c5 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 11:12:07 2023 +0100 + + Remove temporary code + + web/functions_mail.inc | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +commit fa5b4edae +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 11:03:21 2023 +0100 + + Fix bug + + web/functions_mail.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit e1ad43fcc +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 10:24:33 2023 +0100 + + Fix bug + + web/functions_mail.inc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit d318ea2e7 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 30 10:06:53 2023 +0100 + + Fix bug + + web/functions_mail.inc | 7 +++++-- + web/lib/MRBS/RepeatRule.php | 18 ++++++++++++++++++ + web/mrbs_sql.inc | 32 ++++++++++++++++++++++++++------ + 3 files changed, 49 insertions(+), 8 deletions(-) + +commit 6dc66ecd7 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Jul 29 17:44:06 2023 +0100 + + Got emails working + + web/functions.inc | 14 +++++++++++++ + web/functions_ical.inc | 3 +++ + web/functions_mail.inc | 39 +++++++++++++++-------------------- + web/lib/MRBS/RepeatRule.php | 21 +++++++++++++++++++ + 4 files changed, 55 insertions(+), 22 deletions(-) + +commit 816932d40 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Jul 29 15:14:22 2023 +0100 + + Interim commit + + web/edit_entry_handler.php | 17 +----- + web/lib/MRBS/RepeatRule.php | 19 +++++- + web/mrbs_sql.inc | 112 ++++++++++++++++------------------ + 3 files changed, 70 insertions(+), 78 deletions(-) + +commit 627a103bb +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Jul 29 09:35:48 2023 +0100 + + Remove redundant code + + web/edit_entry_handler.php | 16 ---------------- + 1 file changed, 16 deletions(-) + +commit af64c0a54 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Jul 29 09:31:30 2023 +0100 + + Switch to using new method + + web/edit_entry_handler.php | 28 +--------------------------- + 1 file changed, 1 insertion(+), 27 deletions(-) + +commit 1ce17fc86 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Jul 29 09:22:28 2023 +0100 + + Fix bug + + web/lib/MRBS/RepeatRule.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit f51d8cb9c +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Jul 29 07:46:46 2023 +0100 + + Simplify code + + web/lib/MRBS/RepeatRule.php | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 513212adc +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Jul 29 07:41:38 2023 +0100 + + Add comment + + web/lib/MRBS/DateTime.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 7dfc56e81 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Jul 29 07:40:38 2023 +0100 + + Fix bug + + web/lib/MRBS/DateTime.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 118d012e0 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Jul 29 07:36:37 2023 +0100 + + Fix bug + + web/edit_entry_handler.php | 13 +++++++++++++ + web/lib/MRBS/RepeatRule.php | 2 +- + 2 files changed, 14 insertions(+), 1 deletion(-) + +commit c0f0969be +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Jul 28 19:16:58 2023 +0100 + + Fixed some bugs + + web/edit_entry_handler.php | 20 +++++++++++++++++++- + web/lib/MRBS/RepeatRule.php | 13 ++++--------- + 2 files changed, 23 insertions(+), 10 deletions(-) + +commit 5a1513a10 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Jul 28 18:05:48 2023 +0100 + + Method complete + + web/lib/MRBS/DateTime.php | 11 +++- + web/lib/MRBS/RepeatRule.php | 107 +++++++++++++++------------------- + 2 files changed, 58 insertions(+), 60 deletions(-) + +commit ec38faf07 +Merge: 4295e2587 3e202fe51 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Jul 28 16:29:25 2023 +0100 + + Merge branch 'main' into repeat_class + +commit 3e202fe51 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Jul 27 21:40:28 2023 +0100 + + Updated Brazilian Portuguese translation. Thanks to Bruno Calado. See GitHub Issues #3476. + + web/lang/lang.pt-br | 337 +++++++++++++++++++++++++++++++++++++++++- + 1 file changed, 333 insertions(+), 4 deletions(-) + +commit 4295e2587 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Jul 27 18:57:34 2023 +0100 + + Interim commit + + web/lib/MRBS/RepeatRule.php | 21 +++++++++++++++++++++ + 1 file changed, 21 insertions(+) + +commit 7b81f8222 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Jul 27 18:26:08 2023 +0100 + + Interim commit + + web/lib/MRBS/RepeatRule.php | 87 +++++++++++++---------------------- + 1 file changed, 33 insertions(+), 54 deletions(-) + +commit e10e5db7d +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Jul 27 17:56:03 2023 +0100 + + Interim commit + + web/lib/MRBS/DateTime.php | 7 ++++++- + web/lib/MRBS/RepeatRule.php | 2 +- + 2 files changed, 7 insertions(+), 2 deletions(-) + +commit 25c1bf61d +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Jul 27 17:46:00 2023 +0100 + + Interim commit + + web/lib/MRBS/DateTime.php | 36 ++++++++++++++++++++---------------- + 1 file changed, 20 insertions(+), 16 deletions(-) + +commit 73db876f4 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Jul 27 06:29:01 2023 +0100 + + Interim commit + + web/lib/MRBS/DateTime.php | 13 ++++++++++++- + 1 file changed, 12 insertions(+), 1 deletion(-) + +commit b529adf80 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Jul 26 15:48:11 2023 +0100 + + Fix bug causing resizable bookings not to work in the week view. + + web/functions_table.inc | 3 +++ + 1 file changed, 3 insertions(+) + +commit 2277f0637 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Jul 26 14:31:51 2023 +0100 + + Interim commit + + web/lib/MRBS/DateTime.php | 1 + + 1 file changed, 1 insertion(+) + +commit 88dfcdfaf +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Jul 25 17:14:48 2023 +0100 + + Format code + + web/lib/MRBS/ICalendar/RFC5545.php | 2 ++ + 1 file changed, 2 insertions(+) + +commit 942f76e04 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Jul 25 17:13:22 2023 +0100 + + Created RFC5545 class + + web/edit_entry.php | 5 +++-- + web/functions.inc | 20 ++++---------------- + web/functions_ical.inc | 13 ++++--------- + web/internalconfig.inc.php | 5 ----- + web/lib/MRBS/DateTime.php | 7 +++++++ + web/lib/MRBS/ICalendar/RFC5545.php (new) | 22 ++++++++++++++++++++++ + 6 files changed, 40 insertions(+), 32 deletions(-) + +commit 080ce5e6b +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Tue Jul 25 16:16:48 2023 +0100 + + Interim commit + + web/lib/MRBS/DateTime.php | 8 ++++++++ + web/lib/MRBS/RepeatRule.php | 5 +++-- + 2 files changed, 11 insertions(+), 2 deletions(-) + +commit f39f5beaf +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 23 07:20:48 2023 +0100 + + Remove use of assert_options() which is deprecated in PHP 8.3 + + web/functions_error.inc | 5 ----- + 1 file changed, 5 deletions(-) + +commit 98e87b327 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 23 07:00:41 2023 +0100 + + Fix bug causing the time slots not to be shown correctly on DST transition days in some circumstances. + + web/edit_entry.php | 6 +----- + 1 file changed, 1 insertion(+), 5 deletions(-) + +commit 85180011d +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sat Jul 22 15:43:05 2023 +0100 + + Fix bug resulting in bookings not being displayed in some circumstances on DST transition days when the start of the booking day occurs before the DST transition. + + web/functions.inc | 48 ++++++++++++++++++++++++++++++------- + web/lib/MRBS/DateTime.php | 20 ++++++++++++++++ + 2 files changed, 59 insertions(+), 9 deletions(-) + +commit d49deef8f +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Jul 20 15:54:36 2023 +0100 + + Interim commit + + web/lib/MRBS/DateTime.php | 15 ++++++++++++++ + web/lib/MRBS/RepeatRule.php | 39 ++++++++++++++++++++++++++--------- + 2 files changed, 44 insertions(+), 10 deletions(-) + +commit bfc58f5f3 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Jul 20 09:56:24 2023 +0100 + + Make it clear that policy limits apply per user + + web/lang/lang.en | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 4410a4499 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Thu Jul 20 09:53:06 2023 +0100 + + Interim commit + + web/lib/MRBS/RepeatRule.php | 20 +++++++++++++++++++- + 1 file changed, 19 insertions(+), 1 deletion(-) + +commit 1422e7b62 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Jul 19 10:44:06 2023 +0100 + + Fix GitHub Issues #3468. Fatal error when no locales installed. + + web/language.inc | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +commit 33cf41e54 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Wed Jul 19 10:37:48 2023 +0100 + + Interim commit + + web/edit_entry_handler.php | 22 ++- + web/lib/MRBS/RepeatRule.php (new) | 240 ++++++++++++++++++++++++++++ + 2 files changed, 255 insertions(+), 7 deletions(-) + +commit 26ab68127 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Sun Jul 16 11:18:31 2023 +0100 + + Fix problem with not being able to authenticate against Wix. (Wix has changed the names of the member properties.) + + wix/web/http-functions.js | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +commit 001a4bf4d +Merge: b0d6021e8 75d765248 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Jul 14 14:34:14 2023 +0100 + + Merge remote-tracking branch 'origin/main' + +commit b0d6021e8 +Author: campbell-m <87438215+campbell-m@users.noreply.github.com> +Date: Fri Jul 14 13:39:08 2023 +0100 + + Fix problem with not being able to press the Import button on the Import form. See GitHub Issues #3466. + + web/js/import.js.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 75d765248 (tag: v1.11.3) +Author: John Beranek +Date: Wed Jul 12 13:31:16 2023 +0100 + + Updated version number for release of 1.11.3 + + ChangeLog | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++-- + NEWS | 8 +++++++ + 2 files changed, 74 insertions(+), 2 deletions(-) + +commit 3cfcae949 Author: John Beranek Date: Wed Jul 12 13:29:21 2023 +0100 @@ -7,7 +2408,7 @@ Date: Wed Jul 12 13:29:21 2023 +0100 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2dee7281 (origin/main) +commit 2dee72818 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 12 12:36:31 2023 +0100 @@ -16,7 +2417,7 @@ Date: Wed Jul 12 12:36:31 2023 +0100 web/lib/MRBS/Map.php | 1 - 1 file changed, 1 deletion(-) -commit d30f22b7 +commit d30f22b77 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 12 12:17:19 2023 +0100 @@ -25,7 +2426,7 @@ Date: Wed Jul 12 12:17:19 2023 +0100 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8463c3b0 +commit 8463c3b0d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 12 12:13:35 2023 +0100 @@ -34,7 +2435,7 @@ Date: Wed Jul 12 12:13:35 2023 +0100 web/edit_entry.php | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) -commit 3b6c776a +commit 3b6c776ad Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 12 11:23:15 2023 +0100 @@ -43,7 +2444,7 @@ Date: Wed Jul 12 11:23:15 2023 +0100 web/edit_entry.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) -commit 34ff1702 +commit 34ff17021 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 12 11:10:38 2023 +0100 @@ -52,7 +2453,7 @@ Date: Wed Jul 12 11:10:38 2023 +0100 web/edit_entry.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) -commit e765b6f4 (tag: v1.11.2) +commit e765b6f4a (tag: v1.11.2) Author: John Beranek Date: Tue Jul 11 13:36:32 2023 +0100 @@ -62,7 +2463,7 @@ Date: Tue Jul 11 13:36:32 2023 +0100 NEWS | 14 ++ 2 files changed, 454 insertions(+), 3 deletions(-) -commit c9525e2f +commit c9525e2f9 Author: John Beranek Date: Tue Jul 11 13:19:51 2023 +0100 @@ -71,7 +2472,7 @@ Date: Tue Jul 11 13:19:51 2023 +0100 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bc1f24fb +commit bc1f24fb6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 11 10:37:30 2023 +0100 @@ -80,7 +2481,7 @@ Date: Tue Jul 11 10:37:30 2023 +0100 web/mrbs_sql.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 83b93c25 +commit 83b93c259 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jul 10 19:26:03 2023 +0100 @@ -89,7 +2490,7 @@ Date: Mon Jul 10 19:26:03 2023 +0100 web/lib/MRBS/DateTime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7dba7d7d +commit 7dba7d7d9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jul 10 19:17:44 2023 +0100 @@ -98,7 +2499,7 @@ Date: Mon Jul 10 19:17:44 2023 +0100 web/lib/MRBS/DateTime.php | 72 ++++++++++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) -commit c2297682 +commit c22976822 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jul 9 21:21:49 2023 +0100 @@ -107,7 +2508,7 @@ Date: Sun Jul 9 21:21:49 2023 +0100 web/standard_vars.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 262220b1 +commit 262220b12 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jul 9 21:15:28 2023 +0100 @@ -117,7 +2518,7 @@ Date: Sun Jul 9 21:15:28 2023 +0100 web/lib/MRBS/DateTime.php | 27 +++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 16 deletions(-) -commit 0c4c9f07 +commit 0c4c9f079 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jul 9 18:35:26 2023 +0100 @@ -127,7 +2528,7 @@ Date: Sun Jul 9 18:35:26 2023 +0100 web/lib/MRBS/DateTime.php | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) -commit 1bd8e806 +commit 1bd8e806d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jul 9 18:02:41 2023 +0100 @@ -136,7 +2537,7 @@ Date: Sun Jul 9 18:02:41 2023 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a606cc6c +commit a606cc6c3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jul 9 15:36:28 2023 +0100 @@ -145,7 +2546,7 @@ Date: Sun Jul 9 15:36:28 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 70ef2092 +commit 70ef2092e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 18:42:02 2023 +0100 @@ -154,7 +2555,7 @@ Date: Fri Jul 7 18:42:02 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ddd5e49e +commit ddd5e49ef Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 18:34:50 2023 +0100 @@ -163,7 +2564,7 @@ Date: Fri Jul 7 18:34:50 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 994dd1e4 +commit 994dd1e43 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 18:29:29 2023 +0100 @@ -172,7 +2573,7 @@ Date: Fri Jul 7 18:29:29 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cbb30c40 +commit cbb30c405 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 18:27:00 2023 +0100 @@ -181,7 +2582,7 @@ Date: Fri Jul 7 18:27:00 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 94e8e416 +commit 94e8e4165 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 18:24:43 2023 +0100 @@ -190,7 +2591,7 @@ Date: Fri Jul 7 18:24:43 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9696af8a +commit 9696af8ab Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 18:07:49 2023 +0100 @@ -199,7 +2600,7 @@ Date: Fri Jul 7 18:07:49 2023 +0100 web/functions_table.inc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) -commit f3681cb5 +commit f3681cb5e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 17:59:11 2023 +0100 @@ -208,7 +2609,7 @@ Date: Fri Jul 7 17:59:11 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9ce9f36a +commit 9ce9f36a8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 17:50:57 2023 +0100 @@ -217,7 +2618,7 @@ Date: Fri Jul 7 17:50:57 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f54c0b36 +commit f54c0b365 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 15:27:05 2023 +0100 @@ -226,7 +2627,7 @@ Date: Fri Jul 7 15:27:05 2023 +0100 web/functions_table.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 07b7a595 +commit 07b7a5954 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 14:30:47 2023 +0100 @@ -235,7 +2636,7 @@ Date: Fri Jul 7 14:30:47 2023 +0100 web/lib/MRBS/Map.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) -commit ebfc76dc +commit ebfc76dc7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 14:27:39 2023 +0100 @@ -244,7 +2645,7 @@ Date: Fri Jul 7 14:27:39 2023 +0100 web/functions_table.inc | 148 -------------------------------------- 1 file changed, 148 deletions(-) -commit fbfb6cbe +commit fbfb6cbe5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 14:10:41 2023 +0100 @@ -253,7 +2654,7 @@ Date: Fri Jul 7 14:10:41 2023 +0100 web/functions_table.inc | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) -commit a39b64c5 +commit a39b64c5f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 13:58:42 2023 +0100 @@ -262,7 +2663,7 @@ Date: Fri Jul 7 13:58:42 2023 +0100 web/functions_table.inc | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) -commit e985592e +commit e985592e1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 12:54:01 2023 +0100 @@ -271,7 +2672,7 @@ Date: Fri Jul 7 12:54:01 2023 +0100 web/lib/MRBS/Map.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) -commit 2c1adf7b +commit 2c1adf7bd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 7 10:22:32 2023 +0100 @@ -280,7 +2681,7 @@ Date: Fri Jul 7 10:22:32 2023 +0100 web/lib/MRBS/Map.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 20638396 +commit 20638396c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jul 6 17:47:00 2023 +0100 @@ -290,7 +2691,7 @@ Date: Thu Jul 6 17:47:00 2023 +0100 web/lib/MRBS/Map.php | 46 +++++++++++++++++++++++++++------------ 2 files changed, 32 insertions(+), 15 deletions(-) -commit 5c5a8371 +commit 5c5a83717 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jul 6 17:34:40 2023 +0100 @@ -300,7 +2701,7 @@ Date: Thu Jul 6 17:34:40 2023 +0100 web/lib/MRBS/Map.php (new) | 152 +++++++++++++++++++++++++++++++++++ 2 files changed, 159 insertions(+), 33 deletions(-) -commit 7de59662 +commit 7de59662a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 5 18:18:56 2023 +0100 @@ -309,7 +2710,7 @@ Date: Wed Jul 5 18:18:56 2023 +0100 web/functions_table.inc | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) -commit 3810dbd2 +commit 3810dbd2a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 5 17:21:06 2023 +0100 @@ -318,7 +2719,7 @@ Date: Wed Jul 5 17:21:06 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4e7cecfd +commit 4e7cecfd4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 5 16:57:20 2023 +0100 @@ -327,7 +2728,7 @@ Date: Wed Jul 5 16:57:20 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit af7aa435 +commit af7aa4354 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 5 16:53:28 2023 +0100 @@ -336,7 +2737,7 @@ Date: Wed Jul 5 16:53:28 2023 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3a7e8bc0 +commit 3a7e8bc0a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 5 16:44:31 2023 +0100 @@ -345,7 +2746,7 @@ Date: Wed Jul 5 16:44:31 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 94e27c9f +commit 94e27c9f9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 18:57:30 2023 +0100 @@ -354,7 +2755,7 @@ Date: Tue Jul 4 18:57:30 2023 +0100 web/edit_entry.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit b01e8151 +commit b01e8151a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 18:52:11 2023 +0100 @@ -363,7 +2764,7 @@ Date: Tue Jul 4 18:52:11 2023 +0100 web/edit_entry.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 7b3596ee +commit 7b3596ee7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 18:46:15 2023 +0100 @@ -372,7 +2773,7 @@ Date: Tue Jul 4 18:46:15 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2e52876b +commit 2e52876b4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 18:39:55 2023 +0100 @@ -381,7 +2782,7 @@ Date: Tue Jul 4 18:39:55 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 296f1452 +commit 296f14526 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 18:35:30 2023 +0100 @@ -390,7 +2791,7 @@ Date: Tue Jul 4 18:35:30 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cb88fcff +commit cb88fcff6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 18:27:28 2023 +0100 @@ -399,7 +2800,7 @@ Date: Tue Jul 4 18:27:28 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5abc7822 +commit 5abc78229 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 18:23:41 2023 +0100 @@ -408,7 +2809,7 @@ Date: Tue Jul 4 18:23:41 2023 +0100 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit b179bf38 +commit b179bf38d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 18:18:06 2023 +0100 @@ -417,7 +2818,7 @@ Date: Tue Jul 4 18:18:06 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f4a20ab5 +commit f4a20ab53 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 18:15:39 2023 +0100 @@ -426,7 +2827,7 @@ Date: Tue Jul 4 18:15:39 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7de7e6c9 +commit 7de7e6c9d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 18:08:33 2023 +0100 @@ -435,7 +2836,7 @@ Date: Tue Jul 4 18:08:33 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2e4fcb84 +commit 2e4fcb849 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 4 17:41:06 2023 +0100 @@ -444,7 +2845,7 @@ Date: Tue Jul 4 17:41:06 2023 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f59787f4 +commit f59787f46 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jul 3 19:23:23 2023 +0100 @@ -453,7 +2854,7 @@ Date: Mon Jul 3 19:23:23 2023 +0100 web/areadefaults.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit aef2f7bf +commit aef2f7bfa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jul 3 19:09:42 2023 +0100 @@ -462,7 +2863,7 @@ Date: Mon Jul 3 19:09:42 2023 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a33fea43 +commit a33fea43b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jul 3 19:08:51 2023 +0100 @@ -471,7 +2872,7 @@ Date: Mon Jul 3 19:08:51 2023 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit df39452f +commit df39452f7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jul 3 19:07:01 2023 +0100 @@ -480,7 +2881,7 @@ Date: Mon Jul 3 19:07:01 2023 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 45cdd6bb +commit 45cdd6bb3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jul 3 19:05:46 2023 +0100 @@ -489,7 +2890,7 @@ Date: Mon Jul 3 19:05:46 2023 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9501c639 (tag: v1.11.1) +commit 9501c639f (tag: v1.11.1) Author: John Beranek Date: Mon Jul 3 15:10:37 2023 +0100 @@ -499,7 +2900,7 @@ Date: Mon Jul 3 15:10:37 2023 +0100 NEWS | 132 +++ 2 files changed, 3060 insertions(+), 31 deletions(-) -commit ea3a7f94 +commit ea3a7f948 Author: John Beranek Date: Mon Jul 3 14:41:55 2023 +0100 @@ -508,7 +2909,7 @@ Date: Mon Jul 3 14:41:55 2023 +0100 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ea828ec5 +commit ea828ec5f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jul 2 14:14:34 2023 +0100 @@ -519,7 +2920,7 @@ Date: Sun Jul 2 14:14:34 2023 +0100 web/systemdefaults.inc.php | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) -commit 612edcf1 +commit 612edcf13 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 1 11:15:30 2023 +0100 @@ -528,7 +2929,7 @@ Date: Sat Jul 1 11:15:30 2023 +0100 web/lib/MRBS/Session/SessionPhp.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit 2cae4cda +commit 2cae4cdac Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 26 19:15:16 2023 +0100 @@ -537,7 +2938,7 @@ Date: Mon Jun 26 19:15:16 2023 +0100 web/edit_entry_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit dae1dfbb +commit dae1dfbb6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 26 17:42:01 2023 +0100 @@ -547,7 +2948,7 @@ Date: Mon Jun 26 17:42:01 2023 +0100 web/lib/MRBS/Auth/AuthJoomla.php | 15 +++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) -commit 96b1070b +commit 96b1070b7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 19 16:44:26 2023 +0100 @@ -556,8 +2957,8 @@ Date: Mon Jun 19 16:44:26 2023 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b5418591 -Merge: 8035319d cb2a02d9 +commit b54185915 +Merge: 8035319dd cb2a02d9e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 19 16:42:17 2023 +0100 @@ -565,7 +2966,7 @@ Date: Mon Jun 19 16:42:17 2023 +0100 Feat: get display name from SAML -commit cb2a02d9 +commit cb2a02d9e Author: Dorian Zedler Date: Sun Jun 18 22:53:32 2023 +0200 @@ -574,7 +2975,7 @@ Date: Sun Jun 18 22:53:32 2023 +0200 web/systemdefaults.inc.php | 2 ++ 1 file changed, 2 insertions(+) -commit 3b73c0e7 +commit 3b73c0e78 Author: Dorian Zedler Date: Sun Jun 18 22:51:36 2023 +0200 @@ -583,7 +2984,7 @@ Date: Sun Jun 18 22:51:36 2023 +0200 web/lib/MRBS/Auth/AuthSaml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1ba7e2c3 +commit 1ba7e2c3c Author: Dorian Zedler Date: Sun Jun 18 20:53:15 2023 +0200 @@ -592,7 +2993,7 @@ Date: Sun Jun 18 20:53:15 2023 +0200 web/lib/MRBS/Session/SessionSaml.php | 2 ++ 1 file changed, 2 insertions(+) -commit ceed98ea +commit ceed98ea2 Author: Dorian Zedler Date: Sun Jun 18 20:51:21 2023 +0200 @@ -601,7 +3002,7 @@ Date: Sun Jun 18 20:51:21 2023 +0200 web/lib/MRBS/Auth/AuthSaml.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -commit 8035319d +commit 8035319dd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 8 08:03:37 2023 +0100 @@ -610,7 +3011,7 @@ Date: Thu Jun 8 08:03:37 2023 +0100 web/lib/MRBS/Session/SessionSaml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6bf8f154 +commit 6bf8f1540 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 8 07:57:43 2023 +0100 @@ -619,7 +3020,7 @@ Date: Thu Jun 8 07:57:43 2023 +0100 web/lib/MRBS/DB_mysql.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 4799ec2d +commit 4799ec2dd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 6 16:31:58 2023 +0100 @@ -628,7 +3029,7 @@ Date: Tue Jun 6 16:31:58 2023 +0100 web/language.inc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) -commit eb0ace6e +commit eb0ace6e2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 5 10:12:41 2023 +0100 @@ -637,7 +3038,7 @@ Date: Mon Jun 5 10:12:41 2023 +0100 web/lib/MRBS/Auth/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1ba41569 +commit 1ba415693 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 5 09:55:54 2023 +0100 @@ -646,7 +3047,7 @@ Date: Mon Jun 5 09:55:54 2023 +0100 web/lib/MRBS/Auth/AuthLdap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 14cda1f0 +commit 14cda1f0f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 18:39:10 2023 +0100 @@ -655,7 +3056,7 @@ Date: Sat Jun 3 18:39:10 2023 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bed40850 +commit bed408505 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 18:32:32 2023 +0100 @@ -664,7 +3065,7 @@ Date: Sat Jun 3 18:32:32 2023 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2cce6cb5 +commit 2cce6cb57 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 18:22:03 2023 +0100 @@ -673,7 +3074,7 @@ Date: Sat Jun 3 18:22:03 2023 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7015c648 +commit 7015c6483 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 18:18:30 2023 +0100 @@ -682,7 +3083,7 @@ Date: Sat Jun 3 18:18:30 2023 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 338bcb41 +commit 338bcb41a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 18:05:11 2023 +0100 @@ -693,7 +3094,7 @@ Date: Sat Jun 3 18:05:11 2023 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) -commit 632367f1 +commit 632367f18 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 16:26:38 2023 +0100 @@ -702,7 +3103,7 @@ Date: Sat Jun 3 16:26:38 2023 +0100 web/mrbs_sql.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 742aa15e +commit 742aa15e3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 16:17:45 2023 +0100 @@ -713,7 +3114,7 @@ Date: Sat Jun 3 16:17:45 2023 +0100 web/report.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit bd934af1 +commit bd934af1a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 16:13:43 2023 +0100 @@ -722,7 +3123,7 @@ Date: Sat Jun 3 16:13:43 2023 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 611c89b1 +commit 611c89b11 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 16:08:56 2023 +0100 @@ -731,7 +3132,7 @@ Date: Sat Jun 3 16:08:56 2023 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 98034356 +commit 98034356e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 16:08:15 2023 +0100 @@ -740,7 +3141,7 @@ Date: Sat Jun 3 16:08:15 2023 +0100 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 89340930 +commit 893409302 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 16:04:43 2023 +0100 @@ -749,7 +3150,7 @@ Date: Sat Jun 3 16:04:43 2023 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 55f4ee28 +commit 55f4ee283 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 16:00:03 2023 +0100 @@ -758,7 +3159,7 @@ Date: Sat Jun 3 16:00:03 2023 +0100 web/mrbs_sql.inc | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) -commit 5e778833 +commit 5e7788336 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 15:49:44 2023 +0100 @@ -767,7 +3168,7 @@ Date: Sat Jun 3 15:49:44 2023 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c10fb3e8 +commit c10fb3e82 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 15:46:57 2023 +0100 @@ -777,7 +3178,7 @@ Date: Sat Jun 3 15:46:57 2023 +0100 web/internalconfig.inc.php | 5 ----- 2 files changed, 3 insertions(+), 16 deletions(-) -commit 5e9a75e9 +commit 5e9a75e98 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 3 15:33:31 2023 +0100 @@ -786,7 +3187,7 @@ Date: Sat Jun 3 15:33:31 2023 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 72a2a2d1 +commit 72a2a2d1e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 2 10:12:10 2023 +0100 @@ -795,7 +3196,7 @@ Date: Fri Jun 2 10:12:10 2023 +0100 web/view_entry.php | 5 ----- 1 file changed, 5 deletions(-) -commit 44b013b5 +commit 44b013b53 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 1 09:12:47 2023 +0100 @@ -804,7 +3205,7 @@ Date: Thu Jun 1 09:12:47 2023 +0100 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d6c76b4c +commit d6c76b4c4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed May 31 20:22:07 2023 +0100 @@ -813,8 +3214,8 @@ Date: Wed May 31 20:22:07 2023 +0100 web/view_entry.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 018a2010 -Merge: 9428523c a13d99bc +commit 018a2010a +Merge: 9428523c1 a13d99bc0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 30 11:36:40 2023 +0100 @@ -822,7 +3223,7 @@ Date: Tue May 30 11:36:40 2023 +0100 Issue #82: Fix lang file include -commit a13d99bc +commit a13d99bc0 Author: Martin Price Date: Tue May 30 10:33:07 2023 +0100 @@ -831,7 +3232,7 @@ Date: Tue May 30 10:33:07 2023 +0100 web/js/datatables.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9428523c +commit 9428523c1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed May 24 11:10:45 2023 +0100 @@ -841,7 +3242,7 @@ Date: Wed May 24 11:10:45 2023 +0100 web/systemdefaults.inc.php | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) -commit 4f79eb87 +commit 4f79eb878 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 23 18:32:19 2023 +0100 @@ -850,7 +3251,7 @@ Date: Tue May 23 18:32:19 2023 +0100 web/mrbs_sql.inc | 1 - 1 file changed, 1 deletion(-) -commit 6823ff73 +commit 6823ff731 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 22 18:49:59 2023 +0100 @@ -859,7 +3260,7 @@ Date: Mon May 22 18:49:59 2023 +0100 web/lib/MRBS/Columns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f9d29e0e +commit f9d29e0e0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 22 18:45:09 2023 +0100 @@ -868,7 +3269,7 @@ Date: Mon May 22 18:45:09 2023 +0100 web/lib/MRBS/Column.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit be88dc44 +commit be88dc440 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 22 17:23:33 2023 +0100 @@ -877,7 +3278,7 @@ Date: Mon May 22 17:23:33 2023 +0100 web/edit_entry_handler.php | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) -commit c2d5cb82 +commit c2d5cb821 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun May 21 19:09:36 2023 +0100 @@ -887,8 +3288,8 @@ Date: Sun May 21 19:09:36 2023 +0100 web/js/datepicker.js.php | 3 +++ 2 files changed, 17 insertions(+), 6 deletions(-) -commit 9e9f0c5b -Merge: d6b11c45 d31149fa +commit 9e9f0c5bd +Merge: d6b11c454 d31149fa8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun May 21 15:49:43 2023 +0100 @@ -896,14 +3297,14 @@ Date: Sun May 21 15:49:43 2023 +0100 Support for date formatting with Intl -commit d31149fa (origin/intl_date, intl_date) -Merge: 3b0e7909 d6b11c45 +commit d31149fa8 (origin/intl_date, intl_date) +Merge: 3b0e7909c d6b11c454 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat May 20 18:19:39 2023 +0100 Merge branch 'main' into intl_date -commit d6b11c45 +commit d6b11c454 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat May 20 18:14:02 2023 +0100 @@ -913,7 +3314,7 @@ Date: Sat May 20 18:14:02 2023 +0100 web/lib/MRBS/SessionHandlerDb.php | 41 ++++++----------------------- 2 files changed, 16 insertions(+), 41 deletions(-) -commit 882004c8 +commit 882004c83 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat May 20 17:07:12 2023 +0100 @@ -924,14 +3325,14 @@ Date: Sat May 20 17:07:12 2023 +0100 web/lib/MRBS/DB_pgsql.php | 55 ++++++- 3 files changed, 280 insertions(+), 113 deletions(-) -commit 3b0e7909 -Merge: 1800732b f0410e7e +commit 3b0e7909c +Merge: 1800732b1 f0410e7e1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri May 19 18:36:33 2023 +0100 Merge branch 'main' into intl_date -commit f0410e7e +commit f0410e7e1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri May 19 16:23:07 2023 +0100 @@ -940,14 +3341,14 @@ Date: Fri May 19 16:23:07 2023 +0100 web/edit_room_handler.php | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) -commit 1800732b -Merge: ca3f4659 1671fc8e +commit 1800732b1 +Merge: ca3f46590 1671fc8eb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 20:38:23 2023 +0100 Merge branch 'main' into intl_date -commit 1671fc8e +commit 1671fc8eb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 20:35:52 2023 +0100 @@ -956,7 +3357,7 @@ Date: Thu May 18 20:35:52 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 634bc19c +commit 634bc19c3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 20:26:33 2023 +0100 @@ -965,7 +3366,7 @@ Date: Thu May 18 20:26:33 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 76478c48 +commit 76478c482 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 20:22:37 2023 +0100 @@ -974,7 +3375,7 @@ Date: Thu May 18 20:22:37 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 41d83367 +commit 41d833674 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 20:20:34 2023 +0100 @@ -983,14 +3384,14 @@ Date: Thu May 18 20:20:34 2023 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ca3f4659 -Merge: ad7c7d65 f0310a6e +commit ca3f46590 +Merge: ad7c7d659 f0310a6e9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 20:07:02 2023 +0100 Merge branch 'main' into intl_date -commit f0310a6e +commit f0310a6e9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 20:03:33 2023 +0100 @@ -999,14 +3400,14 @@ Date: Thu May 18 20:03:33 2023 +0100 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit ad7c7d65 -Merge: 923df98f cd950a2d +commit ad7c7d659 +Merge: 923df98fc cd950a2d2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 18:02:27 2023 +0100 Merge branch 'main' into intl_date -commit cd950a2d +commit cd950a2d2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 18:01:30 2023 +0100 @@ -1015,7 +3416,7 @@ Date: Thu May 18 18:01:30 2023 +0100 web/lib/MRBS/DB_mysql.php | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 4b1ff63b +commit 4b1ff63b6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 17:33:41 2023 +0100 @@ -1024,14 +3425,14 @@ Date: Thu May 18 17:33:41 2023 +0100 web/mrbs_sql.inc | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) -commit 923df98f -Merge: 43518289 8dda820e +commit 923df98fc +Merge: 43518289f 8dda820e1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 16:35:42 2023 +0100 Merge branch 'main' into intl_date -commit 8dda820e +commit 8dda820e1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu May 18 15:38:39 2023 +0100 @@ -1041,14 +3442,14 @@ Date: Thu May 18 15:38:39 2023 +0100 web/mrbs_sql.inc | 101 ++++++++++++++++----------------- 2 files changed, 57 insertions(+), 59 deletions(-) -commit 43518289 -Merge: 679882c8 91af94d8 +commit 43518289f +Merge: 679882c80 91af94d8e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed May 17 17:20:47 2023 +0100 Merge branch 'main' into intl_date -commit 679882c8 +commit 679882c80 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed May 17 16:52:19 2023 +0100 @@ -1058,7 +3459,7 @@ Date: Wed May 17 16:52:19 2023 +0100 web/systemdefaults.inc.php | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) -commit 246a7604 +commit 246a76045 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed May 17 16:27:54 2023 +0100 @@ -1067,7 +3468,7 @@ Date: Wed May 17 16:27:54 2023 +0100 web/lib/IntlDateFormatter.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) -commit 91af94d8 +commit 91af94d8e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed May 17 12:46:16 2023 +0100 @@ -1076,7 +3477,7 @@ Date: Wed May 17 12:46:16 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c35b4b92 +commit c35b4b928 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 16 18:42:54 2023 +0100 @@ -1085,7 +3486,7 @@ Date: Tue May 16 18:42:54 2023 +0100 web/lib/IntlDateFormatter.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) -commit ec5d19a4 +commit ec5d19a45 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 16 18:09:07 2023 +0100 @@ -1094,7 +3495,7 @@ Date: Tue May 16 18:09:07 2023 +0100 web/lib/IntlDateFormatter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e6956937 +commit e69569378 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 15 20:17:32 2023 +0100 @@ -1104,7 +3505,7 @@ Date: Mon May 15 20:17:32 2023 +0100 web/systemdefaults.inc.php | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) -commit e11d4121 +commit e11d4121a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 15 08:06:00 2023 +0100 @@ -1113,7 +3514,7 @@ Date: Mon May 15 08:06:00 2023 +0100 web/internalconfig.inc.php | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) -commit 36a0b1df +commit 36a0b1df7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 15 07:52:26 2023 +0100 @@ -1122,7 +3523,7 @@ Date: Mon May 15 07:52:26 2023 +0100 web/lib/IntlDateFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1c2adae6 +commit 1c2adae66 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 15 07:38:00 2023 +0100 @@ -1131,7 +3532,7 @@ Date: Mon May 15 07:38:00 2023 +0100 web/language.inc | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) -commit f9310fb9 +commit f9310fb90 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun May 14 19:09:40 2023 +0100 @@ -1141,7 +3542,7 @@ Date: Sun May 14 19:09:40 2023 +0100 web/systemdefaults.inc.php | 17 +++++++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) -commit 9e03efe8 +commit 9e03efe8c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun May 14 18:32:31 2023 +0100 @@ -1150,14 +3551,14 @@ Date: Sun May 14 18:32:31 2023 +0100 web/js/edit_area.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ea22528e -Merge: 6c3286bd f2d652c9 +commit ea22528e8 +Merge: 6c3286bd6 f2d652c9a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed May 10 11:22:12 2023 +0100 Merge branch 'main' of https://github.com/meeting-room-booking-system/mrbs-code -commit 6c3286bd +commit 6c3286bd6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed May 10 11:19:50 2023 +0100 @@ -1166,7 +3567,7 @@ Date: Wed May 10 11:19:50 2023 +0100 web/lang/lang.en | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 31a31fe9 +commit 31a31fe92 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed May 3 14:44:56 2023 +0100 @@ -1175,7 +3576,7 @@ Date: Wed May 3 14:44:56 2023 +0100 web/language.inc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) -commit dea484a1 +commit dea484a18 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 2 11:02:19 2023 +0100 @@ -1184,7 +3585,7 @@ Date: Tue May 2 11:02:19 2023 +0100 web/systemdefaults.inc.php | 255 +++++++++++++++++------------------ 1 file changed, 120 insertions(+), 135 deletions(-) -commit 03ec568d +commit 03ec568dd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 1 16:03:13 2023 +0100 @@ -1193,7 +3594,7 @@ Date: Mon May 1 16:03:13 2023 +0100 web/language.inc | 300 --------------------------------------------- 1 file changed, 300 deletions(-) -commit 7954a6de +commit 7954a6de1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 1 15:20:38 2023 +0100 @@ -1202,7 +3603,7 @@ Date: Mon May 1 15:20:38 2023 +0100 web/edit_entry.php | 3 --- 1 file changed, 3 deletions(-) -commit d54fad0f +commit d54fad0f5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 1 15:12:06 2023 +0100 @@ -1211,7 +3612,7 @@ Date: Mon May 1 15:12:06 2023 +0100 web/lib/MRBS/EntryInterval.php | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) -commit ee6bc953 +commit ee6bc9533 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 1 14:58:54 2023 +0100 @@ -1220,7 +3621,7 @@ Date: Mon May 1 14:58:54 2023 +0100 web/mrbs_sql.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit e72b6b90 +commit e72b6b90c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 1 14:43:53 2023 +0100 @@ -1229,7 +3630,7 @@ Date: Mon May 1 14:43:53 2023 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c59a3252 +commit c59a32523 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 30 18:49:19 2023 +0100 @@ -1238,7 +3639,7 @@ Date: Sun Apr 30 18:49:19 2023 +0100 web/functions_table.inc | 75 +++++++++++++-------------------------- 1 file changed, 24 insertions(+), 51 deletions(-) -commit 736c1917 +commit 736c1917a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 30 16:32:33 2023 +0100 @@ -1247,7 +3648,7 @@ Date: Sun Apr 30 16:32:33 2023 +0100 web/functions_table.inc | 113 ++++++++++++++++++++++---------------- 1 file changed, 66 insertions(+), 47 deletions(-) -commit 0c5869ba +commit 0c5869ba8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 27 18:04:48 2023 +0100 @@ -1257,7 +3658,7 @@ Date: Thu Apr 27 18:04:48 2023 +0100 web/systemdefaults.inc.php | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) -commit 96cd93b6 +commit 96cd93b6d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 27 17:46:28 2023 +0100 @@ -1270,7 +3671,7 @@ Date: Thu Apr 27 17:46:28 2023 +0100 web/systemdefaults.inc.php | 6 + 5 files changed, 1478 insertions(+), 2 deletions(-) -commit ce386e5a +commit ce386e5ae Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 27 17:16:00 2023 +0100 @@ -1281,7 +3682,7 @@ Date: Thu Apr 27 17:16:00 2023 +0100 web/systemdefaults.inc.php | 8 +++++++- 3 files changed, 10 insertions(+), 3 deletions(-) -commit 9bd2bc27 +commit 9bd2bc276 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 27 16:52:06 2023 +0100 @@ -1294,7 +3695,7 @@ Date: Thu Apr 27 16:52:06 2023 +0100 web/systemdefaults.inc.php | 16 +- 5 files changed, 1491 insertions(+), 7 deletions(-) -commit f2d652c9 +commit f2d652c9a Author: John Beranek Date: Wed Apr 26 22:27:46 2023 +0100 @@ -1303,7 +3704,7 @@ Date: Wed Apr 26 22:27:46 2023 +0100 Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -commit 8248bb06 +commit 8248bb06f Author: John Beranek Date: Wed Apr 26 21:32:20 2023 +0100 @@ -1312,7 +3713,7 @@ Date: Wed Apr 26 21:32:20 2023 +0100 .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 14298b95 +commit 14298b957 Author: John Beranek Date: Wed Apr 26 21:30:40 2023 +0100 @@ -1323,7 +3724,7 @@ Date: Wed Apr 26 21:30:40 2023 +0100 docker-config.inc.php (new) | 78 ++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 1 deletion(-) -commit 59c3c759 +commit 59c3c7599 Author: John Beranek Date: Wed Apr 26 20:37:23 2023 +0100 @@ -1332,7 +3733,7 @@ Date: Wed Apr 26 20:37:23 2023 +0100 .github/workflows/docker-image.yml (new) | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) -commit 0ccf1fd8 +commit 0ccf1fd8c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Apr 26 18:35:52 2023 +0100 @@ -1342,7 +3743,7 @@ Date: Wed Apr 26 18:35:52 2023 +0100 web/systemdefaults.inc.php | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) -commit b18fd21e +commit b18fd21e6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 25 07:51:30 2023 +0100 @@ -1377,7 +3778,7 @@ Date: Tue Apr 25 07:51:30 2023 +0100 web/lib/IntlDatePatternGenerator.php | 2 +- 27 files changed, 2 insertions(+), 2 deletions(-) -commit f7d70ba9 +commit f7d70ba9a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 25 07:48:12 2023 +0100 @@ -1412,7 +3813,7 @@ Date: Tue Apr 25 07:48:12 2023 +0100 .../{IntlDatePatternGenerator => intl}/types/short_short.ini | 0 27 files changed, 2 insertions(+), 2 deletions(-) -commit 314eeb4e +commit 314eeb4e8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 24 19:12:38 2023 +0100 @@ -1423,7 +3824,7 @@ Date: Mon Apr 24 19:12:38 2023 +0100 web/systemdefaults.inc.php | 6 ++++++ 3 files changed, 32 insertions(+), 1 deletion(-) -commit f7cafb42 +commit f7cafb426 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 24 18:39:12 2023 +0100 @@ -1432,7 +3833,7 @@ Date: Mon Apr 24 18:39:12 2023 +0100 web/functions_mail.inc | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) -commit 596df255 +commit 596df2559 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 24 18:19:17 2023 +0100 @@ -1442,7 +3843,7 @@ Date: Mon Apr 24 18:19:17 2023 +0100 web/lib/IntlDatePatternGenerator.php | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) -commit 293a137a +commit 293a137a4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 24 18:04:03 2023 +0100 @@ -1453,7 +3854,7 @@ Date: Mon Apr 24 18:04:03 2023 +0100 web/lib/IntlDateFormatter.php | 6 +++--- 3 files changed, 14 insertions(+), 9 deletions(-) -commit a7daff8a +commit a7daff8aa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 24 16:34:21 2023 +0100 @@ -1462,7 +3863,7 @@ Date: Mon Apr 24 16:34:21 2023 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit b0f0459e +commit b0f0459e7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 24 16:27:14 2023 +0100 @@ -1471,14 +3872,14 @@ Date: Mon Apr 24 16:27:14 2023 +0100 web/js/edit_area.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit ef89a7cc -Merge: 5ff7053b b244394c +commit ef89a7cc9 +Merge: 5ff7053b8 b244394ca Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 24 13:53:32 2023 +0100 Merge branch 'main' into intl_date -commit b244394c +commit b244394ca Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 24 13:52:33 2023 +0100 @@ -1487,7 +3888,7 @@ Date: Mon Apr 24 13:52:33 2023 +0100 web/edit_entry.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 5ff7053b +commit 5ff7053b8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 18:54:12 2023 +0100 @@ -1496,7 +3897,7 @@ Date: Sun Apr 23 18:54:12 2023 +0100 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 2348059e +commit 2348059e0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 18:21:03 2023 +0100 @@ -1505,7 +3906,7 @@ Date: Sun Apr 23 18:21:03 2023 +0100 web/mrbs_sql.inc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -commit c9e68b0b +commit c9e68b0b4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 18:09:24 2023 +0100 @@ -1515,7 +3916,7 @@ Date: Sun Apr 23 18:09:24 2023 +0100 web/systemdefaults.inc.php | 7 +++++++ 2 files changed, 13 insertions(+), 5 deletions(-) -commit ab519a3f +commit ab519a3f3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 17:47:26 2023 +0100 @@ -1524,7 +3925,7 @@ Date: Sun Apr 23 17:47:26 2023 +0100 web/lib/IntlDateFormatter.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 176314d1 +commit 176314d1f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 17:39:52 2023 +0100 @@ -1535,7 +3936,7 @@ Date: Sun Apr 23 17:39:52 2023 +0100 web/systemdefaults.inc.php | 6 ++++++ 3 files changed, 18 insertions(+), 9 deletions(-) -commit 541df742 +commit 541df7427 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 17:12:49 2023 +0100 @@ -1548,7 +3949,7 @@ Date: Sun Apr 23 17:12:49 2023 +0100 web/systemdefaults.inc.php | 6 +++++ 5 files changed, 57 insertions(+), 10 deletions(-) -commit 64ed86bf +commit 64ed86bf1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 15:44:38 2023 +0100 @@ -1557,7 +3958,7 @@ Date: Sun Apr 23 15:44:38 2023 +0100 web/lib/IntlDateFormatter.php | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) -commit 85ea1f79 +commit 85ea1f79a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 15:35:56 2023 +0100 @@ -1566,7 +3967,7 @@ Date: Sun Apr 23 15:35:56 2023 +0100 web/lib/IntlDateFormatter.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 541c7b06 +commit 541c7b06e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 15:30:36 2023 +0100 @@ -1575,7 +3976,7 @@ Date: Sun Apr 23 15:30:36 2023 +0100 web/lib/IntlDateFormatter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 5f77b613 +commit 5f77b6137 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 15:21:59 2023 +0100 @@ -1585,7 +3986,7 @@ Date: Sun Apr 23 15:21:59 2023 +0100 web/lib/IntlDateFormatter.php | 6 ++++++ 2 files changed, 17 insertions(+) -commit c46cf1e5 +commit c46cf1e58 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 14:47:24 2023 +0100 @@ -1594,7 +3995,7 @@ Date: Sun Apr 23 14:47:24 2023 +0100 web/lib/IntlDateFormatter.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -commit 45e56623 +commit 45e566238 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 23 14:39:09 2023 +0100 @@ -1603,7 +4004,7 @@ Date: Sun Apr 23 14:39:09 2023 +0100 web/lib/IntlDateFormatter.php | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) -commit 8bf512e2 +commit 8bf512e22 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 18:48:24 2023 +0100 @@ -1612,7 +4013,7 @@ Date: Sat Apr 22 18:48:24 2023 +0100 web/edit_entry.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 9e1eaa64 +commit 9e1eaa64d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 18:18:50 2023 +0100 @@ -1621,7 +4022,7 @@ Date: Sat Apr 22 18:18:50 2023 +0100 web/functions_table.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit eeaa41a1 +commit eeaa41a1e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 15:59:09 2023 +0100 @@ -1630,7 +4031,7 @@ Date: Sat Apr 22 15:59:09 2023 +0100 web/del_entry.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 698e0195 +commit 698e0195e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 15:56:48 2023 +0100 @@ -1639,7 +4040,7 @@ Date: Sat Apr 22 15:56:48 2023 +0100 web/lib/IntlDateFormatter.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) -commit 5304cbee +commit 5304cbeec Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 15:22:04 2023 +0100 @@ -1648,7 +4049,7 @@ Date: Sat Apr 22 15:22:04 2023 +0100 web/lib/IntlDateFormatter.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) -commit 7a20b86b +commit 7a20b86be Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 15:02:43 2023 +0100 @@ -1657,7 +4058,7 @@ Date: Sat Apr 22 15:02:43 2023 +0100 web/del_entry.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 49093512 +commit 49093512c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 14:37:36 2023 +0100 @@ -1666,7 +4067,7 @@ Date: Sat Apr 22 14:37:36 2023 +0100 web/lib/IntlDateFormatter.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) -commit ef98bbad +commit ef98bbad1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 14:35:19 2023 +0100 @@ -1675,7 +4076,7 @@ Date: Sat Apr 22 14:35:19 2023 +0100 web/lib/IntlDateFormatter.php | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) -commit 6292be8d +commit 6292be8d4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 14:00:30 2023 +0100 @@ -1684,7 +4085,7 @@ Date: Sat Apr 22 14:00:30 2023 +0100 web/lib/IntlDateFormatter.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 4aedadbd +commit 4aedadbd5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 13:52:47 2023 +0100 @@ -1693,7 +4094,7 @@ Date: Sat Apr 22 13:52:47 2023 +0100 web/lib/IntlDateFormatter.php | 62 +++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) -commit 1f8f9ae1 +commit 1f8f9ae1f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 13:23:09 2023 +0100 @@ -1702,7 +4103,7 @@ Date: Sat Apr 22 13:23:09 2023 +0100 web/lib/IntlDateFormatter.php | 81 ++++++++++++++++++++++++++++++++- 1 file changed, 79 insertions(+), 2 deletions(-) -commit 89841fd8 +commit 89841fd8b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 12:38:21 2023 +0100 @@ -1713,7 +4114,7 @@ Date: Sat Apr 22 12:38:21 2023 +0100 web/systemdefaults.inc.php | 20 ++++++++++++++++---- 3 files changed, 28 insertions(+), 6 deletions(-) -commit 7929b232 +commit 7929b232b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 22 12:12:30 2023 +0100 @@ -1724,7 +4125,7 @@ Date: Sat Apr 22 12:12:30 2023 +0100 web/systemdefaults.inc.php | 8 ++++++++ 3 files changed, 16 insertions(+), 7 deletions(-) -commit 42003f20 +commit 42003f20e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 21 17:45:59 2023 +0100 @@ -1733,7 +4134,7 @@ Date: Fri Apr 21 17:45:59 2023 +0100 web/lib/IntlDateFormatter.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) -commit fef4276b +commit fef4276b6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 21 17:37:18 2023 +0100 @@ -1742,7 +4143,7 @@ Date: Fri Apr 21 17:37:18 2023 +0100 web/lib/IntlDateFormatter.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) -commit 1f805077 +commit 1f805077e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 21 17:33:24 2023 +0100 @@ -1751,7 +4152,7 @@ Date: Fri Apr 21 17:33:24 2023 +0100 web/lib/IntlDateFormatter.php | 40 +++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) -commit 9e064d78 +commit 9e064d786 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 21 17:11:12 2023 +0100 @@ -1763,7 +4164,7 @@ Date: Fri Apr 21 17:11:12 2023 +0100 web/systemdefaults.inc.php | 2 ++ 4 files changed, 11 insertions(+), 3 deletions(-) -commit 23d474fe +commit 23d474fed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 21 16:58:27 2023 +0100 @@ -1800,7 +4201,7 @@ Date: Fri Apr 21 16:58:27 2023 +0100 web/systemdefaults.inc.php | 7 + 29 files changed, 18154 insertions(+), 9 deletions(-) -commit 727c98e7 +commit 727c98e7b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 20 15:48:42 2023 +0100 @@ -1809,14 +4210,14 @@ Date: Thu Apr 20 15:48:42 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b11470f4 -Merge: af0a54ad b0dfff67 +commit b11470f49 +Merge: af0a54ad0 b0dfff677 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 20 11:36:13 2023 +0100 Merge branch 'main' into intl_date -commit b0dfff67 +commit b0dfff677 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 20 11:20:26 2023 +0100 @@ -1825,14 +4226,14 @@ Date: Thu Apr 20 11:20:26 2023 +0100 web/lib/MRBS/DB_mysql.php | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) -commit af0a54ad -Merge: 212ad689 f8b06194 +commit af0a54ad0 +Merge: 212ad689d f8b061941 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 20 08:07:25 2023 +0100 Merge branch 'main' into intl_date -commit f8b06194 +commit f8b061941 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 20 07:25:24 2023 +0100 @@ -1841,7 +4242,7 @@ Date: Thu Apr 20 07:25:24 2023 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 212ad689 +commit 212ad689d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Apr 19 18:57:35 2023 +0100 @@ -1850,7 +4251,7 @@ Date: Wed Apr 19 18:57:35 2023 +0100 web/lib/IntlDatePatternGenerator/skeletons/MMMMy.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit d7b3a5a5 +commit d7b3a5a55 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Apr 19 18:51:51 2023 +0100 @@ -1859,7 +4260,7 @@ Date: Wed Apr 19 18:51:51 2023 +0100 web/lib/IntlDatePatternGenerator.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit c1694da8 +commit c1694da86 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Apr 19 18:45:05 2023 +0100 @@ -1868,7 +4269,7 @@ Date: Wed Apr 19 18:45:05 2023 +0100 web/lib/IntlDatePatternGenerator/skeletons/MMMMy.ini | 2 ++ 1 file changed, 2 insertions(+) -commit 9771fa3d +commit 9771fa3dc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Apr 19 18:38:33 2023 +0100 @@ -1879,14 +4280,14 @@ Date: Wed Apr 19 18:38:33 2023 +0100 .../skeletons/MMMMy.ini (new) | 292 +++++++++++++++++ 3 files changed, 332 insertions(+), 1 deletion(-) -commit a54739dd -Merge: a4ee4261 83ff02fe +commit a54739ddb +Merge: a4ee42618 83ff02fe1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Apr 19 17:38:27 2023 +0100 Merge branch 'main' into intl_date -commit 83ff02fe +commit 83ff02fe1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Apr 19 17:02:13 2023 +0100 @@ -1895,7 +4296,7 @@ Date: Wed Apr 19 17:02:13 2023 +0100 web/functions.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit a4ee4261 +commit a4ee42618 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 18 18:34:02 2023 +0100 @@ -1905,7 +4306,7 @@ Date: Tue Apr 18 18:34:02 2023 +0100 web/systemdefaults.inc.php | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) -commit b3e51acf +commit b3e51acf1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 18 17:36:14 2023 +0100 @@ -1914,7 +4315,7 @@ Date: Tue Apr 18 17:36:14 2023 +0100 web/functions_table.inc | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) -commit 68a0a0ba +commit 68a0a0ba2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 18 17:29:20 2023 +0100 @@ -1924,7 +4325,7 @@ Date: Tue Apr 18 17:29:20 2023 +0100 web/language.inc | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) -commit 8241820a +commit 8241820a8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 18 17:22:30 2023 +0100 @@ -1935,7 +4336,7 @@ Date: Tue Apr 18 17:22:30 2023 +0100 web/systemdefaults.inc.php | 4 +++- 3 files changed, 28 insertions(+), 10 deletions(-) -commit 3057fbc6 +commit 3057fbc6a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 18 16:55:54 2023 +0100 @@ -1944,7 +4345,7 @@ Date: Tue Apr 18 16:55:54 2023 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f1c72541 +commit f1c725417 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 18 16:53:18 2023 +0100 @@ -1954,7 +4355,7 @@ Date: Tue Apr 18 16:53:18 2023 +0100 web/systemdefaults.inc.php | 2 +- 2 files changed, 24 insertions(+), 5 deletions(-) -commit 3c7c96ad +commit 3c7c96ad5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 18 12:10:24 2023 +0100 @@ -1963,7 +4364,7 @@ Date: Tue Apr 18 12:10:24 2023 +0100 web/lib/IntlDateFormatter.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) -commit 46274b32 +commit 46274b32f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 18 11:54:20 2023 +0100 @@ -1972,15 +4373,15 @@ Date: Tue Apr 18 11:54:20 2023 +0100 web/lib/IntlDateFormatter.php | 9 +++++++++ 1 file changed, 9 insertions(+) -commit 5146b9b9 -Merge: 24c2829e ce878794 +commit 5146b9b91 +Merge: 24c2829e7 ce8787946 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 18 11:39:45 2023 +0100 Merge branch 'main' into intl_date -commit ce878794 -Merge: 66dfc7aa 48fe1600 +commit ce8787946 +Merge: 66dfc7aa0 48fe16009 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 18 11:33:40 2023 +0100 @@ -1988,7 +4389,7 @@ Date: Tue Apr 18 11:33:40 2023 +0100 Update lang.ms -commit 48fe1600 +commit 48fe16009 Author: Fareez Borhanudin Date: Tue Apr 18 11:07:30 2023 +0800 @@ -1999,7 +4400,7 @@ Date: Tue Apr 18 11:07:30 2023 +0800 web/lang/lang.ms | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 24c2829e +commit 24c2829e7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 17 19:36:35 2023 +0100 @@ -2008,7 +4409,7 @@ Date: Mon Apr 17 19:36:35 2023 +0100 web/lib/IntlDateFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4e37b6e2 +commit 4e37b6e21 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 17 19:35:31 2023 +0100 @@ -2017,7 +4418,7 @@ Date: Mon Apr 17 19:35:31 2023 +0100 web/lib/IntlDateFormatter.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit ae7f99f5 +commit ae7f99f52 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 17 19:28:28 2023 +0100 @@ -2026,7 +4427,7 @@ Date: Mon Apr 17 19:28:28 2023 +0100 web/lib/IntlDateFormatter.php | 1 + 1 file changed, 1 insertion(+) -commit a3a0b028 +commit a3a0b0281 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 17 18:58:52 2023 +0100 @@ -2035,7 +4436,7 @@ Date: Mon Apr 17 18:58:52 2023 +0100 web/lib/IntlDateFormatter.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit 3dbb6384 +commit 3dbb63846 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 17 18:52:08 2023 +0100 @@ -2045,7 +4446,7 @@ Date: Mon Apr 17 18:52:08 2023 +0100 web/systemdefaults.inc.php | 2 +- 2 files changed, 41 insertions(+), 4 deletions(-) -commit 6682c816 +commit 6682c816a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 16 18:34:57 2023 +0100 @@ -2054,7 +4455,7 @@ Date: Sun Apr 16 18:34:57 2023 +0100 web/lib/IntlDateFormatter.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit ff852969 +commit ff8529692 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 15 19:55:52 2023 +0100 @@ -2064,7 +4465,7 @@ Date: Sat Apr 15 19:55:52 2023 +0100 web/systemdefaults.inc.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) -commit f8ea050e +commit f8ea050e2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 15 19:45:33 2023 +0100 @@ -2076,7 +4477,7 @@ Date: Sat Apr 15 19:45:33 2023 +0100 web/systemdefaults.inc.php | 2 + 4 files changed, 163 insertions(+), 25 deletions(-) -commit 66dfc7aa +commit 66dfc7aa0 Author: John Beranek Date: Sat Apr 15 12:17:29 2023 +0100 @@ -2085,7 +4486,7 @@ Date: Sat Apr 15 12:17:29 2023 +0100 .gitignore | 1 + 1 file changed, 1 insertion(+) -commit 46b49f9b +commit 46b49f9bf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 15 10:26:08 2023 +0100 @@ -2094,7 +4495,7 @@ Date: Sat Apr 15 10:26:08 2023 +0100 web/lib/IntlDateFormatter.php (new) | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) -commit 2582796d +commit 2582796de Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 18:35:53 2023 +0100 @@ -2103,7 +4504,7 @@ Date: Fri Apr 14 18:35:53 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit eccd6846 +commit eccd68464 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 18:34:09 2023 +0100 @@ -2112,7 +4513,7 @@ Date: Fri Apr 14 18:34:09 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d5cab0e3 +commit d5cab0e3c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 18:31:57 2023 +0100 @@ -2121,7 +4522,7 @@ Date: Fri Apr 14 18:31:57 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3bf9f2d6 +commit 3bf9f2d67 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 18:27:24 2023 +0100 @@ -2130,7 +4531,7 @@ Date: Fri Apr 14 18:27:24 2023 +0100 web/language.inc | 2 -- 1 file changed, 2 deletions(-) -commit bc20552b +commit bc20552b2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 18:23:09 2023 +0100 @@ -2139,7 +4540,7 @@ Date: Fri Apr 14 18:23:09 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0521b05d +commit 0521b05dc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 18:09:10 2023 +0100 @@ -2148,7 +4549,7 @@ Date: Fri Apr 14 18:09:10 2023 +0100 web/language.inc | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) -commit aeac30b4 +commit aeac30b4a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 18:01:36 2023 +0100 @@ -2157,7 +4558,7 @@ Date: Fri Apr 14 18:01:36 2023 +0100 web/language.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit fba034bc +commit fba034bc7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 17:56:13 2023 +0100 @@ -2166,7 +4567,7 @@ Date: Fri Apr 14 17:56:13 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8a14fdaa +commit 8a14fdaa8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 17:46:15 2023 +0100 @@ -2175,7 +4576,7 @@ Date: Fri Apr 14 17:46:15 2023 +0100 web/functions_mail.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -commit ee9b8c97 +commit ee9b8c973 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 17:28:20 2023 +0100 @@ -2184,7 +4585,7 @@ Date: Fri Apr 14 17:28:20 2023 +0100 web/language.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 346f30ef +commit 346f30efd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 17:20:55 2023 +0100 @@ -2193,7 +4594,7 @@ Date: Fri Apr 14 17:20:55 2023 +0100 web/language.inc | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) -commit 215474dd +commit 215474dd1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 17:11:20 2023 +0100 @@ -2202,7 +4603,7 @@ Date: Fri Apr 14 17:11:20 2023 +0100 web/language.inc | 1 + 1 file changed, 1 insertion(+) -commit c3a9c1ed +commit c3a9c1edc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 16:39:22 2023 +0100 @@ -2211,7 +4612,7 @@ Date: Fri Apr 14 16:39:22 2023 +0100 web/functions_ical.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 37d6639f +commit 37d6639f6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 16:32:44 2023 +0100 @@ -2220,7 +4621,7 @@ Date: Fri Apr 14 16:32:44 2023 +0100 web/language.inc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -commit 3dfb60b9 +commit 3dfb60b9d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 16:21:13 2023 +0100 @@ -2229,7 +4630,7 @@ Date: Fri Apr 14 16:21:13 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fec11dd2 +commit fec11dd25 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 16:11:39 2023 +0100 @@ -2238,7 +4639,7 @@ Date: Fri Apr 14 16:11:39 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ebdbf509 +commit ebdbf509f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 16:06:08 2023 +0100 @@ -2247,7 +4648,7 @@ Date: Fri Apr 14 16:06:08 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 884a1de7 +commit 884a1de73 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 16:00:10 2023 +0100 @@ -2256,7 +4657,7 @@ Date: Fri Apr 14 16:00:10 2023 +0100 web/language.inc | 1 - 1 file changed, 1 deletion(-) -commit c55b2bca +commit c55b2bcac Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 15:45:58 2023 +0100 @@ -2265,7 +4666,7 @@ Date: Fri Apr 14 15:45:58 2023 +0100 web/language.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit ab72500a +commit ab72500a4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 15:39:44 2023 +0100 @@ -2274,7 +4675,7 @@ Date: Fri Apr 14 15:39:44 2023 +0100 web/language.inc | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) -commit e2ee3d00 +commit e2ee3d00f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 15:09:59 2023 +0100 @@ -2283,7 +4684,7 @@ Date: Fri Apr 14 15:09:59 2023 +0100 web/language.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 86af7c81 +commit 86af7c819 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 14:37:12 2023 +0100 @@ -2292,7 +4693,7 @@ Date: Fri Apr 14 14:37:12 2023 +0100 web/language.inc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) -commit f7d4bb46 +commit f7d4bb46b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 14:14:48 2023 +0100 @@ -2301,7 +4702,7 @@ Date: Fri Apr 14 14:14:48 2023 +0100 web/admin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 8ab64d73 +commit 8ab64d735 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 14:06:45 2023 +0100 @@ -2310,7 +4711,7 @@ Date: Fri Apr 14 14:06:45 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b37fc4d1 +commit b37fc4d1b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 14:05:29 2023 +0100 @@ -2319,7 +4720,7 @@ Date: Fri Apr 14 14:05:29 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9ff149b2 +commit 9ff149b22 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 14:03:07 2023 +0100 @@ -2328,7 +4729,7 @@ Date: Fri Apr 14 14:03:07 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 453beff1 +commit 453beff13 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Apr 14 13:44:05 2023 +0100 @@ -2337,7 +4738,7 @@ Date: Fri Apr 14 13:44:05 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7f5c5a89 +commit 7f5c5a894 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 13 19:08:19 2023 +0100 @@ -2346,7 +4747,7 @@ Date: Thu Apr 13 19:08:19 2023 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit be4814b0 +commit be4814b02 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 13 18:56:54 2023 +0100 @@ -2355,7 +4756,7 @@ Date: Thu Apr 13 18:56:54 2023 +0100 web/language.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 3925d25b +commit 3925d25b7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 13 18:52:17 2023 +0100 @@ -2364,7 +4765,7 @@ Date: Thu Apr 13 18:52:17 2023 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit dcb5514c +commit dcb5514cc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 13 18:48:27 2023 +0100 @@ -2373,7 +4774,7 @@ Date: Thu Apr 13 18:48:27 2023 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8324193c +commit 8324193c9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 13 18:44:17 2023 +0100 @@ -2382,7 +4783,7 @@ Date: Thu Apr 13 18:44:17 2023 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 44760fc2 +commit 44760fc28 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 13 18:37:18 2023 +0100 @@ -2391,7 +4792,7 @@ Date: Thu Apr 13 18:37:18 2023 +0100 web/edit_entry.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) -commit 02fcb8cc +commit 02fcb8cc4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 13 18:26:14 2023 +0100 @@ -2400,7 +4801,7 @@ Date: Thu Apr 13 18:26:14 2023 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d249f7a1 +commit d249f7a1e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 11 18:37:27 2023 +0100 @@ -2409,7 +4810,7 @@ Date: Tue Apr 11 18:37:27 2023 +0100 web/functions_ical.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit e66c0d0c +commit e66c0d0cf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 11 18:34:05 2023 +0100 @@ -2418,7 +4819,7 @@ Date: Tue Apr 11 18:34:05 2023 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8cfbb237 +commit 8cfbb237f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 11 18:27:35 2023 +0100 @@ -2427,7 +4828,7 @@ Date: Tue Apr 11 18:27:35 2023 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8d766d81 +commit 8d766d81d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 11 18:16:23 2023 +0100 @@ -2436,7 +4837,7 @@ Date: Tue Apr 11 18:16:23 2023 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit efef83d7 +commit efef83d70 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 11 18:08:51 2023 +0100 @@ -2445,7 +4846,7 @@ Date: Tue Apr 11 18:08:51 2023 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1fdf46e4 +commit 1fdf46e46 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 11 18:04:38 2023 +0100 @@ -2454,7 +4855,7 @@ Date: Tue Apr 11 18:04:38 2023 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 492f59e6 +commit 492f59e6b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Apr 5 17:09:15 2023 +0100 @@ -2463,7 +4864,7 @@ Date: Wed Apr 5 17:09:15 2023 +0100 web/functions_ical.inc | 42 ++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 23 deletions(-) -commit 6ac15516 +commit 6ac15516b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Mar 29 18:56:16 2023 +0100 @@ -2472,7 +4873,7 @@ Date: Wed Mar 29 18:56:16 2023 +0100 web/js/edit_entry.js.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) -commit 992ca1f0 +commit 992ca1f08 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Mar 28 08:15:54 2023 +0100 @@ -2481,7 +4882,7 @@ Date: Tue Mar 28 08:15:54 2023 +0100 web/lang/lang.ko | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 1c04913e (upstream/main) +commit 1c04913e2 (upstream/main) Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Mar 22 10:47:02 2023 +0000 @@ -2490,7 +4891,7 @@ Date: Wed Mar 22 10:47:02 2023 +0000 web/mrbs_sql.inc | 116 +++++++++++++++++++++++++++++---------------- 1 file changed, 74 insertions(+), 42 deletions(-) -commit 5d99953c +commit 5d99953c3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Mar 22 09:15:15 2023 +0000 @@ -2499,7 +4900,7 @@ Date: Wed Mar 22 09:15:15 2023 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6c28bc19 +commit 6c28bc193 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Mar 20 17:12:38 2023 +0000 @@ -2508,7 +4909,7 @@ Date: Mon Mar 20 17:12:38 2023 +0000 web/lib/MRBS/Session/Session.php | 3 +++ 1 file changed, 3 insertions(+) -commit e5e7e23d +commit e5e7e23db Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Mar 20 10:59:47 2023 +0000 @@ -2533,7 +4934,7 @@ Date: Mon Mar 20 10:59:47 2023 +0000 web/systemdefaults.inc.php | 3 +++ 17 files changed, 50 insertions(+), 30 deletions(-) -commit 5f8bb27a +commit 5f8bb27a7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Mar 10 18:04:45 2023 +0000 @@ -2542,7 +4943,7 @@ Date: Fri Mar 10 18:04:45 2023 +0000 .../PHPMailer/src/DSNConfigurator.php (new) | 247 +++++++++++++++++ 1 file changed, 247 insertions(+) -commit 63053b32 +commit 63053b32a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Mar 10 16:13:55 2023 +0000 @@ -2551,7 +4952,7 @@ Date: Fri Mar 10 16:13:55 2023 +0000 web/view_entry.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) -commit 154fc1cb +commit 154fc1cb6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Mar 7 12:26:44 2023 +0000 @@ -2565,7 +4966,7 @@ Date: Tue Mar 7 12:26:44 2023 +0000 web/lib/PHPMailer/src/SMTP.php | 10 +++++++++- 6 files changed, 24 insertions(+), 8 deletions(-) -commit 2c5a7bfa +commit 2c5a7bfab Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Mar 6 18:03:45 2023 +0000 @@ -2574,7 +4975,7 @@ Date: Mon Mar 6 18:03:45 2023 +0000 web/functions_ical.inc | 59 ++++++++++++---------------------------- 1 file changed, 18 insertions(+), 41 deletions(-) -commit 40cc1e96 +commit 40cc1e969 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Mar 1 16:43:00 2023 +0000 @@ -2583,7 +4984,7 @@ Date: Wed Mar 1 16:43:00 2023 +0000 web/report.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 5a5822df +commit 5a5822df4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Mar 1 14:40:32 2023 +0000 @@ -2592,7 +4993,7 @@ Date: Wed Mar 1 14:40:32 2023 +0000 web/functions_ical.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 5f3a2b7c +commit 5f3a2b7c3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Feb 27 09:39:34 2023 +0000 @@ -2601,7 +5002,7 @@ Date: Mon Feb 27 09:39:34 2023 +0000 web/lib/MRBS/DB_pgsql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c075fe18 +commit c075fe18d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 22 17:56:46 2023 +0000 @@ -2610,7 +5011,7 @@ Date: Wed Feb 22 17:56:46 2023 +0000 web/functions_ical.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 89e12df1 +commit 89e12df13 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 22 15:12:53 2023 +0000 @@ -2619,7 +5020,7 @@ Date: Wed Feb 22 15:12:53 2023 +0000 web/functions_ical.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit d0e2c230 +commit d0e2c230c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 22 13:35:00 2023 +0000 @@ -2628,8 +5029,8 @@ Date: Wed Feb 22 13:35:00 2023 +0000 web/js/functions.js.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 1ce3c9b7 -Merge: 98323e89 f534ae03 +commit 1ce3c9b78 +Merge: 98323e890 f534ae037 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Feb 21 16:47:18 2023 +0000 @@ -2637,7 +5038,7 @@ Date: Tue Feb 21 16:47:18 2023 +0000 Fixes GitHub Issue #74 -commit f534ae03 +commit f534ae037 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Feb 21 16:46:14 2023 +0000 @@ -2646,7 +5047,7 @@ Date: Tue Feb 21 16:46:14 2023 +0000 web/functions_mail.inc | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) -commit 98323e89 +commit 98323e890 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Feb 21 14:54:33 2023 +0000 @@ -2655,7 +5056,7 @@ Date: Tue Feb 21 14:54:33 2023 +0000 web/functions_ical.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 2476ba03 +commit 2476ba039 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Feb 20 14:26:47 2023 +0000 @@ -2664,7 +5065,7 @@ Date: Mon Feb 20 14:26:47 2023 +0000 web/edit_room.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit f317cee5 +commit f317cee51 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 17 10:11:39 2023 +0000 @@ -2673,7 +5074,7 @@ Date: Fri Feb 17 10:11:39 2023 +0000 web/functions_ical.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7978dc36 +commit 7978dc363 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 17 09:44:31 2023 +0000 @@ -2682,7 +5083,7 @@ Date: Fri Feb 17 09:44:31 2023 +0000 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 072c95d4 +commit 072c95d40 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 17 09:37:26 2023 +0000 @@ -2691,7 +5092,7 @@ Date: Fri Feb 17 09:37:26 2023 +0000 web/functions_ical.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 8b30fee1 +commit 8b30fee1a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 17 09:16:23 2023 +0000 @@ -2700,7 +5101,7 @@ Date: Fri Feb 17 09:16:23 2023 +0000 web/functions_ical.inc | 322 +++++++++++++++++++++++++-------------- 1 file changed, 211 insertions(+), 111 deletions(-) -commit 9010d67f +commit 9010d67f3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Feb 16 17:48:36 2023 +0000 @@ -2709,7 +5110,7 @@ Date: Thu Feb 16 17:48:36 2023 +0000 web/functions_ical.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 569e819e +commit 569e819ef Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Feb 13 18:35:26 2023 +0000 @@ -2718,7 +5119,7 @@ Date: Mon Feb 13 18:35:26 2023 +0000 web/lib/MRBS/DBFactory.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -commit 35301015 +commit 353010156 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Feb 11 14:59:03 2023 +0000 @@ -2727,7 +5128,7 @@ Date: Sat Feb 11 14:59:03 2023 +0000 web/lib/MRBS/DB_mysql.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 83cc2878 +commit 83cc2878b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 10 18:04:36 2023 +0000 @@ -2739,7 +5140,7 @@ Date: Fri Feb 10 18:04:36 2023 +0000 web/js.inc | 2 +- 4 files changed, 99 insertions(+), 15 deletions(-) -commit 9260ed35 +commit 9260ed353 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Feb 4 15:31:43 2023 +0000 @@ -2748,7 +5149,7 @@ Date: Sat Feb 4 15:31:43 2023 +0000 web/lib/MRBS/Auth/Auth.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 36b16a7f +commit 36b16a7f7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jan 31 17:47:21 2023 +0000 @@ -2757,7 +5158,7 @@ Date: Tue Jan 31 17:47:21 2023 +0000 web/functions_mail.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 54efd8e5 +commit 54efd8e54 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jan 31 17:32:36 2023 +0000 @@ -2766,7 +5167,7 @@ Date: Tue Jan 31 17:32:36 2023 +0000 web/functions_mail.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 34a711f0 +commit 34a711f0f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 29 16:18:37 2023 +0000 @@ -2775,7 +5176,7 @@ Date: Sun Jan 29 16:18:37 2023 +0000 web/import.php | 1 + 1 file changed, 1 insertion(+) -commit a5819522 +commit a58195223 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jan 25 17:53:33 2023 +0000 @@ -2803,7 +5204,7 @@ Date: Wed Jan 25 17:53:33 2023 +0000 web/style.inc | 2 +- 20 files changed, 456 insertions(+), 5 deletions(-) -commit e6f47377 +commit e6f47377b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jan 25 17:08:24 2023 +0000 @@ -2816,7 +5217,7 @@ Date: Wed Jan 25 17:08:24 2023 +0000 web/systemdefaults.inc.php | 3 ++ 5 files changed, 67 insertions(+), 11 deletions(-) -commit aadf15f7 +commit aadf15f7e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 23 17:41:17 2023 +0000 @@ -2825,7 +5226,7 @@ Date: Mon Jan 23 17:41:17 2023 +0000 web/js/kiosk.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 639876e4 +commit 639876e46 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 23 17:39:20 2023 +0000 @@ -2835,7 +5236,7 @@ Date: Mon Jan 23 17:39:20 2023 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 23 insertions(+), 2 deletions(-) -commit 2ff61d07 +commit 2ff61d07b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 16 04:48:10 2023 +0000 @@ -2845,7 +5246,7 @@ Date: Mon Jan 16 04:48:10 2023 +0000 web/language.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 7b1cc968 +commit 7b1cc9688 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 16 04:41:02 2023 +0000 @@ -2855,7 +5256,7 @@ Date: Mon Jan 16 04:41:02 2023 +0000 web/language.inc | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) -commit 5ca42131 +commit 5ca42131f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 16 04:40:35 2023 +0000 @@ -2864,7 +5265,7 @@ Date: Mon Jan 16 04:40:35 2023 +0000 web/js/datepicker.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3461304d +commit 3461304d1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 16 03:26:49 2023 +0000 @@ -2873,8 +5274,8 @@ Date: Mon Jan 16 03:26:49 2023 +0000 web/js/flatpickr/l10n/ga.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4453853e -Merge: 3a4bbaa8 9ddf3028 +commit 4453853e5 +Merge: 3a4bbaa8e 9ddf3028c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 13 21:13:33 2023 +0000 @@ -2882,7 +5283,7 @@ Date: Fri Jan 13 21:13:33 2023 +0000 Upgrades flatpickr to 4.6.13 fixing GitHub Issue #70 -commit 9ddf3028 +commit 9ddf3028c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 13 21:11:07 2023 +0000 @@ -2960,7 +5361,7 @@ Date: Fri Jan 13 21:11:07 2023 +0000 web/language.inc | 14 +++-- 70 files changed, 1076 insertions(+), 549 deletions(-) -commit 3a4bbaa8 +commit 3a4bbaa8e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jan 11 23:39:03 2023 +0000 @@ -2969,7 +5370,7 @@ Date: Wed Jan 11 23:39:03 2023 +0000 web/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1fc090bb +commit 1fc090bb2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jan 11 22:08:24 2023 +0000 @@ -2978,7 +5379,7 @@ Date: Wed Jan 11 22:08:24 2023 +0000 web/lib/MRBS/Session/SessionPhp.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 0dcae02a +commit 0dcae02a0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jan 11 05:48:56 2023 +0000 @@ -2989,7 +5390,7 @@ Date: Wed Jan 11 05:48:56 2023 +0000 web/search.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) -commit 77b06968 +commit 77b069681 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jan 11 05:36:51 2023 +0000 @@ -2998,7 +5399,7 @@ Date: Wed Jan 11 05:36:51 2023 +0000 web/functions_view.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 4df7f24c +commit 4df7f24cb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jan 10 22:23:48 2023 +0000 @@ -3008,7 +5409,7 @@ Date: Tue Jan 10 22:23:48 2023 +0000 web/functions_view.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 85f36a78 +commit 85f36a782 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 9 21:40:37 2023 +0000 @@ -3017,7 +5418,7 @@ Date: Mon Jan 9 21:40:37 2023 +0000 web/language.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -commit 53538b53 +commit 53538b537 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 9 06:03:57 2023 +0000 @@ -3027,7 +5428,7 @@ Date: Mon Jan 9 06:03:57 2023 +0000 tables.pg.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) -commit 335bbbcd +commit 335bbbcdb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 9 05:04:11 2023 +0000 @@ -3036,7 +5437,7 @@ Date: Mon Jan 9 05:04:11 2023 +0000 web/lang/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 30777ca0 +commit 30777ca02 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 9 05:03:00 2023 +0000 @@ -3046,7 +5447,7 @@ Date: Mon Jan 9 05:03:00 2023 +0000 web/lang/lang.th | 19 +++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) -commit 33431135 +commit 334311350 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 9 04:57:02 2023 +0000 @@ -3075,7 +5476,7 @@ Date: Mon Jan 9 04:57:02 2023 +0000 web/lang/lang.zh-cn | 2 +- 21 files changed, 60 insertions(+), 64 deletions(-) -commit ca5e6168 +commit ca5e61688 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 9 04:09:27 2023 +0000 @@ -3084,7 +5485,7 @@ Date: Mon Jan 9 04:09:27 2023 +0000 web/js/report.js.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) -commit 9c4c4d12 +commit 9c4c4d12b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 8 21:13:52 2023 +0000 @@ -3095,7 +5496,7 @@ Date: Sun Jan 8 21:13:52 2023 +0000 web/lang/lang.en | 2 + 3 files changed, 199 insertions(+), 111 deletions(-) -commit 974c3e39 +commit 974c3e393 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jan 7 01:41:46 2023 +0000 @@ -3104,8 +5505,8 @@ Date: Sat Jan 7 01:41:46 2023 +0000 web/Themes/default/header.inc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) -commit e65b889b -Merge: 792f6bb1 d1392d25 +commit e65b889b3 +Merge: 792f6bb1f d1392d259 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 6 23:16:37 2023 +0000 @@ -3113,7 +5514,7 @@ Date: Fri Jan 6 23:16:37 2023 +0000 Update lang.nl -commit 792f6bb1 +commit 792f6bb1f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 6 23:11:17 2023 +0000 @@ -3122,7 +5523,7 @@ Date: Fri Jan 6 23:11:17 2023 +0000 checklang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ceeff212 +commit ceeff212c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 6 23:08:53 2023 +0000 @@ -3131,7 +5532,7 @@ Date: Fri Jan 6 23:08:53 2023 +0000 checklang.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit d1392d25 +commit d1392d259 Author: Gerrit Uitslag Date: Sat Jan 7 00:08:00 2023 +0100 @@ -3142,8 +5543,8 @@ Date: Sat Jan 7 00:08:00 2023 +0100 web/lang/lang.nl | 544 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 420 insertions(+), 124 deletions(-) -commit 11a5081b -Merge: 61b7f4bb 76a9dbad +commit 11a5081be +Merge: 61b7f4bb4 76a9dbada Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 6 22:52:11 2023 +0000 @@ -3151,7 +5552,7 @@ Date: Fri Jan 6 22:52:11 2023 +0000 Fixes problem with multi-line vocab strings. See GitHub Issues #65. -commit 76a9dbad +commit 76a9dbada Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 6 22:50:50 2023 +0000 @@ -3160,8 +5561,8 @@ Date: Fri Jan 6 22:50:50 2023 +0000 checklang.php | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) -commit 61b7f4bb -Merge: 341c620a 658041cd +commit 61b7f4bb4 +Merge: 341c620a7 658041cd4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 6 20:29:02 2023 +0000 @@ -3169,7 +5570,7 @@ Date: Fri Jan 6 20:29:02 2023 +0000 Fixes Issue 66 -commit 658041cd +commit 658041cd4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 6 20:25:07 2023 +0000 @@ -3180,7 +5581,7 @@ Date: Fri Jan 6 20:25:07 2023 +0000 web/search.php | 105 ++++++++++++++++++++++++--------------------- 3 files changed, 58 insertions(+), 49 deletions(-) -commit 6408072a +commit 6408072a7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 6 19:03:07 2023 +0000 @@ -3189,8 +5590,8 @@ Date: Fri Jan 6 19:03:07 2023 +0000 web/search.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit 341c620a -Merge: 2cf332f6 21703e6e +commit 341c620a7 +Merge: 2cf332f6c 21703e6ee Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 6 00:14:11 2023 +0000 @@ -3198,7 +5599,7 @@ Date: Fri Jan 6 00:14:11 2023 +0000 checklang.php must not be called from the lang folder -commit 2cf332f6 +commit 2cf332f6c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 6 00:05:22 2023 +0000 @@ -3208,7 +5609,7 @@ Date: Fri Jan 6 00:05:22 2023 +0000 web/lang/lang.en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 21703e6e +commit 21703e6ee Author: Gerrit Uitslag Date: Fri Jan 6 01:04:37 2023 +0100 @@ -3217,7 +5618,7 @@ Date: Fri Jan 6 01:04:37 2023 +0100 LANGUAGE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit cb4959f9 +commit cb4959f9d Author: Gerrit Uitslag Date: Thu Jan 5 22:28:40 2023 +0100 @@ -3226,7 +5627,7 @@ Date: Thu Jan 5 22:28:40 2023 +0100 LANGUAGE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit efabbc4e +commit efabbc4e1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Dec 30 21:29:17 2022 +0000 @@ -3235,7 +5636,7 @@ Date: Fri Dec 30 21:29:17 2022 +0000 web/lib/MRBS/Session/SessionJoomla.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 44a4766f +commit 44a4766f3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Dec 30 21:19:17 2022 +0000 @@ -3244,7 +5645,7 @@ Date: Fri Dec 30 21:19:17 2022 +0000 web/lib/MRBS/Session/SessionJoomla.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) -commit d3eea671 +commit d3eea671f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Dec 30 20:52:14 2022 +0000 @@ -3253,7 +5654,7 @@ Date: Fri Dec 30 20:52:14 2022 +0000 web/lib/MRBS/Session/SessionJoomla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b4f4ca5a +commit b4f4ca5a7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 29 19:38:30 2022 +0000 @@ -3262,7 +5663,7 @@ Date: Thu Dec 29 19:38:30 2022 +0000 web/functions_mail.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 354758f6 +commit 354758f6c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 29 18:16:35 2022 +0000 @@ -3277,7 +5678,7 @@ Date: Thu Dec 29 18:16:35 2022 +0000 web/lib/MRBS/Session/SessionJoomla.php | 29 +++++++++ 7 files changed, 73 insertions(+), 111 deletions(-) -commit 7bc5e9e1 +commit 7bc5e9e1b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 29 16:15:43 2022 +0000 @@ -3286,7 +5687,7 @@ Date: Thu Dec 29 16:15:43 2022 +0000 web/standard_vars.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7e5fcb6c +commit 7e5fcb6cf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 29 12:40:02 2022 +0000 @@ -3295,7 +5696,7 @@ Date: Thu Dec 29 12:40:02 2022 +0000 web/standard_vars.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit fe33a966 +commit fe33a966d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 29 12:09:04 2022 +0000 @@ -3304,7 +5705,7 @@ Date: Thu Dec 29 12:09:04 2022 +0000 web/functions_table.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit b7f0367d +commit b7f0367d3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 27 18:05:39 2022 +0000 @@ -3313,7 +5714,7 @@ Date: Tue Dec 27 18:05:39 2022 +0000 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit aef131b7 +commit aef131b72 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 27 18:03:27 2022 +0000 @@ -3322,7 +5723,7 @@ Date: Tue Dec 27 18:03:27 2022 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 98a97c8e +commit 98a97c8ec Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 27 17:57:46 2022 +0000 @@ -3332,7 +5733,7 @@ Date: Tue Dec 27 17:57:46 2022 +0000 web/mrbs_sql.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 293ec8ac +commit 293ec8ac2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 27 17:39:36 2022 +0000 @@ -3341,7 +5742,7 @@ Date: Tue Dec 27 17:39:36 2022 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 853072de +commit 853072de8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 27 17:34:46 2022 +0000 @@ -3350,7 +5751,7 @@ Date: Tue Dec 27 17:34:46 2022 +0000 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 58db3cd2 +commit 58db3cd2d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 27 17:28:03 2022 +0000 @@ -3359,7 +5760,7 @@ Date: Tue Dec 27 17:28:03 2022 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f900a4fc +commit f900a4fc4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 27 17:23:37 2022 +0000 @@ -3368,7 +5769,7 @@ Date: Tue Dec 27 17:23:37 2022 +0000 web/functions_mail.inc | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) -commit a65147d9 +commit a65147d98 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 27 17:13:09 2022 +0000 @@ -3377,7 +5778,7 @@ Date: Tue Dec 27 17:13:09 2022 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3dc84a50 (tag: mrbs-1_11_0) +commit 3dc84a506 (tag: mrbs-1_11_0) Author: John Beranek Date: Tue Dec 27 15:04:05 2022 +0000 @@ -3387,7 +5788,7 @@ Date: Tue Dec 27 15:04:05 2022 +0000 NEWS | 196 ++ 2 files changed, 7533 insertions(+), 37 deletions(-) -commit 66ed778a +commit 66ed778a9 Author: John Beranek Date: Tue Dec 27 14:24:16 2022 +0000 @@ -3396,7 +5797,7 @@ Date: Tue Dec 27 14:24:16 2022 +0000 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3995d9b5 +commit 3995d9b52 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 21 10:24:00 2022 +0000 @@ -3405,8 +5806,8 @@ Date: Wed Dec 21 10:24:00 2022 +0000 web/lang/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1e44e487 -Merge: 9e8fa191 2c6bcc81 +commit 1e44e4876 +Merge: 9e8fa1912 2c6bcc81e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 21 10:11:34 2022 +0000 @@ -3414,7 +5815,7 @@ Date: Wed Dec 21 10:11:34 2022 +0000 Added a tooltip explaining how to deselect an option. See GitHub Iss… -commit 2c6bcc81 +commit 2c6bcc81e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 21 10:05:34 2022 +0000 @@ -3424,7 +5825,7 @@ Date: Wed Dec 21 10:05:34 2022 +0000 web/lang/lang.en | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) -commit 9e8fa191 +commit 9e8fa1912 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 20 19:02:38 2022 +0000 @@ -3433,7 +5834,7 @@ Date: Tue Dec 20 19:02:38 2022 +0000 web/functions_mail.inc | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) -commit d1e26f94 +commit d1e26f943 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 19 19:07:04 2022 +0000 @@ -3442,7 +5843,7 @@ Date: Mon Dec 19 19:07:04 2022 +0000 web/lib/MRBS/MailQueue.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) -commit a9b2cd19 +commit a9b2cd19c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 19 12:22:59 2022 +0000 @@ -3452,7 +5853,7 @@ Date: Mon Dec 19 12:22:59 2022 +0000 web/functions_mail.inc | 49 +++++++++++++++++++++------------------- 2 files changed, 27 insertions(+), 25 deletions(-) -commit 44325d43 +commit 44325d43c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 14 15:09:39 2022 +0000 @@ -3462,7 +5863,7 @@ Date: Wed Dec 14 15:09:39 2022 +0000 web/kiosk.php | 4 ++-- 2 files changed, 22 insertions(+), 9 deletions(-) -commit 6e92cf4a +commit 6e92cf4af Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 14 12:40:12 2022 +0000 @@ -3471,7 +5872,7 @@ Date: Wed Dec 14 12:40:12 2022 +0000 web/js/refresh.js.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) -commit 9a31158c +commit 9a31158c5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 13 17:30:33 2022 +0000 @@ -3480,7 +5881,7 @@ Date: Tue Dec 13 17:30:33 2022 +0000 web/Themes/default/header.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a0f6bd7a +commit a0f6bd7aa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 13 17:11:11 2022 +0000 @@ -3489,7 +5890,7 @@ Date: Tue Dec 13 17:11:11 2022 +0000 web/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 6333fbdc +commit 6333fbdc4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 13 16:47:16 2022 +0000 @@ -3499,7 +5900,7 @@ Date: Tue Dec 13 16:47:16 2022 +0000 web/kiosk.php | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) -commit 40b52f59 +commit 40b52f598 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 13 12:40:55 2022 +0000 @@ -3509,7 +5910,7 @@ Date: Tue Dec 13 12:40:55 2022 +0000 web/js/resizable.js.php | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) -commit 7304ed22 +commit 7304ed22a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 13 08:10:58 2022 +0000 @@ -3518,7 +5919,7 @@ Date: Tue Dec 13 08:10:58 2022 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ca24d49a +commit ca24d49a1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 12 22:59:19 2022 +0000 @@ -3527,7 +5928,7 @@ Date: Mon Dec 12 22:59:19 2022 +0000 LICENSE | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) -commit 2740f186 +commit 2740f1867 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 12 22:50:38 2022 +0000 @@ -3536,7 +5937,7 @@ Date: Mon Dec 12 22:50:38 2022 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c5117bcc +commit c5117bcc7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 12 22:38:34 2022 +0000 @@ -3545,7 +5946,7 @@ Date: Mon Dec 12 22:38:34 2022 +0000 web/lib/MRBS/Session/Session.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -commit 65150eda +commit 65150eda2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 12 20:42:35 2022 +0000 @@ -3581,7 +5982,7 @@ Date: Mon Dec 12 20:42:35 2022 +0000 web/systemdefaults.inc.php | 4 + 28 files changed, 3950 insertions(+), 2 deletions(-) -commit efcdf136 +commit efcdf136b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Dec 11 18:54:28 2022 +0000 @@ -3590,7 +5991,7 @@ Date: Sun Dec 11 18:54:28 2022 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 06bc6c7c +commit 06bc6c7cf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 8 13:44:57 2022 +0000 @@ -3604,7 +6005,7 @@ Date: Thu Dec 8 13:44:57 2022 +0000 web/lib/PHPMailer/src/SMTP.php | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) -commit a035348d +commit a035348d0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 7 21:28:37 2022 +0000 @@ -3614,7 +6015,7 @@ Date: Wed Dec 7 21:28:37 2022 +0000 web/systemdefaults.inc.php | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) -commit 45b3358f +commit 45b3358f4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 6 17:13:22 2022 +0000 @@ -3623,7 +6024,7 @@ Date: Tue Dec 6 17:13:22 2022 +0000 web/lib/MRBS/Session/Session.php | 3 +++ 1 file changed, 3 insertions(+) -commit d7d23978 +commit d7d239782 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 6 15:53:09 2022 +0000 @@ -3634,7 +6035,7 @@ Date: Tue Dec 6 15:53:09 2022 +0000 web/lib/MRBS/Session/SessionWithLogin.php | 6 ++++-- 3 files changed, 22 insertions(+), 7 deletions(-) -commit dff6ab83 +commit dff6ab83d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 5 17:55:02 2022 +0000 @@ -3650,7 +6051,7 @@ Date: Mon Dec 5 17:55:02 2022 +0000 web/lib/PHPMailer/src/SMTP.php | 2 +- 8 files changed, 97 insertions(+), 28 deletions(-) -commit be29f5c7 +commit be29f5c7a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Dec 4 20:25:32 2022 +0000 @@ -3659,7 +6060,7 @@ Date: Sun Dec 4 20:25:32 2022 +0000 web/import.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 8235cc1f +commit 8235cc1f4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Dec 4 20:23:03 2022 +0000 @@ -3668,7 +6069,7 @@ Date: Sun Dec 4 20:23:03 2022 +0000 web/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 979d449a +commit 979d449ae Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Dec 4 20:20:08 2022 +0000 @@ -3677,7 +6078,7 @@ Date: Sun Dec 4 20:20:08 2022 +0000 web/import.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 3af69d2c +commit 3af69d2c2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Dec 4 20:17:23 2022 +0000 @@ -3686,7 +6087,7 @@ Date: Sun Dec 4 20:17:23 2022 +0000 web/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 264039fa +commit 264039fae Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Dec 2 12:55:52 2022 +0000 @@ -3695,7 +6096,7 @@ Date: Fri Dec 2 12:55:52 2022 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e358e6cd +commit e358e6cdd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Nov 30 21:42:30 2022 +0000 @@ -3704,7 +6105,7 @@ Date: Wed Nov 30 21:42:30 2022 +0000 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9ef17445 +commit 9ef174455 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Nov 30 18:25:41 2022 +0000 @@ -3713,7 +6114,7 @@ Date: Wed Nov 30 18:25:41 2022 +0000 web/functions_ical.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 70b8c729 +commit 70b8c7293 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Nov 30 17:56:27 2022 +0000 @@ -3722,7 +6123,7 @@ Date: Wed Nov 30 17:56:27 2022 +0000 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b30aa143 +commit b30aa1439 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 29 21:53:49 2022 +0000 @@ -3731,7 +6132,7 @@ Date: Tue Nov 29 21:53:49 2022 +0000 web/functions_ical.inc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) -commit 702ef3c3 +commit 702ef3c3a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 29 21:40:15 2022 +0000 @@ -3740,7 +6141,7 @@ Date: Tue Nov 29 21:40:15 2022 +0000 web/functions_ical.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit a453f2e9 +commit a453f2e98 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 29 21:34:11 2022 +0000 @@ -3749,7 +6150,7 @@ Date: Tue Nov 29 21:34:11 2022 +0000 web/functions_ical.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 6c29f718 +commit 6c29f718e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 29 21:31:07 2022 +0000 @@ -3758,7 +6159,7 @@ Date: Tue Nov 29 21:31:07 2022 +0000 web/functions_ical.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 927e00e6 +commit 927e00e66 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 29 21:30:18 2022 +0000 @@ -3767,7 +6168,7 @@ Date: Tue Nov 29 21:30:18 2022 +0000 web/functions_ical.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 0e7d4a14 +commit 0e7d4a149 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 29 21:28:31 2022 +0000 @@ -3776,7 +6177,7 @@ Date: Tue Nov 29 21:28:31 2022 +0000 web/functions_ical.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit ef9fcb9a +commit ef9fcb9aa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 29 21:25:11 2022 +0000 @@ -3785,7 +6186,7 @@ Date: Tue Nov 29 21:25:11 2022 +0000 web/functions_ical.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 1415f1be +commit 1415f1bec Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 29 18:27:48 2022 +0000 @@ -3794,7 +6195,7 @@ Date: Tue Nov 29 18:27:48 2022 +0000 web/functions_ical.inc | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) -commit e235517c +commit e235517ca Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 29 16:26:12 2022 +0000 @@ -3803,7 +6204,7 @@ Date: Tue Nov 29 16:26:12 2022 +0000 web/functions_ical.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8247e458 +commit 8247e4580 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 28 08:29:31 2022 +0000 @@ -3812,7 +6213,7 @@ Date: Mon Nov 28 08:29:31 2022 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b8b9cd5c +commit b8b9cd5ce Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 27 19:13:25 2022 +0000 @@ -3822,7 +6223,7 @@ Date: Sun Nov 27 19:13:25 2022 +0000 web/version.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 5f33073f +commit 5f33073f0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 27 18:53:42 2022 +0000 @@ -3831,7 +6232,7 @@ Date: Sun Nov 27 18:53:42 2022 +0000 web/version.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit 2c436e34 +commit 2c436e346 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 26 18:47:48 2022 +0000 @@ -3840,7 +6241,7 @@ Date: Sat Nov 26 18:47:48 2022 +0000 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e1eaf358 +commit e1eaf3585 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 26 18:38:27 2022 +0000 @@ -3849,7 +6250,7 @@ Date: Sat Nov 26 18:38:27 2022 +0000 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 448d821b +commit 448d821bd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 26 18:07:33 2022 +0000 @@ -3858,7 +6259,7 @@ Date: Sat Nov 26 18:07:33 2022 +0000 web/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1833c392 +commit 1833c3928 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 26 18:03:53 2022 +0000 @@ -3867,7 +6268,7 @@ Date: Sat Nov 26 18:03:53 2022 +0000 web/lib/MRBS/Auth/AuthWordpress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1d3086cb +commit 1d3086cbd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 26 18:02:12 2022 +0000 @@ -3876,7 +6277,7 @@ Date: Sat Nov 26 18:02:12 2022 +0000 web/reset_password.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 0ff80c4b +commit 0ff80c4bc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Nov 25 18:38:44 2022 +0000 @@ -3885,7 +6286,7 @@ Date: Fri Nov 25 18:38:44 2022 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a845dbb1 +commit a845dbb1e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Nov 25 18:34:51 2022 +0000 @@ -3897,7 +6298,7 @@ Date: Fri Nov 25 18:34:51 2022 +0000 web/lib/MRBS/Session/SessionSaml.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -commit 96b38647 +commit 96b386474 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Nov 25 18:34:05 2022 +0000 @@ -3906,7 +6307,7 @@ Date: Fri Nov 25 18:34:05 2022 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f9c6a490 +commit f9c6a4902 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 24 21:15:15 2022 +0000 @@ -3915,7 +6316,7 @@ Date: Thu Nov 24 21:15:15 2022 +0000 web/js/refresh.js.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 068e73e4 +commit 068e73e49 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 24 21:14:02 2022 +0000 @@ -3924,7 +6325,7 @@ Date: Thu Nov 24 21:14:02 2022 +0000 web/js/resizable.js.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit dec9020f +commit dec9020f1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Nov 23 18:14:00 2022 +0000 @@ -3934,8 +6335,8 @@ Date: Wed Nov 23 18:14:00 2022 +0000 web/systemdefaults.inc.php | 11 ++++++++++ 2 files changed, 50 insertions(+), 2 deletions(-) -commit 46f47170 -Merge: 32d117c0 fb9019d5 +commit 46f471701 +Merge: 32d117c0d fb9019d59 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 22 14:54:24 2022 +0000 @@ -3943,7 +6344,7 @@ Date: Tue Nov 22 14:54:24 2022 +0000 Update translation -commit fb9019d5 +commit fb9019d59 Author: Fabian Ascheberg <88002233+Stachelritter@users.noreply.github.com> Date: Tue Nov 22 15:24:52 2022 +0100 @@ -3952,7 +6353,7 @@ Date: Tue Nov 22 15:24:52 2022 +0100 web/lang/lang.de | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0b635a74 +commit 0b635a748 Author: Fabian Ascheberg <88002233+Stachelritter@users.noreply.github.com> Date: Tue Nov 22 14:57:13 2022 +0100 @@ -3961,7 +6362,7 @@ Date: Tue Nov 22 14:57:13 2022 +0100 web/lang/lang.de | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) -commit 32d117c0 +commit 32d117c0d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 22 12:23:21 2022 +0000 @@ -3970,7 +6371,7 @@ Date: Tue Nov 22 12:23:21 2022 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 36ed17bb +commit 36ed17bb7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 22 12:16:28 2022 +0000 @@ -3980,7 +6381,7 @@ Date: Tue Nov 22 12:16:28 2022 +0000 web/mrbs_sql.inc | 15 +------------- 2 files changed, 33 insertions(+), 17 deletions(-) -commit 9a832e19 +commit 9a832e19c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 22 11:56:19 2022 +0000 @@ -3991,7 +6392,7 @@ Date: Tue Nov 22 11:56:19 2022 +0000 web/mrbs_sql.inc | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) -commit f5f90404 +commit f5f90404a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 22 11:26:12 2022 +0000 @@ -4001,7 +6402,7 @@ Date: Tue Nov 22 11:26:12 2022 +0000 web/mrbs_sql.inc | 5 +---- 2 files changed, 12 insertions(+), 4 deletions(-) -commit edc15506 +commit edc155068 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 22 11:13:28 2022 +0000 @@ -4011,7 +6412,7 @@ Date: Tue Nov 22 11:13:28 2022 +0000 web/functions_table.inc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) -commit cacceb61 +commit cacceb615 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 22 10:40:17 2022 +0000 @@ -4020,7 +6421,7 @@ Date: Tue Nov 22 10:40:17 2022 +0000 web/mrbs_sql.inc | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) -commit 10ad2fe8 +commit 10ad2fe85 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 22 10:07:54 2022 +0000 @@ -4029,7 +6430,7 @@ Date: Tue Nov 22 10:07:54 2022 +0000 web/mrbs_sql.inc | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) -commit 5901e38c +commit 5901e38c9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 21 19:01:15 2022 +0000 @@ -4039,7 +6440,7 @@ Date: Mon Nov 21 19:01:15 2022 +0000 web/mrbs_sql.inc | 63 +++++++++++++++++++++++--------- 2 files changed, 54 insertions(+), 17 deletions(-) -commit 8f79999f +commit 8f79999ff Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 20 18:04:12 2022 +0000 @@ -4048,7 +6449,7 @@ Date: Sun Nov 20 18:04:12 2022 +0000 web/kiosk.php | 1 - 1 file changed, 1 deletion(-) -commit c480dc88 +commit c480dc884 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 20 17:19:46 2022 +0000 @@ -4057,7 +6458,7 @@ Date: Sun Nov 20 17:19:46 2022 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8ecadcfa +commit 8ecadcfa1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 20 17:06:25 2022 +0000 @@ -4067,7 +6468,7 @@ Date: Sun Nov 20 17:06:25 2022 +0000 web/lang/lang.en | 2 ++ 2 files changed, 5 insertions(+) -commit 18f778f5 +commit 18f778f5e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 20 16:51:56 2022 +0000 @@ -4076,7 +6477,7 @@ Date: Sun Nov 20 16:51:56 2022 +0000 web/js/kiosk.js.php (new) | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) -commit 362d8171 +commit 362d81715 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 20 16:26:00 2022 +0000 @@ -4085,7 +6486,7 @@ Date: Sun Nov 20 16:26:00 2022 +0000 web/mrbs_auth.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit bb0c71ac +commit bb0c71ac5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 20 16:02:03 2022 +0000 @@ -4094,7 +6495,7 @@ Date: Sun Nov 20 16:02:03 2022 +0000 web/init.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit a41c276e +commit a41c276e9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 20 15:40:15 2022 +0000 @@ -4103,7 +6504,7 @@ Date: Sun Nov 20 15:40:15 2022 +0000 web/init.inc | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 92674d2f +commit 92674d2fc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 20 15:11:44 2022 +0000 @@ -4113,7 +6514,7 @@ Date: Sun Nov 20 15:11:44 2022 +0000 web/lib/MRBS/Session/SessionPhp.php | 11 +++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) -commit 63cc549f +commit 63cc549f3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 20 14:58:06 2022 +0000 @@ -4124,7 +6525,7 @@ Date: Sun Nov 20 14:58:06 2022 +0000 web/lib/MRBS/Session/Session.php | 15 ++++----------- 3 files changed, 9 insertions(+), 13 deletions(-) -commit 2fe2458b +commit 2fe2458b8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 20 14:43:47 2022 +0000 @@ -4133,7 +6534,7 @@ Date: Sun Nov 20 14:43:47 2022 +0000 web/mrbs_auth.inc | 1 + 1 file changed, 1 insertion(+) -commit 17ad1fa3 +commit 17ad1fa34 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 19 18:33:44 2022 +0000 @@ -4147,7 +6548,7 @@ Date: Sat Nov 19 18:33:44 2022 +0000 web/lang/lang.en | 5 +- 6 files changed, 387 insertions(+), 54 deletions(-) -commit aac8366d +commit aac8366d2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 19 10:53:37 2022 +0000 @@ -4156,7 +6557,7 @@ Date: Sat Nov 19 10:53:37 2022 +0000 web/mrbs_auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f41f9da3 +commit f41f9da32 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 17 18:48:38 2022 +0000 @@ -4168,7 +6569,7 @@ Date: Thu Nov 17 18:48:38 2022 +0000 web/systemdefaults.inc.php | 6 ++ 4 files changed, 179 insertions(+), 3 deletions(-) -commit 737724e6 +commit 737724e66 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 17 18:16:11 2022 +0000 @@ -4177,7 +6578,7 @@ Date: Thu Nov 17 18:16:11 2022 +0000 web/css/mrbs.css.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit d8eb0776 +commit d8eb07768 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 15 18:59:52 2022 +0000 @@ -4186,7 +6587,7 @@ Date: Tue Nov 15 18:59:52 2022 +0000 web/js/resizable.js.php | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) -commit 11ac281a +commit 11ac281af Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 19:08:09 2022 +0000 @@ -4195,7 +6596,7 @@ Date: Mon Nov 14 19:08:09 2022 +0000 web/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6e7e407b +commit 6e7e407bf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 19:01:51 2022 +0000 @@ -4204,7 +6605,7 @@ Date: Mon Nov 14 19:01:51 2022 +0000 web/search.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -commit 2704bb19 +commit 2704bb19d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 18:57:28 2022 +0000 @@ -4213,7 +6614,7 @@ Date: Mon Nov 14 18:57:28 2022 +0000 web/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 74fd870c +commit 74fd870c2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 18:48:55 2022 +0000 @@ -4222,7 +6623,7 @@ Date: Mon Nov 14 18:48:55 2022 +0000 web/report.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit d4bf8d18 +commit d4bf8d182 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 18:39:25 2022 +0000 @@ -4231,7 +6632,7 @@ Date: Mon Nov 14 18:39:25 2022 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 550d4e36 +commit 550d4e36c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 18:34:55 2022 +0000 @@ -4240,7 +6641,7 @@ Date: Mon Nov 14 18:34:55 2022 +0000 web/report.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 625eb60b +commit 625eb60b8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 18:29:56 2022 +0000 @@ -4249,7 +6650,7 @@ Date: Mon Nov 14 18:29:56 2022 +0000 web/report.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit e8e8e695 +commit e8e8e6956 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 15:44:56 2022 +0000 @@ -4258,7 +6659,7 @@ Date: Mon Nov 14 15:44:56 2022 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2ac15927 +commit 2ac159273 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 15:39:01 2022 +0000 @@ -4267,7 +6668,7 @@ Date: Mon Nov 14 15:39:01 2022 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5cac5e1a +commit 5cac5e1ab Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 15:37:55 2022 +0000 @@ -4276,7 +6677,7 @@ Date: Mon Nov 14 15:37:55 2022 +0000 web/report.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 30e5d48b +commit 30e5d48b3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 15:05:19 2022 +0000 @@ -4285,7 +6686,7 @@ Date: Mon Nov 14 15:05:19 2022 +0000 web/report.php | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) -commit d468cf8a +commit d468cf8ac Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 14:58:48 2022 +0000 @@ -4294,7 +6695,7 @@ Date: Mon Nov 14 14:58:48 2022 +0000 web/report.php | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) -commit e2727d77 +commit e2727d773 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 14 14:41:36 2022 +0000 @@ -4303,7 +6704,7 @@ Date: Mon Nov 14 14:41:36 2022 +0000 web/edit_entry.php | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) -commit 0ccc832e +commit 0ccc832e5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 13 17:53:18 2022 +0000 @@ -4313,7 +6714,7 @@ Date: Sun Nov 13 17:53:18 2022 +0000 web/js/datepicker.js.php | 6 ++++++ 2 files changed, 7 insertions(+) -commit 5db4d9b0 +commit 5db4d9b0f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Nov 11 12:28:12 2022 +0000 @@ -4322,7 +6723,7 @@ Date: Fri Nov 11 12:28:12 2022 +0000 web/css/mrbs.css.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -commit 16adf2a1 +commit 16adf2a1b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Nov 11 11:41:39 2022 +0000 @@ -4331,7 +6732,7 @@ Date: Fri Nov 11 11:41:39 2022 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit b79eacce +commit b79eacced Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Nov 11 11:16:48 2022 +0000 @@ -4340,7 +6741,7 @@ Date: Fri Nov 11 11:16:48 2022 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit fb276646 +commit fb2766460 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 6 08:20:27 2022 +0000 @@ -4350,7 +6751,7 @@ Date: Sun Nov 6 08:20:27 2022 +0000 web/lib/MRBS/Session/SessionPhp.php | 8 +++++--- 2 files changed, 21 insertions(+), 3 deletions(-) -commit e6b6cf95 +commit e6b6cf95c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:34:04 2022 +0000 @@ -4359,7 +6760,7 @@ Date: Sat Nov 5 18:34:04 2022 +0000 web/lib/MRBS/Auth/AuthJoomla.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit d9569b57 +commit d9569b578 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:32:16 2022 +0000 @@ -4368,7 +6769,7 @@ Date: Sat Nov 5 18:32:16 2022 +0000 web/lib/MRBS/Auth/AuthImap.php | 1 - 1 file changed, 1 deletion(-) -commit 6da23029 +commit 6da230291 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:30:04 2022 +0000 @@ -4377,7 +6778,7 @@ Date: Sat Nov 5 18:30:04 2022 +0000 web/lib/MRBS/Auth/AuthIdcheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 25a1a115 +commit 25a1a1150 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:28:26 2022 +0000 @@ -4386,7 +6787,7 @@ Date: Sat Nov 5 18:28:26 2022 +0000 web/lib/MRBS/Auth/AuthConfig.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 04b74477 +commit 04b74477c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:27:24 2022 +0000 @@ -4395,7 +6796,7 @@ Date: Sat Nov 5 18:27:24 2022 +0000 web/lib/MRBS/Auth/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 680c908d +commit 680c908d4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:26:40 2022 +0000 @@ -4404,7 +6805,7 @@ Date: Sat Nov 5 18:26:40 2022 +0000 web/lib/MRBS/Auth/Auth.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 9aaaf4aa +commit 9aaaf4aad Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:25:13 2022 +0000 @@ -4413,7 +6814,7 @@ Date: Sat Nov 5 18:25:13 2022 +0000 web/lib/MRBS/Auth/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d9430d0d +commit d9430d0d4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:24:25 2022 +0000 @@ -4422,7 +6823,7 @@ Date: Sat Nov 5 18:24:25 2022 +0000 web/lib/MRBS/Session/SessionWordpress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 65de6afd +commit 65de6afd3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:23:25 2022 +0000 @@ -4431,7 +6832,7 @@ Date: Sat Nov 5 18:23:25 2022 +0000 web/lib/MRBS/Session/SessionWordpress.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 77569042 +commit 77569042b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:18:16 2022 +0000 @@ -4440,7 +6841,7 @@ Date: Sat Nov 5 18:18:16 2022 +0000 web/lib/MRBS/Session/SessionSaml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2c280030 +commit 2c2800307 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:17:46 2022 +0000 @@ -4449,7 +6850,7 @@ Date: Sat Nov 5 18:17:46 2022 +0000 web/lib/MRBS/Session/SessionSaml.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit c25543b3 +commit c25543b3f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:16:45 2022 +0000 @@ -4458,7 +6859,7 @@ Date: Sat Nov 5 18:16:45 2022 +0000 web/lib/MRBS/Session/SessionSaml.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) -commit f7198abc +commit f7198abc7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:15:21 2022 +0000 @@ -4467,7 +6868,7 @@ Date: Sat Nov 5 18:15:21 2022 +0000 web/lib/MRBS/Session/SessionRemoteUser.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 91942d3e +commit 91942d3ea Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:14:30 2022 +0000 @@ -4476,7 +6877,7 @@ Date: Sat Nov 5 18:14:30 2022 +0000 web/lib/MRBS/Session/SessionOmni.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit b5d94731 +commit b5d947312 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:14:04 2022 +0000 @@ -4485,7 +6886,7 @@ Date: Sat Nov 5 18:14:04 2022 +0000 web/lib/MRBS/Session/SessionNt.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit a71c805f +commit a71c805fa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:13:40 2022 +0000 @@ -4494,7 +6895,7 @@ Date: Sat Nov 5 18:13:40 2022 +0000 web/lib/MRBS/Session/SessionJoomla.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 789902a4 +commit 789902a40 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:12:33 2022 +0000 @@ -4503,7 +6904,7 @@ Date: Sat Nov 5 18:12:33 2022 +0000 web/lib/MRBS/Session/SessionJoomla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8ba8fd16 +commit 8ba8fd164 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:11:46 2022 +0000 @@ -4512,7 +6913,7 @@ Date: Sat Nov 5 18:11:46 2022 +0000 web/lib/MRBS/Session/SessionIp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit d03143be +commit d03143be6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:11:06 2022 +0000 @@ -4521,7 +6922,7 @@ Date: Sat Nov 5 18:11:06 2022 +0000 web/lib/MRBS/Session/SessionHttp.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit c82a86fe +commit c82a86fe6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:10:14 2022 +0000 @@ -4530,7 +6931,7 @@ Date: Sat Nov 5 18:10:14 2022 +0000 web/lib/MRBS/Session/SessionHost.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 357397ea +commit 357397ea8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 18:09:25 2022 +0000 @@ -4539,7 +6940,7 @@ Date: Sat Nov 5 18:09:25 2022 +0000 web/lib/MRBS/Session/SessionCookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1c3ae9d9 +commit 1c3ae9d98 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 17:08:14 2022 +0000 @@ -4548,7 +6949,7 @@ Date: Sat Nov 5 17:08:14 2022 +0000 web/lib/MRBS/Auth/AuthCas.php | 3 +++ 1 file changed, 3 insertions(+) -commit 9c24b1e5 +commit 9c24b1e52 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 16:41:17 2022 +0000 @@ -4557,7 +6958,7 @@ Date: Sat Nov 5 16:41:17 2022 +0000 web/lib/MRBS/Session/SessionCas.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 49e6b53c +commit 49e6b53c4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 16:39:34 2022 +0000 @@ -4566,7 +6967,7 @@ Date: Sat Nov 5 16:39:34 2022 +0000 web/lib/MRBS/Session/SessionCas.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 3ed0dac3 +commit 3ed0dac33 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 16:38:00 2022 +0000 @@ -4575,7 +6976,7 @@ Date: Sat Nov 5 16:38:00 2022 +0000 web/lib/MRBS/Auth/AuthCas.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 82007413 +commit 820074139 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 16:35:52 2022 +0000 @@ -4584,7 +6985,7 @@ Date: Sat Nov 5 16:35:52 2022 +0000 web/lib/MRBS/Auth/AuthCas.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1f20b4f4 +commit 1f20b4f41 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 16:31:52 2022 +0000 @@ -4649,7 +7050,7 @@ Date: Sat Nov 5 16:31:52 2022 +0000 web/systemdefaults.inc.php | 3 + 57 files changed, 1887 insertions(+), 686 deletions(-) -commit bcac3107 +commit bcac31070 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Nov 5 08:59:47 2022 +0000 @@ -4658,7 +7059,7 @@ Date: Sat Nov 5 08:59:47 2022 +0000 web/init.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) -commit 9b2f2836 +commit 9b2f2836e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Nov 4 18:32:20 2022 +0000 @@ -4670,7 +7071,7 @@ Date: Fri Nov 4 18:32:20 2022 +0000 web/mrbs_auth.inc | 38 ++++++++++++--------------- 4 files changed, 28 insertions(+), 45 deletions(-) -commit bf9ad582 +commit bf9ad5825 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Nov 4 17:11:42 2022 +0000 @@ -4679,7 +7080,7 @@ Date: Fri Nov 4 17:11:42 2022 +0000 web/lib/MRBS/Session/SessionPhp.php | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) -commit 3c8877f0 +commit 3c8877f06 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Nov 4 13:49:21 2022 +0000 @@ -4688,7 +7089,7 @@ Date: Fri Nov 4 13:49:21 2022 +0000 web/lib/MRBS/User.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit f6431cb6 +commit f6431cb6d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 3 17:15:21 2022 +0000 @@ -4698,7 +7099,7 @@ Date: Thu Nov 3 17:15:21 2022 +0000 web/systemdefaults.inc.php | 3 +- 2 files changed, 65 insertions(+), 18 deletions(-) -commit 98149e06 +commit 98149e060 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Nov 2 17:55:31 2022 +0000 @@ -4707,7 +7108,7 @@ Date: Wed Nov 2 17:55:31 2022 +0000 web/lib/MRBS/DB.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) -commit 256f5ece +commit 256f5ecec Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 1 14:47:20 2022 +0000 @@ -4716,7 +7117,7 @@ Date: Tue Nov 1 14:47:20 2022 +0000 web/lib/MRBS/Session/SessionPhp.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 90ceeb8a +commit 90ceeb8a0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 1 14:46:08 2022 +0000 @@ -4725,7 +7126,7 @@ Date: Tue Nov 1 14:46:08 2022 +0000 web/functions.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit cb743200 +commit cb7432004 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 1 13:52:16 2022 +0000 @@ -4734,7 +7135,7 @@ Date: Tue Nov 1 13:52:16 2022 +0000 web/functions.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 9e652018 +commit 9e6520182 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 29 15:45:51 2022 +0100 @@ -4743,7 +7144,7 @@ Date: Sat Oct 29 15:45:51 2022 +0100 web/lib/MRBS/DB_pgsql.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) -commit 163fda6b +commit 163fda6b8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 29 14:55:12 2022 +0100 @@ -4758,7 +7159,7 @@ Date: Sat Oct 29 14:55:12 2022 +0100 web/upgrade.inc | 2 +- 7 files changed, 105 insertions(+), 12 deletions(-) -commit 6d09136f +commit 6d09136fc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 28 18:06:17 2022 +0100 @@ -4767,7 +7168,7 @@ Date: Fri Oct 28 18:06:17 2022 +0100 web/systemdefaults.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit e06cc4ba +commit e06cc4ba2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 26 17:13:47 2022 +0100 @@ -4776,7 +7177,7 @@ Date: Wed Oct 26 17:13:47 2022 +0100 web/lib/MRBS/Form/Form.php | 2 ++ 1 file changed, 2 insertions(+) -commit 1398e135 +commit 1398e1359 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 23 17:59:31 2022 +0100 @@ -4785,7 +7186,7 @@ Date: Sun Oct 23 17:59:31 2022 +0100 web/lang/lang.fr | 2 ++ 1 file changed, 2 insertions(+) -commit 69238308 +commit 692383085 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 23 17:51:34 2022 +0100 @@ -4794,7 +7195,7 @@ Date: Sun Oct 23 17:51:34 2022 +0100 web/Themes/classic126/styling.inc | 1 + 1 file changed, 1 insertion(+) -commit d915b3ab +commit d915b3ab2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 23 16:36:26 2022 +0100 @@ -4803,7 +7204,7 @@ Date: Sun Oct 23 16:36:26 2022 +0100 web/lib/MRBS/DateTime.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit de57a335 +commit de57a3353 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 23 16:20:28 2022 +0100 @@ -4812,7 +7213,7 @@ Date: Sun Oct 23 16:20:28 2022 +0100 web/lib/MRBS/DateTime.php | 64 ++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 32 deletions(-) -commit 06415017 +commit 06415017d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 23 15:56:13 2022 +0100 @@ -4821,7 +7222,7 @@ Date: Sun Oct 23 15:56:13 2022 +0100 web/lib/MRBS/DateTime.php | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) -commit 7f6c1070 +commit 7f6c10701 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 22 18:51:14 2022 +0100 @@ -4830,7 +7231,7 @@ Date: Sat Oct 22 18:51:14 2022 +0100 web/functions_table.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit f823ec17 +commit f823ec17c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 22 17:03:40 2022 +0100 @@ -4839,7 +7240,7 @@ Date: Sat Oct 22 17:03:40 2022 +0100 web/functions_table.inc | 43 +++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 15 deletions(-) -commit 25c508fb +commit 25c508fb2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 22 16:46:22 2022 +0100 @@ -4849,7 +7250,7 @@ Date: Sat Oct 22 16:46:22 2022 +0100 web/functions_table.inc | 15 ++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) -commit 169e040c +commit 169e040cf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 22 14:48:14 2022 +0100 @@ -4860,7 +7261,7 @@ Date: Sat Oct 22 14:48:14 2022 +0100 web/css/mrbs.css.php | 35 +++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 7 deletions(-) -commit 4fbe2875 +commit 4fbe28751 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 22 13:43:57 2022 +0100 @@ -4873,7 +7274,7 @@ Date: Sat Oct 22 13:43:57 2022 +0100 web/systemdefaults.inc.php | 3 +++ 5 files changed, 50 insertions(+), 1 deletion(-) -commit 2b89b5c8 +commit 2b89b5c82 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 22 12:22:39 2022 +0100 @@ -4885,7 +7286,7 @@ Date: Sat Oct 22 12:22:39 2022 +0100 web/systemdefaults.inc.php | 4 ++++ 4 files changed, 44 insertions(+), 4 deletions(-) -commit 5d4a6815 +commit 5d4a68150 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 22 11:35:25 2022 +0100 @@ -4895,7 +7296,7 @@ Date: Sat Oct 22 11:35:25 2022 +0100 web/mrbs_sql.inc | 18 ++--------- 2 files changed, 47 insertions(+), 15 deletions(-) -commit fb57ec36 +commit fb57ec363 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 21 18:51:07 2022 +0100 @@ -4904,7 +7305,7 @@ Date: Fri Oct 21 18:51:07 2022 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 80677675 +commit 806776754 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 21 18:47:45 2022 +0100 @@ -4913,7 +7314,7 @@ Date: Fri Oct 21 18:47:45 2022 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2934f9c4 +commit 2934f9c46 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 21 18:41:08 2022 +0100 @@ -4925,7 +7326,7 @@ Date: Fri Oct 21 18:41:08 2022 +0100 web/systemdefaults.inc.php | 5 +++++ 4 files changed, 31 insertions(+), 3 deletions(-) -commit e3d74a0b +commit e3d74a0b1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 21 17:41:54 2022 +0100 @@ -4934,7 +7335,7 @@ Date: Fri Oct 21 17:41:54 2022 +0100 web/lib/MRBS/DateTime.php | 93 +++++++++++++++++++++++-------------- 1 file changed, 59 insertions(+), 34 deletions(-) -commit 18097f35 +commit 18097f356 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 21 10:27:30 2022 +0100 @@ -4943,7 +7344,7 @@ Date: Fri Oct 21 10:27:30 2022 +0100 web/lib/MRBS/DateTime.php | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) -commit f3ae7237 +commit f3ae7237f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 21 10:05:32 2022 +0100 @@ -4953,7 +7354,7 @@ Date: Fri Oct 21 10:05:32 2022 +0100 web/systemdefaults.inc.php | 2 ++ 2 files changed, 24 insertions(+), 2 deletions(-) -commit 2b98dc5f +commit 2b98dc5fd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 21 09:34:58 2022 +0100 @@ -4963,7 +7364,7 @@ Date: Fri Oct 21 09:34:58 2022 +0100 web/systemdefaults.inc.php | 4 ++-- 2 files changed, 20 insertions(+), 6 deletions(-) -commit 2fae70d3 +commit 2fae70d3f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 21 09:21:12 2022 +0100 @@ -4972,7 +7373,7 @@ Date: Fri Oct 21 09:21:12 2022 +0100 web/css/mrbs.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 9a8dfad4 +commit 9a8dfad45 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 21 09:08:39 2022 +0100 @@ -4981,7 +7382,7 @@ Date: Fri Oct 21 09:08:39 2022 +0100 web/css/mrbs.css.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 08aa384b +commit 08aa384b2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 20 18:33:41 2022 +0100 @@ -4992,7 +7393,7 @@ Date: Thu Oct 20 18:33:41 2022 +0100 web/css/mrbs.css.php | 32 ++++++++++++++++++++++++++++- 3 files changed, 42 insertions(+), 6 deletions(-) -commit 34c80731 +commit 34c807310 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 20 17:51:06 2022 +0100 @@ -5003,7 +7404,7 @@ Date: Thu Oct 20 17:51:06 2022 +0100 web/systemdefaults.inc.php | 4 +++ 3 files changed, 66 insertions(+), 23 deletions(-) -commit 697ad551 +commit 697ad551c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 20 16:34:57 2022 +0100 @@ -5012,7 +7413,7 @@ Date: Thu Oct 20 16:34:57 2022 +0100 web/functions_table.inc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) -commit d23645b7 +commit d23645b72 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 20 16:21:38 2022 +0100 @@ -5021,7 +7422,7 @@ Date: Thu Oct 20 16:21:38 2022 +0100 web/functions_table.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -commit 42671d24 +commit 42671d24a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 20 16:09:26 2022 +0100 @@ -5031,7 +7432,7 @@ Date: Thu Oct 20 16:09:26 2022 +0100 web/functions_table.inc | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) -commit 8706e29f +commit 8706e29fc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 19 18:10:26 2022 +0100 @@ -5780,7 +8181,7 @@ Date: Wed Oct 19 18:10:26 2022 +0100 web/tzurl/zoneinfo/Pacific/Tongatapu.ics | 10 +- 741 files changed, 2517 insertions(+), 2441 deletions(-) -commit 1a4cb4a6 +commit 1a4cb4a63 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 19 17:10:37 2022 +0100 @@ -5789,7 +8190,7 @@ Date: Wed Oct 19 17:10:37 2022 +0100 web/js/edit_entry.js.php | 2 -- 1 file changed, 2 deletions(-) -commit dcea7396 +commit dcea7396c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 19 17:08:27 2022 +0100 @@ -5798,7 +8199,7 @@ Date: Wed Oct 19 17:08:27 2022 +0100 web/js/edit_entry.js.php | 1 - 1 file changed, 1 deletion(-) -commit 4094b104 +commit 4094b1043 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 19 17:03:05 2022 +0100 @@ -5807,7 +8208,7 @@ Date: Wed Oct 19 17:03:05 2022 +0100 web/js/edit_entry.js.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -commit bf6e3576 +commit bf6e3576e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 18 21:47:18 2022 +0100 @@ -5816,7 +8217,7 @@ Date: Tue Oct 18 21:47:18 2022 +0100 web/js/edit_entry.js.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 9c5f492f +commit 9c5f492f6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 18 17:01:05 2022 +0100 @@ -5825,7 +8226,7 @@ Date: Tue Oct 18 17:01:05 2022 +0100 web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 277325fa +commit 277325fab Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 18 16:41:06 2022 +0100 @@ -5834,7 +8235,7 @@ Date: Tue Oct 18 16:41:06 2022 +0100 web/js/datepicker.js.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit df703ccc +commit df703ccc4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 18 14:42:12 2022 +0100 @@ -5844,7 +8245,7 @@ Date: Tue Oct 18 14:42:12 2022 +0100 web/js/datepicker.js.php | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) -commit 606b31ec +commit 606b31ece Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 18 14:32:30 2022 +0100 @@ -5855,7 +8256,7 @@ Date: Tue Oct 18 14:32:30 2022 +0100 web/js/refresh.js.php | 17 ++++++++++------- 3 files changed, 36 insertions(+), 18 deletions(-) -commit e277e5f8 +commit e277e5f87 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 17 15:43:52 2022 +0100 @@ -5864,7 +8265,7 @@ Date: Mon Oct 17 15:43:52 2022 +0100 web/js/datepicker.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 37e0ec8f +commit 37e0ec8f7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 17 15:38:08 2022 +0100 @@ -5874,7 +8275,7 @@ Date: Mon Oct 17 15:38:08 2022 +0100 web/standard_vars.inc.php | 6 ++++++ 2 files changed, 23 insertions(+), 12 deletions(-) -commit 96f856c7 +commit 96f856c7b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 18:38:29 2022 +0100 @@ -5883,7 +8284,7 @@ Date: Sun Oct 16 18:38:29 2022 +0100 web/js/datepicker.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4f9b23d8 +commit 4f9b23d82 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 18:36:57 2022 +0100 @@ -5892,7 +8293,7 @@ Date: Sun Oct 16 18:36:57 2022 +0100 web/js/datepicker.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bb1e94cc +commit bb1e94cc3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 18:32:38 2022 +0100 @@ -5902,7 +8303,7 @@ Date: Sun Oct 16 18:32:38 2022 +0100 web/js/edit_entry.js.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit ef2a4664 +commit ef2a4664e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 18:22:41 2022 +0100 @@ -5917,7 +8318,7 @@ Date: Sun Oct 16 18:22:41 2022 +0100 web/js.inc | 4 +- 7 files changed, 408 insertions(+), 257 deletions(-) -commit f1ae3eb3 +commit f1ae3eb39 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 18:01:41 2022 +0100 @@ -5926,7 +8327,7 @@ Date: Sun Oct 16 18:01:41 2022 +0100 web/lib/MRBS/Session/SessionCookie.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) -commit aa72aed9 +commit aa72aed95 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 17:59:06 2022 +0100 @@ -5935,7 +8336,7 @@ Date: Sun Oct 16 17:59:06 2022 +0100 web/lib/MRBS/Session/SessionCookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2114e739 +commit 2114e739c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 17:54:29 2022 +0100 @@ -5944,7 +8345,7 @@ Date: Sun Oct 16 17:54:29 2022 +0100 web/js/edit_entry.js.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit fb96613c +commit fb96613cc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 17:49:34 2022 +0100 @@ -5953,7 +8354,7 @@ Date: Sun Oct 16 17:49:34 2022 +0100 web/js/refresh.js.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 864d0b18 +commit 864d0b185 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 17:38:06 2022 +0100 @@ -5962,7 +8363,7 @@ Date: Sun Oct 16 17:38:06 2022 +0100 web/js/edit_entry.js.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit cf37b395 +commit cf37b3953 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 17:34:22 2022 +0100 @@ -5971,7 +8372,7 @@ Date: Sun Oct 16 17:34:22 2022 +0100 web/js/edit_entry.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 26cf40b4 +commit 26cf40b48 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 17:30:55 2022 +0100 @@ -5980,7 +8381,7 @@ Date: Sun Oct 16 17:30:55 2022 +0100 web/js/edit_entry.js.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) -commit aeade428 +commit aeade428d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 17:27:35 2022 +0100 @@ -5989,7 +8390,7 @@ Date: Sun Oct 16 17:27:35 2022 +0100 web/js/edit_entry.js.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit c3b12f98 +commit c3b12f985 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 16 16:52:35 2022 +0100 @@ -5998,7 +8399,7 @@ Date: Sun Oct 16 16:52:35 2022 +0100 web/edit_entry_handler.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 8dc856bd +commit 8dc856bdc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 15 18:36:35 2022 +0100 @@ -6008,7 +8409,7 @@ Date: Sat Oct 15 18:36:35 2022 +0100 web/js/edit_entry.js.php | 20 ++++++++++++++------ 2 files changed, 31 insertions(+), 8 deletions(-) -commit 1c7dc4d9 +commit 1c7dc4d99 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 14 16:34:09 2022 +0100 @@ -6017,7 +8418,7 @@ Date: Fri Oct 14 16:34:09 2022 +0100 web/lib/MRBS/Form/Form.php | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) -commit 93b12e82 +commit 93b12e827 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 14 16:03:24 2022 +0100 @@ -6026,7 +8427,7 @@ Date: Fri Oct 14 16:03:24 2022 +0100 web/functions_mail.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit 19497841 +commit 19497841f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 14 16:01:52 2022 +0100 @@ -6035,7 +8436,7 @@ Date: Fri Oct 14 16:01:52 2022 +0100 web/functions_mail.inc | 46 ---------------------------------------- 1 file changed, 46 deletions(-) -commit be52793f +commit be52793f3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 14 15:57:16 2022 +0100 @@ -6044,7 +8445,7 @@ Date: Fri Oct 14 15:57:16 2022 +0100 web/functions_ical.inc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -commit bc7c5caf +commit bc7c5cafb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 14 15:24:30 2022 +0100 @@ -6054,7 +8455,7 @@ Date: Fri Oct 14 15:24:30 2022 +0100 web/lib/MRBS/MailQueue.php | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) -commit 65f585b0 +commit 65f585b06 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 13 18:12:46 2022 +0100 @@ -6063,7 +8464,7 @@ Date: Thu Oct 13 18:12:46 2022 +0100 web/lib/MRBS/DB.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 7a5dfccd +commit 7a5dfccd9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 13 17:51:22 2022 +0100 @@ -6072,7 +8473,7 @@ Date: Thu Oct 13 17:51:22 2022 +0100 web/lib/MRBS/DB_mysql.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) -commit 55a50a44 +commit 55a50a445 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 13 17:40:14 2022 +0100 @@ -6081,7 +8482,7 @@ Date: Thu Oct 13 17:40:14 2022 +0100 web/lib/MRBS/DB_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 58007964 +commit 58007964f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 13 13:25:21 2022 +0100 @@ -6090,7 +8491,7 @@ Date: Thu Oct 13 13:25:21 2022 +0100 web/lib/MRBS/MailQueue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 2818ace0 +commit 2818ace0b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 12 16:02:46 2022 +0100 @@ -6099,7 +8500,7 @@ Date: Wed Oct 12 16:02:46 2022 +0100 web/lib/MRBS/MailQueue.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit a64f0748 +commit a64f07483 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 12 15:58:52 2022 +0100 @@ -6108,7 +8509,7 @@ Date: Wed Oct 12 15:58:52 2022 +0100 web/lib/MRBS/MailQueue.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit e41ce77e +commit e41ce77e7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 12 15:58:00 2022 +0100 @@ -6117,7 +8518,7 @@ Date: Wed Oct 12 15:58:00 2022 +0100 web/lib/MRBS/MailQueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 90861ed3 +commit 90861ed3f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 12 15:35:15 2022 +0100 @@ -6126,7 +8527,7 @@ Date: Wed Oct 12 15:35:15 2022 +0100 web/lib/MRBS/MailQueue.php | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) -commit 81a5b036 +commit 81a5b0364 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 12 15:05:10 2022 +0100 @@ -6135,7 +8536,7 @@ Date: Wed Oct 12 15:05:10 2022 +0100 web/mrbs_auth.inc | 1 - 1 file changed, 1 deletion(-) -commit b0aa4fa7 +commit b0aa4fa76 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 12 11:03:38 2022 +0100 @@ -6146,7 +8547,7 @@ Date: Wed Oct 12 11:03:38 2022 +0100 web/systemdefaults.inc.php | 4 ++++ 3 files changed, 33 insertions(+), 11 deletions(-) -commit fce5aac2 +commit fce5aac2a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 11 19:01:49 2022 +0100 @@ -6155,7 +8556,7 @@ Date: Tue Oct 11 19:01:49 2022 +0100 web/functions_error.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 639ce208 +commit 639ce208c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 11 18:21:40 2022 +0100 @@ -6188,7 +8589,7 @@ Date: Tue Oct 11 18:21:40 2022 +0100 web/lib/MRBS/Session/SessionWordpress.php | 4 ++-- 25 files changed, 62 insertions(+), 62 deletions(-) -commit 4dda0298 +commit 4dda02988 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 11 16:55:47 2022 +0100 @@ -6197,7 +8598,7 @@ Date: Tue Oct 11 16:55:47 2022 +0100 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 84b8ec34 +commit 84b8ec34b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 11 16:48:19 2022 +0100 @@ -6206,7 +8607,7 @@ Date: Tue Oct 11 16:48:19 2022 +0100 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 02380cf3 +commit 02380cf3d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 11 16:47:46 2022 +0100 @@ -6215,7 +8616,7 @@ Date: Tue Oct 11 16:47:46 2022 +0100 web/view_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 680ef731 +commit 680ef731e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 9 18:33:09 2022 +0100 @@ -6225,7 +8626,7 @@ Date: Sun Oct 9 18:33:09 2022 +0100 web/init.inc | 53 -------------------------------------- 2 files changed, 54 insertions(+), 53 deletions(-) -commit 66e81f5c +commit 66e81f5ca Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 9 13:55:26 2022 +0100 @@ -6234,7 +8635,7 @@ Date: Sun Oct 9 13:55:26 2022 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f007c28a +commit f007c28a9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 9 13:51:00 2022 +0100 @@ -6243,7 +8644,7 @@ Date: Sun Oct 9 13:51:00 2022 +0100 web/systemdefaults.inc.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit 6fdff7d6 +commit 6fdff7d6c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 8 20:35:54 2022 +0100 @@ -6252,7 +8653,7 @@ Date: Sat Oct 8 20:35:54 2022 +0100 web/lib/MRBS/Session/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 24675d75 +commit 24675d754 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 8 19:42:57 2022 +0100 @@ -6261,7 +8662,7 @@ Date: Sat Oct 8 19:42:57 2022 +0100 web/lib/MRBS/Session/SessionJoomla.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -commit f1ef372c +commit f1ef372cf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 8 19:35:57 2022 +0100 @@ -6270,7 +8671,7 @@ Date: Sat Oct 8 19:35:57 2022 +0100 web/init.inc | 2 -- 1 file changed, 2 deletions(-) -commit 5b6c3f71 +commit 5b6c3f715 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 8 19:27:42 2022 +0100 @@ -6284,7 +8685,7 @@ Date: Sat Oct 8 19:27:42 2022 +0100 web/mrbs_auth.inc | 16 --- 6 files changed, 170 insertions(+), 167 deletions(-) -commit 5ecaae10 +commit 5ecaae10e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 8 18:47:19 2022 +0100 @@ -6293,7 +8694,7 @@ Date: Sat Oct 8 18:47:19 2022 +0100 web/init.inc | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) -commit 7c7a8653 +commit 7c7a8653e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 8 17:52:31 2022 +0100 @@ -6302,7 +8703,7 @@ Date: Sat Oct 8 17:52:31 2022 +0100 web/lib/MRBS/Session/SessionWordpress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6bdc1aca +commit 6bdc1aca0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 8 17:41:09 2022 +0100 @@ -6312,7 +8713,7 @@ Date: Sat Oct 8 17:41:09 2022 +0100 web/lib/MRBS/Session/SessionJoomla.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) -commit 2f22678a +commit 2f22678af Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 7 18:34:04 2022 +0100 @@ -6327,7 +8728,7 @@ Date: Fri Oct 7 18:34:04 2022 +0100 web/lib/PHPMailer/src/SMTP.php | 3 +-- 7 files changed, 24 insertions(+), 17 deletions(-) -commit 6775815e +commit 6775815e9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 7 17:54:15 2022 +0100 @@ -6336,7 +8737,7 @@ Date: Fri Oct 7 17:54:15 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 325f2459 +commit 325f2459e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 7 17:39:34 2022 +0100 @@ -6345,7 +8746,7 @@ Date: Fri Oct 7 17:39:34 2022 +0100 web/js/index.js.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -commit 6e96f2fe +commit 6e96f2fed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 7 17:29:41 2022 +0100 @@ -6354,7 +8755,7 @@ Date: Fri Oct 7 17:29:41 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) -commit 8c988fbe +commit 8c988fbe0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 7 17:23:45 2022 +0100 @@ -6363,7 +8764,7 @@ Date: Fri Oct 7 17:23:45 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 55a99a31 +commit 55a99a31e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 6 16:52:30 2022 +0100 @@ -6372,7 +8773,7 @@ Date: Thu Oct 6 16:52:30 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 79559cfe +commit 79559cfe3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 6 16:43:08 2022 +0100 @@ -6381,7 +8782,7 @@ Date: Thu Oct 6 16:43:08 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit c8853eea +commit c8853eea7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 6 16:41:34 2022 +0100 @@ -6390,7 +8791,7 @@ Date: Thu Oct 6 16:41:34 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 3b270247 +commit 3b2702474 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 6 16:35:33 2022 +0100 @@ -6399,7 +8800,7 @@ Date: Thu Oct 6 16:35:33 2022 +0100 web/lib/MRBS/DB_pgsql.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 42fbd10b +commit 42fbd10b6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 6 16:30:03 2022 +0100 @@ -6408,7 +8809,7 @@ Date: Thu Oct 6 16:30:03 2022 +0100 web/lib/MRBS/DB_pgsql.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) -commit 2692c363 +commit 2692c3637 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 6 16:26:14 2022 +0100 @@ -6417,7 +8818,7 @@ Date: Thu Oct 6 16:26:14 2022 +0100 web/lib/MRBS/DB_mysql.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) -commit a01749bf +commit a01749bf9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 6 16:21:16 2022 +0100 @@ -6428,7 +8829,7 @@ Date: Thu Oct 6 16:21:16 2022 +0100 web/lib/MRBS/DB_pgsql.php | 9 +++++++- 3 files changed, 49 insertions(+), 17 deletions(-) -commit d42f3367 +commit d42f33675 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 18:18:01 2022 +0100 @@ -6437,7 +8838,7 @@ Date: Wed Oct 5 18:18:01 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) -commit eb66414a +commit eb66414a5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 18:11:51 2022 +0100 @@ -6446,7 +8847,7 @@ Date: Wed Oct 5 18:11:51 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1c76f5ce +commit 1c76f5cec Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 16:36:29 2022 +0100 @@ -6455,7 +8856,7 @@ Date: Wed Oct 5 16:36:29 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit 03820fec +commit 03820fecc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 14:43:42 2022 +0100 @@ -6471,7 +8872,7 @@ Date: Wed Oct 5 14:43:42 2022 +0100 .../MRBS/SessionHandlerDbException.php (new) | 9 ++++++++ 8 files changed, 86 insertions(+), 20 deletions(-) -commit 1664562c +commit 1664562cb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 10:05:27 2022 +0100 @@ -6480,7 +8881,7 @@ Date: Wed Oct 5 10:05:27 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 42d21b2b +commit 42d21b2b0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 09:48:22 2022 +0100 @@ -6489,7 +8890,7 @@ Date: Wed Oct 5 09:48:22 2022 +0100 web/lib/MRBS/DB_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c92f7dae +commit c92f7dae8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 09:46:29 2022 +0100 @@ -6498,7 +8899,7 @@ Date: Wed Oct 5 09:46:29 2022 +0100 web/lib/MRBS/DB_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1b6944f3 +commit 1b6944f3e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 09:44:18 2022 +0100 @@ -6507,7 +8908,7 @@ Date: Wed Oct 5 09:44:18 2022 +0100 web/lib/MRBS/DB_mysql.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -commit 664dfdd1 +commit 664dfdd17 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 09:39:29 2022 +0100 @@ -6516,7 +8917,7 @@ Date: Wed Oct 5 09:39:29 2022 +0100 web/lib/MRBS/DB_mysql.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -commit e34981ca +commit e34981ca9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 09:28:01 2022 +0100 @@ -6525,7 +8926,7 @@ Date: Wed Oct 5 09:28:01 2022 +0100 web/lib/MRBS/DB_mysql.php | 40 +++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 17 deletions(-) -commit 2415fb9e +commit 2415fb9e8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 09:18:43 2022 +0100 @@ -6535,7 +8936,7 @@ Date: Wed Oct 5 09:18:43 2022 +0100 web/lib/MRBS/DB_mysql.php | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) -commit 3b6ab685 +commit 3b6ab685b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 5 08:43:52 2022 +0100 @@ -6544,7 +8945,7 @@ Date: Wed Oct 5 08:43:52 2022 +0100 web/lib/MRBS/DB_pgsql.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit d8684346 +commit d86843462 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 4 18:50:14 2022 +0100 @@ -6553,7 +8954,7 @@ Date: Tue Oct 4 18:50:14 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit f9c566f1 +commit f9c566f1d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 4 18:48:48 2022 +0100 @@ -6562,7 +8963,7 @@ Date: Tue Oct 4 18:48:48 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 43 ++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) -commit 63462bdf +commit 63462bdfe Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 19:28:43 2022 +0100 @@ -6571,7 +8972,7 @@ Date: Mon Oct 3 19:28:43 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 37a8d135 +commit 37a8d1356 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 17:00:30 2022 +0100 @@ -6580,7 +8981,7 @@ Date: Mon Oct 3 17:00:30 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c7f328b4 +commit c7f328b4e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 16:59:09 2022 +0100 @@ -6589,7 +8990,7 @@ Date: Mon Oct 3 16:59:09 2022 +0100 web/lib/MRBS/DB_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 535dea3d +commit 535dea3d7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 16:54:37 2022 +0100 @@ -6600,7 +9001,7 @@ Date: Mon Oct 3 16:54:37 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit e7194e8f +commit e7194e8f1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 16:51:42 2022 +0100 @@ -6609,7 +9010,7 @@ Date: Mon Oct 3 16:51:42 2022 +0100 web/lib/MRBS/DB.php | 3 +++ 1 file changed, 3 insertions(+) -commit 0b8efb0b +commit 0b8efb0bc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 16:49:58 2022 +0100 @@ -6620,7 +9021,7 @@ Date: Mon Oct 3 16:49:58 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit b321b5a2 +commit b321b5a29 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 16:45:13 2022 +0100 @@ -6629,7 +9030,7 @@ Date: Mon Oct 3 16:45:13 2022 +0100 web/lib/MRBS/DB.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 6b75ccf1 +commit 6b75ccf16 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 16:31:23 2022 +0100 @@ -6640,7 +9041,7 @@ Date: Mon Oct 3 16:31:23 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 78d4171a +commit 78d4171a0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 16:29:42 2022 +0100 @@ -6649,7 +9050,7 @@ Date: Mon Oct 3 16:29:42 2022 +0100 web/lib/MRBS/DB.php | 3 +++ 1 file changed, 3 insertions(+) -commit 2b4e842d +commit 2b4e842d6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 16:27:09 2022 +0100 @@ -6660,7 +9061,7 @@ Date: Mon Oct 3 16:27:09 2022 +0100 web/lib/MRBS/DB_pgsql.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) -commit a6651e96 +commit a6651e962 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 3 16:25:13 2022 +0100 @@ -6669,7 +9070,7 @@ Date: Mon Oct 3 16:25:13 2022 +0100 web/lib/MRBS/DB.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 4a471b21 +commit 4a471b212 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:50:38 2022 +0100 @@ -6678,7 +9079,7 @@ Date: Sun Oct 2 18:50:38 2022 +0100 web/lib/MRBS/DB_pgsql.php | 9 +++++++++ 1 file changed, 9 insertions(+) -commit b79e98a2 +commit b79e98a25 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:47:02 2022 +0100 @@ -6688,7 +9089,7 @@ Date: Sun Oct 2 18:47:02 2022 +0100 web/lib/MRBS/DB_mysql.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 39fc5630 +commit 39fc56306 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:44:43 2022 +0100 @@ -6697,7 +9098,7 @@ Date: Sun Oct 2 18:44:43 2022 +0100 web/lib/MRBS/DB.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 48241e34 +commit 48241e340 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:42:00 2022 +0100 @@ -6706,7 +9107,7 @@ Date: Sun Oct 2 18:42:00 2022 +0100 web/lib/MRBS/DB_pgsql.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 76d93f06 +commit 76d93f067 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:40:30 2022 +0100 @@ -6717,7 +9118,7 @@ Date: Sun Oct 2 18:40:30 2022 +0100 web/lib/MRBS/DB_pgsql.php | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) -commit 5d145a8c +commit 5d145a8c2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:35:38 2022 +0100 @@ -6726,7 +9127,7 @@ Date: Sun Oct 2 18:35:38 2022 +0100 web/lib/MRBS/DB.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 5a6d03c3 +commit 5a6d03c30 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:33:39 2022 +0100 @@ -6737,7 +9138,7 @@ Date: Sun Oct 2 18:33:39 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) -commit 2bfb741f +commit 2bfb741f8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:30:17 2022 +0100 @@ -6746,7 +9147,7 @@ Date: Sun Oct 2 18:30:17 2022 +0100 web/lib/MRBS/DB.php | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 4efa0069 +commit 4efa00696 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:28:24 2022 +0100 @@ -6757,7 +9158,7 @@ Date: Sun Oct 2 18:28:24 2022 +0100 web/lib/MRBS/DB_pgsql.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) -commit 5af417d0 +commit 5af417d01 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:23:51 2022 +0100 @@ -6766,7 +9167,7 @@ Date: Sun Oct 2 18:23:51 2022 +0100 web/lib/MRBS/DB.php | 3 +++ 1 file changed, 3 insertions(+) -commit d29c05d0 +commit d29c05d04 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:22:15 2022 +0100 @@ -6777,7 +9178,7 @@ Date: Sun Oct 2 18:22:15 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 7da55c11 +commit 7da55c117 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:10:56 2022 +0100 @@ -6786,7 +9187,7 @@ Date: Sun Oct 2 18:10:56 2022 +0100 web/lib/MRBS/DB.php | 3 +++ 1 file changed, 3 insertions(+) -commit 717a4570 +commit 717a45706 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:07:06 2022 +0100 @@ -6797,7 +9198,7 @@ Date: Sun Oct 2 18:07:06 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) -commit a003ec50 +commit a003ec501 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:05:02 2022 +0100 @@ -6806,7 +9207,7 @@ Date: Sun Oct 2 18:05:02 2022 +0100 web/lib/MRBS/DB.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) -commit c6bb1df8 +commit c6bb1df82 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 18:00:22 2022 +0100 @@ -6815,7 +9216,7 @@ Date: Sun Oct 2 18:00:22 2022 +0100 web/lib/MRBS/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1e7b72e5 +commit 1e7b72e54 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 17:59:08 2022 +0100 @@ -6826,7 +9227,7 @@ Date: Sun Oct 2 17:59:08 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) -commit 080e8d13 +commit 080e8d13d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 17:44:43 2022 +0100 @@ -6835,7 +9236,7 @@ Date: Sun Oct 2 17:44:43 2022 +0100 web/lib/MRBS/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e0c170c3 +commit e0c170c3e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 10:48:21 2022 +0100 @@ -6844,7 +9245,7 @@ Date: Sun Oct 2 10:48:21 2022 +0100 web/lib/MRBS/DB_mysql.php | 74 ++++++++++++++++++++++++++++--------- 1 file changed, 56 insertions(+), 18 deletions(-) -commit 498a1205 +commit 498a1205e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 2 09:40:11 2022 +0100 @@ -6855,7 +9256,7 @@ Date: Sun Oct 2 09:40:11 2022 +0100 web/lib/MRBS/DB_pgsql.php | 7 +++++++ 3 files changed, 22 insertions(+), 4 deletions(-) -commit 52c876d4 +commit 52c876d4d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 1 18:34:19 2022 +0100 @@ -6864,7 +9265,7 @@ Date: Sat Oct 1 18:34:19 2022 +0100 web/lib/MRBS/DB.php | 3 +++ 1 file changed, 3 insertions(+) -commit 92efc573 +commit 92efc5734 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 1 18:28:29 2022 +0100 @@ -6874,7 +9275,7 @@ Date: Sat Oct 1 18:28:29 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit bc193a89 +commit bc193a899 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 1 10:31:16 2022 +0100 @@ -6885,7 +9286,7 @@ Date: Sat Oct 1 10:31:16 2022 +0100 web/lib/MRBS/DB_pgsql.php | 6 ++++-- 3 files changed, 11 insertions(+), 6 deletions(-) -commit cfceea0e +commit cfceea0e6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 1 10:15:55 2022 +0100 @@ -6894,7 +9295,7 @@ Date: Sat Oct 1 10:15:55 2022 +0100 web/lib/MRBS/DB.php | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) -commit 268e5a01 +commit 268e5a019 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 1 10:04:48 2022 +0100 @@ -6904,7 +9305,7 @@ Date: Sat Oct 1 10:04:48 2022 +0100 web/lib/MRBS/DB_pgsql.php | 18 +++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) -commit ace6de59 +commit ace6de59c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 1 09:55:06 2022 +0100 @@ -6915,7 +9316,7 @@ Date: Sat Oct 1 09:55:06 2022 +0100 web/lib/MRBS/DB_mysql.php | 47 ++++++++++++++++++++++++++++++++++++- 3 files changed, 69 insertions(+), 2 deletions(-) -commit 96f229d2 +commit 96f229d2d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 30 18:25:22 2022 +0100 @@ -6924,7 +9325,7 @@ Date: Fri Sep 30 18:25:22 2022 +0100 web/lib/MRBS/DB.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 97658232 +commit 976582325 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 30 18:03:31 2022 +0100 @@ -6933,7 +9334,7 @@ Date: Fri Sep 30 18:03:31 2022 +0100 web/lib/MRBS/DB_pgsql.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 6467ced3 +commit 6467ced34 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 30 17:59:36 2022 +0100 @@ -6942,7 +9343,7 @@ Date: Fri Sep 30 17:59:36 2022 +0100 web/lib/MRBS/DB.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 2ad3b400 +commit 2ad3b4004 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 30 17:56:46 2022 +0100 @@ -6951,7 +9352,7 @@ Date: Fri Sep 30 17:56:46 2022 +0100 web/lib/MRBS/DB_pgsql.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 423a7e1e +commit 423a7e1ec Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 30 17:43:58 2022 +0100 @@ -6961,7 +9362,7 @@ Date: Fri Sep 30 17:43:58 2022 +0100 web/lib/MRBS/DB_mysql.php | 10 ---------- 2 files changed, 9 insertions(+), 13 deletions(-) -commit 479736e9 +commit 479736e9a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 30 17:37:29 2022 +0100 @@ -6970,7 +9371,7 @@ Date: Fri Sep 30 17:37:29 2022 +0100 web/lib/MRBS/DB_mysql.php | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) -commit dc6701ef +commit dc6701ef3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 30 16:36:52 2022 +0100 @@ -6979,7 +9380,7 @@ Date: Fri Sep 30 16:36:52 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bcffd765 +commit bcffd765a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 30 16:35:53 2022 +0100 @@ -6988,7 +9389,7 @@ Date: Fri Sep 30 16:35:53 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1866be8a +commit 1866be8af Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 30 16:33:35 2022 +0100 @@ -6997,7 +9398,7 @@ Date: Fri Sep 30 16:33:35 2022 +0100 web/lib/MRBS/DB_pgsql.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -commit 0322d4b1 +commit 0322d4b1a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 29 19:08:40 2022 +0100 @@ -7025,7 +9426,7 @@ Date: Thu Sep 29 19:08:40 2022 +0100 web/jquery/ui/jquery-ui.min.js | 4 +- 20 files changed, 51 insertions(+), 46 deletions(-) -commit 82eaa8b4 +commit 82eaa8b46 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 28 16:29:55 2022 +0100 @@ -7036,7 +9437,7 @@ Date: Wed Sep 28 16:29:55 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 3b239488 +commit 3b2394888 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 28 15:59:08 2022 +0100 @@ -7047,7 +9448,7 @@ Date: Wed Sep 28 15:59:08 2022 +0100 web/lib/MRBS/DB_pgsql.php | 14 -------------- 3 files changed, 14 insertions(+), 31 deletions(-) -commit e3361266 +commit e3361266d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 28 15:52:20 2022 +0100 @@ -7058,7 +9459,7 @@ Date: Wed Sep 28 15:52:20 2022 +0100 web/lib/MRBS/DB_pgsql.php | 13 +++++++------ 3 files changed, 19 insertions(+), 24 deletions(-) -commit bec1a097 +commit bec1a0979 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 28 15:36:13 2022 +0100 @@ -7067,7 +9468,7 @@ Date: Wed Sep 28 15:36:13 2022 +0100 web/lib/MRBS/DB.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) -commit 55904eb0 +commit 55904eb02 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 28 15:27:47 2022 +0100 @@ -7076,7 +9477,7 @@ Date: Wed Sep 28 15:27:47 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a64e4cd2 +commit a64e4cd21 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 28 15:26:12 2022 +0100 @@ -7086,7 +9487,7 @@ Date: Wed Sep 28 15:26:12 2022 +0100 web/lib/MRBS/DB_pgsql.php | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) -commit cb51e744 +commit cb51e7447 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 28 15:23:53 2022 +0100 @@ -7096,7 +9497,7 @@ Date: Wed Sep 28 15:23:53 2022 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 2 files changed, 3 insertions(+), 17 deletions(-) -commit ab8fddd9 +commit ab8fddd9f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 28 09:20:48 2022 +0100 @@ -7105,7 +9506,7 @@ Date: Wed Sep 28 09:20:48 2022 +0100 web/lib/MRBS/DB_mysql.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 6cec8772 +commit 6cec87724 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 28 09:04:26 2022 +0100 @@ -7114,7 +9515,7 @@ Date: Wed Sep 28 09:04:26 2022 +0100 web/lib/MRBS/DB_pgsql.php | 46 +++++++++++++------------------------ 1 file changed, 16 insertions(+), 30 deletions(-) -commit 741a0be7 +commit 741a0be7e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Sep 27 19:00:24 2022 +0100 @@ -7123,7 +9524,7 @@ Date: Tue Sep 27 19:00:24 2022 +0100 web/lib/MRBS/DB_pgsql.php | 74 +++++++++++++++++++++---------------- 1 file changed, 42 insertions(+), 32 deletions(-) -commit 737b7ec5 +commit 737b7ec56 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Sep 11 14:19:42 2022 +0100 @@ -7132,7 +9533,7 @@ Date: Sun Sep 11 14:19:42 2022 +0100 web/lib/MRBS/Auth/AuthDb.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 2fa08658 +commit 2fa08658c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Sep 11 14:17:55 2022 +0100 @@ -7142,7 +9543,7 @@ Date: Sun Sep 11 14:17:55 2022 +0100 web/lib/MRBS/Session/SessionWordpress.php | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) -commit 2c6e61ef +commit 2c6e61ef9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Sep 11 14:11:23 2022 +0100 @@ -7152,7 +9553,7 @@ Date: Sun Sep 11 14:11:23 2022 +0100 web/lib/MRBS/Auth/AuthDb.php | 19 ++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) -commit 86f9fd9d +commit 86f9fd9d5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Sep 11 14:02:48 2022 +0100 @@ -7179,7 +9580,7 @@ Date: Sun Sep 11 14:02:48 2022 +0100 web/lib/MRBS/Auth/AuthWordpress.php | 6 +++++- 19 files changed, 95 insertions(+), 19 deletions(-) -commit da16ad4e +commit da16ad4ed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Sep 4 18:50:14 2022 +0100 @@ -7191,7 +9592,7 @@ Date: Sun Sep 4 18:50:14 2022 +0100 web/lib/MRBS/DB_pgsql.php | 12 ++++++------ 4 files changed, 31 insertions(+), 31 deletions(-) -commit c16cb60b +commit c16cb60b2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Sep 4 18:42:27 2022 +0100 @@ -7200,7 +9601,7 @@ Date: Sun Sep 4 18:42:27 2022 +0100 web/lib/MRBS/DB.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) -commit b4e085b3 +commit b4e085b3e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Sep 4 18:39:36 2022 +0100 @@ -7210,7 +9611,7 @@ Date: Sun Sep 4 18:39:36 2022 +0100 web/lib/MRBS/Auth/AuthDbExt.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -commit c4db8d01 +commit c4db8d015 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Sep 3 18:13:10 2022 +0100 @@ -7219,7 +9620,7 @@ Date: Sat Sep 3 18:13:10 2022 +0100 web/lib/MRBS/DBFactory.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) -commit c8ccd718 +commit c8ccd7182 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Sep 3 18:03:59 2022 +0100 @@ -7230,7 +9631,7 @@ Date: Sat Sep 3 18:03:59 2022 +0100 web/lib/MRBS/DB_pgsql.php | 13 ++++++++++++- 3 files changed, 36 insertions(+), 4 deletions(-) -commit d646753a +commit d646753a8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 26 20:33:25 2022 +0100 @@ -7239,7 +9640,7 @@ Date: Fri Aug 26 20:33:25 2022 +0100 web/language.inc | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) -commit 01360229 +commit 013602297 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 25 15:43:32 2022 +0100 @@ -7248,7 +9649,7 @@ Date: Thu Aug 25 15:43:32 2022 +0100 web/lib/MRBS/System.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 93a17651 +commit 93a176515 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 25 15:40:42 2022 +0100 @@ -7257,7 +9658,7 @@ Date: Thu Aug 25 15:40:42 2022 +0100 web/lib/MRBS/System.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit 927dba46 +commit 927dba46d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 22 18:56:16 2022 +0100 @@ -7266,7 +9667,7 @@ Date: Mon Aug 22 18:56:16 2022 +0100 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8ce70276 +commit 8ce702766 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 22 18:53:12 2022 +0100 @@ -7275,7 +9676,7 @@ Date: Mon Aug 22 18:53:12 2022 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6e11cf06 +commit 6e11cf064 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 22 18:50:55 2022 +0100 @@ -7284,7 +9685,7 @@ Date: Mon Aug 22 18:50:55 2022 +0100 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit dd958b76 +commit dd958b76e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 22 17:32:17 2022 +0100 @@ -7301,7 +9702,7 @@ Date: Mon Aug 22 17:32:17 2022 +0100 web/lib/PHPMailer/src/SMTP.php | 7 +- 9 files changed, 138 insertions(+), 68 deletions(-) -commit 9bc6e399 +commit 9bc6e399d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Aug 20 18:47:59 2022 +0100 @@ -7310,7 +9711,7 @@ Date: Sat Aug 20 18:47:59 2022 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 813ceb4e +commit 813ceb4e5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Aug 20 18:40:02 2022 +0100 @@ -7319,7 +9720,7 @@ Date: Sat Aug 20 18:40:02 2022 +0100 web/functions_mail.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit d96a3efd +commit d96a3efdc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Aug 20 18:19:21 2022 +0100 @@ -7328,7 +9729,7 @@ Date: Sat Aug 20 18:19:21 2022 +0100 web/functions_mail.inc | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) -commit a2df33a2 +commit a2df33a21 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Aug 20 17:56:42 2022 +0100 @@ -7337,7 +9738,7 @@ Date: Sat Aug 20 17:56:42 2022 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ee548762 +commit ee5487627 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Aug 20 17:38:05 2022 +0100 @@ -7346,7 +9747,7 @@ Date: Sat Aug 20 17:38:05 2022 +0100 web/functions_mail.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit b1efecd5 +commit b1efecd5b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Aug 20 17:28:44 2022 +0100 @@ -7357,7 +9758,7 @@ Date: Sat Aug 20 17:28:44 2022 +0100 web/view_entry.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 5025363c +commit 5025363cb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Aug 20 17:12:31 2022 +0100 @@ -7366,7 +9767,7 @@ Date: Sat Aug 20 17:12:31 2022 +0100 web/grab_globals.inc.php | 75 ++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 39 deletions(-) -commit 2b8282f7 +commit 2b8282f7e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 19 18:59:57 2022 +0100 @@ -7375,7 +9776,7 @@ Date: Fri Aug 19 18:59:57 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6761f45f +commit 6761f45ff Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 19 18:55:56 2022 +0100 @@ -7384,7 +9785,7 @@ Date: Fri Aug 19 18:55:56 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ee4f78c4 +commit ee4f78c43 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 19 18:52:43 2022 +0100 @@ -7395,7 +9796,7 @@ Date: Fri Aug 19 18:52:43 2022 +0100 web/functions_view.inc | 19 +------------------ 3 files changed, 29 insertions(+), 55 deletions(-) -commit ba67c9a2 +commit ba67c9a29 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 19 17:52:46 2022 +0100 @@ -7404,7 +9805,7 @@ Date: Fri Aug 19 17:52:46 2022 +0100 web/edit_entry_handler.php | 1 + 1 file changed, 1 insertion(+) -commit 6528e353 +commit 6528e353f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 19 17:52:25 2022 +0100 @@ -7413,7 +9814,7 @@ Date: Fri Aug 19 17:52:25 2022 +0100 web/mrbs_sql.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit f0c14b16 +commit f0c14b166 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 19 16:46:38 2022 +0100 @@ -7423,7 +9824,7 @@ Date: Fri Aug 19 16:46:38 2022 +0100 web/mrbs_sql.inc | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 18 deletions(-) -commit 13f1fea8 +commit 13f1fea83 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 19 16:07:27 2022 +0100 @@ -7432,7 +9833,7 @@ Date: Fri Aug 19 16:07:27 2022 +0100 web/mrbs_sql.inc | 59 +++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 29 deletions(-) -commit fee7cce8 +commit fee7cce84 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 17 18:34:32 2022 +0100 @@ -7441,7 +9842,7 @@ Date: Wed Aug 17 18:34:32 2022 +0100 web/edit_entry_handler.php | 1 - 1 file changed, 1 deletion(-) -commit 304cd3fe +commit 304cd3fed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 17 17:44:36 2022 +0100 @@ -7451,7 +9852,7 @@ Date: Wed Aug 17 17:44:36 2022 +0100 web/lib/MRBS/DB_pgsql.php | 57 +++++++++++++++++------------ 2 files changed, 74 insertions(+), 56 deletions(-) -commit c64cb3a9 +commit c64cb3a95 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 17 17:32:19 2022 +0100 @@ -7463,7 +9864,7 @@ Date: Wed Aug 17 17:32:19 2022 +0100 web/lib/MRBS/Columns.php | 29 ++++++++++++++-- 4 files changed, 85 insertions(+), 16 deletions(-) -commit f888c126 +commit f888c126d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 17 17:21:02 2022 +0100 @@ -7472,7 +9873,7 @@ Date: Wed Aug 17 17:21:02 2022 +0100 web/functions.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 677c4087 +commit 677c4087b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 17 17:06:05 2022 +0100 @@ -7481,7 +9882,7 @@ Date: Wed Aug 17 17:06:05 2022 +0100 web/functions.inc | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) -commit 425fd0ed +commit 425fd0ede Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 17 12:29:44 2022 +0100 @@ -7492,7 +9893,7 @@ Date: Wed Aug 17 12:29:44 2022 +0100 web/lib/MRBS/Form/Form.php | 11 ++--------- 3 files changed, 19 insertions(+), 21 deletions(-) -commit c10b8f41 +commit c10b8f416 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 17 12:13:42 2022 +0100 @@ -7502,7 +9903,7 @@ Date: Wed Aug 17 12:13:42 2022 +0100 web/lib/MRBS/Form/Form.php | 5 ++ 2 files changed, 51 insertions(+), 41 deletions(-) -commit a9279f0f +commit a9279f0f3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 17 11:19:22 2022 +0100 @@ -7511,7 +9912,7 @@ Date: Wed Aug 17 11:19:22 2022 +0100 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9efdfa9e +commit 9efdfa9e9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 12 16:18:17 2022 +0100 @@ -7520,7 +9921,7 @@ Date: Fri Aug 12 16:18:17 2022 +0100 web/edit_entry_handler.php | 1 + 1 file changed, 1 insertion(+) -commit ab8dac4f +commit ab8dac4f5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 12 15:11:59 2022 +0100 @@ -7529,7 +9930,7 @@ Date: Fri Aug 12 15:11:59 2022 +0100 web/edit_entry_handler.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) -commit 445f88a6 +commit 445f88a6d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 11 19:44:27 2022 +0100 @@ -7538,7 +9939,7 @@ Date: Thu Aug 11 19:44:27 2022 +0100 web/edit_entry_handler.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit 09ab7ebc +commit 09ab7ebcc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 11 19:30:23 2022 +0100 @@ -7547,7 +9948,7 @@ Date: Thu Aug 11 19:30:23 2022 +0100 web/functions.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit c70d67e2 +commit c70d67e27 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 11 19:13:42 2022 +0100 @@ -7556,8 +9957,8 @@ Date: Thu Aug 11 19:13:42 2022 +0100 web/edit_entry_handler.php | 3 +++ 1 file changed, 3 insertions(+) -commit 2d78e2a9 -Merge: 0e2fb0da b1f14bfc +commit 2d78e2a95 +Merge: 0e2fb0da1 b1f14bfca Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Aug 9 18:38:14 2022 +0100 @@ -7565,14 +9966,14 @@ Date: Tue Aug 9 18:38:14 2022 +0100 Issue 57 -commit b1f14bfc -Merge: 9d5896c8 0e2fb0da +commit b1f14bfca +Merge: 9d5896c8b 0e2fb0da1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 8 18:28:02 2022 +0100 Merge branch 'main' into issue_57 -commit 0e2fb0da +commit 0e2fb0da1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 8 18:27:44 2022 +0100 @@ -7581,7 +9982,7 @@ Date: Mon Aug 8 18:27:44 2022 +0100 web/lib/MRBS/Session/SessionPhp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9d5896c8 +commit 9d5896c8b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 8 18:25:19 2022 +0100 @@ -7601,7 +10002,7 @@ Date: Mon Aug 8 18:25:19 2022 +0100 web/view_entry.php | 14 +++--- 12 files changed, 74 insertions(+), 48 deletions(-) -commit 588527d0 +commit 588527d09 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 4 07:05:06 2022 +0100 @@ -7611,7 +10012,7 @@ Date: Thu Aug 4 07:05:06 2022 +0100 web/mrbs_auth.inc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) -commit 1517b673 +commit 1517b6732 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Aug 2 04:11:36 2022 +0100 @@ -7620,7 +10021,7 @@ Date: Tue Aug 2 04:11:36 2022 +0100 web/edit_users.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 0c83222f +commit 0c83222fa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jul 14 08:51:19 2022 +0100 @@ -7629,7 +10030,7 @@ Date: Thu Jul 14 08:51:19 2022 +0100 web/js/datepicker.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e947666f +commit e947666f1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jul 14 08:48:01 2022 +0100 @@ -7638,7 +10039,7 @@ Date: Thu Jul 14 08:48:01 2022 +0100 web/js/datepicker.js.php | 3 +++ 1 file changed, 3 insertions(+) -commit e1c7b0d1 +commit e1c7b0d1c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 13 18:27:57 2022 +0100 @@ -7647,7 +10048,7 @@ Date: Wed Jul 13 18:27:57 2022 +0100 web/js/index.js.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 631126ac +commit 631126ac6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 13 14:09:28 2022 +0100 @@ -7656,7 +10057,7 @@ Date: Wed Jul 13 14:09:28 2022 +0100 web/js/datepicker.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 645cfb45 +commit 645cfb455 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 13 14:07:40 2022 +0100 @@ -7665,7 +10066,7 @@ Date: Wed Jul 13 14:07:40 2022 +0100 web/js/datepicker.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0da0bf6e +commit 0da0bf6e9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 13 14:02:04 2022 +0100 @@ -7674,8 +10075,8 @@ Date: Wed Jul 13 14:02:04 2022 +0100 web/js/datepicker.js.php | 68 ++++++++++++++++++++++++++------------ 1 file changed, 47 insertions(+), 21 deletions(-) -commit 82738360 -Merge: 260852af 71d04150 +commit 827383606 +Merge: 260852afb 71d041500 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 12 15:23:01 2022 +0100 @@ -7683,14 +10084,14 @@ Date: Tue Jul 12 15:23:01 2022 +0100 Minicalendar range -commit 71d04150 -Merge: 638e11a2 260852af +commit 71d041500 +Merge: 638e11a21 260852afb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 12 15:07:36 2022 +0100 Merge branch 'main' into minicalendar_range -commit 260852af +commit 260852afb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 12 15:07:19 2022 +0100 @@ -7699,14 +10100,14 @@ Date: Tue Jul 12 15:07:19 2022 +0100 web/js/index.js.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -commit 638e11a2 -Merge: e7458e27 cc247816 +commit 638e11a21 +Merge: e7458e270 cc247816d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 9 17:12:16 2022 +0100 Merge branch 'main' into minicalendar_range -commit cc247816 +commit cc247816d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 9 17:11:56 2022 +0100 @@ -7715,7 +10116,7 @@ Date: Sat Jul 9 17:11:56 2022 +0100 web/js/datepicker.js.php | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) -commit e7458e27 +commit e7458e270 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 9 16:37:06 2022 +0100 @@ -7724,7 +10125,7 @@ Date: Sat Jul 9 16:37:06 2022 +0100 web/js/datepicker.js.php | 1 + 1 file changed, 1 insertion(+) -commit e6e722d1 +commit e6e722d13 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 8 16:14:43 2022 +0100 @@ -7733,7 +10134,7 @@ Date: Fri Jul 8 16:14:43 2022 +0100 web/js/datepicker.js.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 68455ed0 +commit 68455ed06 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 8 16:09:44 2022 +0100 @@ -7742,7 +10143,7 @@ Date: Fri Jul 8 16:09:44 2022 +0100 web/js/datepicker.js.php | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) -commit 691d4ac3 +commit 691d4ac3c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 8 15:52:02 2022 +0100 @@ -7751,7 +10152,7 @@ Date: Fri Jul 8 15:52:02 2022 +0100 web/js/datepicker.js.php | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) -commit d0227b7a +commit d0227b7a8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 8 15:06:44 2022 +0100 @@ -7760,7 +10161,7 @@ Date: Fri Jul 8 15:06:44 2022 +0100 web/js/datepicker.js.php | 43 +++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) -commit 4f5a7136 +commit 4f5a7136c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 8 09:54:51 2022 +0100 @@ -7769,7 +10170,7 @@ Date: Fri Jul 8 09:54:51 2022 +0100 web/standard_vars.inc.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 394903f1 +commit 394903f15 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jul 7 14:56:17 2022 +0100 @@ -7778,7 +10179,7 @@ Date: Thu Jul 7 14:56:17 2022 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ece1a03f +commit ece1a03f8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jul 7 14:54:36 2022 +0100 @@ -7787,7 +10188,7 @@ Date: Thu Jul 7 14:54:36 2022 +0100 web/mrbs_sql.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 75209a72 +commit 75209a722 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jul 7 14:41:06 2022 +0100 @@ -7796,7 +10197,7 @@ Date: Thu Jul 7 14:41:06 2022 +0100 web/mrbs_sql.inc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -commit 7cd75b0b +commit 7cd75b0ba Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 5 20:44:18 2022 +0100 @@ -7805,7 +10206,7 @@ Date: Tue Jul 5 20:44:18 2022 +0100 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 0caf8b5f +commit 0caf8b5fa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 5 18:39:40 2022 +0100 @@ -7814,7 +10215,7 @@ Date: Tue Jul 5 18:39:40 2022 +0100 web/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5388ef55 +commit 5388ef554 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 5 18:27:40 2022 +0100 @@ -7823,7 +10224,7 @@ Date: Tue Jul 5 18:27:40 2022 +0100 web/edit_entry_handler.php | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) -commit d1ba57f0 +commit d1ba57f07 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 5 17:51:58 2022 +0100 @@ -7836,7 +10237,7 @@ Date: Tue Jul 5 17:51:58 2022 +0100 web/standard_vars.inc.php | 6 +++++- 5 files changed, 50 insertions(+), 31 deletions(-) -commit 8f800c71 +commit 8f800c71c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jul 4 14:26:21 2022 +0100 @@ -7845,7 +10246,7 @@ Date: Mon Jul 4 14:26:21 2022 +0100 web/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 0af8d20a +commit 0af8d20a5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jul 3 08:21:35 2022 +0100 @@ -7854,7 +10255,7 @@ Date: Sun Jul 3 08:21:35 2022 +0100 web/lib/MRBS/DB.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit d6fb1f8e +commit d6fb1f8ec Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 17:15:51 2022 +0100 @@ -7863,7 +10264,7 @@ Date: Sat Jul 2 17:15:51 2022 +0100 web/lib/MRBS/Session/SessionPhp.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 92cb0c4b +commit 92cb0c4b9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 17:01:11 2022 +0100 @@ -7872,7 +10273,7 @@ Date: Sat Jul 2 17:01:11 2022 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) -commit 595e5cba +commit 595e5cba8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 16:53:45 2022 +0100 @@ -7881,7 +10282,7 @@ Date: Sat Jul 2 16:53:45 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d94fbdcf +commit d94fbdcfd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 16:49:19 2022 +0100 @@ -7890,7 +10291,7 @@ Date: Sat Jul 2 16:49:19 2022 +0100 web/functions_view.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 80ca9a43 +commit 80ca9a433 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 16:41:58 2022 +0100 @@ -7899,7 +10300,7 @@ Date: Sat Jul 2 16:41:58 2022 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3ba76554 +commit 3ba765546 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 16:35:06 2022 +0100 @@ -7908,7 +10309,7 @@ Date: Sat Jul 2 16:35:06 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0a6cf56f +commit 0a6cf56fb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 16:29:37 2022 +0100 @@ -7917,7 +10318,7 @@ Date: Sat Jul 2 16:29:37 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 151b41ae +commit 151b41aef Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 16:26:22 2022 +0100 @@ -7926,7 +10327,7 @@ Date: Sat Jul 2 16:26:22 2022 +0100 web/functions.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit b89513af +commit b89513af5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 16:20:44 2022 +0100 @@ -7935,7 +10336,7 @@ Date: Sat Jul 2 16:20:44 2022 +0100 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit f46ddefd +commit f46ddefd4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 16:11:01 2022 +0100 @@ -7944,7 +10345,7 @@ Date: Sat Jul 2 16:11:01 2022 +0100 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 0f34e95c +commit 0f34e95c2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 16:06:28 2022 +0100 @@ -7953,7 +10354,7 @@ Date: Sat Jul 2 16:06:28 2022 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6843a8ae +commit 6843a8ae9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 14:16:15 2022 +0100 @@ -7962,7 +10363,7 @@ Date: Sat Jul 2 14:16:15 2022 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9d105c2a +commit 9d105c2a6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 14:02:06 2022 +0100 @@ -7971,7 +10372,7 @@ Date: Sat Jul 2 14:02:06 2022 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a018c8b7 +commit a018c8b75 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 13:58:09 2022 +0100 @@ -7980,7 +10381,7 @@ Date: Sat Jul 2 13:58:09 2022 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bdce7a27 +commit bdce7a274 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 13:57:09 2022 +0100 @@ -7989,7 +10390,7 @@ Date: Sat Jul 2 13:57:09 2022 +0100 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7223a04d +commit 7223a04dc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 13:54:30 2022 +0100 @@ -7998,7 +10399,7 @@ Date: Sat Jul 2 13:54:30 2022 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 85ec71bc +commit 85ec71bc7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 13:46:19 2022 +0100 @@ -8007,7 +10408,7 @@ Date: Sat Jul 2 13:46:19 2022 +0100 web/functions_table.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit dd31b526 +commit dd31b5263 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 13:36:14 2022 +0100 @@ -8016,7 +10417,7 @@ Date: Sat Jul 2 13:36:14 2022 +0100 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit cc2ed084 +commit cc2ed0848 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 09:54:11 2022 +0100 @@ -8025,7 +10426,7 @@ Date: Sat Jul 2 09:54:11 2022 +0100 web/js/resizable.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d72edb6f +commit d72edb6fd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 09:47:46 2022 +0100 @@ -8035,7 +10436,7 @@ Date: Sat Jul 2 09:47:46 2022 +0100 web/lang/lang.en | 1 + 2 files changed, 13 insertions(+), 3 deletions(-) -commit 693b725f +commit 693b725f1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 09:21:15 2022 +0100 @@ -8044,7 +10445,7 @@ Date: Sat Jul 2 09:21:15 2022 +0100 web/js/resizable.js.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -commit 857055d9 +commit 857055d9b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 09:18:35 2022 +0100 @@ -8053,7 +10454,7 @@ Date: Sat Jul 2 09:18:35 2022 +0100 web/js/resizable.js.php | 8 ++++++++ 1 file changed, 8 insertions(+) -commit e58546ba +commit e58546ba2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jul 2 06:56:13 2022 +0100 @@ -8062,7 +10463,7 @@ Date: Sat Jul 2 06:56:13 2022 +0100 web/css/mrbs.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 7060971b +commit 7060971ba Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 1 08:42:19 2022 +0100 @@ -8071,7 +10472,7 @@ Date: Fri Jul 1 08:42:19 2022 +0100 web/index.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 5d2b4c74 +commit 5d2b4c746 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 1 08:33:13 2022 +0100 @@ -8080,7 +10481,7 @@ Date: Fri Jul 1 08:33:13 2022 +0100 web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 46f65504 +commit 46f655041 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 1 08:29:24 2022 +0100 @@ -8089,7 +10490,7 @@ Date: Fri Jul 1 08:29:24 2022 +0100 web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c9b273ab +commit c9b273aba Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 1 08:26:59 2022 +0100 @@ -8099,7 +10500,7 @@ Date: Fri Jul 1 08:26:59 2022 +0100 web/js/refresh.js.php | 9 +++++---- 2 files changed, 12 insertions(+), 6 deletions(-) -commit 36e966c6 +commit 36e966c62 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 17:16:59 2022 +0100 @@ -8108,7 +10509,7 @@ Date: Thu Jun 30 17:16:59 2022 +0100 web/functions.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 99f559d3 +commit 99f559d33 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 16:26:08 2022 +0100 @@ -8117,7 +10518,7 @@ Date: Thu Jun 30 16:26:08 2022 +0100 web/functions.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 28a8a19b +commit 28a8a19ba Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 16:18:21 2022 +0100 @@ -8126,7 +10527,7 @@ Date: Thu Jun 30 16:18:21 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c7c18dd7 +commit c7c18dd78 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 16:14:52 2022 +0100 @@ -8135,7 +10536,7 @@ Date: Thu Jun 30 16:14:52 2022 +0100 web/functions.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 7da739b9 +commit 7da739b9d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 16:10:36 2022 +0100 @@ -8144,7 +10545,7 @@ Date: Thu Jun 30 16:10:36 2022 +0100 web/functions.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 204d5883 +commit 204d5883e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 16:01:03 2022 +0100 @@ -8153,7 +10554,7 @@ Date: Thu Jun 30 16:01:03 2022 +0100 web/functions.inc | 59 +++++++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 34 deletions(-) -commit 67de4ca3 +commit 67de4ca33 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 15:53:49 2022 +0100 @@ -8162,7 +10563,7 @@ Date: Thu Jun 30 15:53:49 2022 +0100 web/functions.inc | 5 ----- 1 file changed, 5 deletions(-) -commit 934b8a81 +commit 934b8a81a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 15:49:51 2022 +0100 @@ -8171,7 +10572,7 @@ Date: Thu Jun 30 15:49:51 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit efe8aa17 +commit efe8aa174 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 15:44:54 2022 +0100 @@ -8180,7 +10581,7 @@ Date: Thu Jun 30 15:44:54 2022 +0100 web/functions.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 95aa1efa +commit 95aa1efa4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 15:38:25 2022 +0100 @@ -8189,7 +10590,7 @@ Date: Thu Jun 30 15:38:25 2022 +0100 web/functions.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit be59e293 +commit be59e293c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 15:34:58 2022 +0100 @@ -8198,7 +10599,7 @@ Date: Thu Jun 30 15:34:58 2022 +0100 web/functions.inc | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) -commit 336b51dc +commit 336b51dcc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 14:59:04 2022 +0100 @@ -8207,7 +10608,7 @@ Date: Thu Jun 30 14:59:04 2022 +0100 web/functions.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 88ec3c9c +commit 88ec3c9c5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 14:46:14 2022 +0100 @@ -8216,7 +10617,7 @@ Date: Thu Jun 30 14:46:14 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit c3616c0c +commit c3616c0c5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 14:39:52 2022 +0100 @@ -8225,7 +10626,7 @@ Date: Thu Jun 30 14:39:52 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit ddc84757 +commit ddc84757a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 14:29:53 2022 +0100 @@ -8234,7 +10635,7 @@ Date: Thu Jun 30 14:29:53 2022 +0100 web/functions.inc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) -commit 736a48d1 +commit 736a48d15 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 14:27:20 2022 +0100 @@ -8243,7 +10644,7 @@ Date: Thu Jun 30 14:27:20 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 11657205 +commit 116572050 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 14:23:31 2022 +0100 @@ -8254,7 +10655,7 @@ Date: Thu Jun 30 14:23:31 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 6 ++---- 3 files changed, 8 insertions(+), 9 deletions(-) -commit 8783e99f +commit 8783e99fa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 14:08:50 2022 +0100 @@ -8263,7 +10664,7 @@ Date: Thu Jun 30 14:08:50 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b565b708 +commit b565b708a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 14:03:34 2022 +0100 @@ -8272,7 +10673,7 @@ Date: Thu Jun 30 14:03:34 2022 +0100 web/functions.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) -commit 2eaa78c5 +commit 2eaa78c59 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 14:00:23 2022 +0100 @@ -8281,7 +10682,7 @@ Date: Thu Jun 30 14:00:23 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f96f4935 +commit f96f49354 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 13:57:21 2022 +0100 @@ -8290,7 +10691,7 @@ Date: Thu Jun 30 13:57:21 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit da409fe2 +commit da409fe22 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 13:52:37 2022 +0100 @@ -8299,7 +10700,7 @@ Date: Thu Jun 30 13:52:37 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 89b814c0 +commit 89b814c07 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 13:48:10 2022 +0100 @@ -8308,7 +10709,7 @@ Date: Thu Jun 30 13:48:10 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ecaf52a9 +commit ecaf52a9c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 13:44:31 2022 +0100 @@ -8317,7 +10718,7 @@ Date: Thu Jun 30 13:44:31 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 98d0fccd +commit 98d0fccd9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 12:45:13 2022 +0100 @@ -8326,7 +10727,7 @@ Date: Thu Jun 30 12:45:13 2022 +0100 web/js/general.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e0bd0f5d +commit e0bd0f5d9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 12:43:06 2022 +0100 @@ -8338,7 +10739,7 @@ Date: Thu Jun 30 12:43:06 2022 +0100 web/view_entry.php | 9 +++++---- 4 files changed, 12 insertions(+), 7 deletions(-) -commit 885c9ac2 +commit 885c9ac2d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 30 08:12:42 2022 +0100 @@ -8347,7 +10748,7 @@ Date: Thu Jun 30 08:12:42 2022 +0100 web/js/datepicker.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 07d7548d +commit 07d7548dc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jun 29 15:12:56 2022 +0100 @@ -8356,7 +10757,7 @@ Date: Wed Jun 29 15:12:56 2022 +0100 web/functions.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit d9edc54d +commit d9edc54de Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jun 29 14:57:11 2022 +0100 @@ -8365,7 +10766,7 @@ Date: Wed Jun 29 14:57:11 2022 +0100 web/functions.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit ea5f1e5a +commit ea5f1e5a0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 23:00:52 2022 +0100 @@ -8375,7 +10776,7 @@ Date: Tue Jun 28 23:00:52 2022 +0100 web/lib/MRBS/DB.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) -commit 6a8112e5 +commit 6a8112e5b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 22:53:15 2022 +0100 @@ -8384,7 +10785,7 @@ Date: Tue Jun 28 22:53:15 2022 +0100 web/lib/MRBS/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e880916e +commit e880916ec Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 22:45:18 2022 +0100 @@ -8393,7 +10794,7 @@ Date: Tue Jun 28 22:45:18 2022 +0100 web/functions.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 47096fdb +commit 47096fdb1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 22:39:01 2022 +0100 @@ -8402,7 +10803,7 @@ Date: Tue Jun 28 22:39:01 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ad0a495a +commit ad0a495a9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 22:37:15 2022 +0100 @@ -8411,7 +10812,7 @@ Date: Tue Jun 28 22:37:15 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9ca6b838 +commit 9ca6b838d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 22:31:00 2022 +0100 @@ -8421,7 +10822,7 @@ Date: Tue Jun 28 22:31:00 2022 +0100 web/functions.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit cec788ed +commit cec788ed0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 22:26:30 2022 +0100 @@ -8430,7 +10831,7 @@ Date: Tue Jun 28 22:26:30 2022 +0100 web/functions.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 73699dca +commit 73699dca2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 22:21:33 2022 +0100 @@ -8439,7 +10840,7 @@ Date: Tue Jun 28 22:21:33 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a82d205c +commit a82d205cd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 22:13:21 2022 +0100 @@ -8448,7 +10849,7 @@ Date: Tue Jun 28 22:13:21 2022 +0100 web/lib/MRBS/Locale.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit a7a00aa8 +commit a7a00aa80 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 22:06:53 2022 +0100 @@ -8457,7 +10858,7 @@ Date: Tue Jun 28 22:06:53 2022 +0100 web/lib/MRBS/Locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cd308dc1 +commit cd308dc11 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 21:28:17 2022 +0100 @@ -8466,7 +10867,7 @@ Date: Tue Jun 28 21:28:17 2022 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -commit f8e25866 +commit f8e258669 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 21:27:09 2022 +0100 @@ -8475,7 +10876,7 @@ Date: Tue Jun 28 21:27:09 2022 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4a8e0987 +commit 4a8e09875 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 21:16:14 2022 +0100 @@ -8484,7 +10885,7 @@ Date: Tue Jun 28 21:16:14 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d77bf59e +commit d77bf59e8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 21:12:08 2022 +0100 @@ -8493,7 +10894,7 @@ Date: Tue Jun 28 21:12:08 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4d5dfda6 +commit 4d5dfda6e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 21:08:22 2022 +0100 @@ -8502,7 +10903,7 @@ Date: Tue Jun 28 21:08:22 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1a2aea62 +commit 1a2aea625 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 21:04:12 2022 +0100 @@ -8511,7 +10912,7 @@ Date: Tue Jun 28 21:04:12 2022 +0100 web/functions.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit b25e9c42 +commit b25e9c423 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 20:59:12 2022 +0100 @@ -8520,7 +10921,7 @@ Date: Tue Jun 28 20:59:12 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 54c9a93f +commit 54c9a93f4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 20:55:51 2022 +0100 @@ -8529,7 +10930,7 @@ Date: Tue Jun 28 20:55:51 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9bf1127c +commit 9bf1127c2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 20:45:55 2022 +0100 @@ -8538,7 +10939,7 @@ Date: Tue Jun 28 20:45:55 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d666933d +commit d666933d3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 20:39:15 2022 +0100 @@ -8547,7 +10948,7 @@ Date: Tue Jun 28 20:39:15 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 17914baa +commit 17914baa6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 20:37:15 2022 +0100 @@ -8556,7 +10957,7 @@ Date: Tue Jun 28 20:37:15 2022 +0100 web/functions.inc (new) | 2660 +++++++++++++++++++++++++++++++++++++ 1 file changed, 2660 insertions(+) -commit 37136489 +commit 37136489a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 20:30:01 2022 +0100 @@ -8565,7 +10966,7 @@ Date: Tue Jun 28 20:30:01 2022 +0100 web/functions.inc (gone) | 2660 ------------------------------------ 1 file changed, 2660 deletions(-) -commit 792de5c6 +commit 792de5c69 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 20:23:54 2022 +0100 @@ -8574,7 +10975,7 @@ Date: Tue Jun 28 20:23:54 2022 +0100 web/functions.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit e29542b0 +commit e29542b05 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 20:20:57 2022 +0100 @@ -8583,7 +10984,7 @@ Date: Tue Jun 28 20:20:57 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit db4ee0dc +commit db4ee0dce Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 20:16:12 2022 +0100 @@ -8592,7 +10993,7 @@ Date: Tue Jun 28 20:16:12 2022 +0100 web/functions.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 0e839466 +commit 0e8394666 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 20:01:41 2022 +0100 @@ -8601,7 +11002,7 @@ Date: Tue Jun 28 20:01:41 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 14fe0a88 +commit 14fe0a885 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 19:47:22 2022 +0100 @@ -8610,7 +11011,7 @@ Date: Tue Jun 28 19:47:22 2022 +0100 web/functions.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -commit 04f40096 +commit 04f40096b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 19:37:12 2022 +0100 @@ -8619,7 +11020,7 @@ Date: Tue Jun 28 19:37:12 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8032caa0 +commit 8032caa0d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 19:24:26 2022 +0100 @@ -8628,7 +11029,7 @@ Date: Tue Jun 28 19:24:26 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 12e43c94 +commit 12e43c942 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 19:15:15 2022 +0100 @@ -8637,7 +11038,7 @@ Date: Tue Jun 28 19:15:15 2022 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1d065f23 +commit 1d065f236 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 28 10:35:11 2022 +0100 @@ -8646,8 +11047,8 @@ Date: Tue Jun 28 10:35:11 2022 +0100 web/lib/MRBS/Auth/AuthLdap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2731cab3 -Merge: d804ac02 5a2332fb +commit 2731cab3f +Merge: d804ac02a 5a2332fbb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 27 18:25:28 2022 +0100 @@ -8655,7 +11056,7 @@ Date: Mon Jun 27 18:25:28 2022 +0100 Improved error handling. See GitHub Issues #50. -commit 5a2332fb +commit 5a2332fbb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 27 18:24:05 2022 +0100 @@ -8665,7 +11066,7 @@ Date: Mon Jun 27 18:24:05 2022 +0100 web/lib/MRBS/Auth/AuthLdap.php | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) -commit d804ac02 +commit d804ac02a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 25 14:19:48 2022 +0100 @@ -8674,8 +11075,8 @@ Date: Sat Jun 25 14:19:48 2022 +0100 web/edit_entry.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) -commit 6dae482e -Merge: 90686d19 f523928e +commit 6dae482ec +Merge: 90686d193 f523928e7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 24 15:45:56 2022 +0100 @@ -8683,7 +11084,7 @@ Date: Fri Jun 24 15:45:56 2022 +0100 Fixed problem when comparing certain strings in some locales. See Gi… -commit f523928e +commit f523928e7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 24 15:43:32 2022 +0100 @@ -8692,8 +11093,8 @@ Date: Fri Jun 24 15:43:32 2022 +0100 web/functions.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 90686d19 -Merge: 93adffe8 bf86e906 +commit 90686d193 +Merge: 93adffe83 bf86e9060 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 24 15:17:33 2022 +0100 @@ -8701,7 +11102,7 @@ Date: Fri Jun 24 15:17:33 2022 +0100 Fixed potential bug. See GitHub Issues #47. -commit bf86e906 +commit bf86e9060 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 24 15:14:43 2022 +0100 @@ -8710,7 +11111,7 @@ Date: Fri Jun 24 15:14:43 2022 +0100 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 93adffe8 +commit 93adffe83 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 24 15:09:45 2022 +0100 @@ -8719,7 +11120,7 @@ Date: Fri Jun 24 15:09:45 2022 +0100 web/mrbs_sql.inc | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) -commit 9b13c7af +commit 9b13c7af5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 21 08:56:47 2022 +0100 @@ -8728,7 +11129,7 @@ Date: Tue Jun 21 08:56:47 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1141adae +commit 1141adaed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 21 08:46:50 2022 +0100 @@ -8737,7 +11138,7 @@ Date: Tue Jun 21 08:46:50 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1cf89079 +commit 1cf890795 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 21:51:59 2022 +0100 @@ -8746,7 +11147,7 @@ Date: Mon Jun 20 21:51:59 2022 +0100 web/functions.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit 91fc11f2 +commit 91fc11f27 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 21:46:58 2022 +0100 @@ -8755,7 +11156,7 @@ Date: Mon Jun 20 21:46:58 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 28bae69c +commit 28bae69c3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 21:41:31 2022 +0100 @@ -8764,7 +11165,7 @@ Date: Mon Jun 20 21:41:31 2022 +0100 web/lib/MRBS/DB.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 98ac8422 +commit 98ac84222 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 21:31:05 2022 +0100 @@ -8773,7 +11174,7 @@ Date: Mon Jun 20 21:31:05 2022 +0100 web/functions.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 6107f1e8 +commit 6107f1e87 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 21:18:17 2022 +0100 @@ -8782,7 +11183,7 @@ Date: Mon Jun 20 21:18:17 2022 +0100 web/functions.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit cd77a6c1 +commit cd77a6c19 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 19:01:33 2022 +0100 @@ -8791,7 +11192,7 @@ Date: Mon Jun 20 19:01:33 2022 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 93024998 +commit 930249989 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 18:55:31 2022 +0100 @@ -8800,7 +11201,7 @@ Date: Mon Jun 20 18:55:31 2022 +0100 web/functions.inc | 5 ----- 1 file changed, 5 deletions(-) -commit 2fe367bb +commit 2fe367bb3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 18:51:37 2022 +0100 @@ -8809,7 +11210,7 @@ Date: Mon Jun 20 18:51:37 2022 +0100 web/functions.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 997a3b02 +commit 997a3b024 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 18:41:31 2022 +0100 @@ -8818,7 +11219,7 @@ Date: Mon Jun 20 18:41:31 2022 +0100 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 263abec4 +commit 263abec45 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 18:34:18 2022 +0100 @@ -8827,7 +11228,7 @@ Date: Mon Jun 20 18:34:18 2022 +0100 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 88f1c4f2 +commit 88f1c4f28 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 18:26:43 2022 +0100 @@ -8837,7 +11238,7 @@ Date: Mon Jun 20 18:26:43 2022 +0100 web/mrbs_sql.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 9bc750b9 +commit 9bc750b9c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 18:15:12 2022 +0100 @@ -8846,7 +11247,7 @@ Date: Mon Jun 20 18:15:12 2022 +0100 web/functions.inc | 44 +++++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 13 deletions(-) -commit 25f50d26 +commit 25f50d269 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 17:57:39 2022 +0100 @@ -8855,7 +11256,7 @@ Date: Mon Jun 20 17:57:39 2022 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fcce5a7c +commit fcce5a7cc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 17:53:47 2022 +0100 @@ -8864,7 +11265,7 @@ Date: Mon Jun 20 17:53:47 2022 +0100 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 56a70029 +commit 56a700291 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 17:45:50 2022 +0100 @@ -8873,7 +11274,7 @@ Date: Mon Jun 20 17:45:50 2022 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7c63d685 +commit 7c63d6859 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jun 20 17:29:48 2022 +0100 @@ -8882,7 +11283,7 @@ Date: Mon Jun 20 17:29:48 2022 +0100 web/mrbs_sql.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 3090624d +commit 3090624d8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 18 18:43:42 2022 +0100 @@ -8891,7 +11292,7 @@ Date: Sat Jun 18 18:43:42 2022 +0100 web/mrbs_sql.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 240820b0 +commit 240820b03 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 18 18:05:32 2022 +0100 @@ -8900,7 +11301,7 @@ Date: Sat Jun 18 18:05:32 2022 +0100 web/lib/MRBS/Columns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9274a215 +commit 9274a2159 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 18 17:20:01 2022 +0100 @@ -8909,7 +11310,7 @@ Date: Sat Jun 18 17:20:01 2022 +0100 web/lib/MRBS/SessionHandlerDb.php | 35 ++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) -commit 0eb34e9c +commit 0eb34e9cf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jun 18 17:19:03 2022 +0100 @@ -8918,7 +11319,7 @@ Date: Sat Jun 18 17:19:03 2022 +0100 web/lib/MRBS/User.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) -commit 8bc0dae0 +commit 8bc0dae03 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 17 14:21:04 2022 +0100 @@ -8927,7 +11328,7 @@ Date: Fri Jun 17 14:21:04 2022 +0100 INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 7fd6797f +commit 7fd6797f8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 17 14:06:51 2022 +0100 @@ -8936,7 +11337,7 @@ Date: Fri Jun 17 14:06:51 2022 +0100 web/view_entry.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit a6ff3f5d +commit a6ff3f5d9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 17 14:04:51 2022 +0100 @@ -8945,7 +11346,7 @@ Date: Fri Jun 17 14:04:51 2022 +0100 web/pending.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 87b9fa54 +commit 87b9fa547 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 17 14:02:17 2022 +0100 @@ -8954,7 +11355,7 @@ Date: Fri Jun 17 14:02:17 2022 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3f812091 +commit 3f812091b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 17 13:58:28 2022 +0100 @@ -8963,7 +11364,7 @@ Date: Fri Jun 17 13:58:28 2022 +0100 web/mrbs_auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ca0832d1 +commit ca0832d1c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 17 13:55:29 2022 +0100 @@ -8972,7 +11373,7 @@ Date: Fri Jun 17 13:55:29 2022 +0100 web/edit_users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 647305a4 +commit 647305a40 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 17 10:31:27 2022 +0100 @@ -8981,7 +11382,7 @@ Date: Fri Jun 17 10:31:27 2022 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f17e3c43 +commit f17e3c439 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jun 17 09:02:04 2022 +0100 @@ -8990,7 +11391,7 @@ Date: Fri Jun 17 09:02:04 2022 +0100 web/lib/MRBS/Auth/Auth.php | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) -commit 5e3bc5a0 +commit 5e3bc5a0a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 16 18:01:55 2022 +0100 @@ -8999,7 +11400,7 @@ Date: Thu Jun 16 18:01:55 2022 +0100 web/mrbs_sql.inc | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) -commit f9e87dcd +commit f9e87dcdb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jun 15 21:15:43 2022 +0100 @@ -9008,7 +11409,7 @@ Date: Wed Jun 15 21:15:43 2022 +0100 web/mrbs_sql.inc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) -commit aa5b0a3d +commit aa5b0a3d9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 14 18:25:40 2022 +0100 @@ -9018,7 +11419,7 @@ Date: Tue Jun 14 18:25:40 2022 +0100 web/systemdefaults.inc.php | 5 +++++ 2 files changed, 12 insertions(+) -commit 12e9183b +commit 12e9183b5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jun 14 17:50:02 2022 +0100 @@ -9027,7 +11428,7 @@ Date: Tue Jun 14 17:50:02 2022 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5ae6c65d +commit 5ae6c65d7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 9 21:42:12 2022 +0100 @@ -9036,7 +11437,7 @@ Date: Thu Jun 9 21:42:12 2022 +0100 web/lib/MRBS/Session/SessionCookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b90147a7 +commit b90147a78 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 9 21:35:51 2022 +0100 @@ -9045,7 +11446,7 @@ Date: Thu Jun 9 21:35:51 2022 +0100 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c653241b +commit c653241bb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 9 21:30:42 2022 +0100 @@ -9054,7 +11455,7 @@ Date: Thu Jun 9 21:30:42 2022 +0100 web/edit_area_handler.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit 1d923eaa +commit 1d923eaa7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 9 21:23:35 2022 +0100 @@ -9063,7 +11464,7 @@ Date: Thu Jun 9 21:23:35 2022 +0100 web/edit_area.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit 7b0b97c6 +commit 7b0b97c62 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 9 21:15:29 2022 +0100 @@ -9072,7 +11473,7 @@ Date: Thu Jun 9 21:15:29 2022 +0100 web/lib/MRBS/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 64bbfd42 +commit 64bbfd424 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 9 21:05:40 2022 +0100 @@ -9081,7 +11482,7 @@ Date: Thu Jun 9 21:05:40 2022 +0100 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit f3950387 +commit f39503873 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 9 21:03:40 2022 +0100 @@ -9090,7 +11491,7 @@ Date: Thu Jun 9 21:03:40 2022 +0100 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a438b54a +commit a438b54a2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 9 18:56:34 2022 +0100 @@ -9099,7 +11500,7 @@ Date: Thu Jun 9 18:56:34 2022 +0100 web/lib/MRBS/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8fcfa608 +commit 8fcfa6081 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 9 18:49:59 2022 +0100 @@ -9110,7 +11511,7 @@ Date: Thu Jun 9 18:49:59 2022 +0100 web/mrbs_sql.inc | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) -commit a9330d44 +commit a9330d442 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jun 2 12:21:25 2022 +0100 @@ -9124,7 +11525,7 @@ Date: Thu Jun 2 12:21:25 2022 +0100 web/systemdefaults.inc.php | 3 ++ 6 files changed, 77 insertions(+), 28 deletions(-) -commit 6e4f0698 +commit 6e4f0698c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 31 16:55:11 2022 +0100 @@ -9133,7 +11534,7 @@ Date: Tue May 31 16:55:11 2022 +0100 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 30ff1767 +commit 30ff1767f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 24 17:17:37 2022 +0100 @@ -9144,7 +11545,7 @@ Date: Tue May 24 17:17:37 2022 +0100 web/mrbs_sql.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit c8e332b3 +commit c8e332b36 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 24 17:10:08 2022 +0100 @@ -9153,7 +11554,7 @@ Date: Tue May 24 17:10:08 2022 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2ac4e40b +commit 2ac4e40bf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 24 16:57:06 2022 +0100 @@ -9163,7 +11564,7 @@ Date: Tue May 24 16:57:06 2022 +0100 web/mrbs_sql.inc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) -commit 86c803b5 +commit 86c803b58 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 24 16:42:56 2022 +0100 @@ -9173,7 +11574,7 @@ Date: Tue May 24 16:42:56 2022 +0100 web/mrbs_sql.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 5bab731d +commit 5bab731d3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue May 24 16:19:49 2022 +0100 @@ -9182,7 +11583,7 @@ Date: Tue May 24 16:19:49 2022 +0100 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a079f379 +commit a079f3796 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 23 10:56:32 2022 +0100 @@ -9191,7 +11592,7 @@ Date: Mon May 23 10:56:32 2022 +0100 web/edit_room_handler.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) -commit 2ef20799 +commit 2ef207992 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun May 22 11:01:52 2022 +0100 @@ -9201,7 +11602,7 @@ Date: Sun May 22 11:01:52 2022 +0100 web/functions_error.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 8a8310c1 +commit 8a8310c19 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun May 22 10:12:41 2022 +0100 @@ -9210,7 +11611,7 @@ Date: Sun May 22 10:12:41 2022 +0100 web/functions_error.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 03033cc4 +commit 03033cc43 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun May 22 10:11:29 2022 +0100 @@ -9219,7 +11620,7 @@ Date: Sun May 22 10:11:29 2022 +0100 web/functions_error.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 4dabf200 +commit 4dabf200e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun May 22 09:58:36 2022 +0100 @@ -9228,7 +11629,7 @@ Date: Sun May 22 09:58:36 2022 +0100 web/js/resizable.js.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 846fd6c9 +commit 846fd6c96 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun May 22 09:36:43 2022 +0100 @@ -9240,7 +11641,7 @@ Date: Sun May 22 09:36:43 2022 +0100 web/lang/lang.en | 4 +- 4 files changed, 93 insertions(+), 50 deletions(-) -commit e58b48ca +commit e58b48cae Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri May 20 13:17:09 2022 +0100 @@ -9249,7 +11650,7 @@ Date: Fri May 20 13:17:09 2022 +0100 web/edit_entry_handler.php | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) -commit 579035de +commit 579035dea Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri May 20 13:11:33 2022 +0100 @@ -9258,7 +11659,7 @@ Date: Fri May 20 13:11:33 2022 +0100 web/edit_entry_handler.php | 9 +++++++++ 1 file changed, 9 insertions(+) -commit cf2cc07d +commit cf2cc07d0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri May 20 12:34:22 2022 +0100 @@ -9267,7 +11668,7 @@ Date: Fri May 20 12:34:22 2022 +0100 web/edit_entry_handler.php | 5 ----- 1 file changed, 5 deletions(-) -commit 8b0a5ba7 +commit 8b0a5ba79 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 16 15:04:40 2022 +0100 @@ -9276,7 +11677,7 @@ Date: Mon May 16 15:04:40 2022 +0100 web/edit_entry_handler.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit cdd6c7da +commit cdd6c7da7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon May 16 15:02:25 2022 +0100 @@ -9285,7 +11686,7 @@ Date: Mon May 16 15:02:25 2022 +0100 web/edit_entry_handler.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -commit a8b765ed +commit a8b765ed3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat May 14 15:47:49 2022 +0100 @@ -9314,8 +11715,8 @@ Date: Sat May 14 15:47:49 2022 +0100 web/js.inc | 2 +- 21 files changed, 407 insertions(+), 276 deletions(-) -commit 733b3db9 -Merge: 37a2faf3 536c1544 +commit 733b3db9b +Merge: 37a2faf3e 536c15441 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat May 14 15:27:16 2022 +0100 @@ -9323,25 +11724,25 @@ Date: Sat May 14 15:27:16 2022 +0100 Update jQuery UI to v 1.13.1 -commit 536c1544 +commit 536c15441 Author: Roberto del Pino <31905622+treborin@users.noreply.github.com> Date: Thu May 12 23:53:27 2022 +0200 Update jQuery UI to v 1.13.1 -commit a8f2ee44 +commit a8f2ee44c Author: Roberto del Pino <31905622+treborin@users.noreply.github.com> Date: Thu May 12 23:52:34 2022 +0200 Update jQuery UI to v 1.13.1 -commit 354200eb +commit 354200eb1 Author: Roberto del Pino <31905622+treborin@users.noreply.github.com> Date: Thu May 12 23:52:02 2022 +0200 Update jQuery UI to v 1.13.1 -commit 37a2faf3 +commit 37a2faf3e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 25 19:11:02 2022 +0100 @@ -9350,7 +11751,7 @@ Date: Mon Apr 25 19:11:02 2022 +0100 web/edit_users.php | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) -commit 7e05e675 +commit 7e05e6756 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 25 18:56:29 2022 +0100 @@ -9360,7 +11761,7 @@ Date: Mon Apr 25 18:56:29 2022 +0100 web/systemdefaults.inc.php | 4 ++- 2 files changed, 47 insertions(+), 9 deletions(-) -commit 44869978 +commit 44869978d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Apr 25 17:27:24 2022 +0100 @@ -9369,7 +11770,7 @@ Date: Mon Apr 25 17:27:24 2022 +0100 web/functions_view.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2ffb49d8 +commit 2ffb49d88 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Apr 24 18:14:14 2022 +0100 @@ -9380,7 +11781,7 @@ Date: Sun Apr 24 18:14:14 2022 +0100 web/js/general.js.php | 7 +++++++ 3 files changed, 32 insertions(+), 1 deletion(-) -commit 9a82b536 +commit 9a82b5363 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 23 18:14:07 2022 +0100 @@ -9423,7 +11824,7 @@ Date: Sat Apr 23 18:14:07 2022 +0100 web/lang/lang.zh-tw | 3 +-- 35 files changed, 44 insertions(+), 79 deletions(-) -commit 904e2cfd +commit 904e2cfd6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 9 18:26:51 2022 +0100 @@ -9432,7 +11833,7 @@ Date: Sat Apr 9 18:26:51 2022 +0100 web/functions.inc | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) -commit 20830ac5 +commit 20830ac5b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Apr 7 11:42:58 2022 +0100 @@ -9441,7 +11842,7 @@ Date: Thu Apr 7 11:42:58 2022 +0100 web/view_entry.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -commit 35cf3b5a +commit 35cf3b5aa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 5 13:35:21 2022 +0100 @@ -9450,7 +11851,7 @@ Date: Tue Apr 5 13:35:21 2022 +0100 web/lib/MRBS/Auth/AuthWix.php | 5 +++++ 1 file changed, 5 insertions(+) -commit c27f2e5b +commit c27f2e5bc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Apr 5 12:07:08 2022 +0100 @@ -9459,7 +11860,7 @@ Date: Tue Apr 5 12:07:08 2022 +0100 web/functions.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit d38921ce +commit d38921cef Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Apr 2 14:52:20 2022 +0100 @@ -9468,7 +11869,7 @@ Date: Sat Apr 2 14:52:20 2022 +0100 web/edit_users.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 40c6ed52 +commit 40c6ed526 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Mar 28 14:36:44 2022 +0100 @@ -9477,7 +11878,7 @@ Date: Mon Mar 28 14:36:44 2022 +0100 web/lang/lang.es | 247 +++++++++++++++++++++++++++++---------------- 1 file changed, 162 insertions(+), 85 deletions(-) -commit abcbcec8 +commit abcbcec8c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Mar 27 16:36:09 2022 +0100 @@ -9486,7 +11887,7 @@ Date: Sun Mar 27 16:36:09 2022 +0100 web/js/edit_entry.js.php | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) -commit 907d4e08 +commit 907d4e08c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Mar 23 14:58:43 2022 +0000 @@ -9495,7 +11896,7 @@ Date: Wed Mar 23 14:58:43 2022 +0000 web/lib/MRBS/Auth/AuthWix.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -commit b073995b +commit b073995bc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Mar 18 16:58:19 2022 +0000 @@ -9504,7 +11905,7 @@ Date: Fri Mar 18 16:58:19 2022 +0000 web/lib/MRBS/Auth/AuthWix.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 2bfdb8dc +commit 2bfdb8dc1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Mar 10 14:32:22 2022 +0000 @@ -9513,7 +11914,7 @@ Date: Thu Mar 10 14:32:22 2022 +0000 web/lib/MRBS/Auth/AuthLdap.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 1f9368d6 +commit 1f9368d67 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Mar 6 17:23:14 2022 +0000 @@ -9529,7 +11930,7 @@ Date: Sun Mar 6 17:23:14 2022 +0000 web/lib/PHPMailer/src/SMTP.php | 5 +- 8 files changed, 106 insertions(+), 25 deletions(-) -commit f6f2ebf6 +commit f6f2ebf69 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Mar 4 14:44:51 2022 +0000 @@ -9538,7 +11939,7 @@ Date: Fri Mar 4 14:44:51 2022 +0000 web/import.php | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) -commit fde2da1f +commit fde2da1fe Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Mar 1 15:47:10 2022 +0000 @@ -9548,7 +11949,7 @@ Date: Tue Mar 1 15:47:10 2022 +0000 web/upgrade.inc | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) -commit 1686136e +commit 1686136ed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Feb 20 22:55:19 2022 +0000 @@ -9557,7 +11958,7 @@ Date: Sun Feb 20 22:55:19 2022 +0000 web/js/datepicker.js.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit f90f326e +commit f90f326eb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 18 18:19:48 2022 +0000 @@ -9566,7 +11967,7 @@ Date: Fri Feb 18 18:19:48 2022 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 506a510a +commit 506a510a4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 18 17:14:39 2022 +0000 @@ -9575,7 +11976,7 @@ Date: Fri Feb 18 17:14:39 2022 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2898265d +commit 2898265df Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 16 17:41:09 2022 +0000 @@ -9585,7 +11986,7 @@ Date: Wed Feb 16 17:41:09 2022 +0000 web/systemdefaults.inc.php | 5 +++-- 2 files changed, 12 insertions(+), 7 deletions(-) -commit bfc56f79 +commit bfc56f794 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 16 17:03:55 2022 +0000 @@ -9594,7 +11995,7 @@ Date: Wed Feb 16 17:03:55 2022 +0000 web/functions_table.inc | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) -commit 25659715 +commit 256597158 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 16 15:51:28 2022 +0000 @@ -9603,7 +12004,7 @@ Date: Wed Feb 16 15:51:28 2022 +0000 web/standard_vars.inc.php | 43 ++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 24 deletions(-) -commit f695bcd1 +commit f695bcd1f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Feb 15 17:56:24 2022 +0000 @@ -9612,7 +12013,7 @@ Date: Tue Feb 15 17:56:24 2022 +0000 web/functions_table.inc | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) -commit 057cbea0 +commit 057cbea03 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Feb 15 16:26:28 2022 +0000 @@ -9622,7 +12023,7 @@ Date: Tue Feb 15 16:26:28 2022 +0000 web/systemdefaults.inc.php | 6 ++++++ 2 files changed, 10 insertions(+), 3 deletions(-) -commit 766f500e +commit 766f500e5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Feb 13 13:52:01 2022 +0000 @@ -9633,7 +12034,7 @@ Date: Sun Feb 13 13:52:01 2022 +0000 web/systemdefaults.inc.php | 8 ++++++++ 3 files changed, 27 insertions(+), 7 deletions(-) -commit 20c5fe0e +commit 20c5fe0e4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Feb 12 09:40:26 2022 +0000 @@ -9642,7 +12043,7 @@ Date: Sat Feb 12 09:40:26 2022 +0000 web/report.php | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) -commit ba5dd0f0 +commit ba5dd0f0a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Feb 12 09:19:37 2022 +0000 @@ -9651,7 +12052,7 @@ Date: Sat Feb 12 09:19:37 2022 +0000 web/report.php | 1 - 1 file changed, 1 deletion(-) -commit db1e7dce +commit db1e7dce6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Feb 12 09:17:43 2022 +0000 @@ -9660,7 +12061,7 @@ Date: Sat Feb 12 09:17:43 2022 +0000 web/report.php | 1 - 1 file changed, 1 deletion(-) -commit d5a86a92 +commit d5a86a92c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Feb 12 09:11:45 2022 +0000 @@ -9669,7 +12070,7 @@ Date: Sat Feb 12 09:11:45 2022 +0000 web/report.php | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) -commit d5def051 +commit d5def0513 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 11 21:27:35 2022 +0000 @@ -9678,7 +12079,7 @@ Date: Fri Feb 11 21:27:35 2022 +0000 web/report.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 28c9180c +commit 28c9180cf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 11 18:26:10 2022 +0000 @@ -9687,7 +12088,7 @@ Date: Fri Feb 11 18:26:10 2022 +0000 web/report.php | 1 + 1 file changed, 1 insertion(+) -commit 9e02c50c +commit 9e02c50c3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 11 18:23:10 2022 +0000 @@ -9697,7 +12098,7 @@ Date: Fri Feb 11 18:23:10 2022 +0000 web/report.php | 41 ++++++++++++++++++++++++++++------------- 2 files changed, 35 insertions(+), 17 deletions(-) -commit 9023d300 +commit 9023d300b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 11 17:43:07 2022 +0000 @@ -9706,7 +12107,7 @@ Date: Fri Feb 11 17:43:07 2022 +0000 web/report.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -commit 7915f799 +commit 7915f7995 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 11 17:22:37 2022 +0000 @@ -9716,7 +12117,7 @@ Date: Fri Feb 11 17:22:37 2022 +0000 web/report.php | 39 ++++++++++++++++++++++++++++++-- 2 files changed, 68 insertions(+), 21 deletions(-) -commit 44a6ebef +commit 44a6ebef3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Feb 10 14:44:45 2022 +0000 @@ -9725,7 +12126,7 @@ Date: Thu Feb 10 14:44:45 2022 +0000 web/edit_entry_handler.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -commit 505c77d4 +commit 505c77d43 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 9 20:03:12 2022 +0000 @@ -9734,7 +12135,7 @@ Date: Wed Feb 9 20:03:12 2022 +0000 web/standard_vars.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6650f5b3 +commit 6650f5b30 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 9 17:48:26 2022 +0000 @@ -9743,7 +12144,7 @@ Date: Wed Feb 9 17:48:26 2022 +0000 web/view_entry.php | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) -commit 92c30e3e +commit 92c30e3eb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 9 17:17:26 2022 +0000 @@ -9752,7 +12153,7 @@ Date: Wed Feb 9 17:17:26 2022 +0000 web/lib/MRBS/Auth/Auth.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) -commit 3b3c2117 +commit 3b3c2117d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 4 17:48:20 2022 +0000 @@ -9761,8 +12162,8 @@ Date: Fri Feb 4 17:48:20 2022 +0000 web/functions_table.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -commit 5b1a033d -Merge: 4ce51fcb 6116be84 +commit 5b1a033dc +Merge: 4ce51fcb7 6116be84b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 4 17:00:25 2022 +0000 @@ -9770,7 +12171,7 @@ Date: Fri Feb 4 17:00:25 2022 +0000 Kiosk -commit 6116be84 +commit 6116be84b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 4 16:48:10 2022 +0000 @@ -9780,7 +12181,7 @@ Date: Fri Feb 4 16:48:10 2022 +0000 web/index.php | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) -commit 0b79da8f +commit 0b79da8f3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 4 15:53:40 2022 +0000 @@ -9789,14 +12190,14 @@ Date: Fri Feb 4 15:53:40 2022 +0000 web/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 0ececc08 -Merge: 3ed98a39 4ce51fcb +commit 0ececc08f +Merge: 3ed98a394 4ce51fcb7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 4 15:31:52 2022 +0000 Merge branch 'main' into kiosk -commit 4ce51fcb +commit 4ce51fcb7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Feb 4 14:59:14 2022 +0000 @@ -9805,14 +12206,14 @@ Date: Fri Feb 4 14:59:14 2022 +0000 web/lang/lang.en | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 3ed98a39 -Merge: 5dbca3f2 bda3899f +commit 3ed98a394 +Merge: 5dbca3f2d bda3899f0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 2 18:30:03 2022 +0000 Merge branch 'main' into kiosk -commit bda3899f +commit bda3899f0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 2 18:27:20 2022 +0000 @@ -9821,7 +12222,7 @@ Date: Wed Feb 2 18:27:20 2022 +0000 web/lib/MRBS/Auth/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 14728741 +commit 147287412 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Feb 2 18:26:33 2022 +0000 @@ -9832,14 +12233,14 @@ Date: Wed Feb 2 18:26:33 2022 +0000 web/systemdefaults.inc.php | 10 ++++++++++ 3 files changed, 14 insertions(+), 9 deletions(-) -commit 5dbca3f2 -Merge: 5c10e7da 84544255 +commit 5dbca3f2d +Merge: 5c10e7da1 845442558 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 31 17:40:34 2022 +0000 Merge branch 'main' into kiosk -commit 84544255 +commit 845442558 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 31 17:39:21 2022 +0000 @@ -9853,7 +12254,7 @@ Date: Mon Jan 31 17:39:21 2022 +0000 web/pending.php | 4 +-- 6 files changed, 63 insertions(+), 15 deletions(-) -commit 8c990cc6 +commit 8c990cc6d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jan 29 18:39:04 2022 +0000 @@ -9862,8 +12263,8 @@ Date: Sat Jan 29 18:39:04 2022 +0000 wix/web/http-functions.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 5c10e7da -Merge: 6c9d580e b235e14c +commit 5c10e7da1 +Merge: 6c9d580ec b235e14cd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jan 29 17:58:04 2022 +0000 @@ -9872,7 +12273,7 @@ Date: Sat Jan 29 17:58:04 2022 +0000 # Conflicts: # web/index.php -commit b235e14c +commit b235e14cd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jan 29 17:53:13 2022 +0000 @@ -9881,7 +12282,7 @@ Date: Sat Jan 29 17:53:13 2022 +0000 web/standard_vars.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e2320a13 +commit e2320a132 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jan 29 17:52:23 2022 +0000 @@ -9890,7 +12291,7 @@ Date: Sat Jan 29 17:52:23 2022 +0000 web/index.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -commit 6f73ea66 +commit 6f73ea66e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jan 29 17:45:55 2022 +0000 @@ -9899,14 +12300,14 @@ Date: Sat Jan 29 17:45:55 2022 +0000 web/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 6c9d580e -Merge: 66a6b718 9978b32f +commit 6c9d580ec +Merge: 66a6b718f 9978b32fb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jan 29 08:11:57 2022 +0000 Merge branch 'main' into kiosk -commit 9978b32f +commit 9978b32fb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jan 29 08:10:36 2022 +0000 @@ -9915,14 +12316,14 @@ Date: Sat Jan 29 08:10:36 2022 +0000 web/lib/MRBS/Auth/AuthWix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 66a6b718 -Merge: 43547b00 456d47cb +commit 66a6b718f +Merge: 43547b008 456d47cb2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jan 27 18:00:22 2022 +0000 Merge branch 'main' into kiosk -commit 456d47cb +commit 456d47cb2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jan 27 17:59:44 2022 +0000 @@ -9934,14 +12335,14 @@ Date: Thu Jan 27 17:59:44 2022 +0000 wix/web/http-functions.js | 35 +++++++++++++++++++++++++++++---- 4 files changed, 54 insertions(+), 20 deletions(-) -commit 43547b00 -Merge: e74faa87 0324d622 +commit 43547b008 +Merge: e74faa874 0324d6224 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jan 25 17:05:24 2022 +0000 Merge branch 'main' into kiosk -commit 0324d622 +commit 0324d6224 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jan 25 17:03:35 2022 +0000 @@ -9950,7 +12351,7 @@ Date: Tue Jan 25 17:03:35 2022 +0000 web/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 45fb8f4b +commit 45fb8f4b9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jan 25 17:01:24 2022 +0000 @@ -9959,7 +12360,7 @@ Date: Tue Jan 25 17:01:24 2022 +0000 web/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 337dd6c7 +commit 337dd6c71 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jan 25 16:50:51 2022 +0000 @@ -9969,14 +12370,14 @@ Date: Tue Jan 25 16:50:51 2022 +0000 web/systemdefaults.inc.php | 9 +++++---- 2 files changed, 16 insertions(+), 5 deletions(-) -commit e74faa87 -Merge: f7b4061d c226532a +commit e74faa874 +Merge: f7b4061d6 c226532a7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 23 11:13:57 2022 +0000 Merge branch 'main' into kiosk -commit c226532a +commit c226532a7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 23 11:06:46 2022 +0000 @@ -9989,14 +12390,14 @@ Date: Sun Jan 23 11:06:46 2022 +0000 web/lib/MRBS/Session/SessionWithLogin.php | 34 +++++++++++++++------ 5 files changed, 59 insertions(+), 10 deletions(-) -commit f7b4061d -Merge: eb7fe8a3 d85636d5 +commit f7b4061d6 +Merge: eb7fe8a30 d85636d52 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 21 11:06:19 2022 +0000 Merge branch 'main' into kiosk -commit d85636d5 +commit d85636d52 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 21 11:04:22 2022 +0000 @@ -10005,14 +12406,14 @@ Date: Fri Jan 21 11:04:22 2022 +0000 web/lib/MRBS/Auth/AuthWix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit eb7fe8a3 -Merge: 07c89ccc 08637c1b +commit eb7fe8a30 +Merge: 07c89ccc5 08637c1b2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 16 18:26:14 2022 +0000 Merge branch 'main' into kiosk -commit 08637c1b +commit 08637c1b2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 16 18:24:34 2022 +0000 @@ -10021,15 +12422,15 @@ Date: Sun Jan 16 18:24:34 2022 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit 07c89ccc -Merge: 486f5b09 138b3539 +commit 07c89ccc5 +Merge: 486f5b09d 138b35391 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 10 17:33:12 2022 +0000 Merge branch 'main' into kiosk -commit 138b3539 -Merge: ba0dcf9b 57de67ed +commit 138b35391 +Merge: ba0dcf9b0 57de67edd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 10 17:25:59 2022 +0000 @@ -10037,7 +12438,7 @@ Date: Mon Jan 10 17:25:59 2022 +0000 Fix issue 33 -commit 57de67ed +commit 57de67edd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 10 17:22:42 2022 +0000 @@ -10046,7 +12447,7 @@ Date: Mon Jan 10 17:22:42 2022 +0000 web/edit_room.php | 2 ++ 1 file changed, 2 insertions(+) -commit 5466c02b +commit 5466c02bc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 10 17:21:11 2022 +0000 @@ -10056,7 +12457,7 @@ Date: Mon Jan 10 17:21:11 2022 +0000 web/edit_users.php | 18 ++++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) -commit 83f45380 +commit 83f453802 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Jan 10 17:05:58 2022 +0000 @@ -10065,14 +12466,14 @@ Date: Mon Jan 10 17:05:58 2022 +0000 web/edit_entry.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 486f5b09 -Merge: 970aa802 ba0dcf9b +commit 486f5b09d +Merge: 970aa8025 ba0dcf9b0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jan 8 17:04:22 2022 +0000 Merge branch 'main' into kiosk -commit ba0dcf9b +commit ba0dcf9b0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Jan 8 17:04:00 2022 +0000 @@ -10083,14 +12484,14 @@ Date: Sat Jan 8 17:04:00 2022 +0000 wix/web/http-functions.js | 10 ++++++++-- 3 files changed, 24 insertions(+), 4 deletions(-) -commit 970aa802 -Merge: f20f612d a205f639 +commit 970aa8025 +Merge: f20f612df a205f639a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 7 15:30:49 2022 +0000 Merge branch 'main' into kiosk -commit a205f639 +commit a205f639a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 7 15:09:36 2022 +0000 @@ -10099,14 +12500,14 @@ Date: Fri Jan 7 15:09:36 2022 +0000 wix/web/http-functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f20f612d -Merge: d909ffc1 f0be7ddf +commit f20f612df +Merge: d909ffc10 f0be7ddf2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 7 12:15:39 2022 +0000 Merge branch 'main' into kiosk -commit f0be7ddf +commit f0be7ddf2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jan 7 12:14:17 2022 +0000 @@ -10115,14 +12516,14 @@ Date: Fri Jan 7 12:14:17 2022 +0000 web/lib/MRBS/Auth/AuthWix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d909ffc1 -Merge: 829fe9d6 cc68d1c9 +commit d909ffc10 +Merge: 829fe9d6c cc68d1c91 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jan 6 18:10:32 2022 +0000 Merge branch 'main' into kiosk -commit cc68d1c9 +commit cc68d1c91 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jan 6 18:10:16 2022 +0000 @@ -10133,7 +12534,7 @@ Date: Thu Jan 6 18:10:16 2022 +0000 web/lib/MRBS/Auth/AuthWix.php | 11 +++-------- 3 files changed, 18 insertions(+), 14 deletions(-) -commit 3841c556 +commit 3841c5562 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jan 6 17:42:38 2022 +0000 @@ -10143,14 +12544,14 @@ Date: Thu Jan 6 17:42:38 2022 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 23 insertions(+), 1 deletion(-) -commit 829fe9d6 -Merge: 0382fcb9 7026b3c6 +commit 829fe9d6c +Merge: 0382fcb9c 7026b3c6b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 2 15:17:25 2022 +0000 Merge branch 'main' into kiosk -commit 7026b3c6 +commit 7026b3c6b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 2 14:36:32 2022 +0000 @@ -10160,14 +12561,14 @@ Date: Sun Jan 2 14:36:32 2022 +0000 wix/web/http-functions.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) -commit 0382fcb9 -Merge: c8136367 e5d278d0 +commit 0382fcb9c +Merge: c81363673 e5d278d01 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 2 13:57:01 2022 +0000 Merge branch 'main' into kiosk -commit e5d278d0 +commit e5d278d01 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 2 13:56:38 2022 +0000 @@ -10176,14 +12577,14 @@ Date: Sun Jan 2 13:56:38 2022 +0000 web/lib/MRBS/Auth/AuthWix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c8136367 -Merge: 90d388e0 ecdd281e +commit c81363673 +Merge: 90d388e0d ecdd281e7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 2 13:21:28 2022 +0000 Merge branch 'main' into kiosk -commit ecdd281e +commit ecdd281e7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 2 13:20:46 2022 +0000 @@ -10193,14 +12594,14 @@ Date: Sun Jan 2 13:20:46 2022 +0000 web/systemdefaults.inc.php | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) -commit 90d388e0 -Merge: 68309c44 2a256cda +commit 90d388e0d +Merge: 68309c441 2a256cda4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 2 10:15:10 2022 +0000 Merge branch 'main' into kiosk -commit 2a256cda +commit 2a256cda4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jan 2 10:14:06 2022 +0000 @@ -10213,14 +12614,14 @@ Date: Sun Jan 2 10:14:06 2022 +0000 wix/web/http-functions.js (new) | 204 ++++++++++++++++++++++++++ 5 files changed, 459 insertions(+), 2 deletions(-) -commit 68309c44 -Merge: 7cea8ce4 8049f802 +commit 68309c441 +Merge: 7cea8ce43 8049f802e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 29 18:21:35 2021 +0000 Merge branch 'main' into kiosk -commit 8049f802 +commit 8049f802e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 29 17:49:24 2021 +0000 @@ -10231,15 +12632,15 @@ Date: Wed Dec 29 17:49:24 2021 +0000 web/functions_global.inc (new) | 65 ++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 61 deletions(-) -commit 7cea8ce4 -Merge: 741d39c6 19d27595 +commit 7cea8ce43 +Merge: 741d39c63 19d27595b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 28 10:54:29 2021 +0000 Merge branch 'main' into kiosk -commit 19d27595 -Merge: 7c6ecbfd c2be6f2b +commit 19d27595b +Merge: 7c6ecbfd8 c2be6f2bf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 27 20:50:51 2021 +0000 @@ -10247,7 +12648,7 @@ Date: Mon Dec 27 20:50:51 2021 +0000 Fix issue 30 -commit c2be6f2b +commit c2be6f2bf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 27 20:48:39 2021 +0000 @@ -10256,7 +12657,7 @@ Date: Mon Dec 27 20:48:39 2021 +0000 web/js/edit_entry.js.php | 11 +++++++++++ 1 file changed, 11 insertions(+) -commit 15496390 +commit 154963905 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 27 18:32:55 2021 +0000 @@ -10265,14 +12666,14 @@ Date: Mon Dec 27 18:32:55 2021 +0000 web/edit_entry.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) -commit 741d39c6 -Merge: ce63963f 7c6ecbfd +commit 741d39c63 +Merge: ce63963f7 7c6ecbfd8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 21 18:42:56 2021 +0000 Merge branch 'main' into kiosk -commit 7c6ecbfd +commit 7c6ecbfd8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 21 18:41:48 2021 +0000 @@ -10281,7 +12682,7 @@ Date: Tue Dec 21 18:41:48 2021 +0000 web/mrbs_sql.inc | 47 +++++++++++++++++----------------------------- 1 file changed, 17 insertions(+), 30 deletions(-) -commit 8cba3d8d +commit 8cba3d8d8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 21 18:23:04 2021 +0000 @@ -10290,15 +12691,15 @@ Date: Tue Dec 21 18:23:04 2021 +0000 web/mrbs_sql.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -commit ce63963f -Merge: 44a46059 415ad483 +commit ce63963f7 +Merge: 44a46059e 415ad4830 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 21 08:04:56 2021 +0000 Merge branch 'main' into kiosk -commit 415ad483 -Merge: 66bb77f9 4135ee24 +commit 415ad4830 +Merge: 66bb77f9d 4135ee24a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 21 08:01:40 2021 +0000 @@ -10306,7 +12707,7 @@ Date: Tue Dec 21 08:01:40 2021 +0000 Update import.php -commit 4135ee24 +commit 4135ee24a Author: Polzin <58709258+being-peace@users.noreply.github.com> Date: Tue Dec 21 02:10:21 2021 +0100 @@ -10317,14 +12718,14 @@ Date: Tue Dec 21 02:10:21 2021 +0100 web/import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 44a46059 -Merge: aeaffc9e 66bb77f9 +commit 44a46059e +Merge: aeaffc9ed 66bb77f9d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 16 18:50:53 2021 +0000 Merge branch 'main' into kiosk -commit 66bb77f9 +commit 66bb77f9d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 16 18:49:26 2021 +0000 @@ -10333,14 +12734,14 @@ Date: Thu Dec 16 18:49:26 2021 +0000 web/index.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -commit aeaffc9e -Merge: 9f8711c1 564a0dbe +commit aeaffc9ed +Merge: 9f8711c16 564a0dbed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 14 18:36:08 2021 +0000 Merge branch 'main' into kiosk -commit 564a0dbe +commit 564a0dbed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 14 18:35:09 2021 +0000 @@ -10349,14 +12750,14 @@ Date: Tue Dec 14 18:35:09 2021 +0000 web/lib/MRBS/Auth/Auth.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -commit 9f8711c1 -Merge: b4ff2e61 557f1b15 +commit 9f8711c16 +Merge: b4ff2e61f 557f1b152 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 14 15:36:53 2021 +0000 Merge branch 'main' into kiosk -commit 557f1b15 +commit 557f1b152 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 14 15:36:14 2021 +0000 @@ -10365,7 +12766,7 @@ Date: Tue Dec 14 15:36:14 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 82 ++++++++++++++++++------------- 1 file changed, 49 insertions(+), 33 deletions(-) -commit ccd0feff +commit ccd0feff3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Dec 14 06:53:13 2021 +0000 @@ -10375,7 +12776,7 @@ Date: Tue Dec 14 06:53:13 2021 +0000 web/lib/MRBS/Auth/AuthLdap.php | 33 +++++++++++--------------------- 2 files changed, 27 insertions(+), 27 deletions(-) -commit 8db1376c +commit 8db1376c6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 9 19:03:07 2021 +0000 @@ -10384,14 +12785,14 @@ Date: Thu Dec 9 19:03:07 2021 +0000 web/edit_users.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) -commit b4ff2e61 -Merge: e882b583 dd8e2e39 +commit b4ff2e61f +Merge: e882b583d dd8e2e39e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 9 07:33:44 2021 +0000 Merge branch 'main' into kiosk -commit dd8e2e39 +commit dd8e2e39e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 9 07:32:55 2021 +0000 @@ -10401,7 +12802,7 @@ Date: Thu Dec 9 07:32:55 2021 +0000 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) -commit 5a920364 +commit 5a9203646 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 8 07:56:03 2021 +0000 @@ -10410,7 +12811,7 @@ Date: Wed Dec 8 07:56:03 2021 +0000 web/lib/MRBS/Auth/AuthDb.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit cf72da24 +commit cf72da24c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 8 07:38:39 2021 +0000 @@ -10419,7 +12820,7 @@ Date: Wed Dec 8 07:38:39 2021 +0000 web/lib/MRBS/Auth/Auth.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 4e4f450a +commit 4e4f450a4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 8 07:23:11 2021 +0000 @@ -10428,7 +12829,7 @@ Date: Wed Dec 8 07:23:11 2021 +0000 web/lib/MRBS/Auth/AuthDb.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -commit a769eb3e +commit a769eb3eb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 8 06:57:59 2021 +0000 @@ -10440,14 +12841,14 @@ Date: Wed Dec 8 06:57:59 2021 +0000 web/report.php | 2 +- 4 files changed, 119 insertions(+), 5 deletions(-) -commit e882b583 -Merge: 4ef83620 6f31a4c0 +commit e882b583d +Merge: 4ef836204 6f31a4c0a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 6 16:57:38 2021 +0000 Merge branch 'main' into kiosk -commit 6f31a4c0 +commit 6f31a4c0a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Dec 6 16:54:51 2021 +0000 @@ -10456,14 +12857,14 @@ Date: Mon Dec 6 16:54:51 2021 +0000 web/lib/MRBS/Auth/AuthLdap.php | 33 ++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) -commit 4ef83620 -Merge: 651700e1 fec2bfd8 +commit 4ef836204 +Merge: 651700e18 fec2bfd8d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 2 17:52:03 2021 +0000 Merge branch 'main' into kiosk -commit fec2bfd8 +commit fec2bfd8d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 2 17:50:56 2021 +0000 @@ -10472,7 +12873,7 @@ Date: Thu Dec 2 17:50:56 2021 +0000 web/report.php | 2 ++ 1 file changed, 2 insertions(+) -commit 12814ca0 +commit 12814ca08 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Dec 2 17:02:21 2021 +0000 @@ -10481,14 +12882,14 @@ Date: Thu Dec 2 17:02:21 2021 +0000 web/lib/MRBS/Auth/Auth.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 651700e1 -Merge: 50e40747 b42fd0c0 +commit 651700e18 +Merge: 50e40747c b42fd0c06 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 1 18:47:24 2021 +0000 Merge branch 'main' into kiosk -commit b42fd0c0 +commit b42fd0c06 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 1 18:45:31 2021 +0000 @@ -10497,7 +12898,7 @@ Date: Wed Dec 1 18:45:31 2021 +0000 web/lib/MRBS/Auth/AuthLdap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c1b6fe65 +commit c1b6fe656 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 1 18:18:47 2021 +0000 @@ -10514,14 +12915,14 @@ Date: Wed Dec 1 18:18:47 2021 +0000 web/lib/MRBS/Auth/AuthWordpress.php | 2 +- 9 files changed, 116 insertions(+), 119 deletions(-) -commit 50e40747 -Merge: 07f58bbf 8c32be8d +commit 50e40747c +Merge: 07f58bbf5 8c32be8d8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 1 07:12:46 2021 +0000 Merge branch 'main' into kiosk -commit 8c32be8d +commit 8c32be8d8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 1 07:11:29 2021 +0000 @@ -10530,7 +12931,7 @@ Date: Wed Dec 1 07:11:29 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1eba8aed +commit 1eba8aedb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 1 07:00:16 2021 +0000 @@ -10539,28 +12940,28 @@ Date: Wed Dec 1 07:00:16 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 07f58bbf -Merge: b7163bf5 690f9483 +commit 07f58bbf5 +Merge: b7163bf52 690f94835 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 1 06:41:24 2021 +0000 Merge branch 'main' into kiosk -commit 690f9483 -Merge: 71bd6099 22be5202 +commit 690f94835 +Merge: 71bd6099a 22be5202e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 1 06:40:09 2021 +0000 Merge branch 'main' of https://github.com/meeting-room-booking-system/mrbs-code into main -commit b7163bf5 -Merge: 7d5854c9 71bd6099 +commit b7163bf52 +Merge: 7d5854c9a 71bd6099a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 1 06:38:58 2021 +0000 Merge branch 'main' into kiosk -commit 71bd6099 +commit 71bd6099a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Dec 1 06:34:34 2021 +0000 @@ -10569,7 +12970,7 @@ Date: Wed Dec 1 06:34:34 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) -commit 22be5202 (tag: mrbs-1_10_0) +commit 22be5202e (tag: mrbs-1_10_0) Author: John Beranek Date: Mon Nov 29 20:37:59 2021 +0000 @@ -10579,7 +12980,7 @@ Date: Mon Nov 29 20:37:59 2021 +0000 NEWS | 139 + 2 files changed, 10222 insertions(+), 46 deletions(-) -commit abb8cd45 +commit abb8cd454 Author: John Beranek Date: Mon Nov 29 20:05:46 2021 +0000 @@ -10588,14 +12989,14 @@ Date: Mon Nov 29 20:05:46 2021 +0000 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7d5854c9 -Merge: 6b6bf48a 9d6cd15a +commit 7d5854c9a +Merge: 6b6bf48a1 9d6cd15aa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 25 18:20:16 2021 +0000 Merge branch 'main' into kiosk -commit 9d6cd15a +commit 9d6cd15aa Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 25 18:18:54 2021 +0000 @@ -10611,14 +13012,14 @@ Date: Thu Nov 25 18:18:54 2021 +0000 web/lib/PHPMailer/src/SMTP.php | 11 ++++--- 8 files changed, 77 insertions(+), 28 deletions(-) -commit 6b6bf48a -Merge: abeb2e45 085c5615 +commit 6b6bf48a1 +Merge: abeb2e457 085c56153 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 25 07:00:49 2021 +0000 Merge branch 'main' into kiosk -commit 085c5615 +commit 085c56153 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 25 06:59:23 2021 +0000 @@ -10627,14 +13028,14 @@ Date: Thu Nov 25 06:59:23 2021 +0000 web/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit abeb2e45 -Merge: 3f6e1312 79cf9093 +commit abeb2e457 +Merge: 3f6e1312a 79cf90932 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Nov 24 18:25:42 2021 +0000 Merge branch 'main' into kiosk -commit 79cf9093 +commit 79cf90932 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Nov 24 18:21:44 2021 +0000 @@ -10644,7 +13045,7 @@ Date: Wed Nov 24 18:21:44 2021 +0000 web/lang/lang.en | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) -commit 0fe69b4d +commit 0fe69b4d8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Nov 24 18:09:13 2021 +0000 @@ -10654,14 +13055,14 @@ Date: Wed Nov 24 18:09:13 2021 +0000 web/lang/lang.en | 4 ++- 2 files changed, 45 insertions(+), 20 deletions(-) -commit 3f6e1312 -Merge: 9d667d37 8c83c996 +commit 3f6e1312a +Merge: 9d667d373 8c83c9968 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 22 18:14:29 2021 +0000 Merge branch 'main' into kiosk -commit 8c83c996 +commit 8c83c9968 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 22 17:53:22 2021 +0000 @@ -10670,7 +13071,7 @@ Date: Mon Nov 22 17:53:22 2021 +0000 tables.pg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 14e70ac1 +commit 14e70ac13 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 22 17:51:44 2021 +0000 @@ -10679,7 +13080,7 @@ Date: Mon Nov 22 17:51:44 2021 +0000 tables.my.sql | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit 95e0ecad +commit 95e0ecad0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 22 17:17:52 2021 +0000 @@ -10692,14 +13093,14 @@ Date: Mon Nov 22 17:17:52 2021 +0000 web/upgrade/82/pgsql.sql (new) | 12 ++++++++++++ 5 files changed, 23 insertions(+), 10 deletions(-) -commit 9d667d37 -Merge: 6013ed41 6e7d95db +commit 9d667d373 +Merge: 6013ed419 6e7d95db6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 21 18:25:56 2021 +0000 Merge branch 'main' into kiosk -commit 6e7d95db +commit 6e7d95db6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 21 18:25:25 2021 +0000 @@ -10708,14 +13109,14 @@ Date: Sun Nov 21 18:25:25 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6013ed41 -Merge: 632ea9de 2ad2b76c +commit 6013ed419 +Merge: 632ea9de1 2ad2b76c2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 21 18:17:57 2021 +0000 Merge branch 'main' into kiosk -commit 2ad2b76c +commit 2ad2b76c2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Nov 21 17:58:19 2021 +0000 @@ -10724,7 +13125,7 @@ Date: Sun Nov 21 17:58:19 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -commit 087e0c11 +commit 087e0c113 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 19:13:51 2021 +0000 @@ -10735,7 +13136,7 @@ Date: Thu Nov 18 19:13:51 2021 +0000 web/lang/lang.en | 3 +++ 3 files changed, 56 insertions(+), 13 deletions(-) -commit 94696e29 +commit 94696e29f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 18:27:49 2021 +0000 @@ -10744,14 +13145,14 @@ Date: Thu Nov 18 18:27:49 2021 +0000 web/import.php | 58 ++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 29 deletions(-) -commit 632ea9de -Merge: 3904f2f5 47eca433 +commit 632ea9de1 +Merge: 3904f2f5f 47eca4333 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 18:06:40 2021 +0000 Merge branch 'main' into kiosk -commit 47eca433 +commit 47eca4333 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 18:04:53 2021 +0000 @@ -10762,14 +13163,14 @@ Date: Thu Nov 18 18:04:53 2021 +0000 web/lang/lang.en | 1 + 3 files changed, 71 insertions(+), 28 deletions(-) -commit 3904f2f5 -Merge: 359baeff 12e06c58 +commit 3904f2f5f +Merge: 359baeff8 12e06c580 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 17:15:12 2021 +0000 Merge branch 'main' into kiosk -commit 12e06c58 +commit 12e06c580 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 17:14:50 2021 +0000 @@ -10778,7 +13179,7 @@ Date: Thu Nov 18 17:14:50 2021 +0000 web/lib/MRBS/Auth/AuthDb.php | 3 +++ 1 file changed, 3 insertions(+) -commit 03ceb391 +commit 03ceb391e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 17:12:11 2021 +0000 @@ -10787,7 +13188,7 @@ Date: Thu Nov 18 17:12:11 2021 +0000 web/lib/MRBS/Auth/AuthWordpress.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) -commit 7cc399a1 +commit 7cc399a18 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 16:47:14 2021 +0000 @@ -10796,7 +13197,7 @@ Date: Thu Nov 18 16:47:14 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 93af2f6e +commit 93af2f6ee Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 16:26:13 2021 +0000 @@ -10805,7 +13206,7 @@ Date: Thu Nov 18 16:26:13 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 55fa4d7c +commit 55fa4d7c1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 16:25:03 2021 +0000 @@ -10814,7 +13215,7 @@ Date: Thu Nov 18 16:25:03 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit d2eccc5e +commit d2eccc5e7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 18 16:19:10 2021 +0000 @@ -10823,14 +13224,14 @@ Date: Thu Nov 18 16:19:10 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) -commit 359baeff -Merge: a22bc4d3 ca7353a2 +commit 359baeff8 +Merge: a22bc4d31 ca7353a23 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Nov 17 18:17:41 2021 +0000 Merge branch 'main' into kiosk -commit ca7353a2 +commit ca7353a23 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Nov 17 18:16:15 2021 +0000 @@ -10839,14 +13240,14 @@ Date: Wed Nov 17 18:16:15 2021 +0000 web/lib/MRBS/Auth/AuthDbExt.php | 131 ++++++++++++++++-------------- 1 file changed, 70 insertions(+), 61 deletions(-) -commit a22bc4d3 -Merge: 9c14cb46 2ebba8ab +commit a22bc4d31 +Merge: 9c14cb466 2ebba8abc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 16 19:01:29 2021 +0000 Merge branch 'main' into kiosk -commit 2ebba8ab +commit 2ebba8abc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 16 19:00:24 2021 +0000 @@ -10855,7 +13256,7 @@ Date: Tue Nov 16 19:00:24 2021 +0000 web/import.php | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) -commit 075119ba +commit 075119ba6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 16 17:55:41 2021 +0000 @@ -10867,14 +13268,14 @@ Date: Tue Nov 16 17:55:41 2021 +0000 web/systemdefaults.inc.php | 3 +++ 4 files changed, 21 insertions(+), 3 deletions(-) -commit 9c14cb46 -Merge: 08552cec 6895338b +commit 9c14cb466 +Merge: 08552cecf 6895338b7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 16 17:08:56 2021 +0000 Merge branch 'main' into kiosk -commit 6895338b +commit 6895338b7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 16 16:59:50 2021 +0000 @@ -10883,7 +13284,7 @@ Date: Tue Nov 16 16:59:50 2021 +0000 web/import.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 8213a4d5 +commit 8213a4d51 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 16 16:53:01 2021 +0000 @@ -10892,7 +13293,7 @@ Date: Tue Nov 16 16:53:01 2021 +0000 web/import.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 8c10e4b3 +commit 8c10e4b37 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 16 16:32:22 2021 +0000 @@ -10902,7 +13303,7 @@ Date: Tue Nov 16 16:32:22 2021 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) -commit 4b67eb46 +commit 4b67eb46c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 16 16:21:51 2021 +0000 @@ -10912,7 +13313,7 @@ Date: Tue Nov 16 16:21:51 2021 +0000 web/lang/lang.en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit d7c9d73d +commit d7c9d73d5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Nov 16 15:52:05 2021 +0000 @@ -10925,7 +13326,7 @@ Date: Tue Nov 16 15:52:05 2021 +0000 web/lang/lang.en | 8 +- 5 files changed, 169 insertions(+), 66 deletions(-) -commit e7aae756 +commit e7aae756e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 15 14:57:16 2021 +0000 @@ -10934,7 +13335,7 @@ Date: Mon Nov 15 14:57:16 2021 +0000 web/lib/MRBS/Form/FieldInputUrl.php (new) | 15 +++++++++++++++ 1 file changed, 15 insertions(+) -commit dbbfad20 +commit dbbfad20f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 15 14:53:08 2021 +0000 @@ -10943,7 +13344,7 @@ Date: Mon Nov 15 14:53:08 2021 +0000 web/lib/MRBS/Form/ElementInputUrl.php (new) | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -commit 0de25e5a +commit 0de25e5a5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 15 14:46:03 2021 +0000 @@ -10953,7 +13354,7 @@ Date: Mon Nov 15 14:46:03 2021 +0000 web/lang/lang.en | 1 + 2 files changed, 35 insertions(+), 18 deletions(-) -commit bd155dd7 +commit bd155dd73 Author: jberanek Date: Thu Nov 11 19:51:36 2021 +0000 @@ -10962,8 +13363,8 @@ Date: Thu Nov 11 19:51:36 2021 +0000 .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 59b00da9 -Merge: 21504a51 e9f23d4f +commit 59b00da97 +Merge: 21504a510 e9f23d4f6 Author: jberanek Date: Thu Nov 11 19:25:42 2021 +0000 @@ -10971,7 +13372,7 @@ Date: Thu Nov 11 19:25:42 2021 +0000 Update update -commit 21504a51 +commit 21504a510 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 18:03:06 2021 +0000 @@ -10987,7 +13388,7 @@ Date: Thu Nov 11 18:03:06 2021 +0000 web/site_faq/site_faq_sv.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) -commit d1f673fd +commit d1f673fd7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 18:00:26 2021 +0000 @@ -11003,7 +13404,7 @@ Date: Thu Nov 11 18:00:26 2021 +0000 web/site_faq/site_faq_sv.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) -commit 93117471 +commit 93117471e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:57:46 2021 +0000 @@ -11019,7 +13420,7 @@ Date: Thu Nov 11 17:57:46 2021 +0000 web/site_faq/site_faq_sv.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) -commit b7036607 +commit b70366071 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:54:15 2021 +0000 @@ -11035,7 +13436,7 @@ Date: Thu Nov 11 17:54:15 2021 +0000 web/site_faq/site_faq_sv.html | 12 +-- 8 files changed, 231 insertions(+), 231 deletions(-) -commit e9f23d4f +commit e9f23d4f6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:45:04 2021 +0000 @@ -11044,7 +13445,7 @@ Date: Thu Nov 11 17:45:04 2021 +0000 upgrade3.my.sql (gone) | 9 --------- 1 file changed, 9 deletions(-) -commit 96333ba4 +commit 96333ba4e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:44:51 2021 +0000 @@ -11053,7 +13454,7 @@ Date: Thu Nov 11 17:44:51 2021 +0000 upgrade2.pg.sql (gone) | 3 --- 1 file changed, 3 deletions(-) -commit 6e406073 +commit 6e4060738 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:44:36 2021 +0000 @@ -11062,7 +13463,7 @@ Date: Thu Nov 11 17:44:36 2021 +0000 upgrade2.my.sql (gone) | 3 --- 1 file changed, 3 deletions(-) -commit ec7b27f8 +commit ec7b27f8c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:44:22 2021 +0000 @@ -11071,7 +13472,7 @@ Date: Thu Nov 11 17:44:22 2021 +0000 upgrade.my.sql (gone) | 44 ----------------------------------------- 1 file changed, 44 deletions(-) -commit b65edfe3 +commit b65edfe3a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:42:50 2021 +0000 @@ -11082,7 +13483,7 @@ Date: Thu Nov 11 17:42:50 2021 +0000 upgrade.my.sql (new) | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) -commit aa16a9f9 +commit aa16a9f98 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:42:45 2021 +0000 @@ -11093,7 +13494,7 @@ Date: Thu Nov 11 17:42:45 2021 +0000 upgrade2.my.sql (new) | 3 +++ 1 file changed, 3 insertions(+) -commit 508ff0c8 +commit 508ff0c82 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:42:39 2021 +0000 @@ -11104,7 +13505,7 @@ Date: Thu Nov 11 17:42:39 2021 +0000 upgrade2.pg.sql (new) | 3 +++ 1 file changed, 3 insertions(+) -commit 56f24374 +commit 56f24374f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:42:29 2021 +0000 @@ -11115,7 +13516,7 @@ Date: Thu Nov 11 17:42:29 2021 +0000 upgrade3.my.sql (new) | 9 +++++++++ 1 file changed, 9 insertions(+) -commit f70ebbd5 +commit f70ebbd5e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:31:39 2021 +0000 @@ -11124,7 +13525,7 @@ Date: Thu Nov 11 17:31:39 2021 +0000 upgrade3.my.sql (gone) | 9 --------- 1 file changed, 9 deletions(-) -commit 01940c57 +commit 01940c57e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:31:24 2021 +0000 @@ -11133,7 +13534,7 @@ Date: Thu Nov 11 17:31:24 2021 +0000 upgrade2.pg.sql (gone) | 3 --- 1 file changed, 3 deletions(-) -commit 75eb4960 +commit 75eb49605 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:31:03 2021 +0000 @@ -11142,7 +13543,7 @@ Date: Thu Nov 11 17:31:03 2021 +0000 upgrade2.my.sql (gone) | 3 --- 1 file changed, 3 deletions(-) -commit 15ddd559 +commit 15ddd5594 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:30:41 2021 +0000 @@ -11151,7 +13552,7 @@ Date: Thu Nov 11 17:30:41 2021 +0000 upgrade.my.sql (gone) | 44 ----------------------------------------- 1 file changed, 44 deletions(-) -commit 1abff496 +commit 1abff496a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Nov 11 17:21:51 2021 +0000 @@ -11160,7 +13561,7 @@ Date: Thu Nov 11 17:21:51 2021 +0000 UPGRADE | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) -commit 08552cec +commit 08552cecf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 8 11:27:30 2021 +0000 @@ -11170,7 +13571,7 @@ Date: Mon Nov 8 11:27:30 2021 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 19 insertions(+), 4 deletions(-) -commit c61846e2 +commit c61846e2b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 8 10:59:29 2021 +0000 @@ -11179,7 +13580,7 @@ Date: Mon Nov 8 10:59:29 2021 +0000 web/js/index.js.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) -commit 6089aff4 +commit 6089aff49 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 8 10:20:13 2021 +0000 @@ -11188,7 +13589,7 @@ Date: Mon Nov 8 10:20:13 2021 +0000 web/js/refresh.js.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit aa072471 +commit aa072471f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Nov 8 09:55:40 2021 +0000 @@ -11200,7 +13601,7 @@ Date: Mon Nov 8 09:55:40 2021 +0000 web/standard_vars.inc.php | 5 +++-- 4 files changed, 16 insertions(+), 3 deletions(-) -commit 4111913d +commit 4111913d1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 31 14:45:20 2021 +0000 @@ -11209,7 +13610,7 @@ Date: Sun Oct 31 14:45:20 2021 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0c23ff31 +commit 0c23ff315 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 31 14:43:08 2021 +0000 @@ -11218,7 +13619,7 @@ Date: Sun Oct 31 14:43:08 2021 +0000 web/functions.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) -commit a9e62a6a +commit a9e62a6a8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 30 17:30:49 2021 +0100 @@ -11227,7 +13628,7 @@ Date: Sat Oct 30 17:30:49 2021 +0100 web/lib/MRBS/DBStatement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 73c22ea9 +commit 73c22ea94 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 30 17:19:33 2021 +0100 @@ -11238,7 +13639,7 @@ Date: Sat Oct 30 17:19:33 2021 +0100 web/lib/MRBS/DB_pgsql.php | 1 - 3 files changed, 3 deletions(-) -commit 9a4af117 +commit 9a4af1179 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 30 16:40:28 2021 +0100 @@ -11280,7 +13681,7 @@ Date: Sat Oct 30 16:40:28 2021 +0100 web/lang/lang.zh-tw | 1 - 34 files changed, 34 deletions(-) -commit 1a6f575a +commit 1a6f575a1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 30 16:23:34 2021 +0100 @@ -11289,7 +13690,7 @@ Date: Sat Oct 30 16:23:34 2021 +0100 web/del.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e1807e00 +commit e1807e005 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 30 16:18:32 2021 +0100 @@ -11299,7 +13700,7 @@ Date: Sat Oct 30 16:18:32 2021 +0100 web/edit_room.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 5c6bc8eb +commit 5c6bc8eb9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 30 16:11:10 2021 +0100 @@ -11309,7 +13710,7 @@ Date: Sat Oct 30 16:11:10 2021 +0100 web/edit_room.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 071ccc7e +commit 071ccc7ed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 29 18:05:03 2021 +0100 @@ -11318,7 +13719,7 @@ Date: Fri Oct 29 18:05:03 2021 +0100 web/mrbs_sql.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 0cd04444 +commit 0cd04444d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 26 15:42:29 2021 +0100 @@ -11328,7 +13729,7 @@ Date: Tue Oct 26 15:42:29 2021 +0100 web/systemdefaults.inc.php | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) -commit fd95d6d3 +commit fd95d6d36 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 26 09:16:05 2021 +0100 @@ -11338,7 +13739,7 @@ Date: Tue Oct 26 09:16:05 2021 +0100 web/systemdefaults.inc.php | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) -commit 084ea3ee +commit 084ea3ee3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Oct 24 17:16:16 2021 +0100 @@ -11347,7 +13748,7 @@ Date: Sun Oct 24 17:16:16 2021 +0100 web/functions.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 9a4f122b +commit 9a4f122b8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 23 19:00:04 2021 +0100 @@ -11356,7 +13757,7 @@ Date: Sat Oct 23 19:00:04 2021 +0100 web/lib/MRBS/Auth/Auth.php | 10 ---------- 1 file changed, 10 deletions(-) -commit 3430c6f5 +commit 3430c6f5a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 23 18:50:09 2021 +0100 @@ -11367,7 +13768,7 @@ Date: Sat Oct 23 18:50:09 2021 +0100 web/lib/MRBS/Auth/AuthDb.php | 5 ++++- 3 files changed, 56 insertions(+), 2 deletions(-) -commit 7b1a2fec +commit 7b1a2fece Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Oct 23 11:29:17 2021 +0100 @@ -11376,7 +13777,7 @@ Date: Sat Oct 23 11:29:17 2021 +0100 web/edit_room.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit ecfce58d +commit ecfce58de Author: John Beranek Date: Fri Oct 22 19:51:30 2021 +0100 @@ -12236,7 +14637,7 @@ Date: Fri Oct 22 19:51:30 2021 +0100 web/tzurl/zoneinfo/Pacific/Wallis.ics | 34 +- 852 files changed, 42593 insertions(+), 42593 deletions(-) -commit 7d84aab1 +commit 7d84aab18 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 21 11:53:53 2021 +0100 @@ -12247,7 +14648,7 @@ Date: Thu Oct 21 11:53:53 2021 +0100 web/systemdefaults.inc.php | 5 +++++ 3 files changed, 16 insertions(+), 5 deletions(-) -commit 212ed61d +commit 212ed61dd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 20 17:21:04 2021 +0100 @@ -12257,7 +14658,7 @@ Date: Wed Oct 20 17:21:04 2021 +0100 web/report.php | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) -commit 1a70d434 +commit 1a70d4348 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 19 16:49:39 2021 +0100 @@ -12266,7 +14667,7 @@ Date: Tue Oct 19 16:49:39 2021 +0100 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 56ab7885 +commit 56ab7885c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Oct 19 14:17:41 2021 +0100 @@ -12277,7 +14678,7 @@ Date: Tue Oct 19 14:17:41 2021 +0100 web/systemdefaults.inc.php | 13 +++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) -commit 4fc6522d +commit 4fc6522dc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 14 17:56:30 2021 +0100 @@ -12286,7 +14687,7 @@ Date: Thu Oct 14 17:56:30 2021 +0100 web/mrbs_sql.inc | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) -commit 169ed802 +commit 169ed8026 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Oct 7 12:12:54 2021 +0100 @@ -12298,7 +14699,7 @@ Date: Thu Oct 7 12:12:54 2021 +0100 web/report.php | 2 +- 4 files changed, 57 insertions(+), 51 deletions(-) -commit 932a7fbb +commit 932a7fbb6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 6 15:52:10 2021 +0100 @@ -12307,7 +14708,7 @@ Date: Wed Oct 6 15:52:10 2021 +0100 web/mrbs_sql.inc | 1 + 1 file changed, 1 insertion(+) -commit 1157efcd +commit 1157efcde Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 6 13:04:04 2021 +0100 @@ -12316,7 +14717,7 @@ Date: Wed Oct 6 13:04:04 2021 +0100 web/lib/MRBS/DB_pgsql.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit fb955e0b +commit fb955e0b4 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 6 12:30:56 2021 +0100 @@ -12325,7 +14726,7 @@ Date: Wed Oct 6 12:30:56 2021 +0100 web/mrbs_sql.inc | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) -commit 22077efe +commit 22077efed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 6 11:29:56 2021 +0100 @@ -12335,7 +14736,7 @@ Date: Wed Oct 6 11:29:56 2021 +0100 web/report.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) -commit 1d8bfbf0 +commit 1d8bfbf05 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 6 11:11:49 2021 +0100 @@ -12346,7 +14747,7 @@ Date: Wed Oct 6 11:11:49 2021 +0100 web/report.php | 25 +++++++++++++++++++++---- 3 files changed, 47 insertions(+), 4 deletions(-) -commit 189b4020 +commit 189b40209 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Oct 6 09:01:25 2021 +0100 @@ -12356,7 +14757,7 @@ Date: Wed Oct 6 09:01:25 2021 +0100 web/lib/MRBS/DB_pgsql.php | 13 +++++++++++++ 2 files changed, 25 insertions(+) -commit 4643ab80 +commit 4643ab80d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 4 16:56:53 2021 +0100 @@ -12366,7 +14767,7 @@ Date: Mon Oct 4 16:56:53 2021 +0100 web/lang/lang.en | 1 + 2 files changed, 33 insertions(+), 19 deletions(-) -commit 923e409d +commit 923e409d0 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Oct 4 16:55:39 2021 +0100 @@ -12375,7 +14776,7 @@ Date: Mon Oct 4 16:55:39 2021 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0791b3b3 +commit 0791b3b34 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 1 20:15:23 2021 +0100 @@ -12384,7 +14785,7 @@ Date: Fri Oct 1 20:15:23 2021 +0100 web/lib/MRBS/SessionHandlerDb.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 8804caef +commit 8804caef7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 1 20:09:37 2021 +0100 @@ -12393,7 +14794,7 @@ Date: Fri Oct 1 20:09:37 2021 +0100 web/lib/MRBS/SessionHandlerDb.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -commit 91ba9cca +commit 91ba9cca3 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 1 14:38:14 2021 +0100 @@ -12402,7 +14803,7 @@ Date: Fri Oct 1 14:38:14 2021 +0100 web/edit_users.php | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) -commit a4c155f6 +commit a4c155f6d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Oct 1 14:29:32 2021 +0100 @@ -12412,7 +14813,7 @@ Date: Fri Oct 1 14:29:32 2021 +0100 web/functions.inc | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) -commit 24a7574b +commit 24a7574b8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 30 18:08:59 2021 +0100 @@ -12423,7 +14824,7 @@ Date: Thu Sep 30 18:08:59 2021 +0100 web/systemdefaults.inc.php | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) -commit bcdb1e9b +commit bcdb1e9b8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 29 13:38:09 2021 +0100 @@ -12433,7 +14834,7 @@ Date: Wed Sep 29 13:38:09 2021 +0100 web/edit_users.php | 8 ++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) -commit 3f5a23d1 +commit 3f5a23d1d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sat Sep 25 09:31:13 2021 +0100 @@ -12442,7 +14843,7 @@ Date: Sat Sep 25 09:31:13 2021 +0100 web/lang/lang.en | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit ba6dbc59 +commit ba6dbc593 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 24 11:34:35 2021 +0100 @@ -12451,7 +14852,7 @@ Date: Fri Sep 24 11:34:35 2021 +0100 web/mrbs_sql.inc | 2 ++ 1 file changed, 2 insertions(+) -commit 1db314aa +commit 1db314aaf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 24 10:41:56 2021 +0100 @@ -12460,7 +14861,7 @@ Date: Fri Sep 24 10:41:56 2021 +0100 web/mrbs_sql.inc | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -commit 41b04592 +commit 41b045928 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Sep 24 10:10:03 2021 +0100 @@ -12471,7 +14872,7 @@ Date: Fri Sep 24 10:10:03 2021 +0100 web/mrbs_sql.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 731843f1 +commit 731843f12 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 23 18:42:27 2021 +0100 @@ -12480,7 +14881,7 @@ Date: Thu Sep 23 18:42:27 2021 +0100 web/functions_table.inc | 1 - 1 file changed, 1 deletion(-) -commit 16c0f41d +commit 16c0f41d2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 23 14:26:26 2021 +0100 @@ -12489,7 +14890,7 @@ Date: Thu Sep 23 14:26:26 2021 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8834a9e7 +commit 8834a9e71 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 23 14:11:37 2021 +0100 @@ -12498,7 +14899,7 @@ Date: Thu Sep 23 14:11:37 2021 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fe7513f8 +commit fe7513f86 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 23 10:05:49 2021 +0100 @@ -12507,7 +14908,7 @@ Date: Thu Sep 23 10:05:49 2021 +0100 web/lib/MRBS/Auth/AuthDb.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 1082333e +commit 1082333ef Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 23 09:20:51 2021 +0100 @@ -12517,7 +14918,7 @@ Date: Thu Sep 23 09:20:51 2021 +0100 web/view_entry.php | 48 ++++++++++++++++++++++++-------------------- 2 files changed, 27 insertions(+), 22 deletions(-) -commit a5062072 +commit a50620723 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Sep 21 14:16:36 2021 +0100 @@ -12528,7 +14929,7 @@ Date: Tue Sep 21 14:16:36 2021 +0100 web/systemdefaults.inc.php | 7 +++++++ 3 files changed, 25 insertions(+), 3 deletions(-) -commit 5c3355d6 +commit 5c3355d65 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Sep 21 12:43:46 2021 +0100 @@ -12537,7 +14938,7 @@ Date: Tue Sep 21 12:43:46 2021 +0100 web/functions_table.inc | 80 ++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 43 deletions(-) -commit 93f15362 +commit 93f153624 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Sep 21 12:19:46 2021 +0100 @@ -12546,7 +14947,7 @@ Date: Tue Sep 21 12:19:46 2021 +0100 web/language.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit f7530d8d +commit f7530d8dd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Sep 20 16:37:47 2021 +0100 @@ -12555,7 +14956,7 @@ Date: Mon Sep 20 16:37:47 2021 +0100 web/language.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 57ec94f8 +commit 57ec94f80 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Sep 15 19:30:50 2021 +0100 @@ -12565,7 +14966,7 @@ Date: Wed Sep 15 19:30:50 2021 +0100 web/lib/MRBS/Auth/AuthDb.php | 3 +-- 2 files changed, 9 insertions(+), 3 deletions(-) -commit 648b3c93 +commit 648b3c931 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Sep 14 20:54:06 2021 +0100 @@ -12574,7 +14975,7 @@ Date: Tue Sep 14 20:54:06 2021 +0100 web/lib/MRBS/Auth/AuthLdap.php | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) -commit d8214cb8 +commit d8214cb83 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 9 18:20:23 2021 +0100 @@ -12583,7 +14984,7 @@ Date: Thu Sep 9 18:20:23 2021 +0100 web/lib/MRBS/Auth/AuthLdap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 893a3aba +commit 893a3abaf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 9 15:37:01 2021 +0100 @@ -12592,7 +14993,7 @@ Date: Thu Sep 9 15:37:01 2021 +0100 web/language.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 29a77068 +commit 29a770684 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 2 12:02:38 2021 +0100 @@ -12601,7 +15002,7 @@ Date: Thu Sep 2 12:02:38 2021 +0100 web/functions_mail.inc | 3 +++ 1 file changed, 3 insertions(+) -commit 5ea0d56f +commit 5ea0d56f9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 2 11:57:21 2021 +0100 @@ -12610,7 +15011,7 @@ Date: Thu Sep 2 11:57:21 2021 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit af824091 +commit af8240916 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 2 11:36:21 2021 +0100 @@ -12619,7 +15020,7 @@ Date: Thu Sep 2 11:36:21 2021 +0100 web/language.inc | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) -commit 5a740010 +commit 5a7400102 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Sep 2 11:14:31 2021 +0100 @@ -12630,8 +15031,8 @@ Date: Thu Sep 2 11:14:31 2021 +0100 web/mrbs_sql.inc | 6 +++--- 3 files changed, 26 insertions(+), 12 deletions(-) -commit 6bd01a6a -Merge: 9e3fb0dc c2616778 +commit 6bd01a6a1 +Merge: 9e3fb0dc5 c26167788 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 14:49:12 2021 +0100 @@ -12639,7 +15040,7 @@ Date: Mon Aug 30 14:49:12 2021 +0100 Auth and session documentation -commit c2616778 +commit c26167788 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 14:29:48 2021 +0100 @@ -12648,7 +15049,7 @@ Date: Mon Aug 30 14:29:48 2021 +0100 AUTHENTICATION | 90 +++++++++++++++++++----------------------------- 1 file changed, 36 insertions(+), 54 deletions(-) -commit 4ddbb068 +commit 4ddbb068f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 14:08:51 2021 +0100 @@ -12672,7 +15073,7 @@ Date: Mon Aug 30 14:08:51 2021 +0100 web/lib/MRBS/Session/SessionWordpress.php | 10 +++-- 16 files changed, 138 insertions(+), 114 deletions(-) -commit 28b1a9e4 +commit 28b1a9e41 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 12:32:04 2021 +0100 @@ -12696,7 +15097,7 @@ Date: Mon Aug 30 12:32:04 2021 +0100 web/lib/MRBS/Auth/AuthWordpress.php | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) -commit 87c3d5f5 +commit 87c3d5f5a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 12:24:18 2021 +0100 @@ -12706,8 +15107,8 @@ Date: Mon Aug 30 12:24:18 2021 +0100 web/lib/MRBS/Auth/AuthIdcheck.php | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) -commit 00508276 -Merge: 9eab4d9d 9e3fb0dc +commit 005082760 +Merge: 9eab4d9d1 9e3fb0dc5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 12:19:46 2021 +0100 @@ -12717,7 +15118,7 @@ Date: Mon Aug 30 12:19:46 2021 +0100 # web/lib/MRBS/Auth/Auth.php # web/lib/MRBS/Auth/AuthIdcheck.php -commit 9e3fb0dc +commit 9e3fb0dc5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 12:16:29 2021 +0100 @@ -12727,22 +15128,22 @@ Date: Mon Aug 30 12:16:29 2021 +0100 web/lib/MRBS/Auth/AuthIdcheck.php | 19 +++++++++++++++++++ 2 files changed, 33 insertions(+) -commit 9eab4d9d -Merge: 1e7c0890 54b8b6be +commit 9eab4d9d1 +Merge: 1e7c08903 54b8b6be9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 12:02:35 2021 +0100 Merge branch 'main' into auth_and_session_documentation -commit 54b8b6be -Merge: 41de5559 dfcb6ccb +commit 54b8b6be9 +Merge: 41de5559d dfcb6ccbc Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 12:01:35 2021 +0100 Merge branch 'main' of https://github.com/meeting-room-booking-system/mrbs-code into main -commit 1e7c0890 -Merge: 85505312 41de5559 +commit 1e7c08903 +Merge: 85505312f 41de5559d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 11:57:33 2021 +0100 @@ -12751,7 +15152,7 @@ Date: Mon Aug 30 11:57:33 2021 +0100 # Conflicts: # web/lib/MRBS/Auth/AuthNone.php -commit 41de5559 +commit 41de5559d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 11:35:39 2021 +0100 @@ -12770,7 +15171,7 @@ Date: Mon Aug 30 11:35:39 2021 +0100 web/lib/MRBS/Auth/AuthSaml.php | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) -commit 61915b5c +commit 61915b5c5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 10:49:00 2021 +0100 @@ -12779,7 +15180,7 @@ Date: Mon Aug 30 10:49:00 2021 +0100 web/lib/MRBS/Auth/AuthNone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 85505312 +commit 85505312f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 30 10:45:01 2021 +0100 @@ -12806,7 +15207,7 @@ Date: Mon Aug 30 10:45:01 2021 +0100 web/lib/MRBS/Auth/AuthWordpress.php | 14 +++++----- 19 files changed, 82 insertions(+), 83 deletions(-) -commit dfcb6ccb +commit dfcb6ccbc Author: jberanek Date: Sat Aug 28 09:29:44 2021 +0100 @@ -12818,7 +15219,7 @@ Date: Sat Aug 28 09:29:44 2021 +0100 .github/ISSUE_TEMPLATE/support-request.md | 1 + 2 files changed, 2 insertions(+) -commit a7fb39d6 +commit a7fb39d61 Author: jberanek Date: Fri Aug 27 14:44:02 2021 +0100 @@ -12829,7 +15230,7 @@ Date: Fri Aug 27 14:44:02 2021 +0100 .../ISSUE_TEMPLATE/support-request.md (new) | 25 ++++++++++++++++++ 1 file changed, 25 insertions(+) -commit 9a4d860f +commit 9a4d860fd Author: jberanek Date: Fri Aug 27 14:41:40 2021 +0100 @@ -12839,8 +15240,8 @@ Date: Fri Aug 27 14:41:40 2021 +0100 .../ISSUE_TEMPLATE/feature_request.md (new) | 20 +++++++++ 2 files changed, 58 insertions(+) -commit 91bf8446 -Merge: 795fad5b bb7aab05 +commit 91bf84465 +Merge: 795fad5b6 bb7aab05f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 20 14:13:46 2021 +0100 @@ -12848,7 +15249,7 @@ Date: Fri Aug 20 14:13:46 2021 +0100 Documentation fix -commit bb7aab05 +commit bb7aab05f Author: dertimm Date: Fri Aug 20 15:05:24 2021 +0200 @@ -12857,8 +15258,8 @@ Date: Fri Aug 20 15:05:24 2021 +0200 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 795fad5b -Merge: 45b11099 8b6260ea +commit 795fad5b6 +Merge: 45b110998 8b6260ea5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 20 14:05:15 2021 +0100 @@ -12866,14 +15267,14 @@ Date: Fri Aug 20 14:05:15 2021 +0100 Edit entry handler back button -commit 8b6260ea (origin/edit_entry_handler_back_button) -Merge: dd6f1de9 45b11099 +commit 8b6260ea5 (origin/edit_entry_handler_back_button) +Merge: dd6f1de91 45b110998 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 20 13:04:43 2021 +0100 Merge branch 'main' into edit_entry_handler_back_button -commit 45b11099 +commit 45b110998 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 20 13:04:06 2021 +0100 @@ -12883,7 +15284,7 @@ Date: Fri Aug 20 13:04:06 2021 +0100 web/functions.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit d3fe7541 +commit d3fe7541a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 20 10:45:51 2021 +0100 @@ -12893,7 +15294,7 @@ Date: Fri Aug 20 10:45:51 2021 +0100 web/edit_entry.php | 12 +++++++----- 2 files changed, 11 insertions(+), 8 deletions(-) -commit b1c3ae3e +commit b1c3ae3ed Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 20 08:59:41 2021 +0100 @@ -12902,7 +15303,7 @@ Date: Fri Aug 20 08:59:41 2021 +0100 web/Themes/classic126/styling.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 164f3dfb +commit 164f3dfbb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 19 16:04:48 2021 +0100 @@ -12912,7 +15313,7 @@ Date: Thu Aug 19 16:04:48 2021 +0100 web/css/mrbs-print.css.php | 15 ++++----------- 2 files changed, 8 insertions(+), 15 deletions(-) -commit 6b111d9a +commit 6b111d9ad Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 19 14:06:42 2021 +0100 @@ -12921,7 +15322,7 @@ Date: Thu Aug 19 14:06:42 2021 +0100 web/functions.inc | 4 ---- 1 file changed, 4 deletions(-) -commit 4b82e70e +commit 4b82e70e1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 19 14:04:23 2021 +0100 @@ -12931,7 +15332,7 @@ Date: Thu Aug 19 14:04:23 2021 +0100 web/functions.inc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) -commit e8b2c0ab +commit e8b2c0ab9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 19 09:51:19 2021 +0100 @@ -12940,7 +15341,7 @@ Date: Thu Aug 19 09:51:19 2021 +0100 web/language.inc | 1 + 1 file changed, 1 insertion(+) -commit f9d63fd3 +commit f9d63fd34 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 18 17:37:10 2021 +0100 @@ -12954,7 +15355,7 @@ Date: Wed Aug 18 17:37:10 2021 +0100 web/lib/PHPMailer/src/SMTP.php | 2 +- 6 files changed, 26 insertions(+), 20 deletions(-) -commit ee5f1992 +commit ee5f19924 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 18 15:33:36 2021 +0100 @@ -12963,7 +15364,7 @@ Date: Wed Aug 18 15:33:36 2021 +0100 web/lang/lang.sv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit d559e1d9 +commit d559e1d93 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 18 15:07:22 2021 +0100 @@ -12972,7 +15373,7 @@ Date: Wed Aug 18 15:07:22 2021 +0100 web/lang/lang.sv | 186 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 143 insertions(+), 43 deletions(-) -commit 3b5298de +commit 3b5298dee Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 18 09:46:00 2021 +0100 @@ -12982,7 +15383,7 @@ Date: Wed Aug 18 09:46:00 2021 +0100 web/edit_room.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit e3c786cc +commit e3c786cc6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 16 10:10:55 2021 +0100 @@ -12992,7 +15393,7 @@ Date: Mon Aug 16 10:10:55 2021 +0100 web/systemdefaults.inc.php | 12 ++++++++++++ 2 files changed, 14 insertions(+) -commit 5f19e247 +commit 5f19e2479 Author: John Beranek Date: Sat Aug 14 13:40:57 2021 +0100 @@ -13001,7 +15402,7 @@ Date: Sat Aug 14 13:40:57 2021 +0100 AUTHENTICATION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a02329c1 +commit a02329c15 Author: John Beranek Date: Sat Aug 14 13:38:43 2021 +0100 @@ -13011,14 +15412,14 @@ Date: Sat Aug 14 13:38:43 2021 +0100 badpw.pl (gone) | 29 ------------------------- 2 files changed, 8 insertions(+), 76 deletions(-) -commit 6af5d847 -Merge: a545dfd0 fe7f1884 +commit 6af5d847a +Merge: a545dfd0d fe7f1884d Author: John Beranek Date: Sat Aug 14 13:23:15 2021 +0100 Merge branch 'main' of github.com:meeting-room-booking-system/mrbs-code -commit a545dfd0 +commit a545dfd0d Author: John Beranek Date: Sat Aug 14 13:22:31 2021 +0100 @@ -13027,8 +15428,8 @@ Date: Sat Aug 14 13:22:31 2021 +0100 crypt_passwd.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fe7f1884 -Merge: 009a48bd 33fbb04c +commit fe7f1884d +Merge: 009a48bda 33fbb04c1 Author: jberanek Date: Sat Aug 14 13:09:21 2021 +0100 @@ -13036,7 +15437,7 @@ Date: Sat Aug 14 13:09:21 2021 +0100 Update lang.de/ Series / Periods -commit 009a48bd +commit 009a48bda Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 13 20:32:16 2021 +0100 @@ -13055,7 +15456,7 @@ Date: Fri Aug 13 20:32:16 2021 +0100 web/lib/PHPMailer/src/SMTP.php | 3 +- 11 files changed, 150 insertions(+), 88 deletions(-) -commit dd6f1de9 +commit dd6f1de91 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 13 17:26:44 2021 +0100 @@ -13064,14 +15465,14 @@ Date: Fri Aug 13 17:26:44 2021 +0100 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3fb9fd62 -Merge: fbfbee30 21a4e74e +commit 3fb9fd62b +Merge: fbfbee308 21a4e74ef Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 13 16:45:58 2021 +0100 Merge branch 'main' into edit_entry_handler_back_button -commit 21a4e74e +commit 21a4e74ef Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 13 16:32:22 2021 +0100 @@ -13080,8 +15481,8 @@ Date: Fri Aug 13 16:32:22 2021 +0100 web/mrbs_sql.inc | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) -commit e7065db5 -Merge: 01eb4cd5 07051f79 +commit e7065db56 +Merge: 01eb4cd56 07051f791 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 13 16:24:51 2021 +0100 @@ -13089,7 +15490,7 @@ Date: Fri Aug 13 16:24:51 2021 +0100 Improve conflict display (start and end time, no date if only one day) -commit 01eb4cd5 +commit 01eb4cd56 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 13 15:49:38 2021 +0100 @@ -13099,7 +15500,7 @@ Date: Fri Aug 13 15:49:38 2021 +0100 web/edit_area_handler.php | 5 +++++ 2 files changed, 14 insertions(+), 6 deletions(-) -commit 07051f79 +commit 07051f791 Author: Tobias Polzin <58709258+being-peace@users.noreply.github.com> Date: Fri Aug 13 11:05:47 2021 +0200 @@ -13108,7 +15509,7 @@ Date: Fri Aug 13 11:05:47 2021 +0200 web/mrbs_sql.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 4cbaaf20 +commit 4cbaaf202 Author: Tobias Polzin <58709258+being-peace@users.noreply.github.com> Date: Fri Aug 13 10:59:58 2021 +0200 @@ -13117,14 +15518,14 @@ Date: Fri Aug 13 10:59:58 2021 +0200 web/mrbs_sql.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit fbfbee30 -Merge: 95230859 c2a5bf77 +commit fbfbee308 +Merge: 952308592 c2a5bf77e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 12 15:00:07 2021 +0100 Merge branch 'main' into edit_entry_handler_back_button -commit c2a5bf77 +commit c2a5bf77e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 12 14:59:43 2021 +0100 @@ -13133,7 +15534,7 @@ Date: Thu Aug 12 14:59:43 2021 +0100 web/functions_table.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 95230859 +commit 952308592 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 12 14:26:04 2021 +0100 @@ -13142,7 +15543,7 @@ Date: Thu Aug 12 14:26:04 2021 +0100 web/js/edit_entry.js.php | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) -commit ec464af5 +commit ec464af56 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 12 12:33:30 2021 +0100 @@ -13151,7 +15552,7 @@ Date: Thu Aug 12 12:33:30 2021 +0100 web/js/edit_entry.js.php | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) -commit 1be8cc5d +commit 1be8cc5d8 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 12 12:20:20 2021 +0100 @@ -13160,7 +15561,7 @@ Date: Thu Aug 12 12:20:20 2021 +0100 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bb00d192 +commit bb00d192e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Aug 12 12:19:08 2021 +0100 @@ -13169,7 +15570,7 @@ Date: Thu Aug 12 12:19:08 2021 +0100 web/js/edit_entry.js.php | 175 +++++++++++++++++++------------------ 1 file changed, 90 insertions(+), 85 deletions(-) -commit dee21d47 +commit dee21d471 Author: Tobias Polzin <58709258+being-peace@users.noreply.github.com> Date: Tue Aug 10 20:47:42 2021 +0200 @@ -13178,7 +15579,7 @@ Date: Tue Aug 10 20:47:42 2021 +0200 web/mrbs_sql.inc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit e193c135 +commit e193c135d Author: Tobias Polzin <58709258+being-peace@users.noreply.github.com> Date: Mon Aug 9 23:13:41 2021 +0200 @@ -13187,7 +15588,7 @@ Date: Mon Aug 9 23:13:41 2021 +0200 web/mrbs_sql.inc | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) -commit f2afddbf +commit f2afddbf6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 18:49:23 2021 +0100 @@ -13196,7 +15597,7 @@ Date: Fri Aug 6 18:49:23 2021 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c437bb88 +commit c437bb883 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 18:44:33 2021 +0100 @@ -13205,7 +15606,7 @@ Date: Fri Aug 6 18:44:33 2021 +0100 web/js/edit_entry.js.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -commit e8c0ab6a +commit e8c0ab6af Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 18:33:24 2021 +0100 @@ -13214,7 +15615,7 @@ Date: Fri Aug 6 18:33:24 2021 +0100 web/js/edit_entry.js.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 74e8ec7e +commit 74e8ec7eb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 18:05:55 2021 +0100 @@ -13223,7 +15624,7 @@ Date: Fri Aug 6 18:05:55 2021 +0100 web/js/edit_entry.js.php | 117 +++++++++++++++++++++++-------------- 1 file changed, 74 insertions(+), 43 deletions(-) -commit d177760e +commit d177760eb Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 17:00:07 2021 +0100 @@ -13234,14 +15635,14 @@ Date: Fri Aug 6 17:00:07 2021 +0100 web/js/edit_entry.js.php | 75 +++++++++++++++++++----------------- 3 files changed, 49 insertions(+), 35 deletions(-) -commit 5fe2a7a4 -Merge: 84e9763c dad76ceb +commit 5fe2a7a48 +Merge: 84e9763c5 dad76ceb1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 16:22:28 2021 +0100 Merge branch 'main' into edit_entry_handler_back_button -commit dad76ceb +commit dad76ceb1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 16:21:47 2021 +0100 @@ -13250,7 +15651,7 @@ Date: Fri Aug 6 16:21:47 2021 +0100 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 181016a3 +commit 181016a3a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 16:12:53 2021 +0100 @@ -13260,7 +15661,7 @@ Date: Fri Aug 6 16:12:53 2021 +0100 web/mrbs_sql.inc | 22 +++++++++++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) -commit 9948048d +commit 9948048d7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 15:38:45 2021 +0100 @@ -13269,7 +15670,7 @@ Date: Fri Aug 6 15:38:45 2021 +0100 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 84e9763c +commit 84e9763c5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 15:31:18 2021 +0100 @@ -13278,14 +15679,14 @@ Date: Fri Aug 6 15:31:18 2021 +0100 web/js/edit_entry.js.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 9a6229d7 -Merge: 3464f909 cc2e8767 +commit 9a6229d71 +Merge: 3464f909c cc2e8767f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 15:10:54 2021 +0100 Merge branch 'main' into edit_entry_handler_back_button -commit cc2e8767 +commit cc2e8767f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 15:06:39 2021 +0100 @@ -13294,7 +15695,7 @@ Date: Fri Aug 6 15:06:39 2021 +0100 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cbf1f49b +commit cbf1f49ba Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Aug 6 14:59:06 2021 +0100 @@ -13304,7 +15705,7 @@ Date: Fri Aug 6 14:59:06 2021 +0100 web/lang/lang.en | 1 + 2 files changed, 9 insertions(+) -commit 3464f909 +commit 3464f909c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 4 18:29:42 2021 +0100 @@ -13313,7 +15714,7 @@ Date: Wed Aug 4 18:29:42 2021 +0100 web/js/edit_entry.js.php | 53 ++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 20 deletions(-) -commit 440b1674 +commit 440b1674e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 4 17:47:03 2021 +0100 @@ -13322,7 +15723,7 @@ Date: Wed Aug 4 17:47:03 2021 +0100 web/js/edit_entry.js.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) -commit bb6ac109 +commit bb6ac1097 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 4 12:27:22 2021 +0100 @@ -13331,7 +15732,7 @@ Date: Wed Aug 4 12:27:22 2021 +0100 web/edit_entry_handler.php | 79 ++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 40 deletions(-) -commit e3119d52 +commit e3119d528 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 4 10:35:01 2021 +0100 @@ -13340,7 +15741,7 @@ Date: Wed Aug 4 10:35:01 2021 +0100 web/language.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit feeb60e8 +commit feeb60e8b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Aug 4 10:24:47 2021 +0100 @@ -13349,7 +15750,7 @@ Date: Wed Aug 4 10:24:47 2021 +0100 web/functions_view.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -commit 33fbb04c +commit 33fbb04c1 Author: Tobias Polzin <58709258+being-peace@users.noreply.github.com> Date: Tue Aug 3 15:00:36 2021 +0200 @@ -13358,7 +15759,7 @@ Date: Tue Aug 3 15:00:36 2021 +0200 web/lang/lang.de | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e2976e47 +commit e2976e47e Author: Polzin <58709258+being-peace@users.noreply.github.com> Date: Tue Aug 3 14:55:18 2021 +0200 @@ -13371,8 +15772,8 @@ Date: Tue Aug 3 14:55:18 2021 +0200 web/lang/lang.de | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) -commit 996d6b56 -Merge: a2f68439 556c8003 +commit 996d6b563 +Merge: a2f68439a 556c8003c Author: jberanek Date: Mon Aug 2 21:54:46 2021 +0100 @@ -13380,7 +15781,7 @@ Date: Mon Aug 2 21:54:46 2021 +0100 Docker development environment for simple testing -commit 556c8003 +commit 556c8003c Author: jberanek Date: Mon Aug 2 21:53:50 2021 +0100 @@ -13391,8 +15792,8 @@ Date: Mon Aug 2 21:53:50 2021 +0100 docker_app/HOWTO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a2f68439 -Merge: 773a4a19 19f3663a +commit a2f68439a +Merge: 773a4a19d 19f3663af Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 2 19:13:47 2021 +0100 @@ -13400,7 +15801,7 @@ Date: Mon Aug 2 19:13:47 2021 +0100 edit_entry shows repetition and skipping only if necessary -commit 773a4a19 +commit 773a4a19d Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 2 18:57:09 2021 +0100 @@ -13409,7 +15810,7 @@ Date: Mon Aug 2 18:57:09 2021 +0100 web/functions_table.inc | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) -commit 19f3663a +commit 19f3663af Author: Tobias Polzin <58709258+being-peace@users.noreply.github.com> Date: Mon Aug 2 19:45:12 2021 +0200 @@ -13418,7 +15819,7 @@ Date: Mon Aug 2 19:45:12 2021 +0200 web/js/edit_entry.js.php | 4 ++++ 1 file changed, 4 insertions(+) -commit a5be6bf3 +commit a5be6bf31 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 2 18:33:39 2021 +0100 @@ -13427,7 +15828,7 @@ Date: Mon Aug 2 18:33:39 2021 +0100 web/lib/MRBS/Form/FieldTimeWithUnits.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit ed1ec15c +commit ed1ec15cf Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 2 18:32:37 2021 +0100 @@ -13436,8 +15837,8 @@ Date: Mon Aug 2 18:32:37 2021 +0100 web/lib/MRBS/Form/FieldTimeWithUnits.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) -commit 9423c719 -Merge: bf8f9e50 a6ea557d +commit 9423c7191 +Merge: bf8f9e500 a6ea557d9 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Mon Aug 2 17:14:54 2021 +0100 @@ -13445,7 +15846,7 @@ Date: Mon Aug 2 17:14:54 2021 +0100 New option $min_booking_admin_level -commit a6ea557d +commit a6ea557d9 Author: Tobias Polzin <58709258+being-peace@users.noreply.github.com> Date: Mon Aug 2 15:04:41 2021 +0200 @@ -13455,7 +15856,7 @@ Date: Mon Aug 2 15:04:41 2021 +0200 web/systemdefaults.inc.php | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) -commit ec658a62 +commit ec658a62c Author: Tobias Polzin <58709258+being-peace@users.noreply.github.com> Date: Sun Aug 1 16:24:59 2021 +0200 @@ -13467,7 +15868,7 @@ Date: Sun Aug 1 16:24:59 2021 +0200 docker_app/php/config.inc.php (new) | 11 +++++ 4 files changed, 115 insertions(+) -commit bf8f9e50 +commit bf8f9e500 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 30 19:31:27 2021 +0100 @@ -13477,7 +15878,7 @@ Date: Fri Jul 30 19:31:27 2021 +0100 web/language.inc | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) -commit 6f23c5b5 +commit 6f23c5b56 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 30 18:54:21 2021 +0100 @@ -13486,7 +15887,7 @@ Date: Fri Jul 30 18:54:21 2021 +0100 web/lib/MRBS/DBStatement.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit cf280108 +commit cf280108b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 30 18:41:29 2021 +0100 @@ -13495,7 +15896,7 @@ Date: Fri Jul 30 18:41:29 2021 +0100 web/lib/MRBS/Auth/AuthDb.php | 94 +++++++++++++++++++--------------- 1 file changed, 54 insertions(+), 40 deletions(-) -commit cf62e97d +commit cf62e97dd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 30 12:35:31 2021 +0100 @@ -13504,7 +15905,7 @@ Date: Fri Jul 30 12:35:31 2021 +0100 web/language.inc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -commit 6854667f +commit 6854667f7 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 30 11:06:59 2021 +0100 @@ -13513,7 +15914,7 @@ Date: Fri Jul 30 11:06:59 2021 +0100 web/lib/MRBS/Form/Form.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) -commit 2dc0f89a +commit 2dc0f89ab Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 30 11:00:28 2021 +0100 @@ -13522,7 +15923,7 @@ Date: Fri Jul 30 11:00:28 2021 +0100 web/lib/MRBS/Form/Form.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -commit 1b860636 +commit 1b860636b Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 30 10:54:20 2021 +0100 @@ -13531,7 +15932,7 @@ Date: Fri Jul 30 10:54:20 2021 +0100 web/lib/MRBS/Form/Form.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -commit 0922b22d +commit 0922b22dd Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 30 10:00:50 2021 +0100 @@ -13540,7 +15941,7 @@ Date: Fri Jul 30 10:00:50 2021 +0100 web/lib/MRBS/Form/Form.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 6c012539 +commit 6c012539a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu Jul 29 14:59:27 2021 +0100 @@ -13549,7 +15950,7 @@ Date: Thu Jul 29 14:59:27 2021 +0100 web/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2c69565f +commit 2c69565fe Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 28 18:31:32 2021 +0100 @@ -13558,7 +15959,7 @@ Date: Wed Jul 28 18:31:32 2021 +0100 web/init.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit fb44895e +commit fb44895e5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 28 18:27:55 2021 +0100 @@ -13567,7 +15968,7 @@ Date: Wed Jul 28 18:27:55 2021 +0100 web/init.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit d5e39224 +commit d5e39224c Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 28 18:16:44 2021 +0100 @@ -13577,7 +15978,7 @@ Date: Wed Jul 28 18:16:44 2021 +0100 web/systemdefaults.inc.php | 3 +++ 2 files changed, 10 insertions(+) -commit dddbbb89 +commit dddbbb89a Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 28 14:57:21 2021 +0100 @@ -13586,7 +15987,7 @@ Date: Wed Jul 28 14:57:21 2021 +0100 web/lib/MRBS/Columns.php | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) -commit 28b4ca40 +commit 28b4ca402 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 28 12:51:46 2021 +0100 @@ -13595,7 +15996,7 @@ Date: Wed Jul 28 12:51:46 2021 +0100 web/lang/lang.de | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) -commit 258db31e +commit 258db31e2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 28 12:27:20 2021 +0100 @@ -13608,7 +16009,7 @@ Date: Wed Jul 28 12:27:20 2021 +0100 web/systemdefaults.inc.php | 4 + 5 files changed, 251 insertions(+), 21 deletions(-) -commit 842ef0dc +commit 842ef0dc2 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 28 10:19:11 2021 +0100 @@ -13617,8 +16018,8 @@ Date: Wed Jul 28 10:19:11 2021 +0100 web/edit_users.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 46c99715 -Merge: 67457634 5e030ccf +commit 46c99715b +Merge: 67457634f 5e030ccf5 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Tue Jul 27 20:30:52 2021 +0100 @@ -13626,7 +16027,7 @@ Date: Tue Jul 27 20:30:52 2021 +0100 Updated german translation... -commit 5e030ccf +commit 5e030ccf5 Author: Stachelritter <88002233+Stachelritter@users.noreply.github.com> Date: Tue Jul 27 20:29:58 2021 +0200 @@ -13635,7 +16036,7 @@ Date: Tue Jul 27 20:29:58 2021 +0200 web/lang/lang.de | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) -commit 67457634 +commit 67457634f Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Sun Jul 25 17:27:35 2021 +0100 @@ -13644,7 +16045,7 @@ Date: Sun Jul 25 17:27:35 2021 +0100 UPGRADE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 352326c3 +commit 352326c30 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 23 16:44:34 2021 +0100 @@ -13653,7 +16054,7 @@ Date: Fri Jul 23 16:44:34 2021 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1f872bfb +commit 1f872bfb1 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 23 13:25:40 2021 +0100 @@ -13662,7 +16063,7 @@ Date: Fri Jul 23 13:25:40 2021 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 86c8ee95 +commit 86c8ee95e Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 23 13:08:51 2021 +0100 @@ -13671,7 +16072,7 @@ Date: Fri Jul 23 13:08:51 2021 +0100 web/lib/MRBS/SessionHandlerDb.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -commit 3ad648fc +commit 3ad648fc6 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 23 12:27:15 2021 +0100 @@ -13680,7 +16081,7 @@ Date: Fri Jul 23 12:27:15 2021 +0100 web/lib/MRBS/SessionHandlerDb.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 0dcd16bd +commit 0dcd16bde Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Fri Jul 23 11:49:15 2021 +0100 @@ -13691,7 +16092,7 @@ Date: Fri Jul 23 11:49:15 2021 +0100 web/defaultincludes.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit dbeeef29 +commit dbeeef29d Author: John Beranek Date: Fri Jul 23 09:22:19 2021 +0100 @@ -13700,7 +16101,7 @@ Date: Fri Jul 23 09:22:19 2021 +0100 ChangeLog | 107385 +++++++++++++++++++++++++++++-------------------- 1 file changed, 64851 insertions(+), 42534 deletions(-) -commit 2b760169 +commit 2b760169a Author: John Beranek Date: Thu Jul 22 19:54:36 2021 +0100 @@ -13709,14 +16110,14 @@ Date: Thu Jul 22 19:54:36 2021 +0100 .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit b5c38e11 -Merge: 1a324c4e 51b27d82 +commit b5c38e116 +Merge: 1a324c4e1 51b27d823 Author: John Beranek Date: Thu Jul 22 19:46:35 2021 +0100 Merge branch 'main' of github.com:meeting-room-booking-system/mrbs-code -commit 1a324c4e +commit 1a324c4e1 Author: John Beranek Date: Thu Jul 22 19:46:19 2021 +0100 @@ -13725,7 +16126,7 @@ Date: Thu Jul 22 19:46:19 2021 +0100 .gitattributes (new) | 5 +++++ 1 file changed, 5 insertions(+) -commit 51b27d82 +commit 51b27d823 Author: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Wed Jul 21 15:25:07 2021 +0100 @@ -13734,7 +16135,7 @@ Date: Wed Jul 21 15:25:07 2021 +0100 UPGRADE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3c8995ee +commit 3c8995ee7 Author: John Beranek Date: Tue Jul 20 21:28:44 2021 +0100 @@ -13744,7 +16145,7 @@ Date: Tue Jul 20 21:28:44 2021 +0100 web/version.inc | 11 ++++++++--- 2 files changed, 14 insertions(+), 9 deletions(-) -commit b979b08e +commit b979b08ec Author: John Beranek Date: Tue Jul 20 21:03:45 2021 +0100 @@ -13753,13 +16154,13 @@ Date: Tue Jul 20 21:03:45 2021 +0100 .gitignore (new) | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit c1878777 +commit c1878777d Author: John Beranek Date: Tue Jul 20 20:36:58 2021 +0100 Added tag mrbs-1_9_4 for changeset 24f15ef43bfd -commit dad1486c (tag: mrbs-1_9_4) +commit dad1486c3 (tag: mrbs-1_9_4) Author: John Beranek Date: Tue Jul 20 20:36:22 2021 +0100 @@ -13769,7 +16170,7 @@ Date: Tue Jul 20 20:36:22 2021 +0100 NEWS | 56 ++ 2 files changed, 1575 insertions(+), 1 deletion(-) -commit d27bc6c2 +commit d27bc6c26 Author: Campbell Morrison Date: Tue Jul 20 15:33:07 2021 +0100 @@ -13779,14 +16180,14 @@ Date: Tue Jul 20 15:33:07 2021 +0100 UPGRADE | 3 +++ 1 file changed, 3 insertions(+) -commit 0fcff41c -Merge: 23c43f53 ca65b29f +commit 0fcff41cd +Merge: 23c43f532 ca65b29fc Author: Campbell Morrison Date: Sun Jul 18 14:34:36 2021 +0100 Merge -commit ca65b29f +commit ca65b29fc Author: Campbell Morrison Date: Sun Jul 18 14:29:36 2021 +0100 @@ -13795,7 +16196,7 @@ Date: Sun Jul 18 14:29:36 2021 +0100 README | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) -commit 91a038a1 +commit 91a038a14 Author: Campbell Morrison Date: Sun Jul 18 14:19:13 2021 +0100 @@ -13808,14 +16209,14 @@ Date: Sun Jul 18 14:19:13 2021 +0100 convert_db_to_utf8.php (gone) | 416 -------------------------------- 3 files changed, 18 insertions(+), 457 deletions(-) -commit 23c43f53 -Merge: 102d0931 c9a79c9e +commit 23c43f532 +Merge: 102d0931d c9a79c9e7 Author: John Beranek Date: Wed Jul 14 19:10:46 2021 +0100 Merged with default -commit c9a79c9e +commit c9a79c9e7 Author: Campbell Morrison Date: Mon Jul 12 19:55:43 2021 +0100 @@ -13824,7 +16225,7 @@ Date: Mon Jul 12 19:55:43 2021 +0100 web/lib/MRBS/SessionHandlerDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 998e778b +commit 998e778b0 Author: Campbell Morrison Date: Mon Jul 12 19:54:03 2021 +0100 @@ -13833,7 +16234,7 @@ Date: Mon Jul 12 19:54:03 2021 +0100 web/lib/MRBS/SessionHandlerDb.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) -commit e2e4bff7 +commit e2e4bff7d Author: Campbell Morrison Date: Mon Jul 12 18:58:56 2021 +0100 @@ -13842,7 +16243,7 @@ Date: Mon Jul 12 18:58:56 2021 +0100 web/functions_mail.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) -commit 3a1fcb3f +commit 3a1fcb3fe Author: Campbell Morrison Date: Mon Jul 12 17:59:04 2021 +0100 @@ -13851,7 +16252,7 @@ Date: Mon Jul 12 17:59:04 2021 +0100 web/functions.inc | 37 ------------------------------------- 1 file changed, 37 deletions(-) -commit c8701ece +commit c8701ece6 Author: Campbell Morrison Date: Tue Jul 6 20:49:27 2021 +0100 @@ -13860,7 +16261,7 @@ Date: Tue Jul 6 20:49:27 2021 +0100 web/edit_entry.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) -commit f8ff2a0b +commit f8ff2a0b2 Author: Campbell Morrison Date: Tue Jul 6 18:25:02 2021 +0100 @@ -13870,7 +16271,7 @@ Date: Tue Jul 6 18:25:02 2021 +0100 web/edit_entry.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 102d0931 +commit 102d0931d Author: John Beranek Date: Mon Jul 5 10:11:27 2021 +0100 @@ -13879,7 +16280,7 @@ Date: Mon Jul 5 10:11:27 2021 +0100 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 602582d4 +commit 602582d47 Author: Campbell Morrison Date: Fri Jul 2 19:10:56 2021 +0100 @@ -13889,7 +16290,7 @@ Date: Fri Jul 2 19:10:56 2021 +0100 web/language.inc | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) -commit 5b6ffa0b +commit 5b6ffa0be Author: Campbell Morrison Date: Fri Jul 2 19:04:06 2021 +0100 @@ -13898,7 +16299,7 @@ Date: Fri Jul 2 19:04:06 2021 +0100 web/language.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 390a7602 +commit 390a76029 Author: Campbell Morrison Date: Fri Jul 2 18:57:52 2021 +0100 @@ -13907,7 +16308,7 @@ Date: Fri Jul 2 18:57:52 2021 +0100 web/language.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) -commit f921e037 +commit f921e0375 Author: Campbell Morrison Date: Fri Jul 2 16:00:06 2021 +0100 @@ -13916,7 +16317,7 @@ Date: Fri Jul 2 16:00:06 2021 +0100 web/lib/MRBS/Auth/AuthLdap.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 6632b166 +commit 6632b1661 Author: Campbell Morrison Date: Wed Jun 30 17:50:02 2021 +0100 @@ -13925,7 +16326,7 @@ Date: Wed Jun 30 17:50:02 2021 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fccaa122 +commit fccaa1222 Author: Campbell Morrison Date: Wed Jun 30 17:32:35 2021 +0100 @@ -13934,7 +16335,7 @@ Date: Wed Jun 30 17:32:35 2021 +0100 web/functions_ical.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 8281b8d3 +commit 8281b8d37 Author: Campbell Morrison Date: Sat Jun 26 18:29:22 2021 +0100 @@ -13944,7 +16345,7 @@ Date: Sat Jun 26 18:29:22 2021 +0100 web/lib/MRBS/Auth/AuthLdap.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 1ef254ba +commit 1ef254bab Author: Campbell Morrison Date: Sat Jun 26 18:11:39 2021 +0100 @@ -13953,7 +16354,7 @@ Date: Sat Jun 26 18:11:39 2021 +0100 web/language.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit b7062674 +commit b70626747 Author: Campbell Morrison Date: Sat Jun 26 18:07:21 2021 +0100 @@ -13962,7 +16363,7 @@ Date: Sat Jun 26 18:07:21 2021 +0100 web/language.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 4eea8211 +commit 4eea82113 Author: Campbell Morrison Date: Sat Jun 26 17:45:25 2021 +0100 @@ -13973,7 +16374,7 @@ Date: Sat Jun 26 17:45:25 2021 +0100 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 41 insertions(+), 1 deletion(-) -commit 5b346bdb +commit 5b346bdbd Author: Campbell Morrison Date: Sat Jun 26 14:34:49 2021 +0100 @@ -13982,7 +16383,7 @@ Date: Sat Jun 26 14:34:49 2021 +0100 web/language.inc | 65 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 45 insertions(+), 20 deletions(-) -commit cd4262bd +commit cd4262bd0 Author: Campbell Morrison Date: Thu Jun 24 17:38:48 2021 +0100 @@ -13991,7 +16392,7 @@ Date: Thu Jun 24 17:38:48 2021 +0100 web/lib/MRBS/Locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0374292a +commit 0374292a7 Author: Campbell Morrison Date: Mon Jun 21 08:47:43 2021 +0100 @@ -14000,7 +16401,7 @@ Date: Mon Jun 21 08:47:43 2021 +0100 web/lib/MRBS/Auth/AuthLdap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 42116c8b +commit 42116c8be Author: Campbell Morrison Date: Mon Jun 21 08:31:47 2021 +0100 @@ -14011,7 +16412,7 @@ Date: Mon Jun 21 08:31:47 2021 +0100 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 27 insertions(+), 5 deletions(-) -commit 0cda5c0f +commit 0cda5c0fe Author: Campbell Morrison Date: Thu Jun 17 07:32:24 2021 +0100 @@ -14020,7 +16421,7 @@ Date: Thu Jun 17 07:32:24 2021 +0100 web/systemdefaults.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 71893df6 +commit 71893df6b Author: Campbell Morrison Date: Thu Jun 17 07:21:25 2021 +0100 @@ -14029,7 +16430,7 @@ Date: Thu Jun 17 07:21:25 2021 +0100 web/lib/MRBS/Auth/AuthLdap.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -commit 8bf7893b +commit 8bf7893bc Author: Campbell Morrison Date: Fri Jun 11 18:24:48 2021 +0100 @@ -14039,7 +16440,7 @@ Date: Fri Jun 11 18:24:48 2021 +0100 web/js/datatables.js.php | 70 ++++++++++++++++++++++++-------------- 1 file changed, 45 insertions(+), 25 deletions(-) -commit 9a14e5e7 +commit 9a14e5e77 Author: Campbell Morrison Date: Fri Jun 11 18:22:47 2021 +0100 @@ -14309,7 +16710,7 @@ Date: Fri Jun 11 18:22:47 2021 +0100 web/jquery/datatables/language/telugu.lang | 2 +- 262 files changed, 3863 insertions(+), 4408 deletions(-) -commit 1e2abbcd +commit 1e2abbcd7 Author: Campbell Morrison Date: Mon Jun 7 16:09:39 2021 +0100 @@ -14318,7 +16719,7 @@ Date: Mon Jun 7 16:09:39 2021 +0100 web/mrbs_sql.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -commit c4cc213a +commit c4cc213a5 Author: Campbell Morrison Date: Mon Jun 7 15:44:07 2021 +0100 @@ -14344,7 +16745,7 @@ Date: Mon Jun 7 15:44:07 2021 +0100 web/upgrade/81/post.inc | 2 +- 18 files changed, 68 insertions(+), 68 deletions(-) -commit 1b72191e +commit 1b72191e1 Author: Campbell Morrison Date: Mon Jun 7 14:59:15 2021 +0100 @@ -14353,7 +16754,7 @@ Date: Mon Jun 7 14:59:15 2021 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 107db02f +commit 107db02fb Author: Campbell Morrison Date: Mon Jun 7 11:50:17 2021 +0100 @@ -14362,7 +16763,7 @@ Date: Mon Jun 7 11:50:17 2021 +0100 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 2dd917a7 +commit 2dd917a70 Author: Campbell Morrison Date: Sun Jun 6 17:18:45 2021 +0100 @@ -15221,7 +17622,7 @@ Date: Sun Jun 6 17:18:45 2021 +0100 web/tzurl/zoneinfo/Pacific/Wallis.ics | 7 +- 851 files changed, 19636 insertions(+), 21609 deletions(-) -commit 2e5caba6 +commit 2e5caba6c Author: Campbell Morrison Date: Sat Jun 5 16:35:18 2021 +0100 @@ -15236,7 +17637,7 @@ Date: Sat Jun 5 16:35:18 2021 +0100 web/js.inc | 4 +- 7 files changed, 167 insertions(+), 137 deletions(-) -commit d27770d0 +commit d27770d05 Author: Campbell Morrison Date: Sat Jun 5 08:09:33 2021 +0100 @@ -15245,7 +17646,7 @@ Date: Sat Jun 5 08:09:33 2021 +0100 web/lib/MRBS/DB_mysql.php | 4 ++++ 1 file changed, 4 insertions(+) -commit f61a6bc6 +commit f61a6bc62 Author: Campbell Morrison Date: Fri Jun 4 18:50:35 2021 +0100 @@ -15254,7 +17655,7 @@ Date: Fri Jun 4 18:50:35 2021 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f87e121c +commit f87e121c5 Author: Campbell Morrison Date: Fri Jun 4 18:43:43 2021 +0100 @@ -15265,7 +17666,7 @@ Date: Fri Jun 4 18:43:43 2021 +0100 web/systemdefaults.inc.php | 5 +++ 2 files changed, 59 insertions(+), 15 deletions(-) -commit 72b3470b +commit 72b3470b6 Author: Campbell Morrison Date: Fri Jun 4 18:41:52 2021 +0100 @@ -15274,7 +17675,7 @@ Date: Fri Jun 4 18:41:52 2021 +0100 web/lib/MRBS/DB_pgsql.php | 4 ---- 1 file changed, 4 deletions(-) -commit 90b53916 +commit 90b539163 Author: Campbell Morrison Date: Fri Jun 4 13:52:51 2021 +0100 @@ -15285,7 +17686,7 @@ Date: Fri Jun 4 13:52:51 2021 +0100 web/lib/MRBS/DB_pgsql.php | 23 +++++++++++++ 3 files changed, 67 insertions(+), 48 deletions(-) -commit 7b553a86 +commit 7b553a863 Author: Campbell Morrison Date: Thu Jun 3 16:31:35 2021 +0100 @@ -15294,7 +17695,7 @@ Date: Thu Jun 3 16:31:35 2021 +0100 web/lib/MRBS/Auth/AuthLdap.php | 1 + 1 file changed, 1 insertion(+) -commit 68fd33a8 +commit 68fd33a87 Author: Campbell Morrison Date: Wed Jun 2 17:10:19 2021 +0100 @@ -15303,7 +17704,7 @@ Date: Wed Jun 2 17:10:19 2021 +0100 web/lib/MRBS/Auth/AuthLdap.php | 1 + 1 file changed, 1 insertion(+) -commit 5867a73a +commit 5867a73a0 Author: Campbell Morrison Date: Thu May 27 17:44:17 2021 +0100 @@ -15312,7 +17713,7 @@ Date: Thu May 27 17:44:17 2021 +0100 web/lib/MRBS/DB_mysql.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) -commit 3e47d7a0 +commit 3e47d7a03 Author: Campbell Morrison Date: Wed May 26 18:52:24 2021 +0100 @@ -15321,7 +17722,7 @@ Date: Wed May 26 18:52:24 2021 +0100 web/lib/MRBS/DB_mysql.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit b6a2f111 +commit b6a2f111f Author: Campbell Morrison Date: Wed May 26 16:49:11 2021 +0100 @@ -15330,7 +17731,7 @@ Date: Wed May 26 16:49:11 2021 +0100 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit d7ba7201 +commit d7ba72012 Author: Campbell Morrison Date: Wed May 26 15:19:21 2021 +0100 @@ -15339,7 +17740,7 @@ Date: Wed May 26 15:19:21 2021 +0100 web/registration_handler.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit c7d6074d +commit c7d6074d2 Author: Campbell Morrison Date: Tue May 25 11:51:04 2021 +0100 @@ -15348,7 +17749,7 @@ Date: Tue May 25 11:51:04 2021 +0100 web/view_entry.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit f03d7d43 +commit f03d7d439 Author: Campbell Morrison Date: Tue May 25 11:26:34 2021 +0100 @@ -15358,7 +17759,7 @@ Date: Tue May 25 11:26:34 2021 +0100 web/view_entry.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 45820423 +commit 458204230 Author: Campbell Morrison Date: Tue May 25 11:11:26 2021 +0100 @@ -15372,7 +17773,7 @@ Date: Tue May 25 11:11:26 2021 +0100 web/view_entry.php | 8 +++++--- 5 files changed, 27 insertions(+), 6 deletions(-) -commit d957d0d1 +commit d957d0d12 Author: Campbell Morrison Date: Sun May 23 17:44:42 2021 +0100 @@ -15381,13 +17782,13 @@ Date: Sun May 23 17:44:42 2021 +0100 web/lib/MRBS/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 39f5828a +commit 39f5828a9 Author: John Beranek Date: Sat May 22 22:05:43 2021 +0100 Added tag mrbs-1_9_3 for changeset 63a72a1ce343 -commit 682cf8a6 (tag: mrbs-1_9_3) +commit 682cf8a63 (tag: mrbs-1_9_3) Author: John Beranek Date: Sat May 22 22:05:30 2021 +0100 @@ -15397,7 +17798,7 @@ Date: Sat May 22 22:05:30 2021 +0100 NEWS | 198 +++++++++ 2 files changed, 1418 insertions(+), 1 deletion(-) -commit 11b5986b +commit 11b5986be Author: John Beranek Date: Sat May 22 20:58:36 2021 +0100 @@ -15406,7 +17807,7 @@ Date: Sat May 22 20:58:36 2021 +0100 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0ac7fc52 +commit 0ac7fc52c Author: Campbell Morrison Date: Sun May 16 11:23:29 2021 +0100 @@ -15416,7 +17817,7 @@ Date: Sun May 16 11:23:29 2021 +0100 web/images/eye_off.svg | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) -commit 842f16f9 +commit 842f16f96 Author: Campbell Morrison Date: Sun May 16 10:45:56 2021 +0100 @@ -15487,7 +17888,7 @@ Date: Sun May 16 10:45:56 2021 +0100 web/lib/PHPMailer/src/SMTP.php | 227 +++-- 63 files changed, 1007 insertions(+), 533 deletions(-) -commit 5919219e +commit 5919219e2 Author: Campbell Morrison Date: Sat May 15 17:07:45 2021 +0100 @@ -15499,7 +17900,7 @@ Date: Sat May 15 17:07:45 2021 +0100 web/js/general.js.php | 21 +++++++++++++++++++++ 4 files changed, 47 insertions(+), 2 deletions(-) -commit 2aa8f3d2 +commit 2aa8f3d2b Author: Campbell Morrison Date: Thu May 13 14:10:21 2021 +0100 @@ -15508,7 +17909,7 @@ Date: Thu May 13 14:10:21 2021 +0100 web/lang/lang.en | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit bbf6048a +commit bbf6048a1 Author: Campbell Morrison Date: Thu May 13 14:03:11 2021 +0100 @@ -15517,7 +17918,7 @@ Date: Thu May 13 14:03:11 2021 +0100 web/functions_error.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 482ee9cc +commit 482ee9ccd Author: Campbell Morrison Date: Thu May 13 14:00:40 2021 +0100 @@ -15527,7 +17928,7 @@ Date: Thu May 13 14:00:40 2021 +0100 web/functions_error.inc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -commit 5b590224 +commit 5b590224a Author: Campbell Morrison Date: Wed May 12 15:23:55 2021 +0100 @@ -15538,7 +17939,7 @@ Date: Wed May 12 15:23:55 2021 +0100 web/view_entry.php | 47 ++++++++++++++++++------------------ 2 files changed, 28 insertions(+), 23 deletions(-) -commit ea7f9d5b +commit ea7f9d5ba Author: Campbell Morrison Date: Sat May 8 17:12:10 2021 +0100 @@ -15548,7 +17949,7 @@ Date: Sat May 8 17:12:10 2021 +0100 web/lang/lang.en | 2 ++ 2 files changed, 22 insertions(+), 8 deletions(-) -commit 0673bd81 +commit 0673bd818 Author: Campbell Morrison Date: Sat May 1 17:35:47 2021 +0100 @@ -15557,7 +17958,7 @@ Date: Sat May 1 17:35:47 2021 +0100 web/lib/MRBS/DB.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 5104b575 +commit 5104b575b Author: Campbell Morrison Date: Sat May 1 17:26:34 2021 +0100 @@ -15566,7 +17967,7 @@ Date: Sat May 1 17:26:34 2021 +0100 web/Themes/default/header.inc | 196 +++++++++++++++++--------------- 1 file changed, 102 insertions(+), 94 deletions(-) -commit 06b745b5 +commit 06b745b56 Author: Campbell Morrison Date: Wed Apr 28 18:00:18 2021 +0100 @@ -15577,7 +17978,7 @@ Date: Wed Apr 28 18:00:18 2021 +0100 web/mrbs_auth.inc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) -commit c22fcde5 +commit c22fcde5a Author: Campbell Morrison Date: Tue Apr 27 09:30:53 2021 +0100 @@ -15586,7 +17987,7 @@ Date: Tue Apr 27 09:30:53 2021 +0100 web/functions_mail.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 34a1a796 +commit 34a1a796f Author: Campbell Morrison Date: Mon Apr 26 11:54:08 2021 +0100 @@ -15596,7 +17997,7 @@ Date: Mon Apr 26 11:54:08 2021 +0100 web/lang/lang.en | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) -commit 57e2707d +commit 57e2707dc Author: Campbell Morrison Date: Mon Apr 26 11:27:13 2021 +0100 @@ -15607,7 +18008,7 @@ Date: Mon Apr 26 11:27:13 2021 +0100 web/lib/MRBS/User.php | 2 ++ 3 files changed, 18 insertions(+), 3 deletions(-) -commit 65949150 +commit 659491505 Author: Campbell Morrison Date: Mon Apr 26 10:11:47 2021 +0100 @@ -15617,7 +18018,7 @@ Date: Mon Apr 26 10:11:47 2021 +0100 web/functions_mail.inc | 19 +++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) -commit 376ae4f0 +commit 376ae4f01 Author: Campbell Morrison Date: Mon Apr 26 10:03:41 2021 +0100 @@ -15627,7 +18028,7 @@ Date: Mon Apr 26 10:03:41 2021 +0100 web/functions_mail.inc | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) -commit b2f1a31e +commit b2f1a31e0 Author: Campbell Morrison Date: Sun Apr 25 17:46:21 2021 +0100 @@ -15636,7 +18037,7 @@ Date: Sun Apr 25 17:46:21 2021 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 828bfad5 +commit 828bfad50 Author: Campbell Morrison Date: Sun Apr 25 17:45:51 2021 +0100 @@ -15645,7 +18046,7 @@ Date: Sun Apr 25 17:45:51 2021 +0100 web/functions_mail.inc | 3 +++ 1 file changed, 3 insertions(+) -commit c67574e7 +commit c67574e7f Author: Campbell Morrison Date: Sun Apr 25 17:40:27 2021 +0100 @@ -15655,7 +18056,7 @@ Date: Sun Apr 25 17:40:27 2021 +0100 web/functions_mail.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 4079b07a +commit 4079b07ad Author: Campbell Morrison Date: Sun Apr 25 16:54:21 2021 +0100 @@ -15664,7 +18065,7 @@ Date: Sun Apr 25 16:54:21 2021 +0100 web/functions_mail.inc | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) -commit f7f80411 +commit f7f80411d Author: Campbell Morrison Date: Sun Apr 25 15:28:47 2021 +0100 @@ -15675,7 +18076,7 @@ Date: Sun Apr 25 15:28:47 2021 +0100 web/lib/MRBS/User.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) -commit ee5b2732 +commit ee5b2732e Author: Campbell Morrison Date: Mon Apr 19 07:46:25 2021 +0100 @@ -15685,7 +18086,7 @@ Date: Mon Apr 19 07:46:25 2021 +0100 web/lang/lang.en | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 54ae936d +commit 54ae936d2 Author: Campbell Morrison Date: Sun Apr 18 13:56:19 2021 +0100 @@ -15694,7 +18095,7 @@ Date: Sun Apr 18 13:56:19 2021 +0100 web/pending.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit e1a5842a +commit e1a5842ab Author: Campbell Morrison Date: Sun Apr 18 11:53:27 2021 +0100 @@ -15704,7 +18105,7 @@ Date: Sun Apr 18 11:53:27 2021 +0100 web/lib/MRBS/User.php | 44 +++++++++++++++++++++++++++++----------- 2 files changed, 35 insertions(+), 15 deletions(-) -commit 351f0272 +commit 351f02728 Author: Campbell Morrison Date: Sun Apr 18 09:26:05 2021 +0100 @@ -15714,7 +18115,7 @@ Date: Sun Apr 18 09:26:05 2021 +0100 web/lib/MRBS/Auth/AuthDb.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) -commit e41141b7 +commit e41141b7a Author: Campbell Morrison Date: Sat Apr 17 18:56:19 2021 +0100 @@ -15724,7 +18125,7 @@ Date: Sat Apr 17 18:56:19 2021 +0100 web/lib/MRBS/Auth/AuthDb.php | 16 +++++++++++----- 2 files changed, 14 insertions(+), 8 deletions(-) -commit 8087187b +commit 8087187b0 Author: Campbell Morrison Date: Sat Apr 17 18:29:31 2021 +0100 @@ -15734,7 +18135,7 @@ Date: Sat Apr 17 18:29:31 2021 +0100 web/lib/MRBS/Auth/AuthDb.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 95749a8a +commit 95749a8ab Author: Campbell Morrison Date: Sat Apr 17 10:19:14 2021 +0100 @@ -15743,7 +18144,7 @@ Date: Sat Apr 17 10:19:14 2021 +0100 web/view_entry.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 84763d73 +commit 84763d737 Author: Campbell Morrison Date: Mon Apr 12 17:59:56 2021 +0100 @@ -15753,7 +18154,7 @@ Date: Mon Apr 12 17:59:56 2021 +0100 web/edit_users.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 24cb5e45 +commit 24cb5e457 Author: Campbell Morrison Date: Sat Apr 10 09:54:41 2021 +0100 @@ -15763,7 +18164,7 @@ Date: Sat Apr 10 09:54:41 2021 +0100 web/systemdefaults.inc.php | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) -commit eb6be809 +commit eb6be8096 Author: Campbell Morrison Date: Thu Apr 8 16:17:55 2021 +0100 @@ -15773,7 +18174,7 @@ Date: Thu Apr 8 16:17:55 2021 +0100 web/lib/MRBS/DB_pgsql.php | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) -commit e8b3a429 +commit e8b3a429f Author: Campbell Morrison Date: Thu Apr 8 15:26:15 2021 +0100 @@ -15782,7 +18183,7 @@ Date: Thu Apr 8 15:26:15 2021 +0100 web/lib/MRBS/DB_pgsql.php | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) -commit 473aceba +commit 473aceba5 Author: Campbell Morrison Date: Thu Apr 8 14:11:04 2021 +0100 @@ -15792,7 +18193,7 @@ Date: Thu Apr 8 14:11:04 2021 +0100 web/mrbs_sql.inc | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) -commit 62d0ec5b +commit 62d0ec5ba Author: Campbell Morrison Date: Wed Apr 7 18:21:49 2021 +0100 @@ -15803,7 +18204,7 @@ Date: Wed Apr 7 18:21:49 2021 +0100 web/lib/MRBS/DB_mysql.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) -commit d631f2ad +commit d631f2ad8 Author: Campbell Morrison Date: Wed Apr 7 17:09:31 2021 +0100 @@ -15813,7 +18214,7 @@ Date: Wed Apr 7 17:09:31 2021 +0100 web/lib/MRBS/DB_mysql.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit b8d2f5aa +commit b8d2f5aa3 Author: Campbell Morrison Date: Mon Apr 5 18:13:36 2021 +0100 @@ -15822,7 +18223,7 @@ Date: Mon Apr 5 18:13:36 2021 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9450cf91 +commit 9450cf913 Author: Campbell Morrison Date: Mon Apr 5 07:54:55 2021 +0100 @@ -15831,7 +18232,7 @@ Date: Mon Apr 5 07:54:55 2021 +0100 web/functions_mail.inc | 2 ++ 1 file changed, 2 insertions(+) -commit f66663e5 +commit f66663e58 Author: Campbell Morrison Date: Mon Apr 5 07:42:23 2021 +0100 @@ -15840,7 +18241,7 @@ Date: Mon Apr 5 07:42:23 2021 +0100 web/functions_mail.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit a25cb323 +commit a25cb323c Author: Campbell Morrison Date: Sun Apr 4 19:05:37 2021 +0100 @@ -15849,7 +18250,7 @@ Date: Sun Apr 4 19:05:37 2021 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1dd5f8de +commit 1dd5f8de1 Author: Campbell Morrison Date: Sun Apr 4 18:24:19 2021 +0100 @@ -15858,7 +18259,7 @@ Date: Sun Apr 4 18:24:19 2021 +0100 web/functions_mail.inc | 110 +++++++++++++++++++++------------------ 1 file changed, 58 insertions(+), 52 deletions(-) -commit a55b5303 +commit a55b53038 Author: Campbell Morrison Date: Sun Apr 4 14:34:51 2021 +0100 @@ -15868,7 +18269,7 @@ Date: Sun Apr 4 14:34:51 2021 +0100 web/functions_mail.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit f1e73469 +commit f1e734692 Author: Campbell Morrison Date: Mon Mar 29 10:20:30 2021 +0100 @@ -15877,7 +18278,7 @@ Date: Mon Mar 29 10:20:30 2021 +0100 web/js.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 28bc0dac +commit 28bc0dacf Author: Campbell Morrison Date: Mon Mar 29 07:46:28 2021 +0100 @@ -15886,7 +18287,7 @@ Date: Mon Mar 29 07:46:28 2021 +0100 web/js/resizable.js.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 53e8fdc8 +commit 53e8fdc8b Author: Campbell Morrison Date: Mon Mar 29 07:29:18 2021 +0100 @@ -15895,7 +18296,7 @@ Date: Mon Mar 29 07:29:18 2021 +0100 web/js/resizable.js.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit 0737766a +commit 0737766ac Author: Campbell Morrison Date: Sun Mar 28 15:15:44 2021 +0100 @@ -15904,7 +18305,7 @@ Date: Sun Mar 28 15:15:44 2021 +0100 web/Themes/default/header.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 9067ef86 +commit 9067ef867 Author: Campbell Morrison Date: Sun Mar 28 15:14:16 2021 +0100 @@ -15913,7 +18314,7 @@ Date: Sun Mar 28 15:14:16 2021 +0100 web/Themes/default/header.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 77a1923d +commit 77a1923db Author: Campbell Morrison Date: Sun Mar 28 12:43:03 2021 +0100 @@ -15922,7 +18323,7 @@ Date: Sun Mar 28 12:43:03 2021 +0100 web/js/refresh.js.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit c1f69eff +commit c1f69effc Author: Campbell Morrison Date: Sun Mar 28 11:43:46 2021 +0100 @@ -15931,7 +18332,7 @@ Date: Sun Mar 28 11:43:46 2021 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 41c86d70 +commit 41c86d702 Author: Campbell Morrison Date: Sun Mar 28 11:28:03 2021 +0100 @@ -15940,7 +18341,7 @@ Date: Sun Mar 28 11:28:03 2021 +0100 web/functions_table.inc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) -commit d1abe0f1 +commit d1abe0f17 Author: Campbell Morrison Date: Sat Mar 27 09:50:55 2021 +0000 @@ -15949,7 +18350,7 @@ Date: Sat Mar 27 09:50:55 2021 +0000 web/systemdefaults.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 8c2aaa3c +commit 8c2aaa3c2 Author: Campbell Morrison Date: Mon Mar 22 14:45:50 2021 +0000 @@ -15967,7 +18368,7 @@ Date: Mon Mar 22 14:45:50 2021 +0000 web/systemdefaults.inc.php | 8 ++++++++ 3 files changed, 19 insertions(+), 8 deletions(-) -commit dbf3dfe4 +commit dbf3dfe42 Author: Campbell Morrison Date: Mon Mar 22 14:10:33 2021 +0000 @@ -15977,7 +18378,7 @@ Date: Mon Mar 22 14:10:33 2021 +0000 web/mrbs_sql.inc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) -commit bc240921 +commit bc2409219 Author: Campbell Morrison Date: Mon Mar 22 12:45:06 2021 +0000 @@ -15986,7 +18387,7 @@ Date: Mon Mar 22 12:45:06 2021 +0000 web/edit_entry_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 6222854f +commit 6222854fb Author: Campbell Morrison Date: Mon Mar 22 12:32:57 2021 +0000 @@ -15996,7 +18397,7 @@ Date: Mon Mar 22 12:32:57 2021 +0000 web/edit_entry_handler.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit f28d1083 +commit f28d10837 Author: Campbell Morrison Date: Mon Mar 22 12:19:01 2021 +0000 @@ -16005,7 +18406,7 @@ Date: Mon Mar 22 12:19:01 2021 +0000 web/edit_entry_handler.php | 8 -------- 1 file changed, 8 deletions(-) -commit 593454c9 +commit 593454c97 Author: Campbell Morrison Date: Mon Mar 22 12:09:08 2021 +0000 @@ -16015,7 +18416,7 @@ Date: Mon Mar 22 12:09:08 2021 +0000 web/edit_entry_handler.php | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) -commit 166da249 +commit 166da2494 Author: Campbell Morrison Date: Mon Mar 22 09:06:13 2021 +0000 @@ -16025,7 +18426,7 @@ Date: Mon Mar 22 09:06:13 2021 +0000 web/functions.inc | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) -commit ab066a39 +commit ab066a39a Author: Campbell Morrison Date: Sun Mar 21 17:54:12 2021 +0000 @@ -16037,7 +18438,7 @@ Date: Sun Mar 21 17:54:12 2021 +0000 web/mrbs_sql.inc | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) -commit 2bfe8a09 +commit 2bfe8a09d Author: Campbell Morrison Date: Sun Mar 21 17:05:35 2021 +0000 @@ -16046,7 +18447,7 @@ Date: Sun Mar 21 17:05:35 2021 +0000 web/mrbs_sql.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) -commit 6fadf92b +commit 6fadf92bb Author: Campbell Morrison Date: Sat Mar 20 09:30:05 2021 +0000 @@ -16057,7 +18458,7 @@ Date: Sat Mar 20 09:30:05 2021 +0000 web/systemdefaults.inc.php | 7 ++++++- 2 files changed, 14 insertions(+), 2 deletions(-) -commit 803ab4a0 +commit 803ab4a07 Author: Campbell Morrison Date: Wed Mar 17 15:08:19 2021 +0000 @@ -16066,7 +18467,7 @@ Date: Wed Mar 17 15:08:19 2021 +0000 web/edit_entry.php | 2 ++ 1 file changed, 2 insertions(+) -commit ea4c1b94 +commit ea4c1b944 Author: Campbell Morrison Date: Wed Mar 17 15:05:04 2021 +0000 @@ -16078,7 +18479,7 @@ Date: Wed Mar 17 15:05:04 2021 +0000 web/lang/lang.en | 7 +++++++ 2 files changed, 15 insertions(+) -commit 21a1e9e2 +commit 21a1e9e20 Author: Campbell Morrison Date: Sun Mar 14 10:42:38 2021 +0000 @@ -16087,7 +18488,7 @@ Date: Sun Mar 14 10:42:38 2021 +0000 web/js/general.js.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit f59fa3c2 +commit f59fa3c2b Author: Campbell Morrison Date: Tue Mar 9 11:56:56 2021 +0000 @@ -16096,7 +18497,7 @@ Date: Tue Mar 9 11:56:56 2021 +0000 web/edit_room_handler.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) -commit 2278271b +commit 2278271b1 Author: Campbell Morrison Date: Wed Mar 3 15:46:32 2021 +0000 @@ -16108,7 +18509,7 @@ Date: Wed Mar 3 15:46:32 2021 +0000 web/mrbs_sql.inc | 12 ++++++------ 4 files changed, 26 insertions(+), 14 deletions(-) -commit 9bfd48bf +commit 9bfd48bf3 Author: Campbell Morrison Date: Sun Feb 28 18:32:15 2021 +0000 @@ -16118,7 +18519,7 @@ Date: Sun Feb 28 18:32:15 2021 +0000 web/css/mrbs.css.php | 4 ++++ 2 files changed, 5 insertions(+) -commit f9d35397 +commit f9d353972 Author: Campbell Morrison Date: Sun Feb 28 18:19:22 2021 +0000 @@ -16128,7 +18529,7 @@ Date: Sun Feb 28 18:19:22 2021 +0000 web/css/mrbs.css.php | 8 ++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) -commit 03ea40fa +commit 03ea40fa8 Author: Campbell Morrison Date: Mon Feb 22 14:08:07 2021 +0000 @@ -16137,7 +18538,7 @@ Date: Mon Feb 22 14:08:07 2021 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0c67d86d +commit 0c67d86dc Author: Campbell Morrison Date: Sun Feb 21 09:57:32 2021 +0000 @@ -16147,7 +18548,7 @@ Date: Sun Feb 21 09:57:32 2021 +0000 web/functions_ical.inc | 3 +- 2 files changed, 59 insertions(+), 9 deletions(-) -commit f8f15efb +commit f8f15efb5 Author: Campbell Morrison Date: Sat Feb 20 09:47:35 2021 +0000 @@ -16156,7 +18557,7 @@ Date: Sat Feb 20 09:47:35 2021 +0000 web/js/resizable.js.php | 1 - 1 file changed, 1 deletion(-) -commit 63c00baa +commit 63c00baa5 Author: Campbell Morrison Date: Sat Feb 20 09:40:35 2021 +0000 @@ -16165,7 +18566,7 @@ Date: Sat Feb 20 09:40:35 2021 +0000 web/js/resizable.js.php | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) -commit c7934899 +commit c7934899d Author: Campbell Morrison Date: Thu Feb 18 16:40:14 2021 +0000 @@ -16176,7 +18577,7 @@ Date: Thu Feb 18 16:40:14 2021 +0000 web/systemdefaults.inc.php | 3 ++- 2 files changed, 11 insertions(+), 7 deletions(-) -commit 8c3e4e43 +commit 8c3e4e439 Author: Campbell Morrison Date: Thu Feb 18 16:28:18 2021 +0000 @@ -16187,7 +18588,7 @@ Date: Thu Feb 18 16:28:18 2021 +0000 web/systemdefaults.inc.php | 6 ++++++ 2 files changed, 16 insertions(+), 7 deletions(-) -commit a17be342 +commit a17be342d Author: Campbell Morrison Date: Thu Feb 18 15:57:59 2021 +0000 @@ -16197,7 +18598,7 @@ Date: Thu Feb 18 15:57:59 2021 +0000 web/functions.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 53661f69 +commit 53661f693 Author: Campbell Morrison Date: Thu Feb 18 09:52:13 2021 +0000 @@ -16206,7 +18607,7 @@ Date: Thu Feb 18 09:52:13 2021 +0000 web/mrbs_sql.inc | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) -commit 900993f4 +commit 900993f49 Author: Campbell Morrison Date: Sun Feb 7 10:07:30 2021 +0000 @@ -16215,7 +18616,7 @@ Date: Sun Feb 7 10:07:30 2021 +0000 web/functions.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 5311d97c +commit 5311d97c1 Author: Campbell Morrison Date: Sun Feb 7 09:52:37 2021 +0000 @@ -16224,7 +18625,7 @@ Date: Sun Feb 7 09:52:37 2021 +0000 web/functions.inc | 54 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) -commit d85a993f +commit d85a993fd Author: Campbell Morrison Date: Fri Jan 29 16:42:22 2021 +0000 @@ -16233,7 +18634,7 @@ Date: Fri Jan 29 16:42:22 2021 +0000 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 232f2b8a +commit 232f2b8af Author: Campbell Morrison Date: Wed Jan 27 17:10:00 2021 +0000 @@ -16244,7 +18645,7 @@ Date: Wed Jan 27 17:10:00 2021 +0000 web/mrbs_sql.inc | 14 ++++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) -commit be4475d3 +commit be4475d35 Author: Campbell Morrison Date: Tue Jan 26 16:58:09 2021 +0000 @@ -16253,7 +18654,7 @@ Date: Tue Jan 26 16:58:09 2021 +0000 web/edit_area_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f4b26e9f +commit f4b26e9fc Author: Campbell Morrison Date: Tue Jan 26 16:56:55 2021 +0000 @@ -16262,7 +18663,7 @@ Date: Tue Jan 26 16:56:55 2021 +0000 web/internalconfig.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6baa84e8 +commit 6baa84e84 Author: Campbell Morrison Date: Sun Jan 24 12:54:19 2021 +0000 @@ -16272,7 +18673,7 @@ Date: Sun Jan 24 12:54:19 2021 +0000 web/lib/MRBS/Form/FieldTimeWithUnits.php | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) -commit e15870e1 +commit e15870e11 Author: Campbell Morrison Date: Sun Jan 24 08:47:34 2021 +0000 @@ -16283,7 +18684,7 @@ Date: Sun Jan 24 08:47:34 2021 +0000 web/functions.inc | 21 ++++++++++++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) -commit 680d292a +commit 680d292a1 Author: Campbell Morrison Date: Fri Jan 22 17:19:16 2021 +0000 @@ -16293,7 +18694,7 @@ Date: Fri Jan 22 17:19:16 2021 +0000 web/mrbs_sql.inc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -commit 0da4eaaa +commit 0da4eaaac Author: Campbell Morrison Date: Thu Jan 21 17:21:21 2021 +0000 @@ -16302,7 +18703,7 @@ Date: Thu Jan 21 17:21:21 2021 +0000 INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5b6c11e6 +commit 5b6c11e61 Author: Campbell Morrison Date: Wed Jan 20 18:53:32 2021 +0000 @@ -16311,7 +18712,7 @@ Date: Wed Jan 20 18:53:32 2021 +0000 web/js/datepicker.js.php | 53 ++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 25 deletions(-) -commit 78127503 +commit 78127503c Author: Campbell Morrison Date: Wed Jan 20 15:01:53 2021 +0000 @@ -16320,7 +18721,7 @@ Date: Wed Jan 20 15:01:53 2021 +0000 web/functions.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 792ceed6 +commit 792ceed6f Author: Campbell Morrison Date: Thu Jan 14 11:56:36 2021 +0000 @@ -16329,7 +18730,7 @@ Date: Thu Jan 14 11:56:36 2021 +0000 web/lang/lang.de | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d8e160f2 +commit d8e160f2f Author: Campbell Morrison Date: Tue Jan 12 17:12:57 2021 +0000 @@ -16339,7 +18740,7 @@ Date: Tue Jan 12 17:12:57 2021 +0000 web/edit_entry.php | 15 --------------- 1 file changed, 15 deletions(-) -commit 7a0c94ec +commit 7a0c94ecd Author: Campbell Morrison Date: Tue Jan 12 16:48:04 2021 +0000 @@ -16349,7 +18750,7 @@ Date: Tue Jan 12 16:48:04 2021 +0000 web/del.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 16dfaf72 +commit 16dfaf728 Author: Campbell Morrison Date: Mon Jan 11 14:14:01 2021 +0000 @@ -16358,7 +18759,7 @@ Date: Mon Jan 11 14:14:01 2021 +0000 web/lib/MRBS/Auth/AuthLdap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3cbaed91 +commit 3cbaed91c Author: Campbell Morrison Date: Fri Jan 8 11:38:08 2021 +0000 @@ -16367,7 +18768,7 @@ Date: Fri Jan 8 11:38:08 2021 +0000 web/mrbs_sql.inc | 9 +++++++++ 1 file changed, 9 insertions(+) -commit baee2a41 +commit baee2a412 Author: Campbell Morrison Date: Thu Jan 7 12:10:27 2021 +0000 @@ -16376,7 +18777,7 @@ Date: Thu Jan 7 12:10:27 2021 +0000 web/lib/MRBS/Auth/AuthLdap.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 5f1e1952 +commit 5f1e19522 Author: Campbell Morrison Date: Sun Jan 3 14:04:50 2021 +0000 @@ -16386,7 +18787,7 @@ Date: Sun Jan 3 14:04:50 2021 +0000 web/css/mrbs.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit c3396e27 +commit c3396e27d Author: Campbell Morrison Date: Tue Dec 29 08:08:16 2020 +0000 @@ -16395,7 +18796,7 @@ Date: Tue Dec 29 08:08:16 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 294e7a8a +commit 294e7a8ab Author: Campbell Morrison Date: Tue Dec 29 07:59:40 2020 +0000 @@ -16404,7 +18805,7 @@ Date: Tue Dec 29 07:59:40 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 6c1ed5e3 +commit 6c1ed5e38 Author: Campbell Morrison Date: Tue Dec 29 07:51:35 2020 +0000 @@ -16413,7 +18814,7 @@ Date: Tue Dec 29 07:51:35 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) -commit 4c630b3e +commit 4c630b3ea Author: Campbell Morrison Date: Mon Dec 28 18:18:57 2020 +0000 @@ -16422,7 +18823,7 @@ Date: Mon Dec 28 18:18:57 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bfce82f8 +commit bfce82f87 Author: Campbell Morrison Date: Mon Dec 28 18:18:03 2020 +0000 @@ -16431,7 +18832,7 @@ Date: Mon Dec 28 18:18:03 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 59e70f59 +commit 59e70f59f Author: Campbell Morrison Date: Mon Dec 28 18:16:26 2020 +0000 @@ -16440,7 +18841,7 @@ Date: Mon Dec 28 18:16:26 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 248 +------------------------------ 1 file changed, 1 insertion(+), 247 deletions(-) -commit 15693830 +commit 156938301 Author: Campbell Morrison Date: Mon Dec 28 18:11:18 2020 +0000 @@ -16450,7 +18851,7 @@ Date: Mon Dec 28 18:11:18 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 227 ++++++++++++++++++++++++++++++- 1 file changed, 223 insertions(+), 4 deletions(-) -commit 8eb9fc85 +commit 8eb9fc85c Author: Campbell Morrison Date: Mon Dec 28 16:06:13 2020 +0000 @@ -16459,7 +18860,7 @@ Date: Mon Dec 28 16:06:13 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 25ef2630 +commit 25ef26304 Author: Campbell Morrison Date: Thu Dec 24 15:26:25 2020 +0000 @@ -16468,7 +18869,7 @@ Date: Thu Dec 24 15:26:25 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit f5e72f5b +commit f5e72f5bd Author: Campbell Morrison Date: Thu Dec 24 15:05:57 2020 +0000 @@ -16477,7 +18878,7 @@ Date: Thu Dec 24 15:05:57 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 1 + 1 file changed, 1 insertion(+) -commit 9fb8b2a2 +commit 9fb8b2a2a Author: Campbell Morrison Date: Thu Dec 24 14:46:32 2020 +0000 @@ -16486,7 +18887,7 @@ Date: Thu Dec 24 14:46:32 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) -commit 91f0d2a5 +commit 91f0d2a5d Author: Campbell Morrison Date: Thu Dec 24 14:38:23 2020 +0000 @@ -16495,7 +18896,7 @@ Date: Thu Dec 24 14:38:23 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) -commit f92189b4 +commit f92189b46 Author: Campbell Morrison Date: Thu Dec 24 14:27:07 2020 +0000 @@ -16504,7 +18905,7 @@ Date: Thu Dec 24 14:27:07 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 6 ------ 1 file changed, 6 deletions(-) -commit a03f499f +commit a03f499f7 Author: Campbell Morrison Date: Thu Dec 24 14:13:10 2020 +0000 @@ -16513,7 +18914,7 @@ Date: Thu Dec 24 14:13:10 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 80 ++++++++++++++++++-------------- 1 file changed, 44 insertions(+), 36 deletions(-) -commit 7b846bce +commit 7b846bce6 Author: Campbell Morrison Date: Thu Dec 24 12:35:58 2020 +0000 @@ -16522,7 +18923,7 @@ Date: Thu Dec 24 12:35:58 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 66 ++++++++++++++++++++++++++------ 1 file changed, 54 insertions(+), 12 deletions(-) -commit 9b2f144b +commit 9b2f144bb Author: Campbell Morrison Date: Thu Dec 24 12:16:36 2020 +0000 @@ -16531,7 +18932,7 @@ Date: Thu Dec 24 12:16:36 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit b580c931 +commit b580c9316 Author: Campbell Morrison Date: Wed Dec 23 16:57:02 2020 +0000 @@ -16541,7 +18942,7 @@ Date: Wed Dec 23 16:57:02 2020 +0000 tables.pg.sql | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) -commit ae28472e +commit ae28472e1 Author: Campbell Morrison Date: Wed Dec 23 16:06:10 2020 +0000 @@ -16550,7 +18951,7 @@ Date: Wed Dec 23 16:06:10 2020 +0000 web/systemdefaults.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit fb00cd65 +commit fb00cd65a Author: Campbell Morrison Date: Wed Dec 23 15:47:46 2020 +0000 @@ -16559,7 +18960,7 @@ Date: Wed Dec 23 15:47:46 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 51 +++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 11 deletions(-) -commit c01dd80c +commit c01dd80cc Author: Campbell Morrison Date: Wed Dec 23 10:42:00 2020 +0000 @@ -16568,7 +18969,7 @@ Date: Wed Dec 23 10:42:00 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) -commit 1c2bcf7f +commit 1c2bcf7f5 Author: Campbell Morrison Date: Wed Dec 23 10:29:57 2020 +0000 @@ -16577,7 +18978,7 @@ Date: Wed Dec 23 10:29:57 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 34 ++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 13 deletions(-) -commit 3c267e1b +commit 3c267e1b5 Author: Campbell Morrison Date: Mon Dec 21 18:31:47 2020 +0000 @@ -16587,7 +18988,7 @@ Date: Mon Dec 21 18:31:47 2020 +0000 tables.pg.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) -commit 14a863a3 +commit 14a863a38 Author: Campbell Morrison Date: Mon Dec 21 18:05:20 2020 +0000 @@ -16596,7 +18997,7 @@ Date: Mon Dec 21 18:05:20 2020 +0000 web/upgrade/81/post.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 624ef1ef +commit 624ef1efa Author: Campbell Morrison Date: Mon Dec 21 17:48:57 2020 +0000 @@ -16609,7 +19010,7 @@ Date: Mon Dec 21 17:48:57 2020 +0000 web/upgrade/81/post.inc (new) | 36 +++++++++++++++++++++++++++++++++ 5 files changed, 43 insertions(+), 13 deletions(-) -commit d1a56fbd +commit d1a56fbd0 Author: Campbell Morrison Date: Sun Dec 20 13:28:52 2020 +0000 @@ -16618,7 +19019,7 @@ Date: Sun Dec 20 13:28:52 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -commit 5278c502 +commit 5278c5024 Author: Campbell Morrison Date: Fri Dec 18 14:12:53 2020 +0000 @@ -16627,7 +19028,7 @@ Date: Fri Dec 18 14:12:53 2020 +0000 web/report.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) -commit 27759c74 +commit 27759c743 Author: Campbell Morrison Date: Fri Dec 18 14:02:20 2020 +0000 @@ -16636,7 +19037,7 @@ Date: Fri Dec 18 14:02:20 2020 +0000 web/search.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 4b63966d +commit 4b63966de Author: Campbell Morrison Date: Fri Dec 18 13:54:53 2020 +0000 @@ -16645,7 +19046,7 @@ Date: Fri Dec 18 13:54:53 2020 +0000 web/search.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 54786312 +commit 547863129 Author: Campbell Morrison Date: Fri Dec 18 09:44:21 2020 +0000 @@ -16656,7 +19057,7 @@ Date: Fri Dec 18 09:44:21 2020 +0000 web/edit_room_handler.php | 10 +++++++++- 2 files changed, 23 insertions(+), 11 deletions(-) -commit b1eaeb55 +commit b1eaeb55c Author: Campbell Morrison Date: Sat Dec 5 18:51:07 2020 +0000 @@ -16668,7 +19069,7 @@ Date: Sat Dec 5 18:51:07 2020 +0000 web/js/resizable.js.php | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) -commit bcb4ce65 +commit bcb4ce65b Author: Campbell Morrison Date: Sat Dec 5 18:48:03 2020 +0000 @@ -16677,7 +19078,7 @@ Date: Sat Dec 5 18:48:03 2020 +0000 web/js/edit_entry.js.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 823a3f57 +commit 823a3f572 Author: Campbell Morrison Date: Sat Dec 5 18:44:28 2020 +0000 @@ -16686,7 +19087,7 @@ Date: Sat Dec 5 18:44:28 2020 +0000 web/js/general.js.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 45908ae1 +commit 45908ae18 Author: Campbell Morrison Date: Sat Dec 5 18:28:29 2020 +0000 @@ -16695,7 +19096,7 @@ Date: Sat Dec 5 18:28:29 2020 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 12c8dc6d +commit 12c8dc6d0 Author: Campbell Morrison Date: Sat Dec 5 18:17:48 2020 +0000 @@ -16704,7 +19105,7 @@ Date: Sat Dec 5 18:17:48 2020 +0000 web/lib/MRBS/SessionHandlerDb.php | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) -commit 90e4f8f2 +commit 90e4f8f23 Author: Campbell Morrison Date: Sat Dec 5 18:12:22 2020 +0000 @@ -16714,7 +19115,7 @@ Date: Sat Dec 5 18:12:22 2020 +0000 web/Themes/default/styling.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 22376e81 +commit 22376e81a Author: Campbell Morrison Date: Sat Dec 5 13:40:53 2020 +0000 @@ -16724,7 +19125,7 @@ Date: Sat Dec 5 13:40:53 2020 +0000 web/Themes/default/styling.inc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) -commit 2e59b522 +commit 2e59b522d Author: Campbell Morrison Date: Wed Dec 2 15:39:10 2020 +0000 @@ -16733,7 +19134,7 @@ Date: Wed Dec 2 15:39:10 2020 +0000 web/edit_users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 884bbb19 +commit 884bbb193 Author: Campbell Morrison Date: Tue Dec 1 16:15:30 2020 +0000 @@ -16742,7 +19143,7 @@ Date: Tue Dec 1 16:15:30 2020 +0000 web/lib/MRBS/Auth/AuthDb.php | 2 -- 1 file changed, 2 deletions(-) -commit ec66ad0e +commit ec66ad0e8 Author: Campbell Morrison Date: Tue Dec 1 16:13:18 2020 +0000 @@ -16752,7 +19153,7 @@ Date: Tue Dec 1 16:13:18 2020 +0000 web/lib/MRBS/Auth/AuthDb.php | 108 +++++++++++++++++---------------- 1 file changed, 55 insertions(+), 53 deletions(-) -commit 6e8cc1cc +commit 6e8cc1cc7 Author: Campbell Morrison Date: Tue Dec 1 15:41:26 2020 +0000 @@ -16764,7 +19165,7 @@ Date: Tue Dec 1 15:41:26 2020 +0000 web/lib/MRBS/Auth/AuthDb.php | 19 +++++++++++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) -commit 6de7c1af +commit 6de7c1aff Author: Campbell Morrison Date: Mon Nov 30 14:17:56 2020 +0000 @@ -16773,7 +19174,7 @@ Date: Mon Nov 30 14:17:56 2020 +0000 web/lib/MRBS/DB_mysql.php | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) -commit e50ef28d +commit e50ef28da Author: Campbell Morrison Date: Sun Nov 29 12:08:21 2020 +0000 @@ -16784,7 +19185,7 @@ Date: Sun Nov 29 12:08:21 2020 +0000 web/systemdefaults.inc.php | 10 ++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) -commit 333eac17 +commit 333eac179 Author: Campbell Morrison Date: Tue Nov 24 16:05:08 2020 +0000 @@ -16793,7 +19194,7 @@ Date: Tue Nov 24 16:05:08 2020 +0000 web/functions_mail.inc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -commit 89af8aa5 +commit 89af8aa55 Author: Campbell Morrison Date: Tue Nov 24 15:45:44 2020 +0000 @@ -16803,7 +19204,7 @@ Date: Tue Nov 24 15:45:44 2020 +0000 web/lib/MRBS/Columns.php (new) | 121 ++++++++++++++++++++++++++ 2 files changed, 262 insertions(+) -commit d32a4a18 +commit d32a4a180 Author: Campbell Morrison Date: Mon Nov 23 16:32:52 2020 +0000 @@ -16814,7 +19215,7 @@ Date: Mon Nov 23 16:32:52 2020 +0000 web/systemdefaults.inc.php | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) -commit 56825776 +commit 568257769 Author: Campbell Morrison Date: Fri Nov 20 18:44:52 2020 +0000 @@ -16824,7 +19225,7 @@ Date: Fri Nov 20 18:44:52 2020 +0000 web/lib/MRBS/Auth/AuthDb.php | 3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) -commit 4bcfe5a0 +commit 4bcfe5a0a Author: Campbell Morrison Date: Thu Nov 19 15:05:15 2020 +0000 @@ -16835,7 +19236,7 @@ Date: Thu Nov 19 15:05:15 2020 +0000 web/edit_entry_handler.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 418e09c0 +commit 418e09c0a Author: Campbell Morrison Date: Wed Nov 11 17:30:25 2020 +0000 @@ -16844,7 +19245,7 @@ Date: Wed Nov 11 17:30:25 2020 +0000 web/lang/lang.zh-cn | 297 +++++++++++++++++++++++++++++------------- 1 file changed, 207 insertions(+), 90 deletions(-) -commit 1d4a0d98 +commit 1d4a0d986 Author: Campbell Morrison Date: Fri Nov 6 18:29:00 2020 +0000 @@ -16855,7 +19256,7 @@ Date: Fri Nov 6 18:29:00 2020 +0000 web/lib/MRBS/System.php | 4 ++-- 3 files changed, 15 insertions(+), 16 deletions(-) -commit 014c6797 +commit 014c67974 Author: Campbell Morrison Date: Fri Nov 6 17:04:00 2020 +0000 @@ -16864,7 +19265,7 @@ Date: Fri Nov 6 17:04:00 2020 +0000 web/lib/MRBS/System.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 2361b5bc +commit 2361b5bc8 Author: Campbell Morrison Date: Fri Nov 6 14:11:19 2020 +0000 @@ -16873,7 +19274,7 @@ Date: Fri Nov 6 14:11:19 2020 +0000 web/lib/MRBS/Auth/AuthLdap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f320d674 +commit f320d6744 Author: Campbell Morrison Date: Thu Nov 5 14:33:27 2020 +0000 @@ -16882,7 +19283,7 @@ Date: Thu Nov 5 14:33:27 2020 +0000 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 17048270 +commit 170482700 Author: Campbell Morrison Date: Thu Nov 5 14:05:20 2020 +0000 @@ -16895,7 +19296,7 @@ Date: Thu Nov 5 14:05:20 2020 +0000 web/view_entry.php | 4 ++-- 5 files changed, 64 insertions(+), 10 deletions(-) -commit 958f6c1c +commit 958f6c1c7 Author: Campbell Morrison Date: Thu Nov 5 11:24:44 2020 +0000 @@ -16906,7 +19307,7 @@ Date: Thu Nov 5 11:24:44 2020 +0000 web/lib/MRBS/Form/FieldTimeWithUnits.php | 11 ++++++++++- 3 files changed, 23 insertions(+), 3 deletions(-) -commit 0ba0bb2c +commit 0ba0bb2c9 Author: Campbell Morrison Date: Thu Nov 5 09:47:54 2020 +0000 @@ -16919,7 +19320,7 @@ Date: Thu Nov 5 09:47:54 2020 +0000 web/mrbs_sql.inc | 2 +- 4 files changed, 38 insertions(+), 6 deletions(-) -commit 6e71dbee +commit 6e71dbee2 Author: Campbell Morrison Date: Wed Nov 4 12:01:21 2020 +0000 @@ -16929,7 +19330,7 @@ Date: Wed Nov 4 12:01:21 2020 +0000 web/js/general.js.php | 20 +++++++++++++------- 2 files changed, 18 insertions(+), 9 deletions(-) -commit 85967424 +commit 859674246 Author: Campbell Morrison Date: Wed Nov 4 11:33:01 2020 +0000 @@ -16940,7 +19341,7 @@ Date: Wed Nov 4 11:33:01 2020 +0000 web/js/general.js.php | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) -commit f2b599e6 +commit f2b599e67 Author: Campbell Morrison Date: Wed Nov 4 11:27:00 2020 +0000 @@ -16950,7 +19351,7 @@ Date: Wed Nov 4 11:27:00 2020 +0000 web/js/edit_area.js.php | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) -commit 3b8b2783 +commit 3b8b27833 Author: Campbell Morrison Date: Tue Nov 3 16:23:28 2020 +0000 @@ -16960,7 +19361,7 @@ Date: Tue Nov 3 16:23:28 2020 +0000 web/systemdefaults.inc.php | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 5 deletions(-) -commit fe49b23b +commit fe49b23b8 Author: Campbell Morrison Date: Tue Nov 3 15:14:02 2020 +0000 @@ -16971,7 +19372,7 @@ Date: Tue Nov 3 15:14:02 2020 +0000 web/view_entry.php | 4 ++-- 3 files changed, 22 insertions(+), 5 deletions(-) -commit 9969aa54 +commit 9969aa54b Author: Campbell Morrison Date: Tue Nov 3 14:40:04 2020 +0000 @@ -16982,7 +19383,7 @@ Date: Tue Nov 3 14:40:04 2020 +0000 web/view_entry.php | 17 +++++++---------- 3 files changed, 23 insertions(+), 11 deletions(-) -commit e66f5161 +commit e66f51618 Author: Campbell Morrison Date: Tue Nov 3 12:49:16 2020 +0000 @@ -16991,7 +19392,7 @@ Date: Tue Nov 3 12:49:16 2020 +0000 web/view_entry.php | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) -commit ad43aa02 +commit ad43aa023 Author: Campbell Morrison Date: Sun Nov 1 16:49:22 2020 +0000 @@ -17016,7 +19417,7 @@ Date: Sun Nov 1 16:49:22 2020 +0000 web/view_entry.php | 4 +- 16 files changed, 238 insertions(+), 175 deletions(-) -commit 9e9a5ba0 +commit 9e9a5ba0b Author: Campbell Morrison Date: Sun Nov 1 14:25:39 2020 +0000 @@ -17025,7 +19426,7 @@ Date: Sun Nov 1 14:25:39 2020 +0000 web/edit_entry.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -commit 1b32c9c9 +commit 1b32c9c98 Author: Campbell Morrison Date: Sat Oct 31 18:12:51 2020 +0000 @@ -17036,7 +19437,7 @@ Date: Sat Oct 31 18:12:51 2020 +0000 web/lib/MRBS/Form/Form.php | 2 +- 3 files changed, 4 insertions(+), 25 deletions(-) -commit 226d0c65 +commit 226d0c651 Author: Campbell Morrison Date: Sat Oct 31 18:02:08 2020 +0000 @@ -17047,7 +19448,7 @@ Date: Sat Oct 31 18:02:08 2020 +0000 web/lib/MRBS/Form/Form.php | 19 +++ 3 files changed, 93 insertions(+), 97 deletions(-) -commit 7e52e456 +commit 7e52e4564 Author: Campbell Morrison Date: Sat Oct 31 11:06:46 2020 +0000 @@ -17057,7 +19458,7 @@ Date: Sat Oct 31 11:06:46 2020 +0000 web/upgrade/78/pgsql.sql | 7 ------- 2 files changed, 1 insertion(+), 12 deletions(-) -commit 95650f7a +commit 95650f7a0 Author: Campbell Morrison Date: Sat Oct 31 10:15:52 2020 +0000 @@ -17074,7 +19475,7 @@ Date: Sat Oct 31 10:15:52 2020 +0000 web/upgrade/81/pgsql.sql (new) | 8 ++++++++ 9 files changed, 18 insertions(+), 3 deletions(-) -commit 46d7d0ce +commit 46d7d0ce4 Author: Campbell Morrison Date: Fri Oct 30 18:03:37 2020 +0000 @@ -17090,7 +19491,7 @@ Date: Fri Oct 30 18:03:37 2020 +0000 web/upgrade/78/pgsql.sql (new) | 8 ++++++++ 8 files changed, 32 insertions(+), 7 deletions(-) -commit 0a1cf318 +commit 0a1cf318b Author: Campbell Morrison Date: Fri Oct 30 16:01:35 2020 +0000 @@ -17099,7 +19500,7 @@ Date: Fri Oct 30 16:01:35 2020 +0000 UPGRADE | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) -commit 40bbb39d +commit 40bbb39d9 Author: Campbell Morrison Date: Thu Oct 29 16:22:55 2020 +0000 @@ -17109,7 +19510,7 @@ Date: Thu Oct 29 16:22:55 2020 +0000 web/view_entry.php | 9 +++++++++ 1 file changed, 9 insertions(+) -commit 316e7a8c +commit 316e7a8cd Author: Campbell Morrison Date: Thu Oct 29 16:07:12 2020 +0000 @@ -17118,7 +19519,7 @@ Date: Thu Oct 29 16:07:12 2020 +0000 web/registration_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8efa1693 +commit 8efa1693c Author: Campbell Morrison Date: Thu Oct 29 15:11:36 2020 +0000 @@ -17127,7 +19528,7 @@ Date: Thu Oct 29 15:11:36 2020 +0000 web/jquery/datatables/pdfmake.min.js.map (new) | 1 + 1 file changed, 1 insertion(+) -commit d8968c49 +commit d8968c494 Author: Campbell Morrison Date: Thu Oct 29 15:07:16 2020 +0000 @@ -17215,7 +19616,7 @@ Date: Thu Oct 29 15:07:16 2020 +0000 web/jquery/datatables/datatables.min.js | 553 +++++++++-------- 80 files changed, 978 insertions(+), 836 deletions(-) -commit d090a55c +commit d090a55c1 Author: Campbell Morrison Date: Wed Oct 28 15:21:00 2020 +0000 @@ -17225,7 +19626,7 @@ Date: Wed Oct 28 15:21:00 2020 +0000 web/functions.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 2de74e53 +commit 2de74e532 Author: Campbell Morrison Date: Fri Oct 23 15:29:59 2020 +0100 @@ -17234,7 +19635,7 @@ Date: Fri Oct 23 15:29:59 2020 +0100 web/lang/lang.de | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 012dce72 +commit 012dce726 Author: Campbell Morrison Date: Fri Oct 23 14:22:30 2020 +0100 @@ -17243,7 +19644,7 @@ Date: Fri Oct 23 14:22:30 2020 +0100 web/lang/lang.de | 53 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 8 deletions(-) -commit bc93c330 +commit bc93c3308 Author: Campbell Morrison Date: Thu Oct 22 18:20:50 2020 +0100 @@ -17270,7 +19671,7 @@ Date: Thu Oct 22 18:20:50 2020 +0100 web/upgrade/47/post.inc | 2 +- 19 files changed, 27 insertions(+), 27 deletions(-) -commit 32cedf31 +commit 32cedf313 Author: Campbell Morrison Date: Thu Oct 22 17:47:06 2020 +0100 @@ -17279,7 +19680,7 @@ Date: Thu Oct 22 17:47:06 2020 +0100 web/language.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 2fa8a2f0 +commit 2fa8a2f04 Author: Campbell Morrison Date: Thu Oct 22 17:36:04 2020 +0100 @@ -17288,7 +19689,7 @@ Date: Thu Oct 22 17:36:04 2020 +0100 web/language.inc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) -commit 888726d9 +commit 888726d94 Author: Campbell Morrison Date: Thu Oct 22 17:23:29 2020 +0100 @@ -17297,7 +19698,7 @@ Date: Thu Oct 22 17:23:29 2020 +0100 web/language.inc | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) -commit 69ca9182 +commit 69ca9182e Author: Campbell Morrison Date: Thu Oct 22 15:01:55 2020 +0100 @@ -17307,7 +19708,7 @@ Date: Thu Oct 22 15:01:55 2020 +0100 web/functions_mail.inc | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) -commit d350f7a8 +commit d350f7a84 Author: Campbell Morrison Date: Thu Oct 22 14:37:19 2020 +0100 @@ -17318,7 +19719,7 @@ Date: Thu Oct 22 14:37:19 2020 +0100 web/functions_mail.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit d6e811c6 +commit d6e811c60 Author: Campbell Morrison Date: Thu Oct 22 09:40:48 2020 +0100 @@ -17328,7 +19729,7 @@ Date: Thu Oct 22 09:40:48 2020 +0100 web/lib/MRBS/MailQueue.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) -commit 13537ef7 +commit 13537ef72 Author: Campbell Morrison Date: Tue Oct 20 09:32:42 2020 +0100 @@ -17337,7 +19738,7 @@ Date: Tue Oct 20 09:32:42 2020 +0100 web/js/general.js.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) -commit 2c883306 +commit 2c883306f Author: Campbell Morrison Date: Fri Oct 16 18:48:43 2020 +0100 @@ -17346,14 +19747,14 @@ Date: Fri Oct 16 18:48:43 2020 +0100 web/search.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit d045968a -Merge: 91363238 813fd02e +commit d045968a0 +Merge: 913632383 813fd02e5 Author: Campbell Morrison Date: Thu Oct 15 16:11:30 2020 +0100 Merge -commit 813fd02e +commit 813fd02e5 Author: Campbell Morrison Date: Thu Oct 15 15:57:29 2020 +0100 @@ -17363,13 +19764,13 @@ Date: Thu Oct 15 15:57:29 2020 +0100 web/lib/MRBS/Auth/AuthLdap.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -commit 91363238 +commit 913632383 Author: John Beranek Date: Wed Oct 14 21:09:40 2020 +0100 Added tag mrbs-1_9_2 for changeset 5e0361b9fbfa -commit f9d86ead (tag: mrbs-1_9_2) +commit f9d86eadc (tag: mrbs-1_9_2) Author: John Beranek Date: Wed Oct 14 21:09:30 2020 +0100 @@ -17379,7 +19780,7 @@ Date: Wed Oct 14 21:09:30 2020 +0100 NEWS | 14 ++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) -commit 86d81f84 +commit 86d81f84c Author: John Beranek Date: Wed Oct 14 21:06:50 2020 +0100 @@ -17388,7 +19789,7 @@ Date: Wed Oct 14 21:06:50 2020 +0100 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit dee02e23 +commit dee02e23b Author: Campbell Morrison Date: Wed Oct 14 15:21:30 2020 +0100 @@ -17399,7 +19800,7 @@ Date: Wed Oct 14 15:21:30 2020 +0100 web/view_entry.php | 10 +++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) -commit 5a84ee4b +commit 5a84ee4bb Author: Campbell Morrison Date: Wed Oct 14 14:52:12 2020 +0100 @@ -17411,7 +19812,7 @@ Date: Wed Oct 14 14:52:12 2020 +0100 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) -commit 9202e246 +commit 9202e2467 Author: Campbell Morrison Date: Mon Oct 12 12:15:42 2020 +0100 @@ -17424,13 +19825,13 @@ Date: Mon Oct 12 12:15:42 2020 +0100 web/upgrade/67/pgsql.sql | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -commit f8a4f5d8 +commit f8a4f5d84 Author: John Beranek Date: Sat Oct 10 15:05:35 2020 +0100 Added tag mrbs-1_9_1 for changeset ca4d9201a657 -commit 2eac8ec9 (tag: mrbs-1_9_1) +commit 2eac8ec9b (tag: mrbs-1_9_1) Author: John Beranek Date: Sat Oct 10 15:05:23 2020 +0100 @@ -17440,7 +19841,7 @@ Date: Sat Oct 10 15:05:23 2020 +0100 NEWS | 77 ++++ 2 files changed, 1144 insertions(+), 1 deletion(-) -commit d3626913 +commit d36269138 Author: John Beranek Date: Sat Oct 10 11:32:19 2020 +0100 @@ -17449,7 +19850,7 @@ Date: Sat Oct 10 11:32:19 2020 +0100 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0cf62839 +commit 0cf628397 Author: Campbell Morrison Date: Fri Oct 9 16:50:32 2020 +0100 @@ -17458,7 +19859,7 @@ Date: Fri Oct 9 16:50:32 2020 +0100 web/lang/lang.en | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 184d624a +commit 184d624a9 Author: Campbell Morrison Date: Thu Oct 8 17:16:24 2020 +0100 @@ -17467,7 +19868,7 @@ Date: Thu Oct 8 17:16:24 2020 +0100 web/standard_vars.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 04533788 +commit 045337882 Author: Campbell Morrison Date: Thu Oct 8 16:04:37 2020 +0100 @@ -17476,7 +19877,7 @@ Date: Thu Oct 8 16:04:37 2020 +0100 web/upgrade/52/post.inc | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) -commit 98a98e04 +commit 98a98e044 Author: Campbell Morrison Date: Thu Oct 8 15:48:00 2020 +0100 @@ -17486,7 +19887,7 @@ Date: Thu Oct 8 15:48:00 2020 +0100 web/functions.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit f80497fc +commit f80497fc0 Author: Campbell Morrison Date: Thu Oct 8 15:30:23 2020 +0100 @@ -17501,7 +19902,7 @@ Date: Thu Oct 8 15:30:23 2020 +0100 web/upgrade/8/pgsql.sql | 2 +- 7 files changed, 18 insertions(+), 19 deletions(-) -commit c69ebd88 +commit c69ebd88e Author: Campbell Morrison Date: Wed Oct 7 18:07:08 2020 +0100 @@ -17510,7 +19911,7 @@ Date: Wed Oct 7 18:07:08 2020 +0100 web/upgrade/67/pgsql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 132306fa +commit 132306fa4 Author: Campbell Morrison Date: Sat Oct 3 17:15:00 2020 +0100 @@ -17519,7 +19920,7 @@ Date: Sat Oct 3 17:15:00 2020 +0100 web/lib/MRBS/Auth/Auth.php | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) -commit 824dac59 +commit 824dac597 Author: Campbell Morrison Date: Wed Sep 30 16:16:48 2020 +0100 @@ -17528,7 +19929,7 @@ Date: Wed Sep 30 16:16:48 2020 +0100 web/functions.inc | 2 -- 1 file changed, 2 deletions(-) -commit fd8cd5e7 +commit fd8cd5e7f Author: Campbell Morrison Date: Tue Sep 29 18:46:21 2020 +0100 @@ -17537,7 +19938,7 @@ Date: Tue Sep 29 18:46:21 2020 +0100 web/lib/MRBS/Locale.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1500df3c +commit 1500df3c3 Author: Campbell Morrison Date: Tue Sep 29 18:44:03 2020 +0100 @@ -17546,7 +19947,7 @@ Date: Tue Sep 29 18:44:03 2020 +0100 web/lib/MRBS/System.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 6b2c16be +commit 6b2c16be0 Author: Campbell Morrison Date: Tue Sep 29 18:39:27 2020 +0100 @@ -17555,7 +19956,7 @@ Date: Tue Sep 29 18:39:27 2020 +0100 web/lib/MRBS/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6c4730d6 +commit 6c4730d61 Author: Campbell Morrison Date: Tue Sep 29 18:33:50 2020 +0100 @@ -17564,7 +19965,7 @@ Date: Tue Sep 29 18:33:50 2020 +0100 web/lib/MRBS/System.php | 158 +++++++++++++++++++++++++++++--------- 1 file changed, 121 insertions(+), 37 deletions(-) -commit 3a032ae2 +commit 3a032ae27 Author: Campbell Morrison Date: Mon Sep 28 18:42:43 2020 +0100 @@ -17573,7 +19974,7 @@ Date: Mon Sep 28 18:42:43 2020 +0100 web/lib/MRBS/System.php | 157 ++++++++++++++++++++++++++++++-------- 1 file changed, 127 insertions(+), 30 deletions(-) -commit 0c13dfc7 +commit 0c13dfc72 Author: Campbell Morrison Date: Sun Sep 27 18:14:55 2020 +0100 @@ -17582,7 +19983,7 @@ Date: Sun Sep 27 18:14:55 2020 +0100 web/lib/MRBS/System.php | 158 ++++++++++++++++++++++++++++++++------ 1 file changed, 133 insertions(+), 25 deletions(-) -commit 4032522b +commit 4032522bb Author: Campbell Morrison Date: Sat Sep 26 17:33:59 2020 +0100 @@ -17591,7 +19992,7 @@ Date: Sat Sep 26 17:33:59 2020 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 51e0c256 +commit 51e0c256d Author: Campbell Morrison Date: Fri Sep 25 09:29:50 2020 +0100 @@ -17602,7 +20003,7 @@ Date: Fri Sep 25 09:29:50 2020 +0100 web/systemdefaults.inc.php | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-) -commit 4438c803 +commit 4438c8031 Author: Campbell Morrison Date: Fri Sep 25 07:55:14 2020 +0100 @@ -17611,7 +20012,7 @@ Date: Fri Sep 25 07:55:14 2020 +0100 web/upgrade/77/pgsql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1ae8ee3a +commit 1ae8ee3a0 Author: Campbell Morrison Date: Thu Sep 24 17:02:29 2020 +0100 @@ -17647,7 +20048,7 @@ Date: Thu Sep 24 17:02:29 2020 +0100 web/upgrade/77/pgsql.sql (new) | 4 ++++ 27 files changed, 88 insertions(+), 5 deletions(-) -commit 5cd95555 +commit 5cd95555f Author: Campbell Morrison Date: Thu Sep 24 14:04:09 2020 +0100 @@ -17657,7 +20058,7 @@ Date: Thu Sep 24 14:04:09 2020 +0100 web/lib/MRBS/Auth/AuthDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b7b3cc63 +commit b7b3cc637 Author: Campbell Morrison Date: Thu Sep 24 13:40:51 2020 +0100 @@ -17670,7 +20071,7 @@ Date: Thu Sep 24 13:40:51 2020 +0100 web/lib/MRBS/System.php | 10 ++-- 4 files changed, 60 insertions(+), 51 deletions(-) -commit c2182ee9 +commit c2182ee98 Author: Campbell Morrison Date: Thu Sep 24 12:34:15 2020 +0100 @@ -17679,7 +20080,7 @@ Date: Thu Sep 24 12:34:15 2020 +0100 web/mrbs_auth.inc | 5 ----- 1 file changed, 5 deletions(-) -commit 6d711c2c +commit 6d711c2cf Author: Campbell Morrison Date: Mon Sep 21 18:58:37 2020 +0100 @@ -17688,7 +20089,7 @@ Date: Mon Sep 21 18:58:37 2020 +0100 web/lib/MRBS/System.php | 120 ++++++++++++++++++++++---------------- 1 file changed, 69 insertions(+), 51 deletions(-) -commit f639727e +commit f639727eb Author: Campbell Morrison Date: Mon Sep 21 16:44:30 2020 +0100 @@ -17697,7 +20098,7 @@ Date: Mon Sep 21 16:44:30 2020 +0100 web/lib/MRBS/Auth/AuthLdap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit fc407d76 +commit fc407d766 Author: Campbell Morrison Date: Mon Sep 21 14:24:20 2020 +0100 @@ -17706,7 +20107,7 @@ Date: Mon Sep 21 14:24:20 2020 +0100 web/lang/lang.de | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit 55627bf0 +commit 55627bf0a Author: Campbell Morrison Date: Mon Sep 21 14:21:49 2020 +0100 @@ -17715,7 +20116,7 @@ Date: Mon Sep 21 14:21:49 2020 +0100 web/lib/MRBS/System.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) -commit 14275380 +commit 142753807 Author: Campbell Morrison Date: Sun Sep 20 15:07:51 2020 +0100 @@ -17724,7 +20125,7 @@ Date: Sun Sep 20 15:07:51 2020 +0100 web/lang/lang.fr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 11f305d4 +commit 11f305d49 Author: Campbell Morrison Date: Sun Sep 20 14:56:20 2020 +0100 @@ -17733,7 +20134,7 @@ Date: Sun Sep 20 14:56:20 2020 +0100 web/lang/lang.fr | 232 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 211 insertions(+), 21 deletions(-) -commit ebe28f86 +commit ebe28f865 Author: Campbell Morrison Date: Sun Sep 20 14:46:16 2020 +0100 @@ -17742,7 +20143,7 @@ Date: Sun Sep 20 14:46:16 2020 +0100 web/lib/MRBS/System.php | 4 ++++ 1 file changed, 4 insertions(+) -commit c84f64e1 +commit c84f64e1c Author: Campbell Morrison Date: Fri Sep 18 10:32:24 2020 +0100 @@ -17753,7 +20154,7 @@ Date: Fri Sep 18 10:32:24 2020 +0100 web/systemdefaults.inc.php | 4 +- 3 files changed, 58 insertions(+), 2 deletions(-) -commit 0fd5a42d +commit 0fd5a42de Author: Campbell Morrison Date: Fri Sep 18 09:16:52 2020 +0100 @@ -17763,7 +20164,7 @@ Date: Fri Sep 18 09:16:52 2020 +0100 web/lib/MRBS/Form/Form.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 5da7f131 +commit 5da7f131a Author: Campbell Morrison Date: Mon Sep 14 17:12:12 2020 +0100 @@ -17772,7 +20173,7 @@ Date: Mon Sep 14 17:12:12 2020 +0100 web/lib/MRBS/DateTime.php | 74 +------------------------------------ 1 file changed, 1 insertion(+), 73 deletions(-) -commit a6c0b665 +commit a6c0b6657 Author: Campbell Morrison Date: Mon Sep 14 16:24:04 2020 +0100 @@ -17782,7 +20183,7 @@ Date: Mon Sep 14 16:24:04 2020 +0100 web/standard_vars.inc.php | 15 +++++++++++++++ 2 files changed, 39 insertions(+), 6 deletions(-) -commit 7b425295 +commit 7b425295a Author: Campbell Morrison Date: Sat Sep 12 11:40:11 2020 +0100 @@ -17793,7 +20194,7 @@ Date: Sat Sep 12 11:40:11 2020 +0100 web/systemdefaults.inc.php | 4 ---- 3 files changed, 31 insertions(+), 13 deletions(-) -commit edaa9c00 +commit edaa9c00f Author: Campbell Morrison Date: Sat Sep 12 08:07:16 2020 +0100 @@ -17803,7 +20204,7 @@ Date: Sat Sep 12 08:07:16 2020 +0100 web/css/mrbs-print.css.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 3dc12782 +commit 3dc12782a Author: Campbell Morrison Date: Tue Sep 8 18:57:35 2020 +0100 @@ -17812,7 +20213,7 @@ Date: Tue Sep 8 18:57:35 2020 +0100 web/edit_entry.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit e8d03dfb +commit e8d03dfb7 Author: Campbell Morrison Date: Sun Sep 6 18:24:14 2020 +0100 @@ -17823,7 +20224,7 @@ Date: Sun Sep 6 18:24:14 2020 +0100 web/systemdefaults.inc.php | 7 ++++++- 2 files changed, 32 insertions(+), 2 deletions(-) -commit 3f18e0af +commit 3f18e0afd Author: Campbell Morrison Date: Sun Sep 6 16:04:12 2020 +0100 @@ -17832,7 +20233,7 @@ Date: Sun Sep 6 16:04:12 2020 +0100 web/css/mrbs.css.php | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) -commit 311efa55 +commit 311efa557 Author: Campbell Morrison Date: Thu Sep 3 16:18:45 2020 +0100 @@ -17842,7 +20243,7 @@ Date: Thu Sep 3 16:18:45 2020 +0100 web/css/mrbs.css.php | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) -commit f44980b5 +commit f44980b51 Author: Campbell Morrison Date: Thu Sep 3 09:02:31 2020 +0100 @@ -17852,7 +20253,7 @@ Date: Thu Sep 3 09:02:31 2020 +0100 web/mrbs_sql.inc | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) -commit 0ea4575b +commit 0ea4575b5 Author: Campbell Morrison Date: Wed Sep 2 17:08:44 2020 +0100 @@ -17861,7 +20262,7 @@ Date: Wed Sep 2 17:08:44 2020 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ee8901e8 +commit ee8901e8a Author: Campbell Morrison Date: Wed Sep 2 15:53:18 2020 +0100 @@ -17870,7 +20271,7 @@ Date: Wed Sep 2 15:53:18 2020 +0100 web/mrbs_sql.inc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) -commit f8f879fd +commit f8f879fda Author: Campbell Morrison Date: Sun Aug 30 16:33:38 2020 +0100 @@ -17879,7 +20280,7 @@ Date: Sun Aug 30 16:33:38 2020 +0100 web/index.php | 1 - 1 file changed, 1 deletion(-) -commit 3e12222c +commit 3e12222c2 Author: Campbell Morrison Date: Sat Aug 29 11:37:47 2020 +0100 @@ -17889,7 +20290,7 @@ Date: Sat Aug 29 11:37:47 2020 +0100 web/lib/MRBS/Session/SessionWordpress.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit efe951e4 +commit efe951e47 Author: Campbell Morrison Date: Sat Aug 29 11:25:45 2020 +0100 @@ -17902,7 +20303,7 @@ Date: Sat Aug 29 11:25:45 2020 +0100 web/lib/MRBS/Session/SessionWordpress.php | 31 +++++++++++++-------- 5 files changed, 46 insertions(+), 12 deletions(-) -commit cf9c8222 +commit cf9c82223 Author: Campbell Morrison Date: Sat Aug 29 11:16:12 2020 +0100 @@ -17915,7 +20316,7 @@ Date: Sat Aug 29 11:16:12 2020 +0100 web/lib/MRBS/Auth/AuthWordpress.php | 8 +------- 5 files changed, 19 insertions(+), 21 deletions(-) -commit e0916ffc +commit e0916ffc0 Author: Campbell Morrison Date: Sat Aug 29 10:47:16 2020 +0100 @@ -17925,7 +20326,7 @@ Date: Sat Aug 29 10:47:16 2020 +0100 web/lib/MRBS/Session/SessionCas.php | 7 +++++++ 2 files changed, 25 insertions(+), 1 deletion(-) -commit 5108cfd5 +commit 5108cfd58 Author: Campbell Morrison Date: Mon Aug 24 14:47:43 2020 +0100 @@ -17934,7 +20335,7 @@ Date: Mon Aug 24 14:47:43 2020 +0100 web/language.inc | 3 +++ 1 file changed, 3 insertions(+) -commit 4d67e364 +commit 4d67e3645 Author: Campbell Morrison Date: Mon Aug 24 14:32:58 2020 +0100 @@ -18032,7 +20433,7 @@ Date: Mon Aug 24 14:32:58 2020 +0100 .../js/fixedColumns.semanticui.min.js (gone) | 5 - 90 files changed, 27686 deletions(-) -commit 27d265ff +commit 27d265ffd Author: Campbell Morrison Date: Mon Aug 24 14:31:13 2020 +0100 @@ -18051,7 +20452,7 @@ Date: Mon Aug 24 14:31:13 2020 +0100 web/jquery/datatables/language/Swedish.lang | 6 +- 11 files changed, 173 insertions(+), 31 deletions(-) -commit 47700b26 +commit 47700b261 Author: Campbell Morrison Date: Mon Aug 24 14:23:20 2020 +0100 @@ -18153,7 +20554,7 @@ Date: Mon Aug 24 14:23:20 2020 +0100 web/jquery/datatables/datatables.min.js | 519 +- 94 files changed, 28528 insertions(+), 419 deletions(-) -commit 8b9880be +commit 8b9880beb Author: Campbell Morrison Date: Mon Aug 24 12:30:35 2020 +0100 @@ -18162,7 +20563,7 @@ Date: Mon Aug 24 12:30:35 2020 +0100 web/ajax/usernames.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit cc301f79 +commit cc301f79d Author: Campbell Morrison Date: Mon Aug 24 12:01:51 2020 +0100 @@ -18171,7 +20572,7 @@ Date: Mon Aug 24 12:01:51 2020 +0100 web/report.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 2fac4655 +commit 2fac46558 Author: Campbell Morrison Date: Mon Aug 24 11:53:07 2020 +0100 @@ -18182,7 +20583,7 @@ Date: Mon Aug 24 11:53:07 2020 +0100 web/report.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 86b99d54 +commit 86b99d546 Author: Campbell Morrison Date: Sun Aug 23 17:20:51 2020 +0100 @@ -18192,7 +20593,7 @@ Date: Sun Aug 23 17:20:51 2020 +0100 web/style.inc | 15 +-------------- 2 files changed, 15 insertions(+), 14 deletions(-) -commit e9edc447 +commit e9edc4479 Author: Campbell Morrison Date: Sun Aug 23 17:12:27 2020 +0100 @@ -18201,7 +20602,7 @@ Date: Sun Aug 23 17:12:27 2020 +0100 web/style.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 690c014c +commit 690c014cf Author: Campbell Morrison Date: Sun Aug 23 17:09:34 2020 +0100 @@ -18210,7 +20611,7 @@ Date: Sun Aug 23 17:09:34 2020 +0100 web/js.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit ffcb248c +commit ffcb248c3 Author: Campbell Morrison Date: Sun Aug 23 17:06:51 2020 +0100 @@ -18221,7 +20622,7 @@ Date: Sun Aug 23 17:06:51 2020 +0100 web/style.inc | 66 ++++++++++++++++++--------------------------- 2 files changed, 35 insertions(+), 42 deletions(-) -commit 20d0bbf1 +commit 20d0bbf13 Author: Campbell Morrison Date: Sun Aug 23 14:48:52 2020 +0100 @@ -18232,7 +20633,7 @@ Date: Sun Aug 23 14:48:52 2020 +0100 web/js.inc | 140 ++++++++++++-------------------------------- 2 files changed, 64 insertions(+), 111 deletions(-) -commit d67c8d69 +commit d67c8d69c Author: Campbell Morrison Date: Sun Aug 23 11:31:12 2020 +0100 @@ -18241,7 +20642,7 @@ Date: Sun Aug 23 11:31:12 2020 +0100 checklang.php | 3 --- 1 file changed, 3 deletions(-) -commit 5968d368 +commit 5968d368c Author: Campbell Morrison Date: Sun Aug 23 09:47:46 2020 +0100 @@ -18250,7 +20651,7 @@ Date: Sun Aug 23 09:47:46 2020 +0100 checklang.php | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) -commit 67996a24 +commit 67996a240 Author: Campbell Morrison Date: Sun Aug 23 09:36:41 2020 +0100 @@ -18259,7 +20660,7 @@ Date: Sun Aug 23 09:36:41 2020 +0100 checklang.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 0e1948eb +commit 0e1948ebf Author: Campbell Morrison Date: Sun Aug 23 07:30:20 2020 +0100 @@ -18268,7 +20669,7 @@ Date: Sun Aug 23 07:30:20 2020 +0100 checklang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit fa541ffb +commit fa541ffb1 Author: Campbell Morrison Date: Sat Aug 22 18:49:25 2020 +0100 @@ -18277,7 +20678,7 @@ Date: Sat Aug 22 18:49:25 2020 +0100 checklang.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) -commit 82d5add6 +commit 82d5add61 Author: Campbell Morrison Date: Sat Aug 22 18:33:45 2020 +0100 @@ -18286,7 +20687,7 @@ Date: Sat Aug 22 18:33:45 2020 +0100 checklang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7b521b39 +commit 7b521b39c Author: Campbell Morrison Date: Sat Aug 22 18:20:09 2020 +0100 @@ -18295,7 +20696,7 @@ Date: Sat Aug 22 18:20:09 2020 +0100 checklang.php | 1 + 1 file changed, 1 insertion(+) -commit 2d8df6a4 +commit 2d8df6a4d Author: Campbell Morrison Date: Sat Aug 22 18:15:30 2020 +0100 @@ -18304,7 +20705,7 @@ Date: Sat Aug 22 18:15:30 2020 +0100 checklang.php | 1 + 1 file changed, 1 insertion(+) -commit b3a1fbe8 +commit b3a1fbe8f Author: Campbell Morrison Date: Sat Aug 22 18:11:45 2020 +0100 @@ -18313,7 +20714,7 @@ Date: Sat Aug 22 18:11:45 2020 +0100 checklang.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) -commit ee879e79 +commit ee879e79a Author: Campbell Morrison Date: Sat Aug 22 17:52:42 2020 +0100 @@ -18322,7 +20723,7 @@ Date: Sat Aug 22 17:52:42 2020 +0100 web/lang/lang.no | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit d196d14d +commit d196d14de Author: Campbell Morrison Date: Sat Aug 22 17:36:57 2020 +0100 @@ -18331,7 +20732,7 @@ Date: Sat Aug 22 17:36:57 2020 +0100 checklang.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 5690c3fe +commit 5690c3feb Author: Campbell Morrison Date: Thu Aug 20 18:49:18 2020 +0100 @@ -18340,7 +20741,7 @@ Date: Thu Aug 20 18:49:18 2020 +0100 web/functions.inc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -commit 08255220 +commit 082552208 Author: Campbell Morrison Date: Wed Aug 19 17:53:12 2020 +0100 @@ -18349,7 +20750,7 @@ Date: Wed Aug 19 17:53:12 2020 +0100 web/lang/lang.de | 77 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 71 insertions(+), 6 deletions(-) -commit b2367860 +commit b2367860f Author: Campbell Morrison Date: Wed Aug 19 13:54:18 2020 +0100 @@ -18358,7 +20759,7 @@ Date: Wed Aug 19 13:54:18 2020 +0100 web/functions.inc | 2 ++ 1 file changed, 2 insertions(+) -commit 350fb897 +commit 350fb8973 Author: Campbell Morrison Date: Tue Aug 18 20:34:03 2020 +0100 @@ -18367,7 +20768,7 @@ Date: Tue Aug 18 20:34:03 2020 +0100 web/init.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit befaa8a0 +commit befaa8a0b Author: Campbell Morrison Date: Tue Aug 18 20:11:04 2020 +0100 @@ -18376,7 +20777,7 @@ Date: Tue Aug 18 20:11:04 2020 +0100 web/lib/MRBS/Auth/AuthLdap.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 83405ede +commit 83405edea Author: Campbell Morrison Date: Tue Aug 18 19:00:46 2020 +0100 @@ -18385,7 +20786,7 @@ Date: Tue Aug 18 19:00:46 2020 +0100 web/js/general.js.php | 1 - 1 file changed, 1 deletion(-) -commit 499472ec +commit 499472ec2 Author: Campbell Morrison Date: Tue Aug 18 18:58:10 2020 +0100 @@ -18394,7 +20795,7 @@ Date: Tue Aug 18 18:58:10 2020 +0100 web/js/general.js.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit c80e9a01 +commit c80e9a01e Author: Campbell Morrison Date: Tue Aug 18 18:13:28 2020 +0100 @@ -18406,7 +20807,7 @@ Date: Tue Aug 18 18:13:28 2020 +0100 web/reset_password_handler.php | 26 +++++-- 4 files changed, 128 insertions(+), 70 deletions(-) -commit 6e47b2a2 +commit 6e47b2a2c Author: Campbell Morrison Date: Mon Aug 17 17:20:17 2020 +0100 @@ -18416,20 +20817,20 @@ Date: Mon Aug 17 17:20:17 2020 +0100 web/reset_password_handler.php | 1 + 2 files changed, 6 insertions(+) -commit 6696563a -Merge: b7d8ee4e f2e572f9 +commit 6696563a6 +Merge: b7d8ee4e7 f2e572f9c Author: Campbell Morrison Date: Mon Aug 17 09:19:24 2020 +0100 Merge with sign_ups -commit b7d8ee4e +commit b7d8ee4e7 Author: John Beranek Date: Sun Aug 16 22:47:08 2020 +0100 Added tag mrbs-1_9_0 for changeset f6573540c7f1 -commit efb4f2b7 (tag: mrbs-1_9_0) +commit efb4f2b75 (tag: mrbs-1_9_0) Author: John Beranek Date: Sun Aug 16 22:46:56 2020 +0100 @@ -18439,7 +20840,7 @@ Date: Sun Aug 16 22:46:56 2020 +0100 NEWS | 95 + 2 files changed, 4330 insertions(+), 537 deletions(-) -commit b8b795f2 +commit b8b795f20 Author: John Beranek Date: Sun Aug 16 22:09:38 2020 +0100 @@ -18448,7 +20849,7 @@ Date: Sun Aug 16 22:09:38 2020 +0100 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f2e572f9 +commit f2e572f9c Author: Campbell Morrison Date: Sun Aug 16 17:39:51 2020 +0100 @@ -18459,14 +20860,14 @@ Date: Sun Aug 16 17:39:51 2020 +0100 web/upgrade/69/pgsql.sql (new) | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-) -commit 0b527eaf -Merge: 0441488c 16a015b0 +commit 0b527eafc +Merge: 0441488ce 16a015b0a Author: Campbell Morrison Date: Sun Aug 16 17:17:33 2020 +0100 Merge with db_password_reset -commit 16a015b0 +commit 16a015b0a Author: Campbell Morrison Date: Sun Aug 16 17:16:57 2020 +0100 @@ -18475,7 +20876,7 @@ Date: Sun Aug 16 17:16:57 2020 +0100 web/edit_users.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -commit 41d1e11e +commit 41d1e11e5 Author: Campbell Morrison Date: Sun Aug 16 16:27:06 2020 +0100 @@ -18484,7 +20885,7 @@ Date: Sun Aug 16 16:27:06 2020 +0100 web/mrbs_auth.inc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) -commit 20bc1548 +commit 20bc15481 Author: Campbell Morrison Date: Sun Aug 16 16:16:35 2020 +0100 @@ -18499,7 +20900,7 @@ Date: Sun Aug 16 16:16:35 2020 +0100 web/reset_password_handler.php | 53 +++++++++++++++++++- 7 files changed, 214 insertions(+), 66 deletions(-) -commit d1993262 +commit d19932623 Author: Campbell Morrison Date: Sun Aug 16 11:39:54 2020 +0100 @@ -18508,7 +20909,7 @@ Date: Sun Aug 16 11:39:54 2020 +0100 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit 64da2f61 +commit 64da2f613 Author: Campbell Morrison Date: Sun Aug 16 11:38:02 2020 +0100 @@ -18519,7 +20920,7 @@ Date: Sun Aug 16 11:38:02 2020 +0100 web/reset_password.php | 43 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 48 insertions(+), 1 deletion(-) -commit ee873fc1 +commit ee873fc17 Author: Campbell Morrison Date: Sun Aug 16 08:24:10 2020 +0100 @@ -18530,7 +20931,7 @@ Date: Sun Aug 16 08:24:10 2020 +0100 web/reset_password.php | 55 ++++++++++++++++++++++++++++++++-- 3 files changed, 90 insertions(+), 2 deletions(-) -commit 3c7cfafc +commit 3c7cfafce Author: Campbell Morrison Date: Sun Aug 16 07:25:45 2020 +0100 @@ -18539,7 +20940,7 @@ Date: Sun Aug 16 07:25:45 2020 +0100 web/lib/MRBS/Auth/AuthDb.php | 45 +++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 14 deletions(-) -commit db91599e +commit db91599ee Author: Campbell Morrison Date: Sat Aug 15 18:30:24 2020 +0100 @@ -18550,7 +20951,7 @@ Date: Sat Aug 15 18:30:24 2020 +0100 web/reset_password_handler.php (new) | 25 +++++++++++++ 3 files changed, 78 insertions(+), 3 deletions(-) -commit d7639b8d +commit d7639b8d8 Author: Campbell Morrison Date: Sat Aug 15 17:07:56 2020 +0100 @@ -18559,7 +20960,7 @@ Date: Sat Aug 15 17:07:56 2020 +0100 tables.my.sql | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) -commit d862035b +commit d862035bf Author: Campbell Morrison Date: Sat Aug 15 17:06:15 2020 +0100 @@ -18574,7 +20975,7 @@ Date: Sat Aug 15 17:06:15 2020 +0100 web/upgrade/69/mysql.sql (new) | 5 ++ 7 files changed, 145 insertions(+), 36 deletions(-) -commit aacc68a7 +commit aacc68a77 Author: Campbell Morrison Date: Sat Aug 15 12:58:31 2020 +0100 @@ -18585,7 +20986,7 @@ Date: Sat Aug 15 12:58:31 2020 +0100 web/lib/MRBS/DB.php | 12 ++++++++++++ 2 files changed, 29 insertions(+), 15 deletions(-) -commit f2c5b287 +commit f2c5b2879 Author: Campbell Morrison Date: Sat Aug 15 12:19:14 2020 +0100 @@ -18596,7 +20997,7 @@ Date: Sat Aug 15 12:19:14 2020 +0100 web/reset_password.php | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) -commit cd044984 +commit cd044984e Author: Campbell Morrison Date: Sat Aug 15 12:14:05 2020 +0100 @@ -18607,7 +21008,7 @@ Date: Sat Aug 15 12:14:05 2020 +0100 web/reset_password.php (new) | 90 ++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 14 deletions(-) -commit 8ea0f8b9 +commit 8ea0f8b9f Author: Campbell Morrison Date: Sat Aug 15 11:21:25 2020 +0100 @@ -18621,28 +21022,28 @@ Date: Sat Aug 15 11:21:25 2020 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 19 +++++++++++++++++++ 6 files changed, 50 insertions(+) -commit 8b64d274 +commit 8b64d2746 Author: Campbell Morrison Date: Sat Aug 15 09:56:32 2020 +0100 Operned a new branch for the development of a password reset feature for the 'db' auth scheme. -commit 3cae5fa0 -Merge: 6a6d061d b16d0877 +commit 3cae5fa06 +Merge: 6a6d061db b16d08771 Author: Campbell Morrison Date: Sat Aug 15 09:54:11 2020 +0100 Merge with password_reset -commit b16d0877 +commit b16d08771 Author: Campbell Morrison Date: Sat Aug 15 09:48:32 2020 +0100 Opened a new branch for the development of a pasword reset feature for the 'db' auth scheme. -commit 0441488c +commit 0441488ce Author: Campbell Morrison Date: Fri Aug 14 17:05:12 2020 +0100 @@ -18660,7 +21061,7 @@ Date: Fri Aug 14 17:05:12 2020 +0100 web/mrbs_auth.inc | 2 +- 10 files changed, 30 insertions(+), 30 deletions(-) -commit b668a9f3 +commit b668a9f30 Author: Campbell Morrison Date: Fri Aug 14 16:53:43 2020 +0100 @@ -18669,7 +21070,7 @@ Date: Fri Aug 14 16:53:43 2020 +0100 web/approve_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b82b28e3 +commit b82b28e30 Author: Campbell Morrison Date: Fri Aug 14 16:06:11 2020 +0100 @@ -18679,7 +21080,7 @@ Date: Fri Aug 14 16:06:11 2020 +0100 web/upgrade/68/pgsql.sql (new) | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) -commit f3928992 +commit f39289925 Author: Campbell Morrison Date: Fri Aug 14 15:23:22 2020 +0100 @@ -18688,7 +21089,7 @@ Date: Fri Aug 14 15:23:22 2020 +0100 web/js/general.js.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) -commit 007c05c4 +commit 007c05c4b Author: Campbell Morrison Date: Fri Aug 14 12:32:30 2020 +0100 @@ -18698,7 +21099,7 @@ Date: Fri Aug 14 12:32:30 2020 +0100 web/view_entry.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -commit 71c84d03 +commit 71c84d03e Author: Campbell Morrison Date: Fri Aug 14 12:12:51 2020 +0100 @@ -18707,7 +21108,7 @@ Date: Fri Aug 14 12:12:51 2020 +0100 web/css/mrbs.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 6d43f4e4 +commit 6d43f4e4c Author: Campbell Morrison Date: Fri Aug 14 11:47:37 2020 +0100 @@ -18716,7 +21117,7 @@ Date: Fri Aug 14 11:47:37 2020 +0100 web/view_entry.php | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) -commit e6edfbd7 +commit e6edfbd7a Author: Campbell Morrison Date: Fri Aug 14 11:38:29 2020 +0100 @@ -18726,7 +21127,7 @@ Date: Fri Aug 14 11:38:29 2020 +0100 web/view_entry.php | 110 +++++++++++++++++++---------------------- 2 files changed, 54 insertions(+), 60 deletions(-) -commit 441daeb4 +commit 441daeb40 Author: Campbell Morrison Date: Fri Aug 14 11:00:00 2020 +0100 @@ -18735,7 +21136,7 @@ Date: Fri Aug 14 11:00:00 2020 +0100 web/view_entry.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 4997ba57 +commit 4997ba577 Author: Campbell Morrison Date: Fri Aug 14 10:52:19 2020 +0100 @@ -18744,7 +21145,7 @@ Date: Fri Aug 14 10:52:19 2020 +0100 web/css/mrbs.css.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 4b767c99 +commit 4b767c99f Author: Campbell Morrison Date: Fri Aug 14 10:46:21 2020 +0100 @@ -18753,7 +21154,7 @@ Date: Fri Aug 14 10:46:21 2020 +0100 web/view_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 6942bea6 +commit 6942bea6a Author: Campbell Morrison Date: Fri Aug 14 10:33:45 2020 +0100 @@ -18762,14 +21163,14 @@ Date: Fri Aug 14 10:33:45 2020 +0100 web/css/mrbs.css.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 0a0b160e -Merge: 472e9e0c 6a6d061d +commit 0a0b160ec +Merge: 472e9e0cd 6a6d061db Author: Campbell Morrison Date: Fri Aug 14 09:18:09 2020 +0100 Merge with default -commit 6a6d061d +commit 6a6d061db Author: Campbell Morrison Date: Fri Aug 14 09:17:40 2020 +0100 @@ -18778,14 +21179,14 @@ Date: Fri Aug 14 09:17:40 2020 +0100 INSTALL | 3 +++ 1 file changed, 3 insertions(+) -commit 472e9e0c -Merge: 7043b054 6ba85122 +commit 472e9e0cd +Merge: 7043b0542 6ba85122d Author: Campbell Morrison Date: Thu Aug 13 17:55:39 2020 +0100 Merge with default -commit 6ba85122 +commit 6ba85122d Author: Campbell Morrison Date: Thu Aug 13 17:55:04 2020 +0100 @@ -18794,7 +21195,7 @@ Date: Thu Aug 13 17:55:04 2020 +0100 web/lib/MRBS/Auth/AuthDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 54e76762 +commit 54e76762c Author: Campbell Morrison Date: Thu Aug 13 17:54:20 2020 +0100 @@ -18805,7 +21206,7 @@ Date: Thu Aug 13 17:54:20 2020 +0100 web/lib/MRBS/Auth/AuthDb.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7043b054 +commit 7043b0542 Author: Campbell Morrison Date: Thu Aug 13 17:03:27 2020 +0100 @@ -18814,7 +21215,7 @@ Date: Thu Aug 13 17:03:27 2020 +0100 web/js/functions.js.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 2c0f945d +commit 2c0f945d9 Author: Campbell Morrison Date: Thu Aug 13 16:13:08 2020 +0100 @@ -18823,7 +21224,7 @@ Date: Thu Aug 13 16:13:08 2020 +0100 web/view_entry.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 4a88c41c +commit 4a88c41cd Author: Campbell Morrison Date: Thu Aug 13 15:49:04 2020 +0100 @@ -18832,7 +21233,7 @@ Date: Thu Aug 13 15:49:04 2020 +0100 web/registration_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 039ef37c +commit 039ef37c4 Author: Campbell Morrison Date: Thu Aug 13 15:36:00 2020 +0100 @@ -18843,7 +21244,7 @@ Date: Thu Aug 13 15:36:00 2020 +0100 web/view_entry.php | 13 +++++++++---- 3 files changed, 45 insertions(+), 40 deletions(-) -commit 1015b480 +commit 1015b4800 Author: Campbell Morrison Date: Wed Aug 12 18:44:44 2020 +0100 @@ -18852,7 +21253,7 @@ Date: Wed Aug 12 18:44:44 2020 +0100 tables.my.sql | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit 055f4bdd +commit 055f4bdd4 Author: Campbell Morrison Date: Wed Aug 12 18:12:45 2020 +0100 @@ -18861,7 +21262,7 @@ Date: Wed Aug 12 18:12:45 2020 +0100 web/css/mrbs.css.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit e9ac7a40 +commit e9ac7a402 Author: Campbell Morrison Date: Wed Aug 12 17:50:55 2020 +0100 @@ -18872,7 +21273,7 @@ Date: Wed Aug 12 17:50:55 2020 +0100 web/view_entry.php | 8 ++++---- 3 files changed, 6 insertions(+), 8 deletions(-) -commit 3157709b +commit 3157709bd Author: Campbell Morrison Date: Wed Aug 12 17:20:38 2020 +0100 @@ -18884,7 +21285,7 @@ Date: Wed Aug 12 17:20:38 2020 +0100 web/view_entry.php | 4 +++- 4 files changed, 25 insertions(+), 6 deletions(-) -commit c6d7bc0c +commit c6d7bc0ce Author: Campbell Morrison Date: Wed Aug 12 16:23:51 2020 +0100 @@ -18894,7 +21295,7 @@ Date: Wed Aug 12 16:23:51 2020 +0100 web/view_entry.php | 19 ++++++--- 2 files changed, 59 insertions(+), 51 deletions(-) -commit 9207bb43 +commit 9207bb431 Author: Campbell Morrison Date: Wed Aug 12 15:45:22 2020 +0100 @@ -18903,7 +21304,7 @@ Date: Wed Aug 12 15:45:22 2020 +0100 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit 6eb21cd7 +commit 6eb21cd75 Author: Campbell Morrison Date: Wed Aug 12 15:41:08 2020 +0100 @@ -18912,7 +21313,7 @@ Date: Wed Aug 12 15:41:08 2020 +0100 web/view_entry.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) -commit 34078eef +commit 34078eef2 Author: Campbell Morrison Date: Wed Aug 12 15:37:15 2020 +0100 @@ -18924,7 +21325,7 @@ Date: Wed Aug 12 15:37:15 2020 +0100 web/view_entry.php | 87 ++++++++++++++++++++++++++++++++-- 4 files changed, 146 insertions(+), 22 deletions(-) -commit b64ca3a4 +commit b64ca3a44 Author: Campbell Morrison Date: Tue Aug 11 17:31:10 2020 +0100 @@ -18935,7 +21336,7 @@ Date: Tue Aug 11 17:31:10 2020 +0100 web/view_entry.php | 11 +++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) -commit 9ed401c0 +commit 9ed401c04 Author: Campbell Morrison Date: Tue Aug 11 16:49:11 2020 +0100 @@ -18944,7 +21345,7 @@ Date: Tue Aug 11 16:49:11 2020 +0100 web/view_entry.php | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) -commit 16dc6ad0 +commit 16dc6ad04 Author: Campbell Morrison Date: Tue Aug 11 16:45:14 2020 +0100 @@ -18954,7 +21355,7 @@ Date: Tue Aug 11 16:45:14 2020 +0100 web/view_entry.php | 5 ++++- 2 files changed, 11 insertions(+), 5 deletions(-) -commit 5c71ecc5 +commit 5c71ecc5f Author: Campbell Morrison Date: Tue Aug 11 16:16:09 2020 +0100 @@ -18965,7 +21366,7 @@ Date: Tue Aug 11 16:16:09 2020 +0100 web/view_entry.php | 7 ++++--- 3 files changed, 10 insertions(+), 7 deletions(-) -commit 483b89b7 +commit 483b89b7d Author: Campbell Morrison Date: Tue Aug 11 15:54:02 2020 +0100 @@ -18974,7 +21375,7 @@ Date: Tue Aug 11 15:54:02 2020 +0100 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c3a5b737 +commit c3a5b7373 Author: Campbell Morrison Date: Tue Aug 11 15:49:49 2020 +0100 @@ -18984,7 +21385,7 @@ Date: Tue Aug 11 15:49:49 2020 +0100 web/registration_handler.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) -commit c490d504 +commit c490d5049 Author: Campbell Morrison Date: Tue Aug 11 15:38:59 2020 +0100 @@ -18993,7 +21394,7 @@ Date: Tue Aug 11 15:38:59 2020 +0100 web/registration_handler.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) -commit 348d4213 +commit 348d4213a Author: Campbell Morrison Date: Tue Aug 11 15:28:52 2020 +0100 @@ -19002,14 +21403,14 @@ Date: Tue Aug 11 15:28:52 2020 +0100 web/view_entry.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit afd249a6 -Merge: 51a43084 748b2725 +commit afd249a60 +Merge: 51a430843 748b2725b Author: Campbell Morrison Date: Tue Aug 11 15:02:19 2020 +0100 Merge with default -commit 748b2725 +commit 748b2725b Author: Campbell Morrison Date: Tue Aug 11 15:01:57 2020 +0100 @@ -19018,14 +21419,14 @@ Date: Tue Aug 11 15:01:57 2020 +0100 web/mrbs_auth.inc | 3 +++ 1 file changed, 3 insertions(+) -commit 51a43084 -Merge: d2f7f80a 09f83b6e +commit 51a430843 +Merge: d2f7f80a3 09f83b6e4 Author: Campbell Morrison Date: Tue Aug 11 14:38:21 2020 +0100 Merge with default -commit 09f83b6e +commit 09f83b6e4 Author: Campbell Morrison Date: Tue Aug 11 14:37:47 2020 +0100 @@ -19035,7 +21436,7 @@ Date: Tue Aug 11 14:37:47 2020 +0100 web/Themes/default/header.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit d2f7f80a +commit d2f7f80a3 Author: Campbell Morrison Date: Tue Aug 11 13:44:53 2020 +0100 @@ -19045,7 +21446,7 @@ Date: Tue Aug 11 13:44:53 2020 +0100 web/view_entry.php | 13 ++++++++++--- 2 files changed, 35 insertions(+), 14 deletions(-) -commit 0a345c83 +commit 0a345c832 Author: Campbell Morrison Date: Mon Aug 10 18:36:18 2020 +0100 @@ -19061,14 +21462,14 @@ Date: Mon Aug 10 18:36:18 2020 +0100 web/view_entry.php | 19 +++- 8 files changed, 283 insertions(+), 218 deletions(-) -commit 5b2581af -Merge: a1d13ef3 7660079b +commit 5b2581af1 +Merge: a1d13ef36 7660079b8 Author: Campbell Morrison Date: Fri Aug 7 15:33:29 2020 +0100 Merge with default -commit 7660079b +commit 7660079b8 Author: Campbell Morrison Date: Fri Aug 7 15:32:57 2020 +0100 @@ -19077,14 +21478,14 @@ Date: Fri Aug 7 15:32:57 2020 +0100 INSTALL | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit a1d13ef3 -Merge: 875a2552 0027075a +commit a1d13ef36 +Merge: 875a25528 0027075a8 Author: Campbell Morrison Date: Fri Aug 7 15:11:40 2020 +0100 Merge with default -commit 0027075a +commit 0027075a8 Author: Campbell Morrison Date: Fri Aug 7 15:10:53 2020 +0100 @@ -19093,7 +21494,7 @@ Date: Fri Aug 7 15:10:53 2020 +0100 web/js/edit_entry.js.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 875a2552 +commit 875a25528 Author: Campbell Morrison Date: Thu Aug 6 18:09:56 2020 +0100 @@ -19103,14 +21504,14 @@ Date: Thu Aug 6 18:09:56 2020 +0100 web/view_entry.php | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) -commit 9c1d5198 -Merge: d2c55b91 ce687cc7 +commit 9c1d51982 +Merge: d2c55b918 ce687cc73 Author: Campbell Morrison Date: Thu Aug 6 17:49:35 2020 +0100 Merge with default -commit ce687cc7 +commit ce687cc73 Author: Campbell Morrison Date: Thu Aug 6 17:48:42 2020 +0100 @@ -19120,14 +21521,14 @@ Date: Thu Aug 6 17:48:42 2020 +0100 web/css/mrbs.css.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit d2c55b91 -Merge: 56d12b18 cd3e0bd4 +commit d2c55b918 +Merge: 56d12b182 cd3e0bd49 Author: Campbell Morrison Date: Tue Aug 4 17:27:13 2020 +0100 Merge with default -commit cd3e0bd4 +commit cd3e0bd49 Author: Campbell Morrison Date: Tue Aug 4 17:26:45 2020 +0100 @@ -19140,7 +21541,7 @@ Date: Tue Aug 4 17:26:45 2020 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 7 ++++--- 3 files changed, 13 insertions(+), 9 deletions(-) -commit 71259ebd +commit 71259ebd3 Author: Campbell Morrison Date: Tue Aug 4 17:10:24 2020 +0100 @@ -19149,7 +21550,7 @@ Date: Tue Aug 4 17:10:24 2020 +0100 web/Themes/default/header.inc | 50 ++++++++++++--------------------- 1 file changed, 18 insertions(+), 32 deletions(-) -commit f81a59e7 +commit f81a59e7b Author: Campbell Morrison Date: Tue Aug 4 16:59:08 2020 +0100 @@ -19158,7 +21559,7 @@ Date: Tue Aug 4 16:59:08 2020 +0100 web/Themes/default/header.inc | 55 ++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 25 deletions(-) -commit fcfe5c19 +commit fcfe5c198 Author: Campbell Morrison Date: Tue Aug 4 16:38:47 2020 +0100 @@ -19168,7 +21569,7 @@ Date: Tue Aug 4 16:38:47 2020 +0100 web/functions.inc | 54 +---------------------------- 2 files changed, 56 insertions(+), 58 deletions(-) -commit d20b5e13 +commit d20b5e13f Author: Campbell Morrison Date: Tue Aug 4 16:33:43 2020 +0100 @@ -19178,7 +21579,7 @@ Date: Tue Aug 4 16:33:43 2020 +0100 web/functions.inc | 11 +---------- 2 files changed, 18 insertions(+), 17 deletions(-) -commit 1e8e375a +commit 1e8e375a4 Author: Campbell Morrison Date: Tue Aug 4 16:19:49 2020 +0100 @@ -19202,14 +21603,14 @@ Date: Tue Aug 4 16:19:49 2020 +0100 web/view_entry.php | 14 ++++++- 16 files changed, 259 insertions(+), 69 deletions(-) -commit 56d12b18 -Merge: 0c0fdc72 fd5d0aa1 +commit 56d12b182 +Merge: 0c0fdc723 fd5d0aa1b Author: Campbell Morrison Date: Sun Aug 2 18:35:27 2020 +0100 Merge with default -commit fd5d0aa1 +commit fd5d0aa1b Author: Campbell Morrison Date: Sun Aug 2 18:35:06 2020 +0100 @@ -19218,7 +21619,7 @@ Date: Sun Aug 2 18:35:06 2020 +0100 web/functions_ical.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit c322e768 +commit c322e7689 Author: Campbell Morrison Date: Sun Aug 2 18:32:37 2020 +0100 @@ -19227,7 +21628,7 @@ Date: Sun Aug 2 18:32:37 2020 +0100 web/functions_table.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 2076adc2 +commit 2076adc27 Author: Campbell Morrison Date: Sun Aug 2 18:31:11 2020 +0100 @@ -19236,14 +21637,14 @@ Date: Sun Aug 2 18:31:11 2020 +0100 web/mrbs_sql.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 0c0fdc72 -Merge: f55f2082 63f5e220 +commit 0c0fdc723 +Merge: f55f2082e 63f5e220f Author: Campbell Morrison Date: Fri Jul 31 12:49:07 2020 +0100 Merge with default -commit 63f5e220 +commit 63f5e220f Author: Campbell Morrison Date: Fri Jul 31 12:48:13 2020 +0100 @@ -19256,14 +21657,14 @@ Date: Fri Jul 31 12:48:13 2020 +0100 web/lang/lang.en | 49 +++++++++++++++++++------------------- 4 files changed, 67 insertions(+), 31 deletions(-) -commit f55f2082 -Merge: c4e08e88 898ebac9 +commit f55f2082e +Merge: c4e08e880 898ebac9a Author: Campbell Morrison Date: Thu Jul 30 14:36:01 2020 +0100 Merge with default -commit 898ebac9 +commit 898ebac9a Author: Campbell Morrison Date: Thu Jul 30 14:35:30 2020 +0100 @@ -19272,14 +21673,14 @@ Date: Thu Jul 30 14:35:30 2020 +0100 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c4e08e88 -Merge: 45a179bc 90b5b0b6 +commit c4e08e880 +Merge: 45a179bc6 90b5b0b63 Author: Campbell Morrison Date: Thu Jul 30 14:31:49 2020 +0100 Merge with default -commit 90b5b0b6 +commit 90b5b0b63 Author: Campbell Morrison Date: Thu Jul 30 14:30:58 2020 +0100 @@ -19288,7 +21689,7 @@ Date: Thu Jul 30 14:30:58 2020 +0100 web/report.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 45a179bc +commit 45a179bc6 Author: Campbell Morrison Date: Mon Jul 27 18:30:24 2020 +0100 @@ -19298,7 +21699,7 @@ Date: Mon Jul 27 18:30:24 2020 +0100 web/upgrade/67/pgsql.sql (new) | 19 +++++ 2 files changed, 91 insertions(+), 57 deletions(-) -commit 6afa64c4 +commit 6afa64c48 Author: Campbell Morrison Date: Mon Jul 27 16:37:44 2020 +0100 @@ -19307,7 +21708,7 @@ Date: Mon Jul 27 16:37:44 2020 +0100 tables.my.sql | 74 ++++++++++++++++++++++++++++++------------------- 1 file changed, 45 insertions(+), 29 deletions(-) -commit e256b5e8 +commit e256b5e8c Author: Campbell Morrison Date: Sat Jul 25 18:51:09 2020 +0100 @@ -19316,7 +21717,7 @@ Date: Sat Jul 25 18:51:09 2020 +0100 web/registration_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8741239a +commit 8741239ab Author: Campbell Morrison Date: Sat Jul 25 16:24:39 2020 +0100 @@ -19326,7 +21727,7 @@ Date: Sat Jul 25 16:24:39 2020 +0100 web/mrbs_sql.inc | 22 +++++++++++++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) -commit 791ab0c2 +commit 791ab0c22 Author: Campbell Morrison Date: Sat Jul 25 15:40:18 2020 +0100 @@ -19337,7 +21738,7 @@ Date: Sat Jul 25 15:40:18 2020 +0100 web/view_entry.php | 16 +++++++++++++--- 3 files changed, 31 insertions(+), 3 deletions(-) -commit 026fe2b1 +commit 026fe2b15 Author: Campbell Morrison Date: Sat Jul 25 14:31:18 2020 +0100 @@ -19346,7 +21747,7 @@ Date: Sat Jul 25 14:31:18 2020 +0100 web/mrbs_sql.inc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) -commit efdc3a05 +commit efdc3a05b Author: Campbell Morrison Date: Sat Jul 25 10:12:50 2020 +0100 @@ -19355,7 +21756,7 @@ Date: Sat Jul 25 10:12:50 2020 +0100 web/css/mrbs.css.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit 6803e3f0 +commit 6803e3f00 Author: Campbell Morrison Date: Sat Jul 25 10:01:20 2020 +0100 @@ -19364,7 +21765,7 @@ Date: Sat Jul 25 10:01:20 2020 +0100 web/view_entry.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit c82a7e77 +commit c82a7e775 Author: Campbell Morrison Date: Sat Jul 25 07:40:35 2020 +0100 @@ -19373,7 +21774,7 @@ Date: Sat Jul 25 07:40:35 2020 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c2f1a698 +commit c2f1a6988 Author: Campbell Morrison Date: Sat Jul 25 07:36:42 2020 +0100 @@ -19382,7 +21783,7 @@ Date: Sat Jul 25 07:36:42 2020 +0100 web/view_entry.php | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) -commit 374e400c +commit 374e400c3 Author: Campbell Morrison Date: Fri Jul 24 14:21:41 2020 +0100 @@ -19391,7 +21792,7 @@ Date: Fri Jul 24 14:21:41 2020 +0100 web/css/mrbs.css.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 4a87084f +commit 4a87084f8 Author: Campbell Morrison Date: Fri Jul 24 13:35:10 2020 +0100 @@ -19400,7 +21801,7 @@ Date: Fri Jul 24 13:35:10 2020 +0100 web/css/mrbs.css.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit d67fda0e +commit d67fda0ee Author: Campbell Morrison Date: Fri Jul 24 09:49:53 2020 +0100 @@ -19409,7 +21810,7 @@ Date: Fri Jul 24 09:49:53 2020 +0100 web/functions_table.inc | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) -commit 42b0efa9 +commit 42b0efa94 Author: Campbell Morrison Date: Fri Jul 24 09:23:55 2020 +0100 @@ -19418,7 +21819,7 @@ Date: Fri Jul 24 09:23:55 2020 +0100 web/mrbs_sql.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 8a554de0 +commit 8a554de08 Author: Campbell Morrison Date: Fri Jul 24 08:54:03 2020 +0100 @@ -19427,7 +21828,7 @@ Date: Fri Jul 24 08:54:03 2020 +0100 web/css/mrbs.css.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit b1d652bd +commit b1d652bd0 Author: Campbell Morrison Date: Thu Jul 23 17:20:47 2020 +0100 @@ -19438,7 +21839,7 @@ Date: Thu Jul 23 17:20:47 2020 +0100 web/mrbs_sql.inc | 11 +++++++---- 3 files changed, 24 insertions(+), 7 deletions(-) -commit 186d6455 +commit 186d64551 Author: Campbell Morrison Date: Thu Jul 23 14:16:39 2020 +0100 @@ -19447,7 +21848,7 @@ Date: Thu Jul 23 14:16:39 2020 +0100 web/css/mrbs.css.php | 5 +++++ 1 file changed, 5 insertions(+) -commit ebf376c5 +commit ebf376c55 Author: Campbell Morrison Date: Thu Jul 23 14:10:26 2020 +0100 @@ -19457,7 +21858,7 @@ Date: Thu Jul 23 14:10:26 2020 +0100 web/view_entry.php | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) -commit 5ec2d6b9 +commit 5ec2d6b9e Author: Campbell Morrison Date: Thu Jul 23 13:55:37 2020 +0100 @@ -19466,14 +21867,14 @@ Date: Thu Jul 23 13:55:37 2020 +0100 web/css/mrbs.css.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit 7f2adc16 -Merge: 78d72cc7 5bc06297 +commit 7f2adc167 +Merge: 78d72cc7c 5bc062971 Author: Campbell Morrison Date: Thu Jul 23 12:22:26 2020 +0100 Merge with default -commit 5bc06297 +commit 5bc062971 Author: Campbell Morrison Date: Thu Jul 23 12:21:33 2020 +0100 @@ -19482,14 +21883,14 @@ Date: Thu Jul 23 12:21:33 2020 +0100 web/lib/MRBS/Form/Field.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 78d72cc7 -Merge: 435758fe 9bf288b4 +commit 78d72cc7c +Merge: 435758fe6 9bf288b41 Author: Campbell Morrison Date: Thu Jul 23 12:17:44 2020 +0100 Merge with default -commit 9bf288b4 +commit 9bf288b41 Author: Campbell Morrison Date: Thu Jul 23 12:17:18 2020 +0100 @@ -19499,7 +21900,7 @@ Date: Thu Jul 23 12:17:18 2020 +0100 web/lib/MRBS/Form/Field.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 435758fe +commit 435758fe6 Author: Campbell Morrison Date: Thu Jul 23 12:09:10 2020 +0100 @@ -19510,7 +21911,7 @@ Date: Thu Jul 23 12:09:10 2020 +0100 web/view_entry.php | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) -commit 173869d6 +commit 173869d67 Author: Campbell Morrison Date: Wed Jul 22 16:13:22 2020 +0100 @@ -19519,7 +21920,7 @@ Date: Wed Jul 22 16:13:22 2020 +0100 web/view_entry.php | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) -commit e93154b1 +commit e93154b14 Author: Campbell Morrison Date: Wed Jul 22 14:35:19 2020 +0100 @@ -19528,7 +21929,7 @@ Date: Wed Jul 22 14:35:19 2020 +0100 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e6d9fa93 +commit e6d9fa938 Author: Campbell Morrison Date: Wed Jul 22 14:24:38 2020 +0100 @@ -19537,7 +21938,7 @@ Date: Wed Jul 22 14:24:38 2020 +0100 web/registration_handler.php | 35 +++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) -commit cafbc49b +commit cafbc49bc Author: Campbell Morrison Date: Wed Jul 22 14:10:26 2020 +0100 @@ -19546,7 +21947,7 @@ Date: Wed Jul 22 14:10:26 2020 +0100 web/registration_handler.php | 50 ++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 9 deletions(-) -commit 7720a5e9 +commit 7720a5e95 Author: Campbell Morrison Date: Wed Jul 22 13:52:48 2020 +0100 @@ -19557,7 +21958,7 @@ Date: Wed Jul 22 13:52:48 2020 +0100 web/upgrade/67/mysql.sql | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) -commit b9f45a5c +commit b9f45a5c6 Author: Campbell Morrison Date: Wed Jul 22 12:36:47 2020 +0100 @@ -19571,7 +21972,7 @@ Date: Wed Jul 22 12:36:47 2020 +0100 web/view_entry.php | 76 +++++++++++++++++++++++++++- 6 files changed, 124 insertions(+), 24 deletions(-) -commit 6966202a +commit 6966202a6 Author: Campbell Morrison Date: Tue Jul 21 15:46:31 2020 +0100 @@ -19580,7 +21981,7 @@ Date: Tue Jul 21 15:46:31 2020 +0100 web/view_entry.php | 255 +++++++++++++++++++++---------------------- 1 file changed, 127 insertions(+), 128 deletions(-) -commit 2830cf17 +commit 2830cf17e Author: Campbell Morrison Date: Tue Jul 21 15:31:55 2020 +0100 @@ -19592,7 +21993,7 @@ Date: Tue Jul 21 15:31:55 2020 +0100 web/upgrade/67/mysql.sql (new) | 19 +++++++++++++++++++ 4 files changed, 46 insertions(+), 3 deletions(-) -commit 0a0e24e1 +commit 0a0e24e12 Author: Campbell Morrison Date: Tue Jul 21 14:56:16 2020 +0100 @@ -19601,7 +22002,7 @@ Date: Tue Jul 21 14:56:16 2020 +0100 web/functions_view.inc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -commit 28c5c45a +commit 28c5c45a0 Author: Campbell Morrison Date: Tue Jul 21 14:37:15 2020 +0100 @@ -19616,13 +22017,13 @@ Date: Tue Jul 21 14:37:15 2020 +0100 web/mrbs_sql.inc | 14 ++++++- 7 files changed, 109 insertions(+), 37 deletions(-) -commit 9da1ed7c +commit 9da1ed7cb Author: Campbell Morrison Date: Tue Jul 21 09:21:32 2020 +0100 Opened a new branch to allow users to sign up to a booking -commit cfb57215 +commit cfb57215c Author: Campbell Morrison Date: Mon Jul 20 08:54:36 2020 +0100 @@ -19634,7 +22035,7 @@ Date: Mon Jul 20 08:54:36 2020 +0100 web/systemdefaults.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit d7b3f592 +commit d7b3f592f Author: Campbell Morrison Date: Sun Jul 19 16:08:26 2020 +0100 @@ -19645,7 +22046,7 @@ Date: Sun Jul 19 16:08:26 2020 +0100 web/js/functions.js.php | 11 ++++++++++- 2 files changed, 31 insertions(+), 2 deletions(-) -commit d9486d2e +commit d9486d2e2 Author: Campbell Morrison Date: Sun Jul 19 15:43:21 2020 +0100 @@ -19655,7 +22056,7 @@ Date: Sun Jul 19 15:43:21 2020 +0100 web/css/mrbs.css.php | 4 ---- 1 file changed, 4 deletions(-) -commit 6482e3ba +commit 6482e3ba5 Author: Campbell Morrison Date: Fri Jul 17 16:07:58 2020 +0100 @@ -19665,7 +22066,7 @@ Date: Fri Jul 17 16:07:58 2020 +0100 web/js/index.js.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit 7dc65011 +commit 7dc65011c Author: Campbell Morrison Date: Fri Jul 17 15:43:52 2020 +0100 @@ -19676,7 +22077,7 @@ Date: Fri Jul 17 15:43:52 2020 +0100 web/js/refresh.js.php | 60 ++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 24 deletions(-) -commit 96d22f84 +commit 96d22f846 Author: Campbell Morrison Date: Fri Jul 17 12:42:43 2020 +0100 @@ -19685,7 +22086,7 @@ Date: Fri Jul 17 12:42:43 2020 +0100 web/js/index.js.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit d9612515 +commit d96125159 Author: Campbell Morrison Date: Thu Jul 16 19:32:31 2020 +0100 @@ -19694,7 +22095,7 @@ Date: Thu Jul 16 19:32:31 2020 +0100 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 41164efe +commit 41164efe1 Author: Campbell Morrison Date: Thu Jul 16 17:44:55 2020 +0100 @@ -19703,7 +22104,7 @@ Date: Thu Jul 16 17:44:55 2020 +0100 web/edit_users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 4de877c5 +commit 4de877c55 Author: Campbell Morrison Date: Thu Jul 16 16:17:46 2020 +0100 @@ -19713,7 +22114,7 @@ Date: Thu Jul 16 16:17:46 2020 +0100 web/lib/MRBS/Session/SessionHttp.php | 38 ++++++++++++++++---------- 1 file changed, 23 insertions(+), 15 deletions(-) -commit ee76ae1a +commit ee76ae1aa Author: Campbell Morrison Date: Mon Jul 13 08:55:59 2020 +0100 @@ -19723,7 +22124,7 @@ Date: Mon Jul 13 08:55:59 2020 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit 9bb9f3e5 +commit 9bb9f3e53 Author: Campbell Morrison Date: Sun Jul 12 18:27:18 2020 +0100 @@ -19735,7 +22136,7 @@ Date: Sun Jul 12 18:27:18 2020 +0100 web/systemdefaults.inc.php | 4 +++ 3 files changed, 59 insertions(+), 2 deletions(-) -commit 3d1021bb +commit 3d1021bb5 Author: Campbell Morrison Date: Sat Jul 11 18:31:08 2020 +0100 @@ -19744,7 +22145,7 @@ Date: Sat Jul 11 18:31:08 2020 +0100 web/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 01c4b51a +commit 01c4b51a9 Author: Campbell Morrison Date: Sat Jul 11 17:38:26 2020 +0100 @@ -19753,7 +22154,7 @@ Date: Sat Jul 11 17:38:26 2020 +0100 web/Mail.php (gone) | 270 ------------------------------------------ 1 file changed, 270 deletions(-) -commit edb87c5d +commit edb87c5db Author: Campbell Morrison Date: Sat Jul 11 17:31:02 2020 +0100 @@ -19768,7 +22169,7 @@ Date: Sat Jul 11 17:31:02 2020 +0100 web/lib/MRBS/Session/SessionWordpress.php | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) -commit 0febf8db +commit 0febf8db4 Author: Campbell Morrison Date: Sat Jul 11 16:19:42 2020 +0100 @@ -19777,7 +22178,7 @@ Date: Sat Jul 11 16:19:42 2020 +0100 web/functions_mail.inc | 1 - 1 file changed, 1 deletion(-) -commit 386b472b +commit 386b472ba Author: Campbell Morrison Date: Sat Jul 11 02:07:10 2020 +0100 @@ -19787,21 +22188,21 @@ Date: Sat Jul 11 02:07:10 2020 +0100 web/mrbs_sql.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit d56eb793 -Merge: 47bd269a 4deb1cbb +commit d56eb7933 +Merge: 47bd269aa 4deb1cbb0 Author: Campbell Morrison Date: Fri Jul 10 15:09:23 2020 +0100 Merge with session_and_auth_classes -commit 4deb1cbb -Merge: 407eeff6 47bd269a +commit 4deb1cbb0 +Merge: 407eeff69 47bd269aa Author: Campbell Morrison Date: Fri Jul 10 14:54:47 2020 +0100 Merge with default -commit 47bd269a +commit 47bd269aa Author: Campbell Morrison Date: Fri Jul 10 14:54:26 2020 +0100 @@ -19811,7 +22212,7 @@ Date: Fri Jul 10 14:54:26 2020 +0100 web/js/refresh.js.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) -commit 407eeff6 +commit 407eeff69 Author: Campbell Morrison Date: Thu Jul 9 17:51:40 2020 +0100 @@ -19823,7 +22224,7 @@ Date: Thu Jul 9 17:51:40 2020 +0100 web/systemdefaults.inc.php | 2 +- 4 files changed, 1 insertion(+), 2125 deletions(-) -commit 647412f2 +commit 647412f26 Author: Campbell Morrison Date: Thu Jul 9 17:40:55 2020 +0100 @@ -19834,7 +22235,7 @@ Date: Thu Jul 9 17:40:55 2020 +0100 web/lib/MRBS/Auth/AuthAuthBasic.php (new) | 74 ++++++++++++ 2 files changed, 74 insertions(+), 118 deletions(-) -commit 117a4daa +commit 117a4daac Author: Campbell Morrison Date: Thu Jul 9 17:09:56 2020 +0100 @@ -19845,7 +22246,7 @@ Date: Thu Jul 9 17:09:56 2020 +0100 web/lib/MRBS/Session/SessionSaml.php | 64 ++++++------ 3 files changed, 166 insertions(+), 132 deletions(-) -commit cf5b5ce8 +commit cf5b5ce89 Author: Campbell Morrison Date: Thu Jul 9 15:35:25 2020 +0100 @@ -19856,7 +22257,7 @@ Date: Thu Jul 9 15:35:25 2020 +0100 web/lib/MRBS/Session/SessionCas.php | 32 +++--- 3 files changed, 145 insertions(+), 163 deletions(-) -commit d414d836 +commit d414d8361 Author: Campbell Morrison Date: Thu Jul 9 14:25:53 2020 +0100 @@ -19866,7 +22267,7 @@ Date: Thu Jul 9 14:25:53 2020 +0100 web/lib/MRBS/Auth/AuthCrypt.php (new) | 76 +++++++++++++++ 2 files changed, 76 insertions(+), 121 deletions(-) -commit 81b43f57 +commit 81b43f570 Author: Campbell Morrison Date: Tue Jul 7 16:22:03 2020 +0100 @@ -19875,7 +22276,7 @@ Date: Tue Jul 7 16:22:03 2020 +0100 web/lib/MRBS/Auth/AuthPop3.php | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) -commit 092e146c +commit 092e146cf Author: Campbell Morrison Date: Tue Jul 7 16:16:02 2020 +0100 @@ -19885,7 +22286,7 @@ Date: Tue Jul 7 16:16:02 2020 +0100 web/lib/MRBS/Auth/AuthPop3.php (new) | 162 ++++++++++++++++++++ 2 files changed, 162 insertions(+), 198 deletions(-) -commit 497a0dcb +commit 497a0dcb9 Author: Campbell Morrison Date: Tue Jul 7 15:19:57 2020 +0100 @@ -19897,7 +22298,7 @@ Date: Tue Jul 7 15:19:57 2020 +0100 web/lib/MRBS/Auth/AuthNw.php | 3 +-- 4 files changed, 1 insertion(+), 8 deletions(-) -commit 807ebaf2 +commit 807ebaf28 Author: Campbell Morrison Date: Tue Jul 7 15:15:09 2020 +0100 @@ -19907,7 +22308,7 @@ Date: Tue Jul 7 15:15:09 2020 +0100 web/lib/MRBS/Auth/AuthNw.php (new) | 51 ++++++++++++++++ 2 files changed, 51 insertions(+), 91 deletions(-) -commit 0dfa0b24 +commit 0dfa0b248 Author: Campbell Morrison Date: Tue Jul 7 15:07:09 2020 +0100 @@ -19917,7 +22318,7 @@ Date: Tue Jul 7 15:07:09 2020 +0100 web/lib/MRBS/Auth/AuthImapPhp.php | 70 ++++++++++++++++------------- 2 files changed, 62 insertions(+), 42 deletions(-) -commit ddd0cc20 +commit ddd0cc206 Author: Campbell Morrison Date: Tue Jul 7 14:58:31 2020 +0100 @@ -19927,7 +22328,7 @@ Date: Tue Jul 7 14:58:31 2020 +0100 web/lib/MRBS/Auth/AuthExt.php (new) | 75 +++++++++++++++ 2 files changed, 75 insertions(+), 131 deletions(-) -commit 137bf91f +commit 137bf91f8 Author: Campbell Morrison Date: Tue Jul 7 14:45:07 2020 +0100 @@ -19939,7 +22340,7 @@ Date: Tue Jul 7 14:45:07 2020 +0100 web/systemdefaults.inc.php | 2 +- 3 files changed, 2 insertions(+), 128 deletions(-) -commit cc1d0162 +commit cc1d0162d Author: Campbell Morrison Date: Tue Jul 7 14:30:42 2020 +0100 @@ -19948,7 +22349,7 @@ Date: Tue Jul 7 14:30:42 2020 +0100 web/lib/MRBS/Auth/AuthImap.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit 7181360e +commit 7181360e6 Author: Campbell Morrison Date: Tue Jul 7 14:23:56 2020 +0100 @@ -19958,7 +22359,7 @@ Date: Tue Jul 7 14:23:56 2020 +0100 web/lib/MRBS/Auth/AuthImap.php (new) | 125 ++++++++++++++++++ 2 files changed, 125 insertions(+), 173 deletions(-) -commit 2bff2993 +commit 2bff29938 Author: Campbell Morrison Date: Tue Jul 7 13:55:32 2020 +0100 @@ -19968,14 +22369,14 @@ Date: Tue Jul 7 13:55:32 2020 +0100 web/lib/MRBS/Auth/AuthImapPhp.php (new) | 110 ++++++++++++++++ 2 files changed, 110 insertions(+), 145 deletions(-) -commit d30fafa0 -Merge: 77f939f1 03d3d87c +commit d30fafa05 +Merge: 77f939f1d 03d3d87c1 Author: Campbell Morrison Date: Tue Jul 7 11:58:28 2020 +0100 Merge with default -commit 03d3d87c +commit 03d3d87c1 Author: Campbell Morrison Date: Tue Jul 7 11:22:52 2020 +0100 @@ -19984,14 +22385,14 @@ Date: Tue Jul 7 11:22:52 2020 +0100 web/auth/auth_imap_php.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 77f939f1 -Merge: b6e2c260 f4ac9929 +commit 77f939f1d +Merge: b6e2c2606 f4ac99292 Author: Campbell Morrison Date: Mon Jul 6 18:21:27 2020 +0100 Merge with default -commit f4ac9929 +commit f4ac99292 Author: Campbell Morrison Date: Mon Jul 6 18:20:59 2020 +0100 @@ -20027,7 +22428,7 @@ Date: Mon Jul 6 18:20:59 2020 +0100 web/lang/lang.zh-cn | 12 ++++++------ 28 files changed, 163 insertions(+), 163 deletions(-) -commit 44323946 +commit 44323946c Author: Campbell Morrison Date: Mon Jul 6 17:55:23 2020 +0100 @@ -20037,14 +22438,14 @@ Date: Mon Jul 6 17:55:23 2020 +0100 web/edit_users.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit b6e2c260 -Merge: bcdfd614 c11f96da +commit b6e2c2606 +Merge: bcdfd614d c11f96da5 Author: Campbell Morrison Date: Fri Jul 3 18:32:56 2020 +0100 Merge with default -commit c11f96da +commit c11f96da5 Author: Campbell Morrison Date: Fri Jul 3 18:29:57 2020 +0100 @@ -20053,14 +22454,14 @@ Date: Fri Jul 3 18:29:57 2020 +0100 web/upgrade.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bcdfd614 -Merge: ea472982 3b83d8da +commit bcdfd614d +Merge: ea4729828 3b83d8da2 Author: Campbell Morrison Date: Fri Jul 3 18:08:54 2020 +0100 Merge with default -commit 3b83d8da +commit 3b83d8da2 Author: Campbell Morrison Date: Fri Jul 3 18:08:33 2020 +0100 @@ -20070,14 +22471,14 @@ Date: Fri Jul 3 18:08:33 2020 +0100 web/report.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit ea472982 -Merge: e89c4c64 e6728140 +commit ea4729828 +Merge: e89c4c646 e6728140c Author: Campbell Morrison Date: Fri Jul 3 18:02:07 2020 +0100 Merge with default -commit e6728140 +commit e6728140c Author: Campbell Morrison Date: Fri Jul 3 17:59:25 2020 +0100 @@ -20086,7 +22487,7 @@ Date: Fri Jul 3 17:59:25 2020 +0100 web/report.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 3fd85dd6 +commit 3fd85dd65 Author: Campbell Morrison Date: Fri Jul 3 17:54:18 2020 +0100 @@ -20095,7 +22496,7 @@ Date: Fri Jul 3 17:54:18 2020 +0100 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit b13dc025 +commit b13dc0251 Author: Campbell Morrison Date: Fri Jul 3 17:49:32 2020 +0100 @@ -20104,7 +22505,7 @@ Date: Fri Jul 3 17:49:32 2020 +0100 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e7d6e91a +commit e7d6e91a9 Author: Campbell Morrison Date: Fri Jul 3 17:39:00 2020 +0100 @@ -20113,7 +22514,7 @@ Date: Fri Jul 3 17:39:00 2020 +0100 web/js/edit_entry.js.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 82d316ae +commit 82d316ae3 Author: Campbell Morrison Date: Fri Jul 3 17:35:44 2020 +0100 @@ -20122,7 +22523,7 @@ Date: Fri Jul 3 17:35:44 2020 +0100 web/js/index.js.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit a6e03ae7 +commit a6e03ae70 Author: Campbell Morrison Date: Fri Jul 3 17:23:19 2020 +0100 @@ -20136,14 +22537,14 @@ Date: Fri Jul 3 17:23:19 2020 +0100 web/view_entry.php | 4 +- 6 files changed, 69 insertions(+), 69 deletions(-) -commit e89c4c64 -Merge: 5e09b88b 6ea61cb2 +commit e89c4c646 +Merge: 5e09b88b3 6ea61cb21 Author: Campbell Morrison Date: Fri Jul 3 16:47:04 2020 +0100 Merge with default -commit 6ea61cb2 +commit 6ea61cb21 Author: Campbell Morrison Date: Fri Jul 3 16:46:44 2020 +0100 @@ -20152,14 +22553,14 @@ Date: Fri Jul 3 16:46:44 2020 +0100 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 5e09b88b -Merge: 259b7413 3e4f8fa4 +commit 5e09b88b3 +Merge: 259b74136 3e4f8fa4a Author: Campbell Morrison Date: Fri Jul 3 11:56:59 2020 +0100 Merge with default -commit 3e4f8fa4 +commit 3e4f8fa4a Author: Campbell Morrison Date: Fri Jul 3 11:56:36 2020 +0100 @@ -20173,14 +22574,14 @@ Date: Fri Jul 3 11:56:36 2020 +0100 web/systemdefaults.inc.php | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) -commit 259b7413 -Merge: a21e369a 6d523727 +commit 259b74136 +Merge: a21e369ac 6d5237270 Author: Campbell Morrison Date: Fri Jul 3 10:51:42 2020 +0100 Merge with default -commit 6d523727 +commit 6d5237270 Author: Campbell Morrison Date: Fri Jul 3 10:51:20 2020 +0100 @@ -20190,14 +22591,14 @@ Date: Fri Jul 3 10:51:20 2020 +0100 web/js/edit_entry.js.php | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) -commit a21e369a -Merge: bf89135b 12590f0b +commit a21e369ac +Merge: bf89135b9 12590f0b4 Author: Campbell Morrison Date: Tue Jun 30 21:49:10 2020 +0100 Merge with default -commit 12590f0b +commit 12590f0b4 Author: Campbell Morrison Date: Tue Jun 30 21:47:06 2020 +0100 @@ -20207,14 +22608,14 @@ Date: Tue Jun 30 21:47:06 2020 +0100 web/lib/MRBS/Form/Form.php | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) -commit bf89135b -Merge: 716b1e7d e20af731 +commit bf89135b9 +Merge: 716b1e7d8 e20af7317 Author: Campbell Morrison Date: Tue Jun 30 21:22:41 2020 +0100 Merge with default -commit e20af731 +commit e20af7317 Author: Campbell Morrison Date: Tue Jun 30 21:22:07 2020 +0100 @@ -20223,14 +22624,14 @@ Date: Tue Jun 30 21:22:07 2020 +0100 web/lib/MRBS/DB_pgsql.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 716b1e7d -Merge: 6b6f7241 8b241bcc +commit 716b1e7d8 +Merge: 6b6f72413 8b241bccb Author: Campbell Morrison Date: Tue Jun 30 20:49:37 2020 +0100 Merge with default -commit 8b241bcc +commit 8b241bccb Author: Campbell Morrison Date: Tue Jun 30 20:47:19 2020 +0100 @@ -20240,14 +22641,14 @@ Date: Tue Jun 30 20:47:19 2020 +0100 web/lib/MRBS/MailQueue.php | 11 +++++------ 2 files changed, 6 insertions(+), 8 deletions(-) -commit 6b6f7241 -Merge: c7dc2717 03e89dbf +commit 6b6f72413 +Merge: c7dc2717b 03e89dbf0 Author: Campbell Morrison Date: Tue Jun 30 18:49:04 2020 +0100 Merge with default -commit 03e89dbf +commit 03e89dbf0 Author: Campbell Morrison Date: Tue Jun 30 18:48:37 2020 +0100 @@ -20256,14 +22657,14 @@ Date: Tue Jun 30 18:48:37 2020 +0100 web/mrbs_sql.inc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -commit c7dc2717 -Merge: 07950e95 690c2736 +commit c7dc2717b +Merge: 07950e95c 690c2736d Author: Campbell Morrison Date: Tue Jun 30 18:40:19 2020 +0100 Merge with default -commit 690c2736 +commit 690c2736d Author: Campbell Morrison Date: Tue Jun 30 18:39:32 2020 +0100 @@ -20272,14 +22673,14 @@ Date: Tue Jun 30 18:39:32 2020 +0100 web/mrbs_sql.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 07950e95 -Merge: e766aee9 de1ccda2 +commit 07950e95c +Merge: e766aee94 de1ccda23 Author: Campbell Morrison Date: Tue Jun 30 17:26:44 2020 +0100 Merge with default -commit de1ccda2 +commit de1ccda23 Author: Campbell Morrison Date: Tue Jun 30 17:26:24 2020 +0100 @@ -20289,7 +22690,7 @@ Date: Tue Jun 30 17:26:24 2020 +0100 web/mrbs_sql.inc | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) -commit dfc8f55b +commit dfc8f55b2 Author: Campbell Morrison Date: Tue Jun 30 17:09:58 2020 +0100 @@ -20332,7 +22733,7 @@ Date: Tue Jun 30 17:09:58 2020 +0100 web/mrbs_sql.inc | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) -commit a5170be2 +commit a5170be25 Author: Campbell Morrison Date: Tue Jun 30 16:55:59 2020 +0100 @@ -20341,14 +22742,14 @@ Date: Tue Jun 30 16:55:59 2020 +0100 web/mrbs_sql.inc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) -commit e766aee9 -Merge: 3f1a70b4 5e0fd037 +commit e766aee94 +Merge: 3f1a70b41 5e0fd0374 Author: Campbell Morrison Date: Tue Jun 30 11:30:40 2020 +0100 Merge with default -commit 5e0fd037 +commit 5e0fd0374 Author: Campbell Morrison Date: Tue Jun 30 11:30:01 2020 +0100 @@ -20357,14 +22758,14 @@ Date: Tue Jun 30 11:30:01 2020 +0100 web/internalconfig.inc.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 3f1a70b4 -Merge: ce825a3e e98297e6 +commit 3f1a70b41 +Merge: ce825a3e0 e98297e6d Author: Campbell Morrison Date: Mon Jun 29 15:58:48 2020 +0100 Merge with default -commit e98297e6 +commit e98297e6d Author: Campbell Morrison Date: Mon Jun 29 15:30:09 2020 +0100 @@ -20373,7 +22774,7 @@ Date: Mon Jun 29 15:30:09 2020 +0100 web/css/mrbs.css.php | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) -commit 2ccaed91 +commit 2ccaed916 Author: Campbell Morrison Date: Mon Jun 29 14:10:35 2020 +0100 @@ -20384,7 +22785,7 @@ Date: Mon Jun 29 14:10:35 2020 +0100 web/functions.inc | 33 +++++++++++++++++++++------------ 2 files changed, 39 insertions(+), 18 deletions(-) -commit 6d969a07 +commit 6d969a077 Author: Campbell Morrison Date: Mon Jun 29 12:33:49 2020 +0100 @@ -20400,7 +22801,7 @@ Date: Mon Jun 29 12:33:49 2020 +0100 web/systemdefaults.inc.php | 5 +- 8 files changed, 184 insertions(+), 9 deletions(-) -commit 9e6899dd +commit 9e6899dda Author: Campbell Morrison Date: Sun Jun 28 11:58:57 2020 +0100 @@ -20414,14 +22815,14 @@ Date: Sun Jun 28 11:58:57 2020 +0100 web/upgrade/66/pgsql.sql (new) | 13 ++++ 5 files changed, 143 insertions(+), 97 deletions(-) -commit ce825a3e -Merge: 2bdd176f 8cde8ec5 +commit ce825a3e0 +Merge: 2bdd176f8 8cde8ec52 Author: Campbell Morrison Date: Sun Jun 28 11:20:02 2020 +0100 Merge with default -commit 8cde8ec5 +commit 8cde8ec52 Author: Campbell Morrison Date: Sun Jun 28 11:19:18 2020 +0100 @@ -20430,7 +22831,7 @@ Date: Sun Jun 28 11:19:18 2020 +0100 web/functions.inc | 47 --------------------------------------------- 1 file changed, 47 deletions(-) -commit 06c3d377 +commit 06c3d3770 Author: Campbell Morrison Date: Sun Jun 28 11:16:13 2020 +0100 @@ -20439,14 +22840,14 @@ Date: Sun Jun 28 11:16:13 2020 +0100 web/functions.inc | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) -commit 2bdd176f -Merge: f16fc132 784d36e1 +commit 2bdd176f8 +Merge: f16fc132c 784d36e1c Author: Campbell Morrison Date: Sun Jun 28 10:37:16 2020 +0100 Merge with default -commit 784d36e1 +commit 784d36e1c Author: Campbell Morrison Date: Sun Jun 28 10:35:21 2020 +0100 @@ -20456,7 +22857,7 @@ Date: Sun Jun 28 10:35:21 2020 +0100 web/js/resizable.js.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit e4b69236 +commit e4b69236a Author: Campbell Morrison Date: Sun Jun 28 10:24:39 2020 +0100 @@ -20466,14 +22867,14 @@ Date: Sun Jun 28 10:24:39 2020 +0100 web/js/edit_entry.js.php | 8 ++++---- 2 files changed, 13 insertions(+), 12 deletions(-) -commit f16fc132 -Merge: fc9334bb 2f110c5a +commit f16fc132c +Merge: fc9334bbd 2f110c5a7 Author: Campbell Morrison Date: Sun Jun 28 08:04:10 2020 +0100 Merge with default -commit 2f110c5a +commit 2f110c5a7 Author: Campbell Morrison Date: Sun Jun 28 07:58:59 2020 +0100 @@ -20483,7 +22884,7 @@ Date: Sun Jun 28 07:58:59 2020 +0100 web/functions_error.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 14f19ca9 +commit 14f19ca90 Author: Campbell Morrison Date: Sun Jun 28 07:43:37 2020 +0100 @@ -20494,7 +22895,7 @@ Date: Sun Jun 28 07:43:37 2020 +0100 web/functions_mail.inc | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) -commit d86558b2 +commit d86558b24 Author: Campbell Morrison Date: Sun Jun 28 07:34:57 2020 +0100 @@ -20504,14 +22905,14 @@ Date: Sun Jun 28 07:34:57 2020 +0100 web/functions_mail.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit fc9334bb -Merge: e0ac6aad 3dc827fd +commit fc9334bbd +Merge: e0ac6aad8 3dc827fda Author: Campbell Morrison Date: Tue Jun 23 16:48:35 2020 +0100 Merge with default -commit 3dc827fd +commit 3dc827fda Author: Campbell Morrison Date: Tue Jun 23 16:48:14 2020 +0100 @@ -20522,14 +22923,14 @@ Date: Tue Jun 23 16:48:14 2020 +0100 web/systemdefaults.inc.php | 22 +++++++- 3 files changed, 118 insertions(+), 17 deletions(-) -commit e0ac6aad -Merge: 09e79a87 07dc07c8 +commit e0ac6aad8 +Merge: 09e79a87e 07dc07c8f Author: Campbell Morrison Date: Tue Jun 23 12:46:13 2020 +0100 Merge with default -commit 07dc07c8 +commit 07dc07c8f Author: Campbell Morrison Date: Tue Jun 23 12:45:49 2020 +0100 @@ -20539,14 +22940,14 @@ Date: Tue Jun 23 12:45:49 2020 +0100 web/upgrade.inc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) -commit 09e79a87 -Merge: 6deb7700 ff0617a7 +commit 09e79a87e +Merge: 6deb7700a ff0617a7f Author: Campbell Morrison Date: Mon Jun 22 10:06:19 2020 +0100 Merge with default -commit ff0617a7 +commit ff0617a7f Author: Campbell Morrison Date: Mon Jun 22 10:05:58 2020 +0100 @@ -20556,14 +22957,14 @@ Date: Mon Jun 22 10:05:58 2020 +0100 web/systemdefaults.inc.php | 10 --------- 2 files changed, 31 insertions(+), 21 deletions(-) -commit 6deb7700 -Merge: 73311638 20a2f863 +commit 6deb7700a +Merge: 733116380 20a2f8635 Author: Campbell Morrison Date: Sun Jun 21 16:55:52 2020 +0100 Merge with default -commit 20a2f863 +commit 20a2f8635 Author: Campbell Morrison Date: Sun Jun 21 16:55:09 2020 +0100 @@ -20573,7 +22974,7 @@ Date: Sun Jun 21 16:55:09 2020 +0100 tables.pg.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 3bdfa9c6 +commit 3bdfa9c69 Author: Campbell Morrison Date: Sun Jun 21 16:51:42 2020 +0100 @@ -20582,7 +22983,7 @@ Date: Sun Jun 21 16:51:42 2020 +0100 web/edit_area.php | 54 ++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 27 deletions(-) -commit feb5ea11 +commit feb5ea113 Author: Campbell Morrison Date: Sun Jun 21 16:51:25 2020 +0100 @@ -20596,14 +22997,14 @@ Date: Sun Jun 21 16:51:25 2020 +0100 web/upgrade/{64 => 65}/post.inc | 0 6 files changed, 12 insertions(+), 11 deletions(-) -commit 73311638 -Merge: bda73749 e7c28857 +commit 733116380 +Merge: bda73749a e7c288574 Author: Campbell Morrison Date: Sun Jun 21 16:20:48 2020 +0100 Merge with default -commit e7c28857 +commit e7c288574 Author: Campbell Morrison Date: Sun Jun 21 15:51:11 2020 +0100 @@ -20613,7 +23014,7 @@ Date: Sun Jun 21 15:51:11 2020 +0100 web/report.php | 10 ++-------- 2 files changed, 11 insertions(+), 14 deletions(-) -commit efbc97ce +commit efbc97ce7 Author: Campbell Morrison Date: Sun Jun 21 15:28:43 2020 +0100 @@ -20622,7 +23023,7 @@ Date: Sun Jun 21 15:28:43 2020 +0100 web/edit_entry.php | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) -commit 5bffa835 +commit 5bffa835b Author: Campbell Morrison Date: Sun Jun 21 15:17:43 2020 +0100 @@ -20632,7 +23033,7 @@ Date: Sun Jun 21 15:17:43 2020 +0100 web/functions.inc | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) -commit bfb96357 +commit bfb963579 Author: Campbell Morrison Date: Sun Jun 21 15:03:48 2020 +0100 @@ -20642,7 +23043,7 @@ Date: Sun Jun 21 15:03:48 2020 +0100 web/edit_area_handler.php | 3 +++ 2 files changed, 31 insertions(+) -commit bbc50199 +commit bbc501996 Author: Campbell Morrison Date: Sun Jun 21 14:18:57 2020 +0100 @@ -20653,7 +23054,7 @@ Date: Sun Jun 21 14:18:57 2020 +0100 web/lang/lang.en | 1 + 3 files changed, 30 insertions(+), 15 deletions(-) -commit 3c605a46 +commit 3c605a460 Author: Campbell Morrison Date: Sun Jun 21 08:30:56 2020 +0100 @@ -20669,21 +23070,21 @@ Date: Sun Jun 21 08:30:56 2020 +0100 web/upgrade/64/post.inc (new) | 21 +++++++++++++++++++++ 8 files changed, 47 insertions(+), 7 deletions(-) -commit bda73749 -Merge: bc582d66 ee3f4163 +commit bda73749a +Merge: bc582d669 ee3f41638 Author: Campbell Morrison Date: Sat Jun 20 18:40:35 2020 +0100 Merge with default -commit ee3f4163 -Merge: c138438d c726b4fc +commit ee3f41638 +Merge: c138438d2 c726b4fc5 Author: Campbell Morrison Date: Sat Jun 20 18:38:32 2020 +0100 Merge with multisite_upgrade -commit c726b4fc +commit c726b4fc5 Author: Campbell Morrison Date: Sat Jun 20 18:15:55 2020 +0100 @@ -20693,7 +23094,7 @@ Date: Sat Jun 20 18:15:55 2020 +0100 web/upgrade.inc | 92 ++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 80 insertions(+), 15 deletions(-) -commit bc582d66 +commit bc582d669 Author: Campbell Morrison Date: Wed Jun 17 17:50:03 2020 +0100 @@ -20702,7 +23103,7 @@ Date: Wed Jun 17 17:50:03 2020 +0100 web/lib/MRBS/Auth/AuthDb.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit b0df1924 +commit b0df19242 Author: Campbell Morrison Date: Wed Jun 17 17:08:06 2020 +0100 @@ -20711,21 +23112,21 @@ Date: Wed Jun 17 17:08:06 2020 +0100 web/lib/MRBS/Auth/AuthDb.php | 39 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 19 deletions(-) -commit dada3c43 -Merge: 79405abc c138438d +commit dada3c43c +Merge: 79405abc0 c138438d2 Author: Campbell Morrison Date: Wed Jun 17 16:56:57 2020 +0100 Merge with default -commit c138438d -Merge: 97fb9781 63553673 +commit c138438d2 +Merge: 97fb9781b 635536734 Author: Campbell Morrison Date: Wed Jun 17 16:48:36 2020 +0100 Merge with multisite_upgrade -commit 63553673 +commit 635536734 Author: Campbell Morrison Date: Wed Jun 17 16:18:37 2020 +0100 @@ -20734,14 +23135,14 @@ Date: Wed Jun 17 16:18:37 2020 +0100 web/mrbs_sql.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit e90dc97a -Merge: 4382d17f 97fb9781 +commit e90dc97ad +Merge: 4382d17f4 97fb9781b Author: Campbell Morrison Date: Wed Jun 17 16:17:23 2020 +0100 Merge with default -commit 97fb9781 +commit 97fb9781b Author: Campbell Morrison Date: Wed Jun 17 16:16:58 2020 +0100 @@ -20750,7 +23151,7 @@ Date: Wed Jun 17 16:16:58 2020 +0100 web/mrbs_sql.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 4382d17f +commit 4382d17f4 Author: Campbell Morrison Date: Tue Jun 16 16:25:42 2020 +0100 @@ -20801,21 +23202,21 @@ Date: Tue Jun 16 16:25:42 2020 +0100 web/view_entry.php | 8 +- 43 files changed, 400 insertions(+), 370 deletions(-) -commit e5b730ec +commit e5b730ece Author: Campbell Morrison Date: Mon Jun 15 12:22:54 2020 +0100 Opened a new named branch for the extension of the database upgrade process to cover multisite installations. -commit 79405abc -Merge: ed49f0bb 1b33a8f9 +commit 79405abc0 +Merge: ed49f0bbf 1b33a8f96 Author: Campbell Morrison Date: Mon Jun 15 07:40:15 2020 +0100 Merge with default -commit 1b33a8f9 +commit 1b33a8f96 Author: Campbell Morrison Date: Mon Jun 15 07:39:52 2020 +0100 @@ -20825,14 +23226,14 @@ Date: Mon Jun 15 07:39:52 2020 +0100 web/js/general.js.php | 52 +++++++++++++++++---------------------- 2 files changed, 30 insertions(+), 29 deletions(-) -commit ed49f0bb -Merge: 4e111c13 fffa2986 +commit ed49f0bbf +Merge: 4e111c139 fffa29867 Author: Campbell Morrison Date: Sun Jun 14 18:21:19 2020 +0100 Merge with default -commit fffa2986 +commit fffa29867 Author: Campbell Morrison Date: Sun Jun 14 18:20:41 2020 +0100 @@ -20847,14 +23248,14 @@ Date: Sun Jun 14 18:20:41 2020 +0100 web/js.inc | 8 +- 7 files changed, 990 insertions(+), 556 deletions(-) -commit 4e111c13 -Merge: a789ad44 87c62c38 +commit 4e111c139 +Merge: a789ad44a 87c62c38a Author: Campbell Morrison Date: Sun Jun 14 18:06:53 2020 +0100 Merge with default -commit 87c62c38 +commit 87c62c38a Author: Campbell Morrison Date: Sun Jun 14 18:06:32 2020 +0100 @@ -20864,14 +23265,14 @@ Date: Sun Jun 14 18:06:32 2020 +0100 web/css/mrbs.css.php | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) -commit a789ad44 -Merge: a2892e27 9184b930 +commit a789ad44a +Merge: a2892e277 9184b9303 Author: Campbell Morrison Date: Sun Jun 14 07:21:50 2020 +0100 Merge with default -commit 9184b930 +commit 9184b9303 Author: Campbell Morrison Date: Sun Jun 14 07:21:24 2020 +0100 @@ -20880,14 +23281,14 @@ Date: Sun Jun 14 07:21:24 2020 +0100 web/js/general.js.php | 52 +++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 25 deletions(-) -commit a2892e27 -Merge: d1380fca b3e537f2 +commit a2892e277 +Merge: d1380fca5 b3e537f28 Author: Campbell Morrison Date: Sat Jun 13 17:39:34 2020 +0100 Merge with default -commit b3e537f2 +commit b3e537f28 Author: Campbell Morrison Date: Sat Jun 13 17:39:12 2020 +0100 @@ -20897,14 +23298,14 @@ Date: Sat Jun 13 17:39:12 2020 +0100 web/lib/MRBS/MailQueue.php | 38 ++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) -commit d1380fca -Merge: b80272a8 0a7a529e +commit d1380fca5 +Merge: b80272a8e 0a7a529e0 Author: Campbell Morrison Date: Sat Jun 13 11:34:45 2020 +0100 Merge with default -commit 0a7a529e +commit 0a7a529e0 Author: Campbell Morrison Date: Sat Jun 13 11:32:26 2020 +0100 @@ -20915,14 +23316,14 @@ Date: Sat Jun 13 11:32:26 2020 +0100 web/lib/MRBS/MailQueue.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -commit b80272a8 -Merge: 65093058 21ac723d +commit b80272a8e +Merge: 650930581 21ac723d3 Author: Campbell Morrison Date: Sat Jun 13 07:02:58 2020 +0100 Merge with default -commit 21ac723d +commit 21ac723d3 Author: Campbell Morrison Date: Sat Jun 13 07:02:13 2020 +0100 @@ -20931,14 +23332,14 @@ Date: Sat Jun 13 07:02:13 2020 +0100 web/js/edit_entry.js.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 65093058 -Merge: 976c4b05 c0f1bcd1 +commit 650930581 +Merge: 976c4b05b c0f1bcd1b Author: Campbell Morrison Date: Thu Jun 11 15:10:27 2020 +0100 Merge with default -commit c0f1bcd1 +commit c0f1bcd1b Author: Campbell Morrison Date: Thu Jun 11 15:10:05 2020 +0100 @@ -20947,14 +23348,14 @@ Date: Thu Jun 11 15:10:05 2020 +0100 web/lib/MRBS/MailQueue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 976c4b05 -Merge: 0479d704 ca8ddea9 +commit 976c4b05b +Merge: 0479d7044 ca8ddea9f Author: Campbell Morrison Date: Wed Jun 10 10:39:12 2020 +0100 Merge with default -commit ca8ddea9 +commit ca8ddea9f Author: Campbell Morrison Date: Wed Jun 10 10:38:33 2020 +0100 @@ -20964,7 +23365,7 @@ Date: Wed Jun 10 10:38:33 2020 +0100 web/lang/lang.es | 441 ++++++++++++++++++++++++--------------------- 1 file changed, 240 insertions(+), 201 deletions(-) -commit c3d32a7c +commit c3d32a7c4 Author: Campbell Morrison Date: Wed Jun 10 10:32:53 2020 +0100 @@ -20973,14 +23374,14 @@ Date: Wed Jun 10 10:32:53 2020 +0100 web/js/index.js.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 0479d704 -Merge: 0a752687 cf5b337d +commit 0479d7044 +Merge: 0a752687c cf5b337d6 Author: Campbell Morrison Date: Tue Jun 9 20:37:34 2020 +0100 Merge with default -commit cf5b337d +commit cf5b337d6 Author: Campbell Morrison Date: Tue Jun 9 20:37:11 2020 +0100 @@ -20990,14 +23391,14 @@ Date: Tue Jun 9 20:37:11 2020 +0100 web/functions_ical.inc | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) -commit 0a752687 -Merge: fd1a5059 f8c5628b +commit 0a752687c +Merge: fd1a50591 f8c5628bd Author: Campbell Morrison Date: Tue Jun 9 16:53:38 2020 +0100 Merge with default -commit f8c5628b +commit f8c5628bd Author: Campbell Morrison Date: Tue Jun 9 16:53:12 2020 +0100 @@ -21008,14 +23409,14 @@ Date: Tue Jun 9 16:53:12 2020 +0100 web/functions_ical.inc | 187 ++++++++++++++++++++------------------- 1 file changed, 97 insertions(+), 90 deletions(-) -commit fd1a5059 -Merge: 5e4c72c6 16f22b76 +commit fd1a50591 +Merge: 5e4c72c61 16f22b76e Author: Campbell Morrison Date: Mon Jun 8 09:38:58 2020 +0100 Merge with default -commit 16f22b76 +commit 16f22b76e Author: Campbell Morrison Date: Mon Jun 8 09:31:54 2020 +0100 @@ -21024,14 +23425,14 @@ Date: Mon Jun 8 09:31:54 2020 +0100 web/js/edit_entry.js.php | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) -commit 5e4c72c6 -Merge: e44c5c9a 04a0bcb0 +commit 5e4c72c61 +Merge: e44c5c9ae 04a0bcb0e Author: Campbell Morrison Date: Sun Jun 7 17:36:08 2020 +0100 Merge with default -commit 04a0bcb0 +commit 04a0bcb0e Author: Campbell Morrison Date: Sun Jun 7 17:33:18 2020 +0100 @@ -21040,14 +23441,14 @@ Date: Sun Jun 7 17:33:18 2020 +0100 web/css/mrbs.css.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) -commit e44c5c9a -Merge: 574ed94a c16a4d5b +commit e44c5c9ae +Merge: 574ed94a6 c16a4d5b8 Author: Campbell Morrison Date: Sun Jun 7 05:07:33 2020 +0100 Merge with default -commit c16a4d5b +commit c16a4d5b8 Author: Campbell Morrison Date: Sun Jun 7 05:07:07 2020 +0100 @@ -21056,14 +23457,14 @@ Date: Sun Jun 7 05:07:07 2020 +0100 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 574ed94a -Merge: e6ff7dc9 143ffd5e +commit 574ed94a6 +Merge: e6ff7dc9f 143ffd5e9 Author: Campbell Morrison Date: Sat Jun 6 18:37:34 2020 +0100 Merge with default -commit 143ffd5e +commit 143ffd5e9 Author: Campbell Morrison Date: Sat Jun 6 18:37:14 2020 +0100 @@ -21073,14 +23474,14 @@ Date: Sat Jun 6 18:37:14 2020 +0100 web/edit_entry.php | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) -commit e6ff7dc9 -Merge: 1d56dc83 bfcdd54d +commit e6ff7dc9f +Merge: 1d56dc832 bfcdd54d6 Author: Campbell Morrison Date: Sat Jun 6 17:31:32 2020 +0100 Merge with default -commit bfcdd54d +commit bfcdd54d6 Author: Campbell Morrison Date: Sat Jun 6 17:30:57 2020 +0100 @@ -21091,7 +23492,7 @@ Date: Sat Jun 6 17:30:57 2020 +0100 web/js/general.js.php | 37 ++++++++++++++++++++----------------- 3 files changed, 43 insertions(+), 22 deletions(-) -commit 142176a1 +commit 142176a11 Author: Campbell Morrison Date: Sat Jun 6 15:29:04 2020 +0100 @@ -21100,14 +23501,14 @@ Date: Sat Jun 6 15:29:04 2020 +0100 web/css/mrbs.css.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) -commit 1d56dc83 -Merge: 6fb0f08b 8400fdeb +commit 1d56dc832 +Merge: 6fb0f08be 8400fdeb1 Author: Campbell Morrison Date: Sat Jun 6 10:25:56 2020 +0100 Merge with default -commit 8400fdeb +commit 8400fdeb1 Author: Campbell Morrison Date: Sat Jun 6 10:25:29 2020 +0100 @@ -21117,7 +23518,7 @@ Date: Sat Jun 6 10:25:29 2020 +0100 web/js/datepicker.js.php | 4 ++++ 2 files changed, 5 insertions(+) -commit ab288592 +commit ab288592e Author: Campbell Morrison Date: Sat Jun 6 10:06:20 2020 +0100 @@ -21126,7 +23527,7 @@ Date: Sat Jun 6 10:06:20 2020 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 72a0fa79 +commit 72a0fa795 Author: Campbell Morrison Date: Sat Jun 6 09:17:38 2020 +0100 @@ -21136,7 +23537,7 @@ Date: Sat Jun 6 09:17:38 2020 +0100 web/js/index.js.php | 6 +++++- 2 files changed, 23 insertions(+), 1 deletion(-) -commit 781f8764 +commit 781f87645 Author: Campbell Morrison Date: Sat Jun 6 07:57:22 2020 +0100 @@ -21146,14 +23547,14 @@ Date: Sat Jun 6 07:57:22 2020 +0100 web/js/index.js.php | 40 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 56 insertions(+), 2 deletions(-) -commit 6fb0f08b -Merge: dbb4459b 6fdb14f5 +commit 6fb0f08be +Merge: dbb4459bb 6fdb14f56 Author: Campbell Morrison Date: Fri Jun 5 18:55:21 2020 +0100 Merge with default -commit 6fdb14f5 +commit 6fdb14f56 Author: Campbell Morrison Date: Fri Jun 5 18:42:56 2020 +0100 @@ -21163,7 +23564,7 @@ Date: Fri Jun 5 18:42:56 2020 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 563ee2f5 +commit 563ee2f50 Author: Campbell Morrison Date: Fri Jun 5 18:30:53 2020 +0100 @@ -21172,7 +23573,7 @@ Date: Fri Jun 5 18:30:53 2020 +0100 web/css/mrbs.css.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit e0c6071e +commit e0c6071e1 Author: Campbell Morrison Date: Fri Jun 5 17:55:42 2020 +0100 @@ -21181,14 +23582,14 @@ Date: Fri Jun 5 17:55:42 2020 +0100 web/css/mrbs.css.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit dbb4459b -Merge: 1771bca9 fe5b3eff +commit dbb4459bb +Merge: 1771bca9f fe5b3effc Author: Campbell Morrison Date: Wed Jun 3 13:02:32 2020 +0100 Merge with default -commit fe5b3eff +commit fe5b3effc Author: Campbell Morrison Date: Wed Jun 3 13:01:58 2020 +0100 @@ -21197,14 +23598,14 @@ Date: Wed Jun 3 13:01:58 2020 +0100 web/js/index.js.php | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) -commit 1771bca9 -Merge: cdce5920 2bbcec85 +commit 1771bca9f +Merge: cdce59204 2bbcec85a Author: Campbell Morrison Date: Wed Jun 3 10:15:39 2020 +0100 Merge with default -commit 2bbcec85 +commit 2bbcec85a Author: Campbell Morrison Date: Wed Jun 3 10:15:09 2020 +0100 @@ -21215,14 +23616,14 @@ Date: Wed Jun 3 10:15:09 2020 +0100 web/js/index.js.php | 61 +++++++++++++++++--------------------- 2 files changed, 29 insertions(+), 35 deletions(-) -commit cdce5920 -Merge: 8d8db730 32f1a58f +commit cdce59204 +Merge: 8d8db730b 32f1a58f4 Author: Campbell Morrison Date: Mon Jun 1 12:23:18 2020 +0100 Merge with default -commit 32f1a58f +commit 32f1a58f4 Author: Campbell Morrison Date: Mon Jun 1 12:22:58 2020 +0100 @@ -21232,14 +23633,14 @@ Date: Mon Jun 1 12:22:58 2020 +0100 web/init.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) -commit 8d8db730 -Merge: 6ea8df33 23b376ed +commit 8d8db730b +Merge: 6ea8df339 23b376ed1 Author: Campbell Morrison Date: Mon Jun 1 11:35:35 2020 +0100 Merge with default -commit 23b376ed +commit 23b376ed1 Author: Campbell Morrison Date: Mon Jun 1 11:35:11 2020 +0100 @@ -21252,14 +23653,14 @@ Date: Mon Jun 1 11:35:11 2020 +0100 web/js/datepicker.js.php | 69 +++++++++++++++------------------ 2 files changed, 39 insertions(+), 45 deletions(-) -commit 6ea8df33 -Merge: 01da955b cc09639a +commit 6ea8df339 +Merge: 01da955be cc09639a9 Author: Campbell Morrison Date: Wed May 27 15:05:40 2020 +0100 Merge with default -commit cc09639a +commit cc09639a9 Author: Campbell Morrison Date: Wed May 27 15:05:18 2020 +0100 @@ -21271,14 +23672,14 @@ Date: Wed May 27 15:05:18 2020 +0100 web/systemdefaults.inc.php | 3 +++ 4 files changed, 21 insertions(+), 5 deletions(-) -commit 01da955b -Merge: b2bff178 c83cbaca +commit 01da955be +Merge: b2bff1787 c83cbacae Author: Campbell Morrison Date: Mon May 25 16:43:44 2020 +0100 Merge with default -commit c83cbaca +commit c83cbacae Author: Campbell Morrison Date: Mon May 25 16:43:26 2020 +0100 @@ -21288,7 +23689,7 @@ Date: Mon May 25 16:43:26 2020 +0100 web/search.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit b2bff178 +commit b2bff1787 Author: Campbell Morrison Date: Mon May 25 16:15:27 2020 +0100 @@ -21297,14 +23698,14 @@ Date: Mon May 25 16:15:27 2020 +0100 web/lib/MRBS/Form/Form.php | 108 +++++++++++++++++++++-------------- 1 file changed, 65 insertions(+), 43 deletions(-) -commit 5a00424b -Merge: 42445e09 b1469bd0 +commit 5a00424b8 +Merge: 42445e09b b1469bd0b Author: Campbell Morrison Date: Mon May 25 16:12:05 2020 +0100 Merge with default -commit b1469bd0 +commit b1469bd0b Author: Campbell Morrison Date: Mon May 25 16:09:24 2020 +0100 @@ -21313,14 +23714,14 @@ Date: Mon May 25 16:09:24 2020 +0100 web/lib/MRBS/Form/Form.php | 112 +++++++++++++++++++++-------------- 1 file changed, 67 insertions(+), 45 deletions(-) -commit 42445e09 -Merge: 08c55df0 ae4902d1 +commit 42445e09b +Merge: 08c55df04 ae4902d13 Author: Campbell Morrison Date: Sun May 24 17:33:06 2020 +0100 Merge with default -commit ae4902d1 +commit ae4902d13 Author: Campbell Morrison Date: Sun May 24 17:32:42 2020 +0100 @@ -21329,7 +23730,7 @@ Date: Sun May 24 17:32:42 2020 +0100 web/Themes/default/header.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 08c55df0 +commit 08c55df04 Author: Campbell Morrison Date: Sat May 23 17:59:01 2020 +0100 @@ -21338,14 +23739,14 @@ Date: Sat May 23 17:59:01 2020 +0100 web/edit_entry.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 2baf899c -Merge: f0db1b39 bdd73481 +commit 2baf899c4 +Merge: f0db1b39f bdd73481b Author: Campbell Morrison Date: Sat May 23 17:52:02 2020 +0100 Merge with default -commit bdd73481 +commit bdd73481b Author: Campbell Morrison Date: Sat May 23 17:51:38 2020 +0100 @@ -21356,7 +23757,7 @@ Date: Sat May 23 17:51:38 2020 +0100 web/js/edit_entry.js.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -commit f0db1b39 +commit f0db1b39f Author: Campbell Morrison Date: Sat May 23 17:14:07 2020 +0100 @@ -21365,14 +23766,14 @@ Date: Sat May 23 17:14:07 2020 +0100 web/edit_entry.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -commit c4b0b087 -Merge: a4cf3658 338d5baf +commit c4b0b0876 +Merge: a4cf36584 338d5baf7 Author: Campbell Morrison Date: Sat May 23 16:18:42 2020 +0100 Merge with default -commit 338d5baf +commit 338d5baf7 Author: Campbell Morrison Date: Sat May 23 16:17:05 2020 +0100 @@ -21381,14 +23782,14 @@ Date: Sat May 23 16:17:05 2020 +0100 web/mrbs_sql.inc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) -commit a4cf3658 -Merge: 655ee995 fe46170b +commit a4cf36584 +Merge: 655ee995d fe46170bd Author: Campbell Morrison Date: Fri May 22 17:13:35 2020 +0100 Merge with default -commit fe46170b +commit fe46170bd Author: Campbell Morrison Date: Fri May 22 17:13:10 2020 +0100 @@ -21397,14 +23798,14 @@ Date: Fri May 22 17:13:10 2020 +0100 web/css/mrbs.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 655ee995 -Merge: 6308ebe4 5e335bea +commit 655ee995d +Merge: 6308ebe41 5e335beab Author: Campbell Morrison Date: Thu May 21 17:28:03 2020 +0100 Merge with default -commit 5e335bea +commit 5e335beab Author: Campbell Morrison Date: Thu May 21 17:26:26 2020 +0100 @@ -21414,7 +23815,7 @@ Date: Thu May 21 17:26:26 2020 +0100 web/systemdefaults.inc.php | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) -commit 9d926d87 +commit 9d926d878 Author: Campbell Morrison Date: Thu May 21 16:52:02 2020 +0100 @@ -21424,7 +23825,7 @@ Date: Thu May 21 16:52:02 2020 +0100 web/systemdefaults.inc.php | 6 ++++++ 2 files changed, 28 insertions(+), 1 deletion(-) -commit 04613928 +commit 046139286 Author: Campbell Morrison Date: Thu May 21 15:28:14 2020 +0100 @@ -21441,7 +23842,7 @@ Date: Thu May 21 15:28:14 2020 +0100 web/lib/MRBS/MailQueue.php (new) | 372 +++++++++++++++++++++++++++++ 5 files changed, 412 insertions(+), 371 deletions(-) -commit 6308ebe4 +commit 6308ebe41 Author: Campbell Morrison Date: Thu May 21 10:00:20 2020 +0100 @@ -21451,7 +23852,7 @@ Date: Thu May 21 10:00:20 2020 +0100 web/edit_users.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 172d4c26 +commit 172d4c264 Author: Campbell Morrison Date: Thu May 21 09:14:10 2020 +0100 @@ -21466,7 +23867,7 @@ Date: Thu May 21 09:14:10 2020 +0100 web/mrbs_auth.inc | 10 ++++++---- 7 files changed, 17 insertions(+), 12 deletions(-) -commit da74647a +commit da74647a4 Author: Campbell Morrison Date: Wed May 20 09:14:44 2020 +0100 @@ -21475,7 +23876,7 @@ Date: Wed May 20 09:14:44 2020 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 4e6834ea +commit 4e6834ea4 Author: Campbell Morrison Date: Wed May 20 09:13:34 2020 +0100 @@ -21484,14 +23885,14 @@ Date: Wed May 20 09:13:34 2020 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit aeebeec1 -Merge: b4724228 360d8cfb +commit aeebeec17 +Merge: b47242286 360d8cfba Author: Campbell Morrison Date: Wed May 20 09:03:34 2020 +0100 Merge with default -commit 360d8cfb +commit 360d8cfba Author: Campbell Morrison Date: Wed May 20 09:03:04 2020 +0100 @@ -21501,7 +23902,7 @@ Date: Wed May 20 09:03:04 2020 +0100 web/session/session_wordpress.inc | 10 ++-------- 2 files changed, 4 insertions(+), 16 deletions(-) -commit 2ca1c0b3 +commit 2ca1c0b39 Author: Campbell Morrison Date: Wed May 20 08:59:35 2020 +0100 @@ -21511,14 +23912,14 @@ Date: Wed May 20 08:59:35 2020 +0100 web/session/session_php.inc | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) -commit b4724228 -Merge: 943594d1 50e83401 +commit b47242286 +Merge: 943594d1f 50e834010 Author: Campbell Morrison Date: Tue May 19 05:58:04 2020 +0100 Merge with default -commit 50e83401 +commit 50e834010 Author: Campbell Morrison Date: Tue May 19 05:54:55 2020 +0100 @@ -21527,14 +23928,14 @@ Date: Tue May 19 05:54:55 2020 +0100 web/view_entry.php | 92 ++++++++++++++++++++++---------------------- 1 file changed, 46 insertions(+), 46 deletions(-) -commit 943594d1 -Merge: d90d6883 af510782 +commit 943594d1f +Merge: d90d68836 af5107824 Author: Campbell Morrison Date: Mon May 18 12:05:47 2020 +0100 Merge with default -commit af510782 +commit af5107824 Author: Campbell Morrison Date: Mon May 18 12:05:20 2020 +0100 @@ -21544,7 +23945,7 @@ Date: Mon May 18 12:05:20 2020 +0100 web/js/edit_entry.js.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit d90d6883 +commit d90d68836 Author: Campbell Morrison Date: Mon May 18 11:49:16 2020 +0100 @@ -21553,14 +23954,14 @@ Date: Mon May 18 11:49:16 2020 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 3 +++ 1 file changed, 3 insertions(+) -commit 8f6030ca -Merge: fae9d37a 4628b44f +commit 8f6030ca5 +Merge: fae9d37a2 4628b44ff Author: Campbell Morrison Date: Mon May 18 11:42:12 2020 +0100 Merge with default -commit 4628b44f +commit 4628b44ff Author: Campbell Morrison Date: Mon May 18 11:40:29 2020 +0100 @@ -21573,14 +23974,14 @@ Date: Mon May 18 11:40:29 2020 +0100 web/session/session_wordpress.inc | 2 ++ 4 files changed, 8 insertions(+) -commit fae9d37a -Merge: ba98916d a72df50b +commit fae9d37a2 +Merge: ba98916d6 a72df50b9 Author: Campbell Morrison Date: Sat May 16 11:56:42 2020 +0100 Merge with default -commit a72df50b +commit a72df50b9 Author: Campbell Morrison Date: Sat May 16 11:55:18 2020 +0100 @@ -21590,7 +23991,7 @@ Date: Sat May 16 11:55:18 2020 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ce65e57d +commit ce65e57d2 Author: Campbell Morrison Date: Sat May 16 11:27:42 2020 +0100 @@ -21599,7 +24000,7 @@ Date: Sat May 16 11:27:42 2020 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ba98916d +commit ba98916d6 Author: Campbell Morrison Date: Sat May 16 10:05:19 2020 +0100 @@ -21608,14 +24009,14 @@ Date: Sat May 16 10:05:19 2020 +0100 web/lib/MRBS/Session/SessionCookie.php | 77 ++++++++++++------------ 1 file changed, 40 insertions(+), 37 deletions(-) -commit 491bc6f4 -Merge: a6c1778c d89c74ce +commit 491bc6f48 +Merge: a6c1778ca d89c74ce4 Author: Campbell Morrison Date: Wed May 13 17:28:12 2020 +0100 Merge with default -commit d89c74ce +commit d89c74ce4 Author: Campbell Morrison Date: Wed May 13 17:22:21 2020 +0100 @@ -21624,7 +24025,7 @@ Date: Wed May 13 17:22:21 2020 +0100 web/del.php | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) -commit a6c1778c +commit a6c1778ca Author: Campbell Morrison Date: Sat May 9 08:13:40 2020 +0100 @@ -21633,14 +24034,14 @@ Date: Sat May 9 08:13:40 2020 +0100 web/edit_entry_handler.php | 48 ++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 21 deletions(-) -commit f9affb5a -Merge: 9dba8ca3 c018b198 +commit f9affb5ac +Merge: 9dba8ca37 c018b198c Author: Campbell Morrison Date: Sat May 9 08:08:05 2020 +0100 Merge with default -commit c018b198 +commit c018b198c Author: Campbell Morrison Date: Sat May 9 08:05:36 2020 +0100 @@ -21650,7 +24051,7 @@ Date: Sat May 9 08:05:36 2020 +0100 web/edit_entry_handler.php | 50 ++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 22 deletions(-) -commit cc81a0b7 +commit cc81a0b73 Author: Campbell Morrison Date: Sat May 9 07:17:47 2020 +0100 @@ -21659,14 +24060,14 @@ Date: Sat May 9 07:17:47 2020 +0100 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9dba8ca3 -Merge: d12ae4ed 94105189 +commit 9dba8ca37 +Merge: d12ae4edb 941051895 Author: Campbell Morrison Date: Thu May 7 16:01:06 2020 +0100 Merge with default -commit 94105189 +commit 941051895 Author: Campbell Morrison Date: Thu May 7 15:56:26 2020 +0100 @@ -21675,14 +24076,14 @@ Date: Thu May 7 15:56:26 2020 +0100 web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d12ae4ed -Merge: 96fb522d eb04e86e +commit d12ae4edb +Merge: 96fb522d6 eb04e86e5 Author: Campbell Morrison Date: Wed May 6 15:30:02 2020 +0100 Merge with default -commit eb04e86e +commit eb04e86e5 Author: Campbell Morrison Date: Wed May 6 15:29:33 2020 +0100 @@ -21691,14 +24092,14 @@ Date: Wed May 6 15:29:33 2020 +0100 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 96fb522d -Merge: 683d2de2 53a1475e +commit 96fb522d6 +Merge: 683d2de2b 53a1475e0 Author: Campbell Morrison Date: Tue May 5 16:30:25 2020 +0100 Merge with default -commit 53a1475e +commit 53a1475e0 Author: Campbell Morrison Date: Tue May 5 16:29:43 2020 +0100 @@ -21707,14 +24108,14 @@ Date: Tue May 5 16:29:43 2020 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 683d2de2 -Merge: 1e33fc90 b6eea83f +commit 683d2de2b +Merge: 1e33fc909 b6eea83f1 Author: Campbell Morrison Date: Sun May 3 19:14:10 2020 +0100 Merge with default -commit b6eea83f +commit b6eea83f1 Author: Campbell Morrison Date: Sun May 3 19:13:46 2020 +0100 @@ -21723,7 +24124,7 @@ Date: Sun May 3 19:13:46 2020 +0100 web/functions_table.inc | 1 - 1 file changed, 1 deletion(-) -commit cb069de0 +commit cb069de0e Author: Campbell Morrison Date: Sun May 3 19:12:25 2020 +0100 @@ -21732,14 +24133,14 @@ Date: Sun May 3 19:12:25 2020 +0100 web/functions_table.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 1e33fc90 -Merge: dce17608 2506d2e5 +commit 1e33fc909 +Merge: dce176083 2506d2e5b Author: Campbell Morrison Date: Sun May 3 18:43:00 2020 +0100 Merge with default -commit 2506d2e5 +commit 2506d2e5b Author: Campbell Morrison Date: Sun May 3 18:42:42 2020 +0100 @@ -21748,14 +24149,14 @@ Date: Sun May 3 18:42:42 2020 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit dce17608 -Merge: 058c4d76 b8c5c415 +commit dce176083 +Merge: 058c4d762 b8c5c4151 Author: Campbell Morrison Date: Sun May 3 06:55:29 2020 +0100 Merge with default -commit b8c5c415 +commit b8c5c4151 Author: Campbell Morrison Date: Sun May 3 06:55:05 2020 +0100 @@ -21766,7 +24167,7 @@ Date: Sun May 3 06:55:05 2020 +0100 web/standard_vars.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 058c4d76 +commit 058c4d762 Author: Campbell Morrison Date: Fri May 1 10:56:58 2020 +0100 @@ -21775,14 +24176,14 @@ Date: Fri May 1 10:56:58 2020 +0100 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 830e58c0 -Merge: 9ff524a0 f0e49663 +commit 830e58c0b +Merge: 9ff524a0e f0e49663b Author: Campbell Morrison Date: Fri May 1 10:46:22 2020 +0100 Merge with default -commit f0e49663 +commit f0e49663b Author: Campbell Morrison Date: Fri May 1 10:45:58 2020 +0100 @@ -21791,7 +24192,7 @@ Date: Fri May 1 10:45:58 2020 +0100 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9ff524a0 +commit 9ff524a0e Author: Campbell Morrison Date: Fri May 1 10:26:32 2020 +0100 @@ -21800,14 +24201,14 @@ Date: Fri May 1 10:26:32 2020 +0100 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6ba1f3b3 -Merge: 378d81d1 c5ebf932 +commit 6ba1f3b3f +Merge: 378d81d19 c5ebf932d Author: Campbell Morrison Date: Fri May 1 10:15:28 2020 +0100 Merge with default -commit c5ebf932 +commit c5ebf932d Author: Campbell Morrison Date: Fri May 1 10:12:45 2020 +0100 @@ -21818,7 +24219,7 @@ Date: Fri May 1 10:12:45 2020 +0100 web/systemdefaults.inc.php | 5 +++-- 2 files changed, 13 insertions(+), 4 deletions(-) -commit 378d81d1 +commit 378d81d19 Author: Campbell Morrison Date: Tue Apr 28 20:45:27 2020 +0100 @@ -21827,14 +24228,14 @@ Date: Tue Apr 28 20:45:27 2020 +0100 web/Themes/default/header.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 90c24319 -Merge: fe441ef0 a0f3036e +commit 90c243197 +Merge: fe441ef0a a0f3036ed Author: Campbell Morrison Date: Tue Apr 28 14:31:51 2020 +0100 Merge with default -commit a0f3036e +commit a0f3036ed Author: Campbell Morrison Date: Tue Apr 28 14:31:21 2020 +0100 @@ -21844,14 +24245,14 @@ Date: Tue Apr 28 14:31:21 2020 +0100 web/edit_room.php | 48 ++++----- 2 files changed, 141 insertions(+), 141 deletions(-) -commit fe441ef0 -Merge: 55bb1601 29689f2b +commit fe441ef0a +Merge: 55bb16014 29689f2b9 Author: Campbell Morrison Date: Tue Apr 28 14:06:32 2020 +0100 Merge with default -commit 29689f2b +commit 29689f2b9 Author: Campbell Morrison Date: Tue Apr 28 14:06:10 2020 +0100 @@ -21860,14 +24261,14 @@ Date: Tue Apr 28 14:06:10 2020 +0100 web/Themes/default/styling.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 55bb1601 -Merge: 51c1bfea 53b309de +commit 55bb16014 +Merge: 51c1bfea3 53b309de3 Author: Campbell Morrison Date: Tue Apr 28 12:27:37 2020 +0100 Merge with default -commit 53b309de +commit 53b309de3 Author: Campbell Morrison Date: Tue Apr 28 12:27:08 2020 +0100 @@ -21876,7 +24277,7 @@ Date: Tue Apr 28 12:27:08 2020 +0100 web/functions_table.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 51c1bfea +commit 51c1bfea3 Author: Campbell Morrison Date: Mon Apr 27 19:02:44 2020 +0100 @@ -21885,14 +24286,14 @@ Date: Mon Apr 27 19:02:44 2020 +0100 web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3ba6096d -Merge: 55f3a9ca 30bfc8d5 +commit 3ba6096df +Merge: 55f3a9caa 30bfc8d56 Author: Campbell Morrison Date: Mon Apr 27 19:01:19 2020 +0100 Merge with default -commit 30bfc8d5 +commit 30bfc8d56 Author: Campbell Morrison Date: Mon Apr 27 18:57:08 2020 +0100 @@ -21903,14 +24304,14 @@ Date: Mon Apr 27 18:57:08 2020 +0100 web/index.php | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) -commit 55f3a9ca -Merge: 7ec0887e de358753 +commit 55f3a9caa +Merge: 7ec0887e0 de3587530 Author: Campbell Morrison Date: Sun Apr 26 15:13:23 2020 +0100 Merge with default -commit de358753 +commit de3587530 Author: Campbell Morrison Date: Sun Apr 26 15:13:01 2020 +0100 @@ -21919,14 +24320,14 @@ Date: Sun Apr 26 15:13:01 2020 +0100 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7ec0887e -Merge: 52be8e52 c6b8520b +commit 7ec0887e0 +Merge: 52be8e523 c6b8520b4 Author: Campbell Morrison Date: Sat Apr 25 07:16:32 2020 +0100 Merge with default -commit c6b8520b +commit c6b8520b4 Author: Campbell Morrison Date: Sat Apr 25 07:14:29 2020 +0100 @@ -21936,7 +24337,7 @@ Date: Sat Apr 25 07:14:29 2020 +0100 web/js/edit_entry.js.php | 4 ++-- 2 files changed, 3 insertions(+), 15 deletions(-) -commit 52be8e52 +commit 52be8e523 Author: Campbell Morrison Date: Fri Apr 24 16:43:39 2020 +0100 @@ -21952,7 +24353,7 @@ Date: Fri Apr 24 16:43:39 2020 +0100 web/view_entry.php | 7 ++++--- 8 files changed, 36 insertions(+), 16 deletions(-) -commit ce702aae +commit ce702aae7 Author: Campbell Morrison Date: Fri Apr 24 15:58:23 2020 +0100 @@ -21961,14 +24362,14 @@ Date: Fri Apr 24 15:58:23 2020 +0100 web/mrbs_auth.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit a25a5266 -Merge: d4ba5545 8492463f +commit a25a52664 +Merge: d4ba55455 8492463f6 Author: Campbell Morrison Date: Fri Apr 24 15:15:34 2020 +0100 Merge with default -commit 8492463f +commit 8492463f6 Author: Campbell Morrison Date: Fri Apr 24 15:15:14 2020 +0100 @@ -21977,7 +24378,7 @@ Date: Fri Apr 24 15:15:14 2020 +0100 web/upgrade.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d4ba5545 +commit d4ba55455 Author: Campbell Morrison Date: Fri Apr 24 13:57:21 2020 +0100 @@ -21998,14 +24399,14 @@ Date: Fri Apr 24 13:57:21 2020 +0100 web/view_entry.php | 8 ++++---- 13 files changed, 66 insertions(+), 66 deletions(-) -commit 7f4905b2 -Merge: 25b5c57e 787e5a67 +commit 7f4905b2c +Merge: 25b5c57e3 787e5a67f Author: Campbell Morrison Date: Thu Apr 23 16:32:43 2020 +0100 Merge with default -commit 787e5a67 +commit 787e5a67f Author: Campbell Morrison Date: Thu Apr 23 16:32:19 2020 +0100 @@ -22014,14 +24415,14 @@ Date: Thu Apr 23 16:32:19 2020 +0100 web/js/edit_entry.js.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -commit 25b5c57e -Merge: a33cf1e9 7ec50be8 +commit 25b5c57e3 +Merge: a33cf1e98 7ec50be81 Author: Campbell Morrison Date: Thu Apr 23 14:51:13 2020 +0100 Merge with default -commit 7ec50be8 +commit 7ec50be81 Author: Campbell Morrison Date: Thu Apr 23 14:50:50 2020 +0100 @@ -22031,14 +24432,14 @@ Date: Thu Apr 23 14:50:50 2020 +0100 web/js/edit_entry.js.php | 263 +++++++++++++++++++------------------ 1 file changed, 136 insertions(+), 127 deletions(-) -commit a33cf1e9 -Merge: b82d0433 40c1c4e2 +commit a33cf1e98 +Merge: b82d04332 40c1c4e26 Author: Campbell Morrison Date: Wed Apr 22 18:37:54 2020 +0100 Merge with default -commit 40c1c4e2 +commit 40c1c4e26 Author: Campbell Morrison Date: Wed Apr 22 18:37:31 2020 +0100 @@ -22048,7 +24449,7 @@ Date: Wed Apr 22 18:37:31 2020 +0100 web/js/edit_entry.js.php | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) -commit 2914e6d3 +commit 2914e6d37 Author: Campbell Morrison Date: Wed Apr 22 17:52:17 2020 +0100 @@ -22063,14 +24464,14 @@ Date: Wed Apr 22 17:52:17 2020 +0100 web/js/functions.js.php | 10 ---------- 5 files changed, 28 insertions(+), 15 deletions(-) -commit b82d0433 -Merge: 7062f82a 8b4999bd +commit b82d04332 +Merge: 7062f82a4 8b4999bd3 Author: Campbell Morrison Date: Wed Apr 22 12:42:20 2020 +0100 Merge with default -commit 8b4999bd +commit 8b4999bd3 Author: Campbell Morrison Date: Wed Apr 22 12:41:55 2020 +0100 @@ -22079,14 +24480,14 @@ Date: Wed Apr 22 12:41:55 2020 +0100 web/js/functions.js.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 7062f82a -Merge: fad9fb5e 6b931cd6 +commit 7062f82a4 +Merge: fad9fb5ed 6b931cd6f Author: Campbell Morrison Date: Tue Apr 21 18:00:20 2020 +0100 Merge with default -commit 6b931cd6 +commit 6b931cd6f Author: Campbell Morrison Date: Tue Apr 21 17:52:28 2020 +0100 @@ -22096,7 +24497,7 @@ Date: Tue Apr 21 17:52:28 2020 +0100 web/language.inc | 18 ++++++++++++++---- 2 files changed, 17 insertions(+), 10 deletions(-) -commit 0c425b38 +commit 0c425b38a Author: Campbell Morrison Date: Tue Apr 21 17:32:26 2020 +0100 @@ -22107,7 +24508,7 @@ Date: Tue Apr 21 17:32:26 2020 +0100 web/language.inc | 21 ++++++++++++++++----- 3 files changed, 20 insertions(+), 10 deletions(-) -commit fad9fb5e +commit fad9fb5ed Author: Campbell Morrison Date: Tue Apr 21 16:54:37 2020 +0100 @@ -22117,14 +24518,14 @@ Date: Tue Apr 21 16:54:37 2020 +0100 web/edit_entry.php | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) -commit f5cadb86 -Merge: 5131e4ed f988258c +commit f5cadb86e +Merge: 5131e4ed1 f988258c5 Author: Campbell Morrison Date: Tue Apr 21 16:25:07 2020 +0100 Merge with default -commit f988258c +commit f988258c5 Author: Campbell Morrison Date: Tue Apr 21 16:20:22 2020 +0100 @@ -22134,7 +24535,7 @@ Date: Tue Apr 21 16:20:22 2020 +0100 web/edit_entry.php | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) -commit 96a95f23 +commit 96a95f23a Author: Campbell Morrison Date: Tue Apr 21 16:02:31 2020 +0100 @@ -22143,7 +24544,7 @@ Date: Tue Apr 21 16:02:31 2020 +0100 web/ajax/usernames.php | 8 ++++++++ 1 file changed, 8 insertions(+) -commit f53153f3 +commit f53153f38 Author: Campbell Morrison Date: Tue Apr 21 15:56:35 2020 +0100 @@ -22154,7 +24555,7 @@ Date: Tue Apr 21 15:56:35 2020 +0100 web/language.inc | 18 +++++++++++++----- 3 files changed, 16 insertions(+), 8 deletions(-) -commit a9dfe554 +commit a9dfe5549 Author: Campbell Morrison Date: Tue Apr 21 15:45:52 2020 +0100 @@ -22165,7 +24566,7 @@ Date: Tue Apr 21 15:45:52 2020 +0100 web/language.inc | 9 +++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) -commit 88fde6b0 +commit 88fde6b06 Author: Campbell Morrison Date: Tue Apr 21 14:23:18 2020 +0100 @@ -22176,7 +24577,7 @@ Date: Tue Apr 21 14:23:18 2020 +0100 web/mrbs_auth.inc | 57 +++++++++++++++++----------------- 3 files changed, 73 insertions(+), 29 deletions(-) -commit 5131e4ed +commit 5131e4ed1 Author: Campbell Morrison Date: Mon Apr 20 14:41:25 2020 +0100 @@ -22188,7 +24589,7 @@ Date: Mon Apr 20 14:41:25 2020 +0100 web/lib/MRBS/Session/SessionOmni.php | 14 ++++++++++---- 4 files changed, 30 insertions(+), 15 deletions(-) -commit fd544347 +commit fd5443473 Author: Campbell Morrison Date: Mon Apr 20 14:18:47 2020 +0100 @@ -22197,7 +24598,7 @@ Date: Mon Apr 20 14:18:47 2020 +0100 web/auth/auth_none.inc (gone) | 71 --------------------------------- 1 file changed, 71 deletions(-) -commit 9b03ff83 +commit 9b03ff836 Author: Campbell Morrison Date: Mon Apr 20 14:18:05 2020 +0100 @@ -22216,7 +24617,7 @@ Date: Mon Apr 20 14:18:05 2020 +0100 web/lib/MRBS/Session/SessionWordpress.php | 12 ------- 11 files changed, 36 insertions(+), 95 deletions(-) -commit bc574185 +commit bc574185f Author: Campbell Morrison Date: Sun Apr 19 18:38:10 2020 +0100 @@ -22225,14 +24626,14 @@ Date: Sun Apr 19 18:38:10 2020 +0100 web/view_entry.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 45adfb7e -Merge: fbb7e6a7 61b09bff +commit 45adfb7e2 +Merge: fbb7e6a7b 61b09bff2 Author: Campbell Morrison Date: Sun Apr 19 18:23:26 2020 +0100 Merge with default -commit 61b09bff +commit 61b09bff2 Author: Campbell Morrison Date: Sun Apr 19 18:22:37 2020 +0100 @@ -22243,14 +24644,14 @@ Date: Sun Apr 19 18:22:37 2020 +0100 web/report.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit fbb7e6a7 -Merge: 8d265c89 5d46e477 +commit fbb7e6a7b +Merge: 8d265c89d 5d46e4779 Author: Campbell Morrison Date: Sun Apr 19 18:09:02 2020 +0100 Merge with default -commit 5d46e477 +commit 5d46e4779 Author: Campbell Morrison Date: Sun Apr 19 18:08:08 2020 +0100 @@ -22261,7 +24662,7 @@ Date: Sun Apr 19 18:08:08 2020 +0100 web/search.php | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) -commit 8d265c89 +commit 8d265c89d Author: Campbell Morrison Date: Sun Apr 19 17:38:07 2020 +0100 @@ -22276,7 +24677,7 @@ Date: Sun Apr 19 17:38:07 2020 +0100 web/search.php | 8 ++++---- 7 files changed, 12 insertions(+), 13 deletions(-) -commit e0a619f2 +commit e0a619f2e Author: Campbell Morrison Date: Sun Apr 19 15:20:02 2020 +0100 @@ -22286,7 +24687,7 @@ Date: Sun Apr 19 15:20:02 2020 +0100 web/systemdefaults.inc.php | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) -commit 72e1e528 +commit 72e1e528a Author: Campbell Morrison Date: Sun Apr 19 08:18:49 2020 +0100 @@ -22295,14 +24696,14 @@ Date: Sun Apr 19 08:18:49 2020 +0100 web/lib/MRBS/Auth/AuthDbExt.php | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) -commit 4c8e0669 -Merge: 1c55ed5e e2ee5a70 +commit 4c8e06698 +Merge: 1c55ed5e4 e2ee5a708 Author: Campbell Morrison Date: Sun Apr 19 07:56:59 2020 +0100 Merge with default -commit e2ee5a70 +commit e2ee5a708 Author: Campbell Morrison Date: Sun Apr 19 07:54:20 2020 +0100 @@ -22311,7 +24712,7 @@ Date: Sun Apr 19 07:54:20 2020 +0100 web/edit_users.php | 210 +++++++++++++++++++++---------------------- 1 file changed, 105 insertions(+), 105 deletions(-) -commit e6e84269 +commit e6e842695 Author: Campbell Morrison Date: Sun Apr 19 06:38:41 2020 +0100 @@ -22320,7 +24721,7 @@ Date: Sun Apr 19 06:38:41 2020 +0100 web/js/functions.js.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 1c55ed5e +commit 1c55ed5e4 Author: Campbell Morrison Date: Sun Apr 19 06:21:18 2020 +0100 @@ -22330,7 +24731,7 @@ Date: Sun Apr 19 06:21:18 2020 +0100 web/lib/MRBS/Auth/AuthDbExt.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 73a00893 +commit 73a008935 Author: Campbell Morrison Date: Sat Apr 18 18:41:59 2020 +0100 @@ -22340,7 +24741,7 @@ Date: Sat Apr 18 18:41:59 2020 +0100 web/systemdefaults.inc.php | 3 +++ 2 files changed, 41 insertions(+), 1 deletion(-) -commit 7c835cf1 +commit 7c835cf1e Author: Campbell Morrison Date: Sat Apr 18 18:27:27 2020 +0100 @@ -22350,7 +24751,7 @@ Date: Sat Apr 18 18:27:27 2020 +0100 web/lang/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1f415692 +commit 1f415692a Author: Campbell Morrison Date: Sat Apr 18 18:22:33 2020 +0100 @@ -22360,7 +24761,7 @@ Date: Sat Apr 18 18:22:33 2020 +0100 web/edit_users.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit 84e04093 +commit 84e04093e Author: Campbell Morrison Date: Sat Apr 18 17:31:36 2020 +0100 @@ -22369,7 +24770,7 @@ Date: Sat Apr 18 17:31:36 2020 +0100 web/lib/MRBS/Auth/AuthDbExt.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit 1d4463b0 +commit 1d4463b0c Author: Campbell Morrison Date: Sat Apr 18 17:25:32 2020 +0100 @@ -22379,7 +24780,7 @@ Date: Sat Apr 18 17:25:32 2020 +0100 web/systemdefaults.inc.php | 3 ++- 2 files changed, 12 insertions(+), 3 deletions(-) -commit 432d194a +commit 432d194ac Author: Campbell Morrison Date: Sat Apr 18 17:11:50 2020 +0100 @@ -22388,7 +24789,7 @@ Date: Sat Apr 18 17:11:50 2020 +0100 web/auth/auth_db_ext.inc (gone) | 25 ------------------------- 1 file changed, 25 deletions(-) -commit 879b6368 +commit 879b63684 Author: Campbell Morrison Date: Sat Apr 18 17:10:57 2020 +0100 @@ -22398,7 +24799,7 @@ Date: Sat Apr 18 17:10:57 2020 +0100 web/lib/MRBS/Auth/AuthDbExt.php (new) | 235 ++++++++++++++++++++++++ 2 files changed, 235 insertions(+), 208 deletions(-) -commit c309fc3d +commit c309fc3d9 Author: Campbell Morrison Date: Sat Apr 18 06:47:30 2020 +0100 @@ -22413,7 +24814,7 @@ Date: Sat Apr 18 06:47:30 2020 +0100 web/upgrade/64/pgsql.sql | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -commit fba3443e +commit fba3443ec Author: Campbell Morrison Date: Fri Apr 17 17:11:28 2020 +0100 @@ -22422,7 +24823,7 @@ Date: Fri Apr 17 17:11:28 2020 +0100 web/lib/MRBS/Auth/AuthDb.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) -commit c73b45a4 +commit c73b45a49 Author: Campbell Morrison Date: Fri Apr 17 17:00:07 2020 +0100 @@ -22431,7 +24832,7 @@ Date: Fri Apr 17 17:00:07 2020 +0100 web/edit_users.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -commit 68ab57c3 +commit 68ab57c3b Author: Campbell Morrison Date: Fri Apr 17 16:36:52 2020 +0100 @@ -22440,7 +24841,7 @@ Date: Fri Apr 17 16:36:52 2020 +0100 web/edit_users.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit a52fadd8 +commit a52fadd89 Author: Campbell Morrison Date: Fri Apr 17 15:51:51 2020 +0100 @@ -22452,14 +24853,14 @@ Date: Fri Apr 17 15:51:51 2020 +0100 web/lang/lang.en | 3 +- 4 files changed, 155 insertions(+), 123 deletions(-) -commit 7a41f097 -Merge: ef8c36c1 9d2cad30 +commit 7a41f0977 +Merge: ef8c36c13 9d2cad303 Author: Campbell Morrison Date: Fri Apr 17 14:58:52 2020 +0100 Merge with default -commit 9d2cad30 +commit 9d2cad303 Author: Campbell Morrison Date: Fri Apr 17 14:58:33 2020 +0100 @@ -22470,7 +24871,7 @@ Date: Fri Apr 17 14:58:33 2020 +0100 web/upgrade.inc | 44 ++++++++++++++++----------------- 2 files changed, 23 insertions(+), 23 deletions(-) -commit ef8c36c1 +commit ef8c36c13 Author: Campbell Morrison Date: Fri Apr 17 14:51:38 2020 +0100 @@ -22481,7 +24882,7 @@ Date: Fri Apr 17 14:51:38 2020 +0100 web/upgrade/64/pgsql.sql (new) | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) -commit 01900452 +commit 019004525 Author: Campbell Morrison Date: Fri Apr 17 14:32:25 2020 +0100 @@ -22490,14 +24891,14 @@ Date: Fri Apr 17 14:32:25 2020 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 89 +++++++++++---------- 1 file changed, 45 insertions(+), 44 deletions(-) -commit efdfaa75 -Merge: de8ab447 2aeb6006 +commit efdfaa757 +Merge: de8ab4475 2aeb60060 Author: Campbell Morrison Date: Fri Apr 17 14:07:28 2020 +0100 Merge with default -commit 2aeb6006 +commit 2aeb60060 Author: Campbell Morrison Date: Fri Apr 17 14:07:01 2020 +0100 @@ -22507,7 +24908,7 @@ Date: Fri Apr 17 14:07:01 2020 +0100 web/site_config.inc (new) | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -commit 4cf430f2 +commit 4cf430f27 Author: Campbell Morrison Date: Fri Apr 17 14:06:09 2020 +0100 @@ -22519,7 +24920,7 @@ Date: Fri Apr 17 14:06:09 2020 +0100 web/defaultincludes.inc | 20 +------------------- 3 files changed, 8 insertions(+), 22 deletions(-) -commit e37fb9bc +commit e37fb9bcb Author: Campbell Morrison Date: Fri Apr 17 12:10:50 2020 +0100 @@ -22528,7 +24929,7 @@ Date: Fri Apr 17 12:10:50 2020 +0100 web/admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 17ffd7ea +commit 17ffd7eab Author: Campbell Morrison Date: Fri Apr 17 11:59:59 2020 +0100 @@ -22537,7 +24938,7 @@ Date: Fri Apr 17 11:59:59 2020 +0100 web/admin.php | 98 ++++++++++++++++++++++++------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) -commit 042d66a7 +commit 042d66a72 Author: Campbell Morrison Date: Fri Apr 17 11:55:11 2020 +0100 @@ -22546,14 +24947,14 @@ Date: Fri Apr 17 11:55:11 2020 +0100 web/functions.inc | 16 ---------------- 1 file changed, 16 deletions(-) -commit de8ab447 -Merge: 81128318 d5e4a5ea +commit de8ab4475 +Merge: 811283183 d5e4a5ea7 Author: Campbell Morrison Date: Fri Apr 17 10:41:07 2020 +0100 Merge with default -commit d5e4a5ea +commit d5e4a5ea7 Author: Campbell Morrison Date: Fri Apr 17 10:34:38 2020 +0100 @@ -22562,7 +24963,7 @@ Date: Fri Apr 17 10:34:38 2020 +0100 web/js/functions.js.php | 49 +++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 28 deletions(-) -commit 78a76b94 +commit 78a76b947 Author: Campbell Morrison Date: Fri Apr 17 10:16:36 2020 +0100 @@ -22633,41 +25034,41 @@ Date: Fri Apr 17 10:16:36 2020 +0100 web/jquery/select2/dist/js/select2.min.js | 4 +- 63 files changed, 234 insertions(+), 106 deletions(-) -commit 81128318 -Merge: b1d9c4f3 8fa42668 +commit 811283183 +Merge: b1d9c4f36 8fa42668d Author: Campbell Morrison Date: Fri Apr 17 09:50:04 2020 +0100 Merge with default -commit 8fa42668 -Merge: 6ec1c6dd 748250f1 +commit 8fa42668d +Merge: 6ec1c6ddb 748250f1f Author: Campbell Morrison Date: Fri Apr 17 09:48:13 2020 +0100 Merge with multisite -commit 748250f1 (origin/multisite, multisite) +commit 748250f1f (origin/multisite, multisite) Author: Campbell Morrison Date: Fri Apr 17 09:47:41 2020 +0100 Closed branch -commit 86fd9447 -Merge: 905a6baf 6ec1c6dd +commit 86fd94475 +Merge: 905a6bafb 6ec1c6ddb Author: Campbell Morrison Date: Mon Apr 13 15:22:46 2020 +0100 Merge with default -commit b1d9c4f3 -Merge: 9433b9b1 6ec1c6dd +commit b1d9c4f36 +Merge: 9433b9b16 6ec1c6ddb Author: Campbell Morrison Date: Mon Apr 13 15:22:24 2020 +0100 Merge with default -commit 6ec1c6dd +commit 6ec1c6ddb Author: Campbell Morrison Date: Mon Apr 13 15:21:59 2020 +0100 @@ -22677,7 +25078,7 @@ Date: Mon Apr 13 15:21:59 2020 +0100 web/js/resizable.js.php | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) -commit c66c15e0 +commit c66c15e06 Author: Campbell Morrison Date: Mon Apr 13 13:24:11 2020 +0100 @@ -22686,7 +25087,7 @@ Date: Mon Apr 13 13:24:11 2020 +0100 web/js/resizable.js.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) -commit 95b5ec1e +commit 95b5ec1ec Author: Campbell Morrison Date: Mon Apr 13 11:28:08 2020 +0100 @@ -22695,7 +25096,7 @@ Date: Mon Apr 13 11:28:08 2020 +0100 web/js/resizable.js.php | 69 ++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 34 deletions(-) -commit a6fa739f +commit a6fa739f9 Author: Campbell Morrison Date: Mon Apr 13 11:21:46 2020 +0100 @@ -22704,7 +25105,7 @@ Date: Mon Apr 13 11:21:46 2020 +0100 web/js/resizable.js.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) -commit 64d0df7a +commit 64d0df7a7 Author: Campbell Morrison Date: Mon Apr 13 10:51:30 2020 +0100 @@ -22713,7 +25114,7 @@ Date: Mon Apr 13 10:51:30 2020 +0100 web/js/resizable.js.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 5254eba5 +commit 5254eba58 Author: Campbell Morrison Date: Mon Apr 13 10:33:40 2020 +0100 @@ -22722,21 +25123,21 @@ Date: Mon Apr 13 10:33:40 2020 +0100 web/js/resizable.js.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit 905a6baf -Merge: 30eaacb6 5fb0f635 +commit 905a6bafb +Merge: 30eaacb66 5fb0f6359 Author: Campbell Morrison Date: Sun Apr 12 17:39:30 2020 +0100 Merge with default -commit 9433b9b1 -Merge: b180bbca 5fb0f635 +commit 9433b9b16 +Merge: b180bbcab 5fb0f6359 Author: Campbell Morrison Date: Sun Apr 12 17:39:11 2020 +0100 Merge with default -commit 5fb0f635 +commit 5fb0f6359 Author: Campbell Morrison Date: Sun Apr 12 17:06:32 2020 +0100 @@ -22745,7 +25146,7 @@ Date: Sun Apr 12 17:06:32 2020 +0100 web/js/resizable.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 60730ac8 +commit 60730ac81 Author: Campbell Morrison Date: Sun Apr 12 16:02:51 2020 +0100 @@ -22754,7 +25155,7 @@ Date: Sun Apr 12 16:02:51 2020 +0100 web/js/refresh.js.php | 2 -- 1 file changed, 2 deletions(-) -commit 265e4b0b +commit 265e4b0bd Author: Campbell Morrison Date: Sun Apr 12 15:53:06 2020 +0100 @@ -22763,7 +25164,7 @@ Date: Sun Apr 12 15:53:06 2020 +0100 web/js/refresh.js.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit f9840bd2 +commit f9840bd2e Author: Campbell Morrison Date: Sun Apr 12 15:33:06 2020 +0100 @@ -22774,21 +25175,21 @@ Date: Sun Apr 12 15:33:06 2020 +0100 web/css/mrbs.css.php | 19 ------------------- 3 files changed, 8 insertions(+), 27 deletions(-) -commit 30eaacb6 -Merge: 5bfe9499 ae41231f +commit 30eaacb66 +Merge: 5bfe94997 ae41231fd Author: Campbell Morrison Date: Sun Apr 12 12:33:32 2020 +0100 Merge with default -commit b180bbca -Merge: 243d96be ae41231f +commit b180bbcab +Merge: 243d96be7 ae41231fd Author: Campbell Morrison Date: Sun Apr 12 12:33:10 2020 +0100 Merge with default -commit ae41231f +commit ae41231fd Author: Campbell Morrison Date: Sun Apr 12 12:32:52 2020 +0100 @@ -22797,7 +25198,7 @@ Date: Sun Apr 12 12:32:52 2020 +0100 web/systemdefaults.inc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 5bfe9499 +commit 5bfe94997 Author: Campbell Morrison Date: Sun Apr 12 12:31:18 2020 +0100 @@ -22807,21 +25208,21 @@ Date: Sun Apr 12 12:31:18 2020 +0100 web/style.inc | 12 ++++++------ 2 files changed, 7 insertions(+), 10 deletions(-) -commit 04a93d69 -Merge: 6fcb445d 6caaff50 +commit 04a93d696 +Merge: 6fcb445df 6caaff503 Author: Campbell Morrison Date: Sun Apr 12 12:01:01 2020 +0100 Merge with default -commit 243d96be -Merge: 5f2653be 6caaff50 +commit 243d96be7 +Merge: 5f2653be3 6caaff503 Author: Campbell Morrison Date: Sun Apr 12 12:00:40 2020 +0100 Merge with default -commit 6caaff50 +commit 6caaff503 Author: Campbell Morrison Date: Sun Apr 12 12:00:03 2020 +0100 @@ -22831,7 +25232,7 @@ Date: Sun Apr 12 12:00:03 2020 +0100 web/js/refresh.js.php | 1 + 1 file changed, 1 insertion(+) -commit 6fcb445d +commit 6fcb445df Author: Campbell Morrison Date: Sun Apr 12 11:28:41 2020 +0100 @@ -22840,7 +25241,7 @@ Date: Sun Apr 12 11:28:41 2020 +0100 web/index.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit 827d4c5d +commit 827d4c5de Author: Campbell Morrison Date: Sun Apr 12 11:12:27 2020 +0100 @@ -22851,7 +25252,7 @@ Date: Sun Apr 12 11:12:27 2020 +0100 web/js.inc | 6 ++++++ 3 files changed, 9 insertions(+), 2 deletions(-) -commit 41cdb2e1 +commit 41cdb2e12 Author: Campbell Morrison Date: Sun Apr 12 09:47:19 2020 +0100 @@ -22860,7 +25261,7 @@ Date: Sun Apr 12 09:47:19 2020 +0100 web/js/resizable.js.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 19f8845d +commit 19f8845dd Author: Campbell Morrison Date: Sat Apr 11 19:11:14 2020 +0100 @@ -22873,7 +25274,7 @@ Date: Sat Apr 11 19:11:14 2020 +0100 web/js/resizable.js.php | 5 +++++ 5 files changed, 36 insertions(+), 3 deletions(-) -commit ba1ac056 +commit ba1ac0560 Author: Campbell Morrison Date: Sat Apr 11 18:52:31 2020 +0100 @@ -22883,7 +25284,7 @@ Date: Sat Apr 11 18:52:31 2020 +0100 web/js/search.js.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 88785273 +commit 887852737 Author: Campbell Morrison Date: Sat Apr 11 18:32:40 2020 +0100 @@ -22892,7 +25293,7 @@ Date: Sat Apr 11 18:32:40 2020 +0100 web/functions_table.inc | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) -commit 5a05b288 +commit 5a05b288a Author: Campbell Morrison Date: Sat Apr 11 18:12:33 2020 +0100 @@ -22903,7 +25304,7 @@ Date: Sat Apr 11 18:12:33 2020 +0100 web/js/datepicker.js.php | 4 ++++ 3 files changed, 24 insertions(+), 1 deletion(-) -commit 04c19a05 +commit 04c19a057 Author: Campbell Morrison Date: Sat Apr 11 17:06:15 2020 +0100 @@ -22926,7 +25327,7 @@ Date: Sat Apr 11 17:06:15 2020 +0100 web/view_entry.php | 54 ++++++++++++++--------------- 15 files changed, 59 insertions(+), 59 deletions(-) -commit 5ca52ed1 +commit 5ca52ed1a Author: Campbell Morrison Date: Sat Apr 11 16:29:07 2020 +0100 @@ -22948,7 +25349,7 @@ Date: Sat Apr 11 16:29:07 2020 +0100 web/upgrade.inc | 2 +- 14 files changed, 59 insertions(+), 51 deletions(-) -commit d3dd8a08 +commit d3dd8a086 Author: Campbell Morrison Date: Sat Apr 11 15:44:17 2020 +0100 @@ -22975,13 +25376,13 @@ Date: Sat Apr 11 15:44:17 2020 +0100 web/view_entry.php | 12 +++++++++ 19 files changed, 110 insertions(+), 37 deletions(-) -commit 038fceb4 +commit 038fceb41 Author: Campbell Morrison Date: Sat Apr 11 11:19:54 2020 +0100 Opened a new branch for the development of multisite capability -commit 5f2653be +commit 5f2653be3 Author: Campbell Morrison Date: Fri Apr 10 14:43:57 2020 +0100 @@ -22992,7 +25393,7 @@ Date: Fri Apr 10 14:43:57 2020 +0100 web/lib/MRBS/Auth/AuthWordpress.php | 10 ++++++++++ 3 files changed, 11 insertions(+), 13 deletions(-) -commit e10f7d68 +commit e10f7d68a Author: Campbell Morrison Date: Fri Apr 10 14:31:01 2020 +0100 @@ -23001,7 +25402,7 @@ Date: Fri Apr 10 14:31:01 2020 +0100 web/auth/cms/wordpress.inc | 2 ++ 1 file changed, 2 insertions(+) -commit d1df4cf7 +commit d1df4cf71 Author: Campbell Morrison Date: Fri Apr 10 13:47:07 2020 +0100 @@ -23012,7 +25413,7 @@ Date: Fri Apr 10 13:47:07 2020 +0100 web/lib/MRBS/Session/SessionJoomla.php | 14 +++++++------- 3 files changed, 8 insertions(+), 15 deletions(-) -commit e5f4df88 +commit e5f4df88f Author: Campbell Morrison Date: Fri Apr 10 12:33:49 2020 +0100 @@ -23022,7 +25423,7 @@ Date: Fri Apr 10 12:33:49 2020 +0100 web/lib/MRBS/Auth/AuthJoomla.php | 12 ++++++++++++ 2 files changed, 12 insertions(+), 5 deletions(-) -commit 021abd09 +commit 021abd096 Author: Campbell Morrison Date: Fri Apr 10 12:20:29 2020 +0100 @@ -23031,7 +25432,7 @@ Date: Fri Apr 10 12:20:29 2020 +0100 web/auth/auth_db.inc (gone) | 30 ------------------------------ 1 file changed, 30 deletions(-) -commit 786e5892 +commit 786e58920 Author: Campbell Morrison Date: Fri Apr 10 12:17:40 2020 +0100 @@ -23042,7 +25443,7 @@ Date: Fri Apr 10 12:17:40 2020 +0100 web/lib/MRBS/Auth/AuthDb.php | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) -commit c1d87b6d +commit c1d87b6d4 Author: Campbell Morrison Date: Fri Apr 10 12:10:06 2020 +0100 @@ -23052,7 +25453,7 @@ Date: Fri Apr 10 12:10:06 2020 +0100 web/lib/MRBS/Auth/AuthDb.php | 226 +++++++++++++++++++++++++++++++++ 2 files changed, 226 insertions(+), 226 deletions(-) -commit 0641453b +commit 0641453b2 Author: Campbell Morrison Date: Fri Apr 10 11:39:18 2020 +0100 @@ -23062,7 +25463,7 @@ Date: Fri Apr 10 11:39:18 2020 +0100 web/mrbs_auth.inc | 6 ++++-- 2 files changed, 4 insertions(+), 26 deletions(-) -commit 6c47ffc2 +commit 6c47ffc22 Author: Campbell Morrison Date: Fri Apr 10 11:35:09 2020 +0100 @@ -23072,7 +25473,7 @@ Date: Fri Apr 10 11:35:09 2020 +0100 web/lib/MRBS/Auth/AuthConfig.php | 35 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 33 deletions(-) -commit 2ab6f703 +commit 2ab6f7030 Author: Campbell Morrison Date: Fri Apr 10 10:38:52 2020 +0100 @@ -23081,7 +25482,7 @@ Date: Fri Apr 10 10:38:52 2020 +0100 web/auth/auth_ldap.inc (gone) | 83 --------------------------------- 1 file changed, 83 deletions(-) -commit 685c2ed1 +commit 685c2ed11 Author: Campbell Morrison Date: Fri Apr 10 10:36:39 2020 +0100 @@ -23090,7 +25491,7 @@ Date: Fri Apr 10 10:36:39 2020 +0100 web/auth/auth_ldap.inc | 50 ---------------------------------------- 1 file changed, 50 deletions(-) -commit 5db3edf5 +commit 5db3edf51 Author: Campbell Morrison Date: Fri Apr 10 10:34:02 2020 +0100 @@ -23099,7 +25500,7 @@ Date: Fri Apr 10 10:34:02 2020 +0100 web/auth/auth_ldap.inc | 270 --------------------------------------- 1 file changed, 270 deletions(-) -commit c5578847 +commit c5578847b Author: Campbell Morrison Date: Fri Apr 10 10:32:50 2020 +0100 @@ -23108,7 +25509,7 @@ Date: Fri Apr 10 10:32:50 2020 +0100 web/auth/auth_ldap.inc | 13 ------------- 1 file changed, 13 deletions(-) -commit 2912c105 +commit 2912c105c Author: Campbell Morrison Date: Fri Apr 10 10:31:40 2020 +0100 @@ -23118,7 +25519,7 @@ Date: Fri Apr 10 10:31:40 2020 +0100 web/lib/MRBS/Auth/AuthLdap.php | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) -commit 7488dbf8 +commit 7488dbf87 Author: Campbell Morrison Date: Fri Apr 10 10:27:45 2020 +0100 @@ -23127,7 +25528,7 @@ Date: Fri Apr 10 10:27:45 2020 +0100 web/auth/auth_ldap.inc | 69 ---------------------------------------- 1 file changed, 69 deletions(-) -commit e1ed7c8f +commit e1ed7c8fc Author: Campbell Morrison Date: Fri Apr 10 10:26:02 2020 +0100 @@ -23136,7 +25537,7 @@ Date: Fri Apr 10 10:26:02 2020 +0100 web/auth/auth_ldap.inc | 68 ---------------------------------------- 1 file changed, 68 deletions(-) -commit b2d2f33f +commit b2d2f33f7 Author: Campbell Morrison Date: Fri Apr 10 10:22:40 2020 +0100 @@ -23146,7 +25547,7 @@ Date: Fri Apr 10 10:22:40 2020 +0100 web/lib/MRBS/Auth/AuthLdap.php | 1 + 2 files changed, 1 insertion(+), 55 deletions(-) -commit dfd4f098 +commit dfd4f0988 Author: Campbell Morrison Date: Fri Apr 10 10:19:26 2020 +0100 @@ -23158,7 +25559,7 @@ Date: Fri Apr 10 10:19:26 2020 +0100 web/lib/MRBS/Auth/AuthWordpress.php | 2 +- 4 files changed, 140 insertions(+), 138 deletions(-) -commit e6bc07ce +commit e6bc07ce4 Author: Campbell Morrison Date: Fri Apr 10 09:54:16 2020 +0100 @@ -23168,7 +25569,7 @@ Date: Fri Apr 10 09:54:16 2020 +0100 web/lib/MRBS/Auth/AuthJoomla.php | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 20 deletions(-) -commit 0325d9a9 +commit 0325d9a98 Author: Campbell Morrison Date: Fri Apr 10 09:45:17 2020 +0100 @@ -23180,14 +25581,14 @@ Date: Fri Apr 10 09:45:17 2020 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 2 +- 4 files changed, 20 insertions(+), 49 deletions(-) -commit 6fe34192 -Merge: dd327458 07d39fc9 +commit 6fe341920 +Merge: dd3274580 07d39fc9a Author: Campbell Morrison Date: Fri Apr 10 09:21:17 2020 +0100 Merge with default -commit 07d39fc9 +commit 07d39fc9a Author: Campbell Morrison Date: Fri Apr 10 09:20:57 2020 +0100 @@ -23196,7 +25597,7 @@ Date: Fri Apr 10 09:20:57 2020 +0100 web/style.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit dd327458 +commit dd3274580 Author: Campbell Morrison Date: Thu Apr 9 16:44:23 2020 +0100 @@ -23209,7 +25610,7 @@ Date: Thu Apr 9 16:44:23 2020 +0100 web/auth/functions_auth.inc (gone) | 32 ---------------------------- 5 files changed, 4 insertions(+), 36 deletions(-) -commit d449c949 +commit d449c9494 Author: Campbell Morrison Date: Thu Apr 9 16:32:49 2020 +0100 @@ -23219,7 +25620,7 @@ Date: Thu Apr 9 16:32:49 2020 +0100 web/lib/MRBS/Auth/AuthDb.php | 27 +++++++++++++++++++-------- 2 files changed, 19 insertions(+), 19 deletions(-) -commit ff490af5 +commit ff490af5b Author: Campbell Morrison Date: Thu Apr 9 16:25:24 2020 +0100 @@ -23229,7 +25630,7 @@ Date: Thu Apr 9 16:25:24 2020 +0100 web/lib/MRBS/Auth/AuthWordpress.php | 89 ++++++++++++++++++++++----- 2 files changed, 72 insertions(+), 69 deletions(-) -commit f3f8258e +commit f3f8258eb Author: Campbell Morrison Date: Thu Apr 9 15:50:56 2020 +0100 @@ -23239,7 +25640,7 @@ Date: Thu Apr 9 15:50:56 2020 +0100 web/lib/MRBS/Auth/AuthConfig.php | 21 +++++++++++++++++++-- 2 files changed, 19 insertions(+), 22 deletions(-) -commit e4df407f +commit e4df407f6 Author: Campbell Morrison Date: Thu Apr 9 15:30:41 2020 +0100 @@ -23249,7 +25650,7 @@ Date: Thu Apr 9 15:30:41 2020 +0100 web/lib/MRBS/Auth/AuthLdap.php | 106 +++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+), 112 deletions(-) -commit 02cc0859 +commit 02cc0859b Author: Campbell Morrison Date: Thu Apr 9 12:01:20 2020 +0100 @@ -23258,7 +25659,7 @@ Date: Thu Apr 9 12:01:20 2020 +0100 web/lib/MRBS/Auth/AuthLdap.php | 116 +++++++++++++++---------------- 1 file changed, 58 insertions(+), 58 deletions(-) -commit 8b255da1 +commit 8b255da1e Author: Campbell Morrison Date: Thu Apr 9 11:49:52 2020 +0100 @@ -23270,7 +25671,7 @@ Date: Thu Apr 9 11:49:52 2020 +0100 web/lib/MRBS/Auth/AuthJoomla.php | 77 +++++++++++++++++++++++++++++ 4 files changed, 119 insertions(+), 91 deletions(-) -commit 9794acd0 +commit 9794acd0f Author: Campbell Morrison Date: Thu Apr 9 10:33:43 2020 +0100 @@ -23279,14 +25680,14 @@ Date: Thu Apr 9 10:33:43 2020 +0100 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8d4770ee -Merge: 32169e6c e8e960fa +commit 8d4770eec +Merge: 32169e6cd e8e960fac Author: Campbell Morrison Date: Wed Apr 8 14:38:41 2020 +0100 Merge with default -commit e8e960fa +commit e8e960fac Author: Campbell Morrison Date: Wed Apr 8 14:38:00 2020 +0100 @@ -23295,7 +25696,7 @@ Date: Wed Apr 8 14:38:00 2020 +0100 web/functions.inc | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) -commit d0d8d5b9 +commit d0d8d5b91 Author: Campbell Morrison Date: Wed Apr 8 14:36:52 2020 +0100 @@ -23304,7 +25705,7 @@ Date: Wed Apr 8 14:36:52 2020 +0100 web/systemdefaults.inc.php | 1 + 1 file changed, 1 insertion(+) -commit 32169e6c +commit 32169e6cd Author: Campbell Morrison Date: Sun Apr 5 12:01:38 2020 +0100 @@ -23314,14 +25715,14 @@ Date: Sun Apr 5 12:01:38 2020 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) -commit d2e9e501 -Merge: bfa5956b 7f3e0410 +commit d2e9e5010 +Merge: bfa5956ba 7f3e0410f Author: Campbell Morrison Date: Sun Apr 5 11:56:40 2020 +0100 Merge with default -commit 7f3e0410 +commit 7f3e0410f Author: Campbell Morrison Date: Sun Apr 5 11:55:51 2020 +0100 @@ -23337,7 +25738,7 @@ Date: Sun Apr 5 11:55:51 2020 +0100 web/session/session_wordpress.inc | 4 ++-- 8 files changed, 41 insertions(+), 15 deletions(-) -commit 55aca6dc +commit 55aca6dc3 Author: Campbell Morrison Date: Sun Apr 5 10:37:51 2020 +0100 @@ -23362,7 +25763,7 @@ Date: Sun Apr 5 10:37:51 2020 +0100 web/view_entry.php | 3 +-- 16 files changed, 34 insertions(+), 49 deletions(-) -commit bfa5956b +commit bfa5956ba Author: Campbell Morrison Date: Fri Apr 3 16:36:39 2020 +0100 @@ -23371,7 +25772,7 @@ Date: Fri Apr 3 16:36:39 2020 +0100 web/functions.inc | 1 + 1 file changed, 1 insertion(+) -commit 821caaeb +commit 821caaeb7 Author: Campbell Morrison Date: Fri Apr 3 16:33:05 2020 +0100 @@ -23383,7 +25784,7 @@ Date: Fri Apr 3 16:33:05 2020 +0100 web/search.php | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) -commit 4fa011f9 +commit 4fa011f90 Author: Campbell Morrison Date: Fri Apr 3 16:29:50 2020 +0100 @@ -23392,7 +25793,7 @@ Date: Fri Apr 3 16:29:50 2020 +0100 web/pending.php | 96 +++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 48 deletions(-) -commit e6947832 +commit e6947832a Author: Campbell Morrison Date: Fri Apr 3 15:59:20 2020 +0100 @@ -23401,7 +25802,7 @@ Date: Fri Apr 3 15:59:20 2020 +0100 web/lib/MRBS/Auth/AuthJoomla.php | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) -commit 470fd652 +commit 470fd652a Author: Campbell Morrison Date: Fri Apr 3 15:12:39 2020 +0100 @@ -23410,7 +25811,7 @@ Date: Fri Apr 3 15:12:39 2020 +0100 web/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c4483e8f +commit c4483e8f9 Author: Campbell Morrison Date: Fri Apr 3 15:03:58 2020 +0100 @@ -23419,7 +25820,7 @@ Date: Fri Apr 3 15:03:58 2020 +0100 web/report.php | 3 +++ 1 file changed, 3 insertions(+) -commit 1d6d1318 +commit 1d6d13180 Author: Campbell Morrison Date: Fri Apr 3 12:05:38 2020 +0100 @@ -23428,7 +25829,7 @@ Date: Fri Apr 3 12:05:38 2020 +0100 web/Themes/default/header.inc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit 8c51b0b7 +commit 8c51b0b77 Author: John Beranek Date: Wed Apr 1 15:38:07 2020 +0100 @@ -23439,20 +25840,20 @@ Date: Wed Apr 1 15:38:07 2020 +0100 web/lang/lang.no | 226 +++++++++++++++++++++++++++++++++++--------- 3 files changed, 547 insertions(+), 133 deletions(-) -commit 5941213b -Merge: 2dac070f ec1928bd +commit 5941213b2 +Merge: 2dac070fe ec1928bd9 Author: Campbell Morrison Date: Wed Apr 1 07:24:47 2020 +0100 Merge with default -commit ec1928bd +commit ec1928bd9 Author: John Beranek Date: Tue Mar 31 19:51:54 2020 +0100 Added tag mrbs-1_8_0 for changeset 298dd950f6c9 -commit a2a0f6e6 (tag: mrbs-1_8_0) +commit a2a0f6e6b (tag: mrbs-1_8_0) Author: John Beranek Date: Tue Mar 31 19:51:30 2020 +0100 @@ -23462,14 +25863,14 @@ Date: Tue Mar 31 19:51:30 2020 +0100 NEWS | 274 +- 2 files changed, 17148 insertions(+), 3158 deletions(-) -commit 2dac070f -Merge: a74269b0 576a47d8 +commit 2dac070fe +Merge: a74269b0e 576a47d85 Author: Campbell Morrison Date: Tue Mar 31 15:03:55 2020 +0100 Merge with default -commit 576a47d8 +commit 576a47d85 Author: Campbell Morrison Date: Tue Mar 31 14:54:03 2020 +0100 @@ -23478,7 +25879,7 @@ Date: Tue Mar 31 14:54:03 2020 +0100 web/css/mrbs-print.css.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit b0fe2cb6 +commit b0fe2cb6c Author: Campbell Morrison Date: Tue Mar 31 14:44:09 2020 +0100 @@ -23489,14 +25890,14 @@ Date: Tue Mar 31 14:44:09 2020 +0100 web/css/mrbs.css.php | 2 +- 3 files changed, 22 insertions(+), 20 deletions(-) -commit a74269b0 -Merge: a6bf5b51 ce7c2a48 +commit a74269b0e +Merge: a6bf5b51d ce7c2a485 Author: Campbell Morrison Date: Mon Mar 30 09:47:36 2020 +0100 Merge with default -commit ce7c2a48 +commit ce7c2a485 Author: Campbell Morrison Date: Mon Mar 30 09:47:15 2020 +0100 @@ -23505,14 +25906,14 @@ Date: Mon Mar 30 09:47:15 2020 +0100 web/js/refresh.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a6bf5b51 -Merge: d25d7bc6 b820efa8 +commit a6bf5b51d +Merge: d25d7bc64 b820efa8e Author: Campbell Morrison Date: Mon Mar 30 09:35:29 2020 +0100 Merge with default -commit b820efa8 +commit b820efa8e Author: Campbell Morrison Date: Mon Mar 30 09:34:46 2020 +0100 @@ -23522,20 +25923,20 @@ Date: Mon Mar 30 09:34:46 2020 +0100 web/functions_mail.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 70f33ea6 -Merge: 3131f648 7436c734 +commit 70f33ea6a +Merge: 3131f6480 7436c734a Author: Campbell Morrison Date: Fri Mar 27 14:28:20 2020 +0000 Merge with week_view_all_rooms -commit 7436c734 (origin/week_view_all_rooms) +commit 7436c734a (origin/week_view_all_rooms) Author: Campbell Morrison Date: Fri Mar 27 14:25:27 2020 +0000 Close week_view_all_rooms branch -commit 41cb3154 +commit 41cb31547 Author: Campbell Morrison Date: Fri Mar 27 12:50:10 2020 +0000 @@ -23545,7 +25946,7 @@ Date: Fri Mar 27 12:50:10 2020 +0000 web/js/refresh.js.php | 20 ++++++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) -commit 95e7c2f7 +commit 95e7c2f7c Author: Campbell Morrison Date: Thu Mar 26 16:38:39 2020 +0000 @@ -23554,7 +25955,7 @@ Date: Thu Mar 26 16:38:39 2020 +0000 web/functions_table.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit 34b3f4d9 +commit 34b3f4d9b Author: Campbell Morrison Date: Thu Mar 26 16:31:10 2020 +0000 @@ -23563,7 +25964,7 @@ Date: Thu Mar 26 16:31:10 2020 +0000 web/functions_table.inc | 3 +++ 1 file changed, 3 insertions(+) -commit cf82a1e6 +commit cf82a1e67 Author: Campbell Morrison Date: Thu Mar 26 16:27:13 2020 +0000 @@ -23572,7 +25973,7 @@ Date: Thu Mar 26 16:27:13 2020 +0000 web/js/refresh.js.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -commit ce2b10f6 +commit ce2b10f61 Author: Campbell Morrison Date: Thu Mar 26 16:18:19 2020 +0000 @@ -23581,7 +25982,7 @@ Date: Thu Mar 26 16:18:19 2020 +0000 web/js/refresh.js.php | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) -commit 37b470e2 +commit 37b470e2d Author: Campbell Morrison Date: Thu Mar 26 16:14:17 2020 +0000 @@ -23591,21 +25992,21 @@ Date: Thu Mar 26 16:14:17 2020 +0000 web/js/refresh.js.php | 125 ++++++++++++++++++-------------------- 2 files changed, 97 insertions(+), 74 deletions(-) -commit 05837c46 -Merge: 978a3186 3131f648 +commit 05837c46e +Merge: 978a3186b 3131f6480 Author: Campbell Morrison Date: Wed Mar 25 16:07:08 2020 +0000 Merge with default -commit d25d7bc6 -Merge: 14e53a41 3131f648 +commit d25d7bc64 +Merge: 14e53a413 3131f6480 Author: Campbell Morrison Date: Wed Mar 25 16:06:45 2020 +0000 Merge with default -commit 3131f648 +commit 3131f6480 Author: Campbell Morrison Date: Wed Mar 25 16:03:25 2020 +0000 @@ -23615,7 +26016,7 @@ Date: Wed Mar 25 16:03:25 2020 +0000 web/init.inc | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) -commit 978a3186 +commit 978a3186b Author: Campbell Morrison Date: Sun Mar 22 17:13:46 2020 +0000 @@ -23624,7 +26025,7 @@ Date: Sun Mar 22 17:13:46 2020 +0000 web/functions_table.inc | 47 ++++++++++++--------------------------- 1 file changed, 14 insertions(+), 33 deletions(-) -commit 45ff6be7 +commit 45ff6be73 Author: Campbell Morrison Date: Sun Mar 22 16:50:07 2020 +0000 @@ -23634,7 +26035,7 @@ Date: Sun Mar 22 16:50:07 2020 +0000 web/js/refresh.js.php | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) -commit 5b4408c7 +commit 5b4408c72 Author: Campbell Morrison Date: Sun Mar 22 16:13:59 2020 +0000 @@ -23643,7 +26044,7 @@ Date: Sun Mar 22 16:13:59 2020 +0000 web/functions_table.inc | 55 ++++++++++++++++++++++++++------------- 1 file changed, 37 insertions(+), 18 deletions(-) -commit 16e9e3b9 +commit 16e9e3b96 Author: Campbell Morrison Date: Sun Mar 15 18:23:43 2020 +0000 @@ -23652,7 +26053,7 @@ Date: Sun Mar 15 18:23:43 2020 +0000 web/index.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) -commit 5bd88bbc +commit 5bd88bbce Author: Campbell Morrison Date: Sun Mar 15 18:16:44 2020 +0000 @@ -23661,7 +26062,7 @@ Date: Sun Mar 15 18:16:44 2020 +0000 web/functions_table.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit d56bfff9 +commit d56bfff9c Author: Campbell Morrison Date: Sun Mar 15 18:06:25 2020 +0000 @@ -23670,7 +26071,7 @@ Date: Sun Mar 15 18:06:25 2020 +0000 web/functions_table.inc | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) -commit 6b9df170 +commit 6b9df1700 Author: Campbell Morrison Date: Sun Mar 15 17:47:02 2020 +0000 @@ -23680,21 +26081,21 @@ Date: Sun Mar 15 17:47:02 2020 +0000 web/systemdefaults.inc.php | 5 ----- 2 files changed, 18 insertions(+), 6 deletions(-) -commit bcdfd90c -Merge: 46c5c87a cde6cdbe +commit bcdfd90cf +Merge: 46c5c87a8 cde6cdbee Author: Campbell Morrison Date: Sat Mar 14 12:07:13 2020 +0000 Merge with default -commit 14e53a41 -Merge: 18341142 cde6cdbe +commit 14e53a413 +Merge: 18341142b cde6cdbee Author: Campbell Morrison Date: Sat Mar 14 12:06:54 2020 +0000 Merge with default -commit cde6cdbe +commit cde6cdbee Author: Campbell Morrison Date: Sat Mar 14 12:06:33 2020 +0000 @@ -23703,21 +26104,21 @@ Date: Sat Mar 14 12:06:33 2020 +0000 web/functions.inc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) -commit 46c5c87a -Merge: 77885909 def84db8 +commit 46c5c87a8 +Merge: 778859094 def84db83 Author: Campbell Morrison Date: Sun Mar 1 08:02:55 2020 +0000 Merge with default -commit 18341142 -Merge: 8535388e def84db8 +commit 18341142b +Merge: 8535388e4 def84db83 Author: Campbell Morrison Date: Sun Mar 1 08:02:32 2020 +0000 Merge with default -commit def84db8 +commit def84db83 Author: Campbell Morrison Date: Sun Mar 1 08:02:01 2020 +0000 @@ -23726,7 +26127,7 @@ Date: Sun Mar 1 08:02:01 2020 +0000 web/css/mrbs.css.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) -commit 77885909 +commit 778859094 Author: Campbell Morrison Date: Sat Feb 29 18:36:05 2020 +0000 @@ -23735,7 +26136,7 @@ Date: Sat Feb 29 18:36:05 2020 +0000 web/js/refresh.js.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit 013706ec +commit 013706ec3 Author: Campbell Morrison Date: Sat Feb 29 17:09:03 2020 +0000 @@ -23744,21 +26145,21 @@ Date: Sat Feb 29 17:09:03 2020 +0000 web/js/refresh.js.php | 11 +++++++++++ 1 file changed, 11 insertions(+) -commit 68e2670d -Merge: 0ba6ef36 c45e3599 +commit 68e2670d4 +Merge: 0ba6ef368 c45e35998 Author: Campbell Morrison Date: Sat Feb 29 16:17:30 2020 +0000 Merge with default -commit 8535388e -Merge: cbc3be40 c45e3599 +commit 8535388e4 +Merge: cbc3be40c c45e35998 Author: Campbell Morrison Date: Sat Feb 29 16:17:06 2020 +0000 Merge with default -commit c45e3599 +commit c45e35998 Author: Campbell Morrison Date: Sat Feb 29 16:16:43 2020 +0000 @@ -23768,21 +26169,21 @@ Date: Sat Feb 29 16:16:43 2020 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0ba6ef36 -Merge: 0932131a 509d9fc8 +commit 0ba6ef368 +Merge: 0932131a4 509d9fc83 Author: Campbell Morrison Date: Sat Feb 29 14:20:49 2020 +0000 Merge with default -commit cbc3be40 -Merge: c0e5f905 509d9fc8 +commit cbc3be40c +Merge: c0e5f905c 509d9fc83 Author: Campbell Morrison Date: Sat Feb 29 14:19:45 2020 +0000 Merge with default -commit 509d9fc8 +commit 509d9fc83 Author: Campbell Morrison Date: Sat Feb 29 14:19:07 2020 +0000 @@ -23791,21 +26192,21 @@ Date: Sat Feb 29 14:19:07 2020 +0000 web/css/mrbs.css.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) -commit 0932131a -Merge: 24b0a600 01697670 +commit 0932131a4 +Merge: 24b0a6001 01697670b Author: Campbell Morrison Date: Fri Feb 28 14:11:10 2020 +0000 Merge with default -commit c0e5f905 -Merge: 09fbe8ed 01697670 +commit c0e5f905c +Merge: 09fbe8ed4 01697670b Author: Campbell Morrison Date: Fri Feb 28 14:10:34 2020 +0000 Merge with default -commit 01697670 +commit 01697670b Author: Campbell Morrison Date: Fri Feb 28 13:45:10 2020 +0000 @@ -23815,21 +26216,21 @@ Date: Fri Feb 28 13:45:10 2020 +0000 web/systemdefaults.inc.php | 5 +- 2 files changed, 200 insertions(+), 197 deletions(-) -commit 24b0a600 -Merge: 3c0a7d71 eb5a641b +commit 24b0a6001 +Merge: 3c0a7d717 eb5a641bf Author: Campbell Morrison Date: Mon Feb 24 17:03:31 2020 +0000 Merge with default -commit 09fbe8ed -Merge: 60ad84f7 eb5a641b +commit 09fbe8ed4 +Merge: 60ad84f71 eb5a641bf Author: Campbell Morrison Date: Mon Feb 24 17:02:59 2020 +0000 Merge with default -commit eb5a641b +commit eb5a641bf Author: Campbell Morrison Date: Mon Feb 24 17:02:26 2020 +0000 @@ -23838,21 +26239,21 @@ Date: Mon Feb 24 17:02:26 2020 +0000 web/functions.inc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -commit 3c0a7d71 -Merge: 1bc631a8 8f2fb21a +commit 3c0a7d717 +Merge: 1bc631a84 8f2fb21a0 Author: Campbell Morrison Date: Mon Feb 24 15:59:48 2020 +0000 Merge with default -commit 60ad84f7 -Merge: 255a0f4d 8f2fb21a +commit 60ad84f71 +Merge: 255a0f4de 8f2fb21a0 Author: Campbell Morrison Date: Mon Feb 24 15:59:04 2020 +0000 Merge with default -commit 8f2fb21a +commit 8f2fb21a0 Author: Campbell Morrison Date: Mon Feb 24 15:57:54 2020 +0000 @@ -23861,21 +26262,21 @@ Date: Mon Feb 24 15:57:54 2020 +0000 AUTHENTICATION | 78 +++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 44 deletions(-) -commit 1bc631a8 -Merge: 0a6a91b9 99199c80 +commit 1bc631a84 +Merge: 0a6a91b99 99199c805 Author: Campbell Morrison Date: Fri Feb 14 12:16:27 2020 +0000 Merge with default -commit 255a0f4d -Merge: 6f953c04 99199c80 +commit 255a0f4de +Merge: 6f953c04e 99199c805 Author: Campbell Morrison Date: Fri Feb 14 12:16:10 2020 +0000 Merge with default -commit 99199c80 +commit 99199c805 Author: Campbell Morrison Date: Fri Feb 14 12:13:06 2020 +0000 @@ -23885,21 +26286,21 @@ Date: Fri Feb 14 12:13:06 2020 +0000 web/lib/MRBS/Form/Element.php | 174 ++++++++++++++++---------------- 1 file changed, 88 insertions(+), 86 deletions(-) -commit 0a6a91b9 -Merge: e01e7563 1a77cb47 +commit 0a6a91b99 +Merge: e01e7563b 1a77cb47b Author: Campbell Morrison Date: Thu Feb 13 20:52:30 2020 +0000 Merge with default -commit 6f953c04 -Merge: 2410119e 1a77cb47 +commit 6f953c04e +Merge: 2410119e3 1a77cb47b Author: Campbell Morrison Date: Thu Feb 13 20:52:11 2020 +0000 Merge with default -commit 1a77cb47 +commit 1a77cb47b Author: Campbell Morrison Date: Thu Feb 13 20:51:47 2020 +0000 @@ -23908,7 +26309,7 @@ Date: Thu Feb 13 20:51:47 2020 +0000 web/lang/lang.it | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0b9a7858 +commit 0b9a7858c Author: Campbell Morrison Date: Thu Feb 13 20:50:38 2020 +0000 @@ -23917,21 +26318,21 @@ Date: Thu Feb 13 20:50:38 2020 +0000 web/lang/lang.it | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit e01e7563 -Merge: 1a29c09b bad6a6e2 +commit e01e7563b +Merge: 1a29c09b1 bad6a6e26 Author: Campbell Morrison Date: Sat Feb 8 10:08:21 2020 +0000 Merge with default -commit 2410119e -Merge: 158eaa59 bad6a6e2 +commit 2410119e3 +Merge: 158eaa590 bad6a6e26 Author: Campbell Morrison Date: Sat Feb 8 10:07:58 2020 +0000 Merge with default -commit bad6a6e2 +commit bad6a6e26 Author: Campbell Morrison Date: Sat Feb 8 10:07:36 2020 +0000 @@ -23942,21 +26343,21 @@ Date: Sat Feb 8 10:07:36 2020 +0000 web/lang/lang.en | 1 + 2 files changed, 2 insertions(+) -commit 1a29c09b -Merge: 3dd310c6 b6516f7a +commit 1a29c09b1 +Merge: 3dd310c62 b6516f7a7 Author: Campbell Morrison Date: Fri Feb 7 18:26:16 2020 +0000 Merge with default -commit 158eaa59 -Merge: 2e8dba0a b6516f7a +commit 158eaa590 +Merge: 2e8dba0aa b6516f7a7 Author: Campbell Morrison Date: Fri Feb 7 18:25:49 2020 +0000 Merge with default -commit b6516f7a +commit b6516f7a7 Author: Campbell Morrison Date: Fri Feb 7 18:23:53 2020 +0000 @@ -23965,21 +26366,21 @@ Date: Fri Feb 7 18:23:53 2020 +0000 web/js/datatables.js.php | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) -commit 3dd310c6 -Merge: 93845157 95db468b +commit 3dd310c62 +Merge: 93845157a 95db468ba Author: Campbell Morrison Date: Fri Feb 7 17:55:13 2020 +0000 Merge with default -commit 2e8dba0a -Merge: 2ae0fff9 95db468b +commit 2e8dba0aa +Merge: 2ae0fff92 95db468ba Author: Campbell Morrison Date: Fri Feb 7 17:54:50 2020 +0000 Merge with default -commit 95db468b +commit 95db468ba Author: Campbell Morrison Date: Fri Feb 7 17:52:59 2020 +0000 @@ -23989,21 +26390,21 @@ Date: Fri Feb 7 17:52:59 2020 +0000 web/systemdefaults.inc.php | 7 +++++++ 2 files changed, 19 insertions(+), 5 deletions(-) -commit 93845157 -Merge: ba6b7bba 7d5af62a +commit 93845157a +Merge: ba6b7bba3 7d5af62a2 Author: Campbell Morrison Date: Fri Feb 7 16:14:35 2020 +0000 Merge with default -commit 2ae0fff9 -Merge: 19c92461 7d5af62a +commit 2ae0fff92 +Merge: 19c924615 7d5af62a2 Author: Campbell Morrison Date: Fri Feb 7 16:14:18 2020 +0000 Merge with default -commit 7d5af62a +commit 7d5af62a2 Author: Campbell Morrison Date: Fri Feb 7 16:09:36 2020 +0000 @@ -24012,7 +26413,7 @@ Date: Fri Feb 7 16:09:36 2020 +0000 web/report.php | 277 ++++++++++++++++++++++++----------------------- 1 file changed, 140 insertions(+), 137 deletions(-) -commit bf6e6af6 +commit bf6e6af6f Author: Campbell Morrison Date: Fri Feb 7 16:05:19 2020 +0000 @@ -24021,7 +26422,7 @@ Date: Fri Feb 7 16:05:19 2020 +0000 web/js.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit d874efbe +commit d874efbe6 Author: Campbell Morrison Date: Fri Feb 7 16:00:33 2020 +0000 @@ -24031,7 +26432,7 @@ Date: Fri Feb 7 16:00:33 2020 +0000 web/lang/lang.en | 9 +++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) -commit 45976487 +commit 459764877 Author: Campbell Morrison Date: Fri Feb 7 15:33:57 2020 +0000 @@ -24040,7 +26441,7 @@ Date: Fri Feb 7 15:33:57 2020 +0000 web/js/datatables.js.php | 49 ++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 21 deletions(-) -commit ce48b573 +commit ce48b5730 Author: Campbell Morrison Date: Fri Feb 7 14:20:31 2020 +0000 @@ -24065,7 +26466,7 @@ Date: Fri Feb 7 14:20:31 2020 +0000 web/language.inc | 5 ++ 17 files changed, 270 insertions(+), 72 deletions(-) -commit 8091a01d +commit 8091a01de Author: Campbell Morrison Date: Fri Feb 7 13:58:12 2020 +0000 @@ -24218,7 +26619,7 @@ Date: Fri Feb 7 13:58:12 2020 +0000 web/style.inc | 10 +- 145 files changed, 153022 insertions(+), 608 deletions(-) -commit ba6b7bba +commit ba6b7bba3 Author: Campbell Morrison Date: Wed Feb 5 14:26:04 2020 +0000 @@ -24228,7 +26629,7 @@ Date: Wed Feb 5 14:26:04 2020 +0000 web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5b954d4b +commit 5b954d4b4 Author: Campbell Morrison Date: Wed Feb 5 13:35:29 2020 +0000 @@ -24237,7 +26638,7 @@ Date: Wed Feb 5 13:35:29 2020 +0000 web/functions_table.inc | 129 +++++++++++++++++++------------------- 1 file changed, 63 insertions(+), 66 deletions(-) -commit d0344072 +commit d03440727 Author: Campbell Morrison Date: Wed Feb 5 13:33:09 2020 +0000 @@ -24246,7 +26647,7 @@ Date: Wed Feb 5 13:33:09 2020 +0000 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b28c0f8a +commit b28c0f8a9 Author: Campbell Morrison Date: Wed Feb 5 13:29:44 2020 +0000 @@ -24255,7 +26656,7 @@ Date: Wed Feb 5 13:29:44 2020 +0000 web/functions_table.inc | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) -commit ab48b625 +commit ab48b6253 Author: Campbell Morrison Date: Wed Feb 5 13:07:42 2020 +0000 @@ -24264,7 +26665,7 @@ Date: Wed Feb 5 13:07:42 2020 +0000 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 198dc903 +commit 198dc903d Author: Campbell Morrison Date: Wed Feb 5 13:05:48 2020 +0000 @@ -24273,7 +26674,7 @@ Date: Wed Feb 5 13:05:48 2020 +0000 web/functions_table.inc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) -commit 107a327a +commit 107a327a6 Author: Campbell Morrison Date: Wed Feb 5 11:12:55 2020 +0000 @@ -24282,21 +26683,21 @@ Date: Wed Feb 5 11:12:55 2020 +0000 web/functions_table.inc | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) -commit 04a80eb7 -Merge: 7b08729b 4a52d33d +commit 04a80eb71 +Merge: 7b08729be 4a52d33db Author: Campbell Morrison Date: Mon Feb 3 19:15:36 2020 +0000 Merge with default -commit 19c92461 -Merge: 39bd61b8 4a52d33d +commit 19c924615 +Merge: 39bd61b82 4a52d33db Author: Campbell Morrison Date: Mon Feb 3 19:15:21 2020 +0000 Merge with default -commit 4a52d33d +commit 4a52d33db Author: Campbell Morrison Date: Mon Feb 3 19:14:56 2020 +0000 @@ -24305,21 +26706,21 @@ Date: Mon Feb 3 19:14:56 2020 +0000 UPGRADE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7b08729b -Merge: 7af7b088 e2e2ffb5 +commit 7b08729be +Merge: 7af7b088c e2e2ffb5b Author: Campbell Morrison Date: Mon Jan 27 18:05:58 2020 +0000 Merge with default -commit 39bd61b8 -Merge: e17c1142 e2e2ffb5 +commit 39bd61b82 +Merge: e17c1142a e2e2ffb5b Author: Campbell Morrison Date: Mon Jan 27 18:05:40 2020 +0000 Merge with default -commit e2e2ffb5 +commit e2e2ffb5b Author: Campbell Morrison Date: Mon Jan 27 18:05:16 2020 +0000 @@ -24328,21 +26729,21 @@ Date: Mon Jan 27 18:05:16 2020 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7af7b088 -Merge: b8f2736e 48b748b1 +commit 7af7b088c +Merge: b8f2736e5 48b748b16 Author: Campbell Morrison Date: Sun Jan 26 17:20:43 2020 +0000 Merge with default -commit e17c1142 -Merge: 74dd65fb 48b748b1 +commit e17c1142a +Merge: 74dd65fb1 48b748b16 Author: Campbell Morrison Date: Sun Jan 26 17:20:24 2020 +0000 Merge with default -commit 48b748b1 +commit 48b748b16 Author: Campbell Morrison Date: Sun Jan 26 17:20:01 2020 +0000 @@ -24355,21 +26756,21 @@ Date: Sun Jan 26 17:20:01 2020 +0000 web/upgrade/63/pgsql.sql (new) | 3 +++ 5 files changed, 14 insertions(+), 4 deletions(-) -commit b8f2736e -Merge: b90c45d3 bc6a0fa7 +commit b8f2736e5 +Merge: b90c45d39 bc6a0fa76 Author: Campbell Morrison Date: Sun Jan 26 08:38:20 2020 +0000 Merge with default -commit 74dd65fb -Merge: 33c315e4 bc6a0fa7 +commit 74dd65fb1 +Merge: 33c315e45 bc6a0fa76 Author: Campbell Morrison Date: Sun Jan 26 08:37:57 2020 +0000 Merge with default -commit bc6a0fa7 +commit bc6a0fa76 Author: Campbell Morrison Date: Sun Jan 26 08:37:34 2020 +0000 @@ -24382,21 +26783,21 @@ Date: Sun Jan 26 08:37:34 2020 +0000 web/report.php | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) -commit b90c45d3 -Merge: ca288139 be52b8d0 +commit b90c45d39 +Merge: ca288139d be52b8d00 Author: Campbell Morrison Date: Fri Jan 24 13:39:07 2020 +0000 Merge with default -commit 33c315e4 -Merge: 360a0100 be52b8d0 +commit 33c315e45 +Merge: 360a01003 be52b8d00 Author: Campbell Morrison Date: Fri Jan 24 13:38:27 2020 +0000 Merge with default -commit be52b8d0 +commit be52b8d00 Author: Campbell Morrison Date: Fri Jan 24 13:36:14 2020 +0000 @@ -24405,7 +26806,7 @@ Date: Fri Jan 24 13:36:14 2020 +0000 web/css/mrbs.css.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit ddecd4fb +commit ddecd4fba Author: Campbell Morrison Date: Fri Jan 24 13:08:43 2020 +0000 @@ -24414,7 +26815,7 @@ Date: Fri Jan 24 13:08:43 2020 +0000 web/css/mrbs.css.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) -commit 682fd00a +commit 682fd00aa Author: Campbell Morrison Date: Fri Jan 24 12:55:51 2020 +0000 @@ -24423,7 +26824,7 @@ Date: Fri Jan 24 12:55:51 2020 +0000 web/css/mrbs.css.php | 51 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 25 deletions(-) -commit ca288139 +commit ca288139d Author: Campbell Morrison Date: Thu Jan 16 16:31:26 2020 +0000 @@ -24432,28 +26833,28 @@ Date: Thu Jan 16 16:31:26 2020 +0000 web/lib/MRBS/DB_pgsql.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit a3cb0f0c -Merge: 52a76ff1 598e86a2 +commit a3cb0f0c7 +Merge: 52a76ff19 598e86a20 Author: Campbell Morrison Date: Thu Jan 16 14:56:18 2020 +0000 Merge -commit cf32c68f -Merge: 7108894c 52a76ff1 +commit cf32c68f1 +Merge: 7108894c7 52a76ff19 Author: Campbell Morrison Date: Thu Jan 16 14:42:32 2020 +0000 Merge with default -commit 360a0100 -Merge: 8f6ecccd 52a76ff1 +commit 360a01003 +Merge: 8f6ecccdf 52a76ff19 Author: Campbell Morrison Date: Thu Jan 16 14:42:10 2020 +0000 Merge with default -commit 52a76ff1 +commit 52a76ff19 Author: Campbell Morrison Date: Thu Jan 16 14:41:32 2020 +0000 @@ -24462,7 +26863,7 @@ Date: Thu Jan 16 14:41:32 2020 +0000 web/index.php | 100 ++++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 50 deletions(-) -commit 841ebfb1 +commit 841ebfb1d Author: Campbell Morrison Date: Thu Jan 16 14:39:52 2020 +0000 @@ -24471,21 +26872,21 @@ Date: Thu Jan 16 14:39:52 2020 +0000 web/index.php | 100 ++++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 50 deletions(-) -commit 7108894c -Merge: 1c6a62b6 53d79256 +commit 7108894c7 +Merge: 1c6a62b6f 53d79256a Author: Campbell Morrison Date: Thu Jan 16 14:16:16 2020 +0000 Merge with default -commit 8f6ecccd -Merge: ba902bc7 53d79256 +commit 8f6ecccdf +Merge: ba902bc7e 53d79256a Author: Campbell Morrison Date: Thu Jan 16 14:15:23 2020 +0000 Merge with default -commit 53d79256 +commit 53d79256a Author: Campbell Morrison Date: Thu Jan 16 14:14:59 2020 +0000 @@ -24494,21 +26895,21 @@ Date: Thu Jan 16 14:14:59 2020 +0000 web/index.php | 100 ++++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 50 deletions(-) -commit 1c6a62b6 -Merge: dc9a1622 598e86a2 +commit 1c6a62b6f +Merge: dc9a16228 598e86a20 Author: Campbell Morrison Date: Tue Jan 14 14:35:00 2020 +0000 Merge with default -commit ba902bc7 -Merge: 664b7a63 598e86a2 +commit ba902bc7e +Merge: 664b7a633 598e86a20 Author: Campbell Morrison Date: Tue Jan 14 14:34:38 2020 +0000 Merge with default -commit 598e86a2 +commit 598e86a20 Author: Campbell Morrison Date: Tue Jan 14 14:34:10 2020 +0000 @@ -24517,7 +26918,7 @@ Date: Tue Jan 14 14:34:10 2020 +0000 web/js/flatpickr/l10n/ms.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit dc9a1622 +commit dc9a16228 Author: Campbell Morrison Date: Sat Jan 11 19:00:50 2020 +0000 @@ -24526,7 +26927,7 @@ Date: Sat Jan 11 19:00:50 2020 +0000 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit ce566c77 +commit ce566c775 Author: Campbell Morrison Date: Sat Jan 11 18:55:22 2020 +0000 @@ -24535,7 +26936,7 @@ Date: Sat Jan 11 18:55:22 2020 +0000 web/functions_table.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit f98e2844 +commit f98e2844c Author: Campbell Morrison Date: Sat Jan 11 18:47:16 2020 +0000 @@ -24544,7 +26945,7 @@ Date: Sat Jan 11 18:47:16 2020 +0000 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 188f707b +commit 188f707bb Author: Campbell Morrison Date: Sat Jan 11 18:43:40 2020 +0000 @@ -24553,7 +26954,7 @@ Date: Sat Jan 11 18:43:40 2020 +0000 web/functions_table.inc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) -commit f2da463b +commit f2da463b5 Author: Campbell Morrison Date: Sat Jan 11 16:50:17 2020 +0000 @@ -24565,21 +26966,21 @@ Date: Sat Jan 11 16:50:17 2020 +0000 web/systemdefaults.inc.php | 3 +- 4 files changed, 75 insertions(+), 57 deletions(-) -commit 13e8689a -Merge: afb00fa3 e3ba6935 +commit 13e8689a7 +Merge: afb00fa31 e3ba69352 Author: Campbell Morrison Date: Fri Jan 10 11:29:06 2020 +0000 Merge with default -commit 664b7a63 -Merge: e643bac8 e3ba6935 +commit 664b7a633 +Merge: e643bac82 e3ba69352 Author: Campbell Morrison Date: Fri Jan 10 11:28:40 2020 +0000 Merge with default -commit e3ba6935 +commit e3ba69352 Author: Campbell Morrison Date: Fri Jan 10 11:28:14 2020 +0000 @@ -24590,7 +26991,7 @@ Date: Fri Jan 10 11:28:14 2020 +0000 web/lib/MRBS/DB_mysql.php | 78 +++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 37 deletions(-) -commit afb00fa3 +commit afb00fa31 Author: Campbell Morrison Date: Wed Jan 8 15:29:49 2020 +0000 @@ -24599,7 +27000,7 @@ Date: Wed Jan 8 15:29:49 2020 +0000 web/functions_table.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 13c120e9 +commit 13c120e9e Author: Campbell Morrison Date: Wed Jan 8 15:19:49 2020 +0000 @@ -24609,7 +27010,7 @@ Date: Wed Jan 8 15:19:49 2020 +0000 web/systemdefaults.inc.php | 45 ++++++++++++++++++------------------ 2 files changed, 35 insertions(+), 30 deletions(-) -commit dd513e60 +commit dd513e600 Author: Campbell Morrison Date: Wed Jan 8 15:02:14 2020 +0000 @@ -24618,7 +27019,7 @@ Date: Wed Jan 8 15:02:14 2020 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 73729f6f +commit 73729f6fd Author: Campbell Morrison Date: Wed Jan 8 14:54:31 2020 +0000 @@ -24629,21 +27030,21 @@ Date: Wed Jan 8 14:54:31 2020 +0000 web/index.php | 8 ++--- 3 files changed, 60 insertions(+), 30 deletions(-) -commit e643bac8 -Merge: 961591c2 1238cf80 +commit e643bac82 +Merge: 961591c22 1238cf807 Author: Campbell Morrison Date: Wed Jan 8 10:18:01 2020 +0000 Merge with default -commit a8ba50d6 -Merge: 200585dc 1238cf80 +commit a8ba50d61 +Merge: 200585dce 1238cf807 Author: Campbell Morrison Date: Wed Jan 8 10:17:37 2020 +0000 Merge with default -commit 1238cf80 +commit 1238cf807 Author: Campbell Morrison Date: Wed Jan 8 10:16:58 2020 +0000 @@ -24653,7 +27054,7 @@ Date: Wed Jan 8 10:16:58 2020 +0000 web/auth/auth_db_ext.inc | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) -commit 200585dc +commit 200585dce Author: Campbell Morrison Date: Tue Jan 7 15:11:24 2020 +0000 @@ -24662,7 +27063,7 @@ Date: Tue Jan 7 15:11:24 2020 +0000 web/functions_table.inc | 49 +++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 22 deletions(-) -commit 6e0fe05a +commit 6e0fe05ac Author: Campbell Morrison Date: Tue Jan 7 15:02:48 2020 +0000 @@ -24672,7 +27073,7 @@ Date: Tue Jan 7 15:02:48 2020 +0000 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) -commit 77e1e4b0 +commit 77e1e4b03 Author: Campbell Morrison Date: Tue Jan 7 14:53:09 2020 +0000 @@ -24681,7 +27082,7 @@ Date: Tue Jan 7 14:53:09 2020 +0000 web/functions_table.inc | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) -commit b8987240 +commit b89872404 Author: Campbell Morrison Date: Tue Jan 7 13:51:46 2020 +0000 @@ -24690,7 +27091,7 @@ Date: Tue Jan 7 13:51:46 2020 +0000 web/functions_table.inc | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) -commit a1d38a7c +commit a1d38a7c0 Author: Campbell Morrison Date: Tue Jan 7 13:44:55 2020 +0000 @@ -24699,7 +27100,7 @@ Date: Tue Jan 7 13:44:55 2020 +0000 web/functions_table.inc | 55 +++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 22 deletions(-) -commit d0bb1eda +commit d0bb1edac Author: Campbell Morrison Date: Tue Jan 7 13:29:08 2020 +0000 @@ -24708,7 +27109,7 @@ Date: Tue Jan 7 13:29:08 2020 +0000 web/functions_table.inc | 80 ++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 47 deletions(-) -commit efc7c73a +commit efc7c73ae Author: Campbell Morrison Date: Tue Jan 7 11:51:01 2020 +0000 @@ -24717,21 +27118,21 @@ Date: Tue Jan 7 11:51:01 2020 +0000 web/functions_table.inc | 53 +++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 30 deletions(-) -commit bcbe04f6 -Merge: 31371f4e a29403a0 +commit bcbe04f66 +Merge: 31371f4e1 a29403a05 Author: Campbell Morrison Date: Thu Jan 2 16:54:38 2020 +0000 Merge with default -commit 961591c2 -Merge: 90074d37 a29403a0 +commit 961591c22 +Merge: 90074d379 a29403a05 Author: Campbell Morrison Date: Thu Jan 2 16:54:17 2020 +0000 Merge with default -commit a29403a0 +commit a29403a05 Author: Campbell Morrison Date: Thu Jan 2 16:53:51 2020 +0000 @@ -24740,21 +27141,21 @@ Date: Thu Jan 2 16:53:51 2020 +0000 web/style.inc | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) -commit 31371f4e -Merge: 1bad2c8e 80fac8ba +commit 31371f4e1 +Merge: 1bad2c8ed 80fac8ba9 Author: Campbell Morrison Date: Thu Dec 26 14:28:40 2019 +0000 Merge with default -commit 90074d37 -Merge: 1c21a017 80fac8ba +commit 90074d379 +Merge: 1c21a0177 80fac8ba9 Author: Campbell Morrison Date: Thu Dec 26 14:28:14 2019 +0000 Merge with default -commit 80fac8ba +commit 80fac8ba9 Author: Campbell Morrison Date: Thu Dec 26 14:27:35 2019 +0000 @@ -24764,7 +27165,7 @@ Date: Thu Dec 26 14:27:35 2019 +0000 web/functions_mail.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 1bad2c8e +commit 1bad2c8ed Author: Campbell Morrison Date: Wed Dec 25 01:34:46 2019 +0000 @@ -24773,7 +27174,7 @@ Date: Wed Dec 25 01:34:46 2019 +0000 web/functions_table.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit f42ea24e +commit f42ea24e6 Author: Campbell Morrison Date: Wed Dec 25 01:27:59 2019 +0000 @@ -24782,21 +27183,21 @@ Date: Wed Dec 25 01:27:59 2019 +0000 web/functions_table.inc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) -commit 5fc6152e -Merge: fe304e09 828c2852 +commit 5fc6152e6 +Merge: fe304e09b 828c28527 Author: Campbell Morrison Date: Wed Dec 25 00:56:48 2019 +0000 Merge with default -commit 1c21a017 -Merge: 0643aec1 828c2852 +commit 1c21a0177 +Merge: 0643aec11 828c28527 Author: Campbell Morrison Date: Wed Dec 25 00:52:39 2019 +0000 Merge with default -commit 828c2852 +commit 828c28527 Author: Campbell Morrison Date: Wed Dec 25 00:51:53 2019 +0000 @@ -24806,7 +27207,7 @@ Date: Wed Dec 25 00:51:53 2019 +0000 web/functions_table.inc | 253 +++++++++++++++++++------------------- 1 file changed, 127 insertions(+), 126 deletions(-) -commit fe304e09 +commit fe304e09b Author: Campbell Morrison Date: Wed Dec 25 00:36:47 2019 +0000 @@ -24815,21 +27216,21 @@ Date: Wed Dec 25 00:36:47 2019 +0000 web/functions_table.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 0681b953 -Merge: 48ca869c 14fa9489 +commit 0681b9535 +Merge: 48ca869c7 14fa9489c Author: Campbell Morrison Date: Mon Dec 23 16:14:54 2019 +0000 Merge with default -commit 0643aec1 -Merge: 4c5d5f63 14fa9489 +commit 0643aec11 +Merge: 4c5d5f630 14fa9489c Author: Campbell Morrison Date: Mon Dec 23 16:14:24 2019 +0000 Merge with default -commit 14fa9489 +commit 14fa9489c Author: Campbell Morrison Date: Mon Dec 23 16:12:06 2019 +0000 @@ -24838,7 +27239,7 @@ Date: Mon Dec 23 16:12:06 2019 +0000 web/js/flatpickr/l10n/ms.js | 1 + 1 file changed, 1 insertion(+) -commit d74ae371 +commit d74ae3719 Author: Campbell Morrison Date: Mon Dec 23 16:11:29 2019 +0000 @@ -24848,21 +27249,21 @@ Date: Mon Dec 23 16:11:29 2019 +0000 web/lib/MRBS/System.php | 123 ++++----- 2 files changed, 595 insertions(+), 61 deletions(-) -commit 48ca869c -Merge: 6e16cc09 67188e13 +commit 48ca869c7 +Merge: 6e16cc092 67188e133 Author: Campbell Morrison Date: Sat Dec 21 09:28:35 2019 +0000 Merge with default -commit 4c5d5f63 -Merge: c79400b2 67188e13 +commit 4c5d5f630 +Merge: c79400b20 67188e133 Author: Campbell Morrison Date: Sat Dec 21 09:28:06 2019 +0000 Merge with default -commit 67188e13 +commit 67188e133 Author: Campbell Morrison Date: Sat Dec 21 09:27:29 2019 +0000 @@ -24872,7 +27273,7 @@ Date: Sat Dec 21 09:27:29 2019 +0000 web/language.inc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -commit 81e2c391 +commit 81e2c391d Author: Campbell Morrison Date: Sat Dec 21 08:55:40 2019 +0000 @@ -24881,7 +27282,7 @@ Date: Sat Dec 21 08:55:40 2019 +0000 web/language.inc | 144 +++++++++++++++++++++++---------------------- 1 file changed, 73 insertions(+), 71 deletions(-) -commit 6e16cc09 +commit 6e16cc092 Author: Campbell Morrison Date: Thu Dec 19 16:59:59 2019 +0000 @@ -24890,7 +27291,7 @@ Date: Thu Dec 19 16:59:59 2019 +0000 web/css/mrbs.css.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 8fb8da69 +commit 8fb8da695 Author: Campbell Morrison Date: Thu Dec 19 16:52:19 2019 +0000 @@ -24899,7 +27300,7 @@ Date: Thu Dec 19 16:52:19 2019 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit 48efad01 +commit 48efad018 Author: Campbell Morrison Date: Thu Dec 19 16:46:46 2019 +0000 @@ -24909,7 +27310,7 @@ Date: Thu Dec 19 16:46:46 2019 +0000 web/functions_table.inc | 22 ++++++++++++++++------ 2 files changed, 33 insertions(+), 6 deletions(-) -commit e5bbf3fc +commit e5bbf3fc6 Author: Campbell Morrison Date: Tue Dec 17 19:24:43 2019 +0000 @@ -24918,7 +27319,7 @@ Date: Tue Dec 17 19:24:43 2019 +0000 web/css/mrbs.css.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 2de4afb5 +commit 2de4afb5f Author: Campbell Morrison Date: Tue Dec 17 19:22:04 2019 +0000 @@ -24927,7 +27328,7 @@ Date: Tue Dec 17 19:22:04 2019 +0000 web/css/mrbs.css.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 4ad1595c +commit 4ad1595cd Author: Campbell Morrison Date: Tue Dec 17 18:58:33 2019 +0000 @@ -24936,7 +27337,7 @@ Date: Tue Dec 17 18:58:33 2019 +0000 web/standard_vars.inc.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 20330a37 +commit 20330a37e Author: Campbell Morrison Date: Tue Dec 17 18:31:48 2019 +0000 @@ -24945,7 +27346,7 @@ Date: Tue Dec 17 18:31:48 2019 +0000 web/css/mrbs.css.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 0a98f479 +commit 0a98f4796 Author: Campbell Morrison Date: Tue Dec 17 18:24:47 2019 +0000 @@ -24954,21 +27355,21 @@ Date: Tue Dec 17 18:24:47 2019 +0000 web/css/mrbs.css.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit faea2696 -Merge: b0137aa7 33287608 +commit faea2696f +Merge: b0137aa77 332876080 Author: Campbell Morrison Date: Tue Dec 17 17:19:28 2019 +0000 Merge with default -commit c79400b2 -Merge: 39b44687 33287608 +commit c79400b20 +Merge: 39b44687d 332876080 Author: Campbell Morrison Date: Tue Dec 17 17:19:04 2019 +0000 Merge with default -commit 33287608 +commit 332876080 Author: Campbell Morrison Date: Tue Dec 17 17:17:01 2019 +0000 @@ -24978,21 +27379,21 @@ Date: Tue Dec 17 17:17:01 2019 +0000 web/Themes/default/header.inc | 126 +++++++++++++++++--------------- 1 file changed, 66 insertions(+), 60 deletions(-) -commit b0137aa7 -Merge: 9d4882f3 41c90e93 +commit b0137aa77 +Merge: 9d4882f34 41c90e931 Author: Campbell Morrison Date: Mon Dec 16 20:19:40 2019 +0000 Merge with default -commit 39b44687 -Merge: 32ad71c2 41c90e93 +commit 39b44687d +Merge: 32ad71c2a 41c90e931 Author: Campbell Morrison Date: Mon Dec 16 20:18:01 2019 +0000 Merge with default -commit 41c90e93 +commit 41c90e931 Author: Campbell Morrison Date: Mon Dec 16 20:17:29 2019 +0000 @@ -25003,7 +27404,7 @@ Date: Mon Dec 16 20:17:29 2019 +0000 web/edit_users.php | 10 +--------- 2 files changed, 2 insertions(+), 25 deletions(-) -commit 9d4882f3 +commit 9d4882f34 Author: Campbell Morrison Date: Mon Dec 16 16:58:54 2019 +0000 @@ -25033,7 +27434,7 @@ Date: Mon Dec 16 16:58:54 2019 +0000 web/view_entry.php | 2 +- 22 files changed, 101 insertions(+), 98 deletions(-) -commit b520120c +commit b520120c8 Author: Campbell Morrison Date: Mon Dec 16 14:08:33 2019 +0000 @@ -25042,7 +27443,7 @@ Date: Mon Dec 16 14:08:33 2019 +0000 web/functions_table.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 92612fde +commit 92612fde9 Author: Campbell Morrison Date: Mon Dec 16 14:02:18 2019 +0000 @@ -25051,7 +27452,7 @@ Date: Mon Dec 16 14:02:18 2019 +0000 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4e9a1d49 +commit 4e9a1d49a Author: Campbell Morrison Date: Mon Dec 16 14:01:15 2019 +0000 @@ -25060,7 +27461,7 @@ Date: Mon Dec 16 14:01:15 2019 +0000 web/functions_table.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 8fc47c84 +commit 8fc47c849 Author: Campbell Morrison Date: Mon Dec 16 13:52:39 2019 +0000 @@ -25070,7 +27471,7 @@ Date: Mon Dec 16 13:52:39 2019 +0000 web/functions_table.inc | 12 +++++++++++- 2 files changed, 15 insertions(+), 6 deletions(-) -commit 40ad0260 +commit 40ad0260c Author: Campbell Morrison Date: Mon Dec 16 13:28:35 2019 +0000 @@ -25079,7 +27480,7 @@ Date: Mon Dec 16 13:28:35 2019 +0000 web/index.php | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) -commit 0e5b8e9a +commit 0e5b8e9a3 Author: Campbell Morrison Date: Sat Dec 14 18:13:58 2019 +0000 @@ -25089,7 +27490,7 @@ Date: Sat Dec 14 18:13:58 2019 +0000 web/index.php | 10 +++++++--- 2 files changed, 18 insertions(+), 9 deletions(-) -commit c86fcca1 +commit c86fcca11 Author: Campbell Morrison Date: Sat Dec 14 17:24:45 2019 +0000 @@ -25098,7 +27499,7 @@ Date: Sat Dec 14 17:24:45 2019 +0000 web/css/mrbs.css.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -commit 116ccbd9 +commit 116ccbd9a Author: Campbell Morrison Date: Thu Dec 12 19:08:55 2019 +0000 @@ -25107,7 +27508,7 @@ Date: Thu Dec 12 19:08:55 2019 +0000 web/js/resizable.js.php | 5 +++++ 1 file changed, 5 insertions(+) -commit a44a3591 +commit a44a3591a Author: Campbell Morrison Date: Thu Dec 12 18:50:04 2019 +0000 @@ -25116,7 +27517,7 @@ Date: Thu Dec 12 18:50:04 2019 +0000 web/lang/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0a2321ae +commit 0a2321ae5 Author: Campbell Morrison Date: Thu Dec 12 18:47:56 2019 +0000 @@ -25131,7 +27532,7 @@ Date: Thu Dec 12 18:47:56 2019 +0000 web/standard_vars.inc.php | 2 +- 5 files changed, 115 insertions(+), 58 deletions(-) -commit ea895926 +commit ea895926c Author: Campbell Morrison Date: Wed Dec 11 15:40:50 2019 +0000 @@ -25141,7 +27542,7 @@ Date: Wed Dec 11 15:40:50 2019 +0000 web/functions_table.inc | 10 ++++------ 2 files changed, 14 insertions(+), 7 deletions(-) -commit bbe952ab +commit bbe952ab3 Author: Campbell Morrison Date: Tue Dec 10 08:34:04 2019 +0000 @@ -25150,7 +27551,7 @@ Date: Tue Dec 10 08:34:04 2019 +0000 web/functions_table.inc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) -commit 2a83fd9d +commit 2a83fd9d5 Author: Campbell Morrison Date: Mon Dec 9 19:09:46 2019 +0000 @@ -25160,7 +27561,7 @@ Date: Mon Dec 9 19:09:46 2019 +0000 web/functions_table.inc | 42 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 50 insertions(+), 1 deletion(-) -commit f2ab8d07 +commit f2ab8d074 Author: Campbell Morrison Date: Mon Dec 9 18:17:47 2019 +0000 @@ -25171,13 +27572,13 @@ Date: Mon Dec 9 18:17:47 2019 +0000 web/systemdefaults.inc.php | 11 +- 3 files changed, 309 insertions(+), 157 deletions(-) -commit 5c9eb027 +commit 5c9eb0272 Author: Campbell Morrison Date: Mon Dec 9 16:43:49 2019 +0000 Opened a new branch for the development of a week view showing all rooms in an area -commit 32ad71c2 +commit 32ad71c2a Author: Campbell Morrison Date: Fri Dec 6 09:31:50 2019 +0000 @@ -25186,14 +27587,14 @@ Date: Fri Dec 6 09:31:50 2019 +0000 web/lib/MRBS/Session/SessionNt.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 02b2c9f9 -Merge: a17ab1f9 52dbadb4 +commit 02b2c9f92 +Merge: a17ab1f9d 52dbadb40 Author: Campbell Morrison Date: Fri Dec 6 09:30:37 2019 +0000 Merge with default -commit 52dbadb4 +commit 52dbadb40 Author: Campbell Morrison Date: Fri Dec 6 09:30:00 2019 +0000 @@ -25222,14 +27623,14 @@ Date: Fri Dec 6 09:30:00 2019 +0000 web/systemdefaults.inc.php | 82 ++++---- 21 files changed, 961 insertions(+), 961 deletions(-) -commit a17ab1f9 -Merge: 3cdfd95f d74167a8 +commit a17ab1f9d +Merge: 3cdfd95fc d74167a81 Author: Campbell Morrison Date: Wed Dec 4 17:41:26 2019 +0000 Merge with default -commit d74167a8 +commit d74167a81 Author: Campbell Morrison Date: Wed Dec 4 17:40:56 2019 +0000 @@ -25239,14 +27640,14 @@ Date: Wed Dec 4 17:40:56 2019 +0000 web/password_compat/password.php (gone) | 317 ---------------------- 2 files changed, 318 deletions(-) -commit 3cdfd95f -Merge: f23fbdc6 95227fef +commit 3cdfd95fc +Merge: f23fbdc6e 95227fefd Author: Campbell Morrison Date: Tue Dec 3 16:40:01 2019 +0000 Merge with default -commit 95227fef +commit 95227fefd Author: Campbell Morrison Date: Tue Dec 3 16:39:43 2019 +0000 @@ -25255,14 +27656,14 @@ Date: Tue Dec 3 16:39:43 2019 +0000 web/lib/MRBS/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f23fbdc6 -Merge: 5dfcdc9b 52e01a36 +commit f23fbdc6e +Merge: 5dfcdc9b9 52e01a364 Author: Campbell Morrison Date: Tue Dec 3 16:22:24 2019 +0000 Merge with default -commit 52e01a36 +commit 52e01a364 Author: Campbell Morrison Date: Tue Dec 3 16:21:23 2019 +0000 @@ -25271,14 +27672,14 @@ Date: Tue Dec 3 16:21:23 2019 +0000 web/functions_error.inc | 59 ++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 28 deletions(-) -commit 5dfcdc9b -Merge: 405ed3e2 3baa2399 +commit 5dfcdc9b9 +Merge: 405ed3e2d 3baa23990 Author: Campbell Morrison Date: Tue Dec 3 15:45:57 2019 +0000 Merge with default -commit 3baa2399 +commit 3baa23990 Author: Campbell Morrison Date: Tue Dec 3 15:40:37 2019 +0000 @@ -25288,14 +27689,14 @@ Date: Tue Dec 3 15:40:37 2019 +0000 web/Mail/mimePart.php | 16 ++++++++-------- 2 files changed, 22 insertions(+), 22 deletions(-) -commit 405ed3e2 -Merge: 2dabf2a6 ee138680 +commit 405ed3e2d +Merge: 2dabf2a64 ee138680a Author: Campbell Morrison Date: Mon Dec 2 17:37:00 2019 +0000 Merge with default -commit ee138680 +commit ee138680a Author: Campbell Morrison Date: Mon Dec 2 17:36:29 2019 +0000 @@ -25350,14 +27751,14 @@ Date: Mon Dec 2 17:36:29 2019 +0000 web/lib/autoload.inc | 18 +- 46 files changed, 3379 insertions(+), 2432 deletions(-) -commit 2dabf2a6 -Merge: d35d1db0 9a2a3ff4 +commit 2dabf2a64 +Merge: d35d1db0b 9a2a3ff4c Author: Campbell Morrison Date: Mon Dec 2 12:26:13 2019 +0000 Merge with default -commit 9a2a3ff4 +commit 9a2a3ff4c Author: Campbell Morrison Date: Mon Dec 2 12:25:32 2019 +0000 @@ -25366,14 +27767,14 @@ Date: Mon Dec 2 12:25:32 2019 +0000 .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) -commit d35d1db0 -Merge: d1a8bb00 8641700f +commit d35d1db0b +Merge: d1a8bb00d 8641700fb Author: Campbell Morrison Date: Mon Dec 2 09:59:26 2019 +0000 Merge with default -commit 8641700f +commit 8641700fb Author: Campbell Morrison Date: Mon Dec 2 09:59:01 2019 +0000 @@ -25382,14 +27783,14 @@ Date: Mon Dec 2 09:59:01 2019 +0000 web/lib/MRBS/DB.php | 54 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) -commit d1a8bb00 -Merge: 37f45fd4 e97a51ed +commit d1a8bb00d +Merge: 37f45fd4f e97a51ed7 Author: John Beranek Date: Sun Dec 1 01:07:03 2019 +0000 Merge from default -commit e97a51ed +commit e97a51ed7 Author: John Beranek Date: Sun Dec 1 01:04:50 2019 +0000 @@ -25398,14 +27799,14 @@ Date: Sun Dec 1 01:04:50 2019 +0000 .editorconfig (new) | 15 +++++++++++++++ 1 file changed, 15 insertions(+) -commit 37f45fd4 -Merge: ccac2096 1cc81b5a +commit 37f45fd4f +Merge: ccac20969 1cc81b5ac Author: Campbell Morrison Date: Thu Nov 28 17:10:25 2019 +0000 Merge with default -commit 1cc81b5a +commit 1cc81b5ac Author: Campbell Morrison Date: Thu Nov 28 17:08:16 2019 +0000 @@ -25414,7 +27815,7 @@ Date: Thu Nov 28 17:08:16 2019 +0000 web/lang/lang.en | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit 34dc5ec6 +commit 34dc5ec6a Author: Campbell Morrison Date: Thu Nov 28 17:02:38 2019 +0000 @@ -25423,14 +27824,14 @@ Date: Thu Nov 28 17:02:38 2019 +0000 web/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit ccac2096 -Merge: a54c74a4 538167cf +commit ccac20969 +Merge: a54c74a40 538167cf4 Author: Campbell Morrison Date: Wed Nov 27 17:27:27 2019 +0000 Merge with default -commit 538167cf +commit 538167cf4 Author: Campbell Morrison Date: Wed Nov 27 17:26:29 2019 +0000 @@ -25441,14 +27842,14 @@ Date: Wed Nov 27 17:26:29 2019 +0000 web/functions_error.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit a54c74a4 -Merge: 27e9f927 d3083123 +commit a54c74a40 +Merge: 27e9f927e d3083123d Author: Campbell Morrison Date: Wed Nov 27 16:23:04 2019 +0000 Merge with default -commit d3083123 +commit d3083123d Author: Campbell Morrison Date: Wed Nov 27 16:21:59 2019 +0000 @@ -25458,14 +27859,14 @@ Date: Wed Nov 27 16:21:59 2019 +0000 web/lib/MRBS/System.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit 27e9f927 -Merge: 63fe4036 095e87fe +commit 27e9f927e +Merge: 63fe4036b 095e87fe5 Author: Campbell Morrison Date: Wed Nov 27 15:19:23 2019 +0000 Merge with default -commit 095e87fe +commit 095e87fe5 Author: Campbell Morrison Date: Wed Nov 27 15:15:10 2019 +0000 @@ -25475,7 +27876,7 @@ Date: Wed Nov 27 15:15:10 2019 +0000 web/language.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 333669be +commit 333669be0 Author: Campbell Morrison Date: Wed Nov 27 15:01:41 2019 +0000 @@ -25484,7 +27885,7 @@ Date: Wed Nov 27 15:01:41 2019 +0000 web/language.inc | 9 +++++++++ 1 file changed, 9 insertions(+) -commit dc3552bd +commit dc3552bd2 Author: Campbell Morrison Date: Wed Nov 27 14:37:08 2019 +0000 @@ -25493,14 +27894,14 @@ Date: Wed Nov 27 14:37:08 2019 +0000 web/language.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 63fe4036 -Merge: 6fe3cce1 66e66ab0 +commit 63fe4036b +Merge: 6fe3cce18 66e66ab00 Author: Campbell Morrison Date: Wed Nov 27 14:30:42 2019 +0000 Merge with default -commit 66e66ab0 +commit 66e66ab00 Author: Campbell Morrison Date: Wed Nov 27 14:28:43 2019 +0000 @@ -25509,14 +27910,14 @@ Date: Wed Nov 27 14:28:43 2019 +0000 web/language.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 6fe3cce1 -Merge: 9e12ba8d bf763185 +commit 6fe3cce18 +Merge: 9e12ba8df bf7631852 Author: Campbell Morrison Date: Tue Nov 26 19:17:25 2019 +0000 Merge with default -commit bf763185 +commit bf7631852 Author: Campbell Morrison Date: Tue Nov 26 19:15:33 2019 +0000 @@ -25527,7 +27928,7 @@ Date: Tue Nov 26 19:15:33 2019 +0000 web/language.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 0b3c2612 +commit 0b3c2612c Author: Campbell Morrison Date: Tue Nov 26 19:01:49 2019 +0000 @@ -25536,14 +27937,14 @@ Date: Tue Nov 26 19:01:49 2019 +0000 web/language.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 9e12ba8d -Merge: 94e9b763 e60a993c +commit 9e12ba8df +Merge: 94e9b7634 e60a993cf Author: Campbell Morrison Date: Sat Nov 23 19:29:06 2019 +0000 Merge with default -commit e60a993c +commit e60a993cf Author: Campbell Morrison Date: Sat Nov 23 19:28:47 2019 +0000 @@ -25553,14 +27954,14 @@ Date: Sat Nov 23 19:28:47 2019 +0000 web/Themes/default/header.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 94e9b763 -Merge: a52a097e 99644814 +commit 94e9b7634 +Merge: a52a097e3 99644814c Author: Campbell Morrison Date: Sat Nov 23 18:55:06 2019 +0000 Merge with default -commit 99644814 +commit 99644814c Author: Campbell Morrison Date: Sat Nov 23 18:54:16 2019 +0000 @@ -25569,14 +27970,14 @@ Date: Sat Nov 23 18:54:16 2019 +0000 web/functions_error.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a52a097e -Merge: a658cb9a 1ae07c5c +commit a52a097e3 +Merge: a658cb9a8 1ae07c5c2 Author: Campbell Morrison Date: Tue Nov 19 16:09:44 2019 +0000 Merge with default -commit 1ae07c5c +commit 1ae07c5c2 Author: Campbell Morrison Date: Tue Nov 19 16:09:02 2019 +0000 @@ -25585,14 +27986,14 @@ Date: Tue Nov 19 16:09:02 2019 +0000 web/mrbs_sql.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -commit a658cb9a -Merge: 38943c83 420f8272 +commit a658cb9a8 +Merge: 38943c834 420f8272d Author: Campbell Morrison Date: Tue Nov 19 15:48:54 2019 +0000 Merge with default -commit 420f8272 +commit 420f8272d Author: Campbell Morrison Date: Tue Nov 19 15:45:02 2019 +0000 @@ -25601,7 +28002,7 @@ Date: Tue Nov 19 15:45:02 2019 +0000 web/edit_entry.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit c6653f8e +commit c6653f8e7 Author: Campbell Morrison Date: Tue Nov 19 15:41:38 2019 +0000 @@ -25611,14 +28012,14 @@ Date: Tue Nov 19 15:41:38 2019 +0000 web/edit_entry.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit 38943c83 -Merge: 46a69619 70810384 +commit 38943c834 +Merge: 46a696190 708103844 Author: Campbell Morrison Date: Sat Nov 16 12:35:35 2019 +0000 Merge with default -commit 70810384 +commit 708103844 Author: Campbell Morrison Date: Sat Nov 16 12:26:17 2019 +0000 @@ -25627,14 +28028,14 @@ Date: Sat Nov 16 12:26:17 2019 +0000 web/functions_error.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 46a69619 -Merge: 32bde254 2a31e8b2 +commit 46a696190 +Merge: 32bde254a 2a31e8b23 Author: Campbell Morrison Date: Sat Nov 16 12:11:36 2019 +0000 Merge with default -commit 2a31e8b2 +commit 2a31e8b23 Author: Campbell Morrison Date: Sat Nov 16 12:11:04 2019 +0000 @@ -25643,14 +28044,14 @@ Date: Sat Nov 16 12:11:04 2019 +0000 web/ajax/del_entries.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 32bde254 -Merge: fd4056e0 8001aafc +commit 32bde254a +Merge: fd4056e06 8001aafcc Author: Campbell Morrison Date: Sat Nov 16 12:05:27 2019 +0000 Merge with default -commit 8001aafc +commit 8001aafcc Author: Campbell Morrison Date: Sat Nov 16 12:04:15 2019 +0000 @@ -25660,7 +28061,7 @@ Date: Sat Nov 16 12:04:15 2019 +0000 web/js/report.js.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 8251ddca +commit 8251ddcae Author: Campbell Morrison Date: Sat Nov 16 11:57:06 2019 +0000 @@ -25672,14 +28073,14 @@ Date: Sat Nov 16 11:57:06 2019 +0000 web/mrbs_auth.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -commit fd4056e0 -Merge: ab223d31 6f77eacb +commit fd4056e06 +Merge: ab223d316 6f77eacb1 Author: Campbell Morrison Date: Wed Nov 13 14:19:55 2019 +0000 Merge with default -commit 6f77eacb +commit 6f77eacb1 Author: Campbell Morrison Date: Wed Nov 13 14:19:27 2019 +0000 @@ -25688,14 +28089,14 @@ Date: Wed Nov 13 14:19:27 2019 +0000 web/functions.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit ab223d31 -Merge: 88042495 e8d65dfb +commit ab223d316 +Merge: 88042495a e8d65dfb8 Author: Campbell Morrison Date: Wed Nov 13 11:51:21 2019 +0000 Merge with default -commit e8d65dfb +commit e8d65dfb8 Author: Campbell Morrison Date: Wed Nov 13 11:50:54 2019 +0000 @@ -25704,14 +28105,14 @@ Date: Wed Nov 13 11:50:54 2019 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 88042495 -Merge: 3210e189 dbb7de80 +commit 88042495a +Merge: 3210e189b dbb7de806 Author: Campbell Morrison Date: Wed Nov 13 11:44:02 2019 +0000 Merge with default -commit dbb7de80 +commit dbb7de806 Author: Campbell Morrison Date: Wed Nov 13 11:43:31 2019 +0000 @@ -25720,14 +28121,14 @@ Date: Wed Nov 13 11:43:31 2019 +0000 web/js.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit 3210e189 -Merge: 34aca0ab 8ad99ac8 +commit 3210e189b +Merge: 34aca0ab6 8ad99ac89 Author: Campbell Morrison Date: Sun Nov 10 20:34:14 2019 +0000 Merge with default -commit 8ad99ac8 +commit 8ad99ac89 Author: Campbell Morrison Date: Sun Nov 10 20:33:52 2019 +0000 @@ -25737,14 +28138,14 @@ Date: Sun Nov 10 20:33:52 2019 +0000 web/js/edit_entry.js.php | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) -commit 34aca0ab -Merge: b0fc32c1 39b78a8b +commit 34aca0ab6 +Merge: b0fc32c10 39b78a8b0 Author: Campbell Morrison Date: Sun Nov 10 17:14:53 2019 +0000 Merge with default -commit 39b78a8b +commit 39b78a8b0 Author: Campbell Morrison Date: Sun Nov 10 17:13:40 2019 +0000 @@ -25754,14 +28155,14 @@ Date: Sun Nov 10 17:13:40 2019 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit b0fc32c1 -Merge: 2837c03c 2aa3709b +commit b0fc32c10 +Merge: 2837c03ca 2aa3709bb Author: Campbell Morrison Date: Sat Nov 9 10:39:20 2019 +0000 Merge with default -commit 2aa3709b +commit 2aa3709bb Author: Campbell Morrison Date: Sat Nov 9 10:31:16 2019 +0000 @@ -25774,14 +28175,14 @@ Date: Sat Nov 9 10:31:16 2019 +0000 web/js/init.js.php | 6 ++++-- 4 files changed, 10 insertions(+), 14 deletions(-) -commit 2837c03c -Merge: c658b0dd a7761d79 +commit 2837c03ca +Merge: c658b0dd1 a7761d79b Author: Campbell Morrison Date: Fri Nov 8 17:38:10 2019 +0000 Merge with default -commit a7761d79 +commit a7761d79b Author: Campbell Morrison Date: Fri Nov 8 17:22:15 2019 +0000 @@ -25790,7 +28191,7 @@ Date: Fri Nov 8 17:22:15 2019 +0000 web/js/refresh.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 06cc509b +commit 06cc509bd Author: Campbell Morrison Date: Fri Nov 8 17:20:22 2019 +0000 @@ -25799,7 +28200,7 @@ Date: Fri Nov 8 17:20:22 2019 +0000 web/js/refresh.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 95be8e44 +commit 95be8e446 Author: Campbell Morrison Date: Fri Nov 8 16:59:30 2019 +0000 @@ -25808,7 +28209,7 @@ Date: Fri Nov 8 16:59:30 2019 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 75994f74 +commit 75994f74a Author: Campbell Morrison Date: Fri Nov 8 16:34:47 2019 +0000 @@ -25817,27 +28218,27 @@ Date: Fri Nov 8 16:34:47 2019 +0000 web/functions_table.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit c658b0dd -Merge: d59fdcc7 5f7bcaf9 +commit c658b0dd1 +Merge: d59fdcc72 5f7bcaf9f Author: Campbell Morrison Date: Fri Nov 8 16:25:09 2019 +0000 Merge with default -commit 5f7bcaf9 -Merge: 1b98e202 c4256182 +commit 5f7bcaf9f +Merge: 1b98e2022 c4256182e Author: Campbell Morrison Date: Fri Nov 8 16:24:39 2019 +0000 Merge with timeline -commit c4256182 (origin/timeline) +commit c4256182e (origin/timeline) Author: Campbell Morrison Date: Fri Nov 8 16:24:11 2019 +0000 Close timeline branch -commit b4ee9eaf +commit b4ee9eafb Author: Campbell Morrison Date: Fri Nov 8 16:21:53 2019 +0000 @@ -25846,7 +28247,7 @@ Date: Fri Nov 8 16:21:53 2019 +0000 web/js/refresh.js.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit c6bb081a +commit c6bb081a6 Author: Campbell Morrison Date: Fri Nov 8 16:04:26 2019 +0000 @@ -25855,7 +28256,7 @@ Date: Fri Nov 8 16:04:26 2019 +0000 web/js/refresh.js.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 123fcfcc +commit 123fcfcc2 Author: Campbell Morrison Date: Fri Nov 8 15:43:23 2019 +0000 @@ -25864,7 +28265,7 @@ Date: Fri Nov 8 15:43:23 2019 +0000 web/js/refresh.js.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 46375177 +commit 463751773 Author: Campbell Morrison Date: Fri Nov 8 15:27:49 2019 +0000 @@ -25873,7 +28274,7 @@ Date: Fri Nov 8 15:27:49 2019 +0000 web/js/refresh.js.php | 52 +++++++++++------------------------------ 1 file changed, 13 insertions(+), 39 deletions(-) -commit 02afb4d7 +commit 02afb4d75 Author: Campbell Morrison Date: Fri Nov 8 15:14:03 2019 +0000 @@ -25883,7 +28284,7 @@ Date: Fri Nov 8 15:14:03 2019 +0000 web/js/refresh.js.php | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) -commit 1ab80fca +commit 1ab80fca7 Author: Campbell Morrison Date: Fri Nov 8 15:07:49 2019 +0000 @@ -25892,7 +28293,7 @@ Date: Fri Nov 8 15:07:49 2019 +0000 web/functions_table.inc | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) -commit eb86cf22 +commit eb86cf22d Author: Campbell Morrison Date: Fri Nov 8 15:06:23 2019 +0000 @@ -25902,7 +28303,7 @@ Date: Fri Nov 8 15:06:23 2019 +0000 web/functions_table.inc | 73 ++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 44 deletions(-) -commit 32272ffd +commit 32272ffdb Author: Campbell Morrison Date: Fri Nov 8 14:33:05 2019 +0000 @@ -25912,7 +28313,7 @@ Date: Fri Nov 8 14:33:05 2019 +0000 web/js/refresh.js.php | 5 +++-- 2 files changed, 25 insertions(+), 13 deletions(-) -commit 17490e76 +commit 17490e76c Author: Campbell Morrison Date: Fri Nov 8 13:34:04 2019 +0000 @@ -25928,7 +28329,7 @@ Date: Fri Nov 8 13:34:04 2019 +0000 web/mrbs_sql.inc | 8 ++++---- 8 files changed, 54 insertions(+), 54 deletions(-) -commit f9c3e64d +commit f9c3e64d8 Author: Campbell Morrison Date: Fri Nov 8 12:55:46 2019 +0000 @@ -25937,7 +28338,7 @@ Date: Fri Nov 8 12:55:46 2019 +0000 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 18f35ee5 +commit 18f35ee53 Author: Campbell Morrison Date: Fri Nov 8 12:42:25 2019 +0000 @@ -25948,20 +28349,20 @@ Date: Fri Nov 8 12:42:25 2019 +0000 web/js/refresh.js.php | 296 +++++++++++++++++++++++++++----------- 3 files changed, 279 insertions(+), 105 deletions(-) -commit bb107c21 +commit bb107c21b Author: Campbell Morrison Date: Fri Nov 8 12:06:39 2019 +0000 Opened a branch for the development of a timeline showing the curent time -commit d59fdcc7 -Merge: 99bf3f40 1b98e202 +commit d59fdcc72 +Merge: 99bf3f40e 1b98e2022 Author: Campbell Morrison Date: Wed Nov 6 11:23:02 2019 +0000 Merge with default -commit 1b98e202 +commit 1b98e2022 Author: Campbell Morrison Date: Wed Nov 6 11:22:42 2019 +0000 @@ -25972,14 +28373,14 @@ Date: Wed Nov 6 11:22:42 2019 +0000 web/js/refresh.js.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) -commit 99bf3f40 -Merge: d5b3ef8e 82d73e59 +commit 99bf3f40e +Merge: d5b3ef8e6 82d73e59b Author: Campbell Morrison Date: Wed Nov 6 10:22:20 2019 +0000 Merge with default -commit 82d73e59 +commit 82d73e59b Author: Campbell Morrison Date: Wed Nov 6 10:21:52 2019 +0000 @@ -25988,14 +28389,14 @@ Date: Wed Nov 6 10:21:52 2019 +0000 web/language.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit d5b3ef8e -Merge: 664f481e 7aa10a11 +commit d5b3ef8e6 +Merge: 664f481e9 7aa10a113 Author: Campbell Morrison Date: Tue Nov 5 21:08:47 2019 +0000 Merge with default -commit 7aa10a11 +commit 7aa10a113 Author: Campbell Morrison Date: Tue Nov 5 21:05:35 2019 +0000 @@ -26004,14 +28405,14 @@ Date: Tue Nov 5 21:05:35 2019 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 664f481e -Merge: ee1cf52f 74232481 +commit 664f481e9 +Merge: ee1cf52f9 742324818 Author: Campbell Morrison Date: Tue Nov 5 19:07:31 2019 +0000 Merge with default -commit 74232481 +commit 742324818 Author: Campbell Morrison Date: Tue Nov 5 19:07:03 2019 +0000 @@ -26020,7 +28421,7 @@ Date: Tue Nov 5 19:07:03 2019 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ee1cf52f +commit ee1cf52f9 Author: Campbell Morrison Date: Tue Nov 5 17:19:57 2019 +0000 @@ -26029,14 +28430,14 @@ Date: Tue Nov 5 17:19:57 2019 +0000 web/lib/MRBS/Session/SessionPhp.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) -commit 018d6e42 -Merge: caf3a40d 96f4ead4 +commit 018d6e425 +Merge: caf3a40d5 96f4ead49 Author: Campbell Morrison Date: Tue Nov 5 17:17:18 2019 +0000 Merge with default -commit 96f4ead4 +commit 96f4ead49 Author: Campbell Morrison Date: Tue Nov 5 17:16:53 2019 +0000 @@ -26052,7 +28453,7 @@ Date: Tue Nov 5 17:16:53 2019 +0000 web/session/session_php.inc | 8 +------- 8 files changed, 42 insertions(+), 49 deletions(-) -commit 2a29a595 +commit 2a29a5950 Author: Campbell Morrison Date: Tue Nov 5 16:05:56 2019 +0000 @@ -26062,7 +28463,7 @@ Date: Tue Nov 5 16:05:56 2019 +0000 web/js/edit_users.js.php | 5 ----- 2 files changed, 9 insertions(+), 14 deletions(-) -commit 010f9a6b +commit 010f9a6bc Author: Campbell Morrison Date: Tue Nov 5 15:57:03 2019 +0000 @@ -26073,7 +28474,7 @@ Date: Tue Nov 5 15:57:03 2019 +0000 web/js/resizable.js.php | 1 - 3 files changed, 11 insertions(+), 11 deletions(-) -commit caf3a40d +commit caf3a40d5 Author: Campbell Morrison Date: Tue Nov 5 15:41:38 2019 +0000 @@ -26082,14 +28483,14 @@ Date: Tue Nov 5 15:41:38 2019 +0000 web/lib/MRBS/Session/SessionPhp.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 55b91af8 -Merge: 93812414 0c234d31 +commit 55b91af8b +Merge: 938124146 0c234d31f Author: Campbell Morrison Date: Tue Nov 5 15:38:52 2019 +0000 Merge with default -commit 0c234d31 +commit 0c234d31f Author: Campbell Morrison Date: Tue Nov 5 15:32:34 2019 +0000 @@ -26100,7 +28501,7 @@ Date: Tue Nov 5 15:32:34 2019 +0000 web/session/session_php.inc | 7 ++++++- 2 files changed, 15 insertions(+), 1 deletion(-) -commit c4c2930c +commit c4c2930c1 Author: Campbell Morrison Date: Tue Nov 5 14:54:22 2019 +0000 @@ -26109,14 +28510,14 @@ Date: Tue Nov 5 14:54:22 2019 +0000 web/css/mrbs.css.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 93812414 -Merge: 5b487e61 8befed7c +commit 938124146 +Merge: 5b487e61c 8befed7c4 Author: Campbell Morrison Date: Mon Nov 4 20:12:47 2019 +0000 Merge with default -commit 8befed7c +commit 8befed7c4 Author: Campbell Morrison Date: Mon Nov 4 20:11:29 2019 +0000 @@ -26127,7 +28528,7 @@ Date: Mon Nov 4 20:11:29 2019 +0000 web/lib/MRBS/System.php | 56 ++++++++++++++++++++++----------------- 3 files changed, 73 insertions(+), 60 deletions(-) -commit 5b487e61 +commit 5b487e61c Author: Campbell Morrison Date: Mon Nov 4 19:29:40 2019 +0000 @@ -26136,7 +28537,7 @@ Date: Mon Nov 4 19:29:40 2019 +0000 web/language.inc | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) -commit 94fde98e +commit 94fde98e0 Author: Campbell Morrison Date: Mon Nov 4 19:00:53 2019 +0000 @@ -26147,7 +28548,7 @@ Date: Mon Nov 4 19:00:53 2019 +0000 web/lib/Locale.php | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) -commit 4929e916 +commit 4929e916d Author: Campbell Morrison Date: Mon Nov 4 18:47:29 2019 +0000 @@ -26156,7 +28557,7 @@ Date: Mon Nov 4 18:47:29 2019 +0000 web/language.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 5f7a28aa +commit 5f7a28aa7 Author: Campbell Morrison Date: Mon Nov 4 18:41:44 2019 +0000 @@ -26168,7 +28569,7 @@ Date: Mon Nov 4 18:41:44 2019 +0000 web/lib/Locale.php | 19 ++------------ 3 files changed, 40 insertions(+), 41 deletions(-) -commit 88accb4b +commit 88accb4b7 Author: Campbell Morrison Date: Mon Nov 4 15:35:19 2019 +0000 @@ -26178,7 +28579,7 @@ Date: Mon Nov 4 15:35:19 2019 +0000 web/lib/MRBS/System.php | 60 +++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 28 deletions(-) -commit 4926ca54 +commit 4926ca549 Author: Campbell Morrison Date: Mon Nov 4 15:23:47 2019 +0000 @@ -26187,7 +28588,7 @@ Date: Mon Nov 4 15:23:47 2019 +0000 web/lib/Locale.php | 3 +++ 1 file changed, 3 insertions(+) -commit a1f47c0e +commit a1f47c0ec Author: Campbell Morrison Date: Mon Nov 4 14:51:12 2019 +0000 @@ -26196,14 +28597,14 @@ Date: Mon Nov 4 14:51:12 2019 +0000 web/lib/MRBS/System.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit d8941122 -Merge: 8797a4d5 41f33dd2 +commit d8941122e +Merge: 8797a4d56 41f33dd25 Author: Campbell Morrison Date: Sun Nov 3 20:51:48 2019 +0000 Merge with default -commit 41f33dd2 +commit 41f33dd25 Author: Campbell Morrison Date: Sun Nov 3 20:51:15 2019 +0000 @@ -26212,14 +28613,14 @@ Date: Sun Nov 3 20:51:15 2019 +0000 web/functions_table.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 8797a4d5 -Merge: 709d992d 720622ac +commit 8797a4d56 +Merge: 709d992d1 720622acf Author: Campbell Morrison Date: Sun Nov 3 16:46:43 2019 +0000 Merge with default -commit 720622ac +commit 720622acf Author: Campbell Morrison Date: Sun Nov 3 16:41:09 2019 +0000 @@ -26229,7 +28630,7 @@ Date: Sun Nov 3 16:41:09 2019 +0000 web/functions_table.inc | 11 +++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) -commit 710f2911 +commit 710f2911d Author: Campbell Morrison Date: Sun Nov 3 16:16:52 2019 +0000 @@ -26238,14 +28639,14 @@ Date: Sun Nov 3 16:16:52 2019 +0000 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 709d992d -Merge: 1ecc3a58 9fbddbc4 +commit 709d992d1 +Merge: 1ecc3a588 9fbddbc40 Author: Campbell Morrison Date: Sun Nov 3 16:05:21 2019 +0000 Merge with default -commit 9fbddbc4 +commit 9fbddbc40 Author: Campbell Morrison Date: Sun Nov 3 16:00:34 2019 +0000 @@ -26254,7 +28655,7 @@ Date: Sun Nov 3 16:00:34 2019 +0000 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cb80e389 +commit cb80e3898 Author: Campbell Morrison Date: Sun Nov 3 15:58:05 2019 +0000 @@ -26263,7 +28664,7 @@ Date: Sun Nov 3 15:58:05 2019 +0000 web/functions_table.inc | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) -commit 2c26b1bf +commit 2c26b1bf2 Author: Campbell Morrison Date: Sun Nov 3 15:48:16 2019 +0000 @@ -26272,7 +28673,7 @@ Date: Sun Nov 3 15:48:16 2019 +0000 web/functions_table.inc | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) -commit 321a0773 +commit 321a07731 Author: Campbell Morrison Date: Sun Nov 3 15:21:33 2019 +0000 @@ -26281,7 +28682,7 @@ Date: Sun Nov 3 15:21:33 2019 +0000 web/functions_table.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 9e063fe1 +commit 9e063fe16 Author: Campbell Morrison Date: Sun Nov 3 14:57:45 2019 +0000 @@ -26290,7 +28691,7 @@ Date: Sun Nov 3 14:57:45 2019 +0000 web/functions_table.inc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) -commit 8c211c29 +commit 8c211c299 Author: Campbell Morrison Date: Sun Nov 3 14:41:09 2019 +0000 @@ -26299,14 +28700,14 @@ Date: Sun Nov 3 14:41:09 2019 +0000 web/functions_table.inc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -commit 1ecc3a58 -Merge: 1ad6ccb9 705e6a49 +commit 1ecc3a588 +Merge: 1ad6ccb94 705e6a49c Author: Campbell Morrison Date: Sat Nov 2 16:51:45 2019 +0000 Merge with default -commit 705e6a49 +commit 705e6a49c Author: Campbell Morrison Date: Sat Nov 2 16:51:16 2019 +0000 @@ -26315,8 +28716,8 @@ Date: Sat Nov 2 16:51:16 2019 +0000 web/js/refresh.js.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 1ad6ccb9 -Merge: 6e7f28bb add78604b +commit 1ad6ccb94 +Merge: 6e7f28bbc add78604b Author: Campbell Morrison Date: Sun Oct 27 18:14:53 2019 +0000 @@ -26335,14 +28736,14 @@ Date: Sun Oct 27 18:14:26 2019 +0000 web/js/report.js.php | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) -commit 6e7f28bb -Merge: 8a189a27 25feb9c7 +commit 6e7f28bbc +Merge: 8a189a27e 25feb9c73 Author: Campbell Morrison Date: Sun Oct 27 17:57:46 2019 +0000 Merge with default -commit 25feb9c7 +commit 25feb9c73 Author: Campbell Morrison Date: Sun Oct 27 17:56:54 2019 +0000 @@ -26415,14 +28816,14 @@ Date: Sun Oct 27 17:56:54 2019 +0000 web/jquery/select2/dist/js/select2.min.js | 3 +- 65 files changed, 840 insertions(+), 435 deletions(-) -commit 8a189a27 -Merge: b510440a c7f88a85 +commit 8a189a27e +Merge: b510440ae c7f88a854 Author: Campbell Morrison Date: Sun Oct 27 08:21:41 2019 +0000 Merge with default -commit c7f88a85 +commit c7f88a854 Author: Campbell Morrison Date: Sun Oct 27 08:21:20 2019 +0000 @@ -26431,14 +28832,14 @@ Date: Sun Oct 27 08:21:20 2019 +0000 web/lib/MRBS/System.php | 2 ++ 1 file changed, 2 insertions(+) -commit b510440a -Merge: 47d1b225 fb53836a +commit b510440ae +Merge: 47d1b2251 fb53836a0 Author: Campbell Morrison Date: Sat Oct 26 18:58:55 2019 +0100 Merge with default -commit fb53836a +commit fb53836a0 Author: Campbell Morrison Date: Sat Oct 26 18:38:29 2019 +0100 @@ -26447,7 +28848,7 @@ Date: Sat Oct 26 18:38:29 2019 +0100 web/language.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit bbd3bc01 +commit bbd3bc014 Author: Campbell Morrison Date: Sat Oct 26 18:34:30 2019 +0100 @@ -26456,7 +28857,7 @@ Date: Sat Oct 26 18:34:30 2019 +0100 web/css/mrbs.css.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 3914f44d +commit 3914f44d1 Author: Campbell Morrison Date: Sat Oct 26 18:24:00 2019 +0100 @@ -26466,7 +28867,7 @@ Date: Sat Oct 26 18:24:00 2019 +0100 web/language.inc | 2 + 2 files changed, 69 insertions(+) -commit 46d706e4 +commit 46d706e4f Author: Campbell Morrison Date: Sat Oct 26 18:02:22 2019 +0100 @@ -26476,7 +28877,7 @@ Date: Sat Oct 26 18:02:22 2019 +0100 web/language.inc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) -commit 4b476fe0 +commit 4b476fe09 Author: Campbell Morrison Date: Sat Oct 26 17:27:04 2019 +0100 @@ -26487,7 +28888,7 @@ Date: Sat Oct 26 17:27:04 2019 +0100 web/language.inc | 15 +++++- 3 files changed, 83 insertions(+), 2 deletions(-) -commit 81b29451 +commit 81b294513 Author: Campbell Morrison Date: Sat Oct 26 09:54:44 2019 +0100 @@ -26552,7 +28953,7 @@ Date: Sat Oct 26 09:54:44 2019 +0100 web/js/flatpickr/l10n/zh.js | 75 +++++++++++++----- 57 files changed, 3383 insertions(+), 1179 deletions(-) -commit 3fc5fdcd +commit 3fc5fdcdc Author: Campbell Morrison Date: Fri Oct 25 18:21:32 2019 +0100 @@ -26562,7 +28963,7 @@ Date: Fri Oct 25 18:21:32 2019 +0100 web/js/flatpickr/flatpickr.min.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -commit 70c0a8cb +commit 70c0a8cb2 Author: Campbell Morrison Date: Fri Oct 25 18:02:47 2019 +0100 @@ -26576,7 +28977,7 @@ Date: Fri Oct 25 18:02:47 2019 +0100 web/js/resizable.js.php | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) -commit 4602a900 +commit 4602a9008 Author: Campbell Morrison Date: Fri Oct 25 17:53:55 2019 +0100 @@ -26588,7 +28989,7 @@ Date: Fri Oct 25 17:53:55 2019 +0100 web/js/resizable.js.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) -commit 0de9b189 +commit 0de9b1890 Author: Campbell Morrison Date: Fri Oct 25 17:43:34 2019 +0100 @@ -26597,14 +28998,14 @@ Date: Fri Oct 25 17:43:34 2019 +0100 web/js/resizable.js.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 47d1b225 -Merge: ef683e85 95cc78f3 +commit 47d1b2251 +Merge: ef683e858 95cc78f3e Author: Campbell Morrison Date: Thu Oct 24 20:53:10 2019 +0100 Merge with default -commit 95cc78f3 +commit 95cc78f3e Author: Campbell Morrison Date: Thu Oct 24 20:51:56 2019 +0100 @@ -26619,14 +29020,14 @@ Date: Thu Oct 24 20:51:56 2019 +0100 web/js.inc | 8 +- 7 files changed, 603 insertions(+), 231 deletions(-) -commit ef683e85 -Merge: d3e41bc1 ca1cc6e4 +commit ef683e858 +Merge: d3e41bc19 ca1cc6e4d Author: Campbell Morrison Date: Thu Oct 24 11:33:17 2019 +0100 Merge with default -commit ca1cc6e4 +commit ca1cc6e4d Author: Campbell Morrison Date: Thu Oct 24 11:32:42 2019 +0100 @@ -26636,7 +29037,7 @@ Date: Thu Oct 24 11:32:42 2019 +0100 web/lang/lang.en | 2 ++ 2 files changed, 10 insertions(+), 6 deletions(-) -commit 14b17452 +commit 14b17452d Author: Campbell Morrison Date: Thu Oct 24 11:09:53 2019 +0100 @@ -26645,14 +29046,14 @@ Date: Thu Oct 24 11:09:53 2019 +0100 web/Themes/default/header.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit d3e41bc1 -Merge: cdb60954 acc0509b +commit d3e41bc19 +Merge: cdb60954e acc0509b3 Author: Campbell Morrison Date: Wed Oct 23 10:59:24 2019 +0100 Merge with default -commit acc0509b +commit acc0509b3 Author: Campbell Morrison Date: Wed Oct 23 10:58:39 2019 +0100 @@ -26661,14 +29062,14 @@ Date: Wed Oct 23 10:58:39 2019 +0100 web/index.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit cdb60954 -Merge: bade5e22 8b4a0172 +commit cdb60954e +Merge: bade5e22e 8b4a0172f Author: Campbell Morrison Date: Wed Oct 23 10:25:26 2019 +0100 Merge with default -commit 8b4a0172 +commit 8b4a0172f Author: Campbell Morrison Date: Wed Oct 23 10:25:00 2019 +0100 @@ -26678,14 +29079,14 @@ Date: Wed Oct 23 10:25:00 2019 +0100 web/lang/lang.en | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) -commit bade5e22 -Merge: c383c546 b0ec86eb +commit bade5e22e +Merge: c383c5466 b0ec86ebc Author: Campbell Morrison Date: Tue Oct 22 18:53:49 2019 +0100 Merge with default -commit b0ec86eb +commit b0ec86ebc Author: Campbell Morrison Date: Tue Oct 22 18:53:31 2019 +0100 @@ -26694,14 +29095,14 @@ Date: Tue Oct 22 18:53:31 2019 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c383c546 -Merge: 82b3e94a b697a1d9 +commit c383c5466 +Merge: 82b3e94aa b697a1d99 Author: Campbell Morrison Date: Tue Oct 22 14:47:28 2019 +0100 Merge with default -commit b697a1d9 +commit b697a1d99 Author: Campbell Morrison Date: Tue Oct 22 14:47:09 2019 +0100 @@ -26711,7 +29112,7 @@ Date: Tue Oct 22 14:47:09 2019 +0100 web/js/edit_entry.js.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 82b3e94a +commit 82b3e94aa Author: Campbell Morrison Date: Mon Oct 21 17:26:46 2019 +0100 @@ -26720,14 +29121,14 @@ Date: Mon Oct 21 17:26:46 2019 +0100 web/lib/MRBS/Auth/AuthLdap.php | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) -commit 8ee05324 -Merge: 5e7fefba 83ea7b28 +commit 8ee053248 +Merge: 5e7fefba5 83ea7b286 Author: Campbell Morrison Date: Mon Oct 21 17:22:09 2019 +0100 Merge with default -commit 83ea7b28 +commit 83ea7b286 Author: Campbell Morrison Date: Mon Oct 21 17:21:37 2019 +0100 @@ -26736,14 +29137,14 @@ Date: Mon Oct 21 17:21:37 2019 +0100 web/auth/auth_ldap.inc | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) -commit 5e7fefba -Merge: d5fdcecd e73aaf5b +commit 5e7fefba5 +Merge: d5fdcecd4 e73aaf5ba Author: Campbell Morrison Date: Mon Oct 21 15:55:12 2019 +0100 Merge with default -commit e73aaf5b +commit e73aaf5ba Author: Campbell Morrison Date: Mon Oct 21 15:54:47 2019 +0100 @@ -26752,14 +29153,14 @@ Date: Mon Oct 21 15:54:47 2019 +0100 web/css/mrbs.css.php | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) -commit d5fdcecd -Merge: dcb720d2 b3eaf08a +commit d5fdcecd4 +Merge: dcb720d20 b3eaf08a1 Author: Campbell Morrison Date: Sun Oct 20 17:00:38 2019 +0100 Merge with default -commit b3eaf08a +commit b3eaf08a1 Author: Campbell Morrison Date: Sun Oct 20 16:58:57 2019 +0100 @@ -26768,7 +29169,7 @@ Date: Sun Oct 20 16:58:57 2019 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit dcb720d2 +commit dcb720d20 Author: Campbell Morrison Date: Sun Oct 20 15:54:56 2019 +0100 @@ -26777,14 +29178,14 @@ Date: Sun Oct 20 15:54:56 2019 +0100 web/Themes/default/header.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 266c1901 -Merge: 7d814e7f 64818b92 +commit 266c19018 +Merge: 7d814e7f7 64818b929 Author: Campbell Morrison Date: Sun Oct 20 15:52:54 2019 +0100 Merge with default -commit 64818b92 +commit 64818b929 Author: Campbell Morrison Date: Sun Oct 20 15:52:31 2019 +0100 @@ -26793,7 +29194,7 @@ Date: Sun Oct 20 15:52:31 2019 +0100 web/Themes/default/header.inc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -commit 7d814e7f +commit 7d814e7f7 Author: Campbell Morrison Date: Sun Oct 20 10:31:01 2019 +0100 @@ -26802,7 +29203,7 @@ Date: Sun Oct 20 10:31:01 2019 +0100 web/lib/MRBS/Auth/AuthLdap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 392f35b6 +commit 392f35b60 Author: Campbell Morrison Date: Sun Oct 20 10:28:42 2019 +0100 @@ -26811,14 +29212,14 @@ Date: Sun Oct 20 10:28:42 2019 +0100 web/lib/MRBS/Auth/AuthLdap.php | 34 +++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 12 deletions(-) -commit 31b0c409 -Merge: 1f914c21 ea6ee182 +commit 31b0c4092 +Merge: 1f914c217 ea6ee182f Author: Campbell Morrison Date: Sat Oct 19 13:59:50 2019 +0100 Merge with default -commit ea6ee182 +commit ea6ee182f Author: Campbell Morrison Date: Sat Oct 19 13:59:23 2019 +0100 @@ -26827,7 +29228,7 @@ Date: Sat Oct 19 13:59:23 2019 +0100 web/auth/auth_ldap.inc | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) -commit 0183792d +commit 0183792d2 Author: Campbell Morrison Date: Sat Oct 19 13:43:22 2019 +0100 @@ -26836,7 +29237,7 @@ Date: Sat Oct 19 13:43:22 2019 +0100 web/css/mrbs.css.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 0f85414e +commit 0f85414ee Author: Campbell Morrison Date: Sat Oct 19 13:38:55 2019 +0100 @@ -26845,14 +29246,14 @@ Date: Sat Oct 19 13:38:55 2019 +0100 web/css/mrbs.css.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 1f914c21 -Merge: c50bdfd1 8cfbc9a9 +commit 1f914c217 +Merge: c50bdfd13 8cfbc9a99 Author: Campbell Morrison Date: Sat Oct 19 12:14:43 2019 +0100 Merge with default -commit 8cfbc9a9 +commit 8cfbc9a99 Author: Campbell Morrison Date: Sat Oct 19 12:14:20 2019 +0100 @@ -26861,14 +29262,14 @@ Date: Sat Oct 19 12:14:20 2019 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c50bdfd1 -Merge: f22b3661 bc945024 +commit c50bdfd13 +Merge: f22b36611 bc9450247 Author: Campbell Morrison Date: Sat Oct 19 10:50:11 2019 +0100 Merge with default -commit bc945024 +commit bc9450247 Author: Campbell Morrison Date: Sat Oct 19 10:49:53 2019 +0100 @@ -26877,7 +29278,7 @@ Date: Sat Oct 19 10:49:53 2019 +0100 web/css/mrbs.css.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) -commit c461fb36 +commit c461fb369 Author: Campbell Morrison Date: Sat Oct 19 10:25:52 2019 +0100 @@ -26886,14 +29287,14 @@ Date: Sat Oct 19 10:25:52 2019 +0100 web/css/mrbs.css.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) -commit f22b3661 -Merge: 95199faf 3a3fcc9a +commit f22b36611 +Merge: 95199fafa 3a3fcc9a2 Author: Campbell Morrison Date: Sat Oct 19 09:31:34 2019 +0100 Merge with default -commit 3a3fcc9a +commit 3a3fcc9a2 Author: Campbell Morrison Date: Sat Oct 19 09:30:59 2019 +0100 @@ -26902,7 +29303,7 @@ Date: Sat Oct 19 09:30:59 2019 +0100 web/js/refresh.js.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit dfcd27cc +commit dfcd27cc2 Author: Campbell Morrison Date: Sat Oct 19 09:15:21 2019 +0100 @@ -26911,7 +29312,7 @@ Date: Sat Oct 19 09:15:21 2019 +0100 web/js/refresh.js.php | 105 ++++++++++++++++++++++------------------ 1 file changed, 58 insertions(+), 47 deletions(-) -commit 4bf0ebda +commit 4bf0ebdae Author: Campbell Morrison Date: Fri Oct 18 19:02:45 2019 +0100 @@ -26920,7 +29321,7 @@ Date: Fri Oct 18 19:02:45 2019 +0100 web/js/refresh.js.php | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) -commit 36ced589 +commit 36ced589c Author: Campbell Morrison Date: Fri Oct 18 18:56:29 2019 +0100 @@ -26930,14 +29331,14 @@ Date: Fri Oct 18 18:56:29 2019 +0100 web/js/refresh.js.php | 97 ++++++++++++++++++++++++++++++--------- 2 files changed, 77 insertions(+), 23 deletions(-) -commit 95199faf -Merge: 2a122be9 660e5394 +commit 95199fafa +Merge: 2a122be99 660e53949 Author: Campbell Morrison Date: Thu Oct 17 11:39:30 2019 +0100 Merge with default -commit 660e5394 +commit 660e53949 Author: Campbell Morrison Date: Thu Oct 17 11:39:07 2019 +0100 @@ -26947,14 +29348,14 @@ Date: Thu Oct 17 11:39:07 2019 +0100 web/js/refresh.js.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 2a122be9 -Merge: 024d8f0a 8698af3c +commit 2a122be99 +Merge: 024d8f0a9 8698af3cd Author: Campbell Morrison Date: Thu Oct 17 11:16:37 2019 +0100 Merge with default -commit 8698af3c +commit 8698af3cd Author: Campbell Morrison Date: Thu Oct 17 11:16:04 2019 +0100 @@ -26964,14 +29365,14 @@ Date: Thu Oct 17 11:16:04 2019 +0100 web/js/refresh.js.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 024d8f0a -Merge: 888fb32b e1038fc7 +commit 024d8f0a9 +Merge: 888fb32bf e1038fc79 Author: Campbell Morrison Date: Thu Oct 17 10:58:24 2019 +0100 Merge with default -commit e1038fc7 +commit e1038fc79 Author: Campbell Morrison Date: Thu Oct 17 10:57:35 2019 +0100 @@ -26981,7 +29382,7 @@ Date: Thu Oct 17 10:57:35 2019 +0100 web/js/refresh.js.php | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) -commit ea737ac1 +commit ea737ac1c Author: Campbell Morrison Date: Thu Oct 17 09:57:32 2019 +0100 @@ -26991,7 +29392,7 @@ Date: Thu Oct 17 09:57:32 2019 +0100 web/js/refresh.js.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 35083215 +commit 350832153 Author: Campbell Morrison Date: Thu Oct 17 09:43:33 2019 +0100 @@ -27001,14 +29402,14 @@ Date: Thu Oct 17 09:43:33 2019 +0100 web/js/refresh.js.php | 170 ++++++++++++++++++++-------------------- 1 file changed, 86 insertions(+), 84 deletions(-) -commit 888fb32b -Merge: bbfe0500 e5a42312 +commit 888fb32bf +Merge: bbfe05000 e5a423125 Author: Campbell Morrison Date: Wed Oct 16 18:14:35 2019 +0100 Merge with default -commit e5a42312 +commit e5a423125 Author: Campbell Morrison Date: Wed Oct 16 18:14:11 2019 +0100 @@ -27017,14 +29418,14 @@ Date: Wed Oct 16 18:14:11 2019 +0100 web/js/refresh.js.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit bbfe0500 -Merge: e49b8dd3 47919e2a +commit bbfe05000 +Merge: e49b8dd3c 47919e2ad Author: Campbell Morrison Date: Wed Oct 16 17:54:56 2019 +0100 Merge with default -commit 47919e2a +commit 47919e2ad Author: Campbell Morrison Date: Wed Oct 16 17:54:33 2019 +0100 @@ -27033,14 +29434,14 @@ Date: Wed Oct 16 17:54:33 2019 +0100 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit e49b8dd3 -Merge: b600dcf1 542ab5fb +commit e49b8dd3c +Merge: b600dcf18 542ab5fb5 Author: Campbell Morrison Date: Wed Oct 16 17:13:54 2019 +0100 Merge with default -commit 542ab5fb +commit 542ab5fb5 Author: Campbell Morrison Date: Wed Oct 16 17:13:35 2019 +0100 @@ -27051,7 +29452,7 @@ Date: Wed Oct 16 17:13:35 2019 +0100 web/js/refresh.js.php | 109 +++++++++++++++++++++++++------------- 3 files changed, 91 insertions(+), 40 deletions(-) -commit 45151962 +commit 45151962e Author: Campbell Morrison Date: Wed Oct 16 17:10:20 2019 +0100 @@ -27060,14 +29461,14 @@ Date: Wed Oct 16 17:10:20 2019 +0100 web/js/resizable.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit b600dcf1 -Merge: 7879a869 a480c7d5 +commit b600dcf18 +Merge: 7879a8692 a480c7d5e Author: Campbell Morrison Date: Wed Oct 16 15:23:59 2019 +0100 Merge with default -commit a480c7d5 +commit a480c7d5e Author: Campbell Morrison Date: Wed Oct 16 15:15:04 2019 +0100 @@ -27081,14 +29482,14 @@ Date: Wed Oct 16 15:15:04 2019 +0100 web/js/resizable.js.php | 2 +- 5 files changed, 48 insertions(+), 52 deletions(-) -commit 7879a869 -Merge: 41cc39c3 076220ac +commit 7879a8692 +Merge: 41cc39c3a 076220acd Author: Campbell Morrison Date: Tue Oct 15 17:05:20 2019 +0100 Merge with default -commit 076220ac +commit 076220acd Author: Campbell Morrison Date: Tue Oct 15 17:04:59 2019 +0100 @@ -27097,14 +29498,14 @@ Date: Tue Oct 15 17:04:59 2019 +0100 web/functions_table.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 41cc39c3 -Merge: 537ca5f5 895cbdbd +commit 41cc39c3a +Merge: 537ca5f53 895cbdbd7 Author: Campbell Morrison Date: Tue Oct 15 16:35:47 2019 +0100 Merge with default -commit 895cbdbd +commit 895cbdbd7 Author: Campbell Morrison Date: Tue Oct 15 16:35:15 2019 +0100 @@ -27113,7 +29514,7 @@ Date: Tue Oct 15 16:35:15 2019 +0100 web/js/refresh.js.php | 97 ++++++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 45 deletions(-) -commit 15607702 +commit 156077020 Author: Campbell Morrison Date: Tue Oct 15 14:47:37 2019 +0100 @@ -27122,7 +29523,7 @@ Date: Tue Oct 15 14:47:37 2019 +0100 web/js/refresh.js.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -commit 87d0591a +commit 87d0591a5 Author: Campbell Morrison Date: Tue Oct 15 14:11:56 2019 +0100 @@ -27131,14 +29532,14 @@ Date: Tue Oct 15 14:11:56 2019 +0100 web/js/refresh.js.php | 74 ++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 35 deletions(-) -commit 537ca5f5 -Merge: bea8b843 5f646dcc +commit 537ca5f53 +Merge: bea8b843f 5f646dcc1 Author: Campbell Morrison Date: Mon Oct 14 07:56:18 2019 +0100 Merge with default -commit 5f646dcc +commit 5f646dcc1 Author: Campbell Morrison Date: Mon Oct 14 07:56:01 2019 +0100 @@ -27147,14 +29548,14 @@ Date: Mon Oct 14 07:56:01 2019 +0100 web/functions_table.inc | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) -commit bea8b843 -Merge: 52bc764b 02ac8f83 +commit bea8b843f +Merge: 52bc764b5 02ac8f835 Author: Campbell Morrison Date: Sun Oct 13 20:57:36 2019 +0100 Merge with default -commit 02ac8f83 +commit 02ac8f835 Author: Campbell Morrison Date: Sun Oct 13 20:57:13 2019 +0100 @@ -27163,14 +29564,14 @@ Date: Sun Oct 13 20:57:13 2019 +0100 web/js/refresh.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 52bc764b -Merge: e3e2987b 74714883 +commit 52bc764b5 +Merge: e3e2987be 747148838 Author: Campbell Morrison Date: Sun Oct 13 20:32:42 2019 +0100 Merge with default -commit 74714883 +commit 747148838 Author: Campbell Morrison Date: Sun Oct 13 20:32:19 2019 +0100 @@ -27185,7 +29586,7 @@ Date: Sun Oct 13 20:32:19 2019 +0100 web/systemdefaults.inc.php | 3 ++ 6 files changed, 62 insertions(+), 2 deletions(-) -commit e3e2987b +commit e3e2987be Author: Campbell Morrison Date: Sun Oct 13 11:06:38 2019 +0100 @@ -27194,14 +29595,14 @@ Date: Sun Oct 13 11:06:38 2019 +0100 web/lib/MRBS/Auth/AuthJoomla.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 95b75bb3 -Merge: 5cfc4bdb d3c4e2c7 +commit 95b75bb32 +Merge: 5cfc4bdb2 d3c4e2c70 Author: Campbell Morrison Date: Sun Oct 13 10:49:52 2019 +0100 Merge with default -commit d3c4e2c7 +commit d3c4e2c70 Author: Campbell Morrison Date: Sun Oct 13 10:46:43 2019 +0100 @@ -27211,14 +29612,14 @@ Date: Sun Oct 13 10:46:43 2019 +0100 web/init.inc | 5 ----- 1 file changed, 5 deletions(-) -commit 5cfc4bdb -Merge: 755b7eef b6a57657 +commit 5cfc4bdb2 +Merge: 755b7eef6 b6a576570 Author: Campbell Morrison Date: Sat Oct 12 10:06:08 2019 +0100 Merge with default -commit b6a57657 +commit b6a576570 Author: Campbell Morrison Date: Sat Oct 12 10:05:36 2019 +0100 @@ -27227,7 +29628,7 @@ Date: Sat Oct 12 10:05:36 2019 +0100 web/functions_ical.inc | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) -commit 361ac107 +commit 361ac1072 Author: Campbell Morrison Date: Sat Oct 12 09:52:10 2019 +0100 @@ -27236,7 +29637,7 @@ Date: Sat Oct 12 09:52:10 2019 +0100 web/functions_ical.inc | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) -commit 659a514e +commit 659a514ee Author: Campbell Morrison Date: Sat Oct 12 09:23:16 2019 +0100 @@ -27245,14 +29646,14 @@ Date: Sat Oct 12 09:23:16 2019 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 755b7eef -Merge: 5e03ef20 0b336211 +commit 755b7eef6 +Merge: 5e03ef20c 0b3362111 Author: Campbell Morrison Date: Fri Oct 11 17:56:49 2019 +0100 Merge with default -commit 0b336211 +commit 0b3362111 Author: Campbell Morrison Date: Fri Oct 11 17:43:16 2019 +0100 @@ -27262,7 +29663,7 @@ Date: Fri Oct 11 17:43:16 2019 +0100 web/js/resizable.js.php | 1 + 2 files changed, 12 insertions(+), 2 deletions(-) -commit 222afe5e +commit 222afe5ee Author: Campbell Morrison Date: Fri Oct 11 17:03:33 2019 +0100 @@ -27271,14 +29672,14 @@ Date: Fri Oct 11 17:03:33 2019 +0100 web/functions_table.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 5e03ef20 -Merge: 4b5fbdcc 08458a1e +commit 5e03ef20c +Merge: 4b5fbdccb 08458a1e2 Author: Campbell Morrison Date: Fri Oct 11 16:49:47 2019 +0100 Merge with default -commit 08458a1e +commit 08458a1e2 Author: Campbell Morrison Date: Fri Oct 11 16:31:24 2019 +0100 @@ -27289,7 +29690,7 @@ Date: Fri Oct 11 16:31:24 2019 +0100 web/js/resizable.js.php | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) -commit 4b5fbdcc +commit 4b5fbdccb Author: Campbell Morrison Date: Fri Oct 11 10:36:16 2019 +0100 @@ -27298,14 +29699,14 @@ Date: Fri Oct 11 10:36:16 2019 +0100 web/lib/MRBS/Auth/AuthDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5761a0fc -Merge: febead86 8ce53893 +commit 5761a0fc5 +Merge: febead864 8ce538934 Author: Campbell Morrison Date: Fri Oct 11 10:34:48 2019 +0100 Merge with default -commit 8ce53893 +commit 8ce538934 Author: Campbell Morrison Date: Fri Oct 11 10:34:23 2019 +0100 @@ -27331,14 +29732,14 @@ Date: Fri Oct 11 10:34:23 2019 +0100 web/upgrade/34/post.inc | 2 +- 17 files changed, 67 insertions(+), 91 deletions(-) -commit febead86 -Merge: 9e29ed1b ef550099 +commit febead864 +Merge: 9e29ed1b3 ef5500999 Author: Campbell Morrison Date: Fri Oct 11 09:15:15 2019 +0100 Merge with default -commit ef550099 +commit ef5500999 Author: Campbell Morrison Date: Fri Oct 11 09:14:53 2019 +0100 @@ -27351,14 +29752,14 @@ Date: Fri Oct 11 09:14:53 2019 +0100 web/mrbs_sql.inc | 6 ++---- 5 files changed, 14 insertions(+), 27 deletions(-) -commit 9e29ed1b -Merge: b057f2cc 826653f1 +commit 9e29ed1b3 +Merge: b057f2cc0 826653f12 Author: Campbell Morrison Date: Thu Oct 10 19:42:15 2019 +0100 Merge with default -commit 826653f1 +commit 826653f12 Author: Campbell Morrison Date: Thu Oct 10 19:41:37 2019 +0100 @@ -27367,14 +29768,14 @@ Date: Thu Oct 10 19:41:37 2019 +0100 web/edit_entry.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit b057f2cc -Merge: cf6665a7 f85b2a10 +commit b057f2cc0 +Merge: cf6665a78 f85b2a100 Author: Campbell Morrison Date: Thu Oct 10 14:40:23 2019 +0100 Merge with default -commit f85b2a10 +commit f85b2a100 Author: Campbell Morrison Date: Thu Oct 10 14:40:04 2019 +0100 @@ -27383,14 +29784,14 @@ Date: Thu Oct 10 14:40:04 2019 +0100 web/auth/cms/wordpress.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cf6665a7 -Merge: 0d7c2c27 dc2f8d65 +commit cf6665a78 +Merge: 0d7c2c27e dc2f8d657 Author: Campbell Morrison Date: Thu Oct 10 14:36:17 2019 +0100 Merge with default -commit dc2f8d65 +commit dc2f8d657 Author: Campbell Morrison Date: Thu Oct 10 14:35:23 2019 +0100 @@ -27400,14 +29801,14 @@ Date: Thu Oct 10 14:35:23 2019 +0100 web/auth/cms/wordpress.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 0d7c2c27 -Merge: 05605535 731519db +commit 0d7c2c27e +Merge: 05605535d 731519dbc Author: Campbell Morrison Date: Thu Oct 10 09:26:54 2019 +0100 Merge with default -commit 731519db +commit 731519dbc Author: Campbell Morrison Date: Thu Oct 10 09:26:27 2019 +0100 @@ -27418,14 +29819,14 @@ Date: Thu Oct 10 09:26:27 2019 +0100 web/lib/MRBS/ICalendar/Series.php (new) | 120 ++++++++++++++++++++++ 2 files changed, 146 insertions(+), 92 deletions(-) -commit 05605535 -Merge: f1f821f7 e51bf2eb +commit 05605535d +Merge: f1f821f77 e51bf2eb3 Author: Campbell Morrison Date: Tue Oct 8 14:54:22 2019 +0100 Merge with default -commit e51bf2eb +commit e51bf2eb3 Author: Campbell Morrison Date: Tue Oct 8 14:53:16 2019 +0100 @@ -27435,14 +29836,14 @@ Date: Tue Oct 8 14:53:16 2019 +0100 web/auth/auth_db.inc | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) -commit f1f821f7 -Merge: 00ccbc45 3b9c47c0 +commit f1f821f77 +Merge: 00ccbc450 3b9c47c04 Author: Campbell Morrison Date: Mon Oct 7 17:48:25 2019 +0100 Merge with default -commit 3b9c47c0 +commit 3b9c47c04 Author: Campbell Morrison Date: Mon Oct 7 17:46:05 2019 +0100 @@ -27454,7 +29855,7 @@ Date: Mon Oct 7 17:46:05 2019 +0100 web/mrbs_sql.inc | 4 +- 3 files changed, 77 insertions(+), 64 deletions(-) -commit 00ccbc45 +commit 00ccbc450 Author: Campbell Morrison Date: Sat Oct 5 17:02:14 2019 +0100 @@ -27463,7 +29864,7 @@ Date: Sat Oct 5 17:02:14 2019 +0100 web/lib/MRBS/Auth/AuthLdap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 587fc6cc +commit 587fc6cc1 Author: Campbell Morrison Date: Sat Oct 5 15:59:37 2019 +0100 @@ -27472,14 +29873,14 @@ Date: Sat Oct 5 15:59:37 2019 +0100 web/lib/MRBS/Auth/AuthLdap.php | 46 +++++++++++++++----------------- 1 file changed, 21 insertions(+), 25 deletions(-) -commit c1e4867e -Merge: 20a7b923 61a237e8 +commit c1e4867e2 +Merge: 20a7b9237 61a237e86 Author: Campbell Morrison Date: Sat Oct 5 15:48:49 2019 +0100 Merge with default -commit 61a237e8 +commit 61a237e86 Author: Campbell Morrison Date: Sat Oct 5 15:48:20 2019 +0100 @@ -27488,7 +29889,7 @@ Date: Sat Oct 5 15:48:20 2019 +0100 web/auth/auth_ldap.inc | 85 +++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 48 deletions(-) -commit 5fee921d +commit 5fee921d0 Author: Campbell Morrison Date: Sat Oct 5 15:08:12 2019 +0100 @@ -27498,7 +29899,7 @@ Date: Sat Oct 5 15:08:12 2019 +0100 web/auth/auth_ldap.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 20a7b923 +commit 20a7b9237 Author: Campbell Morrison Date: Fri Oct 4 18:59:48 2019 +0100 @@ -27508,14 +29909,14 @@ Date: Fri Oct 4 18:59:48 2019 +0100 web/lib/MRBS/Session/SessionHttp.php | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) -commit 89c0b7b3 -Merge: fd7d45f9 4937d3aa +commit 89c0b7b39 +Merge: fd7d45f9b 4937d3aaa Author: Campbell Morrison Date: Fri Oct 4 18:56:56 2019 +0100 Merge with default -commit 4937d3aa +commit 4937d3aaa Author: Campbell Morrison Date: Fri Oct 4 18:52:31 2019 +0100 @@ -27529,7 +29930,7 @@ Date: Fri Oct 4 18:52:31 2019 +0100 web/session/session_http.inc | 11 ++--------- 5 files changed, 5 insertions(+), 40 deletions(-) -commit 7b52d321 +commit 7b52d3216 Author: Campbell Morrison Date: Fri Oct 4 18:31:49 2019 +0100 @@ -27538,14 +29939,14 @@ Date: Fri Oct 4 18:31:49 2019 +0100 web/edit_room_handler.php | 1 - 1 file changed, 1 deletion(-) -commit fd7d45f9 -Merge: 9833c92e 3c555114 +commit fd7d45f9b +Merge: 9833c92e0 3c5551148 Author: Campbell Morrison Date: Thu Oct 3 18:14:38 2019 +0100 Merge with default -commit 3c555114 +commit 3c5551148 Author: Campbell Morrison Date: Thu Oct 3 18:14:17 2019 +0100 @@ -27558,14 +29959,14 @@ Date: Thu Oct 3 18:14:17 2019 +0100 web/functions.inc | 25 +++++++++ 4 files changed, 147 insertions(+), 107 deletions(-) -commit 9833c92e -Merge: 99434223 c6a54ba9 +commit 9833c92e0 +Merge: 994342233 c6a54ba97 Author: Campbell Morrison Date: Thu Oct 3 15:56:29 2019 +0100 Merge with default -commit c6a54ba9 +commit c6a54ba97 Author: Campbell Morrison Date: Thu Oct 3 15:55:42 2019 +0100 @@ -27575,7 +29976,7 @@ Date: Thu Oct 3 15:55:42 2019 +0100 web/pending.php | 10 +--------- 2 files changed, 2 insertions(+), 11 deletions(-) -commit 99434223 +commit 994342233 Author: Campbell Morrison Date: Thu Oct 3 15:48:26 2019 +0100 @@ -27585,14 +29986,14 @@ Date: Thu Oct 3 15:48:26 2019 +0100 web/pending.php | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) -commit 763e3afb -Merge: 7b080bf5 9f920dbf +commit 763e3afbd +Merge: 7b080bf5f 9f920dbf1 Author: Campbell Morrison Date: Thu Oct 3 15:41:00 2019 +0100 Merge with default -commit 9f920dbf +commit 9f920dbf1 Author: Campbell Morrison Date: Thu Oct 3 15:37:48 2019 +0100 @@ -27602,14 +30003,14 @@ Date: Thu Oct 3 15:37:48 2019 +0100 web/pending.php | 14 ++++++++++++-- 2 files changed, 27 insertions(+), 9 deletions(-) -commit 7b080bf5 -Merge: a4b48f06 f9f7593c +commit 7b080bf5f +Merge: a4b48f06d f9f7593ca Author: Campbell Morrison Date: Wed Oct 2 19:01:55 2019 +0100 Merge with default -commit f9f7593c +commit f9f7593ca Author: Campbell Morrison Date: Wed Oct 2 19:01:33 2019 +0100 @@ -27618,14 +30019,14 @@ Date: Wed Oct 2 19:01:33 2019 +0100 web/edit_area.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -commit a4b48f06 -Merge: 9bc359cb 05a5b788 +commit a4b48f06d +Merge: 9bc359cbe 05a5b7883 Author: Campbell Morrison Date: Wed Oct 2 18:52:57 2019 +0100 Merge with default -commit 05a5b788 +commit 05a5b7883 Author: Campbell Morrison Date: Wed Oct 2 18:52:26 2019 +0100 @@ -27634,7 +30035,7 @@ Date: Wed Oct 2 18:52:26 2019 +0100 web/edit_room.php | 53 ++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 25 deletions(-) -commit 1f4c019f +commit 1f4c019f2 Author: Campbell Morrison Date: Wed Oct 2 18:33:25 2019 +0100 @@ -27643,14 +30044,14 @@ Date: Wed Oct 2 18:33:25 2019 +0100 web/edit_room.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 9bc359cb -Merge: 0579b60c 49b680df +commit 9bc359cbe +Merge: 0579b60c2 49b680df3 Author: Campbell Morrison Date: Wed Sep 25 16:17:21 2019 +0100 Merge with default -commit 49b680df +commit 49b680df3 Author: Campbell Morrison Date: Wed Sep 25 16:16:58 2019 +0100 @@ -27661,7 +30062,7 @@ Date: Wed Sep 25 16:16:58 2019 +0100 web/edit_entry.php | 5 ++--- 2 files changed, 8 insertions(+), 4 deletions(-) -commit 0579b60c +commit 0579b60c2 Author: Campbell Morrison Date: Wed Sep 25 15:33:28 2019 +0100 @@ -27670,14 +30071,14 @@ Date: Wed Sep 25 15:33:28 2019 +0100 web/lib/MRBS/Auth/AuthLdap.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 6a12d6bb -Merge: cc9fb530 57112573 +commit 6a12d6bb1 +Merge: cc9fb530f 571125734 Author: Campbell Morrison Date: Wed Sep 25 15:30:52 2019 +0100 Merge with default -commit 57112573 +commit 571125734 Author: Campbell Morrison Date: Wed Sep 25 15:29:59 2019 +0100 @@ -27686,7 +30087,7 @@ Date: Wed Sep 25 15:29:59 2019 +0100 web/auth/auth_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1ad29396 +commit 1ad293969 Author: Campbell Morrison Date: Wed Sep 25 15:21:38 2019 +0100 @@ -27696,14 +30097,14 @@ Date: Wed Sep 25 15:21:38 2019 +0100 web/auth/auth_ldap.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit cc9fb530 -Merge: eb33a061 d6ec0693 +commit cc9fb530f +Merge: eb33a061e d6ec0693e Author: Campbell Morrison Date: Wed Sep 25 09:13:34 2019 +0100 Merge with default -commit d6ec0693 +commit d6ec0693e Author: Campbell Morrison Date: Wed Sep 25 09:12:54 2019 +0100 @@ -27713,14 +30114,14 @@ Date: Wed Sep 25 09:12:54 2019 +0100 web/functions_error.inc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -commit eb33a061 -Merge: 092bdc79 97399900 +commit eb33a061e +Merge: 092bdc791 973999009 Author: Campbell Morrison Date: Tue Sep 24 16:50:19 2019 +0100 Merge with default -commit 97399900 +commit 973999009 Author: Campbell Morrison Date: Tue Sep 24 16:49:20 2019 +0100 @@ -27732,14 +30133,14 @@ Date: Tue Sep 24 16:49:20 2019 +0100 web/systemdefaults.inc.php | 5 +++++ 2 files changed, 18 insertions(+), 1 deletion(-) -commit 092bdc79 -Merge: 4b01218f 65b90ed6 +commit 092bdc791 +Merge: 4b01218f4 65b90ed62 Author: Campbell Morrison Date: Wed Sep 18 17:18:49 2019 +0100 Merge with default -commit 65b90ed6 +commit 65b90ed62 Author: Campbell Morrison Date: Wed Sep 18 17:18:26 2019 +0100 @@ -27749,21 +30150,21 @@ Date: Wed Sep 18 17:18:26 2019 +0100 web/mrbs_sql.inc | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) -commit 4b01218f -Merge: dde21b96 940f5271 +commit 4b01218f4 +Merge: dde21b965 940f52713 Author: John Beranek Date: Wed Sep 18 14:19:15 2019 +0100 Manual merges of [hg-code:accb92] and [hg-code:ee7426]. -commit 940f5271 -Merge: 08a28fb1 6386418b +commit 940f52713 +Merge: 08a28fb1b 6386418b7 Author: John Beranek Date: Wed Sep 18 14:10:50 2019 +0100 Merged with default -commit 6386418b +commit 6386418b7 Author: John Beranek Date: Wed Sep 18 13:52:11 2019 +0100 @@ -27772,7 +30173,7 @@ Date: Wed Sep 18 13:52:11 2019 +0100 web/session/session_saml.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 91219358 +commit 91219358a Author: John Beranek Date: Wed Sep 18 13:47:48 2019 +0100 @@ -27782,14 +30183,14 @@ Date: Wed Sep 18 13:47:48 2019 +0100 web/systemdefaults.inc.php | 7 ++++++- 2 files changed, 21 insertions(+), 2 deletions(-) -commit dde21b96 -Merge: 99830d01 08a28fb1 +commit dde21b965 +Merge: 99830d01a 08a28fb1b Author: Campbell Morrison Date: Tue Sep 17 15:59:56 2019 +0100 Merge with default -commit 08a28fb1 +commit 08a28fb1b Author: Campbell Morrison Date: Tue Sep 17 15:59:35 2019 +0100 @@ -27798,14 +30199,14 @@ Date: Tue Sep 17 15:59:35 2019 +0100 web/functions_mail.inc | 1 - 1 file changed, 1 deletion(-) -commit 99830d01 -Merge: 7b77f208 f3d2eada +commit 99830d01a +Merge: 7b77f208e f3d2eada8 Author: Campbell Morrison Date: Tue Sep 17 15:51:05 2019 +0100 Merge with default -commit f3d2eada +commit f3d2eada8 Author: Campbell Morrison Date: Tue Sep 17 15:50:37 2019 +0100 @@ -27818,14 +30219,14 @@ Date: Tue Sep 17 15:50:37 2019 +0100 web/functions_mail.inc | 11 +++-------- 2 files changed, 9 insertions(+), 11 deletions(-) -commit 7b77f208 -Merge: 9c42570a db1b0735 +commit 7b77f208e +Merge: 9c42570a2 db1b07350 Author: Campbell Morrison Date: Sun Sep 15 18:58:25 2019 +0100 Merge with default -commit db1b0735 +commit db1b07350 Author: Campbell Morrison Date: Sun Sep 15 18:58:04 2019 +0100 @@ -27834,14 +30235,14 @@ Date: Sun Sep 15 18:58:04 2019 +0100 web/mrbs_sql.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 9c42570a -Merge: 18816ea7 ffb443b8 +commit 9c42570a2 +Merge: 18816ea79 ffb443b85 Author: Campbell Morrison Date: Sun Sep 15 18:51:23 2019 +0100 Merge with default -commit ffb443b8 +commit ffb443b85 Author: Campbell Morrison Date: Sun Sep 15 18:50:48 2019 +0100 @@ -27852,14 +30253,14 @@ Date: Sun Sep 15 18:50:48 2019 +0100 web/functions_mail.inc | 13 ++------- 3 files changed, 64 insertions(+), 62 deletions(-) -commit 18816ea7 -Merge: 622725c7 4c51ced9 +commit 18816ea79 +Merge: 622725c74 4c51ced90 Author: Campbell Morrison Date: Sun Sep 15 17:51:34 2019 +0100 Merge with default -commit 4c51ced9 +commit 4c51ced90 Author: Campbell Morrison Date: Sun Sep 15 17:51:08 2019 +0100 @@ -27869,14 +30270,14 @@ Date: Sun Sep 15 17:51:08 2019 +0100 web/functions_mail.inc | 24 +++++++++++++++--- 2 files changed, 32 insertions(+), 9 deletions(-) -commit 622725c7 -Merge: fe85d14e ec971193 +commit 622725c74 +Merge: fe85d14e0 ec971193b Author: Campbell Morrison Date: Sat Sep 14 17:32:26 2019 +0100 Merge with default -commit ec971193 +commit ec971193b Author: Campbell Morrison Date: Sat Sep 14 17:28:49 2019 +0100 @@ -27887,7 +30288,7 @@ Date: Sat Sep 14 17:28:49 2019 +0100 web/css/mrbs.css.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) -commit fe85d14e +commit fe85d14e0 Author: Campbell Morrison Date: Fri Sep 13 16:54:24 2019 +0100 @@ -27896,14 +30297,14 @@ Date: Fri Sep 13 16:54:24 2019 +0100 web/lib/MRBS/Auth/AuthLdap.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) -commit 99cb90c5 -Merge: 3a1eed17 e9322c4d +commit 99cb90c59 +Merge: 3a1eed170 e9322c4de Author: Campbell Morrison Date: Fri Sep 13 16:48:30 2019 +0100 Merge with default -commit e9322c4d +commit e9322c4de Author: Campbell Morrison Date: Fri Sep 13 16:47:52 2019 +0100 @@ -27912,14 +30313,14 @@ Date: Fri Sep 13 16:47:52 2019 +0100 web/auth/auth_ldap.inc | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) -commit 3a1eed17 -Merge: f0f5dc0d f4c2c19c +commit 3a1eed170 +Merge: f0f5dc0d6 f4c2c19c4 Author: Campbell Morrison Date: Wed Sep 11 15:17:38 2019 +0100 Merge with default -commit f4c2c19c +commit f4c2c19c4 Author: Campbell Morrison Date: Wed Sep 11 15:17:20 2019 +0100 @@ -27928,14 +30329,14 @@ Date: Wed Sep 11 15:17:20 2019 +0100 web/auth/auth_ldap.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit f0f5dc0d -Merge: 7fa094e9 da0e8e3d +commit f0f5dc0d6 +Merge: 7fa094e9e da0e8e3dd Author: Campbell Morrison Date: Wed Sep 11 14:20:39 2019 +0100 Merge with default -commit da0e8e3d +commit da0e8e3dd Author: Campbell Morrison Date: Wed Sep 11 14:20:22 2019 +0100 @@ -27944,14 +30345,14 @@ Date: Wed Sep 11 14:20:22 2019 +0100 web/auth/auth_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7fa094e9 -Merge: ab9c8b76 7b8c9ac9 +commit 7fa094e9e +Merge: ab9c8b768 7b8c9ac91 Author: Campbell Morrison Date: Wed Sep 11 14:17:52 2019 +0100 Merge with default -commit 7b8c9ac9 +commit 7b8c9ac91 Author: Campbell Morrison Date: Wed Sep 11 14:15:52 2019 +0100 @@ -27960,7 +30361,7 @@ Date: Wed Sep 11 14:15:52 2019 +0100 web/auth/auth_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2fc9babe +commit 2fc9babe2 Author: Campbell Morrison Date: Wed Sep 11 14:00:29 2019 +0100 @@ -27969,14 +30370,14 @@ Date: Wed Sep 11 14:00:29 2019 +0100 web/auth/auth_ldap.inc | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) -commit ab9c8b76 -Merge: 14350375 a52d26fb +commit ab9c8b768 +Merge: 14350375b a52d26fb8 Author: Campbell Morrison Date: Tue Sep 10 20:54:55 2019 +0100 Merge with default -commit a52d26fb +commit a52d26fb8 Author: Campbell Morrison Date: Tue Sep 10 20:54:32 2019 +0100 @@ -27985,14 +30386,14 @@ Date: Tue Sep 10 20:54:32 2019 +0100 web/auth/auth_ldap.inc | 103 ++++++++++++++++++++------------------- 1 file changed, 54 insertions(+), 49 deletions(-) -commit 14350375 -Merge: c3e8ad6b f97a4d36 +commit 14350375b +Merge: c3e8ad6bb f97a4d361 Author: Campbell Morrison Date: Sun Sep 8 15:57:39 2019 +0100 Merge with default -commit f97a4d36 +commit f97a4d361 Author: Campbell Morrison Date: Sun Sep 8 15:57:15 2019 +0100 @@ -28001,14 +30402,14 @@ Date: Sun Sep 8 15:57:15 2019 +0100 web/auth/auth_ldap.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -commit c3e8ad6b -Merge: abc6206f f67a39ee +commit c3e8ad6bb +Merge: abc6206f2 f67a39ee9 Author: Campbell Morrison Date: Sun Sep 8 15:32:35 2019 +0100 Fixed merge -commit f67a39ee +commit f67a39ee9 Author: Campbell Morrison Date: Sun Sep 8 15:26:10 2019 +0100 @@ -28017,14 +30418,14 @@ Date: Sun Sep 8 15:26:10 2019 +0100 web/auth/auth_ldap.inc | 119 +++++++++++++++++++++++++++++++++++---- 1 file changed, 109 insertions(+), 10 deletions(-) -commit abc6206f -Merge: f0619c55 ce5fa7c7 +commit abc6206f2 +Merge: f0619c553 ce5fa7c7a Author: Campbell Morrison Date: Sun Sep 8 13:37:16 2019 +0100 Merge with default -commit ce5fa7c7 +commit ce5fa7c7a Author: Campbell Morrison Date: Sun Sep 8 13:36:54 2019 +0100 @@ -28033,14 +30434,14 @@ Date: Sun Sep 8 13:36:54 2019 +0100 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f0619c55 -Merge: 1f3d1abe 97fe585d +commit f0619c553 +Merge: 1f3d1abe3 97fe585db Author: Campbell Morrison Date: Sat Sep 7 08:25:46 2019 +0100 Merge with default -commit 97fe585d +commit 97fe585db Author: Campbell Morrison Date: Sat Sep 7 08:25:26 2019 +0100 @@ -28049,14 +30450,14 @@ Date: Sat Sep 7 08:25:26 2019 +0100 web/view_entry.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 1f3d1abe -Merge: 55560aad a2a082d0 +commit 1f3d1abe3 +Merge: 55560aad3 a2a082d0c Author: Campbell Morrison Date: Sat Sep 7 08:13:25 2019 +0100 Merge with default -commit a2a082d0 +commit a2a082d0c Author: Campbell Morrison Date: Sat Sep 7 08:13:03 2019 +0100 @@ -28066,14 +30467,14 @@ Date: Sat Sep 7 08:13:03 2019 +0100 web/view_entry.php | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) -commit 55560aad -Merge: c1579ff4 d4a2a7f2 +commit 55560aad3 +Merge: c1579ff45 d4a2a7f29 Author: Campbell Morrison Date: Fri Sep 6 16:30:34 2019 +0100 Merge with default -commit d4a2a7f2 +commit d4a2a7f29 Author: Campbell Morrison Date: Fri Sep 6 16:30:13 2019 +0100 @@ -28082,14 +30483,14 @@ Date: Fri Sep 6 16:30:13 2019 +0100 web/lang/lang.it | 48 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) -commit c1579ff4 -Merge: 231e5eb7 0922ef31 +commit c1579ff45 +Merge: 231e5eb7e 0922ef31e Author: Campbell Morrison Date: Fri Sep 6 15:44:54 2019 +0100 Merge with default -commit 0922ef31 +commit 0922ef31e Author: Campbell Morrison Date: Fri Sep 6 15:44:27 2019 +0100 @@ -28098,14 +30499,14 @@ Date: Fri Sep 6 15:44:27 2019 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 231e5eb7 -Merge: 3bc60343 23177324 +commit 231e5eb7e +Merge: 3bc60343d 23177324a Author: Campbell Morrison Date: Fri Sep 6 15:31:41 2019 +0100 Merge with default -commit 23177324 +commit 23177324a Author: Campbell Morrison Date: Fri Sep 6 15:31:20 2019 +0100 @@ -28119,14 +30520,14 @@ Date: Fri Sep 6 15:31:20 2019 +0100 web/systemdefaults.inc.php | 6 ++++++ 5 files changed, 16 insertions(+), 1 deletion(-) -commit 3bc60343 -Merge: 2aa3de79 e559d7f0 +commit 3bc60343d +Merge: 2aa3de79c e559d7f0f Author: Campbell Morrison Date: Fri Sep 6 12:45:34 2019 +0100 Merge with default -commit e559d7f0 +commit e559d7f0f Author: Campbell Morrison Date: Fri Sep 6 12:45:01 2019 +0100 @@ -28136,14 +30537,14 @@ Date: Fri Sep 6 12:45:01 2019 +0100 web/functions_ical.inc | 1 + 1 file changed, 1 insertion(+) -commit 2aa3de79 -Merge: 10f8f971 0d31e890 +commit 2aa3de79c +Merge: 10f8f9715 0d31e8906 Author: Campbell Morrison Date: Tue Sep 3 10:40:33 2019 +0100 Merge with default -commit 0d31e890 +commit 0d31e8906 Author: Campbell Morrison Date: Tue Sep 3 10:39:50 2019 +0100 @@ -28152,14 +30553,14 @@ Date: Tue Sep 3 10:39:50 2019 +0100 web/report.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 10f8f971 -Merge: 0b17b1b3 69d4edd9 +commit 10f8f9715 +Merge: 0b17b1b3a 69d4edd91 Author: Campbell Morrison Date: Thu Aug 29 14:11:07 2019 +0100 Merge with default -commit 69d4edd9 +commit 69d4edd91 Author: Campbell Morrison Date: Thu Aug 29 14:10:43 2019 +0100 @@ -28169,7 +30570,7 @@ Date: Thu Aug 29 14:10:43 2019 +0100 web/language.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 3b077901 +commit 3b0779018 Author: Campbell Morrison Date: Sun Aug 25 18:03:30 2019 +0100 @@ -28178,14 +30579,14 @@ Date: Sun Aug 25 18:03:30 2019 +0100 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0b17b1b3 -Merge: 1ecc8efa 8fd33526 +commit 0b17b1b3a +Merge: 1ecc8efa3 8fd335266 Author: Campbell Morrison Date: Thu Aug 22 16:13:32 2019 +0100 Merge with default -commit 8fd33526 +commit 8fd335266 Author: Campbell Morrison Date: Thu Aug 22 16:13:11 2019 +0100 @@ -28196,7 +30597,7 @@ Date: Thu Aug 22 16:13:11 2019 +0100 web/auth/auth_ldap.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 1ecc8efa +commit 1ecc8efa3 Author: Campbell Morrison Date: Thu Aug 22 15:55:23 2019 +0100 @@ -28205,14 +30606,14 @@ Date: Thu Aug 22 15:55:23 2019 +0100 web/lib/MRBS/Auth/Auth.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 36626030 -Merge: 9d1b0220 53eaea34 +commit 366260301 +Merge: 9d1b0220d 53eaea34d Author: Campbell Morrison Date: Thu Aug 22 15:51:42 2019 +0100 Merge with default -commit 53eaea34 +commit 53eaea34d Author: Campbell Morrison Date: Thu Aug 22 15:51:16 2019 +0100 @@ -28221,14 +30622,14 @@ Date: Thu Aug 22 15:51:16 2019 +0100 web/auth/auth_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9d1b0220 -Merge: 499be080 ac65b170 +commit 9d1b0220d +Merge: 499be0800 ac65b1701 Author: Campbell Morrison Date: Thu Aug 22 15:03:00 2019 +0100 Merge with default -commit ac65b170 +commit ac65b1701 Author: Campbell Morrison Date: Thu Aug 22 14:58:39 2019 +0100 @@ -28239,14 +30640,14 @@ Date: Thu Aug 22 14:58:39 2019 +0100 web/auth/auth_ldap.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) -commit 499be080 -Merge: 21d5630b 0ee3bc40 +commit 499be0800 +Merge: 21d5630bc 0ee3bc405 Author: Campbell Morrison Date: Mon Aug 19 17:09:34 2019 +0100 Merge with default -commit 0ee3bc40 +commit 0ee3bc405 Author: Campbell Morrison Date: Mon Aug 19 17:08:57 2019 +0100 @@ -28255,7 +30656,7 @@ Date: Mon Aug 19 17:08:57 2019 +0100 web/edit_users.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 40d17cf9 +commit 40d17cf94 Author: Campbell Morrison Date: Sun Aug 18 17:52:47 2019 +0100 @@ -28264,7 +30665,7 @@ Date: Sun Aug 18 17:52:47 2019 +0100 web/functions_table.inc | 52 ++++++++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 20 deletions(-) -commit aac57f26 +commit aac57f269 Author: Campbell Morrison Date: Sun Aug 18 17:35:14 2019 +0100 @@ -28273,7 +30674,7 @@ Date: Sun Aug 18 17:35:14 2019 +0100 web/functions_table.inc | 82 ++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 48 deletions(-) -commit e0cdddb2 +commit e0cdddb2b Author: Campbell Morrison Date: Sun Aug 18 17:09:06 2019 +0100 @@ -28282,14 +30683,14 @@ Date: Sun Aug 18 17:09:06 2019 +0100 web/functions_table.inc | 77 +++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 40 deletions(-) -commit 21d5630b -Merge: 0dd38399 31780d89 +commit 21d5630bc +Merge: 0dd383991 31780d890 Author: Campbell Morrison Date: Sun Aug 18 16:29:48 2019 +0100 Merge with default -commit 31780d89 +commit 31780d890 Author: Campbell Morrison Date: Sun Aug 18 16:29:14 2019 +0100 @@ -28298,14 +30699,14 @@ Date: Sun Aug 18 16:29:14 2019 +0100 web/functions_table.inc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) -commit 0dd38399 -Merge: 89f5f50d 486d0f34 +commit 0dd383991 +Merge: 89f5f50d5 486d0f343 Author: Campbell Morrison Date: Sun Aug 18 16:21:40 2019 +0100 Merge with default -commit 486d0f34 +commit 486d0f343 Author: Campbell Morrison Date: Sun Aug 18 16:20:03 2019 +0100 @@ -28314,7 +30715,7 @@ Date: Sun Aug 18 16:20:03 2019 +0100 web/functions_table.inc | 40 ++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) -commit 8f3226f0 +commit 8f3226f07 Author: Campbell Morrison Date: Sun Aug 18 16:12:25 2019 +0100 @@ -28323,14 +30724,14 @@ Date: Sun Aug 18 16:12:25 2019 +0100 web/functions_table.inc | 46 +++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 21 deletions(-) -commit 89f5f50d -Merge: 39ff4be7 7256529f +commit 89f5f50d5 +Merge: 39ff4be7d 7256529f6 Author: Campbell Morrison Date: Sun Aug 18 15:38:12 2019 +0100 Merge with default -commit 7256529f +commit 7256529f6 Author: Campbell Morrison Date: Sun Aug 18 15:31:02 2019 +0100 @@ -28339,7 +30740,7 @@ Date: Sun Aug 18 15:31:02 2019 +0100 web/functions_table.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 1ee1e726 +commit 1ee1e726f Author: Campbell Morrison Date: Sun Aug 18 15:28:30 2019 +0100 @@ -28349,21 +30750,21 @@ Date: Sun Aug 18 15:28:30 2019 +0100 web/functions_table.inc | 41 +-------------------------------------- 2 files changed, 11 insertions(+), 41 deletions(-) -commit 39ff4be7 -Merge: 4ebd2f07 87c8670d +commit 39ff4be7d +Merge: 4ebd2f07e 87c8670d3 Author: Campbell Morrison Date: Sun Aug 18 14:59:29 2019 +0100 Merge with default -commit 87c8670d -Merge: dc64680a aa3a2efc +commit 87c8670d3 +Merge: dc64680ae aa3a2efca Author: Campbell Morrison Date: Sun Aug 18 14:58:40 2019 +0100 Merge -commit aa3a2efc +commit aa3a2efca Author: Campbell Morrison Date: Sun Aug 18 14:56:21 2019 +0100 @@ -28372,14 +30773,14 @@ Date: Sun Aug 18 14:56:21 2019 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4ebd2f07 -Merge: 2a2e41e1 dc64680a +commit 4ebd2f07e +Merge: 2a2e41e1c dc64680ae Author: John Beranek Date: Sat Aug 17 22:48:03 2019 +0100 Merge from default -commit dc64680a +commit dc64680ae Author: John Beranek Date: Sat Aug 17 22:42:07 2019 +0100 @@ -28388,7 +30789,7 @@ Date: Sat Aug 17 22:42:07 2019 +0100 web/auth/auth_crypt.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 106da348 +commit 106da348f Author: Campbell Morrison Date: Sat Aug 17 09:53:08 2019 +0100 @@ -28397,14 +30798,14 @@ Date: Sat Aug 17 09:53:08 2019 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2a2e41e1 -Merge: 1123b1aa 192fe313 +commit 2a2e41e1c +Merge: 1123b1aa3 192fe3133 Author: Campbell Morrison Date: Tue Jul 30 14:35:04 2019 +0100 Merge with default -commit 192fe313 +commit 192fe3133 Author: Campbell Morrison Date: Tue Jul 30 14:34:38 2019 +0100 @@ -28413,14 +30814,14 @@ Date: Tue Jul 30 14:34:38 2019 +0100 web/functions.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 1123b1aa -Merge: 4902829e 5c9f6be8 +commit 1123b1aa3 +Merge: 4902829e0 5c9f6be86 Author: Campbell Morrison Date: Sun Jul 28 16:28:42 2019 +0100 Merge with default -commit 5c9f6be8 +commit 5c9f6be86 Author: Campbell Morrison Date: Sun Jul 28 16:15:33 2019 +0100 @@ -28429,7 +30830,7 @@ Date: Sun Jul 28 16:15:33 2019 +0100 web/functions.inc | 51 ++++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 24 deletions(-) -commit 420eb4bb +commit 420eb4bba Author: Campbell Morrison Date: Sun Jul 28 10:25:30 2019 +0100 @@ -28438,7 +30839,7 @@ Date: Sun Jul 28 10:25:30 2019 +0100 web/functions.inc | 58 +++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 34 deletions(-) -commit 47de4280 +commit 47de42801 Author: Campbell Morrison Date: Sun Jul 28 09:51:40 2019 +0100 @@ -28447,14 +30848,14 @@ Date: Sun Jul 28 09:51:40 2019 +0100 web/functions.inc | 55 ++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 33 deletions(-) -commit 4902829e -Merge: ff0f360f 806bfda1 +commit 4902829e0 +Merge: ff0f360f4 806bfda1f Author: Campbell Morrison Date: Sat Jul 27 17:49:05 2019 +0100 Merge with default -commit 806bfda1 +commit 806bfda1f Author: Campbell Morrison Date: Sat Jul 27 17:48:12 2019 +0100 @@ -28463,14 +30864,14 @@ Date: Sat Jul 27 17:48:12 2019 +0100 web/edit_users.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit ff0f360f -Merge: 072086d2 598dd38d +commit ff0f360f4 +Merge: 072086d27 598dd38d2 Author: Campbell Morrison Date: Thu Jul 25 20:26:37 2019 +0100 Merge with default -commit 598dd38d +commit 598dd38d2 Author: Campbell Morrison Date: Thu Jul 25 20:26:02 2019 +0100 @@ -28479,7 +30880,7 @@ Date: Thu Jul 25 20:26:02 2019 +0100 web/functions_ical.inc | 1 + 1 file changed, 1 insertion(+) -commit 41dd5fef +commit 41dd5fefb Author: Campbell Morrison Date: Sun Jul 21 19:10:55 2019 +0100 @@ -28489,14 +30890,14 @@ Date: Sun Jul 21 19:10:55 2019 +0100 web/css/mrbs.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 072086d2 -Merge: 44726c7c ba273674 +commit 072086d27 +Merge: 44726c7cd ba2736749 Author: Campbell Morrison Date: Sat Jul 20 19:23:57 2019 +0100 Merge with default -commit ba273674 +commit ba2736749 Author: Campbell Morrison Date: Sat Jul 20 19:23:37 2019 +0100 @@ -28505,14 +30906,14 @@ Date: Sat Jul 20 19:23:37 2019 +0100 web/report.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) -commit 44726c7c -Merge: b282e4ef 499ed6f5 +commit 44726c7cd +Merge: b282e4efa 499ed6f5f Author: Campbell Morrison Date: Sat Jul 20 19:12:36 2019 +0100 Merge with default -commit 499ed6f5 +commit 499ed6f5f Author: Campbell Morrison Date: Sat Jul 20 19:09:40 2019 +0100 @@ -28521,7 +30922,7 @@ Date: Sat Jul 20 19:09:40 2019 +0100 web/mrbs_sql.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -commit 4e4d88ce +commit 4e4d88ced Author: Campbell Morrison Date: Sat Jul 20 19:09:17 2019 +0100 @@ -28530,7 +30931,7 @@ Date: Sat Jul 20 19:09:17 2019 +0100 web/mrbs_auth.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit a4cdb30a +commit a4cdb30a8 Author: Campbell Morrison Date: Sat Jul 20 18:38:31 2019 +0100 @@ -28539,7 +30940,7 @@ Date: Sat Jul 20 18:38:31 2019 +0100 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit edcee612 +commit edcee6125 Author: Campbell Morrison Date: Sat Jul 20 18:30:49 2019 +0100 @@ -28548,7 +30949,7 @@ Date: Sat Jul 20 18:30:49 2019 +0100 web/mrbs_sql.inc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) -commit e5689bcc +commit e5689bcc3 Author: Campbell Morrison Date: Sat Jul 20 18:26:13 2019 +0100 @@ -28558,7 +30959,7 @@ Date: Sat Jul 20 18:26:13 2019 +0100 web/mrbs_sql.inc | 8 ++++---- 2 files changed, 10 insertions(+), 13 deletions(-) -commit a3480cae +commit a3480cae8 Author: Campbell Morrison Date: Sat Jul 20 18:06:38 2019 +0100 @@ -28567,7 +30968,7 @@ Date: Sat Jul 20 18:06:38 2019 +0100 web/mrbs_sql.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 2fbc5ed5 +commit 2fbc5ed5b Author: Campbell Morrison Date: Sat Jul 20 17:53:33 2019 +0100 @@ -28576,7 +30977,7 @@ Date: Sat Jul 20 17:53:33 2019 +0100 web/report.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 5fd9bea7 +commit 5fd9bea74 Author: Campbell Morrison Date: Sat Jul 20 17:46:17 2019 +0100 @@ -28586,7 +30987,7 @@ Date: Sat Jul 20 17:46:17 2019 +0100 web/search.php | 7 +++++++ 2 files changed, 30 insertions(+) -commit a932d807 +commit a932d807c Author: Campbell Morrison Date: Sat Jul 20 17:25:17 2019 +0100 @@ -28596,7 +30997,7 @@ Date: Sat Jul 20 17:25:17 2019 +0100 web/mrbs_sql.inc | 27 +++++++++++++++++++++------ 2 files changed, 21 insertions(+), 21 deletions(-) -commit 1389ca52 +commit 1389ca524 Author: Campbell Morrison Date: Sat Jul 20 16:56:58 2019 +0100 @@ -28607,14 +31008,14 @@ Date: Sat Jul 20 16:56:58 2019 +0100 web/mrbs_sql.inc | 5 ++++- 3 files changed, 43 insertions(+), 17 deletions(-) -commit b282e4ef -Merge: cf99b5ff 155f7012 +commit b282e4efa +Merge: cf99b5ffc 155f70128 Author: Campbell Morrison Date: Sun Jul 14 12:27:47 2019 +0100 Merge with default -commit 155f7012 +commit 155f70128 Author: Campbell Morrison Date: Sun Jul 14 12:23:29 2019 +0100 @@ -28624,14 +31025,14 @@ Date: Sun Jul 14 12:23:29 2019 +0100 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit cf99b5ff -Merge: 21226036 710c86bb +commit cf99b5ffc +Merge: 212260364 710c86bb0 Author: Campbell Morrison Date: Tue Jul 9 09:59:44 2019 +0100 Merge with default -commit 710c86bb +commit 710c86bb0 Author: Campbell Morrison Date: Tue Jul 9 09:59:16 2019 +0100 @@ -28641,14 +31042,14 @@ Date: Tue Jul 9 09:59:16 2019 +0100 web/grab_globals.inc.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit 21226036 -Merge: 555b3b83 620c4857 +commit 212260364 +Merge: 555b3b83c 620c4857b Author: Campbell Morrison Date: Mon Jul 8 15:57:14 2019 +0100 Merge with default -commit 620c4857 +commit 620c4857b Author: Campbell Morrison Date: Mon Jul 8 15:56:42 2019 +0100 @@ -28664,14 +31065,14 @@ Date: Mon Jul 8 15:56:42 2019 +0100 web/lib/MRBS/DB_pgsql.php | 13 +++++++++++-- 7 files changed, 56 insertions(+), 17 deletions(-) -commit 555b3b83 -Merge: 14240ca0 f8f2614b +commit 555b3b83c +Merge: 14240ca0d f8f2614b8 Author: Campbell Morrison Date: Sat Jul 6 12:07:53 2019 +0100 Merge with default -commit f8f2614b +commit f8f2614b8 Author: Campbell Morrison Date: Sat Jul 6 12:07:10 2019 +0100 @@ -28683,14 +31084,14 @@ Date: Sat Jul 6 12:07:10 2019 +0100 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 22 insertions(+), 4 deletions(-) -commit 14240ca0 -Merge: c6fb3fbb 65b6eb6a +commit 14240ca0d +Merge: c6fb3fbb2 65b6eb6a4 Author: Campbell Morrison Date: Sat Jun 29 12:27:07 2019 +0100 Merge with default -commit 65b6eb6a +commit 65b6eb6a4 Author: Campbell Morrison Date: Sat Jun 29 12:26:23 2019 +0100 @@ -28699,7 +31100,7 @@ Date: Sat Jun 29 12:26:23 2019 +0100 web/auth/auth_ldap.inc | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) -commit c6fb3fbb +commit c6fb3fbb2 Author: Campbell Morrison Date: Mon Jun 17 18:06:36 2019 +0100 @@ -28708,14 +31109,14 @@ Date: Mon Jun 17 18:06:36 2019 +0100 web/lib/MRBS/Session/SessionWithLogin.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -commit 53fb48df -Merge: 6376b5a0 b4b43448 +commit 53fb48df6 +Merge: 6376b5a06 b4b434481 Author: Campbell Morrison Date: Mon Jun 17 18:03:43 2019 +0100 Merge with default -commit b4b43448 +commit b4b434481 Author: Campbell Morrison Date: Mon Jun 17 18:02:49 2019 +0100 @@ -28724,14 +31125,14 @@ Date: Mon Jun 17 18:02:49 2019 +0100 web/session/functions_session.inc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -commit 6376b5a0 -Merge: 84c82d22 2c9c872f +commit 6376b5a06 +Merge: 84c82d22f 2c9c872fd Author: Campbell Morrison Date: Mon Jun 17 17:38:41 2019 +0100 Merge with default -commit 2c9c872f +commit 2c9c872fd Author: Campbell Morrison Date: Mon Jun 17 17:38:19 2019 +0100 @@ -28741,14 +31142,14 @@ Date: Mon Jun 17 17:38:19 2019 +0100 web/view_entry.php | 114 ++++++++++++++++++++++--------------------- 1 file changed, 59 insertions(+), 55 deletions(-) -commit 84c82d22 -Merge: a3960304 b1432dfc +commit 84c82d22f +Merge: a39603044 b1432dfc9 Author: Campbell Morrison Date: Sun Jun 16 16:58:30 2019 +0100 Merge with default -commit b1432dfc +commit b1432dfc9 Author: Campbell Morrison Date: Sun Jun 16 16:55:53 2019 +0100 @@ -28758,7 +31159,7 @@ Date: Sun Jun 16 16:55:53 2019 +0100 web/js/edit_entry.js.php | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) -commit 05721497 +commit 057214978 Author: Campbell Morrison Date: Sun Jun 16 16:13:13 2019 +0100 @@ -28798,7 +31199,7 @@ Date: Sun Jun 16 16:13:13 2019 +0100 web/lang/lang.zh-tw | 1 - 32 files changed, 32 deletions(-) -commit fb739e12 +commit fb739e124 Author: Campbell Morrison Date: Sun Jun 16 16:02:42 2019 +0100 @@ -28807,7 +31208,7 @@ Date: Sun Jun 16 16:02:42 2019 +0100 web/edit_entry_handler.php | 1 - 1 file changed, 1 deletion(-) -commit a8541dbf +commit a8541dbff Author: Campbell Morrison Date: Sun Jun 16 16:01:07 2019 +0100 @@ -28855,7 +31256,7 @@ Date: Sun Jun 16 16:01:07 2019 +0100 web/report.php | 2 +- 38 files changed, 13 insertions(+), 39 deletions(-) -commit b61c5892 +commit b61c5892c Author: Campbell Morrison Date: Sun Jun 16 15:35:30 2019 +0100 @@ -28877,7 +31278,7 @@ Date: Sun Jun 16 15:35:30 2019 +0100 web/lang/lang.zh-cn | 1 - 14 files changed, 21 insertions(+), 53 deletions(-) -commit fa703711 +commit fa7037118 Author: Campbell Morrison Date: Sun Jun 16 15:16:20 2019 +0100 @@ -28886,7 +31287,7 @@ Date: Sun Jun 16 15:16:20 2019 +0100 web/lang/lang.fr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 23afcbdd +commit 23afcbddb Author: Campbell Morrison Date: Sun Jun 16 15:11:44 2019 +0100 @@ -28943,7 +31344,7 @@ Date: Sun Jun 16 15:11:44 2019 +0100 web/view_entry.php | 2 +- 48 files changed, 170 insertions(+), 228 deletions(-) -commit 835e8845 +commit 835e88455 Author: Campbell Morrison Date: Sat Jun 15 16:49:16 2019 +0100 @@ -28952,7 +31353,7 @@ Date: Sat Jun 15 16:49:16 2019 +0100 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4ce82dc8 +commit 4ce82dc86 Author: Campbell Morrison Date: Sat Jun 15 16:40:02 2019 +0100 @@ -28962,7 +31363,7 @@ Date: Sat Jun 15 16:40:02 2019 +0100 web/edit_entry.php | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) -commit 49044e8c +commit 49044e8c0 Author: Campbell Morrison Date: Sat Jun 15 11:50:39 2019 +0100 @@ -28987,14 +31388,14 @@ Date: Sat Jun 15 11:50:39 2019 +0100 web/upgrade/61/pgsql.sql (new) | 5 +++++ 16 files changed, 129 insertions(+), 23 deletions(-) -commit a3960304 -Merge: 998aed72 1f5fd56b +commit a39603044 +Merge: 998aed723 1f5fd56b7 Author: Campbell Morrison Date: Tue Jun 11 18:33:51 2019 +0100 Merge with default -commit 1f5fd56b +commit 1f5fd56b7 Author: Campbell Morrison Date: Tue Jun 11 18:33:27 2019 +0100 @@ -29005,14 +31406,14 @@ Date: Tue Jun 11 18:33:27 2019 +0100 web/index.php | 2 ++ 2 files changed, 8 insertions(+) -commit 998aed72 -Merge: f2d835bd 49647a6b +commit 998aed723 +Merge: f2d835bd1 49647a6b5 Author: Campbell Morrison Date: Wed May 29 11:41:26 2019 +0100 Merge with default -commit 49647a6b +commit 49647a6b5 Author: Campbell Morrison Date: Wed May 29 11:41:02 2019 +0100 @@ -29022,14 +31423,14 @@ Date: Wed May 29 11:41:02 2019 +0100 web/js/general.js.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit f2d835bd -Merge: c5c36c0a b263291e +commit f2d835bd1 +Merge: c5c36c0a6 b263291ee Author: Campbell Morrison Date: Sun May 5 15:29:25 2019 +0100 Merge with default -commit b263291e +commit b263291ee Author: Campbell Morrison Date: Sun May 5 15:27:43 2019 +0100 @@ -29039,7 +31440,7 @@ Date: Sun May 5 15:27:43 2019 +0100 web/lib/MRBS/Form/Field.php | 15 ++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) -commit 2f5fb37b +commit 2f5fb37b8 Author: Campbell Morrison Date: Sun May 5 15:07:20 2019 +0100 @@ -29049,7 +31450,7 @@ Date: Sun May 5 15:07:20 2019 +0100 web/lib/MRBS/Form/Field.php | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) -commit ddea5169 +commit ddea5169c Author: Campbell Morrison Date: Sun May 5 14:49:36 2019 +0100 @@ -29059,14 +31460,14 @@ Date: Sun May 5 14:49:36 2019 +0100 web/edit_users.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit c5c36c0a -Merge: 417ccb28 25710f3a +commit c5c36c0a6 +Merge: 417ccb282 25710f3ac Author: Campbell Morrison Date: Thu Apr 25 18:10:03 2019 +0100 Merge with default -commit 25710f3a +commit 25710f3ac Author: Campbell Morrison Date: Thu Apr 25 18:09:45 2019 +0100 @@ -29075,14 +31476,14 @@ Date: Thu Apr 25 18:09:45 2019 +0100 web/mrbs_auth.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 417ccb28 -Merge: e2902fc8 a47ceeca +commit 417ccb282 +Merge: e2902fc8e a47ceecab Author: Campbell Morrison Date: Thu Apr 25 18:04:38 2019 +0100 Merge with default -commit a47ceeca +commit a47ceecab Author: Campbell Morrison Date: Thu Apr 25 18:04:18 2019 +0100 @@ -29091,7 +31492,7 @@ Date: Thu Apr 25 18:04:18 2019 +0100 web/mrbs_auth.inc | 2 -- 1 file changed, 2 deletions(-) -commit e2902fc8 +commit e2902fc8e Author: Campbell Morrison Date: Thu Apr 25 18:00:49 2019 +0100 @@ -29100,14 +31501,14 @@ Date: Thu Apr 25 18:00:49 2019 +0100 web/mrbs_auth.inc | 1 + 1 file changed, 1 insertion(+) -commit 363437a4 -Merge: 3534c73c 8f0baded +commit 363437a47 +Merge: 3534c73c2 8f0baded3 Author: Campbell Morrison Date: Thu Apr 25 17:58:01 2019 +0100 Merge with default -commit 8f0baded +commit 8f0baded3 Author: Campbell Morrison Date: Thu Apr 25 17:12:38 2019 +0100 @@ -29117,7 +31518,7 @@ Date: Thu Apr 25 17:12:38 2019 +0100 web/edit_entry.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit b9ca6877 +commit b9ca68772 Author: Campbell Morrison Date: Thu Apr 25 17:01:13 2019 +0100 @@ -29128,14 +31529,14 @@ Date: Thu Apr 25 17:01:13 2019 +0100 web/mrbs_auth.inc | 99 +++++++++++++++++++++++++++++------- 2 files changed, 96 insertions(+), 35 deletions(-) -commit 3534c73c -Merge: 432e4f72 b9d9e1b1 +commit 3534c73c2 +Merge: 432e4f720 b9d9e1b15 Author: Campbell Morrison Date: Sun Apr 21 10:58:54 2019 +0100 Merge with default -commit b9d9e1b1 +commit b9d9e1b15 Author: Campbell Morrison Date: Sun Apr 21 10:55:22 2019 +0100 @@ -29144,7 +31545,7 @@ Date: Sun Apr 21 10:55:22 2019 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1786173f +commit 1786173fa Author: Campbell Morrison Date: Sun Apr 21 10:48:06 2019 +0100 @@ -29153,14 +31554,14 @@ Date: Sun Apr 21 10:48:06 2019 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 432e4f72 -Merge: 27e597f0 adc4160c +commit 432e4f720 +Merge: 27e597f08 adc4160cc Author: Campbell Morrison Date: Sat Apr 20 12:21:35 2019 +0100 Merge with default -commit adc4160c +commit adc4160cc Author: Campbell Morrison Date: Sat Apr 20 12:21:08 2019 +0100 @@ -29169,14 +31570,14 @@ Date: Sat Apr 20 12:21:08 2019 +0100 web/pending.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 27e597f0 -Merge: b8e985df 8d76f3d4 +commit 27e597f08 +Merge: b8e985df1 8d76f3d4e Author: Campbell Morrison Date: Sat Apr 20 11:55:49 2019 +0100 Merge with default -commit 8d76f3d4 +commit 8d76f3d4e Author: Campbell Morrison Date: Sat Apr 20 11:53:18 2019 +0100 @@ -29185,7 +31586,7 @@ Date: Sat Apr 20 11:53:18 2019 +0100 web/language.inc | 1 - 1 file changed, 1 deletion(-) -commit 7eb42cf2 +commit 7eb42cf2c Author: Campbell Morrison Date: Sat Apr 20 11:51:18 2019 +0100 @@ -29220,7 +31621,7 @@ Date: Sat Apr 20 11:51:18 2019 +0100 web/upgrade.inc | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) -commit 45ed7749 +commit 45ed77491 Author: Campbell Morrison Date: Sat Apr 20 11:37:20 2019 +0100 @@ -29229,7 +31630,7 @@ Date: Sat Apr 20 11:37:20 2019 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d3aafcbf +commit d3aafcbf0 Author: Campbell Morrison Date: Sat Apr 20 11:33:29 2019 +0100 @@ -29265,7 +31666,7 @@ Date: Sat Apr 20 11:33:29 2019 +0100 web/lang/lang.zh-cn | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) -commit 088c2d06 +commit 088c2d064 Author: Campbell Morrison Date: Sat Apr 20 11:23:16 2019 +0100 @@ -29301,7 +31702,7 @@ Date: Sat Apr 20 11:23:16 2019 +0100 web/lang/lang.zh-cn | 2 +- 28 files changed, 29 insertions(+), 29 deletions(-) -commit cfb1bbad +commit cfb1bbada Author: Campbell Morrison Date: Sat Apr 20 11:12:14 2019 +0100 @@ -29337,7 +31738,7 @@ Date: Sat Apr 20 11:12:14 2019 +0100 web/lang/lang.zh-cn | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) -commit 4a6a8b13 +commit 4a6a8b135 Author: Campbell Morrison Date: Sat Apr 20 10:55:26 2019 +0100 @@ -29372,7 +31773,7 @@ Date: Sat Apr 20 10:55:26 2019 +0100 web/lang/lang.zh-cn | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) -commit d27ff63a +commit d27ff63ac Author: Campbell Morrison Date: Sat Apr 20 10:41:20 2019 +0100 @@ -29407,7 +31808,7 @@ Date: Sat Apr 20 10:41:20 2019 +0100 web/lang/lang.zh-cn | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) -commit 9f3bd3c0 +commit 9f3bd3c03 Author: Campbell Morrison Date: Sat Apr 20 10:28:28 2019 +0100 @@ -29442,14 +31843,14 @@ Date: Sat Apr 20 10:28:28 2019 +0100 web/lang/lang.zh-cn | 4 ++-- 27 files changed, 56 insertions(+), 54 deletions(-) -commit b8e985df -Merge: 73cab0f0 332fe7dd +commit b8e985df1 +Merge: 73cab0f0a 332fe7dd4 Author: Campbell Morrison Date: Tue Apr 16 18:51:15 2019 +0100 Merge with default -commit 332fe7dd +commit 332fe7dd4 Author: Campbell Morrison Date: Tue Apr 16 18:50:54 2019 +0100 @@ -29459,14 +31860,14 @@ Date: Tue Apr 16 18:50:54 2019 +0100 web/lang/lang.en | 24 +++++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) -commit 73cab0f0 -Merge: 59af1b13 f1d3c9ac +commit 73cab0f0a +Merge: 59af1b13d f1d3c9ac3 Author: Campbell Morrison Date: Tue Apr 16 18:38:10 2019 +0100 Merge with default -commit f1d3c9ac +commit f1d3c9ac3 Author: Campbell Morrison Date: Tue Apr 16 18:37:45 2019 +0100 @@ -29475,14 +31876,14 @@ Date: Tue Apr 16 18:37:45 2019 +0100 web/index.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) -commit 59af1b13 -Merge: 5d8993d9 315ae483 +commit 59af1b13d +Merge: 5d8993d90 315ae4834 Author: Campbell Morrison Date: Mon Apr 15 18:15:49 2019 +0100 Merge with default -commit 315ae483 +commit 315ae4834 Author: Campbell Morrison Date: Mon Apr 15 18:12:47 2019 +0100 @@ -29491,7 +31892,7 @@ Date: Mon Apr 15 18:12:47 2019 +0100 web/functions_mail.inc | 67 ++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 33 deletions(-) -commit 5d8993d9 +commit 5d8993d90 Author: Campbell Morrison Date: Mon Apr 15 15:53:51 2019 +0100 @@ -29500,14 +31901,14 @@ Date: Mon Apr 15 15:53:51 2019 +0100 web/mrbs_auth.inc | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) -commit 4fda6a8f -Merge: c4e3b7a5 9f8a1227 +commit 4fda6a8f3 +Merge: c4e3b7a5a 9f8a12275 Author: Campbell Morrison Date: Mon Apr 15 15:51:16 2019 +0100 Merge with default -commit 9f8a1227 +commit 9f8a12275 Author: Campbell Morrison Date: Mon Apr 15 15:48:43 2019 +0100 @@ -29517,14 +31918,14 @@ Date: Mon Apr 15 15:48:43 2019 +0100 web/mrbs_auth.inc | 21 ++++++++++++++++++--- 2 files changed, 22 insertions(+), 7 deletions(-) -commit c4e3b7a5 -Merge: 5a0ca5c8 38b6bc40 +commit c4e3b7a5a +Merge: 5a0ca5c8a 38b6bc40e Author: Campbell Morrison Date: Sun Apr 14 08:55:11 2019 +0100 Merge with default -commit 38b6bc40 +commit 38b6bc40e Author: Campbell Morrison Date: Sun Apr 14 08:54:47 2019 +0100 @@ -29536,14 +31937,14 @@ Date: Sun Apr 14 08:54:47 2019 +0100 web/js/refresh.js.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) -commit 5a0ca5c8 -Merge: 1f920068 7da1731b +commit 5a0ca5c8a +Merge: 1f9200685 7da1731b8 Author: Campbell Morrison Date: Tue Apr 9 16:24:53 2019 +0100 Merge with default -commit 7da1731b +commit 7da1731b8 Author: Campbell Morrison Date: Tue Apr 9 16:24:30 2019 +0100 @@ -29552,14 +31953,14 @@ Date: Tue Apr 9 16:24:30 2019 +0100 web/upgrade.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1f920068 -Merge: bc15db45 1c9f0c7d +commit 1f9200685 +Merge: bc15db452 1c9f0c7d6 Author: Campbell Morrison Date: Mon Apr 8 17:45:28 2019 +0100 Merge with default -commit 1c9f0c7d +commit 1c9f0c7d6 Author: Campbell Morrison Date: Mon Apr 8 17:43:28 2019 +0100 @@ -29568,7 +31969,7 @@ Date: Mon Apr 8 17:43:28 2019 +0100 web/functions_table.inc | 1 - 1 file changed, 1 deletion(-) -commit f6a24d59 +commit f6a24d59b Author: Campbell Morrison Date: Mon Apr 8 17:41:43 2019 +0100 @@ -29577,14 +31978,14 @@ Date: Mon Apr 8 17:41:43 2019 +0100 web/functions_table.inc | 1 - 1 file changed, 1 deletion(-) -commit bc15db45 -Merge: f0134b4e 5419abcf +commit bc15db452 +Merge: f0134b4ea 5419abcfe Author: Campbell Morrison Date: Mon Apr 8 07:12:04 2019 +0100 Merge with default -commit 5419abcf +commit 5419abcfe Author: Campbell Morrison Date: Mon Apr 8 07:11:43 2019 +0100 @@ -29593,14 +31994,14 @@ Date: Mon Apr 8 07:11:43 2019 +0100 web/import.php | 5 ----- 1 file changed, 5 deletions(-) -commit f0134b4e -Merge: d0fe9616 53e4479a +commit f0134b4ea +Merge: d0fe9616b 53e4479ad Author: Campbell Morrison Date: Sun Apr 7 18:42:11 2019 +0100 Merge with default -commit 53e4479a +commit 53e4479ad Author: Campbell Morrison Date: Sun Apr 7 18:39:41 2019 +0100 @@ -29609,7 +32010,7 @@ Date: Sun Apr 7 18:39:41 2019 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 54d88b22 +commit 54d88b22e Author: Campbell Morrison Date: Sun Apr 7 18:32:21 2019 +0100 @@ -29618,14 +32019,14 @@ Date: Sun Apr 7 18:32:21 2019 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d0fe9616 -Merge: ec97e9ee 5dd8d389 +commit d0fe9616b +Merge: ec97e9ee8 5dd8d3899 Author: Campbell Morrison Date: Sun Apr 7 18:15:23 2019 +0100 Merge with default -commit 5dd8d389 +commit 5dd8d3899 Author: Campbell Morrison Date: Sun Apr 7 18:06:39 2019 +0100 @@ -29634,7 +32035,7 @@ Date: Sun Apr 7 18:06:39 2019 +0100 web/functions_ical.inc | 2 -- 1 file changed, 2 deletions(-) -commit bce85a84 +commit bce85a84c Author: Campbell Morrison Date: Sun Apr 7 18:03:42 2019 +0100 @@ -29643,7 +32044,7 @@ Date: Sun Apr 7 18:03:42 2019 +0100 web/functions_ical.inc | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) -commit e44fc2f1 +commit e44fc2f17 Author: Campbell Morrison Date: Sun Apr 7 17:58:34 2019 +0100 @@ -29652,7 +32053,7 @@ Date: Sun Apr 7 17:58:34 2019 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cfcff8c7 +commit cfcff8c72 Author: Campbell Morrison Date: Sun Apr 7 17:56:37 2019 +0100 @@ -29661,7 +32062,7 @@ Date: Sun Apr 7 17:56:37 2019 +0100 web/functions_ical.inc | 2 -- 1 file changed, 2 deletions(-) -commit da56beae +commit da56beaee Author: Campbell Morrison Date: Sun Apr 7 17:54:46 2019 +0100 @@ -29670,7 +32071,7 @@ Date: Sun Apr 7 17:54:46 2019 +0100 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f751fcde +commit f751fcded Author: Campbell Morrison Date: Sun Apr 7 17:47:16 2019 +0100 @@ -29679,14 +32080,14 @@ Date: Sun Apr 7 17:47:16 2019 +0100 web/import.php | 1 + 1 file changed, 1 insertion(+) -commit ec97e9ee -Merge: 117262c8 a266d04e +commit ec97e9ee8 +Merge: 117262c89 a266d04e0 Author: Campbell Morrison Date: Fri Apr 5 17:49:28 2019 +0100 Merge with default -commit a266d04e +commit a266d04e0 Author: Campbell Morrison Date: Fri Apr 5 17:49:07 2019 +0100 @@ -29696,14 +32097,14 @@ Date: Fri Apr 5 17:49:07 2019 +0100 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 117262c8 -Merge: 906f5d7c 6f5607a9 +commit 117262c89 +Merge: 906f5d7c3 6f5607a9b Author: Campbell Morrison Date: Tue Apr 2 17:18:18 2019 +0100 Merge with default -commit 6f5607a9 +commit 6f5607a9b Author: Campbell Morrison Date: Tue Apr 2 17:17:49 2019 +0100 @@ -29713,14 +32114,14 @@ Date: Tue Apr 2 17:17:49 2019 +0100 web/report.php | 2 +- 2 files changed, 61 insertions(+), 31 deletions(-) -commit 906f5d7c -Merge: 862750f3 dc2323b4 +commit 906f5d7c3 +Merge: 862750f37 dc2323b4b Author: Campbell Morrison Date: Mon Apr 1 18:14:42 2019 +0100 Merge with default -commit dc2323b4 +commit dc2323b4b Author: Campbell Morrison Date: Mon Apr 1 18:14:23 2019 +0100 @@ -29729,7 +32130,7 @@ Date: Mon Apr 1 18:14:23 2019 +0100 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 860c1a14 +commit 860c1a14e Author: Campbell Morrison Date: Mon Apr 1 18:06:13 2019 +0100 @@ -29739,14 +32140,14 @@ Date: Mon Apr 1 18:06:13 2019 +0100 web/functions_mail.inc | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) -commit 862750f3 -Merge: ea11eddb 81b87c57 +commit 862750f37 +Merge: ea11eddb4 81b87c575 Author: Campbell Morrison Date: Mon Apr 1 17:35:31 2019 +0100 Merge with default -commit 81b87c57 +commit 81b87c575 Author: Campbell Morrison Date: Mon Apr 1 17:35:06 2019 +0100 @@ -29757,14 +32158,14 @@ Date: Mon Apr 1 17:35:06 2019 +0100 web/language.inc | 9 ++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) -commit ea11eddb -Merge: 18af3c50 b5987636 +commit ea11eddb4 +Merge: 18af3c50c b59876368 Author: Campbell Morrison Date: Mon Apr 1 17:10:42 2019 +0100 Merge with default -commit b5987636 +commit b59876368 Author: Campbell Morrison Date: Mon Apr 1 17:10:20 2019 +0100 @@ -29773,14 +32174,14 @@ Date: Mon Apr 1 17:10:20 2019 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 18af3c50 -Merge: ba45b754 11c02ff4 +commit 18af3c50c +Merge: ba45b7544 11c02ff46 Author: Campbell Morrison Date: Mon Apr 1 17:01:43 2019 +0100 Merge with default -commit 11c02ff4 +commit 11c02ff46 Author: Campbell Morrison Date: Mon Apr 1 17:00:33 2019 +0100 @@ -29792,7 +32193,7 @@ Date: Mon Apr 1 17:00:33 2019 +0100 web/systemdefaults.inc.php | 8 ++------ 3 files changed, 24 insertions(+), 16 deletions(-) -commit ba45b754 +commit ba45b7544 Author: Campbell Morrison Date: Wed Mar 20 17:48:50 2019 +0000 @@ -29801,14 +32202,14 @@ Date: Wed Mar 20 17:48:50 2019 +0000 web/functions_mail.inc | 1 - 1 file changed, 1 deletion(-) -commit 1fbb2c11 -Merge: f38df717 dcd11118 +commit 1fbb2c110 +Merge: f38df7175 dcd111185 Author: Campbell Morrison Date: Wed Mar 20 17:47:45 2019 +0000 Merge with default -commit dcd11118 +commit dcd111185 Author: Campbell Morrison Date: Wed Mar 20 17:46:34 2019 +0000 @@ -29817,14 +32218,14 @@ Date: Wed Mar 20 17:46:34 2019 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f38df717 -Merge: 318639fc 9bfeabf1 +commit f38df7175 +Merge: 318639fce 9bfeabf1c Author: Campbell Morrison Date: Wed Mar 20 17:32:50 2019 +0000 Merge with default -commit 9bfeabf1 +commit 9bfeabf1c Author: Campbell Morrison Date: Wed Mar 20 17:32:17 2019 +0000 @@ -29835,7 +32236,7 @@ Date: Wed Mar 20 17:32:17 2019 +0000 web/lang/lang.hu | 1 - 3 files changed, 3 deletions(-) -commit 318639fc +commit 318639fce Author: Campbell Morrison Date: Wed Mar 20 17:30:32 2019 +0000 @@ -29844,14 +32245,14 @@ Date: Wed Mar 20 17:30:32 2019 +0000 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 90705136 -Merge: 5447cc6a 7690e239 +commit 907051364 +Merge: 5447cc6af 7690e2394 Author: Campbell Morrison Date: Wed Mar 20 17:18:41 2019 +0000 Merge with default -commit 7690e239 +commit 7690e2394 Author: Campbell Morrison Date: Wed Mar 20 17:17:30 2019 +0000 @@ -29884,7 +32285,7 @@ Date: Wed Mar 20 17:17:30 2019 +0000 web/lang/lang.zh-cn | 1 - 24 files changed, 18 insertions(+), 41 deletions(-) -commit 5447cc6a +commit 5447cc6af Author: Campbell Morrison Date: Tue Mar 19 17:58:04 2019 +0000 @@ -29893,7 +32294,7 @@ Date: Tue Mar 19 17:58:04 2019 +0000 web/lib/MRBS/Auth/AuthWordpress.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e317ee79 +commit e317ee793 Author: Campbell Morrison Date: Tue Mar 19 17:53:09 2019 +0000 @@ -29903,14 +32304,14 @@ Date: Tue Mar 19 17:53:09 2019 +0000 web/lib/MRBS/Auth/AuthWordpress.php | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) -commit a4cb9b33 -Merge: 101f7677 24478204 +commit a4cb9b33c +Merge: 101f7677c 244782043 Author: Campbell Morrison Date: Tue Mar 19 17:32:47 2019 +0000 Merge with default -commit 24478204 +commit 244782043 Author: Campbell Morrison Date: Tue Mar 19 17:30:20 2019 +0000 @@ -29919,7 +32320,7 @@ Date: Tue Mar 19 17:30:20 2019 +0000 web/auth/auth_wordpress.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit c22750bf +commit c22750bfc Author: Campbell Morrison Date: Tue Mar 19 17:21:16 2019 +0000 @@ -29930,7 +32331,7 @@ Date: Tue Mar 19 17:21:16 2019 +0000 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 15 insertions(+) -commit 101f7677 +commit 101f7677c Author: Campbell Morrison Date: Tue Mar 19 16:57:48 2019 +0000 @@ -29939,7 +32340,7 @@ Date: Tue Mar 19 16:57:48 2019 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 682ade06 +commit 682ade069 Author: Campbell Morrison Date: Tue Mar 19 16:43:34 2019 +0000 @@ -29948,14 +32349,14 @@ Date: Tue Mar 19 16:43:34 2019 +0000 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 96381443 -Merge: 1959fa1c 1b619c94 +commit 963814431 +Merge: 1959fa1c3 1b619c949 Author: Campbell Morrison Date: Tue Mar 19 16:40:44 2019 +0000 Merge with default -commit 1b619c94 +commit 1b619c949 Author: Campbell Morrison Date: Tue Mar 19 16:38:33 2019 +0000 @@ -29967,14 +32368,14 @@ Date: Tue Mar 19 16:38:33 2019 +0000 web/systemdefaults.inc.php | 7 +++++++ 2 files changed, 13 insertions(+), 8 deletions(-) -commit 1959fa1c -Merge: e0ec3b8e d0f2331c +commit 1959fa1c3 +Merge: e0ec3b8e9 d0f2331c9 Author: Campbell Morrison Date: Fri Mar 8 15:13:45 2019 +0000 Merge with default -commit d0f2331c +commit d0f2331c9 Author: Campbell Morrison Date: Fri Mar 8 15:13:15 2019 +0000 @@ -29984,14 +32385,14 @@ Date: Fri Mar 8 15:13:15 2019 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) -commit e0ec3b8e -Merge: e9cb0889 11fb09a6 +commit e0ec3b8e9 +Merge: e9cb08899 11fb09a6b Author: Campbell Morrison Date: Wed Mar 6 16:25:49 2019 +0000 Merge with default -commit 11fb09a6 +commit 11fb09a6b Author: Campbell Morrison Date: Wed Mar 6 16:24:22 2019 +0000 @@ -30000,7 +32401,7 @@ Date: Wed Mar 6 16:24:22 2019 +0000 web/grab_globals.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit e9cb0889 +commit e9cb08899 Author: Campbell Morrison Date: Wed Mar 6 16:19:12 2019 +0000 @@ -30015,14 +32416,14 @@ Date: Wed Mar 6 16:19:12 2019 +0000 web/mrbs_auth.inc | 4 ++-- 7 files changed, 31 insertions(+), 19 deletions(-) -commit a5f5a54b -Merge: b85e74c7 ec61f67f +commit a5f5a54b7 +Merge: b85e74c74 ec61f67f9 Author: Campbell Morrison Date: Wed Mar 6 16:07:15 2019 +0000 Merge with default -commit ec61f67f +commit ec61f67f9 Author: Campbell Morrison Date: Wed Mar 6 15:57:58 2019 +0000 @@ -30054,14 +32455,14 @@ Date: Wed Mar 6 15:57:58 2019 +0000 web/view_entry.php | 8 +++---- 17 files changed, 86 insertions(+), 64 deletions(-) -commit b85e74c7 -Merge: 37e1b36b 79c548a8 +commit b85e74c74 +Merge: 37e1b36bc 79c548a82 Author: Campbell Morrison Date: Sat Mar 2 10:13:03 2019 +0000 Merge with default -commit 79c548a8 +commit 79c548a82 Author: Campbell Morrison Date: Sat Mar 2 10:11:33 2019 +0000 @@ -30070,7 +32471,7 @@ Date: Sat Mar 2 10:11:33 2019 +0000 web/lib/MRBS/DBStatement.php | 1 - 1 file changed, 1 deletion(-) -commit 6dbc5414 +commit 6dbc5414b Author: Campbell Morrison Date: Sat Mar 2 10:08:03 2019 +0000 @@ -30079,14 +32480,14 @@ Date: Sat Mar 2 10:08:03 2019 +0000 web/lib/MRBS/DBStatement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 37e1b36b -Merge: ac37cfb2 8077ac9b +commit 37e1b36bc +Merge: ac37cfb2e 8077ac9b5 Author: Campbell Morrison Date: Sat Mar 2 09:42:57 2019 +0000 Merge with default -commit 8077ac9b +commit 8077ac9b5 Author: Campbell Morrison Date: Sat Mar 2 09:42:01 2019 +0000 @@ -30095,7 +32496,7 @@ Date: Sat Mar 2 09:42:01 2019 +0000 web/lib/MRBS/DBFactory.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit 33d40fbe +commit 33d40fbe2 Author: Campbell Morrison Date: Sat Mar 2 09:29:34 2019 +0000 @@ -30104,14 +32505,14 @@ Date: Sat Mar 2 09:29:34 2019 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ac37cfb2 -Merge: 3a79df7c 19b394f2 +commit ac37cfb2e +Merge: 3a79df7c3 19b394f23 Author: Campbell Morrison Date: Fri Mar 1 18:52:22 2019 +0000 Merge with default -commit 19b394f2 +commit 19b394f23 Author: Campbell Morrison Date: Fri Mar 1 18:43:49 2019 +0000 @@ -30120,7 +32521,7 @@ Date: Fri Mar 1 18:43:49 2019 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f83a4ca5 +commit f83a4ca58 Author: Campbell Morrison Date: Fri Mar 1 18:37:51 2019 +0000 @@ -30129,7 +32530,7 @@ Date: Fri Mar 1 18:37:51 2019 +0000 web/edit_entry.php | 1 - 1 file changed, 1 deletion(-) -commit 003ec391 +commit 003ec3919 Author: Campbell Morrison Date: Fri Mar 1 18:35:14 2019 +0000 @@ -30138,14 +32539,14 @@ Date: Fri Mar 1 18:35:14 2019 +0000 web/edit_entry.php | 4 ---- 1 file changed, 4 deletions(-) -commit 3a79df7c -Merge: 6dc47cbf dab4b993 +commit 3a79df7c3 +Merge: 6dc47cbf6 dab4b9938 Author: Campbell Morrison Date: Thu Feb 28 15:31:04 2019 +0000 Merge with default -commit dab4b993 +commit dab4b9938 Author: Campbell Morrison Date: Thu Feb 28 15:30:42 2019 +0000 @@ -30154,7 +32555,7 @@ Date: Thu Feb 28 15:30:42 2019 +0000 web/edit_users.php | 2 -- 1 file changed, 2 deletions(-) -commit 6dc47cbf +commit 6dc47cbf6 Author: Campbell Morrison Date: Thu Feb 28 15:25:46 2019 +0000 @@ -30163,7 +32564,7 @@ Date: Thu Feb 28 15:25:46 2019 +0000 web/edit_users.php | 2 -- 1 file changed, 2 deletions(-) -commit 5cc3dc6a +commit 5cc3dc6a1 Author: Campbell Morrison Date: Thu Feb 28 14:59:11 2019 +0000 @@ -30172,7 +32573,7 @@ Date: Thu Feb 28 14:59:11 2019 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4366e7fa +commit 4366e7fae Author: Campbell Morrison Date: Thu Feb 28 14:57:03 2019 +0000 @@ -30181,14 +32582,14 @@ Date: Thu Feb 28 14:57:03 2019 +0000 web/edit_users.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) -commit cb1b0231 -Merge: c8010adf 08cb8048 +commit cb1b02310 +Merge: c8010adf5 08cb8048c Author: Campbell Morrison Date: Thu Feb 28 14:47:33 2019 +0000 Merge with default -commit 08cb8048 +commit 08cb8048c Author: Campbell Morrison Date: Thu Feb 28 14:47:02 2019 +0000 @@ -30197,14 +32598,14 @@ Date: Thu Feb 28 14:47:02 2019 +0000 web/edit_users.php | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) -commit c8010adf -Merge: 4bf1ec5d 54baafda +commit c8010adf5 +Merge: 4bf1ec5de 54baafdad Author: Campbell Morrison Date: Mon Feb 25 15:55:11 2019 +0000 Merge with default -commit 54baafda +commit 54baafdad Author: Campbell Morrison Date: Mon Feb 25 15:47:32 2019 +0000 @@ -30213,14 +32614,14 @@ Date: Mon Feb 25 15:47:32 2019 +0000 web/ajax/del_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4bf1ec5d -Merge: 5f6ae385 5305be1c +commit 4bf1ec5de +Merge: 5f6ae385e 5305be1cc Author: Campbell Morrison Date: Sat Feb 16 19:16:05 2019 +0000 Merge with default -commit 5305be1c +commit 5305be1cc Author: Campbell Morrison Date: Sat Feb 16 19:15:45 2019 +0000 @@ -30229,14 +32630,14 @@ Date: Sat Feb 16 19:15:45 2019 +0000 web/functions_view.inc | 1 + 1 file changed, 1 insertion(+) -commit 5f6ae385 -Merge: d3a2479e 8e144759 +commit 5f6ae385e +Merge: d3a2479ed 8e1447591 Author: Campbell Morrison Date: Sat Feb 16 19:12:20 2019 +0000 Merge with default -commit 8e144759 +commit 8e1447591 Author: Campbell Morrison Date: Sat Feb 16 19:11:52 2019 +0000 @@ -30245,14 +32646,14 @@ Date: Sat Feb 16 19:11:52 2019 +0000 web/functions_table.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) -commit d3a2479e -Merge: a11085c7 45d6375b +commit d3a2479ed +Merge: a11085c7a 45d6375b1 Author: Campbell Morrison Date: Fri Feb 15 13:38:15 2019 +0000 Merge with default -commit 45d6375b +commit 45d6375b1 Author: Campbell Morrison Date: Fri Feb 15 13:31:08 2019 +0000 @@ -30262,14 +32663,14 @@ Date: Fri Feb 15 13:31:08 2019 +0000 web/edit_entry.php | 2 ++ 1 file changed, 2 insertions(+) -commit a11085c7 -Merge: ddb61917 ddebf380 +commit a11085c7a +Merge: ddb61917e ddebf3806 Author: Campbell Morrison Date: Wed Feb 6 13:57:00 2019 +0000 Merge with default -commit ddebf380 +commit ddebf3806 Author: Campbell Morrison Date: Wed Feb 6 13:56:32 2019 +0000 @@ -30278,14 +32679,14 @@ Date: Wed Feb 6 13:56:32 2019 +0000 web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ddb61917 -Merge: 22e85def be51f271 +commit ddb61917e +Merge: 22e85def0 be51f2719 Author: Campbell Morrison Date: Tue Feb 5 17:23:31 2019 +0000 Merge with default -commit be51f271 +commit be51f2719 Author: Campbell Morrison Date: Tue Feb 5 17:15:40 2019 +0000 @@ -30294,7 +32695,7 @@ Date: Tue Feb 5 17:15:40 2019 +0000 web/index.php | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) -commit 22e85def +commit 22e85def0 Author: Campbell Morrison Date: Tue Feb 5 16:59:54 2019 +0000 @@ -30303,7 +32704,7 @@ Date: Tue Feb 5 16:59:54 2019 +0000 web/lib/MRBS/Session/SessionWithLogin.php | 1 - 1 file changed, 1 deletion(-) -commit 3c2e89a5 +commit 3c2e89a59 Author: Campbell Morrison Date: Tue Feb 5 16:57:40 2019 +0000 @@ -30317,7 +32718,7 @@ Date: Tue Feb 5 16:57:40 2019 +0000 web/lib/MRBS/Session/SessionWithLogin.php | 11 ++--------- 6 files changed, 28 insertions(+), 29 deletions(-) -commit bde53153 +commit bde531534 Author: Campbell Morrison Date: Mon Feb 4 18:37:24 2019 +0000 @@ -30332,14 +32733,14 @@ Date: Mon Feb 4 18:37:24 2019 +0000 web/lib/MRBS/Session/SessionSaml.php | 2 +- 7 files changed, 21 insertions(+), 22 deletions(-) -commit f873e600 -Merge: 9470234e d82615de +commit f873e6005 +Merge: 9470234ee d82615dec Author: Campbell Morrison Date: Mon Feb 4 17:18:16 2019 +0000 Merge with default -commit d82615de +commit d82615dec Author: Campbell Morrison Date: Mon Feb 4 17:09:56 2019 +0000 @@ -30348,7 +32749,7 @@ Date: Mon Feb 4 17:09:56 2019 +0000 web/functions_mail.inc | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) -commit 1b9f5a12 +commit 1b9f5a124 Author: Campbell Morrison Date: Mon Feb 4 16:57:41 2019 +0000 @@ -30357,14 +32758,14 @@ Date: Mon Feb 4 16:57:41 2019 +0000 web/functions_mail.inc | 2 -- 1 file changed, 2 deletions(-) -commit 9470234e -Merge: a691d8a3 6f9a7698 +commit 9470234ee +Merge: a691d8a37 6f9a7698e Author: Campbell Morrison Date: Mon Feb 4 16:48:57 2019 +0000 Merge with default -commit 6f9a7698 +commit 6f9a7698e Author: Campbell Morrison Date: Mon Feb 4 16:48:31 2019 +0000 @@ -30373,7 +32774,7 @@ Date: Mon Feb 4 16:48:31 2019 +0000 web/functions_mail.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit a691d8a3 +commit a691d8a37 Author: Campbell Morrison Date: Mon Feb 4 16:40:10 2019 +0000 @@ -30389,7 +32790,7 @@ Date: Mon Feb 4 16:40:10 2019 +0000 web/mrbs_sql.inc | 2 +- 7 files changed, 8 insertions(+), 102 deletions(-) -commit 90a67113 +commit 90a671137 Author: Campbell Morrison Date: Mon Feb 4 16:16:40 2019 +0000 @@ -30399,7 +32800,7 @@ Date: Mon Feb 4 16:16:40 2019 +0000 web/mrbs_sql.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 0b751955 +commit 0b7519556 Author: Campbell Morrison Date: Mon Feb 4 15:31:29 2019 +0000 @@ -30417,14 +32818,14 @@ Date: Mon Feb 4 15:31:29 2019 +0000 web/report.php | 13 ++++--- 9 files changed, 27 insertions(+), 251 deletions(-) -commit 34b64d4a -Merge: aa643c50 0f797e2f +commit 34b64d4a8 +Merge: aa643c501 0f797e2ff Author: Campbell Morrison Date: Mon Feb 4 13:46:20 2019 +0000 Merge with default -commit 0f797e2f +commit 0f797e2ff Author: John Beranek Date: Sun Feb 3 23:17:10 2019 +0000 @@ -30434,14 +32835,14 @@ Date: Sun Feb 3 23:17:10 2019 +0000 tables.pg.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit aa643c50 -Merge: ad21860d 4aa7110a +commit aa643c501 +Merge: ad21860d1 4aa7110ad Author: Campbell Morrison Date: Sun Feb 3 18:53:11 2019 +0000 Merge with default -commit 4aa7110a +commit 4aa7110ad Author: Campbell Morrison Date: Sun Feb 3 18:48:40 2019 +0000 @@ -30450,14 +32851,14 @@ Date: Sun Feb 3 18:48:40 2019 +0000 web/edit_entry_handler.php | 1 - 1 file changed, 1 deletion(-) -commit ad21860d -Merge: a02c0aff 0ebd588a +commit ad21860d1 +Merge: a02c0affb 0ebd588a6 Author: Campbell Morrison Date: Sun Feb 3 17:14:29 2019 +0000 Merge with default -commit 0ebd588a +commit 0ebd588a6 Author: Campbell Morrison Date: Sun Feb 3 17:13:59 2019 +0000 @@ -30469,7 +32870,7 @@ Date: Sun Feb 3 17:13:59 2019 +0000 web/upgrade/60/pgsql.sql (new) | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) -commit 647681d7 +commit 647681d77 Author: Campbell Morrison Date: Sun Feb 3 16:46:34 2019 +0000 @@ -30479,7 +32880,7 @@ Date: Sun Feb 3 16:46:34 2019 +0000 web/upgrade/60/mysql.sql (new) | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) -commit a25312a5 +commit a25312a5b Author: Campbell Morrison Date: Sun Feb 3 16:28:24 2019 +0000 @@ -30488,7 +32889,7 @@ Date: Sun Feb 3 16:28:24 2019 +0000 tables.my.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit f5cbac8c +commit f5cbac8c5 Author: Campbell Morrison Date: Sun Feb 3 16:05:47 2019 +0000 @@ -30500,7 +32901,7 @@ Date: Sun Feb 3 16:05:47 2019 +0000 tables.my.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 2108f8bc +commit 2108f8bcb Author: Campbell Morrison Date: Fri Feb 1 18:57:30 2019 +0000 @@ -30511,14 +32912,14 @@ Date: Fri Feb 1 18:57:30 2019 +0000 tables.my.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit a02c0aff -Merge: 42e5100c 228078ed +commit a02c0affb +Merge: 42e5100ca 228078ed3 Author: Campbell Morrison Date: Sun Jan 27 18:59:21 2019 +0000 Merge with default -commit 228078ed +commit 228078ed3 Author: Campbell Morrison Date: Sun Jan 27 18:58:58 2019 +0000 @@ -30530,14 +32931,14 @@ Date: Sun Jan 27 18:58:58 2019 +0000 web/edit_entry_handler.php | 40 +++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 16 deletions(-) -commit 42e5100c -Merge: d3b7f7f5 622b9a6a +commit 42e5100ca +Merge: d3b7f7f59 622b9a6ac Author: Campbell Morrison Date: Sat Jan 26 18:03:53 2019 +0000 Merge with default -commit 622b9a6a +commit 622b9a6ac Author: Campbell Morrison Date: Sat Jan 26 18:03:21 2019 +0000 @@ -30550,21 +32951,21 @@ Date: Sat Jan 26 18:03:21 2019 +0000 web/index.php | 6 +++--- 3 files changed, 17 insertions(+), 15 deletions(-) -commit d3b7f7f5 -Merge: c26e1f2a a55a1277 +commit d3b7f7f59 +Merge: c26e1f2a8 a55a12779 Author: Campbell Morrison Date: Tue Jan 22 15:44:56 2019 +0000 Merge with default -commit a55a1277 -Merge: 14b7170e bcf85b86 +commit a55a12779 +Merge: 14b7170e6 bcf85b866 Author: Campbell Morrison Date: Tue Jan 22 15:44:35 2019 +0000 Merge with mrbs_17_branch -commit bcf85b86 +commit bcf85b866 Author: Campbell Morrison Date: Tue Jan 22 15:43:57 2019 +0000 @@ -30573,7 +32974,7 @@ Date: Tue Jan 22 15:43:57 2019 +0000 README | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) -commit c26e1f2a +commit c26e1f2a8 Author: Campbell Morrison Date: Sun Jan 20 16:59:29 2019 +0000 @@ -30583,7 +32984,7 @@ Date: Sun Jan 20 16:59:29 2019 +0000 web/lib/MRBS/Auth/AuthLdap.php | 28 ++++++++++++++++++++-------- 2 files changed, 26 insertions(+), 10 deletions(-) -commit dfa83eba +commit dfa83eba5 Author: Campbell Morrison Date: Sun Jan 20 15:10:55 2019 +0000 @@ -30592,7 +32993,7 @@ Date: Sun Jan 20 15:10:55 2019 +0000 web/lib/MRBS/Auth/AuthLdap.php | 64 ++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) -commit f342a3f6 +commit f342a3f60 Author: Campbell Morrison Date: Thu Jan 17 20:16:48 2019 +0000 @@ -30601,7 +33002,7 @@ Date: Thu Jan 17 20:16:48 2019 +0000 web/lib/MRBS/Auth/AuthLdap.php | 80 +++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 2 deletions(-) -commit e01a6804 +commit e01a68046 Author: Campbell Morrison Date: Thu Jan 17 18:50:26 2019 +0000 @@ -30611,7 +33012,7 @@ Date: Thu Jan 17 18:50:26 2019 +0000 web/lib/MRBS/Auth/AuthLdap.php | 66 +++++++++++++++++++++++++++++++- 2 files changed, 100 insertions(+), 1 deletion(-) -commit aa7ea14a +commit aa7ea14ae Author: Campbell Morrison Date: Thu Jan 17 18:15:49 2019 +0000 @@ -30620,7 +33021,7 @@ Date: Thu Jan 17 18:15:49 2019 +0000 web/lib/MRBS/Auth/AuthLdap.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -commit c155eb92 +commit c155eb92c Author: Campbell Morrison Date: Thu Jan 17 18:11:17 2019 +0000 @@ -30629,7 +33030,7 @@ Date: Thu Jan 17 18:11:17 2019 +0000 web/lib/MRBS/Auth/AuthLdap.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) -commit d4d49c30 +commit d4d49c30f Author: Campbell Morrison Date: Thu Jan 17 17:59:33 2019 +0000 @@ -30638,7 +33039,7 @@ Date: Thu Jan 17 17:59:33 2019 +0000 web/lib/MRBS/Auth/AuthLdap.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) -commit 057117d1 +commit 057117d16 Author: Campbell Morrison Date: Thu Jan 17 17:53:21 2019 +0000 @@ -30647,14 +33048,14 @@ Date: Thu Jan 17 17:53:21 2019 +0000 web/lib/MRBS/Auth/AuthLdap.php (new) | 359 +++++++++++++++++++++++++ 1 file changed, 359 insertions(+) -commit aa392ad9 -Merge: ed3a98f2 14b7170e +commit aa392ad9b +Merge: ed3a98f28 14b7170e6 Author: Campbell Morrison Date: Tue Jan 15 16:25:08 2019 +0000 Merge with default -commit 14b7170e +commit 14b7170e6 Author: Campbell Morrison Date: Tue Jan 15 16:24:47 2019 +0000 @@ -30663,21 +33064,21 @@ Date: Tue Jan 15 16:24:47 2019 +0000 web/edit_users.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit ed3a98f2 -Merge: 667288da b4317887 +commit ed3a98f28 +Merge: 667288da9 b43178877 Author: Campbell Morrison Date: Sat Jan 12 21:03:02 2019 +0000 Merge with default -commit b4317887 -Merge: 623ab79a 737fa4b7 +commit b43178877 +Merge: 623ab79a3 737fa4b74 Author: Campbell Morrison Date: Sat Jan 12 21:02:44 2019 +0000 Merge with mrbs_17_branch -commit 737fa4b7 +commit 737fa4b74 Author: Campbell Morrison Date: Sat Jan 12 21:00:10 2019 +0000 @@ -30687,14 +33088,14 @@ Date: Sat Jan 12 21:00:10 2019 +0000 web/edit_users.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 667288da -Merge: eabf59e1 623ab79a +commit 667288da9 +Merge: eabf59e18 623ab79a3 Author: Campbell Morrison Date: Sat Jan 12 20:29:54 2019 +0000 Merge with default -commit 623ab79a +commit 623ab79a3 Author: Campbell Morrison Date: Sat Jan 12 20:29:30 2019 +0000 @@ -30703,21 +33104,21 @@ Date: Sat Jan 12 20:29:30 2019 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit eabf59e1 -Merge: e329434b e82557b3 +commit eabf59e18 +Merge: e329434b3 e82557b38 Author: Campbell Morrison Date: Sat Jan 12 17:59:31 2019 +0000 Merge with default -commit e82557b3 -Merge: 56e70bb2 d2f80490 +commit e82557b38 +Merge: 56e70bb25 d2f80490d Author: Campbell Morrison Date: Sat Jan 12 17:56:50 2019 +0000 Merge with mrbs_17_branch -commit d2f80490 +commit d2f80490d Author: Campbell Morrison Date: Sat Jan 12 17:55:25 2019 +0000 @@ -30726,7 +33127,7 @@ Date: Sat Jan 12 17:55:25 2019 +0000 web/edit_room_handler.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -commit 392bb384 +commit 392bb3840 Author: Campbell Morrison Date: Sat Jan 12 17:47:25 2019 +0000 @@ -30735,14 +33136,14 @@ Date: Sat Jan 12 17:47:25 2019 +0000 web/edit_users.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -commit e329434b -Merge: 2a4a4be8 56e70bb2 +commit e329434b3 +Merge: 2a4a4be87 56e70bb25 Author: Campbell Morrison Date: Sat Jan 12 16:16:34 2019 +0000 Merge with default -commit 56e70bb2 +commit 56e70bb25 Author: Campbell Morrison Date: Sat Jan 12 16:16:06 2019 +0000 @@ -30752,14 +33153,14 @@ Date: Sat Jan 12 16:16:06 2019 +0000 web/systemdefaults.inc.php | 6 ++ 2 files changed, 107 insertions(+), 4 deletions(-) -commit 2a4a4be8 -Merge: 58239fc9 55ddc03d +commit 2a4a4be87 +Merge: 58239fc97 55ddc03df Author: Campbell Morrison Date: Sat Jan 12 13:58:58 2019 +0000 Merge with default -commit 55ddc03d +commit 55ddc03df Author: Campbell Morrison Date: Sat Jan 12 13:58:19 2019 +0000 @@ -30768,21 +33169,21 @@ Date: Sat Jan 12 13:58:19 2019 +0000 web/edit_entry_handler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 58239fc9 -Merge: f4b40c1b 326880eb +commit 58239fc97 +Merge: f4b40c1b4 326880ebe Author: Campbell Morrison Date: Sat Jan 12 11:30:45 2019 +0000 Merge with default -commit 326880eb -Merge: 7573f748 9969e30e +commit 326880ebe +Merge: 7573f748b 9969e30e4 Author: Campbell Morrison Date: Sat Jan 12 11:30:18 2019 +0000 Merge with mrbs_17_branch -commit 9969e30e +commit 9969e30e4 Author: Campbell Morrison Date: Sat Jan 12 11:29:49 2019 +0000 @@ -30791,21 +33192,21 @@ Date: Sat Jan 12 11:29:49 2019 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f4b40c1b -Merge: fe0de4ee 7573f748 +commit f4b40c1b4 +Merge: fe0de4ee4 7573f748b Author: Campbell Morrison Date: Sat Jan 12 11:18:23 2019 +0000 Merge with default -commit 7573f748 -Merge: 471857b0 1b395b46 +commit 7573f748b +Merge: 471857b07 1b395b46b Author: Campbell Morrison Date: Sat Jan 12 11:17:48 2019 +0000 Merge with mrbs_17_branch -commit 1b395b46 +commit 1b395b46b Author: Campbell Morrison Date: Sat Jan 12 11:11:40 2019 +0000 @@ -30816,7 +33217,7 @@ Date: Sat Jan 12 11:11:40 2019 +0000 web/lib/MRBS/Form/Field.php | 9 +++++++++ 3 files changed, 31 insertions(+), 9 deletions(-) -commit 471857b0 +commit 471857b07 Author: Campbell Morrison Date: Fri Jan 11 15:13:20 2019 +0000 @@ -30825,7 +33226,7 @@ Date: Fri Jan 11 15:13:20 2019 +0000 web/auth/auth_ldap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit feb7a8c9 +commit feb7a8c9b Author: Campbell Morrison Date: Fri Jan 11 15:03:44 2019 +0000 @@ -30834,7 +33235,7 @@ Date: Fri Jan 11 15:03:44 2019 +0000 web/auth/auth_ldap.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 56e1f441 +commit 56e1f4416 Author: Campbell Morrison Date: Thu Jan 10 18:18:51 2019 +0000 @@ -30843,7 +33244,7 @@ Date: Thu Jan 10 18:18:51 2019 +0000 web/functions_error.inc | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) -commit 5becb24d +commit 5becb24dc Author: Campbell Morrison Date: Thu Jan 10 18:13:05 2019 +0000 @@ -30852,7 +33253,7 @@ Date: Thu Jan 10 18:13:05 2019 +0000 web/auth/auth_ldap.inc | 66 +++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 35 deletions(-) -commit a27208b1 +commit a27208b19 Author: Campbell Morrison Date: Thu Jan 10 17:15:28 2019 +0000 @@ -30861,7 +33262,7 @@ Date: Thu Jan 10 17:15:28 2019 +0000 web/auth/auth_ldap.inc | 2 ++ 1 file changed, 2 insertions(+) -commit fe0de4ee +commit fe0de4ee4 Author: Campbell Morrison Date: Tue Jan 8 21:53:59 2019 +0000 @@ -30871,7 +33272,7 @@ Date: Tue Jan 8 21:53:59 2019 +0000 web/lib/MRBS/Session/SessionJoomla.php | 6 ++++ 2 files changed, 48 insertions(+), 3 deletions(-) -commit 35bde029 +commit 35bde0299 Author: Campbell Morrison Date: Mon Jan 7 17:58:38 2019 +0000 @@ -30881,21 +33282,21 @@ Date: Mon Jan 7 17:58:38 2019 +0000 web/lib/MRBS/Session/SessionWordpress.php | 13 ++++ 2 files changed, 81 insertions(+) -commit 6e1d5b6f -Merge: d086237c 4fdead84 +commit 6e1d5b6f7 +Merge: d086237c2 4fdead844 Author: Campbell Morrison Date: Mon Jan 7 16:35:09 2019 +0000 Merge with default -commit 4fdead84 -Merge: da7bca1d 72820e18 +commit 4fdead844 +Merge: da7bca1da 72820e18c Author: Campbell Morrison Date: Mon Jan 7 16:34:45 2019 +0000 Merge with mrbs_17_branch -commit 72820e18 +commit 72820e18c Author: Campbell Morrison Date: Mon Jan 7 16:30:17 2019 +0000 @@ -30906,7 +33307,7 @@ Date: Mon Jan 7 16:30:17 2019 +0000 web/edit_entry_handler.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -commit d086237c +commit d086237c2 Author: Campbell Morrison Date: Sun Jan 6 18:29:34 2019 +0000 @@ -30915,7 +33316,7 @@ Date: Sun Jan 6 18:29:34 2019 +0000 web/lib/MRBS/User.php | 3 +++ 1 file changed, 3 insertions(+) -commit a74e482d +commit a74e482dc Author: Campbell Morrison Date: Sun Jan 6 18:23:15 2019 +0000 @@ -30924,7 +33325,7 @@ Date: Sun Jan 6 18:23:15 2019 +0000 web/lib/MRBS/Session/SessionCookie.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit d68ab936 +commit d68ab936e Author: Campbell Morrison Date: Sun Jan 6 18:19:32 2019 +0000 @@ -30934,7 +33335,7 @@ Date: Sun Jan 6 18:19:32 2019 +0000 web/lib/MRBS/User.php | 11 +++++- 2 files changed, 51 insertions(+), 4 deletions(-) -commit ee9220c2 +commit ee9220c28 Author: Campbell Morrison Date: Sun Jan 6 17:27:49 2019 +0000 @@ -30947,7 +33348,7 @@ Date: Sun Jan 6 17:27:49 2019 +0000 web/lib/MRBS/User.php | 43 ++++++++++++++++++++++ 5 files changed, 80 insertions(+), 37 deletions(-) -commit f346c9d0 +commit f346c9d0f Author: Campbell Morrison Date: Sun Jan 6 13:58:30 2019 +0000 @@ -30956,21 +33357,21 @@ Date: Sun Jan 6 13:58:30 2019 +0000 web/lib/MRBS/Auth/Auth.php | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) -commit 692c2058 -Merge: 80607a93 da7bca1d +commit 692c20580 +Merge: 80607a930 da7bca1da Author: Campbell Morrison Date: Sun Jan 6 11:31:24 2019 +0000 Merge with default -commit da7bca1d -Merge: 20887356 e498f5c4 +commit da7bca1da +Merge: 20887356d e498f5c42 Author: Campbell Morrison Date: Sun Jan 6 11:30:58 2019 +0000 Merge with mrbs_17_branch -commit e498f5c4 +commit e498f5c42 Author: Campbell Morrison Date: Sun Jan 6 11:30:23 2019 +0000 @@ -30982,7 +33383,7 @@ Date: Sun Jan 6 11:30:23 2019 +0000 web/upgrade.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 80607a93 +commit 80607a930 Author: Campbell Morrison Date: Sat Jan 5 18:53:22 2019 +0000 @@ -30991,7 +33392,7 @@ Date: Sat Jan 5 18:53:22 2019 +0000 web/lib/MRBS/Auth/AuthFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f36ffca6 +commit f36ffca6b Author: Campbell Morrison Date: Sat Jan 5 18:08:41 2019 +0000 @@ -31001,7 +33402,7 @@ Date: Sat Jan 5 18:08:41 2019 +0000 web/lib/MRBS/Auth/AuthWordpress.php (new) | 28 +++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) -commit ff986cb4 +commit ff986cb47 Author: Campbell Morrison Date: Sat Jan 5 17:26:09 2019 +0000 @@ -31010,14 +33411,14 @@ Date: Sat Jan 5 17:26:09 2019 +0000 web/functions_view.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9d7a6a04 -Merge: 45446f1d 20887356 +commit 9d7a6a04e +Merge: 45446f1df 20887356d Author: Campbell Morrison Date: Sat Jan 5 17:21:25 2019 +0000 Merge with default -commit 20887356 +commit 20887356d Author: Campbell Morrison Date: Sat Jan 5 17:20:59 2019 +0000 @@ -31026,7 +33427,7 @@ Date: Sat Jan 5 17:20:59 2019 +0000 web/lib/MRBS/JFactory.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 45446f1d +commit 45446f1df Author: Campbell Morrison Date: Sat Jan 5 17:14:10 2019 +0000 @@ -31044,7 +33445,7 @@ Date: Sat Jan 5 17:14:10 2019 +0000 web/mrbs_auth.inc | 19 +++++++++- 10 files changed, 159 insertions(+), 4 deletions(-) -commit 822f1c69 +commit 822f1c697 Author: Campbell Morrison Date: Fri Jan 4 15:43:52 2019 +0000 @@ -31053,7 +33454,7 @@ Date: Fri Jan 4 15:43:52 2019 +0000 web/lib/MRBS/Session/SessionWithLogin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit a9156ab5 +commit a9156ab5c Author: Campbell Morrison Date: Fri Jan 4 15:39:38 2019 +0000 @@ -31065,7 +33466,7 @@ Date: Fri Jan 4 15:39:38 2019 +0000 web/mrbs_auth.inc | 7 ++++++- 4 files changed, 7 insertions(+), 9 deletions(-) -commit bdb7ba6a +commit bdb7ba6ab Author: Campbell Morrison Date: Fri Jan 4 15:29:21 2019 +0000 @@ -31077,7 +33478,7 @@ Date: Fri Jan 4 15:29:21 2019 +0000 web/lib/MRBS/Session/SessionWithoutLogin.php | 11 ----------- 4 files changed, 17 insertions(+), 25 deletions(-) -commit fc5effbc +commit fc5effbce Author: Campbell Morrison Date: Fri Jan 4 09:53:05 2019 +0000 @@ -31087,7 +33488,7 @@ Date: Fri Jan 4 09:53:05 2019 +0000 web/lib/MRBS/Session/SessionWordpress.php | 5 ++--- 2 files changed, 13 insertions(+), 12 deletions(-) -commit c5a98351 +commit c5a983517 Author: Campbell Morrison Date: Thu Jan 3 18:27:24 2019 +0000 @@ -31096,7 +33497,7 @@ Date: Thu Jan 3 18:27:24 2019 +0000 web/mrbs_auth.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 263cf3cb +commit 263cf3cba Author: Campbell Morrison Date: Thu Jan 3 16:48:45 2019 +0000 @@ -31105,7 +33506,7 @@ Date: Thu Jan 3 16:48:45 2019 +0000 web/lib/MRBS/Session/SessionWithLogin.php | 48 ++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) -commit f66bae6a +commit f66bae6a5 Author: Campbell Morrison Date: Thu Jan 3 16:40:41 2019 +0000 @@ -31115,7 +33516,7 @@ Date: Thu Jan 3 16:40:41 2019 +0000 web/session/functions_session.inc (gone) | 84 ---------------------- 2 files changed, 88 deletions(-) -commit 3bf5cad6 +commit 3bf5cad6d Author: Campbell Morrison Date: Thu Jan 3 16:34:20 2019 +0000 @@ -31125,7 +33526,7 @@ Date: Thu Jan 3 16:34:20 2019 +0000 web/session/session_php.inc (gone) | 49 --------------------------- 2 files changed, 29 insertions(+), 49 deletions(-) -commit f7927c9b +commit f7927c9b5 Author: Campbell Morrison Date: Thu Jan 3 16:04:57 2019 +0000 @@ -31136,7 +33537,7 @@ Date: Thu Jan 3 16:04:57 2019 +0000 web/session/session_saml.inc (gone) | 47 -------------------------- 3 files changed, 36 insertions(+), 52 deletions(-) -commit 465217eb +commit 465217eba Author: Campbell Morrison Date: Thu Jan 3 15:23:17 2019 +0000 @@ -31145,7 +33546,7 @@ Date: Thu Jan 3 15:23:17 2019 +0000 web/session/session_cas.inc (gone) | 6 ------ 1 file changed, 6 deletions(-) -commit 3de09636 +commit 3de09636e Author: Campbell Morrison Date: Thu Jan 3 15:21:55 2019 +0000 @@ -31155,7 +33556,7 @@ Date: Thu Jan 3 15:21:55 2019 +0000 web/session/session_cas.inc | 39 --------------------------- 2 files changed, 34 insertions(+), 39 deletions(-) -commit 91139434 +commit 91139434c Author: Campbell Morrison Date: Thu Jan 3 14:46:46 2019 +0000 @@ -31168,7 +33569,7 @@ Date: Thu Jan 3 14:46:46 2019 +0000 web/lib/MRBS/Session/SessionWordpress.php | 4 ++-- 5 files changed, 14 insertions(+), 9 deletions(-) -commit 620a20bd +commit 620a20bde Author: Campbell Morrison Date: Thu Jan 3 14:35:47 2019 +0000 @@ -31179,7 +33580,7 @@ Date: Thu Jan 3 14:35:47 2019 +0000 web/session/session_wordpress.inc (gone) | 82 --------------------- 3 files changed, 56 insertions(+), 89 deletions(-) -commit 5f29fc7a +commit 5f29fc7aa Author: Campbell Morrison Date: Thu Jan 3 13:48:54 2019 +0000 @@ -31189,7 +33590,7 @@ Date: Thu Jan 3 13:48:54 2019 +0000 web/session/session_joomla.inc (gone) | 12 ------------ 2 files changed, 5 insertions(+), 13 deletions(-) -commit 7dcabc16 +commit 7dcabc16e Author: Campbell Morrison Date: Thu Jan 3 13:43:07 2019 +0000 @@ -31200,7 +33601,7 @@ Date: Thu Jan 3 13:43:07 2019 +0000 web/session/session_joomla.inc | 69 ------------------------ 3 files changed, 34 insertions(+), 69 deletions(-) -commit 56d2784b +commit 56d2784ba Author: Campbell Morrison Date: Thu Jan 3 11:23:59 2019 +0000 @@ -31209,7 +33610,7 @@ Date: Thu Jan 3 11:23:59 2019 +0000 web/session/session_cookie.inc (gone) | 25 ------------------------- 1 file changed, 25 deletions(-) -commit 57e3aa71 +commit 57e3aa71f Author: Campbell Morrison Date: Thu Jan 3 11:23:24 2019 +0000 @@ -31219,7 +33620,7 @@ Date: Thu Jan 3 11:23:24 2019 +0000 web/session/session_cookie.inc | 6 ------ 2 files changed, 21 insertions(+), 9 deletions(-) -commit 0d309ffd +commit 0d309ffdf Author: Campbell Morrison Date: Thu Jan 3 11:09:12 2019 +0000 @@ -31228,7 +33629,7 @@ Date: Thu Jan 3 11:09:12 2019 +0000 web/lib/MRBS/Form/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d19c9682 +commit d19c96820 Author: Campbell Morrison Date: Thu Jan 3 10:49:11 2019 +0000 @@ -31238,7 +33639,7 @@ Date: Thu Jan 3 10:49:11 2019 +0000 web/lib/MRBS/Session/SessionCookie.php | 37 ++++++++++-------------- 2 files changed, 17 insertions(+), 22 deletions(-) -commit 7de50ed7 +commit 7de50ed7f Author: Campbell Morrison Date: Thu Jan 3 09:52:27 2019 +0000 @@ -31249,7 +33650,7 @@ Date: Thu Jan 3 09:52:27 2019 +0000 web/lib/MRBS/Session/SessionCookie.php | 116 +++++++++++++++++++++-- 3 files changed, 117 insertions(+), 117 deletions(-) -commit 39d5c02c +commit 39d5c02cf Author: Campbell Morrison Date: Thu Jan 3 09:39:06 2019 +0000 @@ -31260,7 +33661,7 @@ Date: Thu Jan 3 09:39:06 2019 +0000 web/lib/MRBS/Session/SessionCookie.php | 104 +++-------------------- 3 files changed, 126 insertions(+), 163 deletions(-) -commit d02e5fa6 +commit d02e5fa68 Author: Campbell Morrison Date: Wed Jan 2 17:15:19 2019 +0000 @@ -31269,21 +33670,21 @@ Date: Wed Jan 2 17:15:19 2019 +0000 web/lib/MRBS/Session/SessionCookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a1a90593 -Merge: 0082b4ed b92538a7 +commit a1a905931 +Merge: 0082b4edb b92538a75 Author: Campbell Morrison Date: Wed Jan 2 17:07:12 2019 +0000 Merge with default -commit b92538a7 -Merge: b823a3ea e2b6a292 +commit b92538a75 +Merge: b823a3ea2 e2b6a292c Author: Campbell Morrison Date: Wed Jan 2 17:06:48 2019 +0000 Merge with mrbs_17_branch -commit e2b6a292 +commit e2b6a292c Author: Campbell Morrison Date: Wed Jan 2 17:05:47 2019 +0000 @@ -31292,7 +33693,7 @@ Date: Wed Jan 2 17:05:47 2019 +0000 web/Themes/default/header.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 0082b4ed +commit 0082b4edb Author: Campbell Morrison Date: Wed Jan 2 16:43:20 2019 +0000 @@ -31304,7 +33705,7 @@ Date: Wed Jan 2 16:43:20 2019 +0000 web/session/session_cookie.inc | 109 +------------------- 4 files changed, 76 insertions(+), 117 deletions(-) -commit f55345e8 +commit f55345e8d Author: Campbell Morrison Date: Wed Jan 2 15:52:45 2019 +0000 @@ -31327,7 +33728,7 @@ Date: Wed Jan 2 15:52:45 2019 +0000 web/lib/MRBS/Session/SessionWordpress.php | 2 +- 15 files changed, 56 insertions(+), 60 deletions(-) -commit bfe00537 +commit bfe005370 Author: Campbell Morrison Date: Wed Jan 2 15:32:26 2019 +0000 @@ -31339,7 +33740,7 @@ Date: Wed Jan 2 15:32:26 2019 +0000 web/session/session_php.inc | 60 -------------------- 4 files changed, 74 insertions(+), 62 deletions(-) -commit fd94ee73 +commit fd94ee735 Author: Campbell Morrison Date: Wed Jan 2 14:51:43 2019 +0000 @@ -31348,7 +33749,7 @@ Date: Wed Jan 2 14:51:43 2019 +0000 web/session/functions_session.inc | 52 ----------------------------- 1 file changed, 52 deletions(-) -commit 143e429f +commit 143e429f5 Author: Campbell Morrison Date: Wed Jan 2 14:47:09 2019 +0000 @@ -31370,21 +33771,21 @@ Date: Wed Jan 2 14:47:09 2019 +0000 web/lib/MRBS/Session/SessionWordpress.php | 2 +- 14 files changed, 46 insertions(+), 76 deletions(-) -commit 14f8c284 -Merge: f4ff2e74 b823a3ea +commit 14f8c284e +Merge: f4ff2e74f b823a3ea2 Author: John Beranek Date: Tue Jan 1 19:49:58 2019 +0000 Merge changes from default -commit f4ff2e74 -Merge: 6154cd6d 4c625ac1 +commit f4ff2e74f +Merge: 6154cd6d3 4c625ac11 Author: John Beranek Date: Tue Jan 1 19:49:39 2019 +0000 Merge changes from default -commit b823a3ea +commit b823a3ea2 Author: John Beranek Date: Tue Jan 1 19:47:46 2019 +0000 @@ -31397,7 +33798,7 @@ Date: Tue Jan 1 19:47:46 2019 +0000 smb_auth.c (gone) | 34 ------ 5 files changed, 9 insertions(+), 319 deletions(-) -commit 4c625ac1 +commit 4c625ac11 Author: John Beranek Date: Tue Jan 1 19:37:48 2019 +0000 @@ -31406,7 +33807,7 @@ Date: Tue Jan 1 19:37:48 2019 +0000 crypt_passwd.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit cd227841 +commit cd2278411 Author: John Beranek Date: Tue Jan 1 19:21:39 2019 +0000 @@ -31415,7 +33816,7 @@ Date: Tue Jan 1 19:21:39 2019 +0000 web/config.inc.php-sample (mode -x) | 0 1 file changed, 0 insertions(+), 0 deletions(-) -commit 6154cd6d +commit 6154cd6d3 Author: Campbell Morrison Date: Tue Jan 1 17:36:34 2019 +0000 @@ -31427,7 +33828,7 @@ Date: Tue Jan 1 17:36:34 2019 +0000 web/session/session_remote_user.inc (gone) | 26 -------------------- 4 files changed, 21 insertions(+), 45 deletions(-) -commit 3af25745 +commit 3af257456 Author: Campbell Morrison Date: Tue Jan 1 17:23:13 2019 +0000 @@ -31446,7 +33847,7 @@ Date: Tue Jan 1 17:23:13 2019 +0000 web/systemdefaults.inc.php | 16 ++++ 11 files changed, 134 insertions(+), 154 deletions(-) -commit f9190dad +commit f9190dad5 Author: Campbell Morrison Date: Tue Jan 1 14:57:23 2019 +0000 @@ -31473,7 +33874,7 @@ Date: Tue Jan 1 14:57:23 2019 +0000 web/view_entry.php | 2 +- 17 files changed, 30 insertions(+), 30 deletions(-) -commit 4b2d66f9 +commit 4b2d66f97 Author: Campbell Morrison Date: Tue Jan 1 14:38:42 2019 +0000 @@ -31490,14 +33891,14 @@ Date: Tue Jan 1 14:38:42 2019 +0000 web/session/session_php.inc | 18 ----------- 9 files changed, 72 insertions(+), 112 deletions(-) -commit ea9d42f6 -Merge: afe58b97 e6480d3d +commit ea9d42f6b +Merge: afe58b974 e6480d3da Author: Campbell Morrison Date: Tue Jan 1 10:15:20 2019 +0000 Merge with default -commit e6480d3d +commit e6480d3da Author: Campbell Morrison Date: Tue Jan 1 10:14:09 2019 +0000 @@ -31507,14 +33908,14 @@ Date: Tue Jan 1 10:14:09 2019 +0000 web/js/edit_entry.js.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) -commit afe58b97 -Merge: d29bee30 31cec94c +commit afe58b974 +Merge: d29bee304 31cec94c9 Author: Campbell Morrison Date: Tue Jan 1 10:04:47 2019 +0000 Merge with default -commit 31cec94c +commit 31cec94c9 Author: Campbell Morrison Date: Tue Jan 1 10:00:46 2019 +0000 @@ -31525,7 +33926,7 @@ Date: Tue Jan 1 10:00:46 2019 +0000 web/js/index.js.php | 15 +-------------- 3 files changed, 32 insertions(+), 33 deletions(-) -commit f3f1f62c +commit f3f1f62ca Author: Campbell Morrison Date: Tue Jan 1 09:21:01 2019 +0000 @@ -31534,7 +33935,7 @@ Date: Tue Jan 1 09:21:01 2019 +0000 web/js/edit_entry.js.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -commit 9bd037d8 +commit 9bd037d82 Author: Campbell Morrison Date: Tue Jan 1 09:12:53 2019 +0000 @@ -31543,21 +33944,21 @@ Date: Tue Jan 1 09:12:53 2019 +0000 web/js/edit_entry.js.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit d29bee30 -Merge: 0dc8fdc6 a4ce2e95 +commit d29bee304 +Merge: 0dc8fdc6c a4ce2e957 Author: Campbell Morrison Date: Mon Dec 31 16:29:05 2018 +0000 Merge with default -commit a4ce2e95 -Merge: eeada8e9 895911fd +commit a4ce2e957 +Merge: eeada8e94 895911fd9 Author: Campbell Morrison Date: Mon Dec 31 16:28:27 2018 +0000 Merge with mrbs_17_branch -commit 895911fd +commit 895911fd9 Author: Campbell Morrison Date: Mon Dec 31 16:27:28 2018 +0000 @@ -31569,7 +33970,7 @@ Date: Mon Dec 31 16:27:28 2018 +0000 web/lib/CAS/Client.php | 37 +++++++++++++++---------------------- 2 files changed, 38 insertions(+), 26 deletions(-) -commit eeada8e9 +commit eeada8e94 Author: Campbell Morrison Date: Mon Dec 31 16:19:56 2018 +0000 @@ -31581,7 +33982,7 @@ Date: Mon Dec 31 16:19:56 2018 +0000 web/lib/CAS/Client.php | 37 +++++++++++++++---------------------- 2 files changed, 38 insertions(+), 26 deletions(-) -commit 6d28b9f2 +commit 6d28b9f22 Author: Campbell Morrison Date: Mon Dec 31 16:18:08 2018 +0000 @@ -31590,7 +33991,7 @@ Date: Mon Dec 31 16:18:08 2018 +0000 web/session/session_cas.inc | 3 --- 1 file changed, 3 deletions(-) -commit 0dc8fdc6 +commit 0dc8fdc6c Author: Campbell Morrison Date: Mon Dec 31 15:54:13 2018 +0000 @@ -31602,7 +34003,7 @@ Date: Mon Dec 31 15:54:13 2018 +0000 web/lib/MRBS/Session/SessionInterface.php | 8 +++ 4 files changed, 85 insertions(+), 11 deletions(-) -commit 00af545a +commit 00af545a5 Author: Campbell Morrison Date: Mon Dec 31 12:02:00 2018 +0000 @@ -31614,14 +34015,14 @@ Date: Mon Dec 31 12:02:00 2018 +0000 web/session/session_omni.inc (gone) | 6 ------ 4 files changed, 27 deletions(-) -commit 2cf9732e -Merge: 22e535d2 6e4268d6 +commit 2cf9732ed +Merge: 22e535d27 6e4268d67 Author: Campbell Morrison Date: Mon Dec 31 11:11:46 2018 +0000 Merge with default -commit 22e535d2 +commit 22e535d27 Author: Campbell Morrison Date: Mon Dec 31 11:10:48 2018 +0000 @@ -31670,7 +34071,7 @@ Date: Mon Dec 31 11:10:48 2018 +0000 web/view_entry.php | 2 +- 41 files changed, 683 insertions(+), 466 deletions(-) -commit 6e4268d6 +commit 6e4268d67 Author: John Beranek Date: Sun Dec 30 09:05:47 2018 +0000 @@ -31679,14 +34080,14 @@ Date: Sun Dec 30 09:05:47 2018 +0000 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4e4c1e46 -Merge: 9a04b091 1995db2a +commit 4e4c1e467 +Merge: 9a04b091e 1995db2a1 Author: Campbell Morrison Date: Sun Dec 30 08:37:40 2018 +0000 Merge with mrbs_17_branch -commit 1995db2a +commit 1995db2a1 Author: Campbell Morrison Date: Sun Dec 30 08:31:54 2018 +0000 @@ -31698,7 +34099,7 @@ Date: Sun Dec 30 08:31:54 2018 +0000 web/upgrade.inc | 19 ++----------------- 3 files changed, 59 insertions(+), 25 deletions(-) -commit 9a04b091 +commit 9a04b091e Author: Campbell Morrison Date: Sun Dec 30 08:03:24 2018 +0000 @@ -31707,14 +34108,14 @@ Date: Sun Dec 30 08:03:24 2018 +0000 web/edit_entry.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit d36ab505 -Merge: fb5a4dd0 a56cd411 +commit d36ab5055 +Merge: fb5a4dd0a a56cd4110 Author: Campbell Morrison Date: Sun Dec 30 07:49:56 2018 +0000 Merged recent changes from mrbs_17_branch back into default -commit a56cd411 +commit a56cd4110 Author: Campbell Morrison Date: Sun Dec 30 07:46:02 2018 +0000 @@ -31723,7 +34124,7 @@ Date: Sun Dec 30 07:46:02 2018 +0000 web/edit_entry.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 6c25e3eb +commit 6c25e3eb0 Author: Campbell Morrison Date: Sun Dec 30 07:28:41 2018 +0000 @@ -31732,14 +34133,14 @@ Date: Sun Dec 30 07:28:41 2018 +0000 web/edit_entry.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -commit fb5a4dd0 -Merge: 7494b654 398a8e53 +commit fb5a4dd0a +Merge: 7494b654d 398a8e531 Author: John Beranek Date: Sat Dec 29 22:14:55 2018 +0000 Merged fix from mrbs_17_branch -commit 398a8e53 +commit 398a8e531 Author: John Beranek Date: Sat Dec 29 22:07:40 2018 +0000 @@ -31748,7 +34149,7 @@ Date: Sat Dec 29 22:07:40 2018 +0000 web/edit_entry.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 7494b654 +commit 7494b654d Author: Campbell Morrison Date: Sat Dec 29 08:46:15 2018 +0000 @@ -31758,14 +34159,14 @@ Date: Sat Dec 29 08:46:15 2018 +0000 web/js/index.js.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 5c5d028b +commit 5c5d028be Author: Campbell Morrison Date: Fri Dec 28 13:49:12 2018 +0000 Opened a new branch to convert the session and auth code into classes and then to go on to use display names rather than usernames in MRBS output. -commit 14dd0dda +commit 14dd0dda2 Author: Campbell Morrison Date: Thu Dec 27 17:56:47 2018 +0000 @@ -31778,7 +34179,7 @@ Date: Thu Dec 27 17:56:47 2018 +0000 web/upgrade.inc | 19 ++----------------- 3 files changed, 59 insertions(+), 25 deletions(-) -commit 810b2289 +commit 810b22896 Author: Campbell Morrison Date: Thu Dec 27 09:43:30 2018 +0000 @@ -31787,7 +34188,7 @@ Date: Thu Dec 27 09:43:30 2018 +0000 web/Themes/default/header.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 3d44e22e +commit 3d44e22e4 Author: Campbell Morrison Date: Thu Dec 27 09:36:44 2018 +0000 @@ -31798,7 +34199,7 @@ Date: Thu Dec 27 09:36:44 2018 +0000 web/js/datepicker.js.php | 7 ++++++- 2 files changed, 18 insertions(+), 19 deletions(-) -commit cf29253e +commit cf29253e3 Author: Campbell Morrison Date: Thu Dec 27 09:12:20 2018 +0000 @@ -31807,7 +34208,7 @@ Date: Thu Dec 27 09:12:20 2018 +0000 web/js/refresh.js.php | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) -commit 95df2f28 +commit 95df2f280 Author: Campbell Morrison Date: Wed Dec 26 15:24:13 2018 +0000 @@ -31816,7 +34217,7 @@ Date: Wed Dec 26 15:24:13 2018 +0000 web/js/index.js.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -commit 1c184931 +commit 1c1849316 Author: Campbell Morrison Date: Wed Dec 26 15:12:08 2018 +0000 @@ -31826,7 +34227,7 @@ Date: Wed Dec 26 15:12:08 2018 +0000 web/systemdefaults.inc.php | 10 ++++++++-- 2 files changed, 26 insertions(+), 3 deletions(-) -commit e8d45f3c +commit e8d45f3c6 Author: Campbell Morrison Date: Wed Dec 26 11:45:46 2018 +0000 @@ -31835,7 +34236,7 @@ Date: Wed Dec 26 11:45:46 2018 +0000 web/js/index.js.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 495d5441 +commit 495d54417 Author: Campbell Morrison Date: Wed Dec 26 11:34:07 2018 +0000 @@ -31844,7 +34245,7 @@ Date: Wed Dec 26 11:34:07 2018 +0000 web/js/index.js.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 51365386 +commit 513653861 Author: Campbell Morrison Date: Wed Dec 26 11:27:48 2018 +0000 @@ -31853,7 +34254,7 @@ Date: Wed Dec 26 11:27:48 2018 +0000 web/js/index.js.php | 146 ++++++++++++++++++++++++++---------------- 1 file changed, 92 insertions(+), 54 deletions(-) -commit f0809d55 +commit f0809d554 Author: Campbell Morrison Date: Wed Dec 26 08:11:51 2018 +0000 @@ -31862,7 +34263,7 @@ Date: Wed Dec 26 08:11:51 2018 +0000 web/style.inc | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) -commit 3233a264 +commit 3233a2646 Author: Campbell Morrison Date: Mon Dec 24 19:19:35 2018 +0000 @@ -31873,7 +34274,7 @@ Date: Mon Dec 24 19:19:35 2018 +0000 web/lang/lang.en | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) -commit 5bae74e5 +commit 5bae74e5b Author: Campbell Morrison Date: Mon Dec 24 17:05:28 2018 +0000 @@ -31882,7 +34283,7 @@ Date: Mon Dec 24 17:05:28 2018 +0000 web/js/index.js.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 9413e212 +commit 9413e2129 Author: Campbell Morrison Date: Mon Dec 24 17:02:07 2018 +0000 @@ -31893,7 +34294,7 @@ Date: Mon Dec 24 17:02:07 2018 +0000 web/js/index.js.php | 70 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 57 deletions(-) -commit 0e0c6c3e +commit 0e0c6c3e9 Author: Campbell Morrison Date: Mon Dec 24 16:48:23 2018 +0000 @@ -31904,7 +34305,7 @@ Date: Mon Dec 24 16:48:23 2018 +0000 web/js/index.js.php | 40 --------------------------- 3 files changed, 57 insertions(+), 41 deletions(-) -commit e046fe9b +commit e046fe9be Author: Campbell Morrison Date: Mon Dec 24 16:26:14 2018 +0000 @@ -31913,7 +34314,7 @@ Date: Mon Dec 24 16:26:14 2018 +0000 web/js/index.js.php | 79 ++++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 39 deletions(-) -commit 9eb997a0 +commit 9eb997a0f Author: Campbell Morrison Date: Mon Dec 24 16:21:22 2018 +0000 @@ -31936,7 +34337,7 @@ Date: Mon Dec 24 16:21:22 2018 +0000 web/style.inc | 71 ++++++++++++++++++++------------------ 15 files changed, 100 insertions(+), 50 deletions(-) -commit eca8c83b +commit eca8c83b8 Author: Campbell Morrison Date: Sun Dec 23 17:07:05 2018 +0000 @@ -31945,7 +34346,7 @@ Date: Sun Dec 23 17:07:05 2018 +0000 web/js/datepicker.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 47d42913 +commit 47d42913e Author: Campbell Morrison Date: Sat Dec 22 16:56:11 2018 +0000 @@ -31954,39 +34355,39 @@ Date: Sat Dec 22 16:56:11 2018 +0000 web/functions_error.inc | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) -commit d46b7acc -Merge: bd318bcc e1fbccd9 +commit d46b7acc3 +Merge: bd318bccc e1fbccd99 Author: Campbell Morrison Date: Thu Dec 20 09:53:53 2018 +0000 Merged nav_improvements branch back into the default branch -commit e1fbccd9 (origin/nav_improvements) +commit e1fbccd99 (origin/nav_improvements) Author: Campbell Morrison Date: Thu Dec 20 09:52:53 2018 +0000 Close nav_improvements branch -commit 97f70a7a -Merge: f4159a1b bd318bcc +commit 97f70a7ad +Merge: f4159a1be bd318bccc Author: Campbell Morrison Date: Thu Dec 20 09:50:20 2018 +0000 Merge with default -commit bd318bcc +commit bd318bccc Author: John Beranek Date: Wed Dec 19 19:41:14 2018 +0000 Added tag mrbs-1_7_2 for changeset 2e25f23ace07 -commit 913c6129 (tag: mrbs-1_7_2) +commit 913c61298 (tag: mrbs-1_7_2) Author: John Beranek Date: Wed Dec 19 19:41:11 2018 +0000 Removed tag mrbs-1_7_2 -commit db630691 +commit db6306919 Author: John Beranek Date: Wed Dec 19 19:40:32 2018 +0000 @@ -31996,20 +34397,20 @@ Date: Wed Dec 19 19:40:32 2018 +0000 NEWS | 2 ++ 2 files changed, 37 insertions(+), 1 deletion(-) -commit 1643408e -Merge: 9bdad2f5 97bddafb +commit 1643408ea +Merge: 9bdad2f5e 97bddafba Author: John Beranek Date: Wed Dec 19 19:39:02 2018 +0000 Merge with default -commit 9bdad2f5 +commit 9bdad2f5e Author: John Beranek Date: Wed Dec 19 19:34:25 2018 +0000 Added tag mrbs-1_7_2 for changeset b02368b8844d -commit a220c4af +commit a220c4aff Author: John Beranek Date: Wed Dec 19 19:33:58 2018 +0000 @@ -32019,7 +34420,7 @@ Date: Wed Dec 19 19:33:58 2018 +0000 NEWS | 134 ++++ 2 files changed, 1836 insertions(+), 1 deletion(-) -commit 26e4196d +commit 26e4196d5 Author: John Beranek Date: Wed Dec 19 19:03:44 2018 +0000 @@ -32028,7 +34429,7 @@ Date: Wed Dec 19 19:03:44 2018 +0000 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f4159a1b +commit f4159a1be Author: Campbell Morrison Date: Wed Dec 19 15:49:49 2018 +0000 @@ -32037,7 +34438,7 @@ Date: Wed Dec 19 15:49:49 2018 +0000 web/edit_entry.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 9ed0bc11 +commit 9ed0bc11b Author: Campbell Morrison Date: Wed Dec 19 11:50:17 2018 +0000 @@ -32046,7 +34447,7 @@ Date: Wed Dec 19 11:50:17 2018 +0000 web/auth/auth_joomla.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit bdaadf91 +commit bdaadf911 Author: Campbell Morrison Date: Wed Dec 19 11:45:37 2018 +0000 @@ -32055,7 +34456,7 @@ Date: Wed Dec 19 11:45:37 2018 +0000 web/auth/auth_config.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 2110c15e +commit 2110c15e0 Author: Campbell Morrison Date: Wed Dec 19 11:30:24 2018 +0000 @@ -32065,7 +34466,7 @@ Date: Wed Dec 19 11:30:24 2018 +0000 web/auth/functions_auth.inc (new) | 32 +++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 3 deletions(-) -commit 55f27803 +commit 55f278037 Author: Campbell Morrison Date: Wed Dec 19 10:29:38 2018 +0000 @@ -32074,7 +34475,7 @@ Date: Wed Dec 19 10:29:38 2018 +0000 web/auth/auth_wordpress.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 912c38b5 +commit 912c38b5f Author: Campbell Morrison Date: Tue Dec 18 19:00:14 2018 +0000 @@ -32083,7 +34484,7 @@ Date: Tue Dec 18 19:00:14 2018 +0000 web/auth/auth_wordpress.inc | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) -commit 15b4a95d +commit 15b4a95de Author: Campbell Morrison Date: Tue Dec 18 18:08:23 2018 +0000 @@ -32092,7 +34493,7 @@ Date: Tue Dec 18 18:08:23 2018 +0000 web/auth/auth_wordpress.inc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -commit c5e0ed45 +commit c5e0ed456 Author: Campbell Morrison Date: Tue Dec 18 17:11:43 2018 +0000 @@ -32102,7 +34503,7 @@ Date: Tue Dec 18 17:11:43 2018 +0000 web/lib/MRBS/JFactory.php | 9 ++++- 2 files changed, 84 insertions(+), 1 deletion(-) -commit 96ead5f7 +commit 96ead5f7c Author: Campbell Morrison Date: Mon Dec 17 18:20:42 2018 +0000 @@ -32111,7 +34512,7 @@ Date: Mon Dec 17 18:20:42 2018 +0000 web/auth/auth_wordpress.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) -commit 9305d827 +commit 9305d827b Author: Campbell Morrison Date: Mon Dec 17 18:01:17 2018 +0000 @@ -32122,7 +34523,7 @@ Date: Mon Dec 17 18:01:17 2018 +0000 web/edit_users.php | 14 +++++++------- 3 files changed, 16 insertions(+), 16 deletions(-) -commit 7cf56d3c +commit 7cf56d3cb Author: Campbell Morrison Date: Mon Dec 17 17:42:31 2018 +0000 @@ -32131,7 +34532,7 @@ Date: Mon Dec 17 17:42:31 2018 +0000 web/lib/MRBS/Form/Element.php | 2 ++ 1 file changed, 2 insertions(+) -commit ae21f2c8 +commit ae21f2c88 Author: Campbell Morrison Date: Mon Dec 17 17:39:36 2018 +0000 @@ -32143,7 +34544,7 @@ Date: Mon Dec 17 17:39:36 2018 +0000 web/session/session_wordpress.inc | 5 +++-- 3 files changed, 18 insertions(+), 7 deletions(-) -commit 8d54b988 +commit 8d54b988d Author: Campbell Morrison Date: Mon Dec 17 16:45:07 2018 +0000 @@ -32155,7 +34556,7 @@ Date: Mon Dec 17 16:45:07 2018 +0000 web/edit_users.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) -commit e065ad68 +commit e065ad687 Author: Campbell Morrison Date: Mon Dec 17 16:37:53 2018 +0000 @@ -32164,7 +34565,7 @@ Date: Mon Dec 17 16:37:53 2018 +0000 web/auth/auth_config.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) -commit 03123182 +commit 031231823 Author: Campbell Morrison Date: Mon Dec 17 16:30:37 2018 +0000 @@ -32177,7 +34578,7 @@ Date: Mon Dec 17 16:30:37 2018 +0000 web/systemdefaults.inc.php | 6 ++- 4 files changed, 98 insertions(+), 13 deletions(-) -commit e33d50ec +commit e33d50ec4 Author: Campbell Morrison Date: Mon Dec 17 14:39:49 2018 +0000 @@ -32187,14 +34588,14 @@ Date: Mon Dec 17 14:39:49 2018 +0000 web/edit_users.php | 30 ++++++++++++++---------------- 2 files changed, 25 insertions(+), 16 deletions(-) -commit 960a0878 -Merge: fbf3b7ee 97bddafb +commit 960a08780 +Merge: fbf3b7ee3 97bddafba Author: Campbell Morrison Date: Sat Dec 8 14:24:20 2018 +0000 Merge with default -commit 97bddafb +commit 97bddafba Author: Campbell Morrison Date: Sat Dec 8 14:23:55 2018 +0000 @@ -32203,7 +34604,7 @@ Date: Sat Dec 8 14:23:55 2018 +0000 web/lib/PHPMailer/PHPMailerAutoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fbf3b7ee +commit fbf3b7ee3 Author: Campbell Morrison Date: Sat Dec 8 14:23:04 2018 +0000 @@ -32212,7 +34613,7 @@ Date: Sat Dec 8 14:23:04 2018 +0000 web/lib/PHPMailer/PHPMailerAutoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 37986344 +commit 379863446 Author: Campbell Morrison Date: Fri Dec 7 19:05:26 2018 +0000 @@ -32221,7 +34622,7 @@ Date: Fri Dec 7 19:05:26 2018 +0000 web/edit_users.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit e1e7c653 +commit e1e7c6530 Author: Campbell Morrison Date: Fri Dec 7 18:44:32 2018 +0000 @@ -32230,7 +34631,7 @@ Date: Fri Dec 7 18:44:32 2018 +0000 web/edit_users.php | 490 ++++++++++++++++++++++--------------------- 1 file changed, 251 insertions(+), 239 deletions(-) -commit b9d76158 +commit b9d761582 Author: Campbell Morrison Date: Fri Dec 7 17:55:59 2018 +0000 @@ -32239,7 +34640,7 @@ Date: Fri Dec 7 17:55:59 2018 +0000 web/edit_users.php | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) -commit 7a507d65 +commit 7a507d65b Author: Campbell Morrison Date: Fri Dec 7 17:15:05 2018 +0000 @@ -32248,7 +34649,7 @@ Date: Fri Dec 7 17:15:05 2018 +0000 web/edit_users.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) -commit 7e781603 +commit 7e781603b Author: Campbell Morrison Date: Fri Dec 7 17:01:24 2018 +0000 @@ -32257,14 +34658,14 @@ Date: Fri Dec 7 17:01:24 2018 +0000 web/edit_users.php | 74 ++++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 37 deletions(-) -commit 5af1afb4 -Merge: e6afa337 20c6e38a +commit 5af1afb49 +Merge: e6afa337c 20c6e38a5 Author: Campbell Morrison Date: Fri Dec 7 16:37:31 2018 +0000 Merge with default -commit 20c6e38a +commit 20c6e38a5 Author: Campbell Morrison Date: Fri Dec 7 16:26:05 2018 +0000 @@ -32275,7 +34676,7 @@ Date: Fri Dec 7 16:26:05 2018 +0000 web/lib/PHPMailer/PHPMailerAutoload.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 810e0356 +commit 810e0356b Author: Campbell Morrison Date: Fri Dec 7 16:18:16 2018 +0000 @@ -32289,14 +34690,14 @@ Date: Fri Dec 7 16:18:16 2018 +0000 web/lib/PHPMailer/class.smtp.php | 4 +-- 4 files changed, 29 insertions(+), 12 deletions(-) -commit e6afa337 -Merge: b017ae57 98e06972 +commit e6afa337c +Merge: b017ae57e 98e069726 Author: Campbell Morrison Date: Wed Dec 5 09:48:26 2018 +0000 Merge with default -commit 98e06972 +commit 98e069726 Author: Campbell Morrison Date: Wed Dec 5 09:46:52 2018 +0000 @@ -32306,7 +34707,7 @@ Date: Wed Dec 5 09:46:52 2018 +0000 web/version.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit b017ae57 +commit b017ae57e Author: Campbell Morrison Date: Wed Dec 5 09:43:32 2018 +0000 @@ -32315,7 +34716,7 @@ Date: Wed Dec 5 09:43:32 2018 +0000 web/js/resizable.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6906bd46 +commit 6906bd46c Author: Campbell Morrison Date: Wed Dec 5 09:32:26 2018 +0000 @@ -32325,7 +34726,7 @@ Date: Wed Dec 5 09:32:26 2018 +0000 web/version.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit aae34acc +commit aae34acc4 Author: Campbell Morrison Date: Wed Dec 5 09:19:32 2018 +0000 @@ -32334,7 +34735,7 @@ Date: Wed Dec 5 09:19:32 2018 +0000 web/js/resizable.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit d4d6bd74 +commit d4d6bd74b Author: Campbell Morrison Date: Tue Dec 4 16:57:00 2018 +0000 @@ -32361,7 +34762,7 @@ Date: Tue Dec 4 16:57:00 2018 +0000 web/view_entry.php | 10 +++++----- 18 files changed, 45 insertions(+), 87 deletions(-) -commit 7bd32156 +commit 7bd32156c Author: Campbell Morrison Date: Mon Dec 3 18:51:49 2018 +0000 @@ -32371,14 +34772,14 @@ Date: Mon Dec 3 18:51:49 2018 +0000 web/css/mrbs.css.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -commit 90d0294f -Merge: 0bd22167 59d610f7 +commit 90d0294fb +Merge: 0bd221671 59d610f75 Author: Campbell Morrison Date: Mon Dec 3 14:19:20 2018 +0000 Merge with default -commit 59d610f7 +commit 59d610f75 Author: Campbell Morrison Date: Mon Dec 3 14:18:09 2018 +0000 @@ -32389,7 +34790,7 @@ Date: Mon Dec 3 14:18:09 2018 +0000 web/init.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 0bd22167 +commit 0bd221671 Author: Campbell Morrison Date: Mon Dec 3 08:34:06 2018 +0000 @@ -32398,7 +34799,7 @@ Date: Mon Dec 3 08:34:06 2018 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0c8cec5c +commit 0c8cec5c3 Author: Campbell Morrison Date: Mon Dec 3 08:30:01 2018 +0000 @@ -32408,7 +34809,7 @@ Date: Mon Dec 3 08:30:01 2018 +0000 web/language.inc | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) -commit e35153fd +commit e35153fd7 Author: Campbell Morrison Date: Sun Dec 2 17:35:27 2018 +0000 @@ -32417,14 +34818,14 @@ Date: Sun Dec 2 17:35:27 2018 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4f12b1a7 -Merge: 53333182 97e51ae7 +commit 4f12b1a78 +Merge: 533331821 97e51ae76 Author: Campbell Morrison Date: Sun Dec 2 16:46:38 2018 +0000 Merge with default -commit 97e51ae7 +commit 97e51ae76 Author: Campbell Morrison Date: Sun Dec 2 16:45:42 2018 +0000 @@ -32433,14 +34834,14 @@ Date: Sun Dec 2 16:45:42 2018 +0000 web/internalconfig.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 53333182 -Merge: 4c5788b6 d2482544 +commit 533331821 +Merge: 4c5788b69 d24825443 Author: Campbell Morrison Date: Sat Dec 1 18:44:54 2018 +0000 Merge with default -commit d2482544 +commit d24825443 Author: Campbell Morrison Date: Sat Dec 1 18:44:02 2018 +0000 @@ -32450,14 +34851,14 @@ Date: Sat Dec 1 18:44:02 2018 +0000 web/config.inc.php-sample | 4 ++++ 1 file changed, 4 insertions(+) -commit 4c5788b6 -Merge: 631db504 cc0cf01b +commit 4c5788b69 +Merge: 631db5049 cc0cf01bb Author: Campbell Morrison Date: Sat Dec 1 18:26:50 2018 +0000 Merge with default -commit cc0cf01b +commit cc0cf01bb Author: Campbell Morrison Date: Sat Dec 1 18:25:56 2018 +0000 @@ -32474,7 +34875,7 @@ Date: Sat Dec 1 18:25:56 2018 +0000 web/session/session_wordpress.inc | 10 +--------- 5 files changed, 5 insertions(+), 44 deletions(-) -commit 631db504 +commit 631db5049 Author: Campbell Morrison Date: Sat Dec 1 18:20:06 2018 +0000 @@ -32491,7 +34892,7 @@ Date: Sat Dec 1 18:20:06 2018 +0000 web/session/session_wordpress.inc | 10 +--------- 5 files changed, 5 insertions(+), 44 deletions(-) -commit b5074107 +commit b5074107b Author: Campbell Morrison Date: Sat Dec 1 16:56:35 2018 +0000 @@ -32501,7 +34902,7 @@ Date: Sat Dec 1 16:56:35 2018 +0000 web/init.inc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) -commit 44ed3de7 +commit 44ed3de7b Author: Campbell Morrison Date: Sat Dec 1 16:50:19 2018 +0000 @@ -32510,7 +34911,7 @@ Date: Sat Dec 1 16:50:19 2018 +0000 web/init.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 8b2ba06e +commit 8b2ba06ef Author: Campbell Morrison Date: Sat Dec 1 16:29:06 2018 +0000 @@ -32529,7 +34930,7 @@ Date: Sat Dec 1 16:29:06 2018 +0000 web/style.inc | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) -commit 438ee557 +commit 438ee5576 Author: Campbell Morrison Date: Sat Dec 1 16:03:11 2018 +0000 @@ -32545,14 +34946,14 @@ Date: Sat Dec 1 16:03:11 2018 +0000 web/session/session_wordpress.inc | 20 ++------------------ 8 files changed, 26 insertions(+), 107 deletions(-) -commit cb8c0aed -Merge: 57de4649 a7fb854e +commit cb8c0aed2 +Merge: 57de46496 a7fb854e8 Author: Campbell Morrison Date: Thu Nov 29 17:39:26 2018 +0000 Merge with default -commit a7fb854e +commit a7fb854e8 Author: Campbell Morrison Date: Thu Nov 29 17:38:18 2018 +0000 @@ -32562,7 +34963,7 @@ Date: Thu Nov 29 17:38:18 2018 +0000 web/lib/MRBS/SessionHandlerDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 57de4649 +commit 57de46496 Author: Campbell Morrison Date: Thu Nov 29 16:25:47 2018 +0000 @@ -32571,7 +34972,7 @@ Date: Thu Nov 29 16:25:47 2018 +0000 web/edit_entry_handler.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 50855eb7 +commit 50855eb74 Author: Campbell Morrison Date: Thu Nov 29 16:08:45 2018 +0000 @@ -32586,7 +34987,7 @@ Date: Thu Nov 29 16:08:45 2018 +0000 web/upgrade/54/post.inc | 2 +- 7 files changed, 34 insertions(+), 34 deletions(-) -commit e4bc3782 +commit e4bc3782e Author: Campbell Morrison Date: Thu Nov 29 15:45:53 2018 +0000 @@ -32595,7 +34996,7 @@ Date: Thu Nov 29 15:45:53 2018 +0000 web/session/functions_session.inc | 5 ----- 1 file changed, 5 deletions(-) -commit 9d7a197d +commit 9d7a197d3 Author: Campbell Morrison Date: Thu Nov 29 15:40:21 2018 +0000 @@ -32608,7 +35009,7 @@ Date: Thu Nov 29 15:40:21 2018 +0000 web/session/session_wordpress.inc | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) -commit 14a08147 +commit 14a081471 Author: Campbell Morrison Date: Thu Nov 29 13:54:11 2018 +0000 @@ -32617,14 +35018,14 @@ Date: Thu Nov 29 13:54:11 2018 +0000 web/init.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit b3605e68 -Merge: ab6d75c1 00648357 +commit b3605e684 +Merge: ab6d75c12 00648357d Author: Campbell Morrison Date: Thu Nov 29 13:52:13 2018 +0000 Merge with default -commit 00648357 +commit 00648357d Author: Campbell Morrison Date: Thu Nov 29 13:50:12 2018 +0000 @@ -32633,7 +35034,7 @@ Date: Thu Nov 29 13:50:12 2018 +0000 web/internalconfig.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit ab6d75c1 +commit ab6d75c12 Author: Campbell Morrison Date: Thu Nov 29 10:57:38 2018 +0000 @@ -32642,14 +35043,14 @@ Date: Thu Nov 29 10:57:38 2018 +0000 web/session/session_saml.inc | 165 +++++++++++++++++++-------------- 1 file changed, 95 insertions(+), 70 deletions(-) -commit dbfdb1a6 -Merge: 8662016b 37888a99 +commit dbfdb1a62 +Merge: 8662016bd 37888a99e Author: Campbell Morrison Date: Thu Nov 29 10:49:41 2018 +0000 Merge with default -commit 37888a99 +commit 37888a99e Author: Campbell Morrison Date: Thu Nov 29 10:47:57 2018 +0000 @@ -32666,14 +35067,14 @@ Date: Thu Nov 29 10:47:57 2018 +0000 web/session/session_saml.inc | 173 +++++++++++++++++++-------------- 5 files changed, 151 insertions(+), 106 deletions(-) -commit 8662016b -Merge: 2b440520 c4a5dbb7 +commit 8662016bd +Merge: 2b4405201 c4a5dbb78 Author: Campbell Morrison Date: Wed Nov 28 18:28:19 2018 +0000 Merge with default -commit c4a5dbb7 +commit c4a5dbb78 Author: Campbell Morrison Date: Wed Nov 28 18:25:03 2018 +0000 @@ -32683,7 +35084,7 @@ Date: Wed Nov 28 18:25:03 2018 +0000 web/init.inc | 1 + 1 file changed, 1 insertion(+) -commit 5b7f072a +commit 5b7f072a6 Author: Campbell Morrison Date: Wed Nov 28 18:20:23 2018 +0000 @@ -32692,7 +35093,7 @@ Date: Wed Nov 28 18:20:23 2018 +0000 web/lib/MRBS/SessionHandlerDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2b440520 +commit 2b4405201 Author: Campbell Morrison Date: Tue Nov 27 12:20:51 2018 +0000 @@ -32711,14 +35112,14 @@ Date: Tue Nov 27 12:20:51 2018 +0000 web/session/session_wordpress.inc | 10 +++++----- 4 files changed, 18 insertions(+), 18 deletions(-) -commit e957740a -Merge: dff48960 041c2414 +commit e957740a4 +Merge: dff48960c 041c24143 Author: Campbell Morrison Date: Sun Nov 25 13:22:20 2018 +0000 Merge with default -commit 041c2414 +commit 041c24143 Author: Campbell Morrison Date: Sun Nov 25 13:19:58 2018 +0000 @@ -32729,7 +35130,7 @@ Date: Sun Nov 25 13:19:58 2018 +0000 web/jquery/datatables/js/plugins.js | 16 ++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) -commit dff48960 +commit dff48960c Author: Campbell Morrison Date: Thu Nov 22 16:38:39 2018 +0000 @@ -32738,14 +35139,14 @@ Date: Thu Nov 22 16:38:39 2018 +0000 web/edit_users.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit f2ce6389 -Merge: f971f095 da63af90 +commit f2ce63893 +Merge: f971f0952 da63af90c Author: Campbell Morrison Date: Thu Nov 22 16:28:25 2018 +0000 Merge with default -commit da63af90 +commit da63af90c Author: Campbell Morrison Date: Thu Nov 22 16:23:16 2018 +0000 @@ -32755,14 +35156,14 @@ Date: Thu Nov 22 16:23:16 2018 +0000 web/edit_users.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -commit f971f095 -Merge: e6c6dead 1d7d28ff +commit f971f0952 +Merge: e6c6dead6 1d7d28ffb Author: Campbell Morrison Date: Wed Nov 21 18:05:17 2018 +0000 Merge with default -commit 1d7d28ff +commit 1d7d28ffb Author: Campbell Morrison Date: Wed Nov 21 17:36:08 2018 +0000 @@ -32771,7 +35172,7 @@ Date: Wed Nov 21 17:36:08 2018 +0000 web/edit_users.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit e6c6dead +commit e6c6dead6 Author: Campbell Morrison Date: Tue Nov 20 09:10:21 2018 +0000 @@ -32781,7 +35182,7 @@ Date: Tue Nov 20 09:10:21 2018 +0000 web/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4b70ba3c +commit 4b70ba3c1 Author: Campbell Morrison Date: Mon Nov 19 20:11:08 2018 +0000 @@ -32790,14 +35191,14 @@ Date: Mon Nov 19 20:11:08 2018 +0000 web/functions_table.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) -commit 44c85ff1 -Merge: 0cd66ccd c7f044b8 +commit 44c85ff14 +Merge: 0cd66ccd7 c7f044b86 Author: Campbell Morrison Date: Mon Nov 19 17:56:12 2018 +0000 Merge with default -commit c7f044b8 +commit c7f044b86 Author: Campbell Morrison Date: Mon Nov 19 17:55:06 2018 +0000 @@ -32806,14 +35207,14 @@ Date: Mon Nov 19 17:55:06 2018 +0000 web/edit_users.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) -commit 0cd66ccd -Merge: 2a1925d6 a09301f4 +commit 0cd66ccd7 +Merge: 2a1925d6a a09301f41 Author: John Beranek Date: Sat Nov 17 18:46:16 2018 +0000 Merged default branch -commit a09301f4 +commit a09301f41 Author: John Beranek Date: Sat Nov 17 18:45:34 2018 +0000 @@ -32822,7 +35223,7 @@ Date: Sat Nov 17 18:45:34 2018 +0000 web/upgrade/59/mysql.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 7fd1cfa2 +commit 7fd1cfa20 Author: John Beranek Date: Sat Nov 17 18:39:01 2018 +0000 @@ -32832,7 +35233,7 @@ Date: Sat Nov 17 18:39:01 2018 +0000 web/upgrade/59/pgsql.sql (new) | 4 ++++ 2 files changed, 8 insertions(+) -commit a752a687 +commit a752a6873 Author: John Beranek Date: Sat Nov 17 18:35:55 2018 +0000 @@ -32846,14 +35247,14 @@ Date: Sat Nov 17 18:35:55 2018 +0000 web/lib/MRBS/DB.php | 2 +- 6 files changed, 27 insertions(+), 4 deletions(-) -commit 2a1925d6 -Merge: 09ab0559 22450abd +commit 2a1925d6a +Merge: 09ab0559d 22450abdc Author: Campbell Morrison Date: Thu Nov 15 15:50:41 2018 +0000 Merge with default -commit 22450abd +commit 22450abdc Author: Campbell Morrison Date: Thu Nov 15 15:48:02 2018 +0000 @@ -32867,14 +35268,14 @@ Date: Thu Nov 15 15:48:02 2018 +0000 web/upgrade/58/pgsql.sql (new) | 0 5 files changed, 8 insertions(+), 4 deletions(-) -commit 09ab0559 -Merge: dee5da85 3fd27d89 +commit 09ab0559d +Merge: dee5da858 3fd27d89b Author: Campbell Morrison Date: Mon Nov 12 11:08:06 2018 +0000 Merge with default -commit 3fd27d89 +commit 3fd27d89b Author: Campbell Morrison Date: Mon Nov 12 10:53:46 2018 +0000 @@ -32884,7 +35285,7 @@ Date: Mon Nov 12 10:53:46 2018 +0000 web/functions.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 184c7f5b +commit 184c7f5bc Author: Campbell Morrison Date: Mon Nov 12 10:33:05 2018 +0000 @@ -32893,7 +35294,7 @@ Date: Mon Nov 12 10:33:05 2018 +0000 web/mincals.inc | 1 - 1 file changed, 1 deletion(-) -commit dee5da85 +commit dee5da858 Author: Campbell Morrison Date: Mon Nov 12 10:24:46 2018 +0000 @@ -32903,14 +35304,14 @@ Date: Mon Nov 12 10:24:46 2018 +0000 web/style.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f750598a -Merge: 8ddb8299 23763401 +commit f750598a0 +Merge: 8ddb8299e 237634013 Author: Campbell Morrison Date: Mon Nov 12 10:15:29 2018 +0000 Merge with default -commit 23763401 +commit 237634013 Author: Campbell Morrison Date: Mon Nov 12 10:12:08 2018 +0000 @@ -32920,7 +35321,7 @@ Date: Mon Nov 12 10:12:08 2018 +0000 web/session/session_php.inc | 13 ++----------- 2 files changed, 4 insertions(+), 21 deletions(-) -commit 45496bb9 +commit 45496bb98 Author: Campbell Morrison Date: Mon Nov 12 10:10:38 2018 +0000 @@ -32929,7 +35330,7 @@ Date: Mon Nov 12 10:10:38 2018 +0000 web/grab_globals.inc.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 183d17a7 +commit 183d17a77 Author: Campbell Morrison Date: Mon Nov 12 10:00:47 2018 +0000 @@ -32938,7 +35339,7 @@ Date: Mon Nov 12 10:00:47 2018 +0000 web/style.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 5d2672f9 +commit 5d2672f98 Author: Campbell Morrison Date: Mon Nov 12 09:47:12 2018 +0000 @@ -32947,7 +35348,7 @@ Date: Mon Nov 12 09:47:12 2018 +0000 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8ddb8299 +commit 8ddb8299e Author: Campbell Morrison Date: Fri Nov 9 17:32:02 2018 +0000 @@ -32969,14 +35370,14 @@ Date: Fri Nov 9 17:32:02 2018 +0000 web/js/edit_entry.js.php | 16 +- 14 files changed, 42 insertions(+), 2324 deletions(-) -commit 0d4b3189 -Merge: de792bdd 6153dcc4 +commit 0d4b31893 +Merge: de792bdd3 6153dcc47 Author: Campbell Morrison Date: Fri Nov 9 15:03:41 2018 +0000 Merge with default -commit 6153dcc4 +commit 6153dcc47 Author: Campbell Morrison Date: Fri Nov 9 15:01:06 2018 +0000 @@ -32985,7 +35386,7 @@ Date: Fri Nov 9 15:01:06 2018 +0000 web/mrbs_auth.inc | 1 - 1 file changed, 1 deletion(-) -commit 13683478 +commit 13683478a Author: Campbell Morrison Date: Fri Nov 9 14:59:00 2018 +0000 @@ -32995,14 +35396,14 @@ Date: Fri Nov 9 14:59:00 2018 +0000 web/mrbs_auth.inc | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) -commit de792bdd -Merge: 3cc3c7c9 f5791447 +commit de792bdd3 +Merge: 3cc3c7c92 f5791447b Author: Campbell Morrison Date: Fri Nov 9 14:41:38 2018 +0000 Merge with default -commit f5791447 +commit f5791447b Author: Campbell Morrison Date: Fri Nov 9 14:39:10 2018 +0000 @@ -33011,7 +35412,7 @@ Date: Fri Nov 9 14:39:10 2018 +0000 web/mrbs_auth.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 3cc3c7c9 +commit 3cc3c7c92 Author: Campbell Morrison Date: Fri Nov 9 11:44:55 2018 +0000 @@ -33020,7 +35421,7 @@ Date: Fri Nov 9 11:44:55 2018 +0000 web/language.inc | 2 ++ 1 file changed, 2 insertions(+) -commit 18f8106e +commit 18f8106ef Author: Campbell Morrison Date: Fri Nov 9 11:15:02 2018 +0000 @@ -33082,7 +35483,7 @@ Date: Fri Nov 9 11:15:02 2018 +0000 web/js/flatpickr/l10n/zh.js | 88 ++++++-------------- 54 files changed, 1512 insertions(+), 3114 deletions(-) -commit 902cbf10 +commit 902cbf101 Author: Campbell Morrison Date: Fri Nov 9 10:34:28 2018 +0000 @@ -33092,7 +35493,7 @@ Date: Fri Nov 9 10:34:28 2018 +0000 web/js/flatpickr/flatpickr.min.js | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) -commit 3b91b3b0 +commit 3b91b3b00 Author: Campbell Morrison Date: Fri Nov 9 10:16:54 2018 +0000 @@ -33105,7 +35506,7 @@ Date: Fri Nov 9 10:16:54 2018 +0000 web/js/flatpickr/l10n/nn.js (new) | 73 +++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+) -commit 565b210d +commit 565b210d4 Author: Campbell Morrison Date: Fri Nov 9 10:04:02 2018 +0000 @@ -33115,7 +35516,7 @@ Date: Fri Nov 9 10:04:02 2018 +0000 web/language.inc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -commit 4bf84662 +commit 4bf846626 Author: Campbell Morrison Date: Thu Nov 8 17:11:05 2018 +0000 @@ -33155,7 +35556,7 @@ Date: Thu Nov 8 17:11:05 2018 +0000 web/language.inc | 10 +++- 32 files changed, 531 insertions(+), 182 deletions(-) -commit c18d725e +commit c18d725ed Author: Campbell Morrison Date: Thu Nov 8 16:17:12 2018 +0000 @@ -33181,14 +35582,14 @@ Date: Thu Nov 8 16:17:12 2018 +0000 web/js/datatables.js.php | 13 +- 18 files changed, 7906 insertions(+), 6754 deletions(-) -commit a9fb8a64 -Merge: d763cd8b ebd417ca +commit a9fb8a64d +Merge: d763cd8bf ebd417ca8 Author: Campbell Morrison Date: Thu Nov 8 10:32:34 2018 +0000 Merge with default -commit ebd417ca +commit ebd417ca8 Author: Campbell Morrison Date: Thu Nov 8 10:29:19 2018 +0000 @@ -33199,7 +35600,7 @@ Date: Thu Nov 8 10:29:19 2018 +0000 web/edit_entry.php | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) -commit d763cd8b +commit d763cd8bf Author: Campbell Morrison Date: Thu Nov 8 10:19:02 2018 +0000 @@ -33208,7 +35609,7 @@ Date: Thu Nov 8 10:19:02 2018 +0000 web/edit_entry.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 8cb9e448 +commit 8cb9e448b Author: Campbell Morrison Date: Thu Nov 8 10:08:52 2018 +0000 @@ -33217,7 +35618,7 @@ Date: Thu Nov 8 10:08:52 2018 +0000 web/edit_entry.php | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) -commit 941deee0 +commit 941deee07 Author: Campbell Morrison Date: Wed Nov 7 16:10:09 2018 +0000 @@ -33227,7 +35628,7 @@ Date: Wed Nov 7 16:10:09 2018 +0000 web/edit_entry.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 7e53a2a2 +commit 7e53a2a27 Author: Campbell Morrison Date: Wed Nov 7 15:56:50 2018 +0000 @@ -33236,7 +35637,7 @@ Date: Wed Nov 7 15:56:50 2018 +0000 web/edit_entry.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 1ebda117 +commit 1ebda1172 Author: Campbell Morrison Date: Wed Nov 7 15:50:42 2018 +0000 @@ -33245,7 +35646,7 @@ Date: Wed Nov 7 15:50:42 2018 +0000 web/css/mrbs.css.php | 3 +++ 1 file changed, 3 insertions(+) -commit 603abe14 +commit 603abe149 Author: Campbell Morrison Date: Wed Nov 7 15:46:01 2018 +0000 @@ -33254,7 +35655,7 @@ Date: Wed Nov 7 15:46:01 2018 +0000 web/lib/MRBS/Form/ElementInputDatalist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a2716786 +commit a2716786a Author: Campbell Morrison Date: Wed Nov 7 15:37:27 2018 +0000 @@ -33263,14 +35664,14 @@ Date: Wed Nov 7 15:37:27 2018 +0000 web/lib/MRBS/Form/ElementInputDatalist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit db0ea5e4 -Merge: b3312131 1d6bb111 +commit db0ea5e48 +Merge: b33121316 1d6bb1115 Author: Campbell Morrison Date: Wed Nov 7 12:07:44 2018 +0000 Merge with default -commit 1d6bb111 +commit 1d6bb1115 Author: Campbell Morrison Date: Wed Nov 7 12:06:30 2018 +0000 @@ -33279,7 +35680,7 @@ Date: Wed Nov 7 12:06:30 2018 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ca4bd15c +commit ca4bd15c7 Author: Campbell Morrison Date: Wed Nov 7 12:04:16 2018 +0000 @@ -33288,7 +35689,7 @@ Date: Wed Nov 7 12:04:16 2018 +0000 web/functions.inc | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) -commit 0c4ba96b +commit 0c4ba96b7 Author: Campbell Morrison Date: Wed Nov 7 11:59:46 2018 +0000 @@ -33298,7 +35699,7 @@ Date: Wed Nov 7 11:59:46 2018 +0000 web/functions.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit b3312131 +commit b33121316 Author: Campbell Morrison Date: Wed Nov 7 11:32:45 2018 +0000 @@ -33311,7 +35712,7 @@ Date: Wed Nov 7 11:32:45 2018 +0000 web/systemdefaults.inc.php | 2 +- 4 files changed, 85 insertions(+), 129 deletions(-) -commit 91d160d5 +commit 91d160d5d Author: Campbell Morrison Date: Tue Nov 6 16:28:37 2018 +0000 @@ -33321,7 +35722,7 @@ Date: Tue Nov 6 16:28:37 2018 +0000 web/systemdefaults.inc.php | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) -commit c9192da4 +commit c9192da44 Author: Campbell Morrison Date: Sun Nov 4 16:22:02 2018 +0000 @@ -33347,7 +35748,7 @@ Date: Sun Nov 4 16:22:02 2018 +0000 web/js/search.js.php | 11 ++--- 16 files changed, 114 insertions(+), 185 deletions(-) -commit b22098c3 +commit b22098c34 Author: Campbell Morrison Date: Sat Nov 3 17:31:53 2018 +0000 @@ -33356,7 +35757,7 @@ Date: Sat Nov 3 17:31:53 2018 +0000 web/edit_users.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 7bdd0989 +commit 7bdd09893 Author: Campbell Morrison Date: Sat Nov 3 12:01:20 2018 +0000 @@ -33371,7 +35772,7 @@ Date: Sat Nov 3 12:01:20 2018 +0000 web/session/functions_session.inc | 32 ++++++++++++++++++++++++----- 3 files changed, 31 insertions(+), 8 deletions(-) -commit f52ed17d +commit f52ed17d6 Author: Campbell Morrison Date: Sat Nov 3 10:41:08 2018 +0000 @@ -33380,7 +35781,7 @@ Date: Sat Nov 3 10:41:08 2018 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ef4b83c5 +commit ef4b83c50 Author: Campbell Morrison Date: Sat Nov 3 10:12:18 2018 +0000 @@ -33389,7 +35790,7 @@ Date: Sat Nov 3 10:12:18 2018 +0000 web/edit_users.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) -commit fdb66145 +commit fdb66145e Author: Campbell Morrison Date: Fri Nov 2 18:40:25 2018 +0000 @@ -33400,7 +35801,7 @@ Date: Fri Nov 2 18:40:25 2018 +0000 web/mrbs_sql.inc | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) -commit 1f42a763 +commit 1f42a7639 Author: Campbell Morrison Date: Fri Nov 2 18:33:58 2018 +0000 @@ -33409,7 +35810,7 @@ Date: Fri Nov 2 18:33:58 2018 +0000 web/mrbs_auth.inc | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) -commit c222ff85 +commit c222ff850 Author: Campbell Morrison Date: Fri Nov 2 18:28:57 2018 +0000 @@ -33424,7 +35825,7 @@ Date: Fri Nov 2 18:28:57 2018 +0000 web/view_entry.php | 2 +- 7 files changed, 15 insertions(+), 20 deletions(-) -commit c9ad1560 +commit c9ad15602 Author: Campbell Morrison Date: Fri Nov 2 17:58:04 2018 +0000 @@ -33434,7 +35835,7 @@ Date: Fri Nov 2 17:58:04 2018 +0000 web/mrbs_auth.inc | 30 ------------------------------ 2 files changed, 6 insertions(+), 34 deletions(-) -commit f4aeff1f +commit f4aeff1f0 Author: Campbell Morrison Date: Fri Nov 2 17:41:20 2018 +0000 @@ -33445,7 +35846,7 @@ Date: Fri Nov 2 17:41:20 2018 +0000 web/mrbs_auth.inc | 12 +++++++++++- 2 files changed, 21 insertions(+), 11 deletions(-) -commit 21bebed5 +commit 21bebed53 Author: Campbell Morrison Date: Fri Nov 2 17:25:42 2018 +0000 @@ -33454,7 +35855,7 @@ Date: Fri Nov 2 17:25:42 2018 +0000 web/ajax/del_entry.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) -commit 22eb5db7 +commit 22eb5db7d Author: Campbell Morrison Date: Fri Nov 2 17:24:49 2018 +0000 @@ -33463,7 +35864,7 @@ Date: Fri Nov 2 17:24:49 2018 +0000 web/js.inc | 1 - 1 file changed, 1 deletion(-) -commit c100fe24 +commit c100fe246 Author: Campbell Morrison Date: Fri Nov 2 16:58:09 2018 +0000 @@ -33481,7 +35882,7 @@ Date: Fri Nov 2 16:58:09 2018 +0000 web/view_entry.php | 2 +- 8 files changed, 17 insertions(+), 16 deletions(-) -commit 8a7fb38f +commit 8a7fb38f7 Author: Campbell Morrison Date: Fri Nov 2 16:43:33 2018 +0000 @@ -33497,7 +35898,7 @@ Date: Fri Nov 2 16:43:33 2018 +0000 web/view_entry.php | 2 +- 8 files changed, 16 insertions(+), 14 deletions(-) -commit ca58aa5d +commit ca58aa5d2 Author: Campbell Morrison Date: Fri Nov 2 16:12:31 2018 +0000 @@ -33517,7 +35918,7 @@ Date: Fri Nov 2 16:12:31 2018 +0000 web/view_entry.php | 5 ++--- 12 files changed, 62 insertions(+), 82 deletions(-) -commit 84a97d55 +commit 84a97d55d Author: Campbell Morrison Date: Fri Nov 2 14:56:14 2018 +0000 @@ -33527,7 +35928,7 @@ Date: Fri Nov 2 14:56:14 2018 +0000 web/js/set_class.js.php | 4 +--- 2 files changed, 3 insertions(+), 8 deletions(-) -commit 48a5bd64 +commit 48a5bd642 Author: Campbell Morrison Date: Fri Nov 2 14:46:58 2018 +0000 @@ -33537,7 +35938,7 @@ Date: Fri Nov 2 14:46:58 2018 +0000 web/js/set_class.js.php (new) | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) -commit 76fca853 +commit 76fca8538 Author: Campbell Morrison Date: Fri Oct 26 20:37:10 2018 +0100 @@ -33546,7 +35947,7 @@ Date: Fri Oct 26 20:37:10 2018 +0100 web/css/mrbs.css.php | 2 ++ 1 file changed, 2 insertions(+) -commit 3ab767e2 +commit 3ab767e2c Author: Campbell Morrison Date: Fri Oct 26 18:32:23 2018 +0100 @@ -33555,7 +35956,7 @@ Date: Fri Oct 26 18:32:23 2018 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b9824404 +commit b98244041 Author: Campbell Morrison Date: Fri Oct 26 16:39:44 2018 +0100 @@ -33565,7 +35966,7 @@ Date: Fri Oct 26 16:39:44 2018 +0100 web/css/mrbs.css.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -commit 1b2de229 +commit 1b2de229e Author: Campbell Morrison Date: Fri Oct 26 15:01:08 2018 +0100 @@ -33574,7 +35975,7 @@ Date: Fri Oct 26 15:01:08 2018 +0100 web/Themes/default/styling.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit da20fb1c +commit da20fb1c9 Author: Campbell Morrison Date: Fri Oct 26 14:57:24 2018 +0100 @@ -33583,7 +35984,7 @@ Date: Fri Oct 26 14:57:24 2018 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d7939d9d +commit d7939d9d3 Author: Campbell Morrison Date: Fri Oct 26 14:56:07 2018 +0100 @@ -33593,7 +35994,7 @@ Date: Fri Oct 26 14:56:07 2018 +0100 web/css/mrbs.css.php | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) -commit 10fd309a +commit 10fd309a7 Author: Campbell Morrison Date: Fri Oct 26 14:36:07 2018 +0100 @@ -33604,7 +36005,7 @@ Date: Fri Oct 26 14:36:07 2018 +0100 web/css/mrbs.css.php | 8 ++++---- 3 files changed, 16 insertions(+), 4 deletions(-) -commit c1f53719 +commit c1f537190 Author: Campbell Morrison Date: Wed Oct 24 17:12:05 2018 +0100 @@ -33613,7 +36014,7 @@ Date: Wed Oct 24 17:12:05 2018 +0100 web/js.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 213dc76d +commit 213dc76da Author: Campbell Morrison Date: Wed Oct 24 12:27:03 2018 +0100 @@ -33622,7 +36023,7 @@ Date: Wed Oct 24 12:27:03 2018 +0100 web/css/mrbs.css.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 667cedd2 +commit 667cedd29 Author: Campbell Morrison Date: Wed Oct 24 12:17:10 2018 +0100 @@ -33632,7 +36033,7 @@ Date: Wed Oct 24 12:17:10 2018 +0100 web/css/mrbs.css.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -commit ce292e45 +commit ce292e454 Author: Campbell Morrison Date: Sat Oct 20 18:36:00 2018 +0100 @@ -33641,14 +36042,14 @@ Date: Sat Oct 20 18:36:00 2018 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 31fa5e2a -Merge: e28bb505 d986dc25 +commit 31fa5e2a3 +Merge: e28bb5051 d986dc257 Author: Campbell Morrison Date: Sat Oct 20 16:13:46 2018 +0100 Merge with default -commit d986dc25 +commit d986dc257 Author: Campbell Morrison Date: Sat Oct 20 16:12:20 2018 +0100 @@ -33657,14 +36058,14 @@ Date: Sat Oct 20 16:12:20 2018 +0100 web/language.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit e28bb505 -Merge: 7a47b9f7 6594b607 +commit e28bb5051 +Merge: 7a47b9f78 6594b607a Author: Campbell Morrison Date: Sat Oct 20 15:58:17 2018 +0100 Merge with default -commit 6594b607 +commit 6594b607a Author: Campbell Morrison Date: Sat Oct 20 15:56:03 2018 +0100 @@ -33676,7 +36077,7 @@ Date: Sat Oct 20 15:56:03 2018 +0100 web/language.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -commit 7a47b9f7 +commit 7a47b9f78 Author: Campbell Morrison Date: Sat Oct 20 15:10:41 2018 +0100 @@ -33686,14 +36087,14 @@ Date: Sat Oct 20 15:10:41 2018 +0100 web/lib/MRBS/System.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) -commit 279e20dd -Merge: b4f93dd2 c007b842 +commit 279e20dd2 +Merge: b4f93dd25 c007b8426 Author: Campbell Morrison Date: Sat Oct 20 11:43:52 2018 +0100 Merge with default -commit c007b842 +commit c007b8426 Author: Campbell Morrison Date: Sat Oct 20 11:09:43 2018 +0100 @@ -33702,7 +36103,7 @@ Date: Sat Oct 20 11:09:43 2018 +0100 web/search.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit b4f93dd2 +commit b4f93dd25 Author: Campbell Morrison Date: Sat Oct 20 10:16:48 2018 +0100 @@ -33711,14 +36112,14 @@ Date: Sat Oct 20 10:16:48 2018 +0100 web/search.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 0687bdce -Merge: 7a281f22 72db3dca +commit 0687bdce4 +Merge: 7a281f222 72db3dca1 Author: Campbell Morrison Date: Sat Oct 20 10:03:29 2018 +0100 Merge with default -commit 72db3dca +commit 72db3dca1 Author: Campbell Morrison Date: Sat Oct 20 10:01:00 2018 +0100 @@ -33728,14 +36129,14 @@ Date: Sat Oct 20 10:01:00 2018 +0100 web/search.php | 26 +++++++++++++++++--------- 2 files changed, 26 insertions(+), 12 deletions(-) -commit 7a281f22 -Merge: 50b86289 453c8b8e +commit 7a281f222 +Merge: 50b862899 453c8b8e0 Author: Campbell Morrison Date: Fri Oct 19 16:13:01 2018 +0100 Merge with default -commit 453c8b8e +commit 453c8b8e0 Author: Campbell Morrison Date: Fri Oct 19 16:11:23 2018 +0100 @@ -33745,7 +36146,7 @@ Date: Fri Oct 19 16:11:23 2018 +0100 web/mrbs_sql.inc | 1 + 1 file changed, 1 insertion(+) -commit 4cb0ff61 +commit 4cb0ff610 Author: Campbell Morrison Date: Fri Oct 19 15:09:54 2018 +0100 @@ -33754,14 +36155,14 @@ Date: Fri Oct 19 15:09:54 2018 +0100 UPGRADE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 50b86289 -Merge: b75810f5 3b9b0a21 +commit 50b862899 +Merge: b75810f5f 3b9b0a210 Author: Campbell Morrison Date: Fri Oct 19 14:34:23 2018 +0100 Merge with default -commit 3b9b0a21 +commit 3b9b0a210 Author: Campbell Morrison Date: Fri Oct 19 14:33:11 2018 +0100 @@ -33771,14 +36172,14 @@ Date: Fri Oct 19 14:33:11 2018 +0100 web/js/edit_area.js.php | 7 ++++++- 2 files changed, 13 insertions(+), 3 deletions(-) -commit b75810f5 -Merge: 4d528761 2052db81 +commit b75810f5f +Merge: 4d5287618 2052db817 Author: Campbell Morrison Date: Fri Oct 19 12:12:48 2018 +0100 Merge with default -commit 2052db81 +commit 2052db817 Author: Campbell Morrison Date: Fri Oct 19 12:11:07 2018 +0100 @@ -33787,7 +36188,7 @@ Date: Fri Oct 19 12:11:07 2018 +0100 web/view_entry.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) -commit f4374459 +commit f43744595 Author: Campbell Morrison Date: Fri Oct 19 11:49:06 2018 +0100 @@ -33797,14 +36198,14 @@ Date: Fri Oct 19 11:49:06 2018 +0100 web/pending.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 4d528761 -Merge: 88bf8c34 35913076 +commit 4d5287618 +Merge: 88bf8c342 35913076f Author: Campbell Morrison Date: Sat Oct 13 15:50:08 2018 +0100 Merge with default -commit 35913076 +commit 35913076f Author: Campbell Morrison Date: Sat Oct 13 15:49:10 2018 +0100 @@ -33816,7 +36217,7 @@ Date: Sat Oct 13 15:49:10 2018 +0100 web/systemdefaults.inc.php | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) -commit d3f33319 +commit d3f33319a Author: Campbell Morrison Date: Sat Oct 13 15:35:49 2018 +0100 @@ -33827,7 +36228,7 @@ Date: Sat Oct 13 15:35:49 2018 +0100 web/systemdefaults.inc.php | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) -commit 88bf8c34 +commit 88bf8c342 Author: Campbell Morrison Date: Sat Oct 13 14:56:37 2018 +0100 @@ -33836,7 +36237,7 @@ Date: Sat Oct 13 14:56:37 2018 +0100 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit bec9dc4e +commit bec9dc4ed Author: Campbell Morrison Date: Sat Oct 13 14:48:22 2018 +0100 @@ -33845,7 +36246,7 @@ Date: Sat Oct 13 14:48:22 2018 +0100 web/view_entry.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) -commit 970cff3e +commit 970cff3ef Author: Campbell Morrison Date: Sat Oct 13 14:20:07 2018 +0100 @@ -33854,7 +36255,7 @@ Date: Sat Oct 13 14:20:07 2018 +0100 web/view_entry.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit cf8171aa +commit cf8171aaf Author: Campbell Morrison Date: Sat Oct 13 11:20:59 2018 +0100 @@ -33863,14 +36264,14 @@ Date: Sat Oct 13 11:20:59 2018 +0100 web/view_entry.php | 45 ++++++++------------------------------------ 1 file changed, 8 insertions(+), 37 deletions(-) -commit 56b94c05 -Merge: 9be3f1dd 4b3a9d82 +commit 56b94c059 +Merge: 9be3f1dd1 4b3a9d822 Author: Campbell Morrison Date: Sat Oct 13 11:01:55 2018 +0100 Merge with default -commit 4b3a9d82 +commit 4b3a9d822 Author: Campbell Morrison Date: Sat Oct 13 10:51:16 2018 +0100 @@ -33880,14 +36281,14 @@ Date: Sat Oct 13 10:51:16 2018 +0100 web/view_entry.php | 53 ++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 27 deletions(-) -commit 9be3f1dd -Merge: d815cf81 12571ab4 +commit 9be3f1dd1 +Merge: d815cf816 12571ab45 Author: Campbell Morrison Date: Mon Sep 24 14:03:54 2018 +0100 Merge with default -commit 12571ab4 +commit 12571ab45 Author: Campbell Morrison Date: Mon Sep 24 12:54:38 2018 +0100 @@ -33898,7 +36299,7 @@ Date: Mon Sep 24 12:54:38 2018 +0100 web/lib/MRBS/Form/Field.php | 12 ++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) -commit d815cf81 +commit d815cf816 Author: Campbell Morrison Date: Sat Sep 22 16:41:09 2018 +0100 @@ -33907,14 +36308,14 @@ Date: Sat Sep 22 16:41:09 2018 +0100 web/language.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 53932af8 -Merge: b5de890e e7f3b612 +commit 53932af8a +Merge: b5de890ee e7f3b6124 Author: Campbell Morrison Date: Tue Sep 18 16:54:19 2018 +0100 Merge with default -commit e7f3b612 +commit e7f3b6124 Author: Campbell Morrison Date: Tue Sep 18 16:06:59 2018 +0100 @@ -33971,7 +36372,7 @@ Date: Tue Sep 18 16:06:59 2018 +0100 web/lib/phpCAS.php | 2024 +--- 49 files changed, 12131 insertions(+), 12060 deletions(-) -commit d44224ae +commit d44224ae7 Author: Campbell Morrison Date: Thu Sep 6 12:43:09 2018 +0100 @@ -33980,7 +36381,7 @@ Date: Thu Sep 6 12:43:09 2018 +0100 web/lib/MRBS/Form/Element.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ad98d951 +commit ad98d951e Author: Campbell Morrison Date: Thu Sep 6 12:31:05 2018 +0100 @@ -33991,7 +36392,7 @@ Date: Thu Sep 6 12:31:05 2018 +0100 web/lib/MRBS/Form/Element.php | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) -commit b5de890e +commit b5de890ee Author: Campbell Morrison Date: Sat Sep 1 15:21:33 2018 +0100 @@ -34000,7 +36401,7 @@ Date: Sat Sep 1 15:21:33 2018 +0100 web/functions_error.inc | 40 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) -commit e8881ac7 +commit e8881ac70 Author: Campbell Morrison Date: Sat Sep 1 14:55:15 2018 +0100 @@ -34009,14 +36410,14 @@ Date: Sat Sep 1 14:55:15 2018 +0100 web/functions_error.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 8c1f6dff -Merge: c8de3939 ad3a3c76 +commit 8c1f6dffc +Merge: c8de39394 ad3a3c764 Author: Campbell Morrison Date: Sat Sep 1 14:45:35 2018 +0100 Merge with default -commit ad3a3c76 +commit ad3a3c764 Author: Campbell Morrison Date: Sat Sep 1 14:43:48 2018 +0100 @@ -34033,7 +36434,7 @@ Date: Sat Sep 1 14:43:48 2018 +0100 web/session/session_wordpress.inc | 34 +++++++++++---------------- 7 files changed, 67 insertions(+), 118 deletions(-) -commit e59bc6da +commit e59bc6da2 Author: Campbell Morrison Date: Fri Aug 31 18:57:23 2018 +0100 @@ -34042,7 +36443,7 @@ Date: Fri Aug 31 18:57:23 2018 +0100 web/auth/auth_db_ext.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c8de3939 +commit c8de39394 Author: Campbell Morrison Date: Fri Aug 31 16:47:47 2018 +0100 @@ -34051,14 +36452,14 @@ Date: Fri Aug 31 16:47:47 2018 +0100 web/functions_error.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit fc144820 -Merge: ca51ee30 ddb65a58 +commit fc1448205 +Merge: ca51ee309 ddb65a587 Author: Campbell Morrison Date: Fri Aug 31 16:40:50 2018 +0100 Merge with default -commit ddb65a58 +commit ddb65a587 Author: Campbell Morrison Date: Fri Aug 31 14:32:27 2018 +0100 @@ -34068,7 +36469,7 @@ Date: Fri Aug 31 14:32:27 2018 +0100 web/auth/auth_db_ext.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 053dddb0 +commit 053dddb06 Author: Campbell Morrison Date: Fri Aug 31 14:25:12 2018 +0100 @@ -34077,7 +36478,7 @@ Date: Fri Aug 31 14:25:12 2018 +0100 web/auth/auth_db_ext.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ca51ee30 +commit ca51ee309 Author: Campbell Morrison Date: Thu Aug 30 20:55:01 2018 +0100 @@ -34086,7 +36487,7 @@ Date: Thu Aug 30 20:55:01 2018 +0100 web/functions_error.inc | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) -commit 642dbd50 +commit 642dbd50b Author: Campbell Morrison Date: Thu Aug 30 19:24:13 2018 +0100 @@ -34095,7 +36496,7 @@ Date: Thu Aug 30 19:24:13 2018 +0100 web/language.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit b56afa80 +commit b56afa809 Author: Campbell Morrison Date: Thu Aug 30 17:18:26 2018 +0100 @@ -34104,7 +36505,7 @@ Date: Thu Aug 30 17:18:26 2018 +0100 web/edit_entry_handler.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) -commit 268176b5 +commit 268176b56 Author: Campbell Morrison Date: Thu Aug 30 17:17:26 2018 +0100 @@ -34113,7 +36514,7 @@ Date: Thu Aug 30 17:17:26 2018 +0100 web/language.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit e2efd82b +commit e2efd82b4 Author: Campbell Morrison Date: Thu Aug 30 16:29:15 2018 +0100 @@ -34126,7 +36527,7 @@ Date: Thu Aug 30 16:29:15 2018 +0100 web/js/resizable.js.php | 7 +---- 5 files changed, 2 insertions(+), 55 deletions(-) -commit b776c688 +commit b776c688a Author: Campbell Morrison Date: Thu Aug 30 16:05:16 2018 +0100 @@ -34135,7 +36536,7 @@ Date: Thu Aug 30 16:05:16 2018 +0100 web/js.inc | 1 + 1 file changed, 1 insertion(+) -commit 9421113d +commit 9421113d5 Author: Campbell Morrison Date: Wed Aug 29 22:10:19 2018 +0100 @@ -34144,14 +36545,14 @@ Date: Wed Aug 29 22:10:19 2018 +0100 web/js.inc | 5 ----- 1 file changed, 5 deletions(-) -commit 8fb744a4 -Merge: 791d02d6 c3f53f8d +commit 8fb744a4d +Merge: 791d02d65 c3f53f8d9 Author: Campbell Morrison Date: Wed Aug 29 22:06:10 2018 +0100 Merge with default -commit c3f53f8d +commit c3f53f8d9 Author: Campbell Morrison Date: Wed Aug 29 21:54:06 2018 +0100 @@ -34166,14 +36567,14 @@ Date: Wed Aug 29 21:54:06 2018 +0100 web/js/resizable.js.php | 27 ++--- 6 files changed, 152 insertions(+), 166 deletions(-) -commit 791d02d6 -Merge: 4360e9e6 e1b56700 +commit 791d02d65 +Merge: 4360e9e62 e1b567008 Author: Campbell Morrison Date: Wed Aug 29 18:37:50 2018 +0100 Merge with default -commit e1b56700 +commit e1b567008 Author: Campbell Morrison Date: Wed Aug 29 18:36:33 2018 +0100 @@ -34183,14 +36584,14 @@ Date: Wed Aug 29 18:36:33 2018 +0100 web/js/edit_entry.js.php | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) -commit 4360e9e6 -Merge: 191becf4 e516d759 +commit 4360e9e62 +Merge: 191becf45 e516d7598 Author: Campbell Morrison Date: Tue Aug 28 20:42:57 2018 +0100 Merge with default -commit e516d759 +commit e516d7598 Author: Campbell Morrison Date: Tue Aug 28 20:30:44 2018 +0100 @@ -34199,14 +36600,14 @@ Date: Tue Aug 28 20:30:44 2018 +0100 INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 191becf4 -Merge: c2329886 f90070c5 +commit 191becf45 +Merge: c23298861 f90070c52 Author: Campbell Morrison Date: Tue Aug 28 16:20:58 2018 +0100 Merge with default -commit f90070c5 +commit f90070c52 Author: Campbell Morrison Date: Tue Aug 28 16:18:17 2018 +0100 @@ -34216,7 +36617,7 @@ Date: Tue Aug 28 16:18:17 2018 +0100 web/js/datepicker.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1fe7c9dc +commit 1fe7c9dcd Author: Campbell Morrison Date: Mon Aug 27 21:38:29 2018 +0100 @@ -34225,7 +36626,7 @@ Date: Mon Aug 27 21:38:29 2018 +0100 web/systemdefaults.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 0da2a518 +commit 0da2a5189 Author: Campbell Morrison Date: Mon Aug 27 17:42:42 2018 +0100 @@ -34234,14 +36635,14 @@ Date: Mon Aug 27 17:42:42 2018 +0100 web/init.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c2329886 -Merge: 449dc2d6 402fe54d +commit c23298861 +Merge: 449dc2d62 402fe54d6 Author: Campbell Morrison Date: Sun Aug 26 13:41:04 2018 +0100 Merge with default -commit 402fe54d +commit 402fe54d6 Author: Campbell Morrison Date: Sun Aug 26 13:40:18 2018 +0100 @@ -34250,7 +36651,7 @@ Date: Sun Aug 26 13:40:18 2018 +0100 web/init.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 1012b243 +commit 1012b2435 Author: Campbell Morrison Date: Fri Aug 24 17:52:07 2018 +0100 @@ -34264,7 +36665,7 @@ Date: Fri Aug 24 17:52:07 2018 +0100 web/upgrade/57/pgsql.sql (new) | 4 ++++ 5 files changed, 13 insertions(+), 5 deletions(-) -commit 449dc2d6 +commit 449dc2d62 Author: Campbell Morrison Date: Fri Aug 24 17:09:18 2018 +0100 @@ -34282,7 +36683,7 @@ Date: Fri Aug 24 17:09:18 2018 +0100 web/upgrade.inc | 4 --- 10 files changed, 102 insertions(+), 110 deletions(-) -commit 6312e323 +commit 6312e3232 Author: Campbell Morrison Date: Tue Aug 21 16:16:31 2018 +0100 @@ -34292,7 +36693,7 @@ Date: Tue Aug 21 16:16:31 2018 +0100 web/css/mrbs.css.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit 3540d61d +commit 3540d61d0 Author: Campbell Morrison Date: Mon Aug 20 16:00:25 2018 +0100 @@ -34301,7 +36702,7 @@ Date: Mon Aug 20 16:00:25 2018 +0100 web/Themes/default/header.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit ab2ff911 +commit ab2ff9114 Author: Campbell Morrison Date: Mon Aug 20 14:33:35 2018 +0100 @@ -34313,7 +36714,7 @@ Date: Mon Aug 20 14:33:35 2018 +0100 web/mrbs_auth.inc | 1 - 4 files changed, 525 deletions(-) -commit 5c91c6c6 +commit 5c91c6c65 Author: Campbell Morrison Date: Fri Aug 17 14:48:41 2018 +0100 @@ -34322,7 +36723,7 @@ Date: Fri Aug 17 14:48:41 2018 +0100 web/internalconfig.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c1e86615 +commit c1e86615a Author: Campbell Morrison Date: Fri Aug 17 14:47:55 2018 +0100 @@ -34331,7 +36732,7 @@ Date: Fri Aug 17 14:47:55 2018 +0100 web/internalconfig.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit 165d12f5 +commit 165d12f55 Author: Campbell Morrison Date: Fri Aug 17 14:44:01 2018 +0100 @@ -34340,7 +36741,7 @@ Date: Fri Aug 17 14:44:01 2018 +0100 web/internalconfig.inc.php | 7 ------- 1 file changed, 7 deletions(-) -commit 92f59e3f +commit 92f59e3f8 Author: Campbell Morrison Date: Fri Aug 17 14:31:05 2018 +0100 @@ -34350,7 +36751,7 @@ Date: Fri Aug 17 14:31:05 2018 +0100 web/internalconfig.inc.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -commit bc938f32 +commit bc938f32f Author: Campbell Morrison Date: Fri Aug 17 14:26:20 2018 +0100 @@ -34359,7 +36760,7 @@ Date: Fri Aug 17 14:26:20 2018 +0100 web/internalconfig.inc.php | 14 -------------- 1 file changed, 14 deletions(-) -commit 9920c46f +commit 9920c46f3 Author: Campbell Morrison Date: Fri Aug 17 14:20:46 2018 +0100 @@ -34372,7 +36773,7 @@ Date: Fri Aug 17 14:20:46 2018 +0100 web/systemdefaults.inc.php | 11 +++++++++++ 5 files changed, 30 insertions(+), 14 deletions(-) -commit 84fe1c08 +commit 84fe1c085 Author: Campbell Morrison Date: Fri Aug 17 13:45:41 2018 +0100 @@ -34382,14 +36783,14 @@ Date: Fri Aug 17 13:45:41 2018 +0100 web/internalconfig.inc.php | 17 ----------------- 2 files changed, 25 insertions(+), 17 deletions(-) -commit a7046ff0 -Merge: 1016a2ab adb18b5d +commit a7046ff09 +Merge: 1016a2ab3 adb18b5dd Author: Campbell Morrison Date: Fri Aug 17 13:15:42 2018 +0100 Merge with default -commit adb18b5d +commit adb18b5dd Author: Campbell Morrison Date: Fri Aug 17 13:12:14 2018 +0100 @@ -34398,7 +36799,7 @@ Date: Fri Aug 17 13:12:14 2018 +0100 help_report.html | 134 +++++++++++++++++++++++---------------------- 1 file changed, 70 insertions(+), 64 deletions(-) -commit 1016a2ab +commit 1016a2ab3 Author: Campbell Morrison Date: Wed Aug 15 16:35:54 2018 +0100 @@ -34407,7 +36808,7 @@ Date: Wed Aug 15 16:35:54 2018 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 757ecfb0 +commit 757ecfb09 Author: Campbell Morrison Date: Wed Aug 15 15:35:49 2018 +0100 @@ -34417,7 +36818,7 @@ Date: Wed Aug 15 15:35:49 2018 +0100 web/lib/MRBS/System.php | 90 ++++++++++++++++++++++++++++++++------- 1 file changed, 74 insertions(+), 16 deletions(-) -commit 019f5518 +commit 019f55187 Author: Campbell Morrison Date: Wed Aug 15 12:02:45 2018 +0100 @@ -34426,14 +36827,14 @@ Date: Wed Aug 15 12:02:45 2018 +0100 web/language.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit fbd31dd2 -Merge: 08e5984d e9907176 +commit fbd31dd2f +Merge: 08e5984de e99071767 Author: Campbell Morrison Date: Wed Aug 15 12:00:26 2018 +0100 Merge with default -commit e9907176 +commit e99071767 Author: Campbell Morrison Date: Wed Aug 15 10:50:35 2018 +0100 @@ -34443,7 +36844,7 @@ Date: Wed Aug 15 10:50:35 2018 +0100 web/language.inc | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) -commit 08e5984d +commit 08e5984de Author: Campbell Morrison Date: Tue Aug 14 16:08:46 2018 +0100 @@ -34455,7 +36856,7 @@ Date: Tue Aug 14 16:08:46 2018 +0100 web/css/mrbs.css.php | 384 +++++++++++++++++++++++++++-------- 4 files changed, 380 insertions(+), 105 deletions(-) -commit 052e2729 +commit 052e27293 Author: Campbell Morrison Date: Tue Aug 14 14:49:44 2018 +0100 @@ -34465,7 +36866,7 @@ Date: Tue Aug 14 14:49:44 2018 +0100 web/css/mrbs.css.php | 11 ++++------- 2 files changed, 5 insertions(+), 9 deletions(-) -commit fc0ca8f6 +commit fc0ca8f6c Author: Campbell Morrison Date: Tue Aug 14 14:41:46 2018 +0100 @@ -34474,7 +36875,7 @@ Date: Tue Aug 14 14:41:46 2018 +0100 web/css/mrbs.css.php | 133 ++++++++++++++++++++++++++++------------- 1 file changed, 91 insertions(+), 42 deletions(-) -commit 74d4a1cd +commit 74d4a1cd0 Author: Campbell Morrison Date: Thu Aug 2 14:33:18 2018 +0100 @@ -34483,14 +36884,14 @@ Date: Thu Aug 2 14:33:18 2018 +0100 web/lib/Locale.php | 140 ------------------------------------------- 1 file changed, 140 deletions(-) -commit 79b88681 -Merge: 286a100c cdad1f7d +commit 79b88681a +Merge: 286a100cc cdad1f7d3 Author: Campbell Morrison Date: Thu Aug 2 09:19:06 2018 +0100 Merge with default -commit cdad1f7d +commit cdad1f7d3 Author: Campbell Morrison Date: Thu Aug 2 09:06:57 2018 +0100 @@ -34499,7 +36900,7 @@ Date: Thu Aug 2 09:06:57 2018 +0100 web/auth/auth_pop3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 04c6ccae +commit 04c6ccae2 Author: John Beranek Date: Wed Aug 1 18:28:30 2018 +0100 @@ -34512,14 +36913,14 @@ Date: Wed Aug 1 18:28:30 2018 +0100 web/PEAR.php | 2226 +++++++++++++-------------- 5 files changed, 6014 insertions(+), 6014 deletions(-) -commit 286a100c -Merge: ee546da4 41177627 +commit 286a100cc +Merge: ee546da43 411776273 Author: Campbell Morrison Date: Wed Aug 1 12:36:45 2018 +0100 Merge with default -commit 41177627 +commit 411776273 Author: Campbell Morrison Date: Wed Aug 1 12:05:50 2018 +0100 @@ -34528,7 +36929,7 @@ Date: Wed Aug 1 12:05:50 2018 +0100 web/Net/Socket.php | 1194 ++++++++++++++++++++++++++---------------- 1 file changed, 738 insertions(+), 456 deletions(-) -commit 63df4c63 +commit 63df4c635 Author: Campbell Morrison Date: Wed Aug 1 12:01:55 2018 +0100 @@ -34537,7 +36938,7 @@ Date: Wed Aug 1 12:01:55 2018 +0100 web/Net/SMTP.php | 2493 ++++++++++++++++++++++---------------------- 1 file changed, 1275 insertions(+), 1218 deletions(-) -commit e96a80b4 +commit e96a80b48 Author: Campbell Morrison Date: Wed Aug 1 11:57:08 2018 +0100 @@ -34546,7 +36947,7 @@ Date: Wed Aug 1 11:57:08 2018 +0100 web/PEAR.php | 2207 ++++++++++++++++++++++++------------------------ 1 file changed, 1113 insertions(+), 1094 deletions(-) -commit 577dcee5 +commit 577dcee54 Author: Campbell Morrison Date: Wed Aug 1 11:44:42 2018 +0100 @@ -34557,7 +36958,7 @@ Date: Wed Aug 1 11:44:42 2018 +0100 web/Mail/mimePart.php | 2525 +++++++++++++++--------------- 2 files changed, 2888 insertions(+), 2875 deletions(-) -commit ce7cf2df +commit ce7cf2df0 Author: Campbell Morrison Date: Wed Aug 1 11:35:47 2018 +0100 @@ -34566,14 +36967,14 @@ Date: Wed Aug 1 11:35:47 2018 +0100 web/auth/auth_imap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ee546da4 -Merge: 634834ec 63fe3f31 +commit ee546da43 +Merge: 634834eca 63fe3f316 Author: Campbell Morrison Date: Sat Jul 21 08:38:19 2018 +0100 Merge with default -commit 63fe3f31 +commit 63fe3f316 Author: Campbell Morrison Date: Sat Jul 21 08:37:14 2018 +0100 @@ -34583,7 +36984,7 @@ Date: Sat Jul 21 08:37:14 2018 +0100 web/edit_entry.php | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) -commit 634834ec +commit 634834eca Author: Campbell Morrison Date: Fri Jul 20 18:34:41 2018 +0100 @@ -34593,14 +36994,14 @@ Date: Fri Jul 20 18:34:41 2018 +0100 web/internalconfig.inc.php | 26 ++++++++++--------- 2 files changed, 41 insertions(+), 35 deletions(-) -commit 3d79407f -Merge: 1e62d97a 7cf127b7 +commit 3d79407fc +Merge: 1e62d97a4 7cf127b7e Author: Campbell Morrison Date: Fri Jul 20 18:07:58 2018 +0100 Merge with default -commit 7cf127b7 +commit 7cf127b7e Author: Campbell Morrison Date: Fri Jul 20 18:03:19 2018 +0100 @@ -34621,7 +37022,7 @@ Date: Fri Jul 20 18:03:19 2018 +0100 web/view_entry.php | 14 +++---- 11 files changed, 177 insertions(+), 87 deletions(-) -commit 3f32b553 +commit 3f32b553b Author: Campbell Morrison Date: Fri Jul 20 12:05:39 2018 +0100 @@ -34636,7 +37037,7 @@ Date: Fri Jul 20 12:05:39 2018 +0100 web/systemdefaults.inc.php | 9 ++++----- 3 files changed, 30 insertions(+), 11 deletions(-) -commit 744b36e7 +commit 744b36e78 Author: Campbell Morrison Date: Fri Jul 20 11:35:38 2018 +0100 @@ -34647,7 +37048,7 @@ Date: Fri Jul 20 11:35:38 2018 +0100 web/functions_view.inc | 7 +++++++ 2 files changed, 14 insertions(+) -commit 1665df49 +commit 1665df497 Author: Campbell Morrison Date: Fri Jul 20 11:11:17 2018 +0100 @@ -34661,7 +37062,7 @@ Date: Fri Jul 20 11:11:17 2018 +0100 web/systemdefaults.inc.php | 4 ++-- 3 files changed, 25 insertions(+), 9 deletions(-) -commit 1e62d97a +commit 1e62d97a4 Author: Campbell Morrison Date: Tue Jul 17 12:47:42 2018 +0100 @@ -34670,7 +37071,7 @@ Date: Tue Jul 17 12:47:42 2018 +0100 web/functions_table.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 6f91cdb2 +commit 6f91cdb22 Author: Campbell Morrison Date: Tue Jul 17 12:28:01 2018 +0100 @@ -34679,7 +37080,7 @@ Date: Tue Jul 17 12:28:01 2018 +0100 web/edit_area.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 53016b3b +commit 53016b3b8 Author: Campbell Morrison Date: Tue Jul 17 12:14:16 2018 +0100 @@ -34688,14 +37089,14 @@ Date: Tue Jul 17 12:14:16 2018 +0100 web/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f210d2cf -Merge: b2f4d25c 6e85c98c +commit f210d2cfd +Merge: b2f4d25c8 6e85c98ce Author: Campbell Morrison Date: Sat Jul 14 14:13:23 2018 +0100 Merge with default -commit 6e85c98c +commit 6e85c98ce Author: Campbell Morrison Date: Sat Jul 14 11:19:44 2018 +0100 @@ -34704,7 +37105,7 @@ Date: Sat Jul 14 11:19:44 2018 +0100 web/lib/MRBS/SessionHandlerDb.php | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) -commit d2bf5849 +commit d2bf58493 Author: Campbell Morrison Date: Fri Jul 13 10:45:52 2018 +0100 @@ -34720,7 +37121,7 @@ Date: Fri Jul 13 10:45:52 2018 +0100 web/lib/MRBS/SessionHandlerDb.php | 20 +++++++++++++++++--- 2 files changed, 28 insertions(+), 6 deletions(-) -commit d803d86f +commit d803d86fb Author: Campbell Morrison Date: Thu Jul 12 17:27:53 2018 +0100 @@ -34729,7 +37130,7 @@ Date: Thu Jul 12 17:27:53 2018 +0100 web/lib/MRBS/SessionHandlerDb.php | 40 ++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 6 deletions(-) -commit b3f018e0 +commit b3f018e0b Author: Campbell Morrison Date: Wed Jul 11 16:42:55 2018 +0100 @@ -34738,7 +37139,7 @@ Date: Wed Jul 11 16:42:55 2018 +0100 web/init.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 1824a153 +commit 1824a153d Author: Campbell Morrison Date: Wed Jul 11 10:36:22 2018 +0100 @@ -34747,7 +37148,7 @@ Date: Wed Jul 11 10:36:22 2018 +0100 web/init.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit d70037a1 +commit d70037a11 Author: Campbell Morrison Date: Wed Jul 11 10:29:48 2018 +0100 @@ -34759,7 +37160,7 @@ Date: Wed Jul 11 10:29:48 2018 +0100 web/session/session_joomla.inc | 4 ++-- 4 files changed, 7 insertions(+), 16 deletions(-) -commit 7cf75474 +commit 7cf75474f Author: Campbell Morrison Date: Wed Jul 11 09:33:24 2018 +0100 @@ -34771,7 +37172,7 @@ Date: Wed Jul 11 09:33:24 2018 +0100 web/systemdefaults.inc.php | 2 ++ 4 files changed, 37 insertions(+), 29 deletions(-) -commit a8669cc5 +commit a8669cc5b Author: Campbell Morrison Date: Tue Jul 10 18:27:35 2018 +0100 @@ -34780,14 +37181,14 @@ Date: Tue Jul 10 18:27:35 2018 +0100 web/session/session_joomla.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) -commit 5eca4c0d -Merge: 49c08c3f 91c19813 +commit 5eca4c0df +Merge: 49c08c3fc 91c198137 Author: Campbell Morrison Date: Sun Jul 8 11:14:03 2018 +0100 Merge -commit 49c08c3f +commit 49c08c3fc Author: Campbell Morrison Date: Sun Jul 8 11:12:30 2018 +0100 @@ -34796,7 +37197,7 @@ Date: Sun Jul 8 11:12:30 2018 +0100 web/functions.inc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) -commit 25c0957d +commit 25c0957de Author: Campbell Morrison Date: Sun Jul 8 11:07:05 2018 +0100 @@ -34805,7 +37206,7 @@ Date: Sun Jul 8 11:07:05 2018 +0100 web/functions.inc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -commit 91c19813 +commit 91c198137 Author: John Beranek Date: Thu Jul 5 17:45:43 2018 +0100 @@ -34814,7 +37215,7 @@ Date: Thu Jul 5 17:45:43 2018 +0100 .hgignore | 1 + 1 file changed, 1 insertion(+) -commit 147c47e2 +commit 147c47e25 Author: John Beranek Date: Thu Jul 5 17:44:54 2018 +0100 @@ -34825,14 +37226,14 @@ Date: Thu Jul 5 17:44:54 2018 +0100 ...{config.inc.php => config.inc.php-sample} | 0 3 files changed, 14 insertions(+), 9 deletions(-) -commit b2f4d25c -Merge: aa3869fd 8892c82e +commit b2f4d25c8 +Merge: aa3869fd7 8892c82e1 Author: Campbell Morrison Date: Thu Jul 5 15:44:06 2018 +0100 Merge with default -commit 8892c82e +commit 8892c82e1 Author: Campbell Morrison Date: Thu Jul 5 15:26:23 2018 +0100 @@ -34842,14 +37243,14 @@ Date: Thu Jul 5 15:26:23 2018 +0100 web/systemdefaults.inc.php | 8 ++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) -commit aa3869fd -Merge: 60d05089 89db31e3 +commit aa3869fd7 +Merge: 60d050890 89db31e3e Author: Campbell Morrison Date: Thu Jul 5 06:44:40 2018 +0100 Merge with default -commit 89db31e3 +commit 89db31e3e Author: John Beranek Date: Wed Jul 4 20:13:23 2018 +0100 @@ -34858,7 +37259,7 @@ Date: Wed Jul 4 20:13:23 2018 +0100 .hgignore | 1 + 1 file changed, 1 insertion(+) -commit df312ebb +commit df312ebbe Author: John Beranek Date: Wed Jul 4 20:12:30 2018 +0100 @@ -34868,7 +37269,7 @@ Date: Wed Jul 4 20:12:30 2018 +0100 web/config.inc.php | 125 +------------------------------------------ 2 files changed, 1 insertion(+), 125 deletions(-) -commit d61e423e +commit d61e423e4 Author: John Beranek Date: Wed Jul 4 20:10:26 2018 +0100 @@ -34878,7 +37279,7 @@ Date: Wed Jul 4 20:10:26 2018 +0100 web/config.inc.php | 125 ++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 125 insertions(+), 1 deletion(-) -commit 99619309 +commit 99619309d Author: John Beranek Date: Wed Jul 4 20:02:21 2018 +0100 @@ -34887,14 +37288,14 @@ Date: Wed Jul 4 20:02:21 2018 +0100 .hgignore | 1 + 1 file changed, 1 insertion(+) -commit 60d05089 -Merge: bf9692d6 a57f1082 +commit 60d050890 +Merge: bf9692d62 a57f10822 Author: Campbell Morrison Date: Wed Jul 4 12:07:58 2018 +0100 Merge with default -commit a57f1082 +commit a57f10822 Author: Campbell Morrison Date: Wed Jul 4 12:04:08 2018 +0100 @@ -34903,20 +37304,20 @@ Date: Wed Jul 4 12:04:08 2018 +0100 web/mrbs_auth.inc | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) -commit 0dc9fd62 -Merge: 1aeb13ee c9d18247 +commit 0dc9fd620 +Merge: 1aeb13ee8 c9d182474 Author: Campbell Morrison Date: Wed Jul 4 11:26:59 2018 +0100 Merge with db_sessions -commit c9d18247 (origin/db_sessions) +commit c9d182474 (origin/db_sessions) Author: Campbell Morrison Date: Wed Jul 4 11:26:17 2018 +0100 Close db_sessions branch -commit 1eff02c4 +commit 1eff02c40 Author: Campbell Morrison Date: Wed Jul 4 11:25:49 2018 +0100 @@ -34925,7 +37326,7 @@ Date: Wed Jul 4 11:25:49 2018 +0100 web/init.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit b3b9739f +commit b3b9739fc Author: Campbell Morrison Date: Wed Jul 4 11:02:32 2018 +0100 @@ -34935,7 +37336,7 @@ Date: Wed Jul 4 11:02:32 2018 +0100 web/init.inc | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) -commit 889cfbbe +commit 889cfbbe3 Author: Campbell Morrison Date: Tue Jul 3 11:52:30 2018 +0100 @@ -34944,7 +37345,7 @@ Date: Tue Jul 3 11:52:30 2018 +0100 web/init.inc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) -commit 4e11c42e +commit 4e11c42eb Author: Campbell Morrison Date: Tue Jul 3 11:20:02 2018 +0100 @@ -34954,7 +37355,7 @@ Date: Tue Jul 3 11:20:02 2018 +0100 web/lib/MRBS/SessionHandlerDb.php | 4 +++- 2 files changed, 22 insertions(+), 12 deletions(-) -commit ffcd74a5 +commit ffcd74a5f Author: Campbell Morrison Date: Tue Jul 3 10:16:51 2018 +0100 @@ -34964,7 +37365,7 @@ Date: Tue Jul 3 10:16:51 2018 +0100 web/upgrade/8/pgsql.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit a3d5c0e8 +commit a3d5c0e86 Author: John Beranek Date: Mon Jul 2 19:35:20 2018 +0100 @@ -34976,7 +37377,7 @@ Date: Mon Jul 2 19:35:20 2018 +0100 web/upgrade/56/pgsql.sql | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) -commit e4740815 +commit e47408154 Author: Campbell Morrison Date: Mon Jul 2 15:59:17 2018 +0100 @@ -34986,7 +37387,7 @@ Date: Mon Jul 2 15:59:17 2018 +0100 web/upgrade.inc | 24 ++++++------------------ 2 files changed, 40 insertions(+), 19 deletions(-) -commit 9f0c9bc5 +commit 9f0c9bc54 Author: Campbell Morrison Date: Mon Jul 2 15:11:07 2018 +0100 @@ -34996,7 +37397,7 @@ Date: Mon Jul 2 15:11:07 2018 +0100 web/upgrade.inc | 32 ++++++++++++++------------------ 2 files changed, 18 insertions(+), 20 deletions(-) -commit ce5fb400 +commit ce5fb4003 Author: Campbell Morrison Date: Mon Jul 2 14:49:24 2018 +0100 @@ -35005,7 +37406,7 @@ Date: Mon Jul 2 14:49:24 2018 +0100 web/upgrade.inc | 2 ++ 1 file changed, 2 insertions(+) -commit fc8cf96b +commit fc8cf96ba Author: Campbell Morrison Date: Mon Jul 2 14:47:05 2018 +0100 @@ -35016,7 +37417,7 @@ Date: Mon Jul 2 14:47:05 2018 +0100 web/upgrade.inc | 185 +++++++++++++++++++++++++++++++++++--- 3 files changed, 175 insertions(+), 181 deletions(-) -commit 3eb51c0e +commit 3eb51c0e0 Author: Campbell Morrison Date: Sun Jul 1 18:38:30 2018 +0100 @@ -35026,7 +37427,7 @@ Date: Sun Jul 1 18:38:30 2018 +0100 web/internalconfig.inc.php | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) -commit 09ec07c7 +commit 09ec07c7b Author: Campbell Morrison Date: Sun Jul 1 11:23:19 2018 +0100 @@ -35036,7 +37437,7 @@ Date: Sun Jul 1 11:23:19 2018 +0100 web/lib/MRBS/{SessionHandler.php => SessionHandlerDb.php} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -commit d18252c1 +commit d18252c1a Author: Campbell Morrison Date: Sat Jun 30 10:41:45 2018 +0100 @@ -35045,7 +37446,7 @@ Date: Sat Jun 30 10:41:45 2018 +0100 web/lib/MRBS/SessionHandler.php | 35 +++++++++++++------------------ 1 file changed, 14 insertions(+), 21 deletions(-) -commit fc25c59b +commit fc25c59b7 Author: Campbell Morrison Date: Sat Jun 30 10:06:14 2018 +0100 @@ -35055,7 +37456,7 @@ Date: Sat Jun 30 10:06:14 2018 +0100 web/lib/MRBS/SessionHandler.php | 47 +------------------------------ 2 files changed, 40 insertions(+), 47 deletions(-) -commit ff75e2b9 +commit ff75e2b90 Author: Campbell Morrison Date: Fri Jun 29 10:50:10 2018 +0100 @@ -35065,7 +37466,7 @@ Date: Fri Jun 29 10:50:10 2018 +0100 web/lib/MRBS/SessionHandler.php | 33 ++++++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 38 deletions(-) -commit 20417807 +commit 204178077 Author: Campbell Morrison Date: Thu Jun 28 14:57:38 2018 +0100 @@ -35074,7 +37475,7 @@ Date: Thu Jun 28 14:57:38 2018 +0100 web/lib/MRBS/SessionHandler.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 67aa87b4 +commit 67aa87b46 Author: Campbell Morrison Date: Thu Jun 28 14:54:31 2018 +0100 @@ -35083,7 +37484,7 @@ Date: Thu Jun 28 14:54:31 2018 +0100 web/defaultincludes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5070a9aa +commit 5070a9aab Author: Campbell Morrison Date: Thu Jun 28 14:51:02 2018 +0100 @@ -35093,7 +37494,7 @@ Date: Thu Jun 28 14:51:02 2018 +0100 web/upgrade/56/pgsql.sql (new) | 7 +++++++ 2 files changed, 15 insertions(+), 1 deletion(-) -commit 04324c40 +commit 04324c40d Author: Campbell Morrison Date: Thu Jun 28 14:48:11 2018 +0100 @@ -35102,7 +37503,7 @@ Date: Thu Jun 28 14:48:11 2018 +0100 web/lib/MRBS/SessionHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d19a076d +commit d19a076db Author: Campbell Morrison Date: Thu Jun 28 14:30:25 2018 +0100 @@ -35114,7 +37515,7 @@ Date: Thu Jun 28 14:30:25 2018 +0100 web/lib/MRBS/SessionHandler.php (new) | 108 ++++++++++++++++++++++++ 4 files changed, 112 insertions(+), 3 deletions(-) -commit c939ed91 +commit c939ed916 Author: Campbell Morrison Date: Thu Jun 28 13:10:51 2018 +0100 @@ -35125,20 +37526,20 @@ Date: Thu Jun 28 13:10:51 2018 +0100 web/upgrade/56/mysql.sql (new) | 9 +++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) -commit 24da6a3f +commit 24da6a3f1 Author: Campbell Morrison Date: Thu Jun 28 12:42:14 2018 +0100 Created a new named branch for the development of using the database to store PHP sessions -commit bf9692d6 -Merge: 702a308a 1aeb13ee +commit bf9692d62 +Merge: 702a308a7 1aeb13ee8 Author: Campbell Morrison Date: Thu Jun 28 12:38:16 2018 +0100 Merge with default -commit 1aeb13ee +commit 1aeb13ee8 Author: Campbell Morrison Date: Thu Jun 28 11:16:15 2018 +0100 @@ -35148,7 +37549,7 @@ Date: Thu Jun 28 11:16:15 2018 +0100 web/systemdefaults.inc.php | 5 +++++ 2 files changed, 9 insertions(+) -commit 4bfba1d8 +commit 4bfba1d80 Author: Campbell Morrison Date: Thu Jun 28 10:56:47 2018 +0100 @@ -35157,7 +37558,7 @@ Date: Thu Jun 28 10:56:47 2018 +0100 web/session/functions_session.inc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) -commit 6ec1961d +commit 6ec1961da Author: Campbell Morrison Date: Thu Jun 28 10:25:28 2018 +0100 @@ -35166,7 +37567,7 @@ Date: Thu Jun 28 10:25:28 2018 +0100 web/session/session_cas.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 702a308a +commit 702a308a7 Author: Campbell Morrison Date: Tue Jun 26 17:33:43 2018 +0100 @@ -35176,7 +37577,7 @@ Date: Tue Jun 26 17:33:43 2018 +0100 web/index.php | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) -commit 381fd110 +commit 381fd110f Author: Campbell Morrison Date: Sun Jun 24 12:39:45 2018 +0100 @@ -35219,7 +37620,7 @@ Date: Sun Jun 24 12:39:45 2018 +0100 web/lang/lang.zh-tw | 3 +++ 35 files changed, 105 insertions(+), 14 deletions(-) -commit dae3f305 +commit dae3f3055 Author: Campbell Morrison Date: Sun Jun 24 11:28:41 2018 +0100 @@ -35229,14 +37630,14 @@ Date: Sun Jun 24 11:28:41 2018 +0100 web/systemdefaults.inc.php | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) -commit ce9ddbb3 -Merge: a383695d 55419567 +commit ce9ddbb30 +Merge: a383695da 554195670 Author: Campbell Morrison Date: Sun Jun 24 10:57:37 2018 +0100 Merge with default -commit 55419567 +commit 554195670 Author: Campbell Morrison Date: Sun Jun 24 10:55:46 2018 +0100 @@ -35246,7 +37647,7 @@ Date: Sun Jun 24 10:55:46 2018 +0100 web/session/session_cas.inc | 232 ++++++++++++++++----------------- 2 files changed, 235 insertions(+), 235 deletions(-) -commit 1c62c339 +commit 1c62c3393 Author: Campbell Morrison Date: Sun Jun 24 10:49:32 2018 +0100 @@ -35256,14 +37657,14 @@ Date: Sun Jun 24 10:49:32 2018 +0100 web/session/session_cas.inc | 2 -- 2 files changed, 5 deletions(-) -commit a383695d -Merge: 6d136714 38ffbc27 +commit a383695da +Merge: 6d1367146 38ffbc276 Author: Campbell Morrison Date: Sun Jun 24 09:47:58 2018 +0100 Merge with default -commit 38ffbc27 +commit 38ffbc276 Author: Campbell Morrison Date: Sun Jun 24 09:37:53 2018 +0100 @@ -35272,7 +37673,7 @@ Date: Sun Jun 24 09:37:53 2018 +0100 web/session/session_cas.inc | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) -commit 2b63d569 +commit 2b63d569a Author: Campbell Morrison Date: Sun Jun 24 09:31:27 2018 +0100 @@ -35281,7 +37682,7 @@ Date: Sun Jun 24 09:31:27 2018 +0100 web/auth/auth_cas.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6d136714 +commit 6d1367146 Author: Campbell Morrison Date: Sun Jun 24 09:21:57 2018 +0100 @@ -35290,7 +37691,7 @@ Date: Sun Jun 24 09:21:57 2018 +0100 web/functions_table.inc | 284 +++++++++++--------------------------- 1 file changed, 83 insertions(+), 201 deletions(-) -commit d42f2386 +commit d42f23863 Author: Campbell Morrison Date: Sat Jun 23 14:15:44 2018 +0100 @@ -35299,27 +37700,27 @@ Date: Sat Jun 23 14:15:44 2018 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b1014574 -Merge: d128def6 47faf95f +commit b10145745 +Merge: d128def69 47faf95f3 Author: Campbell Morrison Date: Sat Jun 23 14:07:25 2018 +0100 Merge with default -commit 47faf95f -Merge: dcc27b8c 24b97693 +commit 47faf95f3 +Merge: dcc27b8cf 24b976934 Author: Campbell Morrison Date: Sat Jun 23 14:03:13 2018 +0100 Merge with CAS_authentication -commit 24b97693 (origin/CAS_authentication) +commit 24b976934 (origin/CAS_authentication) Author: Campbell Morrison Date: Sat Jun 23 14:02:36 2018 +0100 Close CAS_authentication branch -commit 6df40a44 +commit 6df40a44e Author: Campbell Morrison Date: Sat Jun 23 14:00:09 2018 +0100 @@ -35330,7 +37731,7 @@ Date: Sat Jun 23 14:00:09 2018 +0100 web/lib/CAS/NOTICE (new) | 81 +++++++++++++++ 3 files changed, 301 insertions(+) -commit e39162f0 +commit e39162f0f Author: Campbell Morrison Date: Sat Jun 23 13:51:06 2018 +0100 @@ -35339,7 +37740,7 @@ Date: Sat Jun 23 13:51:06 2018 +0100 AUTHENTICATION | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 4c90c7fa +commit 4c90c7fa8 Author: Campbell Morrison Date: Sat Jun 23 12:14:46 2018 +0100 @@ -35350,7 +37751,7 @@ Date: Sat Jun 23 12:14:46 2018 +0100 web/systemdefaults.inc.php | 6 ++ 3 files changed, 100 insertions(+), 17 deletions(-) -commit a57a2e83 +commit a57a2e83b Author: Campbell Morrison Date: Sat Jun 23 11:26:07 2018 +0100 @@ -35359,7 +37760,7 @@ Date: Sat Jun 23 11:26:07 2018 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a4d73ed8 +commit a4d73ed88 Author: Campbell Morrison Date: Sat Jun 23 11:25:08 2018 +0100 @@ -35369,7 +37770,7 @@ Date: Sat Jun 23 11:25:08 2018 +0100 web/lib/Locale.php | 148 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 172 insertions(+), 1 deletion(-) -commit 8db148c6 +commit 8db148c68 Author: Campbell Morrison Date: Sat Jun 23 10:37:45 2018 +0100 @@ -35379,7 +37780,7 @@ Date: Sat Jun 23 10:37:45 2018 +0100 web/systemdefaults.inc.php | 17 ++++++++++++++--- 2 files changed, 26 insertions(+), 5 deletions(-) -commit ab75dec5 +commit ab75dec5c Author: Campbell Morrison Date: Fri Jun 22 16:55:25 2018 +0100 @@ -35388,7 +37789,7 @@ Date: Fri Jun 22 16:55:25 2018 +0100 web/session/session_cas.inc | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) -commit 0620e009 +commit 0620e009e Author: Campbell Morrison Date: Fri Jun 22 16:44:45 2018 +0100 @@ -35397,7 +37798,7 @@ Date: Fri Jun 22 16:44:45 2018 +0100 web/session/session_cas.inc | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) -commit 153e2a81 +commit 153e2a814 Author: Campbell Morrison Date: Fri Jun 22 16:35:05 2018 +0100 @@ -35406,7 +37807,7 @@ Date: Fri Jun 22 16:35:05 2018 +0100 web/auth/auth_cas.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit fee7f9e6 +commit fee7f9e65 Author: Campbell Morrison Date: Fri Jun 22 16:14:32 2018 +0100 @@ -35415,14 +37816,14 @@ Date: Fri Jun 22 16:14:32 2018 +0100 web/auth/auth_cas.inc | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) -commit 4438cb0d -Merge: dff936be dcc27b8c +commit 4438cb0d8 +Merge: dff936be3 dcc27b8cf Author: Campbell Morrison Date: Fri Jun 22 16:10:25 2018 +0100 Merge with default -commit dcc27b8c +commit dcc27b8cf Author: Campbell Morrison Date: Fri Jun 22 16:09:44 2018 +0100 @@ -35445,7 +37846,7 @@ Date: Fri Jun 22 16:09:44 2018 +0100 web/view_entry.php | 4 ++-- 15 files changed, 103 insertions(+), 93 deletions(-) -commit dff936be +commit dff936be3 Author: Campbell Morrison Date: Fri Jun 22 15:45:41 2018 +0100 @@ -35454,7 +37855,7 @@ Date: Fri Jun 22 15:45:41 2018 +0100 web/auth/auth_cas.inc | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) -commit 2b36bf9b +commit 2b36bf9b1 Author: Campbell Morrison Date: Fri Jun 22 15:35:12 2018 +0100 @@ -35464,7 +37865,7 @@ Date: Fri Jun 22 15:35:12 2018 +0100 web/session/session_cas.inc | 3 +++ 2 files changed, 6 insertions(+) -commit 7da502e1 +commit 7da502e11 Author: Campbell Morrison Date: Fri Jun 22 15:29:46 2018 +0100 @@ -35473,7 +37874,7 @@ Date: Fri Jun 22 15:29:46 2018 +0100 web/auth/auth_cas.inc | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) -commit 919a1ac7 +commit 919a1ac7f Author: Campbell Morrison Date: Fri Jun 22 15:22:09 2018 +0100 @@ -35526,7 +37927,7 @@ Date: Fri Jun 22 15:22:09 2018 +0100 web/lib/CAS/TypeMismatchException.php (new) | 70 + 45 files changed, 9792 insertions(+) -commit bee21944 +commit bee21944d Author: Campbell Morrison Date: Fri Jun 22 15:15:59 2018 +0100 @@ -35535,7 +37936,7 @@ Date: Fri Jun 22 15:15:59 2018 +0100 web/lib/{CAS.php => phpCAS.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) -commit ecbee339 +commit ecbee339a Author: Campbell Morrison Date: Fri Jun 22 15:03:38 2018 +0100 @@ -35546,13 +37947,13 @@ Date: Fri Jun 22 15:03:38 2018 +0100 web/session/session_cas.inc (new) | 72 + 3 files changed, 2142 insertions(+) -commit 8f14308d +commit 8f14308d3 Author: Campbell Morrison Date: Thu Jun 21 12:25:53 2018 +0100 Opened a new named branch for the development of CAS authentication -commit d128def6 +commit d128def69 Author: Campbell Morrison Date: Thu Jun 21 11:55:53 2018 +0100 @@ -35561,7 +37962,7 @@ Date: Thu Jun 21 11:55:53 2018 +0100 web/functions_table.inc | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) -commit 122dfa41 +commit 122dfa419 Author: Campbell Morrison Date: Sun Jun 10 18:41:41 2018 +0100 @@ -35571,7 +37972,7 @@ Date: Sun Jun 10 18:41:41 2018 +0100 web/functions_table.inc | 276 +++++++++----------------------------- 2 files changed, 73 insertions(+), 249 deletions(-) -commit 03012d34 +commit 03012d34a Author: Campbell Morrison Date: Sun Jun 10 16:50:41 2018 +0100 @@ -35580,7 +37981,7 @@ Date: Sun Jun 10 16:50:41 2018 +0100 web/functions_table.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 411ec2f9 +commit 411ec2f99 Author: Campbell Morrison Date: Sun Jun 10 16:13:07 2018 +0100 @@ -35589,7 +37990,7 @@ Date: Sun Jun 10 16:13:07 2018 +0100 web/functions_table.inc | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) -commit 95ecafa2 +commit 95ecafa2d Author: Campbell Morrison Date: Sun Jun 10 15:57:19 2018 +0100 @@ -35600,7 +38001,7 @@ Date: Sun Jun 10 15:57:19 2018 +0100 web/js/resizable.js.php | 18 ++++------ 3 files changed, 76 insertions(+), 60 deletions(-) -commit bc7a23d6 +commit bc7a23d66 Author: Campbell Morrison Date: Sun Jun 10 14:48:05 2018 +0100 @@ -35610,7 +38011,7 @@ Date: Sun Jun 10 14:48:05 2018 +0100 web/functions_table.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) -commit 939a1009 +commit 939a10099 Author: Campbell Morrison Date: Sun Jun 10 13:12:06 2018 +0100 @@ -35619,7 +38020,7 @@ Date: Sun Jun 10 13:12:06 2018 +0100 web/functions_table.inc | 55 ++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 27 deletions(-) -commit a414534c +commit a414534ca Author: Campbell Morrison Date: Sun Jun 10 12:45:18 2018 +0100 @@ -35628,7 +38029,7 @@ Date: Sun Jun 10 12:45:18 2018 +0100 web/functions_table.inc | 70 +++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) -commit 8cd84d7e +commit 8cd84d7ea Author: Campbell Morrison Date: Sun Jun 10 12:24:52 2018 +0100 @@ -35637,7 +38038,7 @@ Date: Sun Jun 10 12:24:52 2018 +0100 web/functions_table.inc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -commit 1f86cc2a +commit 1f86cc2a0 Author: Campbell Morrison Date: Sun Jun 10 12:14:40 2018 +0100 @@ -35646,7 +38047,7 @@ Date: Sun Jun 10 12:14:40 2018 +0100 web/functions_table.inc | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) -commit 7ac098fb +commit 7ac098fb6 Author: Campbell Morrison Date: Sun Jun 10 12:03:44 2018 +0100 @@ -35655,7 +38056,7 @@ Date: Sun Jun 10 12:03:44 2018 +0100 web/functions_table.inc | 102 +++++++++++++++++++------------------- 1 file changed, 51 insertions(+), 51 deletions(-) -commit be06f320 +commit be06f320f Author: Campbell Morrison Date: Sun Jun 10 11:46:54 2018 +0100 @@ -35664,7 +38065,7 @@ Date: Sun Jun 10 11:46:54 2018 +0100 web/functions_table.inc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) -commit 61c707eb +commit 61c707ebe Author: Campbell Morrison Date: Sun Jun 10 11:31:22 2018 +0100 @@ -35673,7 +38074,7 @@ Date: Sun Jun 10 11:31:22 2018 +0100 web/functions_table.inc | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) -commit 2d3a8189 +commit 2d3a8189d Author: Campbell Morrison Date: Fri May 11 07:19:55 2018 +0100 @@ -35682,7 +38083,7 @@ Date: Fri May 11 07:19:55 2018 +0100 web/js/resizable.js.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 2a4eb53d +commit 2a4eb53d5 Author: Campbell Morrison Date: Fri May 11 07:16:04 2018 +0100 @@ -35691,7 +38092,7 @@ Date: Fri May 11 07:16:04 2018 +0100 web/js/resizable.js.php | 117 +++++++++++++++++++------------------- 1 file changed, 58 insertions(+), 59 deletions(-) -commit 668e0dff +commit 668e0dff1 Author: Campbell Morrison Date: Fri May 11 06:33:20 2018 +0100 @@ -35700,7 +38101,7 @@ Date: Fri May 11 06:33:20 2018 +0100 web/js/resizable.js.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 08b25ea7 +commit 08b25ea7b Author: Campbell Morrison Date: Thu May 10 14:51:52 2018 +0100 @@ -35709,7 +38110,7 @@ Date: Thu May 10 14:51:52 2018 +0100 web/js/resizable.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 3b8a875b +commit 3b8a875b9 Author: Campbell Morrison Date: Thu May 10 14:48:23 2018 +0100 @@ -35718,7 +38119,7 @@ Date: Thu May 10 14:48:23 2018 +0100 web/js/resizable.js.php | 708 +++++++++++++++++++------------------- 1 file changed, 352 insertions(+), 356 deletions(-) -commit f7077fbf +commit f7077fbfa Author: Campbell Morrison Date: Wed May 9 09:15:30 2018 +0100 @@ -35727,7 +38128,7 @@ Date: Wed May 9 09:15:30 2018 +0100 web/js/resizable.js.php | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) -commit b4f6190d +commit b4f6190d2 Author: Campbell Morrison Date: Wed May 9 07:35:14 2018 +0100 @@ -35736,7 +38137,7 @@ Date: Wed May 9 07:35:14 2018 +0100 web/js/resizable.js.php | 211 ++++++++++++++++++-------------------- 1 file changed, 101 insertions(+), 110 deletions(-) -commit 941e0621 +commit 941e06216 Author: Campbell Morrison Date: Wed May 9 07:27:01 2018 +0100 @@ -35745,7 +38146,7 @@ Date: Wed May 9 07:27:01 2018 +0100 web/js/resizable.js.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit 28041583 +commit 280415835 Author: Campbell Morrison Date: Tue May 8 07:02:58 2018 +0100 @@ -35754,7 +38155,7 @@ Date: Tue May 8 07:02:58 2018 +0100 web/js/resizable.js.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 449b14d2 +commit 449b14d2b Author: Campbell Morrison Date: Mon May 7 07:40:46 2018 +0100 @@ -35763,7 +38164,7 @@ Date: Mon May 7 07:40:46 2018 +0100 web/js/resizable.js.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) -commit 7830f415 +commit 7830f4155 Author: Campbell Morrison Date: Mon May 7 07:32:35 2018 +0100 @@ -35772,7 +38173,7 @@ Date: Mon May 7 07:32:35 2018 +0100 web/js/resizable.js.php | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) -commit 4929a19d +commit 4929a19d4 Author: Campbell Morrison Date: Mon May 7 07:21:21 2018 +0100 @@ -35781,7 +38182,7 @@ Date: Mon May 7 07:21:21 2018 +0100 web/js/resizable.js.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 6d226507 +commit 6d2265076 Author: Campbell Morrison Date: Mon May 7 06:36:10 2018 +0100 @@ -35790,7 +38191,7 @@ Date: Mon May 7 06:36:10 2018 +0100 web/js/resizable.js.php | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) -commit c5322ad7 +commit c5322ad70 Author: Campbell Morrison Date: Sat May 5 18:54:24 2018 +0100 @@ -35799,7 +38200,7 @@ Date: Sat May 5 18:54:24 2018 +0100 web/js/resizable.js.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit 393aad7b +commit 393aad7b5 Author: Campbell Morrison Date: Sat May 5 15:05:22 2018 +0100 @@ -35809,7 +38210,7 @@ Date: Sat May 5 15:05:22 2018 +0100 web/js/resizable.js.php | 28 +++++++++------------------- 2 files changed, 20 insertions(+), 42 deletions(-) -commit ea586821 +commit ea586821e Author: Campbell Morrison Date: Sat May 5 14:24:35 2018 +0100 @@ -35819,7 +38220,7 @@ Date: Sat May 5 14:24:35 2018 +0100 web/js/resizable.js.php | 22 ++++++++++++++-------- 2 files changed, 35 insertions(+), 18 deletions(-) -commit 7d296155 +commit 7d2961555 Author: Campbell Morrison Date: Fri May 4 16:21:23 2018 +0100 @@ -35828,7 +38229,7 @@ Date: Fri May 4 16:21:23 2018 +0100 web/js/resizable.js.php | 89 ++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 49 deletions(-) -commit 09ba932e +commit 09ba932e3 Author: Campbell Morrison Date: Thu May 3 17:15:57 2018 +0100 @@ -35837,7 +38238,7 @@ Date: Thu May 3 17:15:57 2018 +0100 web/js/resizable.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 54b7964a +commit 54b7964a3 Author: Campbell Morrison Date: Thu May 3 16:17:20 2018 +0100 @@ -35846,7 +38247,7 @@ Date: Thu May 3 16:17:20 2018 +0100 web/js/resizable.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 72b922a4 +commit 72b922a4d Author: Campbell Morrison Date: Thu May 3 16:12:51 2018 +0100 @@ -35855,7 +38256,7 @@ Date: Thu May 3 16:12:51 2018 +0100 web/js/resizable.js.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit ea228a95 +commit ea228a952 Author: Campbell Morrison Date: Thu May 3 15:36:05 2018 +0100 @@ -35864,7 +38265,7 @@ Date: Thu May 3 15:36:05 2018 +0100 web/js/resizable.js.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit f280d410 +commit f280d410c Author: Campbell Morrison Date: Thu May 3 14:54:29 2018 +0100 @@ -35874,7 +38275,7 @@ Date: Thu May 3 14:54:29 2018 +0100 web/js/resizable.js.php | 39 +++++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 18 deletions(-) -commit 66438a4b +commit 66438a4b9 Author: Campbell Morrison Date: Thu May 3 14:30:42 2018 +0100 @@ -35883,7 +38284,7 @@ Date: Thu May 3 14:30:42 2018 +0100 web/js/resizable.js.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit d888a342 +commit d888a3426 Author: Campbell Morrison Date: Thu May 3 14:12:00 2018 +0100 @@ -35892,7 +38293,7 @@ Date: Thu May 3 14:12:00 2018 +0100 web/js/resizable.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 165ca54f +commit 165ca54fe Author: Campbell Morrison Date: Thu May 3 14:07:58 2018 +0100 @@ -35901,7 +38302,7 @@ Date: Thu May 3 14:07:58 2018 +0100 web/js/resizable.js.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit be085490 +commit be085490b Author: Campbell Morrison Date: Thu May 3 13:59:21 2018 +0100 @@ -35910,7 +38311,7 @@ Date: Thu May 3 13:59:21 2018 +0100 web/js/resizable.js.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 118fd987 +commit 118fd9877 Author: Campbell Morrison Date: Thu May 3 12:58:06 2018 +0100 @@ -35919,7 +38320,7 @@ Date: Thu May 3 12:58:06 2018 +0100 web/js/resizable.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit c6f1edb0 +commit c6f1edb00 Author: Campbell Morrison Date: Thu May 3 12:37:26 2018 +0100 @@ -35928,7 +38329,7 @@ Date: Thu May 3 12:37:26 2018 +0100 web/js/resizable.js.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 4bd48839 +commit 4bd488396 Author: Campbell Morrison Date: Wed May 2 16:35:45 2018 +0100 @@ -35937,7 +38338,7 @@ Date: Wed May 2 16:35:45 2018 +0100 web/js/resizable.js.php | 83 ++++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 40 deletions(-) -commit 954814c6 +commit 954814c6e Author: Campbell Morrison Date: Wed May 2 09:19:34 2018 +0100 @@ -35946,7 +38347,7 @@ Date: Wed May 2 09:19:34 2018 +0100 web/edit_entry_handler.php | 3 --- 1 file changed, 3 deletions(-) -commit 64010db7 +commit 64010db71 Author: Campbell Morrison Date: Tue May 1 18:41:27 2018 +0100 @@ -35955,7 +38356,7 @@ Date: Tue May 1 18:41:27 2018 +0100 web/css/mrbs.css.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit 3760d5b4 +commit 3760d5b48 Author: Campbell Morrison Date: Tue May 1 17:14:55 2018 +0100 @@ -35965,7 +38366,7 @@ Date: Tue May 1 17:14:55 2018 +0100 web/js/resizable.js.php | 7 +------ 2 files changed, 11 insertions(+), 7 deletions(-) -commit 4a5fc20a +commit 4a5fc20ab Author: Campbell Morrison Date: Tue May 1 14:18:56 2018 +0100 @@ -35975,7 +38376,7 @@ Date: Tue May 1 14:18:56 2018 +0100 web/js/resizable.js.php | 36 +++++++++++++++--------------------- 2 files changed, 28 insertions(+), 29 deletions(-) -commit 75c7186d +commit 75c7186d7 Author: Campbell Morrison Date: Tue May 1 13:40:41 2018 +0100 @@ -35985,7 +38386,7 @@ Date: Tue May 1 13:40:41 2018 +0100 web/js/resizable.js.php | 9 +++++++-- 2 files changed, 11 insertions(+), 5 deletions(-) -commit 9e54029b +commit 9e54029be Author: Campbell Morrison Date: Mon Apr 30 16:31:15 2018 +0100 @@ -35994,7 +38395,7 @@ Date: Mon Apr 30 16:31:15 2018 +0100 web/js/resizable.js.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) -commit a9c5840e +commit a9c5840eb Author: Campbell Morrison Date: Mon Apr 30 16:24:48 2018 +0100 @@ -36003,7 +38404,7 @@ Date: Mon Apr 30 16:24:48 2018 +0100 web/js/resizable.js.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 8c6d6f2f +commit 8c6d6f2f8 Author: Campbell Morrison Date: Mon Apr 30 15:57:11 2018 +0100 @@ -36012,7 +38413,7 @@ Date: Mon Apr 30 15:57:11 2018 +0100 web/css/mrbs.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit d8d2af59 +commit d8d2af59b Author: Campbell Morrison Date: Mon Apr 30 15:52:20 2018 +0100 @@ -36021,7 +38422,7 @@ Date: Mon Apr 30 15:52:20 2018 +0100 web/js/resizable.js.php | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) -commit ea51a282 +commit ea51a2829 Author: Campbell Morrison Date: Mon Apr 30 15:22:20 2018 +0100 @@ -36034,7 +38435,7 @@ Date: Mon Apr 30 15:22:20 2018 +0100 web/js/resizable.js.php | 8 +-- 5 files changed, 11 insertions(+), 106 deletions(-) -commit 1a2ffd31 +commit 1a2ffd314 Author: Campbell Morrison Date: Mon Apr 30 13:56:04 2018 +0100 @@ -36043,7 +38444,7 @@ Date: Mon Apr 30 13:56:04 2018 +0100 web/js/resizable.js.php | 82 ++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 44 deletions(-) -commit 5a69d372 +commit 5a69d3727 Author: Campbell Morrison Date: Sun Apr 29 15:36:58 2018 +0100 @@ -36052,7 +38453,7 @@ Date: Sun Apr 29 15:36:58 2018 +0100 web/js/resizable.js.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) -commit 019e7248 +commit 019e7248d Author: Campbell Morrison Date: Sun Apr 29 15:30:57 2018 +0100 @@ -36061,7 +38462,7 @@ Date: Sun Apr 29 15:30:57 2018 +0100 web/js/resizable.js.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit 51eaeded +commit 51eaeded2 Author: Campbell Morrison Date: Sun Apr 29 15:23:06 2018 +0100 @@ -36070,7 +38471,7 @@ Date: Sun Apr 29 15:23:06 2018 +0100 web/js/resizable.js.php | 342 +++++++++++++++++++------------------- 1 file changed, 168 insertions(+), 174 deletions(-) -commit 11eb4e6d +commit 11eb4e6d8 Author: Campbell Morrison Date: Sun Apr 29 15:15:43 2018 +0100 @@ -36079,7 +38480,7 @@ Date: Sun Apr 29 15:15:43 2018 +0100 web/js/resizable.js.php | 454 +++++++++++++++++++------------------- 1 file changed, 226 insertions(+), 228 deletions(-) -commit 153b4fb8 +commit 153b4fb84 Author: Campbell Morrison Date: Sun Apr 29 14:34:56 2018 +0100 @@ -36088,7 +38489,7 @@ Date: Sun Apr 29 14:34:56 2018 +0100 web/js/resizable.js.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) -commit 7a698095 +commit 7a6980956 Author: Campbell Morrison Date: Sun Apr 29 14:09:04 2018 +0100 @@ -36097,7 +38498,7 @@ Date: Sun Apr 29 14:09:04 2018 +0100 web/js/resizable.js.php | 12 ------------ 1 file changed, 12 deletions(-) -commit c7699ec0 +commit c7699ec05 Author: Campbell Morrison Date: Sun Apr 29 14:06:13 2018 +0100 @@ -36107,7 +38508,7 @@ Date: Sun Apr 29 14:06:13 2018 +0100 web/js/resizable.js.php | 30 +++++++++++++++++++----------- 2 files changed, 28 insertions(+), 15 deletions(-) -commit 965aee0e +commit 965aee0ed Author: Campbell Morrison Date: Sun Apr 29 10:13:00 2018 +0100 @@ -36117,7 +38518,7 @@ Date: Sun Apr 29 10:13:00 2018 +0100 web/js/resizable.js.php | 82 ++++++++++++++++++++++++++------------- 2 files changed, 59 insertions(+), 29 deletions(-) -commit eaca28fe +commit eaca28fe9 Author: Campbell Morrison Date: Sat Apr 28 10:42:00 2018 +0100 @@ -36126,7 +38527,7 @@ Date: Sat Apr 28 10:42:00 2018 +0100 web/js/resizable.js.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 0d6e8069 +commit 0d6e80692 Author: Campbell Morrison Date: Sat Apr 28 10:37:45 2018 +0100 @@ -36136,7 +38537,7 @@ Date: Sat Apr 28 10:37:45 2018 +0100 web/js/resizable.js.php | 237 +++++++++++++++++--------------------- 2 files changed, 117 insertions(+), 142 deletions(-) -commit 64691175 +commit 64691175b Author: Campbell Morrison Date: Fri Apr 27 13:51:26 2018 +0100 @@ -36148,7 +38549,7 @@ Date: Fri Apr 27 13:51:26 2018 +0100 web/js.inc | 4 +- 4 files changed, 457 insertions(+), 348 deletions(-) -commit 5cf4e692 +commit 5cf4e6927 Author: Campbell Morrison Date: Mon Apr 23 12:18:57 2018 +0100 @@ -36158,7 +38559,7 @@ Date: Mon Apr 23 12:18:57 2018 +0100 web/lang/lang.en | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) -commit e08d3b71 +commit e08d3b713 Author: Campbell Morrison Date: Tue Apr 17 15:15:16 2018 +0100 @@ -36168,7 +38569,7 @@ Date: Tue Apr 17 15:15:16 2018 +0100 web/js/resizable.js.php | 55 ++++++++++++++++----------------------- 2 files changed, 25 insertions(+), 33 deletions(-) -commit 77242d3c +commit 77242d3c8 Author: Campbell Morrison Date: Mon Apr 16 10:01:59 2018 +0100 @@ -36177,14 +38578,14 @@ Date: Mon Apr 16 10:01:59 2018 +0100 web/js/resizable.js.php | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) -commit fba53926 -Merge: 3af56cc2 69b6073b +commit fba53926f +Merge: 3af56cc2d 69b6073bf Author: Campbell Morrison Date: Sun Apr 15 18:20:43 2018 +0100 Merge with default -commit 69b6073b +commit 69b6073bf Author: Campbell Morrison Date: Sun Apr 15 18:20:00 2018 +0100 @@ -36193,14 +38594,14 @@ Date: Sun Apr 15 18:20:00 2018 +0100 web/edit_entry_handler.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) -commit 3af56cc2 -Merge: 6808b16e 3f007d82 +commit 3af56cc2d +Merge: 6808b16e4 3f007d82b Author: Campbell Morrison Date: Sun Apr 15 18:12:04 2018 +0100 Merge with default -commit 3f007d82 +commit 3f007d82b Author: Campbell Morrison Date: Sun Apr 15 18:09:44 2018 +0100 @@ -36209,7 +38610,7 @@ Date: Sun Apr 15 18:09:44 2018 +0100 web/edit_entry_handler.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 6808b16e +commit 6808b16e4 Author: Campbell Morrison Date: Sun Apr 15 17:49:15 2018 +0100 @@ -36218,7 +38619,7 @@ Date: Sun Apr 15 17:49:15 2018 +0100 web/js/resizable.js.php | 1 - 1 file changed, 1 deletion(-) -commit 74f97a27 +commit 74f97a273 Author: Campbell Morrison Date: Sun Apr 15 17:46:33 2018 +0100 @@ -36227,7 +38628,7 @@ Date: Sun Apr 15 17:46:33 2018 +0100 web/css/mrbs.css.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit 68f36238 +commit 68f362383 Author: Campbell Morrison Date: Sun Apr 15 17:35:14 2018 +0100 @@ -36236,7 +38637,7 @@ Date: Sun Apr 15 17:35:14 2018 +0100 web/js/resizable.js.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) -commit 0608dfb8 +commit 0608dfb85 Author: Campbell Morrison Date: Sun Apr 15 17:16:39 2018 +0100 @@ -36245,7 +38646,7 @@ Date: Sun Apr 15 17:16:39 2018 +0100 web/js/resizable.js.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 20b6e0c4 +commit 20b6e0c41 Author: Campbell Morrison Date: Sun Apr 15 16:57:06 2018 +0100 @@ -36254,7 +38655,7 @@ Date: Sun Apr 15 16:57:06 2018 +0100 web/css/mrbs.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1d6fce3a +commit 1d6fce3a9 Author: Campbell Morrison Date: Sun Apr 15 16:47:31 2018 +0100 @@ -36263,7 +38664,7 @@ Date: Sun Apr 15 16:47:31 2018 +0100 web/js/resizable.js.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) -commit 4c24fa37 +commit 4c24fa375 Author: Campbell Morrison Date: Sun Apr 15 16:08:12 2018 +0100 @@ -36273,7 +38674,7 @@ Date: Sun Apr 15 16:08:12 2018 +0100 web/js/resizable.js.php | 314 ++++++++++++++++++++++++++------------ 2 files changed, 222 insertions(+), 94 deletions(-) -commit 67e9c7ba +commit 67e9c7ba7 Author: Campbell Morrison Date: Fri Apr 13 12:19:50 2018 +0100 @@ -36282,7 +38683,7 @@ Date: Fri Apr 13 12:19:50 2018 +0100 web/js/resizable.js.php | 148 +++++++++++++++++++------------------- 1 file changed, 74 insertions(+), 74 deletions(-) -commit b697263c +commit b697263c5 Author: Campbell Morrison Date: Fri Apr 13 12:02:34 2018 +0100 @@ -36295,7 +38696,7 @@ Date: Fri Apr 13 12:02:34 2018 +0100 web/js/resizable.js.php | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) -commit f55e7265 +commit f55e72654 Author: Campbell Morrison Date: Fri Apr 13 11:46:09 2018 +0100 @@ -36304,7 +38705,7 @@ Date: Fri Apr 13 11:46:09 2018 +0100 web/js/resizable.js.php | 1 - 1 file changed, 1 deletion(-) -commit 430b3d32 +commit 430b3d320 Author: Campbell Morrison Date: Fri Apr 13 11:19:06 2018 +0100 @@ -36314,7 +38715,7 @@ Date: Fri Apr 13 11:19:06 2018 +0100 web/js/resizable.js.php | 7 ++----- 2 files changed, 10 insertions(+), 8 deletions(-) -commit c9193880 +commit c9193880d Author: Campbell Morrison Date: Fri Apr 13 10:46:32 2018 +0100 @@ -36337,7 +38738,7 @@ Date: Fri Apr 13 10:46:32 2018 +0100 web/lang/lang.zh-cn | 1 - 15 files changed, 52 insertions(+), 33 deletions(-) -commit 479618f0 +commit 479618f0a Author: Campbell Morrison Date: Thu Apr 12 16:50:49 2018 +0100 @@ -36346,7 +38747,7 @@ Date: Thu Apr 12 16:50:49 2018 +0100 web/Themes/default/styling.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a6796d09 +commit a6796d09a Author: Campbell Morrison Date: Thu Apr 12 16:27:42 2018 +0100 @@ -36355,7 +38756,7 @@ Date: Thu Apr 12 16:27:42 2018 +0100 web/js/resizable.js.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -commit f953cdd4 +commit f953cdd4a Author: Campbell Morrison Date: Thu Apr 12 15:19:01 2018 +0100 @@ -36364,7 +38765,7 @@ Date: Thu Apr 12 15:19:01 2018 +0100 web/js/resizable.js.php | 58 +++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 29 deletions(-) -commit c48ba94b +commit c48ba94bb Author: Campbell Morrison Date: Thu Apr 12 15:08:12 2018 +0100 @@ -36373,7 +38774,7 @@ Date: Thu Apr 12 15:08:12 2018 +0100 web/js/resizable.js.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) -commit f0e741fb +commit f0e741fbc Author: Campbell Morrison Date: Thu Apr 12 15:03:50 2018 +0100 @@ -36382,7 +38783,7 @@ Date: Thu Apr 12 15:03:50 2018 +0100 web/js/resizable.js.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit abc382f6 +commit abc382f63 Author: Campbell Morrison Date: Thu Apr 12 15:00:39 2018 +0100 @@ -36393,7 +38794,7 @@ Date: Thu Apr 12 15:00:39 2018 +0100 web/js/resizable.js.php | 20 ++++++++++---------- 3 files changed, 28 insertions(+), 41 deletions(-) -commit 4fbc1866 +commit 4fbc1866c Author: Campbell Morrison Date: Thu Apr 12 12:55:04 2018 +0100 @@ -36402,7 +38803,7 @@ Date: Thu Apr 12 12:55:04 2018 +0100 web/functions_table.inc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) -commit 06578c20 +commit 06578c207 Author: Campbell Morrison Date: Thu Apr 12 12:41:27 2018 +0100 @@ -36412,14 +38813,14 @@ Date: Thu Apr 12 12:41:27 2018 +0100 web/functions_table.inc | 2 -- 2 files changed, 13 insertions(+), 8 deletions(-) -commit ac5a5e24 -Merge: 5f6a3e8a 226d05a2 +commit ac5a5e246 +Merge: 5f6a3e8a6 226d05a22 Author: Campbell Morrison Date: Wed Apr 11 20:04:50 2018 +0100 Merge with default -commit 226d05a2 +commit 226d05a22 Author: Campbell Morrison Date: Wed Apr 11 19:21:56 2018 +0100 @@ -36428,7 +38829,7 @@ Date: Wed Apr 11 19:21:56 2018 +0100 web/edit_users.php | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) -commit 5f6a3e8a +commit 5f6a3e8a6 Author: Campbell Morrison Date: Wed Apr 11 16:07:33 2018 +0100 @@ -36439,7 +38840,7 @@ Date: Wed Apr 11 16:07:33 2018 +0100 web/images/repeat.png (gone) | Bin 469 -> 0 bytes 3 files changed, 31 insertions(+), 25 deletions(-) -commit 186c63b0 +commit 186c63b03 Author: Campbell Morrison Date: Wed Apr 11 14:09:17 2018 +0100 @@ -36448,7 +38849,7 @@ Date: Wed Apr 11 14:09:17 2018 +0100 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6a20cec4 +commit 6a20cec43 Author: Campbell Morrison Date: Wed Apr 11 13:58:27 2018 +0100 @@ -36457,7 +38858,7 @@ Date: Wed Apr 11 13:58:27 2018 +0100 web/functions_table.inc | 61 ++++++++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 24 deletions(-) -commit 7e431dcd +commit 7e431dcdb Author: Campbell Morrison Date: Tue Apr 10 20:26:36 2018 +0100 @@ -36466,7 +38867,7 @@ Date: Tue Apr 10 20:26:36 2018 +0100 web/css/mrbs.css.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 6d17f287 +commit 6d17f287b Author: Campbell Morrison Date: Tue Apr 10 19:09:02 2018 +0100 @@ -36505,7 +38906,7 @@ Date: Tue Apr 10 19:09:02 2018 +0100 web/systemdefaults.inc.php | 12 ------- 31 files changed, 21 insertions(+), 103 deletions(-) -commit 04b8907d +commit 04b8907d9 Author: Campbell Morrison Date: Tue Apr 10 14:58:03 2018 +0100 @@ -36516,7 +38917,7 @@ Date: Tue Apr 10 14:58:03 2018 +0100 web/functions_table.inc | 6 +++--- 3 files changed, 17 insertions(+), 9 deletions(-) -commit 26961fee +commit 26961fee7 Author: Campbell Morrison Date: Sun Apr 8 17:24:54 2018 +0100 @@ -36525,7 +38926,7 @@ Date: Sun Apr 8 17:24:54 2018 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 954c540e +commit 954c540ef Author: Campbell Morrison Date: Sun Apr 8 17:18:22 2018 +0100 @@ -36534,7 +38935,7 @@ Date: Sun Apr 8 17:18:22 2018 +0100 web/Themes/default/styling.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit acea34ba +commit acea34bac Author: Campbell Morrison Date: Sun Apr 8 16:57:58 2018 +0100 @@ -36543,7 +38944,7 @@ Date: Sun Apr 8 16:57:58 2018 +0100 web/css/mrbs.css.php | 1 - 1 file changed, 1 deletion(-) -commit d834117b +commit d834117bc Author: Campbell Morrison Date: Sun Apr 8 16:50:18 2018 +0100 @@ -36552,7 +38953,7 @@ Date: Sun Apr 8 16:50:18 2018 +0100 web/css/mrbs.css.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit f31e68b3 +commit f31e68b31 Author: Campbell Morrison Date: Sun Apr 8 16:40:32 2018 +0100 @@ -36561,7 +38962,7 @@ Date: Sun Apr 8 16:40:32 2018 +0100 web/css/mrbs.css.php | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) -commit af04712b +commit af04712b3 Author: Campbell Morrison Date: Sun Apr 8 16:16:54 2018 +0100 @@ -36572,7 +38973,7 @@ Date: Sun Apr 8 16:16:54 2018 +0100 web/js/datepicker.js.php | 5 +++++ 3 files changed, 9 insertions(+), 3 deletions(-) -commit dcdb40ab +commit dcdb40ab4 Author: Campbell Morrison Date: Sun Apr 8 15:31:40 2018 +0100 @@ -36581,7 +38982,7 @@ Date: Sun Apr 8 15:31:40 2018 +0100 web/css/mrbs.css.php | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) -commit b3ef880f +commit b3ef880f2 Author: Campbell Morrison Date: Sun Apr 8 15:12:40 2018 +0100 @@ -36591,7 +38992,7 @@ Date: Sun Apr 8 15:12:40 2018 +0100 web/css/mrbs.css.php | 153 +++++++++++++++++++++++++------ 2 files changed, 130 insertions(+), 33 deletions(-) -commit 803042c0 +commit 803042c0f Author: Campbell Morrison Date: Sun Apr 8 10:33:22 2018 +0100 @@ -36601,7 +39002,7 @@ Date: Sun Apr 8 10:33:22 2018 +0100 web/functions_table.inc | 43 +++++++++++++++++++++------------------ 2 files changed, 40 insertions(+), 24 deletions(-) -commit cbf2bb27 +commit cbf2bb27c Author: Campbell Morrison Date: Sat Apr 7 08:38:33 2018 +0100 @@ -36610,7 +39011,7 @@ Date: Sat Apr 7 08:38:33 2018 +0100 web/systemdefaults.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit bd16eb4c +commit bd16eb4c5 Author: Campbell Morrison Date: Sat Apr 7 08:35:50 2018 +0100 @@ -36619,7 +39020,7 @@ Date: Sat Apr 7 08:35:50 2018 +0100 LICENSE | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 5d9a8674 +commit 5d9a8674c Author: Campbell Morrison Date: Sat Apr 7 08:27:08 2018 +0100 @@ -36629,7 +39030,7 @@ Date: Sat Apr 7 08:27:08 2018 +0100 web/js/datepicker.js.php | 10 ++++++++++ 2 files changed, 19 insertions(+) -commit a65bdac1 +commit a65bdac1b Author: Campbell Morrison Date: Fri Apr 6 16:52:52 2018 +0100 @@ -36639,7 +39040,7 @@ Date: Fri Apr 6 16:52:52 2018 +0100 web/js/datepicker.js.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -commit 201943d4 +commit 201943d46 Author: Campbell Morrison Date: Fri Apr 6 15:36:00 2018 +0100 @@ -36649,7 +39050,7 @@ Date: Fri Apr 6 15:36:00 2018 +0100 web/js/datepicker.js.php | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) -commit e1dd5e9c +commit e1dd5e9c8 Author: Campbell Morrison Date: Fri Apr 6 15:25:46 2018 +0100 @@ -36658,7 +39059,7 @@ Date: Fri Apr 6 15:25:46 2018 +0100 web/js/datepicker.js.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit 1289a65e +commit 1289a65e2 Author: Campbell Morrison Date: Fri Apr 6 14:58:57 2018 +0100 @@ -36668,7 +39069,7 @@ Date: Fri Apr 6 14:58:57 2018 +0100 web/systemdefaults.inc.php | 3 ++ 2 files changed, 47 insertions(+), 27 deletions(-) -commit 18f44153 +commit 18f44153a Author: Campbell Morrison Date: Thu Apr 5 20:39:51 2018 +0100 @@ -36679,7 +39080,7 @@ Date: Thu Apr 5 20:39:51 2018 +0100 web/js/index.js.php | 20 ++++++++-- 3 files changed, 83 insertions(+), 30 deletions(-) -commit 56cb21e9 +commit 56cb21e9c Author: Campbell Morrison Date: Thu Apr 5 12:14:35 2018 +0100 @@ -36690,7 +39091,7 @@ Date: Thu Apr 5 12:14:35 2018 +0100 web/js/index.js.php | 23 ++++++++++++++--------- 3 files changed, 21 insertions(+), 17 deletions(-) -commit c95b9b2c +commit c95b9b2cf Author: Campbell Morrison Date: Thu Apr 5 11:51:33 2018 +0100 @@ -36699,7 +39100,7 @@ Date: Thu Apr 5 11:51:33 2018 +0100 web/js/index.js.php | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 3c85423c +commit 3c85423cd Author: Campbell Morrison Date: Thu Apr 5 11:40:01 2018 +0100 @@ -36712,7 +39113,7 @@ Date: Thu Apr 5 11:40:01 2018 +0100 web/style.inc | 1 + 5 files changed, 10 insertions(+), 2 deletions(-) -commit bebc4707 +commit bebc4707e Author: Campbell Morrison Date: Thu Apr 5 11:21:47 2018 +0100 @@ -36721,7 +39122,7 @@ Date: Thu Apr 5 11:21:47 2018 +0100 web/css/mrbs.css.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -commit 4d92eca3 +commit 4d92eca3c Author: Campbell Morrison Date: Thu Apr 5 11:12:33 2018 +0100 @@ -36730,7 +39131,7 @@ Date: Thu Apr 5 11:12:33 2018 +0100 LICENSE | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 0a2497ec +commit 0a2497ec0 Author: Campbell Morrison Date: Thu Apr 5 11:07:54 2018 +0100 @@ -36800,7 +39201,7 @@ Date: Thu Apr 5 11:07:54 2018 +0100 .../select2/dist/js/select2.min.js (new) | 1 + 62 files changed, 13079 insertions(+) -commit a285c1a5 +commit a285c1a5b Author: Campbell Morrison Date: Wed Apr 4 18:51:06 2018 +0100 @@ -36813,7 +39214,7 @@ Date: Wed Apr 4 18:51:06 2018 +0100 web/js/index.js.php | 1 + 5 files changed, 61 insertions(+), 39 deletions(-) -commit 4096cfb6 +commit 4096cfb61 Author: Campbell Morrison Date: Wed Apr 4 16:07:48 2018 +0100 @@ -36822,7 +39223,7 @@ Date: Wed Apr 4 16:07:48 2018 +0100 web/css/mrbs.css.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit ebb7eb16 +commit ebb7eb160 Author: Campbell Morrison Date: Tue Apr 3 16:03:30 2018 +0100 @@ -36831,7 +39232,7 @@ Date: Tue Apr 3 16:03:30 2018 +0100 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit 653919df +commit 653919df3 Author: Campbell Morrison Date: Sun Apr 1 17:43:04 2018 +0100 @@ -36840,7 +39241,7 @@ Date: Sun Apr 1 17:43:04 2018 +0100 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit c461b500 +commit c461b500d Author: Campbell Morrison Date: Sun Apr 1 17:35:32 2018 +0100 @@ -36849,7 +39250,7 @@ Date: Sun Apr 1 17:35:32 2018 +0100 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit 36e9289e +commit 36e9289e7 Author: Campbell Morrison Date: Sun Apr 1 16:24:00 2018 +0100 @@ -36858,7 +39259,7 @@ Date: Sun Apr 1 16:24:00 2018 +0100 web/css/mrbs.css.php | 2 ++ 1 file changed, 2 insertions(+) -commit 6e194ebe +commit 6e194ebe6 Author: Campbell Morrison Date: Sun Apr 1 15:22:51 2018 +0100 @@ -36867,7 +39268,7 @@ Date: Sun Apr 1 15:22:51 2018 +0100 web/css/mrbs.css.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -commit 28083058 +commit 280830586 Author: Campbell Morrison Date: Sun Apr 1 11:53:17 2018 +0100 @@ -36876,7 +39277,7 @@ Date: Sun Apr 1 11:53:17 2018 +0100 web/css/mrbs.css.php | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) -commit 06528a87 +commit 06528a875 Author: Campbell Morrison Date: Sun Apr 1 11:33:26 2018 +0100 @@ -36885,7 +39286,7 @@ Date: Sun Apr 1 11:33:26 2018 +0100 web/css/mrbs.css.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 04633f2a +commit 04633f2af Author: Campbell Morrison Date: Sun Apr 1 09:39:42 2018 +0100 @@ -36894,7 +39295,7 @@ Date: Sun Apr 1 09:39:42 2018 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ab9ad695 +commit ab9ad695a Author: Campbell Morrison Date: Sat Mar 31 15:13:45 2018 +0100 @@ -36903,14 +39304,14 @@ Date: Sat Mar 31 15:13:45 2018 +0100 web/css/mrbs.css.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) -commit b9fdf940 -Merge: e7fe986e 6980f3f0 +commit b9fdf9401 +Merge: e7fe986e0 6980f3f0a Author: Campbell Morrison Date: Sat Mar 31 12:27:24 2018 +0100 Merge with default -commit 6980f3f0 +commit 6980f3f0a Author: John Beranek Date: Sat Mar 31 08:53:24 2018 +0100 @@ -36919,7 +39320,7 @@ Date: Sat Mar 31 08:53:24 2018 +0100 web/upgrade/55/mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5dde4ffc +commit 5dde4ffcc Author: John Beranek Date: Sat Mar 31 08:52:03 2018 +0100 @@ -36929,7 +39330,7 @@ Date: Sat Mar 31 08:52:03 2018 +0100 web/upgrade/55/pgsql.sql (new) | 0 2 files changed, 12 insertions(+) -commit d184631a +commit d184631ac Author: John Beranek Date: Fri Mar 30 19:06:23 2018 +0100 @@ -36938,7 +39339,7 @@ Date: Fri Mar 30 19:06:23 2018 +0100 tables.my.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit ca80f4e0 +commit ca80f4e00 Author: John Beranek Date: Fri Mar 30 19:05:06 2018 +0100 @@ -36947,7 +39348,7 @@ Date: Fri Mar 30 19:05:06 2018 +0100 README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 79c9e0cf +commit 79c9e0cfe Author: John Beranek Date: Fri Mar 30 19:03:49 2018 +0100 @@ -36964,7 +39365,7 @@ Date: Fri Mar 30 19:03:49 2018 +0100 web/lib/MRBS/DB_mysql.php | 1 + 7 files changed, 51 insertions(+), 49 deletions(-) -commit e7fe986e +commit e7fe986e0 Author: Campbell Morrison Date: Fri Mar 30 14:58:43 2018 +0100 @@ -36974,14 +39375,14 @@ Date: Fri Mar 30 14:58:43 2018 +0100 web/js/flatpickr/LICENSE.md (new) | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) -commit 7f34496b -Merge: d0fc5210 06d4e363 +commit 7f34496b7 +Merge: d0fc52103 06d4e3638 Author: Campbell Morrison Date: Fri Mar 30 14:49:59 2018 +0100 Merge with default -commit 06d4e363 +commit 06d4e3638 Author: Campbell Morrison Date: Fri Mar 30 14:49:19 2018 +0100 @@ -36991,7 +39392,7 @@ Date: Fri Mar 30 14:49:19 2018 +0100 web/jquery/ui/LICENSE.txt (new) | 43 +++++++++++++++++++++++++ 2 files changed, 95 insertions(+) -commit d0fc5210 +commit d0fc52103 Author: Campbell Morrison Date: Wed Mar 21 13:38:19 2018 +0000 @@ -37001,7 +39402,7 @@ Date: Wed Mar 21 13:38:19 2018 +0000 web/js/index.js.php | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) -commit 7e0d0602 +commit 7e0d0602b Author: Campbell Morrison Date: Wed Mar 21 12:48:14 2018 +0000 @@ -37011,7 +39412,7 @@ Date: Wed Mar 21 12:48:14 2018 +0000 web/js/index.js.php (new) | 41 ++++++++++++++++++ 2 files changed, 127 insertions(+) -commit 37b53243 +commit 37b532439 Author: Campbell Morrison Date: Wed Mar 21 12:18:22 2018 +0000 @@ -37020,7 +39421,7 @@ Date: Wed Mar 21 12:18:22 2018 +0000 web/js/resizable.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2ed1f8e7 +commit 2ed1f8e7a Author: Campbell Morrison Date: Wed Mar 21 11:37:12 2018 +0000 @@ -37029,14 +39430,14 @@ Date: Wed Mar 21 11:37:12 2018 +0000 web/js/resizable.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit deb225f0 -Merge: 9b250d19 ebfc2b67 +commit deb225f0d +Merge: 9b250d195 ebfc2b67c Author: Campbell Morrison Date: Sun Mar 18 15:14:43 2018 +0000 Merge with default -commit ebfc2b67 +commit ebfc2b67c Author: Campbell Morrison Date: Sun Mar 18 15:09:28 2018 +0000 @@ -37047,7 +39448,7 @@ Date: Sun Mar 18 15:09:28 2018 +0000 web/search.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 1046bfc3 +commit 1046bfc33 Author: Campbell Morrison Date: Sun Mar 18 14:56:48 2018 +0000 @@ -37056,7 +39457,7 @@ Date: Sun Mar 18 14:56:48 2018 +0000 web/edit_entry_handler.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 9b250d19 +commit 9b250d195 Author: Campbell Morrison Date: Sun Mar 18 14:43:00 2018 +0000 @@ -37066,7 +39467,7 @@ Date: Sun Mar 18 14:43:00 2018 +0000 web/js/resizable.js.php | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) -commit 9cc4799d +commit 9cc4799d0 Author: Campbell Morrison Date: Fri Mar 16 18:46:20 2018 +0000 @@ -37076,7 +39477,7 @@ Date: Fri Mar 16 18:46:20 2018 +0000 web/js/refresh.js.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 5da3c483 +commit 5da3c4839 Author: Campbell Morrison Date: Fri Mar 16 18:32:28 2018 +0000 @@ -37091,7 +39492,7 @@ Date: Fri Mar 16 18:32:28 2018 +0000 web/js/resizable.js.php | 36 +++---- 7 files changed, 130 insertions(+), 152 deletions(-) -commit 73ff6bc7 +commit 73ff6bc75 Author: Campbell Morrison Date: Fri Mar 16 17:12:31 2018 +0000 @@ -37102,7 +39503,7 @@ Date: Fri Mar 16 17:12:31 2018 +0000 web/js/datepicker.js.php | 19 ++++--------------- 3 files changed, 10 insertions(+), 24 deletions(-) -commit 2051b847 +commit 2051b8476 Author: Campbell Morrison Date: Fri Mar 16 16:34:59 2018 +0000 @@ -37113,7 +39514,7 @@ Date: Fri Mar 16 16:34:59 2018 +0000 web/js/datepicker.js.php | 62 ++++++++++++++++++++------------- 3 files changed, 46 insertions(+), 29 deletions(-) -commit 5fa904ae +commit 5fa904aed Author: Campbell Morrison Date: Fri Mar 16 13:51:28 2018 +0000 @@ -37124,7 +39525,7 @@ Date: Fri Mar 16 13:51:28 2018 +0000 web/js/datepicker.js.php | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) -commit f5654e67 +commit f5654e67d Author: Campbell Morrison Date: Fri Mar 16 13:43:30 2018 +0000 @@ -37134,7 +39535,7 @@ Date: Fri Mar 16 13:43:30 2018 +0000 web/js/datepicker.js.php | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) -commit 57e87a0c +commit 57e87a0ca Author: Campbell Morrison Date: Thu Mar 15 16:53:03 2018 +0000 @@ -37143,7 +39544,7 @@ Date: Thu Mar 15 16:53:03 2018 +0000 web/mrbs_auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8f2b74b1 +commit 8f2b74b18 Author: Campbell Morrison Date: Thu Mar 15 16:49:34 2018 +0000 @@ -37152,7 +39553,7 @@ Date: Thu Mar 15 16:49:34 2018 +0000 web/Themes/default/header.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 689c50ad +commit 689c50adb Author: Campbell Morrison Date: Thu Mar 15 16:36:51 2018 +0000 @@ -37161,7 +39562,7 @@ Date: Thu Mar 15 16:36:51 2018 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 72dca4ca +commit 72dca4ca9 Author: Campbell Morrison Date: Thu Mar 15 16:24:40 2018 +0000 @@ -37172,7 +39573,7 @@ Date: Thu Mar 15 16:24:40 2018 +0000 web/search.php | 2 +- 3 files changed, 11 insertions(+), 17 deletions(-) -commit 1d26c13f +commit 1d26c13f0 Author: Campbell Morrison Date: Thu Mar 15 16:13:46 2018 +0000 @@ -37182,7 +39583,7 @@ Date: Thu Mar 15 16:13:46 2018 +0000 web/css/mrbs.css.php | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) -commit 1547b4f2 +commit 1547b4f21 Author: Campbell Morrison Date: Thu Mar 15 16:02:37 2018 +0000 @@ -37192,7 +39593,7 @@ Date: Thu Mar 15 16:02:37 2018 +0000 web/css/mrbs.css.php | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) -commit 16b39508 +commit 16b395087 Author: Campbell Morrison Date: Thu Mar 15 15:41:35 2018 +0000 @@ -37236,7 +39637,7 @@ Date: Thu Mar 15 15:41:35 2018 +0000 web/search.php | 78 ++++++++++++++++----------------- 36 files changed, 45 insertions(+), 76 deletions(-) -commit 27319680 +commit 273196800 Author: Campbell Morrison Date: Thu Mar 15 14:41:10 2018 +0000 @@ -37245,7 +39646,7 @@ Date: Thu Mar 15 14:41:10 2018 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 76198e05 +commit 76198e05f Author: Campbell Morrison Date: Wed Mar 14 18:17:01 2018 +0000 @@ -37254,7 +39655,7 @@ Date: Wed Mar 14 18:17:01 2018 +0000 web/css/mrbs.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit ff8a87ad +commit ff8a87adc Author: Campbell Morrison Date: Wed Mar 14 18:03:43 2018 +0000 @@ -37263,14 +39664,14 @@ Date: Wed Mar 14 18:03:43 2018 +0000 web/lib/MRBS/System.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit bee15ccb -Merge: 4dcca8e3 516d1e5e +commit bee15ccbe +Merge: 4dcca8e38 516d1e5ed Author: Campbell Morrison Date: Wed Mar 14 17:46:02 2018 +0000 Merge with default -commit 516d1e5e +commit 516d1e5ed Author: Campbell Morrison Date: Wed Mar 14 17:45:22 2018 +0000 @@ -37279,7 +39680,7 @@ Date: Wed Mar 14 17:45:22 2018 +0000 web/edit_users.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit 4dcca8e3 +commit 4dcca8e38 Author: Campbell Morrison Date: Wed Mar 14 16:46:44 2018 +0000 @@ -37288,7 +39689,7 @@ Date: Wed Mar 14 16:46:44 2018 +0000 web/lang/lang.en | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 3148d6e1 +commit 3148d6e1d Author: Campbell Morrison Date: Wed Mar 14 16:34:42 2018 +0000 @@ -37297,7 +39698,7 @@ Date: Wed Mar 14 16:34:42 2018 +0000 web/index.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) -commit 496c075a +commit 496c075ad Author: Campbell Morrison Date: Wed Mar 14 15:14:10 2018 +0000 @@ -37307,7 +39708,7 @@ Date: Wed Mar 14 15:14:10 2018 +0000 web/js/general.js.php | 2 +- 2 files changed, 18 insertions(+), 26 deletions(-) -commit bbbc17cd +commit bbbc17cd5 Author: Campbell Morrison Date: Wed Mar 14 14:36:00 2018 +0000 @@ -37338,7 +39739,7 @@ Date: Wed Mar 14 14:36:00 2018 +0000 web/view_entry.php | 2 +- 23 files changed, 113 insertions(+), 101 deletions(-) -commit 78ed62c1 +commit 78ed62c10 Author: Campbell Morrison Date: Tue Mar 13 16:26:18 2018 +0000 @@ -37347,7 +39748,7 @@ Date: Tue Mar 13 16:26:18 2018 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6dc7c686 +commit 6dc7c6866 Author: Campbell Morrison Date: Tue Mar 13 16:19:11 2018 +0000 @@ -37356,7 +39757,7 @@ Date: Tue Mar 13 16:19:11 2018 +0000 web/css/mrbs.css.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) -commit 275068b6 +commit 275068b6b Author: Campbell Morrison Date: Tue Mar 13 15:40:40 2018 +0000 @@ -37365,7 +39766,7 @@ Date: Tue Mar 13 15:40:40 2018 +0000 web/css/mrbs.css.php | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) -commit cbe42450 +commit cbe424502 Author: Campbell Morrison Date: Tue Mar 13 15:12:14 2018 +0000 @@ -37375,7 +39776,7 @@ Date: Tue Mar 13 15:12:14 2018 +0000 web/index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 4a08ef0a +commit 4a08ef0ad Author: Campbell Morrison Date: Tue Mar 13 14:50:17 2018 +0000 @@ -37384,7 +39785,7 @@ Date: Tue Mar 13 14:50:17 2018 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f054dba4 +commit f054dba42 Author: Campbell Morrison Date: Sun Mar 11 18:01:24 2018 +0000 @@ -37394,7 +39795,7 @@ Date: Sun Mar 11 18:01:24 2018 +0000 web/lib/MRBS/System.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -commit db39fc7c +commit db39fc7c4 Author: Campbell Morrison Date: Sun Mar 11 17:38:53 2018 +0000 @@ -37404,7 +39805,7 @@ Date: Sun Mar 11 17:38:53 2018 +0000 web/lib/MRBS/System.php | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) -commit 5ae57e0f +commit 5ae57e0f2 Author: Campbell Morrison Date: Sun Mar 11 16:14:14 2018 +0000 @@ -37414,7 +39815,7 @@ Date: Sun Mar 11 16:14:14 2018 +0000 web/lib/MRBS/System.php | 178 ++++++++++++++++++++++---------------- 2 files changed, 108 insertions(+), 76 deletions(-) -commit 81e213b9 +commit 81e213b95 Author: Campbell Morrison Date: Sun Mar 11 11:03:04 2018 +0000 @@ -37423,7 +39824,7 @@ Date: Sun Mar 11 11:03:04 2018 +0000 web/js/datepicker.js.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit ff3fde61 +commit ff3fde614 Author: Campbell Morrison Date: Sun Mar 11 11:02:19 2018 +0000 @@ -37432,7 +39833,7 @@ Date: Sun Mar 11 11:02:19 2018 +0000 web/css/mrbs.css.php | 4 ++++ 1 file changed, 4 insertions(+) -commit cd682478 +commit cd6824784 Author: Campbell Morrison Date: Sun Mar 11 10:12:20 2018 +0000 @@ -37441,7 +39842,7 @@ Date: Sun Mar 11 10:12:20 2018 +0000 web/js/datepicker.js.php | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) -commit 03d549da +commit 03d549da2 Author: Campbell Morrison Date: Sat Mar 10 19:23:13 2018 +0000 @@ -37450,7 +39851,7 @@ Date: Sat Mar 10 19:23:13 2018 +0000 web/js/datepicker.js.php | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) -commit d296cfd3 +commit d296cfd37 Author: Campbell Morrison Date: Sat Mar 10 13:19:05 2018 +0000 @@ -37459,7 +39860,7 @@ Date: Sat Mar 10 13:19:05 2018 +0000 web/js/datepicker.js.php | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) -commit 328fb4ec +commit 328fb4ecf Author: Campbell Morrison Date: Sat Mar 10 12:24:37 2018 +0000 @@ -37468,7 +39869,7 @@ Date: Sat Mar 10 12:24:37 2018 +0000 web/js/datepicker.js.php | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) -commit e5287f78 +commit e5287f781 Author: Campbell Morrison Date: Sat Mar 10 11:02:03 2018 +0000 @@ -37477,7 +39878,7 @@ Date: Sat Mar 10 11:02:03 2018 +0000 web/language.inc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) -commit 443c2bde +commit 443c2bde7 Author: Campbell Morrison Date: Sat Mar 10 11:01:23 2018 +0000 @@ -37486,7 +39887,7 @@ Date: Sat Mar 10 11:01:23 2018 +0000 web/systemdefaults.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1d02c4aa +commit 1d02c4aa8 Author: Campbell Morrison Date: Sat Mar 10 10:45:18 2018 +0000 @@ -37500,7 +39901,7 @@ Date: Sat Mar 10 10:45:18 2018 +0000 web/language.inc | 8 +------- 6 files changed, 28 insertions(+), 19 deletions(-) -commit 1b0e4996 +commit 1b0e49965 Author: Campbell Morrison Date: Sat Mar 10 10:28:21 2018 +0000 @@ -37509,7 +39910,7 @@ Date: Sat Mar 10 10:28:21 2018 +0000 web/language.inc | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) -commit 417fc276 +commit 417fc2761 Author: Campbell Morrison Date: Sat Mar 10 10:05:26 2018 +0000 @@ -37518,7 +39919,7 @@ Date: Sat Mar 10 10:05:26 2018 +0000 web/language.inc | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) -commit 133ce5ea +commit 133ce5eaf Author: Campbell Morrison Date: Sat Mar 10 09:51:22 2018 +0000 @@ -37527,7 +39928,7 @@ Date: Sat Mar 10 09:51:22 2018 +0000 web/language.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -commit e9bd9140 +commit e9bd91405 Author: Campbell Morrison Date: Sat Mar 10 09:46:38 2018 +0000 @@ -37536,7 +39937,7 @@ Date: Sat Mar 10 09:46:38 2018 +0000 web/lib/Locale.php | 3 +++ 1 file changed, 3 insertions(+) -commit e7da4910 +commit e7da49106 Author: Campbell Morrison Date: Fri Mar 9 15:51:36 2018 +0000 @@ -37546,7 +39947,7 @@ Date: Fri Mar 9 15:51:36 2018 +0000 web/style.inc | 6 +++--- 2 files changed, 14 insertions(+), 20 deletions(-) -commit e5386aba +commit e5386abaf Author: Campbell Morrison Date: Fri Mar 9 15:27:20 2018 +0000 @@ -37556,7 +39957,7 @@ Date: Fri Mar 9 15:27:20 2018 +0000 web/language.inc | 99 +++++++++++++++++++++------------------------- 2 files changed, 47 insertions(+), 54 deletions(-) -commit c3d87f61 +commit c3d87f61b Author: Campbell Morrison Date: Thu Mar 8 18:14:32 2018 +0000 @@ -37565,7 +39966,7 @@ Date: Thu Mar 8 18:14:32 2018 +0000 web/systemdefaults.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 11e839dd +commit 11e839ddf Author: Campbell Morrison Date: Thu Mar 8 18:12:33 2018 +0000 @@ -37577,7 +39978,7 @@ Date: Thu Mar 8 18:12:33 2018 +0000 web/lib/MRBS/System.php | 168 ++++++++++++----- 4 files changed, 123 insertions(+), 87 deletions(-) -commit 6760e759 +commit 6760e7592 Author: Campbell Morrison Date: Thu Mar 8 12:27:51 2018 +0000 @@ -37588,7 +39989,7 @@ Date: Thu Mar 8 12:27:51 2018 +0000 web/lang/lang.en | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) -commit 668d183e +commit 668d183e6 Author: Campbell Morrison Date: Thu Mar 8 11:54:08 2018 +0000 @@ -37600,7 +40001,7 @@ Date: Thu Mar 8 11:54:08 2018 +0000 web/systemdefaults.inc.php | 9 +++++---- 4 files changed, 51 insertions(+), 5 deletions(-) -commit 3d0aa625 +commit 3d0aa6255 Author: Campbell Morrison Date: Wed Mar 7 14:06:00 2018 +0000 @@ -37617,14 +40018,14 @@ Date: Wed Mar 7 14:06:00 2018 +0000 web/lib/MRBS/System.php (new) | 711 +++++++++++++++++++ 9 files changed, 1237 insertions(+), 954 deletions(-) -commit 8a9c5abc -Merge: e6d7258d 93201eee +commit 8a9c5abc7 +Merge: e6d7258dd 93201eeed Author: Campbell Morrison Date: Tue Mar 6 15:16:01 2018 +0000 Merge with default -commit 93201eee +commit 93201eeed Author: Campbell Morrison Date: Tue Mar 6 15:15:08 2018 +0000 @@ -37635,7 +40036,7 @@ Date: Tue Mar 6 15:15:08 2018 +0000 web/language.inc | 41 ------------------------------------ 3 files changed, 27 insertions(+), 41 deletions(-) -commit 0da01f64 +commit 0da01f64a Author: Campbell Morrison Date: Tue Mar 6 14:26:41 2018 +0000 @@ -37644,14 +40045,14 @@ Date: Tue Mar 6 14:26:41 2018 +0000 web/internalconfig.inc.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) -commit e6d7258d -Merge: 18d85ee4 83c2b5a1 +commit e6d7258dd +Merge: 18d85ee4a 83c2b5a12 Author: Campbell Morrison Date: Mon Mar 5 11:50:39 2018 +0000 Merge with default -commit 83c2b5a1 +commit 83c2b5a12 Author: Campbell Morrison Date: Mon Mar 5 11:49:57 2018 +0000 @@ -37660,7 +40061,7 @@ Date: Mon Mar 5 11:49:57 2018 +0000 web/language.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 18d85ee4 +commit 18d85ee4a Author: Campbell Morrison Date: Sun Mar 4 17:22:24 2018 +0000 @@ -37743,7 +40144,7 @@ Date: Sun Mar 4 17:22:24 2018 +0000 .../ui/i18n/datepicker-zh-TW.js (gone) | 37 --------- 75 files changed, 2982 deletions(-) -commit c508db97 +commit c508db978 Author: Campbell Morrison Date: Sun Mar 4 17:18:37 2018 +0000 @@ -37752,7 +40153,7 @@ Date: Sun Mar 4 17:18:37 2018 +0000 web/js/datepicker.js.php | 100 ++++++++----------------------------- 1 file changed, 22 insertions(+), 78 deletions(-) -commit 41931625 +commit 419316255 Author: Campbell Morrison Date: Sun Mar 4 14:48:56 2018 +0000 @@ -37761,7 +40162,7 @@ Date: Sun Mar 4 14:48:56 2018 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0d922ad0 +commit 0d922ad06 Author: Campbell Morrison Date: Sun Mar 4 14:42:15 2018 +0000 @@ -37771,7 +40172,7 @@ Date: Sun Mar 4 14:42:15 2018 +0000 web/js/edit_entry.js.php | 13 ++++++------- 2 files changed, 15 insertions(+), 10 deletions(-) -commit 4f4aba97 +commit 4f4aba97d Author: Campbell Morrison Date: Sun Mar 4 14:22:03 2018 +0000 @@ -37781,7 +40182,7 @@ Date: Sun Mar 4 14:22:03 2018 +0000 web/language.inc | 16 +++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) -commit 3955af80 +commit 3955af805 Author: Campbell Morrison Date: Sun Mar 4 13:49:40 2018 +0000 @@ -37791,7 +40192,7 @@ Date: Sun Mar 4 13:49:40 2018 +0000 web/language.inc | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) -commit 9401a33e +commit 9401a33e0 Author: Campbell Morrison Date: Sun Mar 4 12:28:38 2018 +0000 @@ -37842,7 +40243,7 @@ Date: Sun Mar 4 12:28:38 2018 +0000 web/js/flatpickr/l10n/vn.js (new) | 66 ++++++++++++++++++++ 43 files changed, 2951 insertions(+) -commit b773a2df +commit b773a2dff Author: Campbell Morrison Date: Sun Mar 4 12:04:11 2018 +0000 @@ -37858,7 +40259,7 @@ Date: Sun Mar 4 12:04:11 2018 +0000 web/language.inc | 11 ++++ 8 files changed, 392 insertions(+), 3 deletions(-) -commit a79aac4b +commit a79aac4b8 Author: Campbell Morrison Date: Sun Mar 4 11:23:41 2018 +0000 @@ -37871,7 +40272,7 @@ Date: Sun Mar 4 11:23:41 2018 +0000 web/style.inc | 2 +- 5 files changed, 24 insertions(+), 3 deletions(-) -commit 556a2dd8 +commit 556a2dd8f Author: Campbell Morrison Date: Sun Mar 4 10:28:07 2018 +0000 @@ -37881,7 +40282,7 @@ Date: Sun Mar 4 10:28:07 2018 +0000 web/js/datepicker.js.php | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) -commit a7a6c94a +commit a7a6c94a9 Author: Campbell Morrison Date: Sun Mar 4 09:11:29 2018 +0000 @@ -37893,7 +40294,7 @@ Date: Sun Mar 4 09:11:29 2018 +0000 web/style.inc | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) -commit d8b51987 +commit d8b519872 Author: Campbell Morrison Date: Sun Mar 4 07:14:07 2018 +0000 @@ -37902,7 +40303,7 @@ Date: Sun Mar 4 07:14:07 2018 +0000 web/css/mrbs.css.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit a40b0218 +commit a40b0218a Author: Campbell Morrison Date: Sat Mar 3 18:13:46 2018 +0000 @@ -37912,7 +40313,7 @@ Date: Sat Mar 3 18:13:46 2018 +0000 web/css/mrbs.css.php | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) -commit 0ef38917 +commit 0ef389170 Author: Campbell Morrison Date: Sat Mar 3 17:47:49 2018 +0000 @@ -37922,7 +40323,7 @@ Date: Sat Mar 3 17:47:49 2018 +0000 web/functions_table.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 3e51e88a +commit 3e51e88a0 Author: Campbell Morrison Date: Sat Mar 3 17:25:49 2018 +0000 @@ -37931,7 +40332,7 @@ Date: Sat Mar 3 17:25:49 2018 +0000 web/Themes/default/styling.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit fa77849c +commit fa77849c8 Author: Campbell Morrison Date: Sat Mar 3 17:08:42 2018 +0000 @@ -37940,7 +40341,7 @@ Date: Sat Mar 3 17:08:42 2018 +0000 web/Themes/default/styling.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3b32de1d +commit 3b32de1d8 Author: Campbell Morrison Date: Sat Mar 3 12:01:47 2018 +0000 @@ -37949,7 +40350,7 @@ Date: Sat Mar 3 12:01:47 2018 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit 052f9d79 +commit 052f9d794 Author: Campbell Morrison Date: Sat Mar 3 11:57:15 2018 +0000 @@ -37958,7 +40359,7 @@ Date: Sat Mar 3 11:57:15 2018 +0000 web/css/mrbs.css.php | 2 ++ 1 file changed, 2 insertions(+) -commit 398b6bc0 +commit 398b6bc0a Author: Campbell Morrison Date: Sat Mar 3 11:37:55 2018 +0000 @@ -37967,7 +40368,7 @@ Date: Sat Mar 3 11:37:55 2018 +0000 web/Themes/default/header.inc | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) -commit c427804c +commit c427804cb Author: Campbell Morrison Date: Fri Mar 2 20:20:10 2018 +0000 @@ -37976,7 +40377,7 @@ Date: Fri Mar 2 20:20:10 2018 +0000 web/css/mrbs.css.php | 4 ++++ 1 file changed, 4 insertions(+) -commit bacdf6a9 +commit bacdf6a98 Author: Campbell Morrison Date: Fri Mar 2 17:57:28 2018 +0000 @@ -37985,7 +40386,7 @@ Date: Fri Mar 2 17:57:28 2018 +0000 web/css/mrbs.css.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit a388c005 +commit a388c005b Author: Campbell Morrison Date: Fri Mar 2 17:42:36 2018 +0000 @@ -37994,7 +40395,7 @@ Date: Fri Mar 2 17:42:36 2018 +0000 web/css/mrbs.css.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -commit ea74cb9c +commit ea74cb9cb Author: Campbell Morrison Date: Fri Mar 2 17:12:01 2018 +0000 @@ -38003,7 +40404,7 @@ Date: Fri Mar 2 17:12:01 2018 +0000 web/css/mrbs.css.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit 7e3674a3 +commit 7e3674a35 Author: Campbell Morrison Date: Fri Mar 2 16:38:08 2018 +0000 @@ -38014,7 +40415,7 @@ Date: Fri Mar 2 16:38:08 2018 +0000 web/lang/lang.en | 2 +- 3 files changed, 26 insertions(+), 22 deletions(-) -commit 8b66a8ad +commit 8b66a8add Author: Campbell Morrison Date: Fri Mar 2 15:24:33 2018 +0000 @@ -38024,7 +40425,7 @@ Date: Fri Mar 2 15:24:33 2018 +0000 web/session/functions_session.inc | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) -commit fa7fd6f5 +commit fa7fd6f5f Author: Campbell Morrison Date: Fri Mar 2 15:06:08 2018 +0000 @@ -38034,7 +40435,7 @@ Date: Fri Mar 2 15:06:08 2018 +0000 web/css/mrbs.css.php | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) -commit 6cee6b63 +commit 6cee6b630 Author: Campbell Morrison Date: Fri Mar 2 14:48:09 2018 +0000 @@ -38043,7 +40444,7 @@ Date: Fri Mar 2 14:48:09 2018 +0000 web/css/mrbs.css.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit df790925 +commit df7909257 Author: Campbell Morrison Date: Fri Mar 2 13:17:26 2018 +0000 @@ -38052,7 +40453,7 @@ Date: Fri Mar 2 13:17:26 2018 +0000 web/css/mrbs.css.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit 46fdf054 +commit 46fdf054b Author: Campbell Morrison Date: Fri Mar 2 12:55:33 2018 +0000 @@ -38061,7 +40462,7 @@ Date: Fri Mar 2 12:55:33 2018 +0000 web/css/mrbs.css.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 75aa94a8 +commit 75aa94a8d Author: Campbell Morrison Date: Fri Mar 2 12:44:56 2018 +0000 @@ -38070,7 +40471,7 @@ Date: Fri Mar 2 12:44:56 2018 +0000 web/css/mrbs.css.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) -commit 531b50be +commit 531b50be0 Author: Campbell Morrison Date: Fri Mar 2 12:31:42 2018 +0000 @@ -38079,7 +40480,7 @@ Date: Fri Mar 2 12:31:42 2018 +0000 web/css/mrbs.css.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit 51495036 +commit 514950360 Author: Campbell Morrison Date: Fri Mar 2 12:05:57 2018 +0000 @@ -38089,7 +40490,7 @@ Date: Fri Mar 2 12:05:57 2018 +0000 web/css/mrbs.css.php | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) -commit 89559e16 +commit 89559e162 Author: Campbell Morrison Date: Fri Mar 2 11:55:47 2018 +0000 @@ -38099,7 +40500,7 @@ Date: Fri Mar 2 11:55:47 2018 +0000 web/css/mrbs.css.php | 68 +++++++++--------------------- 2 files changed, 64 insertions(+), 77 deletions(-) -commit 2d15baec +commit 2d15baec3 Author: Campbell Morrison Date: Fri Mar 2 09:42:08 2018 +0000 @@ -38109,7 +40510,7 @@ Date: Fri Mar 2 09:42:08 2018 +0000 web/lang/lang.en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit a20543d8 +commit a20543d8d Author: Campbell Morrison Date: Fri Mar 2 09:36:42 2018 +0000 @@ -38124,7 +40525,7 @@ Date: Fri Mar 2 09:36:42 2018 +0000 web/session/session_wordpress.inc | 1 - 7 files changed, 13 deletions(-) -commit 8ffac73a +commit 8ffac73aa Author: Campbell Morrison Date: Fri Mar 2 09:21:56 2018 +0000 @@ -38141,7 +40542,7 @@ Date: Fri Mar 2 09:21:56 2018 +0000 web/session/session_wordpress.inc | 2 - 9 files changed, 22 insertions(+), 58 deletions(-) -commit 0c8bb9f5 +commit 0c8bb9f5f Author: Campbell Morrison Date: Fri Mar 2 08:45:16 2018 +0000 @@ -38150,7 +40551,7 @@ Date: Fri Mar 2 08:45:16 2018 +0000 web/Themes/default/header.inc | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) -commit 16bd73f3 +commit 16bd73f3f Author: Campbell Morrison Date: Thu Mar 1 18:18:31 2018 +0000 @@ -38159,7 +40560,7 @@ Date: Thu Mar 1 18:18:31 2018 +0000 web/index.php | 1 - 1 file changed, 1 deletion(-) -commit 96674717 +commit 96674717a Author: Campbell Morrison Date: Thu Mar 1 18:16:06 2018 +0000 @@ -38168,7 +40569,7 @@ Date: Thu Mar 1 18:16:06 2018 +0000 web/index.php | 1 - 1 file changed, 1 deletion(-) -commit 8f0c5f73 +commit 8f0c5f73b Author: Campbell Morrison Date: Thu Mar 1 18:03:40 2018 +0000 @@ -38178,7 +40579,7 @@ Date: Thu Mar 1 18:03:40 2018 +0000 web/index.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) -commit e8b3f9f7 +commit e8b3f9f7f Author: Campbell Morrison Date: Thu Mar 1 17:58:41 2018 +0000 @@ -38190,7 +40591,7 @@ Date: Thu Mar 1 17:58:41 2018 +0000 web/index.php | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) -commit 02f04807 +commit 02f048077 Author: Campbell Morrison Date: Thu Mar 1 16:42:50 2018 +0000 @@ -38200,7 +40601,7 @@ Date: Thu Mar 1 16:42:50 2018 +0000 web/systemdefaults.inc.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) -commit a5522039 +commit a55220392 Author: Campbell Morrison Date: Thu Mar 1 16:36:52 2018 +0000 @@ -38210,7 +40611,7 @@ Date: Thu Mar 1 16:36:52 2018 +0000 web/systemdefaults.inc.php | 17 +++++++++++++---- 2 files changed, 15 insertions(+), 6 deletions(-) -commit 6af31f20 +commit 6af31f202 Author: Campbell Morrison Date: Thu Mar 1 16:24:06 2018 +0000 @@ -38220,7 +40621,7 @@ Date: Thu Mar 1 16:24:06 2018 +0000 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 30 insertions(+), 2 deletions(-) -commit 9a0de5e5 +commit 9a0de5e57 Author: Campbell Morrison Date: Thu Mar 1 15:12:42 2018 +0000 @@ -38232,7 +40633,7 @@ Date: Thu Mar 1 15:12:42 2018 +0000 web/week.php (gone) | 107 ------------ 4 files changed, 750 deletions(-) -commit 3491a709 +commit 3491a7093 Author: Campbell Morrison Date: Thu Mar 1 15:03:54 2018 +0000 @@ -38241,7 +40642,7 @@ Date: Thu Mar 1 15:03:54 2018 +0000 web/functions_table.inc | 31 ------------------------------- 1 file changed, 31 deletions(-) -commit 3f26911f +commit 3f26911fd Author: Campbell Morrison Date: Thu Mar 1 15:00:22 2018 +0000 @@ -38250,7 +40651,7 @@ Date: Thu Mar 1 15:00:22 2018 +0000 web/functions_table.inc | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 4fbd4c79 +commit 4fbd4c79e Author: Campbell Morrison Date: Thu Mar 1 14:38:23 2018 +0000 @@ -38260,7 +40661,7 @@ Date: Thu Mar 1 14:38:23 2018 +0000 web/systemdefaults.inc.php | 4 ---- 2 files changed, 4 insertions(+), 10 deletions(-) -commit ba22695d +commit ba22695d0 Author: Campbell Morrison Date: Thu Mar 1 14:10:14 2018 +0000 @@ -38270,7 +40671,7 @@ Date: Thu Mar 1 14:10:14 2018 +0000 web/lib/MRBS/MiniCalendar.php | 26 +++++++++++++++++++++++--- 2 files changed, 28 insertions(+), 12 deletions(-) -commit 24667fda +commit 24667fda2 Author: Campbell Morrison Date: Wed Feb 28 17:46:26 2018 +0000 @@ -38279,7 +40680,7 @@ Date: Wed Feb 28 17:46:26 2018 +0000 web/Themes/default/styling.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 2ea75903 +commit 2ea75903e Author: Campbell Morrison Date: Wed Feb 28 16:48:03 2018 +0000 @@ -38290,7 +40691,7 @@ Date: Wed Feb 28 16:48:03 2018 +0000 web/lib/MRBS/MiniCalendar.php | 43 ++++++++++++++++++++++++++++++-- 3 files changed, 51 insertions(+), 4 deletions(-) -commit cd8fd098 +commit cd8fd098a Author: Campbell Morrison Date: Wed Feb 28 14:35:01 2018 +0000 @@ -38300,7 +40701,7 @@ Date: Wed Feb 28 14:35:01 2018 +0000 web/lib/MRBS/MiniCalendar.php | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) -commit 35615905 +commit 35615905a Author: Campbell Morrison Date: Wed Feb 28 13:40:58 2018 +0000 @@ -38309,7 +40710,7 @@ Date: Wed Feb 28 13:40:58 2018 +0000 web/css/mrbs.css.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit b3c34e11 +commit b3c34e11a Author: Campbell Morrison Date: Wed Feb 28 10:19:31 2018 +0000 @@ -38318,7 +40719,7 @@ Date: Wed Feb 28 10:19:31 2018 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8b7ec082 +commit 8b7ec082a Author: Campbell Morrison Date: Wed Feb 28 10:15:07 2018 +0000 @@ -38332,7 +40733,7 @@ Date: Wed Feb 28 10:15:07 2018 +0000 web/index.php | 29 ++++++++++++++++- 6 files changed, 44 insertions(+), 69 deletions(-) -commit 9b345e09 +commit 9b345e096 Author: Campbell Morrison Date: Tue Feb 27 17:25:36 2018 +0000 @@ -38341,7 +40742,7 @@ Date: Tue Feb 27 17:25:36 2018 +0000 web/css/mrbs.css.php | 10 ---------- 1 file changed, 10 deletions(-) -commit 606f684d +commit 606f684d5 Author: Campbell Morrison Date: Tue Feb 27 17:21:56 2018 +0000 @@ -38351,7 +40752,7 @@ Date: Tue Feb 27 17:21:56 2018 +0000 web/index.php | 5 ++++- 2 files changed, 13 insertions(+), 2 deletions(-) -commit 9d10d888 +commit 9d10d888e Author: Campbell Morrison Date: Tue Feb 27 17:07:35 2018 +0000 @@ -38405,7 +40806,7 @@ Date: Tue Feb 27 17:07:35 2018 +0000 web/view_entry.php | 2 +- 46 files changed, 59 insertions(+), 59 deletions(-) -commit e6f77b00 +commit e6f77b006 Author: Campbell Morrison Date: Tue Feb 27 16:48:48 2018 +0000 @@ -38414,7 +40815,7 @@ Date: Tue Feb 27 16:48:48 2018 +0000 web/index.php (gone) | 18 ------------------ 1 file changed, 18 deletions(-) -commit ee9b1db3 +commit ee9b1db38 Author: Campbell Morrison Date: Tue Feb 27 16:45:01 2018 +0000 @@ -38424,7 +40825,7 @@ Date: Tue Feb 27 16:45:01 2018 +0000 web/mrbs_auth.inc | 1 + 2 files changed, 4 insertions(+) -commit 9b06db53 +commit 9b06db539 Author: Campbell Morrison Date: Tue Feb 27 16:39:00 2018 +0000 @@ -38434,7 +40835,7 @@ Date: Tue Feb 27 16:39:00 2018 +0000 web/js/general.js.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) -commit 271afc4e +commit 271afc4ee Author: Campbell Morrison Date: Tue Feb 27 16:29:21 2018 +0000 @@ -38444,7 +40845,7 @@ Date: Tue Feb 27 16:29:21 2018 +0000 web/js/general.js.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 04ff6e7a +commit 04ff6e7a3 Author: Campbell Morrison Date: Tue Feb 27 16:17:14 2018 +0000 @@ -38453,7 +40854,7 @@ Date: Tue Feb 27 16:17:14 2018 +0000 web/ajax/{del_entry_ajax.php => del_entry.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) -commit c1a32c4e +commit c1a32c4ed Author: Campbell Morrison Date: Tue Feb 27 16:13:45 2018 +0000 @@ -38464,7 +40865,7 @@ Date: Tue Feb 27 16:13:45 2018 +0000 web/mrbs_auth.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit c451458d +commit c451458d5 Author: Campbell Morrison Date: Tue Feb 27 16:09:50 2018 +0000 @@ -38474,7 +40875,7 @@ Date: Tue Feb 27 16:09:50 2018 +0000 web/js/report.js.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit d3922bbb +commit d3922bbb5 Author: Campbell Morrison Date: Tue Feb 27 15:35:08 2018 +0000 @@ -38485,7 +40886,7 @@ Date: Tue Feb 27 15:35:08 2018 +0000 web/mrbs_auth.inc | 4 +++- 3 files changed, 4 insertions(+), 2 deletions(-) -commit 2496ff4a +commit 2496ff4ac Author: Campbell Morrison Date: Tue Feb 27 15:27:43 2018 +0000 @@ -38495,7 +40896,7 @@ Date: Tue Feb 27 15:27:43 2018 +0000 web/js/edit_entry.js.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 0a60757c +commit 0a60757cd Author: Campbell Morrison Date: Tue Feb 27 15:03:09 2018 +0000 @@ -38505,7 +40906,7 @@ Date: Tue Feb 27 15:03:09 2018 +0000 web/js/general.js.php | 52 +++++++++++++++++++++++++++++---- 2 files changed, 49 insertions(+), 7 deletions(-) -commit d82a425f +commit d82a425f8 Author: Campbell Morrison Date: Tue Feb 27 13:42:41 2018 +0000 @@ -38514,7 +40915,7 @@ Date: Tue Feb 27 13:42:41 2018 +0000 web/js/general.js.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit f1e99772 +commit f1e99772e Author: Campbell Morrison Date: Tue Feb 27 13:40:24 2018 +0000 @@ -38524,7 +40925,7 @@ Date: Tue Feb 27 13:40:24 2018 +0000 web/js/general.js.php | 20 ++++++++++++-------- 2 files changed, 25 insertions(+), 18 deletions(-) -commit 001b60c4 +commit 001b60c47 Author: Campbell Morrison Date: Mon Feb 26 18:34:17 2018 +0000 @@ -38533,7 +40934,7 @@ Date: Mon Feb 26 18:34:17 2018 +0000 web/defaultincludes.inc | 1 - 1 file changed, 1 deletion(-) -commit abdf2f6b +commit abdf2f6b4 Author: Campbell Morrison Date: Mon Feb 26 17:56:10 2018 +0000 @@ -38542,7 +40943,7 @@ Date: Mon Feb 26 17:56:10 2018 +0000 web/js/general.js.php | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) -commit 6eb1db15 +commit 6eb1db150 Author: Campbell Morrison Date: Mon Feb 26 17:45:23 2018 +0000 @@ -38551,7 +40952,7 @@ Date: Mon Feb 26 17:45:23 2018 +0000 web/js/general.js.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit a1da5f78 +commit a1da5f787 Author: Campbell Morrison Date: Mon Feb 26 17:23:42 2018 +0000 @@ -38562,7 +40963,7 @@ Date: Mon Feb 26 17:23:42 2018 +0000 web/lib/MRBS/MiniCalendar.php | 16 ++++-- 3 files changed, 135 insertions(+), 6 deletions(-) -commit 4b7b165b +commit 4b7b165ba Author: Campbell Morrison Date: Mon Feb 26 09:42:12 2018 +0000 @@ -38571,7 +40972,7 @@ Date: Mon Feb 26 09:42:12 2018 +0000 web/css/mrbs.css.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit eed1018a +commit eed1018ac Author: Campbell Morrison Date: Mon Feb 26 09:34:25 2018 +0000 @@ -38583,7 +40984,7 @@ Date: Mon Feb 26 09:34:25 2018 +0000 web/lib/MRBS/MiniCalendar.php | 29 +++++++++++++++++++++++++---- 4 files changed, 86 insertions(+), 10 deletions(-) -commit b5a83f9e +commit b5a83f9eb Author: Campbell Morrison Date: Sun Feb 25 18:09:47 2018 +0000 @@ -38593,7 +40994,7 @@ Date: Sun Feb 25 18:09:47 2018 +0000 web/css/mrbs.css.php | 42 ++++++++++++++++++++------------- 2 files changed, 26 insertions(+), 50 deletions(-) -commit 5e5683f6 +commit 5e5683f6b Author: Campbell Morrison Date: Sun Feb 25 17:25:20 2018 +0000 @@ -38603,7 +41004,7 @@ Date: Sun Feb 25 17:25:20 2018 +0000 web/lib/MRBS/MiniCalendar.php | 40 ++++++++++++++++++++++++--------- 2 files changed, 42 insertions(+), 12 deletions(-) -commit 6397a9a9 +commit 6397a9a98 Author: Campbell Morrison Date: Sun Feb 25 16:27:34 2018 +0000 @@ -38612,7 +41013,7 @@ Date: Sun Feb 25 16:27:34 2018 +0000 web/lib/MRBS/MiniCalendar.php | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) -commit 2d19c817 +commit 2d19c817f Author: Campbell Morrison Date: Sun Feb 25 15:51:46 2018 +0000 @@ -38621,7 +41022,7 @@ Date: Sun Feb 25 15:51:46 2018 +0000 web/css/mrbs.css.php | 2 ++ 1 file changed, 2 insertions(+) -commit f00e4e83 +commit f00e4e83f Author: Campbell Morrison Date: Sun Feb 25 15:47:29 2018 +0000 @@ -38633,7 +41034,7 @@ Date: Sun Feb 25 15:47:29 2018 +0000 web/systemdefaults.inc.php | 32 ++++++++++++++++---------------- 4 files changed, 42 insertions(+), 44 deletions(-) -commit b454f577 +commit b454f577a Author: Campbell Morrison Date: Sun Feb 25 14:46:56 2018 +0000 @@ -38642,7 +41043,7 @@ Date: Sun Feb 25 14:46:56 2018 +0000 web/lib/MRBS/MiniCalendar.php | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) -commit e1d9584b +commit e1d9584b7 Author: Campbell Morrison Date: Sun Feb 25 11:36:57 2018 +0000 @@ -38654,7 +41055,7 @@ Date: Sun Feb 25 11:36:57 2018 +0000 web/systemdefaults.inc.php | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) -commit 5eb99fb5 +commit 5eb99fb54 Author: Campbell Morrison Date: Sun Feb 25 10:39:35 2018 +0000 @@ -38666,7 +41067,7 @@ Date: Sun Feb 25 10:39:35 2018 +0000 web/systemdefaults.inc.php | 30 +++++++++++------------ 4 files changed, 51 insertions(+), 31 deletions(-) -commit 179b40b3 +commit 179b40b3c Author: Campbell Morrison Date: Sun Feb 25 09:42:10 2018 +0000 @@ -38675,7 +41076,7 @@ Date: Sun Feb 25 09:42:10 2018 +0000 web/lib/MRBS/MiniCalendar.php | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) -commit a8169744 +commit a81697444 Author: Campbell Morrison Date: Sun Feb 25 09:33:37 2018 +0000 @@ -38685,7 +41086,7 @@ Date: Sun Feb 25 09:33:37 2018 +0000 web/lib/MRBS/MiniCalendar.php (new) | 122 ++++++++++++++++++++++++++ 2 files changed, 124 insertions(+), 94 deletions(-) -commit 31458fad +commit 31458fad5 Author: Campbell Morrison Date: Sat Feb 24 07:42:25 2018 +0000 @@ -38694,7 +41095,7 @@ Date: Sat Feb 24 07:42:25 2018 +0000 web/Themes/default/header.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -commit 5a789d74 +commit 5a789d744 Author: Campbell Morrison Date: Sat Feb 24 07:30:02 2018 +0000 @@ -38703,7 +41104,7 @@ Date: Sat Feb 24 07:30:02 2018 +0000 web/Themes/default/header.inc | 82 +++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) -commit 5d220e71 +commit 5d220e71c Author: Campbell Morrison Date: Fri Feb 23 12:30:16 2018 +0000 @@ -38713,7 +41114,7 @@ Date: Fri Feb 23 12:30:16 2018 +0000 web/js/refresh.js.php | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) -commit daad8cef +commit daad8cefe Author: Campbell Morrison Date: Fri Feb 23 11:37:14 2018 +0000 @@ -38757,14 +41158,14 @@ Date: Fri Feb 23 11:37:14 2018 +0000 web/lang/lang.zh-tw | 22 ++++++++-------------- 36 files changed, 267 insertions(+), 466 deletions(-) -commit 0e62fc2d -Merge: cf4be8d0 cd620a7f +commit 0e62fc2d5 +Merge: cf4be8d06 cd620a7ff Author: Campbell Morrison Date: Fri Feb 23 10:37:57 2018 +0000 Merge with default -commit cd620a7f +commit cd620a7ff Author: Campbell Morrison Date: Fri Feb 23 10:21:26 2018 +0000 @@ -38773,7 +41174,7 @@ Date: Fri Feb 23 10:21:26 2018 +0000 web/defaultincludes.inc | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) -commit cf4be8d0 +commit cf4be8d06 Author: Campbell Morrison Date: Thu Feb 22 17:09:36 2018 +0000 @@ -38782,7 +41183,7 @@ Date: Thu Feb 22 17:09:36 2018 +0000 web/Themes/default/header.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 08943b0b +commit 08943b0bf Author: Campbell Morrison Date: Thu Feb 22 17:04:31 2018 +0000 @@ -38792,7 +41193,7 @@ Date: Thu Feb 22 17:04:31 2018 +0000 web/view_entry.php | 20 ++++++++------------ 2 files changed, 8 insertions(+), 15 deletions(-) -commit b742acfd +commit b742acfdc Author: Campbell Morrison Date: Thu Feb 22 16:46:14 2018 +0000 @@ -38801,7 +41202,7 @@ Date: Thu Feb 22 16:46:14 2018 +0000 web/pending.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c626bc5b +commit c626bc5be Author: Campbell Morrison Date: Thu Feb 22 16:44:04 2018 +0000 @@ -38810,7 +41211,7 @@ Date: Thu Feb 22 16:44:04 2018 +0000 web/edit_entry_handler.php | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) -commit 9500464b +commit 9500464b6 Author: Campbell Morrison Date: Thu Feb 22 16:15:54 2018 +0000 @@ -38819,7 +41220,7 @@ Date: Thu Feb 22 16:15:54 2018 +0000 web/del_entry.php | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) -commit 50904593 +commit 509045939 Author: Campbell Morrison Date: Thu Feb 22 16:07:43 2018 +0000 @@ -38828,7 +41229,7 @@ Date: Thu Feb 22 16:07:43 2018 +0000 web/Themes/default/header.inc | 39 +++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 16 deletions(-) -commit 4c86b1ab +commit 4c86b1abb Author: Campbell Morrison Date: Thu Feb 22 15:47:08 2018 +0000 @@ -38837,7 +41238,7 @@ Date: Thu Feb 22 15:47:08 2018 +0000 web/Themes/default/header.inc | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) -commit 6ab26686 +commit 6ab266869 Author: Campbell Morrison Date: Thu Feb 22 15:35:16 2018 +0000 @@ -38846,14 +41247,14 @@ Date: Thu Feb 22 15:35:16 2018 +0000 web/pending.php | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) -commit 98bca477 -Merge: 1c7cba57 58a803b0 +commit 98bca4770 +Merge: 1c7cba57b 58a803b00 Author: Campbell Morrison Date: Thu Feb 22 14:58:06 2018 +0000 Merge with default -commit 58a803b0 +commit 58a803b00 Author: Campbell Morrison Date: Thu Feb 22 14:57:18 2018 +0000 @@ -38865,7 +41266,7 @@ Date: Thu Feb 22 14:57:18 2018 +0000 web/systemdefaults.inc.php | 1 + 4 files changed, 10 insertions(+), 12 deletions(-) -commit 7f6696b1 +commit 7f6696b1d Author: Campbell Morrison Date: Thu Feb 22 14:18:12 2018 +0000 @@ -38874,7 +41275,7 @@ Date: Thu Feb 22 14:18:12 2018 +0000 web/search.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) -commit 1c7cba57 +commit 1c7cba57b Author: Campbell Morrison Date: Thu Feb 22 12:30:22 2018 +0000 @@ -38887,14 +41288,14 @@ Date: Thu Feb 22 12:30:22 2018 +0000 web/search.php | 4 ++-- 5 files changed, 41 insertions(+), 41 deletions(-) -commit 044aeb81 -Merge: 86e4b79d 16c147f7 +commit 044aeb812 +Merge: 86e4b79d0 16c147f71 Author: Campbell Morrison Date: Thu Feb 22 10:34:23 2018 +0000 Merge with default -commit 16c147f7 +commit 16c147f71 Author: Campbell Morrison Date: Thu Feb 22 10:33:36 2018 +0000 @@ -38904,7 +41305,7 @@ Date: Thu Feb 22 10:33:36 2018 +0000 web/search.php | 65 +++++++++++++++++++++--------------------- 2 files changed, 42 insertions(+), 35 deletions(-) -commit 86e4b79d +commit 86e4b79d0 Author: Campbell Morrison Date: Wed Feb 21 14:18:32 2018 +0000 @@ -38913,7 +41314,7 @@ Date: Wed Feb 21 14:18:32 2018 +0000 UPGRADE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -commit 10603559 +commit 106035596 Author: Campbell Morrison Date: Wed Feb 21 12:17:48 2018 +0000 @@ -38922,7 +41323,7 @@ Date: Wed Feb 21 12:17:48 2018 +0000 web/search.php | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) -commit bad75b7b +commit bad75b7b1 Author: Campbell Morrison Date: Wed Feb 21 11:58:20 2018 +0000 @@ -38931,7 +41332,7 @@ Date: Wed Feb 21 11:58:20 2018 +0000 web/mrbs_sql.inc | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) -commit f5a6e4c6 +commit f5a6e4c68 Author: Campbell Morrison Date: Wed Feb 21 11:29:09 2018 +0000 @@ -38957,7 +41358,7 @@ Date: Wed Feb 21 11:29:09 2018 +0000 web/view_entry.php | 2 +- 18 files changed, 43 insertions(+), 38 deletions(-) -commit fc48c68f +commit fc48c68f6 Author: Campbell Morrison Date: Wed Feb 21 10:31:04 2018 +0000 @@ -38968,7 +41369,7 @@ Date: Wed Feb 21 10:31:04 2018 +0000 web/systemdefaults.inc.php | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) -commit 129520c7 +commit 129520c77 Author: Campbell Morrison Date: Wed Feb 21 10:20:33 2018 +0000 @@ -38977,7 +41378,7 @@ Date: Wed Feb 21 10:20:33 2018 +0000 web/calendar.php | 146 ++++++++++++++++----------------------------- 1 file changed, 53 insertions(+), 93 deletions(-) -commit df7df3de +commit df7df3de9 Author: Campbell Morrison Date: Wed Feb 21 09:58:04 2018 +0000 @@ -38987,7 +41388,7 @@ Date: Wed Feb 21 09:58:04 2018 +0000 web/css/mrbs.css.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -commit 63b1dac5 +commit 63b1dac50 Author: Campbell Morrison Date: Tue Feb 20 17:34:46 2018 +0000 @@ -38996,7 +41397,7 @@ Date: Tue Feb 20 17:34:46 2018 +0000 web/css/mrbs.css.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -commit 41eaeecf +commit 41eaeecf6 Author: Campbell Morrison Date: Tue Feb 20 17:10:39 2018 +0000 @@ -39006,7 +41407,7 @@ Date: Tue Feb 20 17:10:39 2018 +0000 web/css/mrbs.css.php | 22 ++++++++++++---------- 2 files changed, 51 insertions(+), 10 deletions(-) -commit 0e975015 +commit 0e9750151 Author: Campbell Morrison Date: Tue Feb 20 16:31:10 2018 +0000 @@ -39015,7 +41416,7 @@ Date: Tue Feb 20 16:31:10 2018 +0000 web/css/mrbs.css.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit ad4d7189 +commit ad4d71893 Author: Campbell Morrison Date: Tue Feb 20 16:24:51 2018 +0000 @@ -39027,7 +41428,7 @@ Date: Tue Feb 20 16:24:51 2018 +0000 web/functions.inc | 135 ------------------------------------- 4 files changed, 138 insertions(+), 140 deletions(-) -commit 38da326a +commit 38da326a0 Author: Campbell Morrison Date: Tue Feb 20 15:49:07 2018 +0000 @@ -39037,7 +41438,7 @@ Date: Tue Feb 20 15:49:07 2018 +0000 web/css/mrbs.css.php | 26 ++++++++++++++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) -commit 62f402bf +commit 62f402bf1 Author: Campbell Morrison Date: Tue Feb 20 14:39:28 2018 +0000 @@ -39046,7 +41447,7 @@ Date: Tue Feb 20 14:39:28 2018 +0000 web/calendar.php | 69 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 65 insertions(+), 4 deletions(-) -commit 836dee3c +commit 836dee3c7 Author: Campbell Morrison Date: Tue Feb 20 13:28:22 2018 +0000 @@ -39055,7 +41456,7 @@ Date: Tue Feb 20 13:28:22 2018 +0000 web/calendar.php | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) -commit 363f5aa5 +commit 363f5aa5b Author: Campbell Morrison Date: Tue Feb 20 12:28:46 2018 +0000 @@ -39065,7 +41466,7 @@ Date: Tue Feb 20 12:28:46 2018 +0000 web/css/mrbs.css.php | 9 +++++++++ 2 files changed, 13 insertions(+), 7 deletions(-) -commit 6ea24d00 +commit 6ea24d004 Author: Campbell Morrison Date: Tue Feb 20 12:05:49 2018 +0000 @@ -39076,7 +41477,7 @@ Date: Tue Feb 20 12:05:49 2018 +0000 web/lang/lang.en | 1 + 3 files changed, 25 insertions(+), 5 deletions(-) -commit 81b74eae +commit 81b74eae2 Author: Campbell Morrison Date: Tue Feb 20 10:27:24 2018 +0000 @@ -39085,7 +41486,7 @@ Date: Tue Feb 20 10:27:24 2018 +0000 web/functions_table.inc | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) -commit 3c84973a +commit 3c84973a5 Author: Campbell Morrison Date: Tue Feb 20 10:04:20 2018 +0000 @@ -39097,7 +41498,7 @@ Date: Tue Feb 20 10:04:20 2018 +0000 web/month.php | 373 ------------------------------------- 4 files changed, 385 insertions(+), 376 deletions(-) -commit 0700928c +commit 0700928c2 Author: Campbell Morrison Date: Mon Feb 19 17:30:36 2018 +0000 @@ -39107,7 +41508,7 @@ Date: Mon Feb 19 17:30:36 2018 +0000 web/functions_table.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit b75145aa +commit b75145aa5 Author: Campbell Morrison Date: Mon Feb 19 17:25:06 2018 +0000 @@ -39117,7 +41518,7 @@ Date: Mon Feb 19 17:25:06 2018 +0000 web/functions_table.inc | 55 ++++++++++++++++++++++++++------------- 2 files changed, 43 insertions(+), 22 deletions(-) -commit 7e39a98f +commit 7e39a98f1 Author: Campbell Morrison Date: Mon Feb 19 16:49:58 2018 +0000 @@ -39126,7 +41527,7 @@ Date: Mon Feb 19 16:49:58 2018 +0000 web/functions_table.inc | 63 +++++++++++++++++++++++++-------------- 1 file changed, 40 insertions(+), 23 deletions(-) -commit eb9eebc6 +commit eb9eebc61 Author: Campbell Morrison Date: Mon Feb 19 15:51:04 2018 +0000 @@ -39135,7 +41536,7 @@ Date: Mon Feb 19 15:51:04 2018 +0000 web/functions_table.inc | 57 ++++++++++++++++++++++++++------------- 1 file changed, 39 insertions(+), 18 deletions(-) -commit c0d3be9e +commit c0d3be9ec Author: Campbell Morrison Date: Mon Feb 19 15:21:42 2018 +0000 @@ -39146,7 +41547,7 @@ Date: Mon Feb 19 15:21:42 2018 +0000 web/functions_table.inc | 2 +- 3 files changed, 38 insertions(+), 7 deletions(-) -commit 01346b59 +commit 01346b592 Author: Campbell Morrison Date: Mon Feb 19 14:40:23 2018 +0000 @@ -39156,7 +41557,7 @@ Date: Mon Feb 19 14:40:23 2018 +0000 web/css/mrbs.css.php | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) -commit ec709834 +commit ec7098347 Author: Campbell Morrison Date: Mon Feb 19 12:27:47 2018 +0000 @@ -39165,7 +41566,7 @@ Date: Mon Feb 19 12:27:47 2018 +0000 web/calendar.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 2e2e60c7 +commit 2e2e60c72 Author: Campbell Morrison Date: Mon Feb 19 12:27:24 2018 +0000 @@ -39174,7 +41575,7 @@ Date: Mon Feb 19 12:27:24 2018 +0000 web/css/mrbs.css.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit b18540f4 +commit b18540f49 Author: Campbell Morrison Date: Sun Feb 18 17:42:41 2018 +0000 @@ -39183,7 +41584,7 @@ Date: Sun Feb 18 17:42:41 2018 +0000 web/css/mrbs.css.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit cd9829c8 +commit cd9829c88 Author: Campbell Morrison Date: Sun Feb 18 17:26:15 2018 +0000 @@ -39220,7 +41621,7 @@ Date: Sun Feb 18 17:26:15 2018 +0000 web/lang/lang.zh-cn | 4 ++-- 29 files changed, 84 insertions(+), 56 deletions(-) -commit aaba3424 +commit aaba34248 Author: Campbell Morrison Date: Sun Feb 18 16:50:32 2018 +0000 @@ -39229,7 +41630,7 @@ Date: Sun Feb 18 16:50:32 2018 +0000 web/calendar.php (new) | 55 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) -commit 6b837db6 +commit 6b837db67 Author: Campbell Morrison Date: Sun Feb 18 16:45:20 2018 +0000 @@ -39238,7 +41639,7 @@ Date: Sun Feb 18 16:45:20 2018 +0000 web/functions.inc | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) -commit c8662c8d +commit c8662c8df Author: Campbell Morrison Date: Sun Feb 18 16:30:35 2018 +0000 @@ -39247,7 +41648,7 @@ Date: Sun Feb 18 16:30:35 2018 +0000 web/functions.inc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) -commit 8b2a5869 +commit 8b2a5869a Author: Campbell Morrison Date: Sun Feb 18 15:54:54 2018 +0000 @@ -39283,13 +41684,13 @@ Date: Sun Feb 18 15:54:54 2018 +0000 web/week.php | 3 +- 28 files changed, 42 insertions(+), 369 deletions(-) -commit aa40fed1 +commit aa40fed1a Author: Campbell Morrison Date: Sun Feb 18 14:25:21 2018 +0000 Opened a new branch for the development of navigation improvements -commit e986bf94 +commit e986bf942 Author: Campbell Morrison Date: Thu Feb 15 16:34:53 2018 +0000 @@ -39298,7 +41699,7 @@ Date: Thu Feb 15 16:34:53 2018 +0000 web/edit_users.php | 2 ++ 1 file changed, 2 insertions(+) -commit e041bece +commit e041becef Author: Campbell Morrison Date: Thu Feb 15 16:24:56 2018 +0000 @@ -39307,7 +41708,7 @@ Date: Thu Feb 15 16:24:56 2018 +0000 web/edit_users.php | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) -commit d2bd316f +commit d2bd316f2 Author: Campbell Morrison Date: Wed Feb 14 14:08:50 2018 +0000 @@ -39316,7 +41717,7 @@ Date: Wed Feb 14 14:08:50 2018 +0000 web/mrbs_auth.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 19c0ae1b +commit 19c0ae1b7 Author: Campbell Morrison Date: Wed Feb 14 12:01:00 2018 +0000 @@ -39325,7 +41726,7 @@ Date: Wed Feb 14 12:01:00 2018 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 31dd5687 +commit 31dd56877 Author: Campbell Morrison Date: Wed Feb 14 10:18:41 2018 +0000 @@ -39334,7 +41735,7 @@ Date: Wed Feb 14 10:18:41 2018 +0000 web/systemdefaults.inc.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) -commit 0621bec9 +commit 0621bec98 Author: Campbell Morrison Date: Wed Feb 14 09:59:46 2018 +0000 @@ -39345,7 +41746,7 @@ Date: Wed Feb 14 09:59:46 2018 +0000 web/mrbs_auth.inc | 5 ++--- 3 files changed, 16 insertions(+), 3 deletions(-) -commit 31d70f22 +commit 31d70f223 Author: Campbell Morrison Date: Wed Feb 14 09:40:42 2018 +0000 @@ -39364,7 +41765,7 @@ Date: Wed Feb 14 09:40:42 2018 +0000 web/mrbs_auth.inc | 16 ++++++++++++++-- 11 files changed, 22 insertions(+), 39 deletions(-) -commit a22f33bf +commit a22f33bfb Author: Campbell Morrison Date: Mon Feb 12 17:22:39 2018 +0000 @@ -40221,7 +42622,7 @@ Date: Mon Feb 12 17:22:39 2018 +0000 web/tzurl/zoneinfo/Pacific/Wallis.ics | 4 +- 849 files changed, 4387 insertions(+), 3649 deletions(-) -commit d8ea617a +commit d8ea617aa Author: Campbell Morrison Date: Mon Feb 12 15:20:58 2018 +0000 @@ -40241,7 +42642,7 @@ Date: Mon Feb 12 15:20:58 2018 +0000 web/js.inc | 27 +++--- 12 files changed, 23 insertions(+), 97 deletions(-) -commit 1c50d4f0 +commit 1c50d4f03 Author: Campbell Morrison Date: Mon Feb 12 14:19:13 2018 +0000 @@ -40250,7 +42651,7 @@ Date: Mon Feb 12 14:19:13 2018 +0000 web/js/resizable.js.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 61e58655 +commit 61e586559 Author: Campbell Morrison Date: Mon Feb 12 12:49:18 2018 +0000 @@ -40259,7 +42660,7 @@ Date: Mon Feb 12 12:49:18 2018 +0000 web/js/resizable.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8194fd69 +commit 8194fd692 Author: Campbell Morrison Date: Mon Feb 12 12:35:55 2018 +0000 @@ -40268,20 +42669,20 @@ Date: Mon Feb 12 12:35:55 2018 +0000 web/edit_entry.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 6d2192d5 -Merge: 0f773a75 6189511e +commit 6d2192d51 +Merge: 0f773a750 6189511eb Author: Campbell Morrison Date: Sun Feb 11 11:50:31 2018 +0000 Merge with forms_rewrite -commit 0f773a75 +commit 0f773a750 Author: John Beranek Date: Sun Feb 11 10:50:49 2018 +0000 Added tag mrbs-1_7_1 for changeset 86d4c68952c8 -commit 29305cc2 (tag: mrbs-1_7_1) +commit 29305cc2b (tag: mrbs-1_7_1) Author: John Beranek Date: Sun Feb 11 10:49:59 2018 +0000 @@ -40291,14 +42692,14 @@ Date: Sun Feb 11 10:49:59 2018 +0000 NEWS | 61 +++++++++++++ 2 files changed, 286 insertions(+), 20 deletions(-) -commit 6189511e -Merge: f8975bc9 8b2957bb +commit 6189511eb +Merge: f8975bc9c 8b2957bba Author: Campbell Morrison Date: Sun Feb 11 10:48:55 2018 +0000 Merge with default -commit df5a3629 +commit df5a36291 Author: John Beranek Date: Sun Feb 11 10:32:31 2018 +0000 @@ -40307,7 +42708,7 @@ Date: Sun Feb 11 10:32:31 2018 +0000 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8b2957bb +commit 8b2957bba Author: John Beranek Date: Sun Feb 11 10:25:38 2018 +0000 @@ -40317,14 +42718,14 @@ Date: Sun Feb 11 10:25:38 2018 +0000 web/systemdefaults.inc.php | 4 ++ 2 files changed, 77 insertions(+) -commit f8975bc9 -Merge: c05bfd57 9cd125f9 +commit f8975bc9c +Merge: c05bfd573 9cd125f92 Author: Campbell Morrison Date: Sat Feb 10 08:57:46 2018 +0000 Merge with default -commit 9cd125f9 +commit 9cd125f92 Author: John Beranek Date: Fri Feb 9 22:46:14 2018 +0000 @@ -40333,7 +42734,7 @@ Date: Fri Feb 9 22:46:14 2018 +0000 web/css/mrbs-mail.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c05bfd57 +commit c05bfd573 Author: Campbell Morrison Date: Wed Jan 31 12:43:21 2018 +0000 @@ -40342,7 +42743,7 @@ Date: Wed Jan 31 12:43:21 2018 +0000 web/report.php | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) -commit f2a7df43 +commit f2a7df43d Author: Campbell Morrison Date: Wed Jan 31 12:10:12 2018 +0000 @@ -40351,14 +42752,14 @@ Date: Wed Jan 31 12:10:12 2018 +0000 web/report.php | 27 --------------------------- 1 file changed, 27 deletions(-) -commit b0f9c9c2 -Merge: 565a73cd ad015b0e +commit b0f9c9c29 +Merge: 565a73cd8 ad015b0e6 Author: Campbell Morrison Date: Wed Jan 31 12:06:56 2018 +0000 Merge with default -commit ad015b0e +commit ad015b0e6 Author: Campbell Morrison Date: Wed Jan 31 11:56:25 2018 +0000 @@ -40367,14 +42768,14 @@ Date: Wed Jan 31 11:56:25 2018 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 565a73cd -Merge: 61b7e6a3 ec98e7d3 +commit 565a73cd8 +Merge: 61b7e6a3b ec98e7d38 Author: Campbell Morrison Date: Mon Jan 29 16:29:58 2018 +0000 Merge with default -commit ec98e7d3 +commit ec98e7d38 Author: Campbell Morrison Date: Mon Jan 29 16:29:10 2018 +0000 @@ -40385,14 +42786,14 @@ Date: Mon Jan 29 16:29:10 2018 +0000 web/systemdefaults.inc.php | 4 +- 2 files changed, 160 insertions(+), 93 deletions(-) -commit 61b7e6a3 -Merge: 3bd477c2 5dcc7f67 +commit 61b7e6a3b +Merge: 3bd477c23 5dcc7f67f Author: Campbell Morrison Date: Sat Jan 13 10:12:15 2018 +0000 Merge with default -commit 5dcc7f67 +commit 5dcc7f67f Author: Campbell Morrison Date: Sat Jan 13 10:08:39 2018 +0000 @@ -40402,7 +42803,7 @@ Date: Sat Jan 13 10:08:39 2018 +0000 web/functions_mail.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 8ecea20d +commit 8ecea20d9 Author: Campbell Morrison Date: Sat Jan 13 08:26:30 2018 +0000 @@ -40411,14 +42812,14 @@ Date: Sat Jan 13 08:26:30 2018 +0000 web/systemdefaults.inc.php | 50 +++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 23 deletions(-) -commit 3bd477c2 -Merge: 99a4656c 056d62d3 +commit 3bd477c23 +Merge: 99a4656c7 056d62d32 Author: Campbell Morrison Date: Thu Jan 11 18:56:49 2018 +0000 Merge with default -commit 056d62d3 +commit 056d62d32 Author: Campbell Morrison Date: Thu Jan 11 18:55:53 2018 +0000 @@ -40430,7 +42831,7 @@ Date: Thu Jan 11 18:55:53 2018 +0000 web/systemdefaults.inc.php | 5 +++++ 2 files changed, 21 insertions(+) -commit 99a4656c +commit 99a4656c7 Author: Campbell Morrison Date: Tue Jan 9 17:44:32 2018 +0000 @@ -40439,7 +42840,7 @@ Date: Tue Jan 9 17:44:32 2018 +0000 web/js/edit_entry.js.php | 9 --------- 1 file changed, 9 deletions(-) -commit 1ecd1878 +commit 1ecd1878e Author: Campbell Morrison Date: Tue Jan 9 17:41:09 2018 +0000 @@ -40448,7 +42849,7 @@ Date: Tue Jan 9 17:41:09 2018 +0000 web/js/edit_entry.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 364fd608 +commit 364fd608f Author: Campbell Morrison Date: Tue Jan 9 17:16:43 2018 +0000 @@ -40458,14 +42859,14 @@ Date: Tue Jan 9 17:16:43 2018 +0000 web/js/edit_entry.js.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) -commit e6faf9be -Merge: 5d7348d8 58c4e123 +commit e6faf9be4 +Merge: 5d7348d86 58c4e1237 Author: Campbell Morrison Date: Mon Jan 8 18:02:45 2018 +0000 Merge with default -commit 5d7348d8 +commit 5d7348d86 Author: Campbell Morrison Date: Sun Jan 7 18:23:14 2018 +0000 @@ -40474,7 +42875,7 @@ Date: Sun Jan 7 18:23:14 2018 +0000 web/js/edit_area.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 58c4e123 +commit 58c4e1237 Author: Campbell Morrison Date: Sun Jan 7 18:20:01 2018 +0000 @@ -40483,7 +42884,7 @@ Date: Sun Jan 7 18:20:01 2018 +0000 web/js/edit_area_room.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b96ce68b +commit b96ce68bd Author: Campbell Morrison Date: Sun Jan 7 17:18:24 2018 +0000 @@ -40492,7 +42893,7 @@ Date: Sun Jan 7 17:18:24 2018 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit 1ce68241 +commit 1ce68241c Author: Campbell Morrison Date: Fri Jan 5 15:51:52 2018 +0000 @@ -40501,7 +42902,7 @@ Date: Fri Jan 5 15:51:52 2018 +0000 web/js/edit_area.js.php | 1 - 1 file changed, 1 deletion(-) -commit 9d0e2a40 +commit 9d0e2a400 Author: Campbell Morrison Date: Fri Jan 5 14:37:05 2018 +0000 @@ -40510,7 +42911,7 @@ Date: Fri Jan 5 14:37:05 2018 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a8fd6fbb +commit a8fd6fbba Author: Campbell Morrison Date: Fri Jan 5 13:41:07 2018 +0000 @@ -40519,7 +42920,7 @@ Date: Fri Jan 5 13:41:07 2018 +0000 web/js/general.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 73fd2408 +commit 73fd24088 Author: Campbell Morrison Date: Fri Jan 5 13:33:58 2018 +0000 @@ -40528,7 +42929,7 @@ Date: Fri Jan 5 13:33:58 2018 +0000 web/js/functions.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 65735e58 +commit 65735e587 Author: Campbell Morrison Date: Fri Jan 5 11:41:32 2018 +0000 @@ -40546,7 +42947,7 @@ Date: Fri Jan 5 11:41:32 2018 +0000 web/search.php | 6 +- 9 files changed, 990 insertions(+), 1028 deletions(-) -commit a32d4157 +commit a32d41574 Author: Campbell Morrison Date: Fri Jan 5 10:20:33 2018 +0000 @@ -40555,7 +42956,7 @@ Date: Fri Jan 5 10:20:33 2018 +0000 web/mrbs_sql.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit dc9653b1 +commit dc9653b1e Author: Campbell Morrison Date: Fri Jan 5 10:15:11 2018 +0000 @@ -40564,7 +42965,7 @@ Date: Fri Jan 5 10:15:11 2018 +0000 web/edit_entry_handler.php | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) -commit 69f3d15e +commit 69f3d15e7 Author: Campbell Morrison Date: Fri Jan 5 09:51:04 2018 +0000 @@ -40580,7 +42981,7 @@ Date: Fri Jan 5 09:51:04 2018 +0000 web/upgrade/54/post.inc (new) | 23 +++++++++++++++++++++++ 8 files changed, 34 insertions(+), 7 deletions(-) -commit 67266708 +commit 672667084 Author: Campbell Morrison Date: Fri Jan 5 08:55:26 2018 +0000 @@ -40589,7 +42990,7 @@ Date: Fri Jan 5 08:55:26 2018 +0000 web/js/datepicker.js.php | 128 +------------------------------------ 1 file changed, 1 insertion(+), 127 deletions(-) -commit c0cc0c27 +commit c0cc0c27d Author: Campbell Morrison Date: Thu Jan 4 18:47:33 2018 +0000 @@ -40601,14 +43002,14 @@ Date: Thu Jan 4 18:47:33 2018 +0000 web/edit_room.php | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) -commit 279ced2f -Merge: 9904dc5b 15c02b89 +commit 279ced2f3 +Merge: 9904dc5bf 15c02b896 Author: Campbell Morrison Date: Thu Jan 4 16:39:42 2018 +0000 Merge with default -commit 15c02b89 +commit 15c02b896 Author: Campbell Morrison Date: Thu Jan 4 16:38:56 2018 +0000 @@ -40617,7 +43018,7 @@ Date: Thu Jan 4 16:38:56 2018 +0000 web/view_entry.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 9904dc5b +commit 9904dc5bf Author: Campbell Morrison Date: Thu Jan 4 16:21:14 2018 +0000 @@ -40627,7 +43028,7 @@ Date: Thu Jan 4 16:21:14 2018 +0000 web/edit_users.php | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) -commit 8be49ea5 +commit 8be49ea56 Author: Campbell Morrison Date: Thu Jan 4 15:20:36 2018 +0000 @@ -40636,7 +43037,7 @@ Date: Thu Jan 4 15:20:36 2018 +0000 web/mrbs_sql.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit a5fb4a55 +commit a5fb4a553 Author: Campbell Morrison Date: Thu Jan 4 12:29:54 2018 +0000 @@ -40645,7 +43046,7 @@ Date: Thu Jan 4 12:29:54 2018 +0000 web/edit_entry_handler.php | 42 +++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 20 deletions(-) -commit 4a80621b +commit 4a80621bf Author: Campbell Morrison Date: Thu Jan 4 11:29:26 2018 +0000 @@ -40654,14 +43055,14 @@ Date: Thu Jan 4 11:29:26 2018 +0000 web/edit_entry_handler.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) -commit 4e9a23da -Merge: 5cb16590 7b274198 +commit 4e9a23da1 +Merge: 5cb165902 7b2741980 Author: Campbell Morrison Date: Thu Jan 4 10:40:32 2018 +0000 Merge with default -commit 7b274198 +commit 7b2741980 Author: Campbell Morrison Date: Thu Jan 4 10:39:34 2018 +0000 @@ -40671,7 +43072,7 @@ Date: Thu Jan 4 10:39:34 2018 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit 5cb16590 +commit 5cb165902 Author: Campbell Morrison Date: Thu Jan 4 09:54:34 2018 +0000 @@ -40681,7 +43082,7 @@ Date: Thu Jan 4 09:54:34 2018 +0000 web/css/mrbs.css.php | 10 +++++++++- 2 files changed, 32 insertions(+), 13 deletions(-) -commit 229a5340 +commit 229a53407 Author: Campbell Morrison Date: Wed Jan 3 18:09:24 2018 +0000 @@ -40690,14 +43091,14 @@ Date: Wed Jan 3 18:09:24 2018 +0000 web/edit_users.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -commit e548b120 -Merge: 0104ce23 e9e00832 +commit e548b1207 +Merge: 0104ce23d e9e008328 Author: Campbell Morrison Date: Tue Jan 2 20:14:56 2018 +0000 Merge with default -commit e9e00832 +commit e9e008328 Author: Campbell Morrison Date: Tue Jan 2 20:14:11 2018 +0000 @@ -40707,7 +43108,7 @@ Date: Tue Jan 2 20:14:11 2018 +0000 web/lib/MRBS/JFactory.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -commit 0104ce23 +commit 0104ce23d Author: Campbell Morrison Date: Tue Jan 2 14:52:49 2018 +0000 @@ -40718,7 +43119,7 @@ Date: Tue Jan 2 14:52:49 2018 +0000 web/session/functions_session.inc | 3 ++- 3 files changed, 33 insertions(+), 8 deletions(-) -commit 6013420f +commit 6013420fa Author: Campbell Morrison Date: Mon Jan 1 19:07:02 2018 +0000 @@ -40727,7 +43128,7 @@ Date: Mon Jan 1 19:07:02 2018 +0000 web/edit_users.php | 3 --- 1 file changed, 3 deletions(-) -commit 6050679e +commit 6050679e9 Author: Campbell Morrison Date: Mon Jan 1 19:04:21 2018 +0000 @@ -40736,7 +43137,7 @@ Date: Mon Jan 1 19:04:21 2018 +0000 web/functions.inc | 1011 ------------------------------------------- 1 file changed, 1011 deletions(-) -commit 8cad45b2 +commit 8cad45b2a Author: Campbell Morrison Date: Mon Jan 1 18:40:42 2018 +0000 @@ -40745,7 +43146,7 @@ Date: Mon Jan 1 18:40:42 2018 +0000 web/edit_users.php | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) -commit 42ed9b3a +commit 42ed9b3a8 Author: Campbell Morrison Date: Mon Jan 1 18:18:16 2018 +0000 @@ -40754,7 +43155,7 @@ Date: Mon Jan 1 18:18:16 2018 +0000 web/edit_users.php | 65 -------------------------------------------- 1 file changed, 65 deletions(-) -commit 1553f61b +commit 1553f61be Author: Campbell Morrison Date: Mon Jan 1 18:14:47 2018 +0000 @@ -40763,7 +43164,7 @@ Date: Mon Jan 1 18:14:47 2018 +0000 web/edit_users.php | 46 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) -commit ed844df3 +commit ed844df37 Author: Campbell Morrison Date: Mon Jan 1 17:21:56 2018 +0000 @@ -40772,7 +43173,7 @@ Date: Mon Jan 1 17:21:56 2018 +0000 web/edit_users.php | 42 ------------------------------------------ 1 file changed, 42 deletions(-) -commit 066b59da +commit 066b59dae Author: Campbell Morrison Date: Mon Jan 1 17:18:29 2018 +0000 @@ -40781,7 +43182,7 @@ Date: Mon Jan 1 17:18:29 2018 +0000 web/edit_users.php | 56 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 48 insertions(+), 8 deletions(-) -commit 2e4fefc0 +commit 2e4fefc07 Author: Campbell Morrison Date: Mon Jan 1 12:51:23 2018 +0000 @@ -40790,7 +43191,7 @@ Date: Mon Jan 1 12:51:23 2018 +0000 web/edit_users.php | 14 -------------- 1 file changed, 14 deletions(-) -commit fca69de1 +commit fca69de1c Author: Campbell Morrison Date: Mon Jan 1 12:48:16 2018 +0000 @@ -40803,7 +43204,7 @@ Date: Mon Jan 1 12:48:16 2018 +0000 web/edit_users.php | 5 ----- 5 files changed, 1 insertion(+), 78 deletions(-) -commit 6b65d2a5 +commit 6b65d2a55 Author: Campbell Morrison Date: Mon Jan 1 12:36:16 2018 +0000 @@ -40812,7 +43213,7 @@ Date: Mon Jan 1 12:36:16 2018 +0000 web/edit_users.php | 43 ------------------------------------------- 1 file changed, 43 deletions(-) -commit 39547f48 +commit 39547f489 Author: Campbell Morrison Date: Mon Jan 1 12:31:09 2018 +0000 @@ -40821,7 +43222,7 @@ Date: Mon Jan 1 12:31:09 2018 +0000 web/edit_users.php | 38 -------------------------------------- 1 file changed, 38 deletions(-) -commit 5eda9065 +commit 5eda90657 Author: Campbell Morrison Date: Mon Jan 1 12:21:51 2018 +0000 @@ -40830,7 +43231,7 @@ Date: Mon Jan 1 12:21:51 2018 +0000 web/edit_users.php | 50 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) -commit 73410528 +commit 734105286 Author: Campbell Morrison Date: Mon Jan 1 11:26:36 2018 +0000 @@ -40840,7 +43241,7 @@ Date: Mon Jan 1 11:26:36 2018 +0000 web/edit_users.php | 93 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 5 deletions(-) -commit 179e19bf +commit 179e19bfe Author: Campbell Morrison Date: Sun Dec 31 22:25:31 2017 +0000 @@ -40849,7 +43250,7 @@ Date: Sun Dec 31 22:25:31 2017 +0000 web/edit_users.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) -commit 934dad13 +commit 934dad136 Author: Campbell Morrison Date: Sun Dec 31 22:16:04 2017 +0000 @@ -40858,7 +43259,7 @@ Date: Sun Dec 31 22:16:04 2017 +0000 web/edit_users.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) -commit c7fc91bb +commit c7fc91bb7 Author: Campbell Morrison Date: Sun Dec 31 22:04:13 2017 +0000 @@ -40867,7 +43268,7 @@ Date: Sun Dec 31 22:04:13 2017 +0000 web/edit_users.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) -commit 5c9048cd +commit 5c9048cd2 Author: Campbell Morrison Date: Sun Dec 31 21:38:57 2017 +0000 @@ -40876,7 +43277,7 @@ Date: Sun Dec 31 21:38:57 2017 +0000 web/edit_users.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit bd1762da +commit bd1762da8 Author: Campbell Morrison Date: Sun Dec 31 18:49:39 2017 +0000 @@ -40885,7 +43286,7 @@ Date: Sun Dec 31 18:49:39 2017 +0000 web/edit_users.php | 93 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) -commit fa959964 +commit fa959964a Author: Campbell Morrison Date: Sun Dec 31 17:21:48 2017 +0000 @@ -40894,7 +43295,7 @@ Date: Sun Dec 31 17:21:48 2017 +0000 web/edit_users.php | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) -commit 9495f49c +commit 9495f49c5 Author: Campbell Morrison Date: Sun Dec 31 15:57:03 2017 +0000 @@ -40903,7 +43304,7 @@ Date: Sun Dec 31 15:57:03 2017 +0000 web/functions.inc | 63 ++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 32 deletions(-) -commit 09dd435b +commit 09dd435bf Author: Campbell Morrison Date: Sun Dec 31 15:19:31 2017 +0000 @@ -40912,7 +43313,7 @@ Date: Sun Dec 31 15:19:31 2017 +0000 web/functions.inc | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) -commit f505e16e +commit f505e16ec Author: Campbell Morrison Date: Sun Dec 31 12:24:28 2017 +0000 @@ -40923,7 +43324,7 @@ Date: Sun Dec 31 12:24:28 2017 +0000 web/css/mrbs.css.php | 148 ++++--------------------------------- 3 files changed, 16 insertions(+), 203 deletions(-) -commit 944cc5ba +commit 944cc5baa Author: Campbell Morrison Date: Sun Dec 31 10:11:50 2017 +0000 @@ -40932,7 +43333,7 @@ Date: Sun Dec 31 10:11:50 2017 +0000 web/import.php | 189 +++++++++++++---------------------------------- 1 file changed, 53 insertions(+), 136 deletions(-) -commit 70c1c3a0 +commit 70c1c3a06 Author: Campbell Morrison Date: Sun Dec 31 08:42:09 2017 +0000 @@ -40942,7 +43343,7 @@ Date: Sun Dec 31 08:42:09 2017 +0000 web/import.php | 1 + 2 files changed, 5 insertions(+) -commit 8b723820 +commit 8b7238201 Author: Campbell Morrison Date: Sun Dec 31 08:28:08 2017 +0000 @@ -40954,7 +43355,7 @@ Date: Sun Dec 31 08:28:08 2017 +0000 web/lib/MRBS/Form/FieldInputFile.php (new) | 15 ++ 4 files changed, 151 insertions(+), 1 deletion(-) -commit f0656647 +commit f06566473 Author: Campbell Morrison Date: Sat Dec 30 18:47:49 2017 +0000 @@ -40963,7 +43364,7 @@ Date: Sat Dec 30 18:47:49 2017 +0000 web/session/functions_session.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d74ecf3a +commit d74ecf3a2 Author: Campbell Morrison Date: Sat Dec 30 18:38:43 2017 +0000 @@ -40972,7 +43373,7 @@ Date: Sat Dec 30 18:38:43 2017 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit ba230381 +commit ba230381a Author: Campbell Morrison Date: Sat Dec 30 18:30:47 2017 +0000 @@ -40982,7 +43383,7 @@ Date: Sat Dec 30 18:30:47 2017 +0000 web/dbsys.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 813c75d1 +commit 813c75d1a Author: Campbell Morrison Date: Sat Dec 30 17:21:17 2017 +0000 @@ -40991,7 +43392,7 @@ Date: Sat Dec 30 17:21:17 2017 +0000 web/edit_entry.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) -commit 48e43688 +commit 48e43688c Author: Campbell Morrison Date: Sat Dec 30 17:10:45 2017 +0000 @@ -41000,7 +43401,7 @@ Date: Sat Dec 30 17:10:45 2017 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit aaf23c74 +commit aaf23c749 Author: Campbell Morrison Date: Sat Dec 30 16:38:06 2017 +0000 @@ -41011,7 +43412,7 @@ Date: Sat Dec 30 16:38:06 2017 +0000 web/js/resizable.js.php | 5 +---- 3 files changed, 4 insertions(+), 12 deletions(-) -commit c46d6f28 +commit c46d6f280 Author: Campbell Morrison Date: Sat Dec 30 16:24:29 2017 +0000 @@ -41025,7 +43426,7 @@ Date: Sat Dec 30 16:24:29 2017 +0000 web/js/resizable.js.php | 23 ++++++----------------- 6 files changed, 14 insertions(+), 23 deletions(-) -commit fc1efe51 +commit fc1efe51c Author: Campbell Morrison Date: Sat Dec 30 11:34:07 2017 +0000 @@ -41036,7 +43437,7 @@ Date: Sat Dec 30 11:34:07 2017 +0000 web/js/edit_entry.js.php | 26 +++++++++++++------------- 3 files changed, 24 insertions(+), 24 deletions(-) -commit 4fa077ef +commit 4fa077efc Author: Campbell Morrison Date: Sat Dec 30 09:21:56 2017 +0000 @@ -41045,7 +43446,7 @@ Date: Sat Dec 30 09:21:56 2017 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit d84024ec +commit d84024ec5 Author: Campbell Morrison Date: Sat Dec 30 09:14:22 2017 +0000 @@ -41055,7 +43456,7 @@ Date: Sat Dec 30 09:14:22 2017 +0000 web/css/mrbs.css.php | 27 --------------------------- 2 files changed, 2 insertions(+), 33 deletions(-) -commit 0450d0fc +commit 0450d0fc3 Author: Campbell Morrison Date: Sat Dec 30 09:03:15 2017 +0000 @@ -41064,7 +43465,7 @@ Date: Sat Dec 30 09:03:15 2017 +0000 web/edit_entry.php | 188 ------------------------------------------- 1 file changed, 188 deletions(-) -commit c85f36ae +commit c85f36ae3 Author: Campbell Morrison Date: Sat Dec 30 08:49:12 2017 +0000 @@ -41073,7 +43474,7 @@ Date: Sat Dec 30 08:49:12 2017 +0000 web/edit_entry.php | 37 ------------------------------------- 1 file changed, 37 deletions(-) -commit 26668e9f +commit 26668e9f2 Author: Campbell Morrison Date: Sat Dec 30 08:11:48 2017 +0000 @@ -41083,7 +43484,7 @@ Date: Sat Dec 30 08:11:48 2017 +0000 web/edit_entry.php | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) -commit 3c90490a +commit 3c90490a0 Author: Campbell Morrison Date: Fri Dec 29 18:16:38 2017 +0000 @@ -41092,7 +43493,7 @@ Date: Fri Dec 29 18:16:38 2017 +0000 web/edit_entry.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) -commit ee2cc4c4 +commit ee2cc4c4b Author: Campbell Morrison Date: Fri Dec 29 15:45:09 2017 +0000 @@ -41101,7 +43502,7 @@ Date: Fri Dec 29 15:45:09 2017 +0000 web/edit_entry.php | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) -commit f1698cd4 +commit f1698cd45 Author: Campbell Morrison Date: Fri Dec 29 15:33:51 2017 +0000 @@ -41110,14 +43511,14 @@ Date: Fri Dec 29 15:33:51 2017 +0000 web/edit_entry.php | 44 +++++++++++--------------------------------- 1 file changed, 11 insertions(+), 33 deletions(-) -commit 2f23118e -Merge: 90ec37fc a2618761 +commit 2f23118ee +Merge: 90ec37fc3 a26187618 Author: Campbell Morrison Date: Fri Dec 29 12:27:03 2017 +0000 Merge with default -commit a2618761 +commit a26187618 Author: Campbell Morrison Date: Fri Dec 29 11:36:40 2017 +0000 @@ -41140,7 +43541,7 @@ Date: Fri Dec 29 11:36:40 2017 +0000 web/mrbs_sql.inc | 4 ++-- 15 files changed, 24 insertions(+), 24 deletions(-) -commit 36d6f4d5 +commit 36d6f4d5d Author: Campbell Morrison Date: Fri Dec 29 11:23:06 2017 +0000 @@ -41149,7 +43550,7 @@ Date: Fri Dec 29 11:23:06 2017 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 508cb808 +commit 508cb8086 Author: Campbell Morrison Date: Fri Dec 29 11:17:19 2017 +0000 @@ -41158,7 +43559,7 @@ Date: Fri Dec 29 11:17:19 2017 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 90ec37fc +commit 90ec37fc3 Author: Campbell Morrison Date: Fri Dec 29 07:14:12 2017 +0000 @@ -41168,7 +43569,7 @@ Date: Fri Dec 29 07:14:12 2017 +0000 web/edit_entry.php | 112 ++++++++++++++++++++++++++++++++++++------ 2 files changed, 98 insertions(+), 17 deletions(-) -commit 71282c81 +commit 71282c816 Author: Campbell Morrison Date: Thu Dec 28 13:43:06 2017 +0000 @@ -41177,7 +43578,7 @@ Date: Thu Dec 28 13:43:06 2017 +0000 web/edit_entry.php | 31 ------------------------------- 1 file changed, 31 deletions(-) -commit dcabe6ed +commit dcabe6edf Author: Campbell Morrison Date: Thu Dec 28 13:35:09 2017 +0000 @@ -41186,7 +43587,7 @@ Date: Thu Dec 28 13:35:09 2017 +0000 web/edit_entry.php | 24 ------------------------ 1 file changed, 24 deletions(-) -commit edd3f672 +commit edd3f672d Author: Campbell Morrison Date: Thu Dec 28 13:27:57 2017 +0000 @@ -41195,7 +43596,7 @@ Date: Thu Dec 28 13:27:57 2017 +0000 web/edit_entry.php | 85 -------------------------------------------- 1 file changed, 85 deletions(-) -commit 14e31672 +commit 14e31672a Author: Campbell Morrison Date: Wed Dec 27 15:29:56 2017 +0000 @@ -41205,7 +43606,7 @@ Date: Wed Dec 27 15:29:56 2017 +0000 web/js/edit_entry.js.php | 24 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 40 deletions(-) -commit c35a7d6d +commit c35a7d6d1 Author: Campbell Morrison Date: Wed Dec 27 11:35:41 2017 +0000 @@ -41215,7 +43616,7 @@ Date: Wed Dec 27 11:35:41 2017 +0000 web/edit_entry.php | 28 +++++++++++++++++++++++----- 2 files changed, 28 insertions(+), 10 deletions(-) -commit 876cc70d +commit 876cc70d4 Author: Campbell Morrison Date: Wed Dec 27 09:31:51 2017 +0000 @@ -41224,7 +43625,7 @@ Date: Wed Dec 27 09:31:51 2017 +0000 web/edit_entry.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) -commit 7449c5ed +commit 7449c5eda Author: Campbell Morrison Date: Tue Dec 26 22:18:55 2017 +0000 @@ -41233,7 +43634,7 @@ Date: Tue Dec 26 22:18:55 2017 +0000 web/edit_entry.php | 52 ++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 28 deletions(-) -commit 3bac5f66 +commit 3bac5f667 Author: Campbell Morrison Date: Tue Dec 26 22:03:00 2017 +0000 @@ -41242,7 +43643,7 @@ Date: Tue Dec 26 22:03:00 2017 +0000 web/edit_entry.php | 19 ------------------- 1 file changed, 19 deletions(-) -commit bffe489b +commit bffe489b1 Author: Campbell Morrison Date: Tue Dec 26 22:01:02 2017 +0000 @@ -41251,7 +43652,7 @@ Date: Tue Dec 26 22:01:02 2017 +0000 web/edit_entry.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) -commit 5fca024d +commit 5fca024de Author: Campbell Morrison Date: Tue Dec 26 21:37:53 2017 +0000 @@ -41260,7 +43661,7 @@ Date: Tue Dec 26 21:37:53 2017 +0000 web/edit_entry.php | 85 ++------------------------------------------ 1 file changed, 3 insertions(+), 82 deletions(-) -commit 87527201 +commit 87527201f Author: Campbell Morrison Date: Tue Dec 26 18:58:30 2017 +0000 @@ -41269,7 +43670,7 @@ Date: Tue Dec 26 18:58:30 2017 +0000 web/edit_entry.php | 79 -------------------------------------------- 1 file changed, 79 deletions(-) -commit 46e5ac39 +commit 46e5ac395 Author: Campbell Morrison Date: Tue Dec 26 18:46:11 2017 +0000 @@ -41278,7 +43679,7 @@ Date: Tue Dec 26 18:46:11 2017 +0000 web/edit_entry.php | 6 ------ 1 file changed, 6 deletions(-) -commit 5e0a6daa +commit 5e0a6daa2 Author: Campbell Morrison Date: Tue Dec 26 18:43:08 2017 +0000 @@ -41287,7 +43688,7 @@ Date: Tue Dec 26 18:43:08 2017 +0000 web/edit_entry.php | 10 ---------- 1 file changed, 10 deletions(-) -commit 0ab7f82d +commit 0ab7f82da Author: Campbell Morrison Date: Tue Dec 26 17:24:10 2017 +0000 @@ -41296,7 +43697,7 @@ Date: Tue Dec 26 17:24:10 2017 +0000 web/edit_entry.php | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) -commit c465fbe9 +commit c465fbe97 Author: Campbell Morrison Date: Tue Dec 26 16:50:03 2017 +0000 @@ -41305,7 +43706,7 @@ Date: Tue Dec 26 16:50:03 2017 +0000 web/css/mrbs.css.php | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 355859c0 +commit 355859c00 Author: Campbell Morrison Date: Tue Dec 26 16:11:40 2017 +0000 @@ -41316,7 +43717,7 @@ Date: Tue Dec 26 16:11:40 2017 +0000 web/js/general.js.php | 2 +- 3 files changed, 25 insertions(+), 15 deletions(-) -commit a23887e8 +commit a23887e87 Author: Campbell Morrison Date: Tue Dec 26 14:49:58 2017 +0000 @@ -41326,7 +43727,7 @@ Date: Tue Dec 26 14:49:58 2017 +0000 web/edit_entry.php | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 20 deletions(-) -commit 8c8b1b0f +commit 8c8b1b0f7 Author: Campbell Morrison Date: Tue Dec 26 11:56:21 2017 +0000 @@ -41337,7 +43738,7 @@ Date: Tue Dec 26 11:56:21 2017 +0000 .../MRBS/Form/FieldInputCheckboxGroup.php | 4 +- 3 files changed, 155 insertions(+), 7 deletions(-) -commit d1717687 +commit d17176870 Author: Campbell Morrison Date: Sun Dec 24 21:55:57 2017 +0000 @@ -41347,7 +43748,7 @@ Date: Sun Dec 24 21:55:57 2017 +0000 web/lib/MRBS/Form/Element.php | 8 ++++- 2 files changed, 58 insertions(+), 2 deletions(-) -commit 113083b3 +commit 113083b3b Author: Campbell Morrison Date: Sun Dec 24 17:32:45 2017 +0000 @@ -41357,7 +43758,7 @@ Date: Sun Dec 24 17:32:45 2017 +0000 web/edit_entry.php | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) -commit 0ccf742b +commit 0ccf742bb Author: Campbell Morrison Date: Sun Dec 24 17:05:32 2017 +0000 @@ -41366,7 +43767,7 @@ Date: Sun Dec 24 17:05:32 2017 +0000 web/edit_entry.php | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) -commit 65b2173a +commit 65b2173a1 Author: Campbell Morrison Date: Sun Dec 24 16:39:19 2017 +0000 @@ -41375,7 +43776,7 @@ Date: Sun Dec 24 16:39:19 2017 +0000 web/edit_entry.php | 60 +------------------------------------------- 1 file changed, 1 insertion(+), 59 deletions(-) -commit 703ce3f0 +commit 703ce3f0c Author: Campbell Morrison Date: Sun Dec 24 16:30:29 2017 +0000 @@ -41384,7 +43785,7 @@ Date: Sun Dec 24 16:30:29 2017 +0000 web/edit_entry.php | 28 ---------------------------- 1 file changed, 28 deletions(-) -commit 76aac6c5 +commit 76aac6c5e Author: Campbell Morrison Date: Sun Dec 24 16:22:49 2017 +0000 @@ -41394,7 +43795,7 @@ Date: Sun Dec 24 16:22:49 2017 +0000 web/edit_entry.php | 31 +------------------------------ 2 files changed, 1 insertion(+), 31 deletions(-) -commit e9cd5d1c +commit e9cd5d1c9 Author: Campbell Morrison Date: Sun Dec 24 15:37:30 2017 +0000 @@ -41403,7 +43804,7 @@ Date: Sun Dec 24 15:37:30 2017 +0000 web/edit_entry.php | 39 --------------------------------------- 1 file changed, 39 deletions(-) -commit 0428f6be +commit 0428f6bec Author: Campbell Morrison Date: Sun Dec 24 15:28:18 2017 +0000 @@ -41412,7 +43813,7 @@ Date: Sun Dec 24 15:28:18 2017 +0000 web/edit_entry.php | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) -commit c1d9fa9a +commit c1d9fa9a9 Author: Campbell Morrison Date: Sun Dec 24 14:59:11 2017 +0000 @@ -41421,7 +43822,7 @@ Date: Sun Dec 24 14:59:11 2017 +0000 web/edit_entry.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 58b44e97 +commit 58b44e972 Author: Campbell Morrison Date: Sun Dec 24 13:59:23 2017 +0000 @@ -41430,7 +43831,7 @@ Date: Sun Dec 24 13:59:23 2017 +0000 web/edit_entry.php | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) -commit d1e30c88 +commit d1e30c886 Author: Campbell Morrison Date: Sun Dec 24 11:53:56 2017 +0000 @@ -41439,7 +43840,7 @@ Date: Sun Dec 24 11:53:56 2017 +0000 web/edit_entry.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) -commit fd9d631a +commit fd9d631a6 Author: Campbell Morrison Date: Sun Dec 24 11:37:58 2017 +0000 @@ -41448,7 +43849,7 @@ Date: Sun Dec 24 11:37:58 2017 +0000 web/edit_entry.php | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) -commit 70180f6f +commit 70180f6f9 Author: Campbell Morrison Date: Sun Dec 24 08:38:55 2017 +0000 @@ -41457,7 +43858,7 @@ Date: Sun Dec 24 08:38:55 2017 +0000 web/edit_entry.php | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) -commit 5f291076 +commit 5f291076e Author: Campbell Morrison Date: Sun Dec 24 08:21:49 2017 +0000 @@ -41467,7 +43868,7 @@ Date: Sun Dec 24 08:21:49 2017 +0000 web/lib/MRBS/Form/Element.php | 2 +- 2 files changed, 266 insertions(+), 2 deletions(-) -commit 91eb2fb9 +commit 91eb2fb9f Author: Campbell Morrison Date: Sat Dec 23 08:22:42 2017 +0000 @@ -41476,7 +43877,7 @@ Date: Sat Dec 23 08:22:42 2017 +0000 web/edit_entry.php | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) -commit 07b98388 +commit 07b983882 Author: Campbell Morrison Date: Fri Dec 22 22:40:13 2017 +0000 @@ -41485,7 +43886,7 @@ Date: Fri Dec 22 22:40:13 2017 +0000 web/edit_entry.php | 73 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 62 insertions(+), 11 deletions(-) -commit 7c36a8d7 +commit 7c36a8d77 Author: Campbell Morrison Date: Fri Dec 22 17:18:22 2017 +0000 @@ -41504,7 +43905,7 @@ Date: Fri Dec 22 17:18:22 2017 +0000 web/report.php | 2 +- 11 files changed, 64 insertions(+), 20 deletions(-) -commit 57951691 +commit 579516919 Author: Campbell Morrison Date: Fri Dec 22 11:24:54 2017 +0000 @@ -41513,7 +43914,7 @@ Date: Fri Dec 22 11:24:54 2017 +0000 web/edit_entry.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) -commit 9ddb6d4d +commit 9ddb6d4d0 Author: Campbell Morrison Date: Fri Dec 22 09:33:59 2017 +0000 @@ -41523,7 +43924,7 @@ Date: Fri Dec 22 09:33:59 2017 +0000 web/edit_entry.php | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) -commit 2ca8410f +commit 2ca8410f5 Author: Campbell Morrison Date: Thu Dec 21 23:32:27 2017 +0000 @@ -41533,7 +43934,7 @@ Date: Thu Dec 21 23:32:27 2017 +0000 web/css/mrbs.css.php | 37 +++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 19 deletions(-) -commit 0f877a79 +commit 0f877a790 Author: Campbell Morrison Date: Thu Dec 21 23:23:24 2017 +0000 @@ -41545,7 +43946,7 @@ Date: Thu Dec 21 23:23:24 2017 +0000 web/search.php | 67 +++++++++++------- 4 files changed, 81 insertions(+), 26 deletions(-) -commit 346aafca +commit 346aafca0 Author: Campbell Morrison Date: Thu Dec 21 16:50:40 2017 +0000 @@ -41556,7 +43957,7 @@ Date: Thu Dec 21 16:50:40 2017 +0000 web/js/datepicker.js.php | 8 +++++++- 2 files changed, 25 insertions(+), 12 deletions(-) -commit 474f4f63 +commit 474f4f63f Author: Campbell Morrison Date: Thu Dec 21 15:51:46 2017 +0000 @@ -41566,7 +43967,7 @@ Date: Thu Dec 21 15:51:46 2017 +0000 web/js/datepicker.js.php | 12 ++++++++++-- 2 files changed, 17 insertions(+), 6 deletions(-) -commit 2066999f +commit 2066999fd Author: Campbell Morrison Date: Thu Dec 21 11:49:06 2017 +0000 @@ -41575,7 +43976,7 @@ Date: Thu Dec 21 11:49:06 2017 +0000 web/standard_vars.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit f9dee5e0 +commit f9dee5e0f Author: Campbell Morrison Date: Wed Dec 20 23:12:23 2017 +0000 @@ -41584,14 +43985,14 @@ Date: Wed Dec 20 23:12:23 2017 +0000 web/css/mrbs.css.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit cda22f2f -Merge: c87559b1 7ef3c457 +commit cda22f2f6 +Merge: c87559b1d 7ef3c4575 Author: Campbell Morrison Date: Wed Dec 20 22:52:52 2017 +0000 Merge with default -commit 7ef3c457 +commit 7ef3c4575 Author: Campbell Morrison Date: Wed Dec 20 22:39:12 2017 +0000 @@ -41633,7 +44034,7 @@ Date: Wed Dec 20 22:39:12 2017 +0000 web/session/functions_session.inc | 4 ++-- 34 files changed, 2 insertions(+), 35 deletions(-) -commit 207a9b66 +commit 207a9b669 Author: Campbell Morrison Date: Wed Dec 20 22:24:38 2017 +0000 @@ -41644,7 +44045,7 @@ Date: Wed Dec 20 22:24:38 2017 +0000 web/session/functions_session.inc | 18 +++++++++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) -commit c87559b1 +commit c87559b1d Author: Campbell Morrison Date: Wed Dec 20 11:31:43 2017 +0000 @@ -41657,7 +44058,7 @@ Date: Wed Dec 20 11:31:43 2017 +0000 web/report.php | 26 ++++---------------- 5 files changed, 55 insertions(+), 56 deletions(-) -commit f92cecd2 +commit f92cecd20 Author: Campbell Morrison Date: Tue Dec 19 22:40:21 2017 +0000 @@ -41666,7 +44067,7 @@ Date: Tue Dec 19 22:40:21 2017 +0000 web/js/datepicker.js.php | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) -commit 8b526367 +commit 8b5263678 Author: Campbell Morrison Date: Tue Dec 19 17:55:38 2017 +0000 @@ -41676,7 +44077,7 @@ Date: Tue Dec 19 17:55:38 2017 +0000 web/js/datepicker.js.php | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) -commit 562e0d50 +commit 562e0d505 Author: Campbell Morrison Date: Tue Dec 19 09:34:57 2017 +0000 @@ -41686,7 +44087,7 @@ Date: Tue Dec 19 09:34:57 2017 +0000 web/js/datepicker.js.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit deaec2af +commit deaec2afe Author: Campbell Morrison Date: Mon Dec 18 23:30:36 2017 +0000 @@ -41696,7 +44097,7 @@ Date: Mon Dec 18 23:30:36 2017 +0000 web/report.php | 28 +++++++++++++++++++++------- 2 files changed, 28 insertions(+), 8 deletions(-) -commit 4af0921b +commit 4af0921b9 Author: Campbell Morrison Date: Mon Dec 18 20:00:38 2017 +0000 @@ -41705,7 +44106,7 @@ Date: Mon Dec 18 20:00:38 2017 +0000 web/css/mrbs.css.php | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) -commit f1c45b8e +commit f1c45b8ec Author: Campbell Morrison Date: Mon Dec 18 19:52:15 2017 +0000 @@ -41714,7 +44115,7 @@ Date: Mon Dec 18 19:52:15 2017 +0000 web/report.php | 380 ----------------------------------------------- 1 file changed, 380 deletions(-) -commit 489dbc93 +commit 489dbc939 Author: Campbell Morrison Date: Mon Dec 18 18:11:00 2017 +0000 @@ -41723,7 +44124,7 @@ Date: Mon Dec 18 18:11:00 2017 +0000 web/report.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) -commit 3c851b05 +commit 3c851b05e Author: Campbell Morrison Date: Mon Dec 18 17:50:54 2017 +0000 @@ -41732,7 +44133,7 @@ Date: Mon Dec 18 17:50:54 2017 +0000 web/report.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -commit 972db108 +commit 972db1082 Author: Campbell Morrison Date: Mon Dec 18 17:40:37 2017 +0000 @@ -41741,7 +44142,7 @@ Date: Mon Dec 18 17:40:37 2017 +0000 web/report.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -commit e73de816 +commit e73de816c Author: Campbell Morrison Date: Mon Dec 18 17:28:35 2017 +0000 @@ -41750,7 +44151,7 @@ Date: Mon Dec 18 17:28:35 2017 +0000 web/report.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -commit 4ed78386 +commit 4ed78386a Author: Campbell Morrison Date: Mon Dec 18 17:13:23 2017 +0000 @@ -41759,7 +44160,7 @@ Date: Mon Dec 18 17:13:23 2017 +0000 web/report.php | 47 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 9 deletions(-) -commit 27d9c320 +commit 27d9c320f Author: Campbell Morrison Date: Mon Dec 18 16:50:07 2017 +0000 @@ -41768,7 +44169,7 @@ Date: Mon Dec 18 16:50:07 2017 +0000 web/report.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -commit 8ff035f9 +commit 8ff035f96 Author: Campbell Morrison Date: Mon Dec 18 15:02:03 2017 +0000 @@ -41777,7 +44178,7 @@ Date: Mon Dec 18 15:02:03 2017 +0000 web/report.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) -commit 63330f7f +commit 63330f7f3 Author: Campbell Morrison Date: Mon Dec 18 12:56:05 2017 +0000 @@ -41786,7 +44187,7 @@ Date: Mon Dec 18 12:56:05 2017 +0000 web/report.php | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) -commit f94a3258 +commit f94a32585 Author: Campbell Morrison Date: Mon Dec 18 12:44:07 2017 +0000 @@ -41795,7 +44196,7 @@ Date: Mon Dec 18 12:44:07 2017 +0000 web/report.php | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) -commit d750964e +commit d750964e8 Author: Campbell Morrison Date: Mon Dec 18 11:55:07 2017 +0000 @@ -41804,7 +44205,7 @@ Date: Mon Dec 18 11:55:07 2017 +0000 web/report.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) -commit 81e3b5c8 +commit 81e3b5c82 Author: Campbell Morrison Date: Mon Dec 18 11:18:43 2017 +0000 @@ -41813,7 +44214,7 @@ Date: Mon Dec 18 11:18:43 2017 +0000 web/report.php | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 9aab63e5 +commit 9aab63e57 Author: Campbell Morrison Date: Mon Dec 18 11:15:00 2017 +0000 @@ -41822,7 +44223,7 @@ Date: Mon Dec 18 11:15:00 2017 +0000 web/report.php | 9 +++++++++ 1 file changed, 9 insertions(+) -commit 35f0d109 +commit 35f0d1093 Author: Campbell Morrison Date: Mon Dec 18 10:53:52 2017 +0000 @@ -41831,7 +44232,7 @@ Date: Mon Dec 18 10:53:52 2017 +0000 web/report.php | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) -commit 58d18613 +commit 58d186130 Author: Campbell Morrison Date: Sun Dec 17 23:12:02 2017 +0000 @@ -41841,7 +44242,7 @@ Date: Sun Dec 17 23:12:02 2017 +0000 web/report.php | 36 +++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 6 deletions(-) -commit 3e2de50d +commit 3e2de50de Author: Campbell Morrison Date: Sun Dec 17 21:52:28 2017 +0000 @@ -41850,7 +44251,7 @@ Date: Sun Dec 17 21:52:28 2017 +0000 web/report.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -commit d2d28fd7 +commit d2d28fd77 Author: Campbell Morrison Date: Sun Dec 17 21:42:41 2017 +0000 @@ -41862,7 +44263,7 @@ Date: Sun Dec 17 21:42:41 2017 +0000 web/lib/MRBS/Form/FieldInputRadioGroup.php | 1 + 3 files changed, 23 insertions(+), 14 deletions(-) -commit c484fc3f +commit c484fc3f0 Author: Campbell Morrison Date: Sun Dec 17 17:29:47 2017 +0000 @@ -41872,7 +44273,7 @@ Date: Sun Dec 17 17:29:47 2017 +0000 web/lib/MRBS/Form/Element.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 43960391 +commit 439603915 Author: Campbell Morrison Date: Sun Dec 17 17:20:42 2017 +0000 @@ -41884,7 +44285,7 @@ Date: Sun Dec 17 17:20:42 2017 +0000 web/report.php | 4 +- 4 files changed, 58 insertions(+), 44 deletions(-) -commit 62ad65ac +commit 62ad65acb Author: Campbell Morrison Date: Sun Dec 17 16:46:43 2017 +0000 @@ -41898,7 +44299,7 @@ Date: Sun Dec 17 16:46:43 2017 +0000 web/report.php | 9 +-- 6 files changed, 131 insertions(+), 51 deletions(-) -commit f6dfbf0d +commit f6dfbf0d7 Author: Campbell Morrison Date: Sun Dec 17 12:00:03 2017 +0000 @@ -41913,7 +44314,7 @@ Date: Sun Dec 17 12:00:03 2017 +0000 web/report.php | 90 +++++++++++++++++- 7 files changed, 180 insertions(+), 3 deletions(-) -commit 45f26955 +commit 45f269555 Author: Campbell Morrison Date: Sat Dec 16 00:25:27 2017 +0000 @@ -41922,7 +44323,7 @@ Date: Sat Dec 16 00:25:27 2017 +0000 web/js/edit_area_room.js.php (gone) | 319 -------------------------- 1 file changed, 319 deletions(-) -commit 9d1c3147 +commit 9d1c3147f Author: Campbell Morrison Date: Sat Dec 16 00:22:53 2017 +0000 @@ -41931,7 +44332,7 @@ Date: Sat Dec 16 00:22:53 2017 +0000 web/js/edit_area.js.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit a0f61bb0 +commit a0f61bb05 Author: Campbell Morrison Date: Sat Dec 16 00:09:37 2017 +0000 @@ -41940,7 +44341,7 @@ Date: Sat Dec 16 00:09:37 2017 +0000 web/edit_area.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) -commit b488a4ae +commit b488a4aed Author: Campbell Morrison Date: Sat Dec 16 00:02:31 2017 +0000 @@ -41950,7 +44351,7 @@ Date: Sat Dec 16 00:02:31 2017 +0000 web/lib/MRBS/Form/ElementInputTime.php | 3 +-- 2 files changed, 9 insertions(+), 8 deletions(-) -commit 3785611c +commit 3785611cc Author: Campbell Morrison Date: Fri Dec 15 23:55:39 2017 +0000 @@ -41959,7 +44360,7 @@ Date: Fri Dec 15 23:55:39 2017 +0000 web/lib/MRBS/Form/ElementInputTime.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit f5f1a2cc +commit f5f1a2cc1 Author: Campbell Morrison Date: Fri Dec 15 23:45:39 2017 +0000 @@ -41971,7 +44372,7 @@ Date: Fri Dec 15 23:45:39 2017 +0000 web/js/general.js.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) -commit 77f4c731 +commit 77f4c7319 Author: Campbell Morrison Date: Fri Dec 15 23:06:04 2017 +0000 @@ -41982,7 +44383,7 @@ Date: Fri Dec 15 23:06:04 2017 +0000 web/js/general.js.php | 15 +++++++++++++++ 2 files changed, 34 insertions(+) -commit a38e78c0 +commit a38e78c0e Author: Campbell Morrison Date: Fri Dec 15 14:36:16 2017 +0000 @@ -41993,7 +44394,7 @@ Date: Fri Dec 15 14:36:16 2017 +0000 web/report.php | 20 ++++- 3 files changed, 107 insertions(+), 76 deletions(-) -commit 35b681f4 +commit 35b681f4a Author: Campbell Morrison Date: Fri Dec 15 10:27:12 2017 +0000 @@ -42002,7 +44403,7 @@ Date: Fri Dec 15 10:27:12 2017 +0000 web/lib/MRBS/Form/ElementFieldset.php | 26 ++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) -commit f3fcff75 +commit f3fcff75f Author: Campbell Morrison Date: Thu Dec 14 20:53:46 2017 +0000 @@ -42016,7 +44417,7 @@ Date: Thu Dec 14 20:53:46 2017 +0000 web/systemdefaults.inc.php | 10 +++---- 6 files changed, 19 insertions(+), 58 deletions(-) -commit f637c20a +commit f637c20ad Author: Campbell Morrison Date: Thu Dec 14 20:11:13 2017 +0000 @@ -42026,7 +44427,7 @@ Date: Thu Dec 14 20:11:13 2017 +0000 web/edit_area_room.php (gone) | 1527 ------------------------------- 2 files changed, 1538 deletions(-) -commit a437fe5c +commit a437fe5c3 Author: Campbell Morrison Date: Thu Dec 14 20:03:45 2017 +0000 @@ -42037,7 +44438,7 @@ Date: Thu Dec 14 20:03:45 2017 +0000 web/functions.inc | 10 +++ 3 files changed, 148 insertions(+), 12 deletions(-) -commit cdaa8afd +commit cdaa8afd2 Author: Campbell Morrison Date: Thu Dec 14 17:26:46 2017 +0000 @@ -42046,7 +44447,7 @@ Date: Thu Dec 14 17:26:46 2017 +0000 web/edit_room_handler.php (new) | 68 +++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) -commit d320dc98 +commit d320dc980 Author: Campbell Morrison Date: Thu Dec 14 17:10:22 2017 +0000 @@ -42055,7 +44456,7 @@ Date: Thu Dec 14 17:10:22 2017 +0000 web/edit_room.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) -commit eaced73f +commit eaced73f5 Author: Campbell Morrison Date: Thu Dec 14 17:06:39 2017 +0000 @@ -42064,7 +44465,7 @@ Date: Thu Dec 14 17:06:39 2017 +0000 web/css/mrbs.css.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 8872bdb5 +commit 8872bdb51 Author: Campbell Morrison Date: Thu Dec 14 16:36:09 2017 +0000 @@ -42073,7 +44474,7 @@ Date: Thu Dec 14 16:36:09 2017 +0000 web/edit_room.php | 11 ----------- 1 file changed, 11 deletions(-) -commit fadd472f +commit fadd472f1 Author: Campbell Morrison Date: Thu Dec 14 16:29:17 2017 +0000 @@ -42083,7 +44484,7 @@ Date: Thu Dec 14 16:29:17 2017 +0000 web/edit_room.php | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) -commit 726c9bc4 +commit 726c9bc41 Author: Campbell Morrison Date: Thu Dec 14 16:17:04 2017 +0000 @@ -42094,7 +44495,7 @@ Date: Thu Dec 14 16:17:04 2017 +0000 web/lib/MRBS/Form/Field.php | 7 +++++++ 3 files changed, 40 insertions(+), 6 deletions(-) -commit 2d44bd72 +commit 2d44bd727 Author: Campbell Morrison Date: Thu Dec 14 15:49:47 2017 +0000 @@ -42104,7 +44505,7 @@ Date: Thu Dec 14 15:49:47 2017 +0000 web/lib/MRBS/Form/Element.php | 10 ++++++ 2 files changed, 67 insertions(+), 1 deletion(-) -commit 874d08a4 +commit 874d08a4f Author: Campbell Morrison Date: Thu Dec 14 12:24:40 2017 +0000 @@ -42115,7 +44516,7 @@ Date: Thu Dec 14 12:24:40 2017 +0000 web/edit_room.php | 16 ++++++++++++++-- 3 files changed, 36 insertions(+), 14 deletions(-) -commit b1a6ae32 +commit b1a6ae320 Author: Campbell Morrison Date: Thu Dec 14 11:38:49 2017 +0000 @@ -42125,7 +44526,7 @@ Date: Thu Dec 14 11:38:49 2017 +0000 web/css/mrbs.css.php | 25 +++++++------------------ 2 files changed, 9 insertions(+), 20 deletions(-) -commit f68f7d45 +commit f68f7d457 Author: Campbell Morrison Date: Thu Dec 14 10:31:42 2017 +0000 @@ -42136,7 +44537,7 @@ Date: Thu Dec 14 10:31:42 2017 +0000 web/edit_room.php | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) -commit 62e88eea +commit 62e88eeaa Author: Campbell Morrison Date: Thu Dec 14 10:23:25 2017 +0000 @@ -42151,7 +44552,7 @@ Date: Thu Dec 14 10:23:25 2017 +0000 web/session/functions_session.inc | 4 +- 7 files changed, 62 insertions(+), 18 deletions(-) -commit 0d8cfe11 +commit 0d8cfe111 Author: Campbell Morrison Date: Wed Dec 13 21:28:34 2017 +0000 @@ -42160,7 +44561,7 @@ Date: Wed Dec 13 21:28:34 2017 +0000 web/edit_room.php (new) | 135 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) -commit fdc3244f +commit fdc3244fb Author: Campbell Morrison Date: Wed Dec 13 19:00:38 2017 +0000 @@ -42169,7 +44570,7 @@ Date: Wed Dec 13 19:00:38 2017 +0000 convert_db_to_utf8.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7bc9f445 +commit 7bc9f4454 Author: Campbell Morrison Date: Wed Dec 13 18:57:11 2017 +0000 @@ -42178,7 +44579,7 @@ Date: Wed Dec 13 18:57:11 2017 +0000 convert_db_to_utf8.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cb02e7de +commit cb02e7de1 Author: Campbell Morrison Date: Wed Dec 13 17:40:08 2017 +0000 @@ -42222,7 +44623,7 @@ Date: Wed Dec 13 17:40:08 2017 +0000 web/mrbs_auth.inc | 2 ++ 36 files changed, 39 insertions(+), 102 deletions(-) -commit f9592028 +commit f9592028e Author: Campbell Morrison Date: Wed Dec 13 11:40:21 2017 +0000 @@ -42231,7 +44632,7 @@ Date: Wed Dec 13 11:40:21 2017 +0000 web/admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 7a101d7a +commit 7a101d7ad Author: Campbell Morrison Date: Wed Dec 13 10:45:38 2017 +0000 @@ -42240,7 +44641,7 @@ Date: Wed Dec 13 10:45:38 2017 +0000 web/js/edit_area.js.php | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) -commit eca0a0ae +commit eca0a0ae7 Author: Campbell Morrison Date: Wed Dec 13 10:14:31 2017 +0000 @@ -42249,7 +44650,7 @@ Date: Wed Dec 13 10:14:31 2017 +0000 web/js/edit_area.js.php | 14 -------------- 1 file changed, 14 deletions(-) -commit ae95792d +commit ae95792d4 Author: Campbell Morrison Date: Wed Dec 13 08:56:31 2017 +0000 @@ -42259,7 +44660,7 @@ Date: Wed Dec 13 08:56:31 2017 +0000 convert_db_to_utf8.php | 1 + 1 file changed, 1 insertion(+) -commit 2794b5d2 +commit 2794b5d24 Author: Campbell Morrison Date: Tue Dec 12 21:31:11 2017 +0000 @@ -42268,7 +44669,7 @@ Date: Tue Dec 12 21:31:11 2017 +0000 web/js/edit_area.js.php (new) | 283 ++++++++++++++++++++++++++++++++ 1 file changed, 283 insertions(+) -commit 186f395f +commit 186f395f9 Author: Campbell Morrison Date: Tue Dec 12 01:06:28 2017 +0000 @@ -42277,7 +44678,7 @@ Date: Tue Dec 12 01:06:28 2017 +0000 web/js/general.js.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit bfc5f066 +commit bfc5f066d Author: Campbell Morrison Date: Tue Dec 12 00:10:16 2017 +0000 @@ -42286,7 +44687,7 @@ Date: Tue Dec 12 00:10:16 2017 +0000 web/js/general.js.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 1f87182f +commit 1f87182f9 Author: Campbell Morrison Date: Tue Dec 12 00:04:03 2017 +0000 @@ -42295,7 +44696,7 @@ Date: Tue Dec 12 00:04:03 2017 +0000 web/js/general.js.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) -commit 84d07d3b +commit 84d07d3b7 Author: Campbell Morrison Date: Mon Dec 11 20:56:48 2017 +0000 @@ -42306,7 +44707,7 @@ Date: Mon Dec 11 20:56:48 2017 +0000 web/mrbs_auth.inc | 1 + 3 files changed, 325 insertions(+), 9 deletions(-) -commit 2d8cb533 +commit 2d8cb5330 Author: Campbell Morrison Date: Sun Dec 10 20:44:36 2017 +0000 @@ -42315,7 +44716,7 @@ Date: Sun Dec 10 20:44:36 2017 +0000 web/edit_area.php | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) -commit 448e0dee +commit 448e0deeb Author: Campbell Morrison Date: Sun Dec 10 20:35:06 2017 +0000 @@ -42325,7 +44726,7 @@ Date: Sun Dec 10 20:35:06 2017 +0000 web/lib/MRBS/Form/Field.php | 9 +++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) -commit e53aabec +commit e53aabec3 Author: Campbell Morrison Date: Sun Dec 10 18:07:48 2017 +0000 @@ -42334,7 +44735,7 @@ Date: Sun Dec 10 18:07:48 2017 +0000 web/lib/MRBS/Form/Field.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 0f2f47e9 +commit 0f2f47e99 Author: Campbell Morrison Date: Sun Dec 10 18:02:23 2017 +0000 @@ -42344,7 +44745,7 @@ Date: Sun Dec 10 18:02:23 2017 +0000 web/lib/MRBS/Form/Field.php | 9 +++++++++ 2 files changed, 10 insertions(+) -commit b212d495 +commit b212d495f Author: Campbell Morrison Date: Sun Dec 10 17:47:24 2017 +0000 @@ -42354,7 +44755,7 @@ Date: Sun Dec 10 17:47:24 2017 +0000 web/lib/MRBS/Form/Field.php | 9 +++++++++ 2 files changed, 10 insertions(+) -commit e837f78e +commit e837f78e8 Author: Campbell Morrison Date: Sun Dec 10 16:48:36 2017 +0000 @@ -42364,7 +44765,7 @@ Date: Sun Dec 10 16:48:36 2017 +0000 web/edit_area.php | 1 + 2 files changed, 11 insertions(+) -commit db724333 +commit db7243339 Author: Campbell Morrison Date: Sun Dec 10 12:26:47 2017 +0000 @@ -42375,7 +44776,7 @@ Date: Sun Dec 10 12:26:47 2017 +0000 web/lib/MRBS/Form/Element.php | 13 ++++++++++--- 3 files changed, 14 insertions(+), 7 deletions(-) -commit eaaee9de +commit eaaee9de1 Author: Campbell Morrison Date: Sun Dec 10 11:55:20 2017 +0000 @@ -42386,7 +44787,7 @@ Date: Sun Dec 10 11:55:20 2017 +0000 web/lib/MRBS/Form/Field.php | 9 +++++++++ 3 files changed, 28 insertions(+) -commit e6ac05b2 +commit e6ac05b29 Author: Campbell Morrison Date: Sun Dec 10 11:02:36 2017 +0000 @@ -42395,7 +44796,7 @@ Date: Sun Dec 10 11:02:36 2017 +0000 web/edit_area.php | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) -commit 2a0aa660 +commit 2a0aa660d Author: Campbell Morrison Date: Sun Dec 10 10:27:52 2017 +0000 @@ -42404,7 +44805,7 @@ Date: Sun Dec 10 10:27:52 2017 +0000 web/edit_area.php | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) -commit 6f57faa5 +commit 6f57faa53 Author: Campbell Morrison Date: Sun Dec 10 10:08:34 2017 +0000 @@ -42413,7 +44814,7 @@ Date: Sun Dec 10 10:08:34 2017 +0000 web/edit_area.php | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) -commit 8cde7953 +commit 8cde7953d Author: Campbell Morrison Date: Sat Dec 9 22:03:20 2017 +0000 @@ -42423,7 +44824,7 @@ Date: Sat Dec 9 22:03:20 2017 +0000 web/lib/MRBS/Form/Element.php | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) -commit c7dad362 +commit c7dad3629 Author: Campbell Morrison Date: Sat Dec 9 21:46:15 2017 +0000 @@ -42436,7 +44837,7 @@ Date: Sat Dec 9 21:46:15 2017 +0000 web/lib/MRBS/Form/FieldInputCheckbox.php | 6 ++++++ 5 files changed, 35 insertions(+), 5 deletions(-) -commit 234ed2b7 +commit 234ed2b7a Author: Campbell Morrison Date: Sat Dec 9 20:18:28 2017 +0000 @@ -42445,7 +44846,7 @@ Date: Sat Dec 9 20:18:28 2017 +0000 web/edit_area.php | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) -commit 3e47f59f +commit 3e47f59f7 Author: Campbell Morrison Date: Thu Dec 7 16:15:23 2017 +0000 @@ -42454,7 +44855,7 @@ Date: Thu Dec 7 16:15:23 2017 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 29516824 +commit 295168247 Author: Campbell Morrison Date: Thu Dec 7 16:09:33 2017 +0000 @@ -42463,7 +44864,7 @@ Date: Thu Dec 7 16:09:33 2017 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f79ded80 +commit f79ded80c Author: Campbell Morrison Date: Mon Nov 27 10:22:50 2017 +0000 @@ -42472,7 +44873,7 @@ Date: Mon Nov 27 10:22:50 2017 +0000 web/edit_area.php | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) -commit 86c76172 +commit 86c76172e Author: Campbell Morrison Date: Mon Nov 27 10:16:19 2017 +0000 @@ -42481,7 +44882,7 @@ Date: Mon Nov 27 10:16:19 2017 +0000 web/edit_area.php | 54 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) -commit 71531903 +commit 715319032 Author: Campbell Morrison Date: Mon Nov 27 09:54:54 2017 +0000 @@ -42490,7 +44891,7 @@ Date: Mon Nov 27 09:54:54 2017 +0000 web/css/mrbs.css.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 5cb132cc +commit 5cb132cc0 Author: Campbell Morrison Date: Mon Nov 27 09:45:44 2017 +0000 @@ -42499,7 +44900,7 @@ Date: Mon Nov 27 09:45:44 2017 +0000 web/css/mrbs.css.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit 3f2ad46d +commit 3f2ad46d5 Author: Campbell Morrison Date: Mon Nov 27 09:42:44 2017 +0000 @@ -42508,7 +44909,7 @@ Date: Mon Nov 27 09:42:44 2017 +0000 web/css/mrbs.css.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 82722c77 +commit 82722c776 Author: Campbell Morrison Date: Sun Nov 26 21:11:45 2017 +0000 @@ -42517,7 +44918,7 @@ Date: Sun Nov 26 21:11:45 2017 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 025675cc +commit 025675cc6 Author: Campbell Morrison Date: Sun Nov 26 21:06:10 2017 +0000 @@ -42527,7 +44928,7 @@ Date: Sun Nov 26 21:06:10 2017 +0000 web/edit_area.php | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) -commit 0882f306 +commit 0882f306d Author: Campbell Morrison Date: Sun Nov 26 18:34:17 2017 +0000 @@ -42537,7 +44938,7 @@ Date: Sun Nov 26 18:34:17 2017 +0000 web/edit_area.php | 15 +++++++++++---- 2 files changed, 30 insertions(+), 7 deletions(-) -commit 059ea2c6 +commit 059ea2c60 Author: Campbell Morrison Date: Sun Nov 26 17:31:08 2017 +0000 @@ -42547,7 +44948,7 @@ Date: Sun Nov 26 17:31:08 2017 +0000 web/edit_area.php | 67 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 73 insertions(+), 1 deletion(-) -commit 428cd65d +commit 428cd65d1 Author: Campbell Morrison Date: Fri Nov 24 18:12:08 2017 +0000 @@ -42562,7 +44963,7 @@ Date: Fri Nov 24 18:12:08 2017 +0000 web/lib/MRBS/Form/FieldInputNumber.php | 2 +- 7 files changed, 200 insertions(+), 5 deletions(-) -commit 63300801 +commit 63300801f Author: Campbell Morrison Date: Fri Nov 24 14:44:33 2017 +0000 @@ -42572,7 +44973,7 @@ Date: Fri Nov 24 14:44:33 2017 +0000 web/lib/MRBS/Form/FieldSpan.php (new) | 15 +++++++++++++++ 2 files changed, 29 insertions(+) -commit 43c889b7 +commit 43c889b71 Author: Campbell Morrison Date: Fri Nov 24 14:30:26 2017 +0000 @@ -42581,7 +44982,7 @@ Date: Fri Nov 24 14:30:26 2017 +0000 web/edit_area.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) -commit ad09c909 +commit ad09c9094 Author: Campbell Morrison Date: Fri Nov 24 14:22:44 2017 +0000 @@ -42592,14 +44993,14 @@ Date: Fri Nov 24 14:22:44 2017 +0000 web/lib/MRBS/Form/FieldButton.php (new) | 15 +++++++ 3 files changed, 75 insertions(+), 2 deletions(-) -commit 1a64fc83 -Merge: f76e68b4 0e297e02 +commit 1a64fc83b +Merge: f76e68b48 0e297e02d Author: Campbell Morrison Date: Fri Nov 24 13:27:55 2017 +0000 Merge with default -commit 0e297e02 +commit 0e297e02d Author: Campbell Morrison Date: Thu Nov 23 09:19:58 2017 +0000 @@ -42609,7 +45010,7 @@ Date: Thu Nov 23 09:19:58 2017 +0000 web/init.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 8b2452e8 +commit 8b2452e85 Author: Campbell Morrison Date: Tue Nov 21 17:59:37 2017 +0000 @@ -42631,27 +45032,27 @@ Date: Tue Nov 21 17:59:37 2017 +0000 .../language/phpmailer.lang-zh_cn.php | 7 +- 12 files changed, 219 insertions(+), 120 deletions(-) -commit 87efc7b6 -Merge: 8637bd8a 47aecdf7 +commit 87efc7b63 +Merge: 8637bd8ad 47aecdf72 Author: John Beranek Date: Thu Nov 16 21:11:52 2017 +0000 Merge -commit 8637bd8a -Merge: a03f4cf2 2dec8b34 +commit 8637bd8ad +Merge: a03f4cf26 2dec8b346 Author: John Beranek Date: Thu Nov 16 21:11:17 2017 +0000 Merge -commit a03f4cf2 +commit a03f4cf26 Author: John Beranek Date: Thu Nov 16 20:59:44 2017 +0000 Added tag mrbs-1_7_0 for changeset 7e3d9a105985 -commit c3b7c8a1 (tag: mrbs-1_7_0) +commit c3b7c8a1f (tag: mrbs-1_7_0) Author: John Beranek Date: Thu Nov 16 20:59:32 2017 +0000 @@ -42660,7 +45061,7 @@ Date: Thu Nov 16 20:59:32 2017 +0000 NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 16214bee +commit 16214beea Author: John Beranek Date: Thu Nov 16 20:58:46 2017 +0000 @@ -42670,7 +45071,7 @@ Date: Thu Nov 16 20:58:46 2017 +0000 NEWS | 109 ++++ 2 files changed, 1738 insertions(+), 22 deletions(-) -commit 329ee457 +commit 329ee4573 Author: John Beranek Date: Thu Nov 16 20:57:55 2017 +0000 @@ -42679,14 +45080,14 @@ Date: Thu Nov 16 20:57:55 2017 +0000 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f76e68b4 -Merge: 7615084a dcd2d77f +commit f76e68b48 +Merge: 7615084ab dcd2d77f2 Author: Campbell Morrison Date: Thu Nov 16 12:21:20 2017 +0000 Merge with default -commit dcd2d77f +commit dcd2d77f2 Author: Campbell Morrison Date: Thu Nov 16 12:20:42 2017 +0000 @@ -42695,14 +45096,14 @@ Date: Thu Nov 16 12:20:42 2017 +0000 web/lib/MRBS/Form/Form.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -commit 7615084a -Merge: 186a6595 0116d57e +commit 7615084ab +Merge: 186a65956 0116d57ed Author: Campbell Morrison Date: Thu Nov 16 11:41:00 2017 +0000 Merge with default -commit 0116d57e +commit 0116d57ed Author: Campbell Morrison Date: Thu Nov 16 11:39:09 2017 +0000 @@ -42713,7 +45114,7 @@ Date: Thu Nov 16 11:39:09 2017 +0000 web/lib/MRBS/Form/Form.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) -commit 6e2210d3 +commit 6e2210d3e Author: Campbell Morrison Date: Thu Nov 16 10:11:27 2017 +0000 @@ -42724,14 +45125,14 @@ Date: Thu Nov 16 10:11:27 2017 +0000 web/Themes/default/header.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 186a6595 -Merge: 795d1330 34de6839 +commit 186a65956 +Merge: 795d13308 34de68393 Author: Campbell Morrison Date: Wed Nov 15 15:52:04 2017 +0000 Merge with default -commit 34de6839 +commit 34de68393 Author: Campbell Morrison Date: Wed Nov 15 15:51:24 2017 +0000 @@ -42740,7 +45141,7 @@ Date: Wed Nov 15 15:51:24 2017 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ee62866c +commit ee62866cb Author: Campbell Morrison Date: Wed Nov 15 14:11:41 2017 +0000 @@ -42750,7 +45151,7 @@ Date: Wed Nov 15 14:11:41 2017 +0000 web/dbsys.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit ca9aa539 +commit ca9aa5391 Author: Campbell Morrison Date: Wed Nov 15 14:02:35 2017 +0000 @@ -42760,7 +45161,7 @@ Date: Wed Nov 15 14:02:35 2017 +0000 web/init.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit af21fb66 +commit af21fb661 Author: Campbell Morrison Date: Wed Nov 15 11:21:48 2017 +0000 @@ -42775,14 +45176,14 @@ Date: Wed Nov 15 11:21:48 2017 +0000 web/upgrade/53/post.inc (new) | 36 ++++++++++++++++++++++++++++++++ 6 files changed, 41 insertions(+), 4 deletions(-) -commit 795d1330 -Merge: c10cc76c 2b228dd7 +commit 795d13308 +Merge: c10cc76cc 2b228dd7c Author: Campbell Morrison Date: Tue Nov 14 18:21:45 2017 +0000 Merge with default -commit 2b228dd7 +commit 2b228dd7c Author: Campbell Morrison Date: Tue Nov 14 18:15:43 2017 +0000 @@ -42791,7 +45192,7 @@ Date: Tue Nov 14 18:15:43 2017 +0000 web/lib/MRBS/Form/Form.php | 5 +++++ 1 file changed, 5 insertions(+) -commit f23fccb9 +commit f23fccb92 Author: Campbell Morrison Date: Tue Nov 14 17:49:18 2017 +0000 @@ -42801,7 +45202,7 @@ Date: Tue Nov 14 17:49:18 2017 +0000 web/session/session_joomla.inc | 2 ++ 2 files changed, 26 insertions(+) -commit 6699e49a +commit 6699e49af Author: Campbell Morrison Date: Tue Nov 14 16:48:06 2017 +0000 @@ -42811,7 +45212,7 @@ Date: Tue Nov 14 16:48:06 2017 +0000 web/functions.inc | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) -commit 9182058e +commit 9182058e1 Author: Campbell Morrison Date: Tue Nov 14 16:20:36 2017 +0000 @@ -42820,7 +45221,7 @@ Date: Tue Nov 14 16:20:36 2017 +0000 web/css/mrbs.css.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 0e735e9d +commit 0e735e9d0 Author: Campbell Morrison Date: Tue Nov 14 15:51:34 2017 +0000 @@ -42829,7 +45230,7 @@ Date: Tue Nov 14 15:51:34 2017 +0000 web/Themes/default/header.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit 75412352 +commit 75412352d Author: Campbell Morrison Date: Tue Nov 14 15:33:17 2017 +0000 @@ -42838,7 +45239,7 @@ Date: Tue Nov 14 15:33:17 2017 +0000 web/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit fb8138f3 +commit fb8138f32 Author: Campbell Morrison Date: Tue Nov 14 13:39:21 2017 +0000 @@ -42848,7 +45249,7 @@ Date: Tue Nov 14 13:39:21 2017 +0000 web/lib/MRBS/Form/ElementImg.php (new) | 13 +++++++++++++ 2 files changed, 26 insertions(+) -commit a02cb99b +commit a02cb99b5 Author: Campbell Morrison Date: Tue Nov 14 11:44:42 2017 +0000 @@ -42860,7 +45261,7 @@ Date: Tue Nov 14 11:44:42 2017 +0000 web/css/mrbs.css.php | 13 ++++++++++++- 2 files changed, 32 insertions(+), 17 deletions(-) -commit 41aabaa3 +commit 41aabaa3b Author: Campbell Morrison Date: Tue Nov 14 11:42:46 2017 +0000 @@ -42869,14 +45270,14 @@ Date: Tue Nov 14 11:42:46 2017 +0000 web/del.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit c10cc76c -Merge: 10642b54 0120e315 +commit c10cc76cc +Merge: 10642b548 0120e3155 Author: Campbell Morrison Date: Sat Nov 11 09:56:50 2017 +0000 Merge with default -commit 0120e315 +commit 0120e3155 Author: Campbell Morrison Date: Sat Nov 11 09:54:52 2017 +0000 @@ -42885,7 +45286,7 @@ Date: Sat Nov 11 09:54:52 2017 +0000 web/day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 47aecdf7 +commit 47aecdf72 Author: Campbell Morrison Date: Sat Nov 11 09:50:53 2017 +0000 @@ -42894,7 +45295,7 @@ Date: Sat Nov 11 09:50:53 2017 +0000 web/day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 11981229 +commit 119812297 Author: Campbell Morrison Date: Sat Nov 11 08:17:11 2017 +0000 @@ -42903,7 +45304,7 @@ Date: Sat Nov 11 08:17:11 2017 +0000 UPGRADE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 76ee7e59 +commit 76ee7e59b Author: John Beranek Date: Thu Nov 9 16:53:35 2017 +0000 @@ -42912,7 +45313,7 @@ Date: Thu Nov 9 16:53:35 2017 +0000 web/lib/MRBS/Form/Form.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) -commit 90a748ee +commit 90a748ee5 Author: Campbell Morrison Date: Thu Nov 9 16:17:22 2017 +0000 @@ -42921,7 +45322,7 @@ Date: Thu Nov 9 16:17:22 2017 +0000 web/edit_entry_handler.php | 4 ++++ 1 file changed, 4 insertions(+) -commit e7f09365 +commit e7f09365e Author: Campbell Morrison Date: Thu Nov 9 16:04:14 2017 +0000 @@ -42931,14 +45332,14 @@ Date: Thu Nov 9 16:04:14 2017 +0000 web/edit_entry_handler.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 10642b54 -Merge: 9d19859d aa8a423d +commit 10642b548 +Merge: 9d19859d6 aa8a423de Author: Campbell Morrison Date: Thu Nov 9 10:08:50 2017 +0000 Merge with default -commit aa8a423d +commit aa8a423de Author: Campbell Morrison Date: Thu Nov 9 10:05:56 2017 +0000 @@ -42948,7 +45349,7 @@ Date: Thu Nov 9 10:05:56 2017 +0000 web/lib/MRBS/Form/Form.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) -commit 33f0c9fc +commit 33f0c9fc9 Author: Campbell Morrison Date: Wed Nov 8 15:58:36 2017 +0000 @@ -42957,7 +45358,7 @@ Date: Wed Nov 8 15:58:36 2017 +0000 UPGRADE | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit a3e7986f +commit a3e7986f2 Author: Campbell Morrison Date: Wed Nov 8 15:53:13 2017 +0000 @@ -42966,7 +45367,7 @@ Date: Wed Nov 8 15:53:13 2017 +0000 web/css/mrbs.css.php | 3 --- 1 file changed, 3 deletions(-) -commit 44a157b9 +commit 44a157b9d Author: Campbell Morrison Date: Wed Nov 8 15:36:27 2017 +0000 @@ -42978,7 +45379,7 @@ Date: Wed Nov 8 15:36:27 2017 +0000 web/style.inc | 12 +---- 4 files changed, 1 insertion(+), 174 deletions(-) -commit af985e45 +commit af985e455 Author: Campbell Morrison Date: Wed Nov 8 15:31:43 2017 +0000 @@ -42988,7 +45389,7 @@ Date: Wed Nov 8 15:31:43 2017 +0000 web/style.inc | 3 --- 2 files changed, 38 deletions(-) -commit 96ea4fda +commit 96ea4fda7 Author: Campbell Morrison Date: Wed Nov 8 15:28:19 2017 +0000 @@ -42997,7 +45398,7 @@ Date: Wed Nov 8 15:28:19 2017 +0000 web/js.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit a98a8598 +commit a98a85980 Author: Campbell Morrison Date: Wed Nov 8 15:21:32 2017 +0000 @@ -43008,7 +45409,7 @@ Date: Wed Nov 8 15:21:32 2017 +0000 web/js/resizable.js.php | 1329 ++++++++++++++++++------------------- 3 files changed, 660 insertions(+), 692 deletions(-) -commit 1ac039ac +commit 1ac039ac1 Author: Campbell Morrison Date: Wed Nov 8 15:14:35 2017 +0000 @@ -43018,7 +45419,7 @@ Date: Wed Nov 8 15:14:35 2017 +0000 web/js/pending.js.php | 196 +++++++++++++++++++--------------------- 2 files changed, 93 insertions(+), 117 deletions(-) -commit b96c18de +commit b96c18def Author: Campbell Morrison Date: Wed Nov 8 15:11:12 2017 +0000 @@ -43031,7 +45432,7 @@ Date: Wed Nov 8 15:11:12 2017 +0000 web/js/search.js.php | 19 ++- 5 files changed, 150 insertions(+), 183 deletions(-) -commit 596a2807 +commit 596a28070 Author: Campbell Morrison Date: Wed Nov 8 14:57:07 2017 +0000 @@ -43041,7 +45442,7 @@ Date: Wed Nov 8 14:57:07 2017 +0000 web/js/cell_click.js.php (gone) | 47 ------------------------------- 2 files changed, 1 insertion(+), 54 deletions(-) -commit a2df56df +commit a2df56df1 Author: Campbell Morrison Date: Wed Nov 8 14:50:03 2017 +0000 @@ -43051,7 +45452,7 @@ Date: Wed Nov 8 14:50:03 2017 +0000 web/js.inc | 10 ---------- 2 files changed, 14 deletions(-) -commit 636b7223 +commit 636b72235 Author: Campbell Morrison Date: Wed Nov 8 14:45:42 2017 +0000 @@ -43060,7 +45461,7 @@ Date: Wed Nov 8 14:45:42 2017 +0000 web/css/mrbs.css.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit a064861b +commit a064861b4 Author: Campbell Morrison Date: Wed Nov 8 14:42:59 2017 +0000 @@ -43071,7 +45472,7 @@ Date: Wed Nov 8 14:42:59 2017 +0000 web/lang/lang.en | 3 +++ 3 files changed, 27 insertions(+), 10 deletions(-) -commit 508e0b7d +commit 508e0b7dd Author: Campbell Morrison Date: Wed Nov 8 13:38:21 2017 +0000 @@ -43081,7 +45482,7 @@ Date: Wed Nov 8 13:38:21 2017 +0000 web/css/mrbs.css.php | 12 ++++++++++++ 2 files changed, 25 insertions(+), 5 deletions(-) -commit a9b4456f +commit a9b4456fc Author: Campbell Morrison Date: Tue Nov 7 14:59:54 2017 +0000 @@ -43094,7 +45495,7 @@ Date: Tue Nov 7 14:59:54 2017 +0000 web/systemdefaults.inc.php | 14 ++++++++++++++ 3 files changed, 42 insertions(+), 18 deletions(-) -commit 009214c0 +commit 009214c06 Author: Campbell Morrison Date: Tue Nov 7 14:25:29 2017 +0000 @@ -43107,7 +45508,7 @@ Date: Tue Nov 7 14:25:29 2017 +0000 web/js/search.js.php | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) -commit 7e2ffe02 +commit 7e2ffe02e Author: Campbell Morrison Date: Tue Nov 7 14:12:37 2017 +0000 @@ -43117,7 +45518,7 @@ Date: Tue Nov 7 14:12:37 2017 +0000 web/js/report.js.php | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) -commit 6cc46f36 +commit 6cc46f360 Author: Campbell Morrison Date: Tue Nov 7 14:03:43 2017 +0000 @@ -43127,7 +45528,7 @@ Date: Tue Nov 7 14:03:43 2017 +0000 web/js/edit_entry.js.php | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) -commit 6a690d03 +commit 6a690d035 Author: Campbell Morrison Date: Tue Nov 7 11:46:38 2017 +0000 @@ -43137,7 +45538,7 @@ Date: Tue Nov 7 11:46:38 2017 +0000 web/view_entry.php | 47 +++++++++++++++++++++++++++-------- 2 files changed, 53 insertions(+), 11 deletions(-) -commit 6bcfe824 +commit 6bcfe824c Author: Campbell Morrison Date: Tue Nov 7 11:03:03 2017 +0000 @@ -43149,7 +45550,7 @@ Date: Tue Nov 7 11:03:03 2017 +0000 web/view_entry.php | 35 +++++++++++++++++------------------ 3 files changed, 28 insertions(+), 18 deletions(-) -commit 40aad226 +commit 40aad2265 Author: Campbell Morrison Date: Tue Nov 7 09:46:25 2017 +0000 @@ -43162,7 +45563,7 @@ Date: Tue Nov 7 09:46:25 2017 +0000 web/session/functions_session.inc | 4 +++- 4 files changed, 6 insertions(+), 17 deletions(-) -commit ebb68874 +commit ebb68874b Author: Campbell Morrison Date: Tue Nov 7 09:25:05 2017 +0000 @@ -43172,7 +45573,7 @@ Date: Tue Nov 7 09:25:05 2017 +0000 web/js/search.js.php | 45 +++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 20 deletions(-) -commit 673b62c8 +commit 673b62c89 Author: Campbell Morrison Date: Fri Nov 3 20:03:37 2017 +0000 @@ -43184,7 +45585,7 @@ Date: Fri Nov 3 20:03:37 2017 +0000 web/search.php | 21 +++++++++++++++++++-- 4 files changed, 39 insertions(+), 14 deletions(-) -commit b793223d +commit b793223de Author: Campbell Morrison Date: Fri Nov 3 07:40:42 2017 +0000 @@ -43193,7 +45594,7 @@ Date: Fri Nov 3 07:40:42 2017 +0000 web/init.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit df39782c +commit df39782c6 Author: Campbell Morrison Date: Fri Nov 3 06:28:11 2017 +0000 @@ -43202,7 +45603,7 @@ Date: Fri Nov 3 06:28:11 2017 +0000 web/defaultincludes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 500a3e22 +commit 500a3e22f Author: Campbell Morrison Date: Thu Nov 2 11:01:21 2017 +0000 @@ -43211,14 +45612,14 @@ Date: Thu Nov 2 11:01:21 2017 +0000 web/init.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -commit f4069131 -Merge: bf06a2a8 adfb9d07 +commit f40691311 +Merge: bf06a2a83 adfb9d070 Author: John Beranek Date: Wed Nov 1 21:09:09 2017 +0000 Merge -commit bf06a2a8 +commit bf06a2a83 Author: John Beranek Date: Wed Nov 1 21:07:36 2017 +0000 @@ -43229,7 +45630,7 @@ Date: Wed Nov 1 21:07:36 2017 +0000 web/systemdefaults.inc.php | 3 ++ 3 files changed, 74 insertions(+), 5 deletions(-) -commit adfb9d07 +commit adfb9d070 Author: Campbell Morrison Date: Wed Nov 1 20:53:30 2017 +0000 @@ -43239,7 +45640,7 @@ Date: Wed Nov 1 20:53:30 2017 +0000 web/js/report.js.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 2591f5da +commit 2591f5da3 Author: Campbell Morrison Date: Wed Nov 1 20:33:22 2017 +0000 @@ -43249,7 +45650,7 @@ Date: Wed Nov 1 20:33:22 2017 +0000 web/report.php | 11 ++++++++++- 2 files changed, 21 insertions(+), 9 deletions(-) -commit 8722cb2a +commit 8722cb2a8 Author: Campbell Morrison Date: Tue Oct 31 15:40:41 2017 +0000 @@ -43260,7 +45661,7 @@ Date: Tue Oct 31 15:40:41 2017 +0000 web/view_entry.php | 8 +++ 3 files changed, 83 insertions(+), 32 deletions(-) -commit f92d3996 +commit f92d39962 Author: Campbell Morrison Date: Tue Oct 31 14:53:45 2017 +0000 @@ -43269,7 +45670,7 @@ Date: Tue Oct 31 14:53:45 2017 +0000 web/import.php | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) -commit b653d1c4 +commit b653d1c40 Author: Campbell Morrison Date: Tue Oct 31 14:45:58 2017 +0000 @@ -43279,7 +45680,7 @@ Date: Tue Oct 31 14:45:58 2017 +0000 web/functions.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit c715a6fb +commit c715a6fb5 Author: Campbell Morrison Date: Tue Oct 31 14:38:49 2017 +0000 @@ -43288,7 +45689,7 @@ Date: Tue Oct 31 14:38:49 2017 +0000 web/edit_users.php | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) -commit 669ebdba +commit 669ebdba8 Author: Campbell Morrison Date: Tue Oct 31 14:07:04 2017 +0000 @@ -43298,7 +45699,7 @@ Date: Tue Oct 31 14:07:04 2017 +0000 web/edit_entry_handler.php | 8 ++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) -commit 988ceaf6 +commit 988ceaf6a Author: Campbell Morrison Date: Tue Oct 31 11:34:52 2017 +0000 @@ -43308,7 +45709,7 @@ Date: Tue Oct 31 11:34:52 2017 +0000 web/dbsys.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 07ba1fc4 +commit 07ba1fc4c Author: Campbell Morrison Date: Tue Oct 31 11:32:40 2017 +0000 @@ -43317,7 +45718,7 @@ Date: Tue Oct 31 11:32:40 2017 +0000 web/dbsys.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 1ecac245 +commit 1ecac245d Author: Campbell Morrison Date: Tue Oct 31 11:30:12 2017 +0000 @@ -43326,7 +45727,7 @@ Date: Tue Oct 31 11:30:12 2017 +0000 web/dbsys.inc | 3 +++ 1 file changed, 3 insertions(+) -commit dc9bf0bc +commit dc9bf0bcf Author: Campbell Morrison Date: Tue Oct 31 11:19:57 2017 +0000 @@ -43343,7 +45744,7 @@ Date: Tue Oct 31 11:19:57 2017 +0000 web/session/session_php.inc | 31 --------------- 7 files changed, 99 insertions(+), 72 deletions(-) -commit 128ee9e7 +commit 128ee9e76 Author: Campbell Morrison Date: Tue Oct 31 10:14:20 2017 +0000 @@ -43353,7 +45754,7 @@ Date: Tue Oct 31 10:14:20 2017 +0000 web/lib/MRBS/Form/Form.php | 10 ++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) -commit 9d19859d +commit 9d19859d6 Author: Campbell Morrison Date: Tue Oct 31 09:47:17 2017 +0000 @@ -43364,14 +45765,14 @@ Date: Tue Oct 31 09:47:17 2017 +0000 web/edit_area.php (new) | 273 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 281 insertions(+) -commit ef627d02 -Merge: 04b33930 118e1aa7 +commit ef627d02a +Merge: 04b339305 118e1aa78 Author: Campbell Morrison Date: Tue Oct 31 09:44:38 2017 +0000 Merge with default -commit 118e1aa7 +commit 118e1aa78 Author: Campbell Morrison Date: Tue Oct 31 09:43:42 2017 +0000 @@ -43381,7 +45782,7 @@ Date: Tue Oct 31 09:43:42 2017 +0000 web/edit_area.php (gone) | 273 ------------------------------------- 2 files changed, 281 deletions(-) -commit 04b33930 +commit 04b339305 Author: Campbell Morrison Date: Tue Oct 31 09:38:22 2017 +0000 @@ -43390,7 +45791,7 @@ Date: Tue Oct 31 09:38:22 2017 +0000 web/edit_area.php (new) | 273 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 273 insertions(+) -commit 8a160a5d +commit 8a160a5d0 Author: Campbell Morrison Date: Tue Oct 31 09:36:57 2017 +0000 @@ -43399,14 +45800,14 @@ Date: Tue Oct 31 09:36:57 2017 +0000 web/edit_area.php (gone) | 273 ------------------------------------- 1 file changed, 273 deletions(-) -commit 75b24077 +commit 75b240772 Author: Campbell Morrison Date: Tue Oct 31 09:18:07 2017 +0000 Opened a new named branch for rewriting the MRBS forms code using the Form classes. -commit f5e93cd7 +commit f5e93cd71 Author: Campbell Morrison Date: Mon Oct 30 18:41:02 2017 +0000 @@ -43416,7 +45817,7 @@ Date: Mon Oct 30 18:41:02 2017 +0000 web/lib/MRBS/Form/FieldTextarea.php | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) -commit 4ecfa479 +commit 4ecfa4790 Author: Campbell Morrison Date: Mon Oct 30 18:28:38 2017 +0000 @@ -43425,7 +45826,7 @@ Date: Mon Oct 30 18:28:38 2017 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 893c1753 +commit 893c17531 Author: Campbell Morrison Date: Mon Oct 30 18:22:45 2017 +0000 @@ -43438,7 +45839,7 @@ Date: Mon Oct 30 18:22:45 2017 +0000 .../Form/FieldInputCheckboxGroup.php (new) | 25 ++++++++++++++ 5 files changed, 95 insertions(+), 3 deletions(-) -commit a2e70c06 +commit a2e70c06c Author: Campbell Morrison Date: Mon Oct 30 16:46:45 2017 +0000 @@ -43452,7 +45853,7 @@ Date: Mon Oct 30 16:46:45 2017 +0000 web/lib/MRBS/Form/FieldInputTime.php (new) | 15 +++++++ 6 files changed, 102 insertions(+), 2 deletions(-) -commit 7d95e24b +commit 7d95e24b7 Author: Campbell Morrison Date: Mon Oct 30 12:34:46 2017 +0000 @@ -43464,7 +45865,7 @@ Date: Mon Oct 30 12:34:46 2017 +0000 web/lib/MRBS/Form/ElementSpan.php (new) | 13 ++++++++ 4 files changed, 93 insertions(+), 13 deletions(-) -commit 575b1d33 +commit 575b1d339 Author: Campbell Morrison Date: Sun Oct 29 06:33:19 2017 +0000 @@ -43473,7 +45874,7 @@ Date: Sun Oct 29 06:33:19 2017 +0000 web/css/mrbs.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 2726dd92 +commit 2726dd922 Author: Campbell Morrison Date: Sat Oct 28 18:32:16 2017 +0100 @@ -43486,7 +45887,7 @@ Date: Sat Oct 28 18:32:16 2017 +0100 web/lib/MRBS/Form/FieldTextarea.php (new) | 15 ++++ 5 files changed, 131 insertions(+), 1 deletion(-) -commit 659c0fe9 +commit 659c0fe9e Author: Campbell Morrison Date: Sat Oct 28 17:21:01 2017 +0100 @@ -43505,7 +45906,7 @@ Date: Sat Oct 28 17:21:01 2017 +0100 web/lib/MRBS/Form/FieldSelect.php | 4 +- 9 files changed, 185 insertions(+), 33 deletions(-) -commit 5b647d61 +commit 5b647d61a Author: Campbell Morrison Date: Fri Oct 27 17:00:49 2017 +0100 @@ -43553,7 +45954,7 @@ Date: Fri Oct 27 17:00:49 2017 +0100 web/mrbs_auth.inc | 1 + 38 files changed, 123 insertions(+), 34 deletions(-) -commit 18500233 +commit 185002337 Author: Campbell Morrison Date: Fri Oct 27 14:31:33 2017 +0100 @@ -43567,7 +45968,7 @@ Date: Fri Oct 27 14:31:33 2017 +0100 web/session/session_wordpress.inc | 7 +++---- 4 files changed, 12 insertions(+), 16 deletions(-) -commit f83c6cb1 +commit f83c6cb13 Author: Campbell Morrison Date: Fri Oct 27 14:24:53 2017 +0100 @@ -43579,7 +45980,7 @@ Date: Fri Oct 27 14:24:53 2017 +0100 web/session/session_wordpress.inc | 4 ++-- 4 files changed, 35 insertions(+), 33 deletions(-) -commit fba3e6cb +commit fba3e6cb3 Author: Campbell Morrison Date: Fri Oct 27 14:19:07 2017 +0100 @@ -43589,7 +45990,7 @@ Date: Fri Oct 27 14:19:07 2017 +0100 web/session/session_wordpress.inc | 147 ++++++++-------- 2 files changed, 207 insertions(+), 204 deletions(-) -commit 791f7216 +commit 791f7216a Author: Campbell Morrison Date: Fri Oct 27 14:13:13 2017 +0100 @@ -43600,7 +46001,7 @@ Date: Fri Oct 27 14:13:13 2017 +0100 web/session/session_wordpress.inc | 108 +++++++++--------- 3 files changed, 201 insertions(+), 183 deletions(-) -commit fa89dd88 +commit fa89dd88a Author: Campbell Morrison Date: Fri Oct 27 14:00:31 2017 +0100 @@ -43609,7 +46010,7 @@ Date: Fri Oct 27 14:00:31 2017 +0100 web/session/session_joomla.inc | 129 ++++++++++++++++--------------- 1 file changed, 65 insertions(+), 64 deletions(-) -commit 64be968a +commit 64be968a3 Author: Campbell Morrison Date: Fri Oct 27 13:57:04 2017 +0100 @@ -43618,7 +46019,7 @@ Date: Fri Oct 27 13:57:04 2017 +0100 web/session/session_php.inc | 53 ++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 22 deletions(-) -commit a199a4f1 +commit a199a4f19 Author: Campbell Morrison Date: Fri Oct 27 13:52:49 2017 +0100 @@ -43627,7 +46028,7 @@ Date: Fri Oct 27 13:52:49 2017 +0100 web/session/session_php.inc | 255 +++++++++++++++++----------------- 1 file changed, 130 insertions(+), 125 deletions(-) -commit b45e2564 +commit b45e25642 Author: Campbell Morrison Date: Fri Oct 27 12:59:18 2017 +0100 @@ -43636,7 +46037,7 @@ Date: Fri Oct 27 12:59:18 2017 +0100 web/session/functions_session.inc | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) -commit 953abd48 +commit 953abd483 Author: Campbell Morrison Date: Fri Oct 27 12:45:24 2017 +0100 @@ -43649,7 +46050,7 @@ Date: Fri Oct 27 12:45:24 2017 +0100 web/session/functions_session.inc | 34 +++------------ 4 files changed, 64 insertions(+), 113 deletions(-) -commit d759bc04 +commit d759bc04d Author: Campbell Morrison Date: Fri Oct 27 10:17:49 2017 +0100 @@ -43659,7 +46060,7 @@ Date: Fri Oct 27 10:17:49 2017 +0100 web/session/functions_session.inc | 36 +++++++++++++++++++---------- 2 files changed, 26 insertions(+), 14 deletions(-) -commit 74e66a37 +commit 74e66a373 Author: Campbell Morrison Date: Thu Oct 26 17:27:54 2017 +0100 @@ -43668,7 +46069,7 @@ Date: Thu Oct 26 17:27:54 2017 +0100 web/css/mrbs.css.php | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) -commit 0e511df7 +commit 0e511df74 Author: Campbell Morrison Date: Thu Oct 26 16:59:15 2017 +0100 @@ -43678,7 +46079,7 @@ Date: Thu Oct 26 16:59:15 2017 +0100 web/css/mrbs.css.php | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) -commit 278ee4c6 +commit 278ee4c6d Author: Campbell Morrison Date: Thu Oct 26 16:23:09 2017 +0100 @@ -43689,7 +46090,7 @@ Date: Thu Oct 26 16:23:09 2017 +0100 web/session/functions_session.inc | 4 +--- 3 files changed, 19 insertions(+), 12 deletions(-) -commit 174f79f9 +commit 174f79f95 Author: Campbell Morrison Date: Thu Oct 26 15:32:47 2017 +0100 @@ -43702,7 +46103,7 @@ Date: Thu Oct 26 15:32:47 2017 +0100 web/session/functions_session.inc | 94 ++++++++++++------ 5 files changed, 113 insertions(+), 31 deletions(-) -commit 6ab6d8b6 +commit 6ab6d8b60 Author: Campbell Morrison Date: Wed Oct 25 18:49:35 2017 +0100 @@ -43711,7 +46112,7 @@ Date: Wed Oct 25 18:49:35 2017 +0100 web/del.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 27588280 +commit 27588280d Author: Campbell Morrison Date: Wed Oct 25 18:47:07 2017 +0100 @@ -43723,7 +46124,7 @@ Date: Wed Oct 25 18:47:07 2017 +0100 web/lang/lang.en | 1 + 3 files changed, 34 insertions(+), 2 deletions(-) -commit 487e504a +commit 487e504a8 Author: Campbell Morrison Date: Wed Oct 25 17:10:09 2017 +0100 @@ -43737,7 +46138,7 @@ Date: Wed Oct 25 17:10:09 2017 +0100 ...{FieldSubmit.php => FieldInputSubmit.php} | 4 +- 5 files changed, 113 insertions(+), 24 deletions(-) -commit d3cbc856 +commit d3cbc856b Author: Campbell Morrison Date: Wed Oct 25 15:19:49 2017 +0100 @@ -43746,7 +46147,7 @@ Date: Wed Oct 25 15:19:49 2017 +0100 web/add.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 947a9fa4 +commit 947a9fa4a Author: Campbell Morrison Date: Wed Oct 25 15:13:30 2017 +0100 @@ -43755,7 +46156,7 @@ Date: Wed Oct 25 15:13:30 2017 +0100 web/admin.php | 2 -- 1 file changed, 2 deletions(-) -commit a20c11f7 +commit a20c11f79 Author: Campbell Morrison Date: Wed Oct 25 15:06:17 2017 +0100 @@ -43764,7 +46165,7 @@ Date: Wed Oct 25 15:06:17 2017 +0100 web/admin.php | 56 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 9 deletions(-) -commit cbdb23c3 +commit cbdb23c3e Author: Campbell Morrison Date: Wed Oct 25 14:10:54 2017 +0100 @@ -43775,7 +46176,7 @@ Date: Wed Oct 25 14:10:54 2017 +0100 web/lib/MRBS/Form/Form.php | 43 +++++++++++++++++++++++------------- 2 files changed, 32 insertions(+), 17 deletions(-) -commit 2dec8b34 +commit 2dec8b346 Author: Campbell Morrison Date: Wed Oct 25 11:53:50 2017 +0100 @@ -43785,7 +46186,7 @@ Date: Wed Oct 25 11:53:50 2017 +0100 web/js/edit_area_room.js.php | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) -commit c0ee738b +commit c0ee738b1 Author: Campbell Morrison Date: Tue Oct 24 21:39:58 2017 +0100 @@ -43794,7 +46195,7 @@ Date: Tue Oct 24 21:39:58 2017 +0100 web/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 79ab0409 +commit 79ab0409d Author: Campbell Morrison Date: Tue Oct 24 17:21:30 2017 +0100 @@ -43803,7 +46204,7 @@ Date: Tue Oct 24 17:21:30 2017 +0100 web/lib/MRBS/Form/Form.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit d25a8c3f +commit d25a8c3f4 Author: Campbell Morrison Date: Tue Oct 24 17:16:57 2017 +0100 @@ -43820,7 +46221,7 @@ Date: Tue Oct 24 17:16:57 2017 +0100 web/lib/MRBS/Form/Form.php | 25 ++++++++++++++++--------- 3 files changed, 31 insertions(+), 20 deletions(-) -commit 70f56a66 +commit 70f56a663 Author: Campbell Morrison Date: Tue Oct 24 16:49:32 2017 +0100 @@ -43829,7 +46230,7 @@ Date: Tue Oct 24 16:49:32 2017 +0100 web/admin.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) -commit a9d25187 +commit a9d25187f Author: Campbell Morrison Date: Tue Oct 24 16:44:43 2017 +0100 @@ -43838,7 +46239,7 @@ Date: Tue Oct 24 16:44:43 2017 +0100 web/admin.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 3e4b0d69 +commit 3e4b0d69d Author: Campbell Morrison Date: Tue Oct 24 16:40:14 2017 +0100 @@ -43847,7 +46248,7 @@ Date: Tue Oct 24 16:40:14 2017 +0100 web/admin.php | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) -commit d2194c1a +commit d2194c1a3 Author: Campbell Morrison Date: Tue Oct 24 16:16:28 2017 +0100 @@ -43856,7 +46257,7 @@ Date: Tue Oct 24 16:16:28 2017 +0100 web/css/mrbs.css.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 8b75b085 +commit 8b75b085f Author: Campbell Morrison Date: Tue Oct 24 15:28:41 2017 +0100 @@ -43868,7 +46269,7 @@ Date: Tue Oct 24 15:28:41 2017 +0100 web/lib/MRBS/Form/FieldInputEmail.php (new) | 15 +++++++++++++++ 3 files changed, 36 insertions(+), 5 deletions(-) -commit 19a0e3df +commit 19a0e3df8 Author: Campbell Morrison Date: Tue Oct 24 15:06:15 2017 +0100 @@ -43877,7 +46278,7 @@ Date: Tue Oct 24 15:06:15 2017 +0100 web/admin.php | 108 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 72 insertions(+), 36 deletions(-) -commit cdf16fad +commit cdf16fad6 Author: Campbell Morrison Date: Tue Oct 24 14:37:19 2017 +0100 @@ -43886,7 +46287,7 @@ Date: Tue Oct 24 14:37:19 2017 +0100 web/admin.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) -commit 7abd85d6 +commit 7abd85d68 Author: Campbell Morrison Date: Tue Oct 24 14:34:55 2017 +0100 @@ -43895,7 +46296,7 @@ Date: Tue Oct 24 14:34:55 2017 +0100 web/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 605c27a5 +commit 605c27a5a Author: Campbell Morrison Date: Tue Oct 24 14:32:50 2017 +0100 @@ -43904,7 +46305,7 @@ Date: Tue Oct 24 14:32:50 2017 +0100 web/admin.php | 158 +++++++++++++++++++++++++----------------------- 1 file changed, 84 insertions(+), 74 deletions(-) -commit 9fffcba3 +commit 9fffcba37 Author: Campbell Morrison Date: Tue Oct 24 14:23:30 2017 +0100 @@ -43926,7 +46327,7 @@ Date: Tue Oct 24 14:23:30 2017 +0100 web/lib/MRBS/Form/Form.php | 2 +- 13 files changed, 245 insertions(+), 113 deletions(-) -commit 7a2a880b +commit 7a2a880b6 Author: Campbell Morrison Date: Mon Oct 23 18:51:05 2017 +0100 @@ -43952,7 +46353,7 @@ Date: Mon Oct 23 18:51:05 2017 +0100 web/lib/MRBS/Form/Form.php | 5 +- 17 files changed, 225 insertions(+), 89 deletions(-) -commit 7da8c582 +commit 7da8c582f Author: Campbell Morrison Date: Sun Oct 22 08:10:05 2017 +0100 @@ -43961,7 +46362,7 @@ Date: Sun Oct 22 08:10:05 2017 +0100 web/lib/MRBS/Form/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ea559290 +commit ea5592900 Author: Campbell Morrison Date: Sun Oct 22 08:03:38 2017 +0100 @@ -43972,7 +46373,7 @@ Date: Sun Oct 22 08:03:38 2017 +0100 web/add.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit 4be4ebb5 +commit 4be4ebb53 Author: Campbell Morrison Date: Sat Oct 21 19:15:09 2017 +0100 @@ -43983,7 +46384,7 @@ Date: Sat Oct 21 19:15:09 2017 +0100 web/session/session_php.inc | 11 +---------- 3 files changed, 20 insertions(+), 29 deletions(-) -commit ffd5016e +commit ffd5016ed Author: Campbell Morrison Date: Sat Oct 21 18:11:40 2017 +0100 @@ -43997,7 +46398,7 @@ Date: Sat Oct 21 18:11:40 2017 +0100 web/session/session_wordpress.inc | 7 ++++- 5 files changed, 55 insertions(+), 21 deletions(-) -commit f1b6a3ac +commit f1b6a3acd Author: Campbell Morrison Date: Sat Oct 21 17:03:39 2017 +0100 @@ -44007,7 +46408,7 @@ Date: Sat Oct 21 17:03:39 2017 +0100 web/lib/MRBS/Form/Form.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -commit 7604092c +commit 7604092ca Author: Campbell Morrison Date: Sat Oct 21 16:53:10 2017 +0100 @@ -44017,7 +46418,7 @@ Date: Sat Oct 21 16:53:10 2017 +0100 web/lib/MRBS/Form/Form.php | 49 ++++++++++++++++++++++++++++++++++-- 2 files changed, 57 insertions(+), 6 deletions(-) -commit c5f55761 +commit c5f55761f Author: Campbell Morrison Date: Fri Oct 20 19:24:37 2017 +0100 @@ -44027,7 +46428,7 @@ Date: Fri Oct 20 19:24:37 2017 +0100 web/lib/MRBS/Form/Form.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) -commit 8b4a8e53 +commit 8b4a8e539 Author: Campbell Morrison Date: Fri Oct 20 18:37:49 2017 +0100 @@ -44038,7 +46439,7 @@ Date: Fri Oct 20 18:37:49 2017 +0100 web/lib/MRBS/Form/FieldText.php | 12 +++++++++--- 3 files changed, 12 insertions(+), 5 deletions(-) -commit f4af2352 +commit f4af23524 Author: Campbell Morrison Date: Fri Oct 20 18:18:19 2017 +0100 @@ -44047,7 +46448,7 @@ Date: Fri Oct 20 18:18:19 2017 +0100 web/lib/MRBS/Form/ElementHidden.php | 1 + 1 file changed, 1 insertion(+) -commit edc656bc +commit edc656bc1 Author: Campbell Morrison Date: Fri Oct 20 18:11:08 2017 +0100 @@ -44056,7 +46457,7 @@ Date: Fri Oct 20 18:11:08 2017 +0100 web/lib/MRBS/Form/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit dc5eff8e +commit dc5eff8e5 Author: Campbell Morrison Date: Fri Oct 20 18:10:19 2017 +0100 @@ -44066,7 +46467,7 @@ Date: Fri Oct 20 18:10:19 2017 +0100 web/lib/MRBS/Form/Form.php | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) -commit 2201bc0d +commit 2201bc0d7 Author: Campbell Morrison Date: Fri Oct 20 16:40:01 2017 +0100 @@ -44088,7 +46489,7 @@ Date: Fri Oct 20 16:40:01 2017 +0100 web/lib/MRBS/Form/Form.php (new) | 13 +++ 13 files changed, 315 insertions(+), 19 deletions(-) -commit 350ac400 +commit 350ac4001 Author: Campbell Morrison Date: Wed Oct 18 15:35:30 2017 +0100 @@ -44097,7 +46498,7 @@ Date: Wed Oct 18 15:35:30 2017 +0100 web/internalconfig.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2ad0f628 +commit 2ad0f6284 Author: Campbell Morrison Date: Wed Oct 18 15:29:46 2017 +0100 @@ -44106,7 +46507,7 @@ Date: Wed Oct 18 15:29:46 2017 +0100 web/internalconfig.inc.php | 5 +++++ 1 file changed, 5 insertions(+) -commit c3b877ef +commit c3b877efc Author: Campbell Morrison Date: Wed Oct 18 14:58:00 2017 +0100 @@ -44115,7 +46516,7 @@ Date: Wed Oct 18 14:58:00 2017 +0100 web/session/session_php.inc | 3 +++ 1 file changed, 3 insertions(+) -commit cf70facf +commit cf70facf5 Author: Campbell Morrison Date: Wed Oct 18 13:33:43 2017 +0100 @@ -44124,14 +46525,14 @@ Date: Wed Oct 18 13:33:43 2017 +0100 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b1ee14f2 -Merge: d5bd0461 723ba729 +commit b1ee14f28 +Merge: d5bd04610 723ba7297 Author: Campbell Morrison Date: Wed Oct 18 09:36:53 2017 +0100 Merge -commit 723ba729 +commit 723ba7297 Author: Campbell Morrison Date: Tue Oct 17 16:42:30 2017 +0100 @@ -44142,7 +46543,7 @@ Date: Tue Oct 17 16:42:30 2017 +0100 web/js/resizable.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e70f5c33 +commit e70f5c334 Author: Campbell Morrison Date: Tue Oct 17 16:34:07 2017 +0100 @@ -44152,7 +46553,7 @@ Date: Tue Oct 17 16:34:07 2017 +0100 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit f9455f53 +commit f9455f532 Author: Campbell Morrison Date: Tue Oct 17 16:28:46 2017 +0100 @@ -44163,7 +46564,7 @@ Date: Tue Oct 17 16:28:46 2017 +0100 web/js/resizable.js.php | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) -commit c83f9e56 +commit c83f9e561 Author: Campbell Morrison Date: Mon Oct 16 21:36:39 2017 +0100 @@ -44174,7 +46575,7 @@ Date: Mon Oct 16 21:36:39 2017 +0100 web/js/datepicker.js.php | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) -commit d5bd0461 +commit d5bd04610 Author: Campbell Morrison Date: Mon Oct 16 15:43:38 2017 +0100 @@ -44183,7 +46584,7 @@ Date: Mon Oct 16 15:43:38 2017 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4b1492cc +commit 4b1492cc8 Author: Campbell Morrison Date: Mon Oct 16 15:18:32 2017 +0100 @@ -44192,7 +46593,7 @@ Date: Mon Oct 16 15:18:32 2017 +0100 web/lib/MRBS/DB_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ed8bd5cb +commit ed8bd5cbd Author: Campbell Morrison Date: Mon Oct 16 15:07:28 2017 +0100 @@ -44201,14 +46602,14 @@ Date: Mon Oct 16 15:07:28 2017 +0100 web/lib/MRBS/DB_mysql.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1baecd46 -Merge: e8a3370b 533ecf5e +commit 1baecd467 +Merge: e8a3370b3 533ecf5ee Author: Campbell Morrison Date: Mon Oct 16 09:52:14 2017 +0100 Merge -commit e8a3370b +commit e8a3370b3 Author: Campbell Morrison Date: Mon Oct 16 09:50:07 2017 +0100 @@ -44218,7 +46619,7 @@ Date: Mon Oct 16 09:50:07 2017 +0100 web/lib/MRBS/DB_pgsql.php | 3 +++ 2 files changed, 33 insertions(+), 3 deletions(-) -commit 90ca0bc1 +commit 90ca0bc11 Author: Campbell Morrison Date: Mon Oct 16 09:28:12 2017 +0100 @@ -44227,14 +46628,14 @@ Date: Mon Oct 16 09:28:12 2017 +0100 web/lib/MRBS/DB_mysql.php | 45 +++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) -commit 533ecf5e -Merge: c6013796 a76aa4d9 +commit 533ecf5ee +Merge: c60137966 a76aa4d98 Author: John Beranek Date: Sat Oct 14 23:35:16 2017 +0100 Merged with default -commit c6013796 +commit c60137966 Author: John Beranek Date: Sat Oct 14 23:33:37 2017 +0100 @@ -44260,7 +46661,7 @@ Date: Sat Oct 14 23:33:37 2017 +0100 web/upgrade/51/post.inc | 32 +- 17 files changed, 5428 insertions(+), 5428 deletions(-) -commit a76aa4d9 +commit a76aa4d98 Author: Campbell Morrison Date: Sat Oct 14 16:53:42 2017 +0100 @@ -44270,7 +46671,7 @@ Date: Sat Oct 14 16:53:42 2017 +0100 web/lib/MRBS/DB_pgsql.php | 19 ++++++------- 2 files changed, 47 insertions(+), 28 deletions(-) -commit 91694540 +commit 916945403 Author: Campbell Morrison Date: Sat Oct 14 16:40:19 2017 +0100 @@ -44279,7 +46680,7 @@ Date: Sat Oct 14 16:40:19 2017 +0100 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit cc0587d2 +commit cc0587d24 Author: Campbell Morrison Date: Sun Oct 8 18:51:13 2017 +0100 @@ -44289,7 +46690,7 @@ Date: Sun Oct 8 18:51:13 2017 +0100 web/js/datepicker.js.php | 1 + 1 file changed, 1 insertion(+) -commit 20395abe +commit 20395abe5 Author: Campbell Morrison Date: Sun Oct 8 10:41:34 2017 +0100 @@ -44301,27 +46702,27 @@ Date: Sun Oct 8 10:41:34 2017 +0100 web/js/report.js.php | 4 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) -commit 104e5372 -Merge: dcc5c184 b977a83c +commit 104e53725 +Merge: dcc5c1843 b977a83cc Author: Campbell Morrison Date: Fri Oct 6 14:39:27 2017 +0100 Merge -commit dcc5c184 -Merge: 5471fb2a 67c58cc2 +commit dcc5c1843 +Merge: 5471fb2ae 67c58cc23 Author: Campbell Morrison Date: Fri Oct 6 14:35:41 2017 +0100 Merge with jquery_update -commit 67c58cc2 (origin/jquery_update) +commit 67c58cc23 (origin/jquery_update) Author: Campbell Morrison Date: Fri Oct 6 14:34:27 2017 +0100 Close jquery_update branch -commit ec343f37 +commit ec343f37e Author: Campbell Morrison Date: Fri Oct 6 14:32:00 2017 +0100 @@ -44330,7 +46731,7 @@ Date: Fri Oct 6 14:32:00 2017 +0100 web/js.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit eeb794dd +commit eeb794dde Author: Campbell Morrison Date: Fri Oct 6 14:30:53 2017 +0100 @@ -44345,7 +46746,7 @@ Date: Fri Oct 6 14:30:53 2017 +0100 web/jquery/jquery-migrate-3.0.0.min.js (new) | 2 + 7 files changed, 2378 insertions(+), 2151 deletions(-) -commit f9a8cdb1 +commit f9a8cdb12 Author: Campbell Morrison Date: Fri Oct 6 14:13:57 2017 +0100 @@ -44427,7 +46828,7 @@ Date: Fri Oct 6 14:13:57 2017 +0100 web/jquery/ui/i18n/datepicker-zh-TW.js | 42 +++++------ 74 files changed, 1741 insertions(+), 1572 deletions(-) -commit 397a475d +commit 397a475d8 Author: Campbell Morrison Date: Fri Oct 6 13:40:33 2017 +0100 @@ -44457,13 +46858,13 @@ Date: Fri Oct 6 13:40:33 2017 +0100 web/jquery/ui/jquery-ui.min.js | 16 +- 22 files changed, 6761 insertions(+), 5300 deletions(-) -commit 106456a3 +commit 106456a38 Author: Campbell Morrison Date: Fri Oct 6 13:16:40 2017 +0100 Created a new named branch for updating jQuery and jQuery UI -commit b977a83c +commit b977a83cc Author: John Beranek Date: Wed Sep 27 12:52:03 2017 +0100 @@ -44472,7 +46873,7 @@ Date: Wed Sep 27 12:52:03 2017 +0100 AUTHENTICATION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 4ea84b19 +commit 4ea84b195 Author: Jørn Åne Date: Mon Sep 25 12:47:06 2017 +0200 @@ -44483,7 +46884,7 @@ Date: Mon Sep 25 12:47:06 2017 +0200 web/session/session_saml.inc (new) | 146 +++++++++++++++++++++++++++ 3 files changed, 267 insertions(+) -commit 5471fb2a +commit 5471fb2ae Author: Campbell Morrison Date: Wed Sep 20 17:31:04 2017 +0100 @@ -44492,7 +46893,7 @@ Date: Wed Sep 20 17:31:04 2017 +0100 web/auth/auth_db.inc | 2 -- 1 file changed, 2 deletions(-) -commit a45ed8b8 +commit a45ed8b8a Author: Campbell Morrison Date: Wed Sep 20 17:28:40 2017 +0100 @@ -44501,7 +46902,7 @@ Date: Wed Sep 20 17:28:40 2017 +0100 web/auth/auth_db.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit d27ffc7b +commit d27ffc7be Author: Campbell Morrison Date: Tue Sep 12 16:30:19 2017 +0100 @@ -44510,7 +46911,7 @@ Date: Tue Sep 12 16:30:19 2017 +0100 web/edit_users.php | 9 +++++++++ 1 file changed, 9 insertions(+) -commit a992898b +commit a992898bf Author: Campbell Morrison Date: Fri Aug 18 12:25:51 2017 +0100 @@ -44521,7 +46922,7 @@ Date: Fri Aug 18 12:25:51 2017 +0100 web/functions.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 5c5c5ff0 +commit 5c5c5ff0e Author: Campbell Morrison Date: Mon Aug 14 18:33:45 2017 +0100 @@ -44530,7 +46931,7 @@ Date: Mon Aug 14 18:33:45 2017 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 68a6e3b5 +commit 68a6e3b5e Author: Campbell Morrison Date: Sun Aug 13 18:42:30 2017 +0100 @@ -44541,14 +46942,14 @@ Date: Sun Aug 13 18:42:30 2017 +0100 web/language.inc | 2 + 2 files changed, 536 insertions(+) -commit d5cc45c2 -Merge: 138e33ad 8931946f +commit d5cc45c29 +Merge: 138e33ad9 8931946f6 Author: Campbell Morrison Date: Wed Jul 12 20:47:16 2017 +0100 Merge -commit 138e33ad +commit 138e33ad9 Author: Campbell Morrison Date: Wed Jul 12 20:43:45 2017 +0100 @@ -44557,7 +46958,7 @@ Date: Wed Jul 12 20:43:45 2017 +0100 web/del_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7639abeb +commit 7639abeb6 Author: Campbell Morrison Date: Wed Jul 12 20:24:44 2017 +0100 @@ -44567,7 +46968,7 @@ Date: Wed Jul 12 20:24:44 2017 +0100 web/view_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8931946f +commit 8931946f6 Author: John Beranek Date: Fri Jun 23 17:39:12 2017 +0100 @@ -44576,7 +46977,7 @@ Date: Fri Jun 23 17:39:12 2017 +0100 tables.pg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5f6f4cd7 +commit 5f6f4cd7f Author: John Beranek Date: Tue Jun 6 19:37:45 2017 +0100 @@ -44586,14 +46987,14 @@ Date: Tue Jun 6 19:37:45 2017 +0100 web/upgrade/52/post.inc | 9 +++++++++ 1 file changed, 9 insertions(+) -commit 397628cf -Merge: 057a0db9 3a5ae8d6 +commit 397628cfb +Merge: 057a0db94 3a5ae8d68 Author: Campbell Morrison Date: Sat Jun 3 06:01:25 2017 +0100 Merge -commit 057a0db9 +commit 057a0db94 Author: Campbell Morrison Date: Sat Jun 3 05:58:49 2017 +0100 @@ -44602,7 +47003,7 @@ Date: Sat Jun 3 05:58:49 2017 +0100 web/edit_users.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -commit 3a5ae8d6 +commit 3a5ae8d68 Author: John Beranek Date: Fri Jun 2 11:25:47 2017 +0100 @@ -44612,14 +47013,14 @@ Date: Fri Jun 2 11:25:47 2017 +0100 web/upgrade/52/post.inc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) -commit be104546 -Merge: b0e9dac6 55ba98c6 +commit be104546a +Merge: b0e9dac6e 55ba98c6a Author: John Beranek Date: Thu Jun 1 23:09:28 2017 +0100 Merged with default. -commit b0e9dac6 +commit b0e9dac6e Author: John Beranek Date: Thu Jun 1 23:08:27 2017 +0100 @@ -44637,7 +47038,7 @@ Date: Thu Jun 1 23:08:27 2017 +0100 web/upgrade/52/post.inc (new) | 28 ++++++++++++++++++++++++++++ 8 files changed, 76 insertions(+), 6 deletions(-) -commit 55ba98c6 +commit 55ba98c6a Author: Campbell Morrison Date: Wed May 31 06:17:20 2017 +0100 @@ -44647,7 +47048,7 @@ Date: Wed May 31 06:17:20 2017 +0100 web/edit_users.php | 2 ++ 1 file changed, 2 insertions(+) -commit b1d4096b +commit b1d4096bf Author: Campbell Morrison Date: Wed May 31 06:11:44 2017 +0100 @@ -44661,7 +47062,7 @@ Date: Wed May 31 06:11:44 2017 +0100 web/session/session_http.inc | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) -commit 723ddbd5 +commit 723ddbd50 Author: Campbell Morrison Date: Tue May 30 20:52:25 2017 +0100 @@ -44671,27 +47072,27 @@ Date: Tue May 30 20:52:25 2017 +0100 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0b9d3f90 -Merge: adb0a9ce d2c9c058 +commit 0b9d3f907 +Merge: adb0a9ce0 d2c9c0585 Author: Campbell Morrison Date: Mon May 15 17:47:08 2017 +0100 Merge -commit d2c9c058 -Merge: 57ecb0ac 57d89de8 +commit d2c9c0585 +Merge: 57ecb0ac7 57d89de87 Author: Campbell Morrison Date: Mon May 15 17:35:25 2017 +0100 Merging periods_per_area branch back into the default branch -commit 57d89de8 (origin/periods_per_area) +commit 57d89de87 (origin/periods_per_area) Author: Campbell Morrison Date: Mon May 15 17:33:39 2017 +0100 Closing periods_per_area branch -commit adb0a9ce +commit adb0a9ce0 Author: John Beranek Date: Tue Apr 25 19:25:56 2017 +0100 @@ -44700,7 +47101,7 @@ Date: Tue Apr 25 19:25:56 2017 +0100 web/systemdefaults.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit e1dd2644 +commit e1dd26446 Author: Campbell Morrison Date: Fri Apr 14 10:03:14 2017 +0100 @@ -44711,7 +47112,7 @@ Date: Fri Apr 14 10:03:14 2017 +0100 web/js/edit_area_room.js.php | 7 +++++++ 2 files changed, 8 insertions(+) -commit 84a95de8 +commit 84a95de8e Author: Campbell Morrison Date: Fri Apr 14 09:43:49 2017 +0100 @@ -44720,7 +47121,7 @@ Date: Fri Apr 14 09:43:49 2017 +0100 web/edit_area_room.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit 2ddcc2fe +commit 2ddcc2fec Author: Campbell Morrison Date: Thu Apr 13 13:18:05 2017 +0100 @@ -44729,7 +47130,7 @@ Date: Thu Apr 13 13:18:05 2017 +0100 web/css/mrbs.css.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit bc12a6f2 +commit bc12a6f2c Author: Campbell Morrison Date: Thu Apr 13 13:08:12 2017 +0100 @@ -44739,14 +47140,14 @@ Date: Thu Apr 13 13:08:12 2017 +0100 web/js/edit_entry.js.php | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) -commit b7a6fe5d -Merge: d98d6cc7 57ecb0ac +commit b7a6fe5d7 +Merge: d98d6cc7b 57ecb0ac7 Author: Campbell Morrison Date: Thu Apr 13 12:43:30 2017 +0100 Merge with default -commit 57ecb0ac +commit 57ecb0ac7 Author: Campbell Morrison Date: Thu Apr 13 12:38:10 2017 +0100 @@ -44756,7 +47157,7 @@ Date: Thu Apr 13 12:38:10 2017 +0100 web/functions.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit d98d6cc7 +commit d98d6cc7b Author: Campbell Morrison Date: Thu Apr 13 11:29:18 2017 +0100 @@ -44766,7 +47167,7 @@ Date: Thu Apr 13 11:29:18 2017 +0100 web/js/edit_entry.js.php | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) -commit 1bd53d27 +commit 1bd53d27b Author: Campbell Morrison Date: Wed Apr 12 17:29:34 2017 +0100 @@ -44776,7 +47177,7 @@ Date: Wed Apr 12 17:29:34 2017 +0100 web/month.php | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) -commit d303f621 +commit d303f6210 Author: Campbell Morrison Date: Wed Apr 12 17:19:52 2017 +0100 @@ -44788,7 +47189,7 @@ Date: Wed Apr 12 17:19:52 2017 +0100 web/report.php | 2 +- 4 files changed, 20 insertions(+), 18 deletions(-) -commit 6b13f127 +commit 6b13f1273 Author: Campbell Morrison Date: Wed Apr 12 12:40:19 2017 +0100 @@ -44802,14 +47203,14 @@ Date: Wed Apr 12 12:40:19 2017 +0100 web/search.php | 2 +- 6 files changed, 41 insertions(+), 13 deletions(-) -commit d38f47a5 -Merge: 0c434b9a 7d041fa5 +commit d38f47a52 +Merge: 0c434b9ac 7d041fa57 Author: Campbell Morrison Date: Wed Apr 12 11:01:05 2017 +0100 Merge with default -commit 7d041fa5 +commit 7d041fa57 Author: Campbell Morrison Date: Wed Apr 12 10:59:52 2017 +0100 @@ -44827,7 +47228,7 @@ Date: Wed Apr 12 10:59:52 2017 +0100 web/upgrade/51/post.inc (new) | 16 ++++++++++++++++ 9 files changed, 42 insertions(+), 3 deletions(-) -commit 47bbe615 +commit 47bbe6150 Author: Campbell Morrison Date: Wed Apr 12 08:32:53 2017 +0100 @@ -44836,14 +47237,14 @@ Date: Wed Apr 12 08:32:53 2017 +0100 web/mrbs_sql.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 0c434b9a -Merge: 0a8fc5d9 d9c847eb +commit 0c434b9ac +Merge: 0a8fc5d9c d9c847eb9 Author: Campbell Morrison Date: Wed Apr 12 08:05:21 2017 +0100 Merge with default -commit d9c847eb +commit d9c847eb9 Author: Campbell Morrison Date: Wed Apr 12 08:04:40 2017 +0100 @@ -44853,7 +47254,7 @@ Date: Wed Apr 12 08:04:40 2017 +0100 web/internalconfig.inc.php | 1 + 2 files changed, 10 insertions(+), 4 deletions(-) -commit 0a8fc5d9 +commit 0a8fc5d9c Author: Campbell Morrison Date: Tue Apr 11 19:09:45 2017 +0100 @@ -44862,14 +47263,14 @@ Date: Tue Apr 11 19:09:45 2017 +0100 web/edit_area_room.php | 2 -- 1 file changed, 2 deletions(-) -commit 9f189b13 +commit 9f189b13a Author: Campbell Morrison Date: Tue Apr 11 19:08:29 2017 +0100 Created a new branch for the development of a feature allowing period names to be set on an area basis. -commit 4902b854 +commit 4902b8543 Author: Campbell Morrison Date: Tue Apr 11 19:06:56 2017 +0100 @@ -44878,7 +47279,7 @@ Date: Tue Apr 11 19:06:56 2017 +0100 web/edit_area_room.php | 2 ++ 1 file changed, 2 insertions(+) -commit 208dec1d +commit 208dec1d9 Author: Campbell Morrison Date: Tue Apr 11 18:45:50 2017 +0100 @@ -44887,7 +47288,7 @@ Date: Tue Apr 11 18:45:50 2017 +0100 web/js/edit_area_room.js.php | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) -commit 0015400c +commit 0015400c4 Author: Campbell Morrison Date: Tue Apr 11 18:26:40 2017 +0100 @@ -44896,7 +47297,7 @@ Date: Tue Apr 11 18:26:40 2017 +0100 web/css/mrbs.css.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 65972201 +commit 659722016 Author: Campbell Morrison Date: Tue Apr 11 18:21:59 2017 +0100 @@ -44911,7 +47312,7 @@ Date: Tue Apr 11 18:21:59 2017 +0100 web/systemdefaults.inc.php | 22 ---------------------- 7 files changed, 77 insertions(+), 25 deletions(-) -commit 7440e701 +commit 7440e701a Author: Campbell Morrison Date: Tue Apr 11 16:02:59 2017 +0100 @@ -44928,7 +47329,7 @@ Date: Tue Apr 11 16:02:59 2017 +0100 web/lang/lang.en | 1 + 7 files changed, 39 insertions(+), 5 deletions(-) -commit abb1b20f +commit abb1b20f8 Author: Campbell Morrison Date: Tue Apr 11 11:17:21 2017 +0100 @@ -44937,7 +47338,7 @@ Date: Tue Apr 11 11:17:21 2017 +0100 web/edit_area_room.php | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) -commit e7b71714 +commit e7b717144 Author: Campbell Morrison Date: Tue Apr 11 11:11:21 2017 +0100 @@ -44946,7 +47347,7 @@ Date: Tue Apr 11 11:11:21 2017 +0100 web/edit_area_room.php | 272 ++++++++++++++++++++------------------- 1 file changed, 141 insertions(+), 131 deletions(-) -commit 35b148ec +commit 35b148ecb Author: Campbell Morrison Date: Tue Apr 11 10:42:21 2017 +0100 @@ -44955,7 +47356,7 @@ Date: Tue Apr 11 10:42:21 2017 +0100 web/edit_area_room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c1b2f42a +commit c1b2f42a9 Author: Campbell Morrison Date: Fri Apr 7 16:49:01 2017 +0100 @@ -44966,7 +47367,7 @@ Date: Fri Apr 7 16:49:01 2017 +0100 web/lang/lang.sv | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) -commit bebe327a +commit bebe327a2 Author: Campbell Morrison Date: Fri Apr 7 09:23:05 2017 +0100 @@ -44982,7 +47383,7 @@ Date: Fri Apr 7 09:23:05 2017 +0100 web/lang/lang.sv | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) -commit 8aa6680c +commit 8aa6680c4 Author: Campbell Morrison Date: Fri Apr 7 09:19:16 2017 +0100 @@ -44991,7 +47392,7 @@ Date: Fri Apr 7 09:19:16 2017 +0100 web/lang/lang.es | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 95b46529 +commit 95b465290 Author: Campbell Morrison Date: Fri Apr 7 09:10:16 2017 +0100 @@ -45000,7 +47401,7 @@ Date: Fri Apr 7 09:10:16 2017 +0100 web/lang/lang.es | 147 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 141 insertions(+), 6 deletions(-) -commit f92ca1ff +commit f92ca1ff1 Author: Campbell Morrison Date: Wed Apr 5 23:09:31 2017 +0100 @@ -45013,7 +47414,7 @@ Date: Wed Apr 5 23:09:31 2017 +0100 web/mrbs_sql.inc | 11 +---------- 5 files changed, 41 insertions(+), 23 deletions(-) -commit ef94178a +commit ef94178aa Author: Campbell Morrison Date: Wed Apr 5 22:25:56 2017 +0100 @@ -45024,7 +47425,7 @@ Date: Wed Apr 5 22:25:56 2017 +0100 web/lib/MRBS/DB_pgsql.php | 14 ++++---------- 3 files changed, 11 insertions(+), 26 deletions(-) -commit 5d42ad1c +commit 5d42ad1ca Author: John Beranek Date: Wed Apr 5 20:28:52 2017 +0100 @@ -45033,7 +47434,7 @@ Date: Wed Apr 5 20:28:52 2017 +0100 web/lib/MRBS/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cb65335c +commit cb65335c2 Author: John Beranek Date: Wed Apr 5 20:24:25 2017 +0100 @@ -45045,7 +47446,7 @@ Date: Wed Apr 5 20:24:25 2017 +0100 web/lib/MRBS/DB.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -commit bfd9bcc7 +commit bfd9bcc75 Author: Campbell Morrison Date: Thu Mar 30 20:44:30 2017 +0100 @@ -45054,7 +47455,7 @@ Date: Thu Mar 30 20:44:30 2017 +0100 web/functions_table.inc | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) -commit 9b40811d +commit 9b40811d8 Author: Campbell Morrison Date: Thu Mar 30 20:08:22 2017 +0100 @@ -45065,7 +47466,7 @@ Date: Thu Mar 30 20:08:22 2017 +0100 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8b4352ec +commit 8b4352ec7 Author: Campbell Morrison Date: Thu Mar 30 20:02:20 2017 +0100 @@ -45074,7 +47475,7 @@ Date: Thu Mar 30 20:02:20 2017 +0100 web/functions_table.inc | 2534 ++++++++++++++++++------------------- 1 file changed, 1267 insertions(+), 1267 deletions(-) -commit dd007583 +commit dd007583b Author: Campbell Morrison Date: Thu Mar 30 18:15:28 2017 +0100 @@ -45084,7 +47485,7 @@ Date: Thu Mar 30 18:15:28 2017 +0100 web/functions_table.inc | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) -commit 7b31ac5e +commit 7b31ac5ef Author: Campbell Morrison Date: Thu Mar 30 10:55:47 2017 +0100 @@ -45093,7 +47494,7 @@ Date: Thu Mar 30 10:55:47 2017 +0100 web/edit_entry_handler.php | 6 ------ 1 file changed, 6 deletions(-) -commit 11697f1f +commit 11697f1f1 Author: Campbell Morrison Date: Wed Mar 29 18:22:44 2017 +0100 @@ -45102,7 +47503,7 @@ Date: Wed Mar 29 18:22:44 2017 +0100 web/edit_entry_handler.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 3b13de26 +commit 3b13de263 Author: Campbell Morrison Date: Tue Mar 28 17:24:39 2017 +0100 @@ -45111,7 +47512,7 @@ Date: Tue Mar 28 17:24:39 2017 +0100 web/edit_entry_handler.php | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) -commit c58c0933 +commit c58c09332 Author: Campbell Morrison Date: Tue Mar 21 10:28:36 2017 +0000 @@ -45121,7 +47522,7 @@ Date: Tue Mar 21 10:28:36 2017 +0000 web/css/mrbs.css.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 142584c3 +commit 142584c37 Author: Campbell Morrison Date: Mon Mar 20 09:28:46 2017 +0000 @@ -45130,7 +47531,7 @@ Date: Mon Mar 20 09:28:46 2017 +0000 web/view_entry.php | 4 ++++ 1 file changed, 4 insertions(+) -commit c912676e +commit c912676ed Author: Campbell Morrison Date: Mon Mar 20 07:26:31 2017 +0000 @@ -45139,7 +47540,7 @@ Date: Mon Mar 20 07:26:31 2017 +0000 web/view_entry.php | 1 - 1 file changed, 1 deletion(-) -commit bcd92ea4 +commit bcd92ea47 Author: Campbell Morrison Date: Sun Mar 19 22:07:25 2017 +0000 @@ -45148,7 +47549,7 @@ Date: Sun Mar 19 22:07:25 2017 +0000 web/del_entry_ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 37e36cf3 +commit 37e36cf31 Author: Campbell Morrison Date: Sun Mar 19 20:57:04 2017 +0000 @@ -45157,7 +47558,7 @@ Date: Sun Mar 19 20:57:04 2017 +0000 web/del_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3717f2a2 +commit 3717f2a2e Author: Campbell Morrison Date: Sun Mar 19 20:51:35 2017 +0000 @@ -45166,7 +47567,7 @@ Date: Sun Mar 19 20:51:35 2017 +0000 web/del_entry.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 22d194c6 +commit 22d194c69 Author: Campbell Morrison Date: Sun Mar 19 20:36:58 2017 +0000 @@ -45175,7 +47576,7 @@ Date: Sun Mar 19 20:36:58 2017 +0000 web/view_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 691062e8 +commit 691062e8e Author: Campbell Morrison Date: Sun Mar 19 20:21:54 2017 +0000 @@ -45184,7 +47585,7 @@ Date: Sun Mar 19 20:21:54 2017 +0000 web/view_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a9e7e777 +commit a9e7e7772 Author: Campbell Morrison Date: Sun Mar 19 19:27:05 2017 +0000 @@ -45194,7 +47595,7 @@ Date: Sun Mar 19 19:27:05 2017 +0000 web/view_entry.php | 179 +++++++++++++++++++++++++++-------------- 2 files changed, 141 insertions(+), 65 deletions(-) -commit 36372f26 +commit 36372f263 Author: Campbell Morrison Date: Sun Mar 19 18:45:58 2017 +0000 @@ -45229,7 +47630,7 @@ Date: Sun Mar 19 18:45:58 2017 +0000 web/lang/lang.zh-tw | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) -commit a8b714e4 +commit a8b714e47 Author: Campbell Morrison Date: Sun Mar 19 14:14:55 2017 +0000 @@ -45240,7 +47641,7 @@ Date: Sun Mar 19 14:14:55 2017 +0000 web/view_entry.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) -commit 887a19a0 +commit 887a19a02 Author: Campbell Morrison Date: Sun Mar 19 14:02:27 2017 +0000 @@ -45249,7 +47650,7 @@ Date: Sun Mar 19 14:02:27 2017 +0000 web/view_entry.php | 73 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 58 insertions(+), 15 deletions(-) -commit 786f8b09 +commit 786f8b09b Author: Campbell Morrison Date: Sun Mar 19 12:05:13 2017 +0000 @@ -45258,7 +47659,7 @@ Date: Sun Mar 19 12:05:13 2017 +0000 web/view_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e8b97c43 +commit e8b97c43d Author: Campbell Morrison Date: Sun Mar 19 11:58:47 2017 +0000 @@ -45268,7 +47669,7 @@ Date: Sun Mar 19 11:58:47 2017 +0000 web/view_entry.php | 15 +++++++++------ 2 files changed, 19 insertions(+), 8 deletions(-) -commit b61e2dc1 +commit b61e2dc13 Author: John Beranek Date: Sat Mar 18 09:05:57 2017 +0000 @@ -45277,7 +47678,7 @@ Date: Sat Mar 18 09:05:57 2017 +0000 web/edit_users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit f784508a +commit f784508ac Author: Campbell Morrison Date: Fri Mar 17 10:14:34 2017 +0000 @@ -45288,7 +47689,7 @@ Date: Fri Mar 17 10:14:34 2017 +0000 web/trailer.inc | 9 ++-- 3 files changed, 84 insertions(+), 25 deletions(-) -commit 9176f7a4 +commit 9176f7a47 Author: Campbell Morrison Date: Fri Mar 17 09:50:05 2017 +0000 @@ -45297,7 +47698,7 @@ Date: Fri Mar 17 09:50:05 2017 +0000 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fea3c4a9 +commit fea3c4a99 Author: Campbell Morrison Date: Thu Mar 16 13:57:37 2017 +0000 @@ -45311,7 +47712,7 @@ Date: Thu Mar 16 13:57:37 2017 +0000 web/session/session_wordpress.inc | 20 ++++++++++---------- 6 files changed, 52 insertions(+), 52 deletions(-) -commit 417dcb46 +commit 417dcb46b Author: Campbell Morrison Date: Thu Mar 16 13:47:06 2017 +0000 @@ -45325,7 +47726,7 @@ Date: Thu Mar 16 13:47:06 2017 +0000 web/session/session_wordpress.inc | 10 +++++----- 5 files changed, 31 insertions(+), 25 deletions(-) -commit 6daa8c62 +commit 6daa8c62b Author: Campbell Morrison Date: Thu Mar 16 12:00:52 2017 +0000 @@ -45334,7 +47735,7 @@ Date: Thu Mar 16 12:00:52 2017 +0000 web/grab_globals.inc.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) -commit b054b861 +commit b054b861e Author: Campbell Morrison Date: Thu Mar 16 11:11:16 2017 +0000 @@ -45347,7 +47748,7 @@ Date: Thu Mar 16 11:11:16 2017 +0000 web/session/session_wordpress.inc | 6 +++--- 5 files changed, 23 insertions(+), 16 deletions(-) -commit eb717ca1 +commit eb717ca10 Author: Campbell Morrison Date: Thu Mar 16 10:49:36 2017 +0000 @@ -45356,7 +47757,7 @@ Date: Thu Mar 16 10:49:36 2017 +0000 web/mrbs_auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 00e21a26 +commit 00e21a26d Author: Campbell Morrison Date: Thu Mar 16 10:44:05 2017 +0000 @@ -45366,7 +47767,7 @@ Date: Thu Mar 16 10:44:05 2017 +0000 web/mrbs_auth.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 2ceec94c +commit 2ceec94c2 Author: Campbell Morrison Date: Wed Mar 15 18:02:06 2017 +0000 @@ -45375,7 +47776,7 @@ Date: Wed Mar 15 18:02:06 2017 +0000 web/mincals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 61d592f3 +commit 61d592f34 Author: Campbell Morrison Date: Wed Mar 15 17:57:35 2017 +0000 @@ -45385,7 +47786,7 @@ Date: Wed Mar 15 17:57:35 2017 +0000 web/mincals.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 96bd6804 +commit 96bd6804f Author: Campbell Morrison Date: Wed Mar 15 17:37:21 2017 +0000 @@ -45394,7 +47795,7 @@ Date: Wed Mar 15 17:37:21 2017 +0000 web/mincals.inc | 2 ++ 1 file changed, 2 insertions(+) -commit 3d5c738b +commit 3d5c738b0 Author: Campbell Morrison Date: Wed Mar 15 17:33:25 2017 +0000 @@ -45403,7 +47804,7 @@ Date: Wed Mar 15 17:33:25 2017 +0000 web/mincals.inc | 100 +++++++++++++++++++++++----------------------- 1 file changed, 50 insertions(+), 50 deletions(-) -commit 16cf3f80 +commit 16cf3f809 Author: Campbell Morrison Date: Wed Mar 15 16:58:53 2017 +0000 @@ -45413,7 +47814,7 @@ Date: Wed Mar 15 16:58:53 2017 +0000 web/systemdefaults.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 0d5c98b3 +commit 0d5c98b33 Author: Campbell Morrison Date: Wed Mar 15 16:44:07 2017 +0000 @@ -45422,7 +47823,7 @@ Date: Wed Mar 15 16:44:07 2017 +0000 web/functions_table.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 2f9b6c00 +commit 2f9b6c000 Author: Campbell Morrison Date: Wed Mar 15 09:42:30 2017 +0000 @@ -45433,7 +47834,7 @@ Date: Wed Mar 15 09:42:30 2017 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 5 insertions(+), 9 deletions(-) -commit d5f6541b +commit d5f6541bf Author: Campbell Morrison Date: Wed Mar 15 09:23:32 2017 +0000 @@ -45442,7 +47843,7 @@ Date: Wed Mar 15 09:23:32 2017 +0000 web/mincals.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) -commit 5e80b1c5 +commit 5e80b1c55 Author: Campbell Morrison Date: Wed Mar 15 09:20:34 2017 +0000 @@ -45454,7 +47855,7 @@ Date: Wed Mar 15 09:20:34 2017 +0000 web/mincals.inc | 25 ++++++++++++------------- 2 files changed, 32 insertions(+), 14 deletions(-) -commit b1684496 +commit b16844961 Author: John Beranek Date: Wed Mar 15 00:03:42 2017 +0000 @@ -45463,7 +47864,7 @@ Date: Wed Mar 15 00:03:42 2017 +0000 web/mincals.inc | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) -commit c43f2793 +commit c43f27931 Author: Campbell Morrison Date: Tue Mar 14 16:46:01 2017 +0000 @@ -45472,7 +47873,7 @@ Date: Tue Mar 14 16:46:01 2017 +0000 web/lang/lang.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b8367e89 +commit b8367e89e Author: Campbell Morrison Date: Tue Mar 14 15:47:05 2017 +0000 @@ -45481,7 +47882,7 @@ Date: Tue Mar 14 15:47:05 2017 +0000 web/lang/lang.sv | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) -commit fe057d71 +commit fe057d714 Author: Campbell Morrison Date: Tue Mar 14 15:45:46 2017 +0000 @@ -45490,7 +47891,7 @@ Date: Tue Mar 14 15:45:46 2017 +0000 web/lang/lang.en | 1 - 1 file changed, 1 deletion(-) -commit b43d213b +commit b43d213ba Author: Campbell Morrison Date: Mon Mar 13 15:44:20 2017 +0000 @@ -45500,7 +47901,7 @@ Date: Mon Mar 13 15:44:20 2017 +0000 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7968944e +commit 7968944ed Author: Campbell Morrison Date: Sat Mar 11 18:37:03 2017 +0000 @@ -45513,7 +47914,7 @@ Date: Sat Mar 11 18:37:03 2017 +0000 web/report.php | 4 ++-- 4 files changed, 9 insertions(+), 35 deletions(-) -commit 950dfa8b +commit 950dfa8be Author: Campbell Morrison Date: Sat Mar 11 18:21:43 2017 +0000 @@ -45522,7 +47923,7 @@ Date: Sat Mar 11 18:21:43 2017 +0000 web/language.inc | 2 ++ 1 file changed, 2 insertions(+) -commit eaed97c9 +commit eaed97c97 Author: Campbell Morrison Date: Sat Mar 11 11:54:20 2017 +0000 @@ -45531,7 +47932,7 @@ Date: Sat Mar 11 11:54:20 2017 +0000 web/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 5392f1aa +commit 5392f1aa1 Author: Campbell Morrison Date: Sat Mar 11 11:40:09 2017 +0000 @@ -45550,7 +47951,7 @@ Date: Sat Mar 11 11:40:09 2017 +0000 web/systemdefaults.inc.php | 10 ++++------ 9 files changed, 27 insertions(+), 24 deletions(-) -commit e477abcf +commit e477abcf6 Author: John Beranek Date: Sat Mar 11 11:00:30 2017 +0000 @@ -45560,7 +47961,7 @@ Date: Sat Mar 11 11:00:30 2017 +0000 web/systemdefaults.inc.php | 6 ++++++ 2 files changed, 15 insertions(+) -commit 8f73e4c5 +commit 8f73e4c58 Author: John Beranek Date: Sat Mar 11 10:03:49 2017 +0000 @@ -45569,7 +47970,7 @@ Date: Sat Mar 11 10:03:49 2017 +0000 web/config.inc.php (mode +x) | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 30f98a7b +commit 30f98a7b9 Author: Campbell Morrison Date: Sat Mar 11 09:13:05 2017 +0000 @@ -45579,7 +47980,7 @@ Date: Sat Mar 11 09:13:05 2017 +0000 web/systemdefaults.inc.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) -commit f6eebf52 +commit f6eebf525 Author: Campbell Morrison Date: Sat Mar 11 09:04:55 2017 +0000 @@ -45588,7 +47989,7 @@ Date: Sat Mar 11 09:04:55 2017 +0000 web/edit_entry.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit d9b4fd6d +commit d9b4fd6de Author: Campbell Morrison Date: Fri Mar 10 17:18:57 2017 +0000 @@ -45597,7 +47998,7 @@ Date: Fri Mar 10 17:18:57 2017 +0000 web/lang/lang.pt | 2 ++ 1 file changed, 2 insertions(+) -commit bb807fff +commit bb807fff1 Author: Campbell Morrison Date: Fri Mar 10 15:58:23 2017 +0000 @@ -45610,7 +48011,7 @@ Date: Fri Mar 10 15:58:23 2017 +0000 web/lang/lang.fr | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) -commit ee99ec7f +commit ee99ec7f8 Author: Campbell Morrison Date: Fri Mar 10 13:00:46 2017 +0000 @@ -45620,7 +48021,7 @@ Date: Fri Mar 10 13:00:46 2017 +0000 web/lang/lang.pt | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) -commit 1093256b +commit 1093256b9 Author: Campbell Morrison Date: Fri Mar 10 10:03:49 2017 +0000 @@ -45629,7 +48030,7 @@ Date: Fri Mar 10 10:03:49 2017 +0000 web/js/edit_entry.js.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 42cf0380 +commit 42cf0380b Author: Campbell Morrison Date: Fri Mar 10 09:55:43 2017 +0000 @@ -45648,7 +48049,7 @@ Date: Fri Mar 10 09:55:43 2017 +0000 web/mrbs_sql.inc | 114 ++++++++++++++++++++--------------- 9 files changed, 140 insertions(+), 85 deletions(-) -commit 7844a941 +commit 7844a941f Author: Campbell Morrison Date: Thu Mar 9 13:12:59 2017 +0000 @@ -45660,7 +48061,7 @@ Date: Thu Mar 9 13:12:59 2017 +0000 web/js/edit_entry.js.php | 10 ++++------ 4 files changed, 30 insertions(+), 15 deletions(-) -commit 9f5d076c +commit 9f5d076c6 Author: Campbell Morrison Date: Tue Mar 7 17:32:17 2017 +0000 @@ -45670,7 +48071,7 @@ Date: Tue Mar 7 17:32:17 2017 +0000 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 866806e9 +commit 866806e9e Author: Campbell Morrison Date: Tue Mar 7 17:27:39 2017 +0000 @@ -45679,7 +48080,7 @@ Date: Tue Mar 7 17:27:39 2017 +0000 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3dc3f2aa +commit 3dc3f2aaf Author: Campbell Morrison Date: Mon Mar 6 16:55:29 2017 +0000 @@ -45689,7 +48090,7 @@ Date: Mon Mar 6 16:55:29 2017 +0000 web/css/mrbs.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 4f2e9798 +commit 4f2e97980 Author: Campbell Morrison Date: Mon Mar 6 16:48:55 2017 +0000 @@ -45699,7 +48100,7 @@ Date: Mon Mar 6 16:48:55 2017 +0000 web/css/mrbs.css.php | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) -commit b3536f2f +commit b3536f2fb Author: Campbell Morrison Date: Mon Mar 6 16:24:41 2017 +0000 @@ -45733,7 +48134,7 @@ Date: Mon Mar 6 16:24:41 2017 +0000 web/lang/lang.zh-tw | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) -commit 875c5b1d +commit 875c5b1de Author: Campbell Morrison Date: Mon Mar 6 16:02:57 2017 +0000 @@ -45742,7 +48143,7 @@ Date: Mon Mar 6 16:02:57 2017 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ad815ff7 +commit ad815ff73 Author: Campbell Morrison Date: Mon Mar 6 15:57:23 2017 +0000 @@ -45753,7 +48154,7 @@ Date: Mon Mar 6 15:57:23 2017 +0000 web/view_entry.php | 2 +- 3 files changed, 35 insertions(+), 35 deletions(-) -commit 58db9409 +commit 58db94099 Author: Campbell Morrison Date: Mon Mar 6 15:45:27 2017 +0000 @@ -45764,7 +48165,7 @@ Date: Mon Mar 6 15:45:27 2017 +0000 web/help.php | 24 ++++++++++++------------ 3 files changed, 21 insertions(+), 17 deletions(-) -commit 5d1529f8 +commit 5d1529f88 Author: Campbell Morrison Date: Mon Mar 6 15:10:24 2017 +0000 @@ -45780,7 +48181,7 @@ Date: Mon Mar 6 15:10:24 2017 +0000 web/site_faq/site_faq_sv.html | 5 +++++ 8 files changed, 31 insertions(+) -commit 306c63b2 +commit 306c63b2f Author: Campbell Morrison Date: Mon Mar 6 14:54:24 2017 +0000 @@ -45793,7 +48194,7 @@ Date: Mon Mar 6 14:54:24 2017 +0000 web/language.inc | 9 +++++++++ 4 files changed, 18 insertions(+), 1 deletion(-) -commit 109e00b1 +commit 109e00b1b Author: Campbell Morrison Date: Mon Mar 6 14:15:20 2017 +0000 @@ -45814,7 +48215,7 @@ Date: Mon Mar 6 14:15:20 2017 +0000 web/session/functions_session.inc | 4 +- 12 files changed, 108 insertions(+), 89 deletions(-) -commit 14331f38 +commit 14331f38c Author: Campbell Morrison Date: Sun Mar 5 16:46:28 2017 +0000 @@ -45824,7 +48225,7 @@ Date: Sun Mar 5 16:46:28 2017 +0000 web/search.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 47285782 +commit 472857823 Author: Campbell Morrison Date: Sun Mar 5 16:41:47 2017 +0000 @@ -45835,7 +48236,7 @@ Date: Sun Mar 5 16:41:47 2017 +0000 web/search.php | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) -commit ed973568 +commit ed973568b Author: Campbell Morrison Date: Sun Mar 5 16:30:28 2017 +0000 @@ -45866,7 +48267,7 @@ Date: Sun Mar 5 16:30:28 2017 +0000 web/week.php | 2 +- 23 files changed, 57 insertions(+), 61 deletions(-) -commit 2c2675c5 +commit 2c2675c57 Author: Campbell Morrison Date: Sun Mar 5 15:55:04 2017 +0000 @@ -45876,7 +48277,7 @@ Date: Sun Mar 5 15:55:04 2017 +0000 web/functions.inc | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) -commit 07994292 +commit 07994292a Author: Campbell Morrison Date: Sun Mar 5 15:43:01 2017 +0000 @@ -45887,7 +48288,7 @@ Date: Sun Mar 5 15:43:01 2017 +0000 web/language.inc | 12 +++++------- 2 files changed, 5 insertions(+), 14 deletions(-) -commit 5e5c002f +commit 5e5c002f5 Author: Campbell Morrison Date: Sun Mar 5 15:29:04 2017 +0000 @@ -45898,7 +48299,7 @@ Date: Sun Mar 5 15:29:04 2017 +0000 web/search.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) -commit ea2f43f2 +commit ea2f43f28 Author: Campbell Morrison Date: Sun Mar 5 15:19:07 2017 +0000 @@ -45907,7 +48308,7 @@ Date: Sun Mar 5 15:19:07 2017 +0000 web/session/functions_session.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7d8b2780 +commit 7d8b2780d Author: Campbell Morrison Date: Sun Mar 5 12:27:46 2017 +0000 @@ -45918,14 +48319,14 @@ Date: Sun Mar 5 12:27:46 2017 +0000 web/.htaccess-apache-pre-2.4 | 6 ------ 2 files changed, 12 deletions(-) -commit b25e1abd -Merge: 3cfc61ce afc831b3 +commit b25e1abd9 +Merge: 3cfc61cea afc831b37 Author: Campbell Morrison Date: Sat Mar 4 11:37:03 2017 +0000 Merge -commit 3cfc61ce +commit 3cfc61cea Author: Campbell Morrison Date: Sat Mar 4 11:35:13 2017 +0000 @@ -45936,7 +48337,7 @@ Date: Sat Mar 4 11:35:13 2017 +0000 web/lang/lang.en | 3 +++ 3 files changed, 53 insertions(+), 9 deletions(-) -commit afc831b3 +commit afc831b37 Author: John Beranek Date: Sat Mar 4 10:40:02 2017 +0000 @@ -45945,7 +48346,7 @@ Date: Sat Mar 4 10:40:02 2017 +0000 web/auth/auth_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8f879de7 +commit 8f879de7c Author: Campbell Morrison Date: Sat Mar 4 10:00:51 2017 +0000 @@ -45954,7 +48355,7 @@ Date: Sat Mar 4 10:00:51 2017 +0000 web/help.php | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) -commit da3c6543 +commit da3c6543f Author: Campbell Morrison Date: Sat Mar 4 09:50:03 2017 +0000 @@ -45963,7 +48364,7 @@ Date: Sat Mar 4 09:50:03 2017 +0000 web/auth/auth_ldap.inc | 2 ++ 1 file changed, 2 insertions(+) -commit 14c1cd79 +commit 14c1cd79a Author: Campbell Morrison Date: Sat Mar 4 08:46:18 2017 +0000 @@ -45974,7 +48375,7 @@ Date: Sat Mar 4 08:46:18 2017 +0000 web/js/search.js.php | 20 ++++++++++++-------- 3 files changed, 29 insertions(+), 16 deletions(-) -commit 767f85a8 +commit 767f85a84 Author: Campbell Morrison Date: Fri Mar 3 15:29:38 2017 +0000 @@ -45987,8 +48388,8 @@ Date: Fri Mar 3 15:29:38 2017 +0000 web/lang/lang.en | 1 + 3 files changed, 17 insertions(+) -commit fb28c400 -Merge: e3446f36 9424ecd2 +commit fb28c400b +Merge: e3446f364 9424ecd2b Author: Campbell Morrison Date: Fri Mar 3 14:32:25 2017 +0000 @@ -45998,13 +48399,13 @@ Date: Fri Mar 3 14:32:25 2017 +0000 local-part of the email address - but this feature has to be enabled by a config variable setting. -commit 9424ecd2 (origin/login_with_email_address) +commit 9424ecd2b (origin/login_with_email_address) Author: Campbell Morrison Date: Fri Mar 3 14:28:26 2017 +0000 Close login_with_email_address branch -commit ed1bbb97 +commit ed1bbb97d Author: Campbell Morrison Date: Thu Mar 2 15:26:01 2017 +0000 @@ -46014,7 +48415,7 @@ Date: Thu Mar 2 15:26:01 2017 +0000 web/session/session_remote_user.inc | 2 ++ 2 files changed, 4 insertions(+) -commit 8d2a6ee8 +commit 8d2a6ee84 Author: Campbell Morrison Date: Thu Mar 2 12:33:39 2017 +0000 @@ -46024,7 +48425,7 @@ Date: Thu Mar 2 12:33:39 2017 +0000 web/session/session_remote_user.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 740c4b2e +commit 740c4b2e5 Author: Campbell Morrison Date: Thu Mar 2 12:27:53 2017 +0000 @@ -46039,7 +48440,7 @@ Date: Thu Mar 2 12:27:53 2017 +0000 web/session/session_wordpress.inc | 7 ++----- 7 files changed, 22 insertions(+), 29 deletions(-) -commit 6020ab6a +commit 6020ab6aa Author: Campbell Morrison Date: Thu Mar 2 12:15:46 2017 +0000 @@ -46053,7 +48454,7 @@ Date: Thu Mar 2 12:15:46 2017 +0000 web/session/session_wordpress.inc | 14 ++++---------- 6 files changed, 43 insertions(+), 50 deletions(-) -commit 7901a08c +commit 7901a08c5 Author: Campbell Morrison Date: Thu Mar 2 11:49:02 2017 +0000 @@ -46066,7 +48467,7 @@ Date: Thu Mar 2 11:49:02 2017 +0000 web/session/session_wordpress.inc | 12 +----------- 5 files changed, 22 insertions(+), 44 deletions(-) -commit e41e79ee +commit e41e79eed Author: Campbell Morrison Date: Thu Mar 2 11:25:32 2017 +0000 @@ -46077,7 +48478,7 @@ Date: Thu Mar 2 11:25:32 2017 +0000 web/lang/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6a86e24d +commit 6a86e24d1 Author: Campbell Morrison Date: Thu Mar 2 11:21:04 2017 +0000 @@ -46093,14 +48494,14 @@ Date: Thu Mar 2 11:21:04 2017 +0000 web/session/session_wordpress.inc | 15 +++------------ 8 files changed, 32 insertions(+), 81 deletions(-) -commit 0c781988 -Merge: c5e78ad4 e3446f36 +commit 0c7819886 +Merge: c5e78ad4d e3446f364 Author: Campbell Morrison Date: Thu Mar 2 10:09:19 2017 +0000 Merge with default -commit e3446f36 +commit e3446f364 Author: Campbell Morrison Date: Thu Mar 2 09:33:34 2017 +0000 @@ -46109,7 +48510,7 @@ Date: Thu Mar 2 09:33:34 2017 +0000 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 46ff631f +commit 46ff631f5 Author: John Beranek Date: Wed Mar 1 20:53:13 2017 +0000 @@ -46122,7 +48523,7 @@ Date: Wed Mar 1 20:53:13 2017 +0000 web/{.htaccess => .htaccess-apache-pre-2.4} | 0 3 files changed, 16 insertions(+), 6 deletions(-) -commit a0e80ad0 +commit a0e80ad0f Author: Campbell Morrison Date: Wed Mar 1 18:16:52 2017 +0000 @@ -46131,7 +48532,7 @@ Date: Wed Mar 1 18:16:52 2017 +0000 web/lang/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6143053c +commit 6143053ca Author: Campbell Morrison Date: Wed Mar 1 18:07:03 2017 +0000 @@ -46169,7 +48570,7 @@ Date: Wed Mar 1 18:07:03 2017 +0000 web/view_entry.php | 8 +++++--- 27 files changed, 69 insertions(+), 67 deletions(-) -commit 444ed208 +commit 444ed208f Author: Campbell Morrison Date: Wed Mar 1 16:12:00 2017 +0000 @@ -46186,14 +48587,14 @@ Date: Wed Mar 1 16:12:00 2017 +0000 web/view_entry.php | 1 + 5 files changed, 7 insertions(+) -commit 9bd7079f -Merge: bffe5c96 197c6def +commit 9bd7079fb +Merge: bffe5c967 197c6defd Author: Campbell Morrison Date: Wed Mar 1 15:13:07 2017 +0000 Merge with 1.6.1 -commit bffe5c96 +commit bffe5c967 Author: Campbell Morrison Date: Wed Mar 1 15:11:42 2017 +0000 @@ -46203,7 +48604,7 @@ Date: Wed Mar 1 15:11:42 2017 +0000 web/functions.inc | 55 +++++++++++++++++++++++++++------------------ 2 files changed, 39 insertions(+), 22 deletions(-) -commit 197c6def +commit 197c6defd Author: John Beranek Date: Mon Feb 27 20:51:27 2017 +0000 @@ -46213,13 +48614,13 @@ Date: Mon Feb 27 20:51:27 2017 +0000 web/systemdefaults.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 181ffc6f +commit 181ffc6f8 Author: John Beranek Date: Sun Feb 26 20:02:58 2017 +0000 Added tag mrbs-1_6_1 for changeset f392e68914ab -commit 3acbb938 (tag: mrbs-1_6_1) +commit 3acbb9382 (tag: mrbs-1_6_1) Author: John Beranek Date: Sun Feb 26 20:02:36 2017 +0000 @@ -46229,7 +48630,7 @@ Date: Sun Feb 26 20:02:36 2017 +0000 NEWS | 17 ++++ 2 files changed, 242 insertions(+), 1 deletion(-) -commit c5e78ad4 +commit c5e78ad4d Author: Campbell Morrison Date: Sun Feb 26 17:07:00 2017 +0000 @@ -46242,7 +48643,7 @@ Date: Sun Feb 26 17:07:00 2017 +0000 web/session/session_wordpress.inc | 1 + 5 files changed, 4 insertions(+), 3 deletions(-) -commit 661a9a06 +commit 661a9a066 Author: John Beranek Date: Sun Feb 26 15:24:00 2017 +0000 @@ -46251,7 +48652,7 @@ Date: Sun Feb 26 15:24:00 2017 +0000 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 210ac6d6 +commit 210ac6d64 Author: Campbell Morrison Date: Sun Feb 26 11:18:54 2017 +0000 @@ -46260,7 +48661,7 @@ Date: Sun Feb 26 11:18:54 2017 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d184f38d +commit d184f38df Author: Campbell Morrison Date: Sun Feb 26 11:15:15 2017 +0000 @@ -46269,7 +48670,7 @@ Date: Sun Feb 26 11:15:15 2017 +0000 web/Themes/default/header.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 15a56c3a +commit 15a56c3a3 Author: Campbell Morrison Date: Sun Feb 26 11:10:31 2017 +0000 @@ -46278,14 +48679,14 @@ Date: Sun Feb 26 11:10:31 2017 +0000 web/Themes/default/header.inc | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) -commit 004d7773 -Merge: a10dbf8b f9da21de +commit 004d77730 +Merge: a10dbf8bc f9da21de4 Author: Campbell Morrison Date: Sun Feb 26 10:55:22 2017 +0000 Merge with default -commit f9da21de +commit f9da21de4 Author: Campbell Morrison Date: Sun Feb 26 07:55:57 2017 +0000 @@ -46294,7 +48695,7 @@ Date: Sun Feb 26 07:55:57 2017 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9f6d1cd1 +commit 9f6d1cd16 Author: Campbell Morrison Date: Sun Feb 26 07:37:57 2017 +0000 @@ -46303,7 +48704,7 @@ Date: Sun Feb 26 07:37:57 2017 +0000 web/Themes/default/header.inc | 56 ++++++++++++++++----------------- 1 file changed, 28 insertions(+), 28 deletions(-) -commit ae9e8dd8 +commit ae9e8dd88 Author: Campbell Morrison Date: Sat Feb 25 12:29:15 2017 +0000 @@ -46313,14 +48714,14 @@ Date: Sat Feb 25 12:29:15 2017 +0000 web/css/mrbs.css.php | 9 ++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) -commit a10dbf8b -Merge: 1b31a6b9 634e72dd +commit a10dbf8bc +Merge: 1b31a6b92 634e72dde Author: Campbell Morrison Date: Thu Feb 23 20:35:21 2017 +0000 Merge with default -commit 634e72dd +commit 634e72dde Author: Campbell Morrison Date: Thu Feb 23 20:29:25 2017 +0000 @@ -46329,14 +48730,14 @@ Date: Thu Feb 23 20:29:25 2017 +0000 web/approve_entry_handler.php | 2 ++ 1 file changed, 2 insertions(+) -commit 1b31a6b9 -Merge: 99a15d78 ec90c0bc +commit 1b31a6b92 +Merge: 99a15d78c ec90c0bc0 Author: Campbell Morrison Date: Thu Feb 23 18:42:53 2017 +0000 Merge with default -commit ec90c0bc +commit ec90c0bc0 Author: Campbell Morrison Date: Thu Feb 23 18:40:43 2017 +0000 @@ -46345,7 +48746,7 @@ Date: Thu Feb 23 18:40:43 2017 +0000 web/session/session_cookie.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 99a15d78 +commit 99a15d78c Author: Campbell Morrison Date: Thu Feb 23 18:28:51 2017 +0000 @@ -46354,7 +48755,7 @@ Date: Thu Feb 23 18:28:51 2017 +0000 web/session/session_cookie.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit ba67e98b +commit ba67e98b4 Author: Campbell Morrison Date: Thu Feb 23 18:22:25 2017 +0000 @@ -46367,7 +48768,7 @@ Date: Thu Feb 23 18:22:25 2017 +0000 web/session/session_wordpress.inc | 6 ++---- 5 files changed, 8 insertions(+), 20 deletions(-) -commit f32d5f64 +commit f32d5f644 Author: Campbell Morrison Date: Wed Feb 22 17:32:11 2017 +0000 @@ -46376,7 +48777,7 @@ Date: Wed Feb 22 17:32:11 2017 +0000 web/session/session_http.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0a943970 +commit 0a9439703 Author: Campbell Morrison Date: Wed Feb 22 17:30:38 2017 +0000 @@ -46391,7 +48792,7 @@ Date: Wed Feb 22 17:30:38 2017 +0000 web/session/session_wordpress.inc | 6 +++--- 7 files changed, 21 insertions(+), 26 deletions(-) -commit e2997e0d +commit e2997e0d7 Author: Campbell Morrison Date: Wed Feb 22 17:12:05 2017 +0000 @@ -46406,7 +48807,7 @@ Date: Wed Feb 22 17:12:05 2017 +0000 web/session/session_wordpress.inc | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) -commit 8be70fa8 +commit 8be70fa83 Author: Campbell Morrison Date: Wed Feb 22 17:06:41 2017 +0000 @@ -46415,7 +48816,7 @@ Date: Wed Feb 22 17:06:41 2017 +0000 web/Themes/default/header.inc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) -commit aa26c34f +commit aa26c34f8 Author: Campbell Morrison Date: Wed Feb 22 15:47:33 2017 +0000 @@ -46424,7 +48825,7 @@ Date: Wed Feb 22 15:47:33 2017 +0000 web/functions_logon.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit dd28a60d +commit dd28a60d8 Author: Campbell Morrison Date: Wed Feb 22 15:42:09 2017 +0000 @@ -46433,7 +48834,7 @@ Date: Wed Feb 22 15:42:09 2017 +0000 web/session/session_cookie.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit d7505c1b +commit d7505c1bc Author: Campbell Morrison Date: Wed Feb 22 15:31:14 2017 +0000 @@ -46443,7 +48844,7 @@ Date: Wed Feb 22 15:31:14 2017 +0000 web/lib/MRBS/DB_pgsql.php | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) -commit b42d713b +commit b42d713ba Author: Campbell Morrison Date: Wed Feb 22 15:21:35 2017 +0000 @@ -46454,7 +48855,7 @@ Date: Wed Feb 22 15:21:35 2017 +0000 web/systemdefaults.inc.php | 219 ++++++++++++++++++----------------- 3 files changed, 155 insertions(+), 110 deletions(-) -commit 4c30708e +commit 4c30708e0 Author: Campbell Morrison Date: Wed Feb 22 12:04:12 2017 +0000 @@ -46481,7 +48882,7 @@ Date: Wed Feb 22 12:04:12 2017 +0000 web/session/session_php.inc | 22 +++------ 19 files changed, 122 insertions(+), 104 deletions(-) -commit 6c66f6a3 +commit 6c66f6a39 Author: Campbell Morrison Date: Tue Feb 21 20:10:06 2017 +0000 @@ -46491,7 +48892,7 @@ Date: Tue Feb 21 20:10:06 2017 +0000 web/session/session_wordpress.inc | 43 ----------------------------- 2 files changed, 10 insertions(+), 43 deletions(-) -commit e81bc9e5 +commit e81bc9e5f Author: Campbell Morrison Date: Tue Feb 21 17:16:20 2017 +0000 @@ -46531,7 +48932,7 @@ Date: Tue Feb 21 17:16:20 2017 +0000 web/lang/lang.zh-tw | 1 + 32 files changed, 33 insertions(+), 2 deletions(-) -commit a53231e5 +commit a53231e5a Author: Campbell Morrison Date: Tue Feb 21 15:07:59 2017 +0000 @@ -46543,7 +48944,7 @@ Date: Tue Feb 21 15:07:59 2017 +0000 web/session/session_php.inc | 52 ++--------------------------- 4 files changed, 71 insertions(+), 132 deletions(-) -commit b9cabbac +commit b9cabbac0 Author: Campbell Morrison Date: Tue Feb 21 14:18:48 2017 +0000 @@ -46553,7 +48954,7 @@ Date: Tue Feb 21 14:18:48 2017 +0000 web/session/session_wordpress.inc | 25 +++++++++++++--------- 2 files changed, 34 insertions(+), 23 deletions(-) -commit 1024fe55 +commit 1024fe55b Author: Campbell Morrison Date: Tue Feb 21 14:03:54 2017 +0000 @@ -46563,7 +48964,7 @@ Date: Tue Feb 21 14:03:54 2017 +0000 web/session/session_php.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -commit 362ef2ba +commit 362ef2ba5 Author: Campbell Morrison Date: Tue Feb 21 11:52:32 2017 +0000 @@ -46572,7 +48973,7 @@ Date: Tue Feb 21 11:52:32 2017 +0000 web/session/session_cookie.inc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) -commit d3050988 +commit d30509882 Author: Campbell Morrison Date: Tue Feb 21 11:49:46 2017 +0000 @@ -46581,7 +48982,7 @@ Date: Tue Feb 21 11:49:46 2017 +0000 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 85c48487 +commit 85c484872 Author: Campbell Morrison Date: Tue Feb 21 11:45:42 2017 +0000 @@ -46590,7 +48991,7 @@ Date: Tue Feb 21 11:45:42 2017 +0000 web/session/session_cookie.inc | 45 ++++++++++++++++---------------- 1 file changed, 23 insertions(+), 22 deletions(-) -commit 65390785 +commit 653907859 Author: Campbell Morrison Date: Tue Feb 21 11:45:05 2017 +0000 @@ -46599,7 +49000,7 @@ Date: Tue Feb 21 11:45:05 2017 +0000 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 39bd4cc4 +commit 39bd4cc49 Author: Campbell Morrison Date: Tue Feb 21 10:29:41 2017 +0000 @@ -46608,7 +49009,7 @@ Date: Tue Feb 21 10:29:41 2017 +0000 web/session/session_php.inc | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) -commit b257fcde +commit b257fcde0 Author: Campbell Morrison Date: Tue Feb 21 10:07:44 2017 +0000 @@ -46617,7 +49018,7 @@ Date: Tue Feb 21 10:07:44 2017 +0000 web/session/session_php.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 1f3a2440 +commit 1f3a24402 Author: Campbell Morrison Date: Tue Feb 21 09:44:36 2017 +0000 @@ -46630,7 +49031,7 @@ Date: Tue Feb 21 09:44:36 2017 +0000 web/session/session_wordpress.inc | 44 +++++++++++++-------------- 5 files changed, 93 insertions(+), 93 deletions(-) -commit 911ba355 +commit 911ba355f Author: Campbell Morrison Date: Mon Feb 20 16:29:39 2017 +0000 @@ -46642,7 +49043,7 @@ Date: Mon Feb 20 16:29:39 2017 +0000 web/session/session_php.inc | 96 ++++++++++++++++++++++------------- 4 files changed, 122 insertions(+), 38 deletions(-) -commit b4899957 +commit b4899957c Author: Campbell Morrison Date: Mon Feb 20 15:09:52 2017 +0000 @@ -46664,7 +49065,7 @@ Date: Mon Feb 20 15:09:52 2017 +0000 web/auth/auth_wordpress.inc | 5 ++-- 14 files changed, 89 insertions(+), 93 deletions(-) -commit f588988b +commit f588988b8 Author: Campbell Morrison Date: Mon Feb 20 14:23:59 2017 +0000 @@ -46673,7 +49074,7 @@ Date: Mon Feb 20 14:23:59 2017 +0000 web/auth/auth_db.inc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -commit af441f63 +commit af441f633 Author: Campbell Morrison Date: Mon Feb 20 14:00:05 2017 +0000 @@ -46682,7 +49083,7 @@ Date: Mon Feb 20 14:00:05 2017 +0000 web/auth/auth_db.inc | 122 +++++++++++++++++++++++++++-------------- 1 file changed, 80 insertions(+), 42 deletions(-) -commit cf1255df +commit cf1255dfb Author: Campbell Morrison Date: Wed Feb 15 16:29:19 2017 +0000 @@ -46691,7 +49092,7 @@ Date: Wed Feb 15 16:29:19 2017 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6f0d9d82 +commit 6f0d9d821 Author: Campbell Morrison Date: Wed Feb 15 14:34:52 2017 +0000 @@ -46700,7 +49101,7 @@ Date: Wed Feb 15 14:34:52 2017 +0000 web/auth/auth_ldap.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit eaa34e01 +commit eaa34e010 Author: John Beranek Date: Mon Feb 13 13:56:46 2017 +0000 @@ -46710,14 +49111,14 @@ Date: Mon Feb 13 13:56:46 2017 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f9f98d1d -Merge: 9e26cf3a 079aaa6d +commit f9f98d1d8 +Merge: 9e26cf3a1 079aaa6d3 Author: Campbell Morrison Date: Mon Feb 13 13:25:12 2017 +0000 Merge -commit 079aaa6d +commit 079aaa6d3 Author: John Beranek Date: Mon Feb 13 13:22:34 2017 +0000 @@ -46729,14 +49130,14 @@ Date: Mon Feb 13 13:22:34 2017 +0000 web/mrbs_sql.inc | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) -commit 9e26cf3a -Merge: f697c15d 3762d9fd +commit 9e26cf3a1 +Merge: f697c15d1 3762d9fdb Author: Campbell Morrison Date: Mon Feb 13 13:22:18 2017 +0000 Merge -commit 3762d9fd +commit 3762d9fdb Author: Campbell Morrison Date: Mon Feb 13 13:19:51 2017 +0000 @@ -46745,7 +49146,7 @@ Date: Mon Feb 13 13:19:51 2017 +0000 web/systemdefaults.inc.php | 1 + 1 file changed, 1 insertion(+) -commit f697c15d +commit f697c15d1 Author: John Beranek Date: Sun Feb 12 12:37:42 2017 +0000 @@ -46754,7 +49155,7 @@ Date: Sun Feb 12 12:37:42 2017 +0000 .hgignore | 4 ++++ 1 file changed, 4 insertions(+) -commit 4553081f +commit 4553081f9 Author: John Beranek Date: Sun Feb 12 11:42:27 2017 +0000 @@ -47015,26 +49416,26 @@ Date: Sun Feb 12 11:42:27 2017 +0000 web/week.php | 2 -- 252 files changed, 29 insertions(+), 483 deletions(-) -commit c1c4cd9e +commit c1c4cd9ed Author: John Beranek Date: Sat Feb 11 16:37:28 2017 +0000 Added tag mrbs-1_6_0 for changeset 04c083c470a1 -commit a8866c2d (tag: mrbs-1_6_0) -Merge: eb30a8dc 5af5b868 +commit a8866c2d9 (tag: mrbs-1_6_0) +Merge: eb30a8dc4 5af5b868e Author: John Beranek Date: Sat Feb 11 16:36:52 2017 +0000 Merged changes from default branch -commit eb30a8dc +commit eb30a8dc4 Author: John Beranek Date: Sat Feb 11 16:35:48 2017 +0000 Added tag mrbs-1_6_0 for changeset e71136a26776 -commit 8fae2309 +commit 8fae23090 Author: John Beranek Date: Sat Feb 11 16:35:08 2017 +0000 @@ -47043,7 +49444,7 @@ Date: Sat Feb 11 16:35:08 2017 +0000 NEWS (mode -x) | 0 1 file changed, 0 insertions(+), 0 deletions(-) -commit 464d06a9 +commit 464d06a91 Author: John Beranek Date: Sat Feb 11 16:34:15 2017 +0000 @@ -47053,7 +49454,7 @@ Date: Sat Feb 11 16:34:15 2017 +0000 NEWS (mode +x) | 152 ++++ 2 files changed, 2368 insertions(+), 1 deletion(-) -commit e8917a14 +commit e8917a14f Author: John Beranek Date: Sat Feb 11 16:10:57 2017 +0000 @@ -47062,7 +49463,7 @@ Date: Sat Feb 11 16:10:57 2017 +0000 UPGRADE | 11 +++++++++++ 1 file changed, 11 insertions(+) -commit 5917dbc6 +commit 5917dbc61 Author: John Beranek Date: Sat Feb 11 15:59:12 2017 +0000 @@ -47071,7 +49472,7 @@ Date: Sat Feb 11 15:59:12 2017 +0000 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5af5b868 +commit 5af5b868e Author: Campbell Morrison Date: Thu Feb 2 12:55:24 2017 +0000 @@ -47080,7 +49481,7 @@ Date: Thu Feb 2 12:55:24 2017 +0000 web/functions.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit cf08fd3d +commit cf08fd3da Author: Campbell Morrison Date: Tue Jan 31 17:23:17 2017 +0000 @@ -47089,7 +49490,7 @@ Date: Tue Jan 31 17:23:17 2017 +0000 web/edit_area_room.php | 95 ++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 63 deletions(-) -commit 13bed041 +commit 13bed0416 Author: Campbell Morrison Date: Tue Jan 31 16:51:23 2017 +0000 @@ -47099,7 +49500,7 @@ Date: Tue Jan 31 16:51:23 2017 +0000 web/import.php | 69 ++++++++++++++++++++++-------------------- 2 files changed, 41 insertions(+), 34 deletions(-) -commit 8b0241a6 +commit 8b0241a6d Author: Campbell Morrison Date: Tue Jan 31 15:52:10 2017 +0000 @@ -47111,7 +49512,7 @@ Date: Tue Jan 31 15:52:10 2017 +0000 web/mrbs_sql.inc | 30 +++++++++++++++++++ 4 files changed, 130 insertions(+), 16 deletions(-) -commit 4d8bdf9c +commit 4d8bdf9c8 Author: Campbell Morrison Date: Mon Jan 30 17:24:45 2017 +0000 @@ -47120,7 +49521,7 @@ Date: Mon Jan 30 17:24:45 2017 +0000 web/import.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 35e3baa6 +commit 35e3baa6b Author: Campbell Morrison Date: Mon Jan 30 17:04:40 2017 +0000 @@ -47129,7 +49530,7 @@ Date: Mon Jan 30 17:04:40 2017 +0000 web/functions_ical.inc | 1 + 1 file changed, 1 insertion(+) -commit 8484a743 +commit 8484a7438 Author: Campbell Morrison Date: Mon Jan 30 15:59:22 2017 +0000 @@ -47138,7 +49539,7 @@ Date: Mon Jan 30 15:59:22 2017 +0000 web/import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7ec772bb +commit 7ec772bb5 Author: Campbell Morrison Date: Fri Jan 20 20:48:38 2017 +0000 @@ -47151,7 +49552,7 @@ Date: Fri Jan 20 20:48:38 2017 +0000 web/month.php | 41 ++++++++++++----------------- 5 files changed, 53 insertions(+), 32 deletions(-) -commit 7582713c +commit 7582713c3 Author: Campbell Morrison Date: Fri Jan 20 18:56:07 2017 +0000 @@ -47160,7 +49561,7 @@ Date: Fri Jan 20 18:56:07 2017 +0000 web/month.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 4b7d3fc8 +commit 4b7d3fc88 Author: Campbell Morrison Date: Fri Jan 20 18:03:03 2017 +0000 @@ -47169,7 +49570,7 @@ Date: Fri Jan 20 18:03:03 2017 +0000 web/month.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 66d19866 +commit 66d198669 Author: John Beranek Date: Wed Jan 18 23:38:14 2017 +0000 @@ -47179,7 +49580,7 @@ Date: Wed Jan 18 23:38:14 2017 +0000 web/systemdefaults.inc.php | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) -commit 1d8900d2 +commit 1d8900d2c Author: Campbell Morrison Date: Wed Jan 18 10:04:26 2017 +0000 @@ -47188,7 +49589,7 @@ Date: Wed Jan 18 10:04:26 2017 +0000 web/edit_entry.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) -commit a8e071cc +commit a8e071cc2 Author: Campbell Morrison Date: Tue Jan 17 10:46:36 2017 +0000 @@ -47197,7 +49598,7 @@ Date: Tue Jan 17 10:46:36 2017 +0000 web/edit_entry.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -commit 1b996dcd +commit 1b996dcde Author: Campbell Morrison Date: Tue Jan 17 10:41:52 2017 +0000 @@ -47206,7 +49607,7 @@ Date: Tue Jan 17 10:41:52 2017 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3e7ec8d4 +commit 3e7ec8d49 Author: Campbell Morrison Date: Tue Jan 10 15:44:55 2017 +0000 @@ -47216,7 +49617,7 @@ Date: Tue Jan 10 15:44:55 2017 +0000 web/functions.inc | 69 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 2 deletions(-) -commit a1eb8697 +commit a1eb86972 Author: Campbell Morrison Date: Sat Jan 7 10:50:15 2017 +0000 @@ -47225,7 +49626,7 @@ Date: Sat Jan 7 10:50:15 2017 +0000 web/functions_mail.inc | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) -commit 239a129c +commit 239a129cd Author: Campbell Morrison Date: Sun Jan 1 08:07:19 2017 +0000 @@ -47234,7 +49635,7 @@ Date: Sun Jan 1 08:07:19 2017 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7cbfceb3 +commit 7cbfceb39 Author: Campbell Morrison Date: Thu Dec 29 16:33:33 2016 +0000 @@ -47282,7 +49683,7 @@ Date: Thu Dec 29 16:33:33 2016 +0000 .../language/phpmailer.lang-zh_cn.php | 2 +- 40 files changed, 1020 insertions(+), 394 deletions(-) -commit 9e4813ec +commit 9e4813ec2 Author: Campbell Morrison Date: Thu Dec 29 16:31:16 2016 +0000 @@ -47291,7 +49692,7 @@ Date: Thu Dec 29 16:31:16 2016 +0000 web/functions_error.inc | 8 ++++++++ 1 file changed, 8 insertions(+) -commit bec065bb +commit bec065bbd Author: Campbell Morrison Date: Tue Dec 13 10:39:37 2016 +0000 @@ -47302,7 +49703,7 @@ Date: Tue Dec 13 10:39:37 2016 +0000 web/week.php | 13 +++++++------ 3 files changed, 21 insertions(+), 18 deletions(-) -commit e630836e +commit e630836ed Author: Campbell Morrison Date: Fri Dec 9 17:08:46 2016 +0000 @@ -47311,7 +49712,7 @@ Date: Fri Dec 9 17:08:46 2016 +0000 web/functions_mail.inc | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) -commit adda1c1a +commit adda1c1ac Author: Campbell Morrison Date: Fri Dec 9 16:26:45 2016 +0000 @@ -47321,7 +49722,7 @@ Date: Fri Dec 9 16:26:45 2016 +0000 web/internalconfig.inc.php | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) -commit c61d4f18 +commit c61d4f18e Author: Campbell Morrison Date: Mon Dec 5 10:10:46 2016 +0000 @@ -47331,7 +49732,7 @@ Date: Mon Dec 5 10:10:46 2016 +0000 web/mincals.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -commit f6ddc3c0 +commit f6ddc3c06 Author: Campbell Morrison Date: Mon Dec 5 10:05:01 2016 +0000 @@ -47343,7 +49744,7 @@ Date: Mon Dec 5 10:05:01 2016 +0000 web/css/mrbs.css.php | 32 ++++++++++++++++---------------- 4 files changed, 21 insertions(+), 21 deletions(-) -commit 08c61df8 +commit 08c61df83 Author: Campbell Morrison Date: Mon Dec 5 09:58:05 2016 +0000 @@ -47355,7 +49756,7 @@ Date: Mon Dec 5 09:58:05 2016 +0000 web/week.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -commit b5b161f3 +commit b5b161f3a Author: Campbell Morrison Date: Mon Dec 5 09:43:05 2016 +0000 @@ -47364,7 +49765,7 @@ Date: Mon Dec 5 09:43:05 2016 +0000 web/css/mrbs-rtl.css.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) -commit 9f80d4e9 +commit 9f80d4e9e Author: Campbell Morrison Date: Mon Dec 5 08:47:54 2016 +0000 @@ -47376,7 +49777,7 @@ Date: Mon Dec 5 08:47:54 2016 +0000 web/week.php | 23 +++++++++-------------- 4 files changed, 32 insertions(+), 43 deletions(-) -commit c303e8ec +commit c303e8ec3 Author: Campbell Morrison Date: Sun Dec 4 18:16:32 2016 +0000 @@ -47387,7 +49788,7 @@ Date: Sun Dec 4 18:16:32 2016 +0000 web/week.php | 12 +++--------- 3 files changed, 9 insertions(+), 27 deletions(-) -commit 4bcf3b0c +commit 4bcf3b0ca Author: Campbell Morrison Date: Sun Dec 4 18:01:20 2016 +0000 @@ -47396,7 +49797,7 @@ Date: Sun Dec 4 18:01:20 2016 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c045b171 +commit c045b1714 Author: Campbell Morrison Date: Sun Dec 4 17:58:41 2016 +0000 @@ -47405,7 +49806,7 @@ Date: Sun Dec 4 17:58:41 2016 +0000 web/css/mrbs.css.php | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) -commit 2166fd0e +commit 2166fd0ea Author: Campbell Morrison Date: Sun Dec 4 17:50:38 2016 +0000 @@ -47417,7 +49818,7 @@ Date: Sun Dec 4 17:50:38 2016 +0000 web/week.php | 12 ++++++------ 4 files changed, 30 insertions(+), 18 deletions(-) -commit dbe8934a +commit dbe8934ae Author: Campbell Morrison Date: Sun Dec 4 16:55:54 2016 +0000 @@ -47426,7 +49827,7 @@ Date: Sun Dec 4 16:55:54 2016 +0000 web/day.php | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) -commit b1ec9a16 +commit b1ec9a161 Author: Campbell Morrison Date: Sun Dec 4 16:50:52 2016 +0000 @@ -47435,7 +49836,7 @@ Date: Sun Dec 4 16:50:52 2016 +0000 web/day.php | 2 -- 1 file changed, 2 deletions(-) -commit 23de6c34 +commit 23de6c34b Author: Campbell Morrison Date: Sun Dec 4 16:48:44 2016 +0000 @@ -47446,7 +49847,7 @@ Date: Sun Dec 4 16:48:44 2016 +0000 web/day.php | 2 ++ 3 files changed, 14 insertions(+), 2 deletions(-) -commit 4df5fb21 +commit 4df5fb218 Author: Campbell Morrison Date: Sun Dec 4 10:41:03 2016 +0000 @@ -47457,7 +49858,7 @@ Date: Sun Dec 4 10:41:03 2016 +0000 web/js/html5shiv.min.js (new) | 4 + 3 files changed, 349 insertions(+), 1 deletion(-) -commit 95b7ec02 +commit 95b7ec029 Author: Campbell Morrison Date: Wed Nov 30 18:49:45 2016 +0000 @@ -47466,7 +49867,7 @@ Date: Wed Nov 30 18:49:45 2016 +0000 web/edit_area_room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3633f6c2 +commit 3633f6c2f Author: Campbell Morrison Date: Wed Nov 30 18:36:21 2016 +0000 @@ -47475,7 +49876,7 @@ Date: Wed Nov 30 18:36:21 2016 +0000 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cd0ec501 +commit cd0ec5013 Author: Campbell Morrison Date: Mon Nov 28 18:04:38 2016 +0000 @@ -47484,7 +49885,7 @@ Date: Mon Nov 28 18:04:38 2016 +0000 web/css/mrbs.css.php | 2 ++ 1 file changed, 2 insertions(+) -commit 704ba7e1 +commit 704ba7e17 Author: Campbell Morrison Date: Wed Nov 16 08:13:26 2016 +0000 @@ -47493,7 +49894,7 @@ Date: Wed Nov 16 08:13:26 2016 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit adfeb806 +commit adfeb806f Author: Campbell Morrison Date: Tue Nov 15 16:10:30 2016 +0000 @@ -47502,7 +49903,7 @@ Date: Tue Nov 15 16:10:30 2016 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0ff129f7 +commit 0ff129f72 Author: Campbell Morrison Date: Sat Nov 12 07:14:59 2016 +0000 @@ -47511,7 +49912,7 @@ Date: Sat Nov 12 07:14:59 2016 +0000 web/css/mrbs.css.php | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) -commit 178671d0 +commit 178671d09 Author: Campbell Morrison Date: Fri Nov 11 17:01:36 2016 +0000 @@ -47520,7 +49921,7 @@ Date: Fri Nov 11 17:01:36 2016 +0000 web/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b7c0b63d +commit b7c0b63db Author: Campbell Morrison Date: Fri Nov 11 16:25:35 2016 +0000 @@ -47529,7 +49930,7 @@ Date: Fri Nov 11 16:25:35 2016 +0000 web/css/mrbs-print.css.php | 4 ++++ 1 file changed, 4 insertions(+) -commit de1f53ec +commit de1f53ec5 Author: Campbell Morrison Date: Fri Nov 11 16:15:18 2016 +0000 @@ -47539,7 +49940,7 @@ Date: Fri Nov 11 16:15:18 2016 +0000 web/month.php | 6 +++--- 2 files changed, 36 insertions(+), 7 deletions(-) -commit 96f1d857 +commit 96f1d857b Author: Campbell Morrison Date: Fri Nov 11 15:34:46 2016 +0000 @@ -47548,7 +49949,7 @@ Date: Fri Nov 11 15:34:46 2016 +0000 web/css/mrbs-print.css.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) -commit b87fa076 +commit b87fa0765 Author: Campbell Morrison Date: Thu Nov 10 12:56:30 2016 +0000 @@ -47557,7 +49958,7 @@ Date: Thu Nov 10 12:56:30 2016 +0000 web/css/mrbs-print.css.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit cb7a3d5d +commit cb7a3d5d9 Author: Campbell Morrison Date: Thu Nov 10 12:46:14 2016 +0000 @@ -47566,7 +49967,7 @@ Date: Thu Nov 10 12:46:14 2016 +0000 web/css/mrbs-print.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b526fac3 +commit b526fac3c Author: Campbell Morrison Date: Wed Nov 9 12:07:21 2016 +0000 @@ -47575,7 +49976,7 @@ Date: Wed Nov 9 12:07:21 2016 +0000 web/css/mrbs-print.css.php | 5 ----- 1 file changed, 5 deletions(-) -commit 600bcaa5 +commit 600bcaa55 Author: Campbell Morrison Date: Wed Nov 9 11:27:54 2016 +0000 @@ -47584,7 +49985,7 @@ Date: Wed Nov 9 11:27:54 2016 +0000 web/css/mrbs-print.css.php | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) -commit 94807d33 +commit 94807d334 Author: Campbell Morrison Date: Sat Nov 5 18:44:03 2016 +0000 @@ -47594,7 +49995,7 @@ Date: Sat Nov 5 18:44:03 2016 +0000 web/report.php | 28 ++++++++++++++-------------- 2 files changed, 18 insertions(+), 33 deletions(-) -commit d282ab98 +commit d282ab988 Author: Campbell Morrison Date: Sat Nov 5 18:15:48 2016 +0000 @@ -47603,7 +50004,7 @@ Date: Sat Nov 5 18:15:48 2016 +0000 web/report.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit ac70c41f +commit ac70c41f1 Author: Campbell Morrison Date: Sat Nov 5 18:02:42 2016 +0000 @@ -47614,7 +50015,7 @@ Date: Sat Nov 5 18:02:42 2016 +0000 web/report.php | 13 +++++++++---- 3 files changed, 16 insertions(+), 4 deletions(-) -commit 8ca2fa27 +commit 8ca2fa27b Author: Campbell Morrison Date: Fri Nov 4 14:14:20 2016 +0000 @@ -47624,7 +50025,7 @@ Date: Fri Nov 4 14:14:20 2016 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) -commit f9b19956 +commit f9b19956a Author: Campbell Morrison Date: Sat Oct 29 09:50:35 2016 +0100 @@ -47633,7 +50034,7 @@ Date: Sat Oct 29 09:50:35 2016 +0100 web/auth/auth_wordpress.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) -commit 1a27bf3b +commit 1a27bf3b8 Author: Campbell Morrison Date: Sat Oct 29 09:02:35 2016 +0100 @@ -47642,7 +50043,7 @@ Date: Sat Oct 29 09:02:35 2016 +0100 web/auth/auth_joomla.inc | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) -commit 1f7e826a +commit 1f7e826a6 Author: Campbell Morrison Date: Fri Oct 28 12:41:10 2016 +0100 @@ -47651,7 +50052,7 @@ Date: Fri Oct 28 12:41:10 2016 +0100 web/auth/cms/joomla.inc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) -commit f6c5db67 +commit f6c5db678 Author: Campbell Morrison Date: Fri Oct 28 11:38:44 2016 +0100 @@ -47665,7 +50066,7 @@ Date: Fri Oct 28 11:38:44 2016 +0100 web/session/session_wordpress.inc | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) -commit fdb4126c +commit fdb4126c0 Author: Campbell Morrison Date: Fri Oct 28 11:29:39 2016 +0100 @@ -47674,14 +50075,14 @@ Date: Fri Oct 28 11:29:39 2016 +0100 AUTHENTICATION | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) -commit 04c7c945 -Merge: 880767ec c665b0ff +commit 04c7c9450 +Merge: 880767ec6 c665b0ff0 Author: Campbell Morrison Date: Fri Oct 28 11:14:23 2016 +0100 Merge with joomla -commit 880767ec +commit 880767ec6 Author: Campbell Morrison Date: Fri Oct 28 11:12:56 2016 +0100 @@ -47690,7 +50091,7 @@ Date: Fri Oct 28 11:12:56 2016 +0100 AUTHENTICATION | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) -commit b845af71 +commit b845af710 Author: Campbell Morrison Date: Fri Oct 28 11:11:07 2016 +0100 @@ -47700,7 +50101,7 @@ Date: Fri Oct 28 11:11:07 2016 +0100 web/systemdefaults.inc.php | 18 +++++++++---- 2 files changed, 50 insertions(+), 16 deletions(-) -commit 908ad877 +commit 908ad877f Author: Campbell Morrison Date: Fri Oct 28 10:41:30 2016 +0100 @@ -47709,7 +50110,7 @@ Date: Fri Oct 28 10:41:30 2016 +0100 web/auth/auth_wordpress.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) -commit 2f8826d9 +commit 2f8826d95 Author: Campbell Morrison Date: Thu Oct 27 21:15:14 2016 +0100 @@ -47720,7 +50121,7 @@ Date: Thu Oct 27 21:15:14 2016 +0100 web/wordpress.inc (new) | 4 ++++ 3 files changed, 6 insertions(+), 4 deletions(-) -commit c665b0ff +commit c665b0ff0 Author: Campbell Morrison Date: Thu Oct 27 16:49:49 2016 +0100 @@ -47735,13 +50136,13 @@ Date: Thu Oct 27 16:49:49 2016 +0100 web/systemdefaults.inc.php | 23 ++- 7 files changed, 403 insertions(+), 5 deletions(-) -commit 0e9eb3e7 +commit 0e9eb3e7f Author: Campbell Morrison Date: Thu Oct 27 10:01:41 2016 +0100 Opened a new named branch for the development of Joomla authentication, based on the MRBS Joomla bridge by permission of Ocean. -commit 12c65d9a +commit 12c65d9ae Author: Campbell Morrison Date: Sat Oct 22 10:28:53 2016 +0100 @@ -47750,7 +50151,7 @@ Date: Sat Oct 22 10:28:53 2016 +0100 web/grab_globals.inc.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) -commit 13d9d374 +commit 13d9d374b Author: Campbell Morrison Date: Sat Oct 22 10:23:53 2016 +0100 @@ -47760,7 +50161,7 @@ Date: Sat Oct 22 10:23:53 2016 +0100 web/js/search.js.php | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) -commit 6d310055 +commit 6d3100555 Author: Campbell Morrison Date: Sat Oct 22 09:41:10 2016 +0100 @@ -47769,7 +50170,7 @@ Date: Sat Oct 22 09:41:10 2016 +0100 web/js/report.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 85332ee4 +commit 85332ee48 Author: Campbell Morrison Date: Thu Oct 20 17:14:56 2016 +0100 @@ -47779,7 +50180,7 @@ Date: Thu Oct 20 17:14:56 2016 +0100 web/internalconfig.inc.php | 6 ++++++ 2 files changed, 8 insertions(+) -commit 4ee3a8ff +commit 4ee3a8ff8 Author: Campbell Morrison Date: Thu Oct 20 16:35:24 2016 +0100 @@ -47790,7 +50191,7 @@ Date: Thu Oct 20 16:35:24 2016 +0100 web/functions_error.inc | 10 ++++----- 3 files changed, 34 insertions(+), 27 deletions(-) -commit a3f6d5d1 +commit a3f6d5d17 Author: Campbell Morrison Date: Thu Oct 20 15:45:01 2016 +0100 @@ -47799,7 +50200,7 @@ Date: Thu Oct 20 15:45:01 2016 +0100 web/functions_error.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4f02b64a +commit 4f02b64a3 Author: Campbell Morrison Date: Thu Oct 20 15:20:31 2016 +0100 @@ -47808,7 +50209,7 @@ Date: Thu Oct 20 15:20:31 2016 +0100 web/functions_error.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 28d7713f +commit 28d7713f9 Author: Campbell Morrison Date: Tue Oct 18 17:20:51 2016 +0100 @@ -47817,7 +50218,7 @@ Date: Tue Oct 18 17:20:51 2016 +0100 web/js/resizable.js.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit e9b82bfe +commit e9b82bfec Author: Campbell Morrison Date: Tue Oct 18 13:52:43 2016 +0100 @@ -47827,7 +50228,7 @@ Date: Tue Oct 18 13:52:43 2016 +0100 web/functions.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit bd2009c1 +commit bd2009c18 Author: Campbell Morrison Date: Mon Oct 17 09:26:25 2016 +0100 @@ -47867,7 +50268,7 @@ Date: Mon Oct 17 09:26:25 2016 +0100 web/lang/lang.zh-tw | 3 --- 32 files changed, 1 insertion(+), 96 deletions(-) -commit f04ec31a +commit f04ec31a9 Author: Campbell Morrison Date: Mon Oct 17 09:15:36 2016 +0100 @@ -47907,14 +50308,14 @@ Date: Mon Oct 17 09:15:36 2016 +0100 web/lang/lang.zh-tw | 2 -- 32 files changed, 64 deletions(-) -commit 1d82c7a5 -Merge: 0de812ac 4b775754 +commit 1d82c7a51 +Merge: 0de812acf 4b775754d Author: John Beranek Date: Wed Oct 12 21:59:47 2016 +0100 Merge -commit 4b775754 +commit 4b775754d Author: John Beranek Date: Wed Oct 12 21:56:55 2016 +0100 @@ -47925,7 +50326,7 @@ Date: Wed Oct 12 21:56:55 2016 +0100 web/session/session_php.inc | 31 +++++-------------------------- 3 files changed, 5 insertions(+), 40 deletions(-) -commit 0de812ac +commit 0de812acf Author: Campbell Morrison Date: Wed Oct 12 16:14:11 2016 +0100 @@ -47934,7 +50335,7 @@ Date: Wed Oct 12 16:14:11 2016 +0100 web/edit_users.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 68b87363 +commit 68b873636 Author: Campbell Morrison Date: Wed Oct 12 09:11:27 2016 +0100 @@ -47943,7 +50344,7 @@ Date: Wed Oct 12 09:11:27 2016 +0100 web/lib/MRBS/DB_pgsql.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) -commit 1f6613b5 +commit 1f6613b5a Author: Campbell Morrison Date: Tue Oct 11 17:05:24 2016 +0100 @@ -47952,8 +50353,8 @@ Date: Tue Oct 11 17:05:24 2016 +0100 web/lib/MRBS/DB_pgsql.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 46a4ddc1 -Merge: 496313cd b6857994 +commit 46a4ddc1d +Merge: 496313cdf b6857994b Author: John Beranek Date: Sat Oct 8 20:52:16 2016 +0100 @@ -47962,7 +50363,7 @@ Date: Sat Oct 8 20:52:16 2016 +0100 statements are now parameterised, and not just escaped in MRBS code. -commit b6857994 +commit b6857994b Author: Campbell Morrison Date: Fri Oct 7 07:43:32 2016 +0100 @@ -47972,7 +50373,7 @@ Date: Fri Oct 7 07:43:32 2016 +0100 web/upgrade/34/post.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit f3b536b2 +commit f3b536b29 Author: Campbell Morrison Date: Fri Oct 7 06:43:23 2016 +0100 @@ -47981,7 +50382,7 @@ Date: Fri Oct 7 06:43:23 2016 +0100 web/functions.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 438900c5 +commit 438900c57 Author: Campbell Morrison Date: Thu Oct 6 23:13:01 2016 +0100 @@ -47990,7 +50391,7 @@ Date: Thu Oct 6 23:13:01 2016 +0100 web/functions_error.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 1b5f79c4 +commit 1b5f79c41 Author: Campbell Morrison Date: Thu Oct 6 22:56:08 2016 +0100 @@ -48000,7 +50401,7 @@ Date: Thu Oct 6 22:56:08 2016 +0100 web/upgrade/47/post.inc | 37 ++++++++----------------------------- 2 files changed, 16 insertions(+), 55 deletions(-) -commit 1dba1a49 +commit 1dba1a493 Author: Campbell Morrison Date: Thu Oct 6 17:39:22 2016 +0100 @@ -48011,7 +50412,7 @@ Date: Thu Oct 6 17:39:22 2016 +0100 web/upgrade/47/post.inc | 13 +------------ 3 files changed, 15 insertions(+), 24 deletions(-) -commit 06adc4ec +commit 06adc4ec2 Author: Campbell Morrison Date: Thu Oct 6 17:26:00 2016 +0100 @@ -48020,7 +50421,7 @@ Date: Thu Oct 6 17:26:00 2016 +0100 web/functions.inc | 53 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 13 deletions(-) -commit 97b69cfd +commit 97b69cfd0 Author: Campbell Morrison Date: Thu Oct 6 17:07:28 2016 +0100 @@ -48029,7 +50430,7 @@ Date: Thu Oct 6 17:07:28 2016 +0100 web/functions.inc | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) -commit a208da3e +commit a208da3e7 Author: Campbell Morrison Date: Thu Oct 6 16:59:54 2016 +0100 @@ -48039,7 +50440,7 @@ Date: Thu Oct 6 16:59:54 2016 +0100 web/functions.inc | 72 ++++++++++++++++++++++++--------- 2 files changed, 56 insertions(+), 23 deletions(-) -commit 8987f1a2 +commit 8987f1a2d Author: Campbell Morrison Date: Thu Oct 6 16:19:20 2016 +0100 @@ -48048,7 +50449,7 @@ Date: Thu Oct 6 16:19:20 2016 +0100 web/upgrade/6/post.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 088ce623 +commit 088ce6230 Author: Campbell Morrison Date: Thu Oct 6 16:08:47 2016 +0100 @@ -48057,7 +50458,7 @@ Date: Thu Oct 6 16:08:47 2016 +0100 web/Themes/default/header.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit f173f414 +commit f173f414e Author: Campbell Morrison Date: Thu Oct 6 15:59:38 2016 +0100 @@ -48066,7 +50467,7 @@ Date: Thu Oct 6 15:59:38 2016 +0100 web/functions_error.inc | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) -commit 8db40b1a +commit 8db40b1a8 Author: John Beranek Date: Wed Oct 5 09:05:38 2016 +0100 @@ -48076,7 +50477,7 @@ Date: Wed Oct 5 09:05:38 2016 +0100 web/lib/MRBS/DBStatement.php | 9 --------- 2 files changed, 4 insertions(+), 25 deletions(-) -commit 3622151d +commit 3622151d8 Author: John Beranek Date: Wed Oct 5 08:57:52 2016 +0100 @@ -48091,7 +50492,7 @@ Date: Wed Oct 5 08:57:52 2016 +0100 web/session/session_wordpress.inc | 4 ++-- 7 files changed, 18 insertions(+), 17 deletions(-) -commit 3fb2e796 +commit 3fb2e7966 Author: Campbell Morrison Date: Wed Oct 5 08:21:32 2016 +0100 @@ -48103,7 +50504,7 @@ Date: Wed Oct 5 08:21:32 2016 +0100 web/search.php | 1 + 4 files changed, 5 insertions(+) -commit a27b393e +commit a27b393e1 Author: Campbell Morrison Date: Wed Oct 5 08:11:25 2016 +0100 @@ -48113,7 +50514,7 @@ Date: Wed Oct 5 08:11:25 2016 +0100 web/js.inc | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) -commit c4aa1f9d +commit c4aa1f9dc Author: John Beranek Date: Tue Oct 4 23:32:09 2016 +0100 @@ -48122,7 +50523,7 @@ Date: Tue Oct 4 23:32:09 2016 +0100 web/edit_users.php | 1 + 1 file changed, 1 insertion(+) -commit d5321b8c +commit d5321b8ca Author: Campbell Morrison Date: Tue Oct 4 21:09:59 2016 +0100 @@ -48131,14 +50532,14 @@ Date: Tue Oct 4 21:09:59 2016 +0100 web/mrbs_sql.inc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) -commit 36944f08 -Merge: 744544f2 dd9002fc +commit 36944f089 +Merge: 744544f22 dd9002fcf Author: John Beranek Date: Tue Oct 4 18:56:47 2016 +0100 Merged -commit 744544f2 +commit 744544f22 Author: John Beranek Date: Tue Oct 4 18:55:40 2016 +0100 @@ -48147,7 +50548,7 @@ Date: Tue Oct 4 18:55:40 2016 +0100 README.sqlapi | 254 ++++++++++++++++++++++++++---------------------- 1 file changed, 137 insertions(+), 117 deletions(-) -commit dd9002fc +commit dd9002fcf Author: Campbell Morrison Date: Tue Oct 4 18:21:50 2016 +0100 @@ -48156,7 +50557,7 @@ Date: Tue Oct 4 18:21:50 2016 +0100 web/functions_error.inc | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) -commit 5641b4ac +commit 5641b4ac4 Author: Campbell Morrison Date: Tue Oct 4 16:28:22 2016 +0100 @@ -48169,7 +50570,7 @@ Date: Tue Oct 4 16:28:22 2016 +0100 web/session/session_php.inc | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) -commit e0a9f5bd +commit e0a9f5bd9 Author: Campbell Morrison Date: Tue Oct 4 16:18:52 2016 +0100 @@ -48178,7 +50579,7 @@ Date: Tue Oct 4 16:18:52 2016 +0100 web/functions_error.inc | 62 +++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 35 deletions(-) -commit 496313cd +commit 496313cdf Author: Campbell Morrison Date: Mon Oct 3 17:30:09 2016 +0100 @@ -48188,7 +50589,7 @@ Date: Mon Oct 3 17:30:09 2016 +0100 web/js/resizable.js.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit dca0baa4 +commit dca0baa44 Author: Campbell Morrison Date: Mon Oct 3 17:21:55 2016 +0100 @@ -48203,7 +50604,7 @@ Date: Mon Oct 3 17:21:55 2016 +0100 web/js.inc | 8 +- 7 files changed, 3235 insertions(+), 2301 deletions(-) -commit c42cc9ac +commit c42cc9ace Author: Campbell Morrison Date: Mon Oct 3 15:43:11 2016 +0100 @@ -48213,7 +50614,7 @@ Date: Mon Oct 3 15:43:11 2016 +0100 web/js.inc | 13 + 2 files changed, 9124 insertions(+) -commit 018a936b +commit 018a936bc Author: Campbell Morrison Date: Mon Oct 3 10:41:09 2016 +0100 @@ -48222,7 +50623,7 @@ Date: Mon Oct 3 10:41:09 2016 +0100 web/functions_error.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 076f1502 +commit 076f15023 Author: Campbell Morrison Date: Mon Oct 3 10:37:44 2016 +0100 @@ -48231,7 +50632,7 @@ Date: Mon Oct 3 10:37:44 2016 +0100 web/functions_error.inc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) -commit df8cac15 +commit df8cac15f Author: Campbell Morrison Date: Sun Oct 2 17:54:37 2016 +0100 @@ -48240,7 +50641,7 @@ Date: Sun Oct 2 17:54:37 2016 +0100 web/functions_error.inc | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) -commit a1669c44 +commit a1669c442 Author: Campbell Morrison Date: Sun Oct 2 16:03:01 2016 +0100 @@ -48249,7 +50650,7 @@ Date: Sun Oct 2 16:03:01 2016 +0100 web/Themes/default/header.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) -commit 65e30c3b +commit 65e30c3b8 Author: Campbell Morrison Date: Sun Oct 2 15:55:26 2016 +0100 @@ -48269,7 +50670,7 @@ Date: Sun Oct 2 15:55:26 2016 +0100 web/upgrade/17/post.inc | 6 +++--- 12 files changed, 34 insertions(+), 37 deletions(-) -commit 79092c03 +commit 79092c038 Author: Campbell Morrison Date: Sun Oct 2 15:39:12 2016 +0100 @@ -48278,7 +50679,7 @@ Date: Sun Oct 2 15:39:12 2016 +0100 web/functions_error.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) -commit cdac990a +commit cdac990a0 Author: Campbell Morrison Date: Sun Oct 2 15:38:29 2016 +0100 @@ -48287,7 +50688,7 @@ Date: Sun Oct 2 15:38:29 2016 +0100 web/Themes/default/header.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 6bbb308f +commit 6bbb308f5 Author: Campbell Morrison Date: Sun Oct 2 15:29:57 2016 +0100 @@ -48296,7 +50697,7 @@ Date: Sun Oct 2 15:29:57 2016 +0100 web/functions.inc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -commit 8f6a8850 +commit 8f6a88501 Author: Campbell Morrison Date: Sun Oct 2 15:23:25 2016 +0100 @@ -48306,7 +50707,7 @@ Date: Sun Oct 2 15:23:25 2016 +0100 web/functions.inc | 22 +--------------------- 2 files changed, 15 insertions(+), 28 deletions(-) -commit 6fe6ff49 +commit 6fe6ff499 Author: Campbell Morrison Date: Sun Oct 2 15:12:18 2016 +0100 @@ -48316,7 +50717,7 @@ Date: Sun Oct 2 15:12:18 2016 +0100 web/functions.inc | 4 ++-- 2 files changed, 16 insertions(+), 9 deletions(-) -commit 5f20d05d +commit 5f20d05dc Author: Campbell Morrison Date: Sun Oct 2 15:00:24 2016 +0100 @@ -48326,7 +50727,7 @@ Date: Sun Oct 2 15:00:24 2016 +0100 web/css/mrbs-print.css.php | 4 +++- 2 files changed, 4 insertions(+), 5 deletions(-) -commit da7631d2 +commit da7631d22 Author: Campbell Morrison Date: Sun Oct 2 14:49:55 2016 +0100 @@ -48336,7 +50737,7 @@ Date: Sun Oct 2 14:49:55 2016 +0100 web/js.inc | 2 ++ 2 files changed, 20 insertions(+), 16 deletions(-) -commit 80ef4eb6 +commit 80ef4eb63 Author: Campbell Morrison Date: Sun Oct 2 14:38:30 2016 +0100 @@ -48346,7 +50747,7 @@ Date: Sun Oct 2 14:38:30 2016 +0100 web/css/mrbs.css.php | 11 +++++------ 2 files changed, 10 insertions(+), 7 deletions(-) -commit 1f7cda04 +commit 1f7cda042 Author: Campbell Morrison Date: Sun Oct 2 14:27:28 2016 +0100 @@ -48355,7 +50756,7 @@ Date: Sun Oct 2 14:27:28 2016 +0100 web/css/mrbs.css.php | 45 +++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 16 deletions(-) -commit 8dcb8142 +commit 8dcb8142a Author: Campbell Morrison Date: Sun Oct 2 14:17:35 2016 +0100 @@ -48364,7 +50765,7 @@ Date: Sun Oct 2 14:17:35 2016 +0100 web/Themes/default/header.inc | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) -commit 548bce2f +commit 548bce2f6 Author: Campbell Morrison Date: Sun Oct 2 14:09:55 2016 +0100 @@ -48373,14 +50774,14 @@ Date: Sun Oct 2 14:09:55 2016 +0100 web/Themes/default/header.inc | 165 ++++++-------------------------- 1 file changed, 27 insertions(+), 138 deletions(-) -commit ff2232f7 -Merge: 705b9d5a bc57dcae +commit ff2232f7a +Merge: 705b9d5a9 bc57dcae2 Author: Campbell Morrison Date: Sun Oct 2 13:54:57 2016 +0100 Merge -commit 705b9d5a +commit 705b9d5a9 Author: Campbell Morrison Date: Sun Oct 2 13:54:23 2016 +0100 @@ -48391,14 +50792,14 @@ Date: Sun Oct 2 13:54:23 2016 +0100 web/mrbs_sql.inc | 31 ++++++ 3 files changed, 242 insertions(+), 22 deletions(-) -commit bc57dcae -Merge: 502d0792 ad403472 +commit bc57dcae2 +Merge: 502d07928 ad4034727 Author: John Beranek Date: Sun Oct 2 10:24:19 2016 +0100 Merged latest changes on default branch -commit ad403472 +commit ad4034727 Author: John Beranek Date: Sun Oct 2 10:23:00 2016 +0100 @@ -48407,7 +50808,7 @@ Date: Sun Oct 2 10:23:00 2016 +0100 checklang.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) -commit 502d0792 +commit 502d07928 Author: John Beranek Date: Sun Oct 2 09:46:57 2016 +0100 @@ -48416,7 +50817,7 @@ Date: Sun Oct 2 09:46:57 2016 +0100 web/lang/lang.de | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) -commit c6ad35ea +commit c6ad35ea6 Author: John Beranek Date: Sun Oct 2 09:46:57 2016 +0100 @@ -48425,7 +50826,7 @@ Date: Sun Oct 2 09:46:57 2016 +0100 web/lang/lang.de | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) -commit 06606610 +commit 066066104 Author: John Beranek Date: Fri Sep 30 22:41:03 2016 +0100 @@ -48435,7 +50836,7 @@ Date: Fri Sep 30 22:41:03 2016 +0100 web/lib/MRBS/DB.php | 17 ----------------- 2 files changed, 20 deletions(-) -commit fbfec402 +commit fbfec402a Author: John Beranek Date: Fri Sep 30 22:39:29 2016 +0100 @@ -48464,7 +50865,7 @@ Date: Fri Sep 30 22:39:29 2016 +0100 web/upgrade/8/post.inc | 4 +- 21 files changed, 159 insertions(+), 267 deletions(-) -commit 67a0d682 +commit 67a0d682c Author: John Beranek Date: Fri Sep 30 22:08:01 2016 +0100 @@ -48493,7 +50894,7 @@ Date: Fri Sep 30 22:08:01 2016 +0100 web/view_entry.php | 8 ++++---- 21 files changed, 176 insertions(+), 160 deletions(-) -commit d527cadc +commit d527cadcf Author: John Beranek Date: Fri Sep 30 08:00:02 2016 +0100 @@ -48503,7 +50904,7 @@ Date: Fri Sep 30 08:00:02 2016 +0100 web/upgrade/6/post.inc | 3 +-- 2 files changed, 7 insertions(+), 6 deletions(-) -commit dd19d7ec +commit dd19d7ecf Author: Campbell Morrison Date: Thu Sep 29 18:09:42 2016 +0100 @@ -48512,7 +50913,7 @@ Date: Thu Sep 29 18:09:42 2016 +0100 web/lib/MRBS/DB.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 54a9fcb4 +commit 54a9fcb4b Author: Campbell Morrison Date: Thu Sep 29 18:03:48 2016 +0100 @@ -48521,7 +50922,7 @@ Date: Thu Sep 29 18:03:48 2016 +0100 web/lib/MRBS/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3087d262 +commit 3087d262c Author: Campbell Morrison Date: Thu Sep 29 17:41:01 2016 +0100 @@ -48530,7 +50931,7 @@ Date: Thu Sep 29 17:41:01 2016 +0100 web/lib/MRBS/DB.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) -commit e687bd2a +commit e687bd2a1 Author: Campbell Morrison Date: Thu Sep 29 17:14:33 2016 +0100 @@ -48539,7 +50940,7 @@ Date: Thu Sep 29 17:14:33 2016 +0100 web/lib/MRBS/DB.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7e6a78f5 +commit 7e6a78f57 Author: Campbell Morrison Date: Thu Sep 29 16:01:04 2016 +0100 @@ -48551,7 +50952,7 @@ Date: Thu Sep 29 16:01:04 2016 +0100 web/report.php | 5 ----- 4 files changed, 3 insertions(+), 24 deletions(-) -commit 4478e449 +commit 4478e4491 Author: Campbell Morrison Date: Thu Sep 29 15:40:32 2016 +0100 @@ -48564,7 +50965,7 @@ Date: Thu Sep 29 15:40:32 2016 +0100 web/upgrade.inc | 7 --- 5 files changed, 75 insertions(+), 116 deletions(-) -commit 8dc12f67 +commit 8dc12f67a Author: Campbell Morrison Date: Thu Sep 29 15:19:32 2016 +0100 @@ -48575,7 +50976,7 @@ Date: Thu Sep 29 15:19:32 2016 +0100 web/lib/MRBS/DB_pgsql.php | 15 +++++++-------- 3 files changed, 7 insertions(+), 26 deletions(-) -commit 0786e2bc +commit 0786e2bca Author: Campbell Morrison Date: Thu Sep 29 14:23:51 2016 +0100 @@ -48584,7 +50985,7 @@ Date: Thu Sep 29 14:23:51 2016 +0100 web/lib/MRBS/DB.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit f0a32c20 +commit f0a32c209 Author: Campbell Morrison Date: Thu Sep 29 14:20:44 2016 +0100 @@ -48594,7 +50995,7 @@ Date: Thu Sep 29 14:20:44 2016 +0100 web/lib/MRBS/DB.php | 20 ++++++-------------- 2 files changed, 6 insertions(+), 15 deletions(-) -commit a07fae2c +commit a07fae2cb Author: Campbell Morrison Date: Thu Sep 29 12:55:39 2016 +0100 @@ -48626,7 +51027,7 @@ Date: Thu Sep 29 12:55:39 2016 +0100 web/upgrade/8/post.inc | 6 +---- 24 files changed, 73 insertions(+), 276 deletions(-) -commit 90e61cd4 +commit 90e61cd47 Author: Campbell Morrison Date: Thu Sep 29 10:51:13 2016 +0100 @@ -48635,7 +51036,7 @@ Date: Thu Sep 29 10:51:13 2016 +0100 web/edit_entry_handler.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit f4e7ae66 +commit f4e7ae66d Author: Campbell Morrison Date: Thu Sep 29 10:14:41 2016 +0100 @@ -48645,7 +51046,7 @@ Date: Thu Sep 29 10:14:41 2016 +0100 web/lib/MRBS/DB.php | 17 ++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) -commit 50f43e96 +commit 50f43e962 Author: Campbell Morrison Date: Thu Sep 29 09:49:01 2016 +0100 @@ -48654,7 +51055,7 @@ Date: Thu Sep 29 09:49:01 2016 +0100 web/lib/MRBS/DB.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit e5c87a84 +commit e5c87a841 Author: Campbell Morrison Date: Thu Sep 29 09:45:56 2016 +0100 @@ -48665,7 +51066,7 @@ Date: Thu Sep 29 09:45:56 2016 +0100 web/search.php | 5 +---- 3 files changed, 5 insertions(+), 11 deletions(-) -commit 005fdd1c +commit 005fdd1c4 Author: Campbell Morrison Date: Thu Sep 29 09:16:05 2016 +0100 @@ -48674,7 +51075,7 @@ Date: Thu Sep 29 09:16:05 2016 +0100 web/functions_error.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1f3f489d +commit 1f3f489da Author: Campbell Morrison Date: Wed Sep 28 20:45:18 2016 +0100 @@ -48700,7 +51101,7 @@ Date: Wed Sep 28 20:45:18 2016 +0100 web/view_entry.php | 5 -- 18 files changed, 94 insertions(+), 208 deletions(-) -commit f7b7bb6d +commit f7b7bb6da Author: Campbell Morrison Date: Wed Sep 28 18:07:00 2016 +0100 @@ -48711,7 +51112,7 @@ Date: Wed Sep 28 18:07:00 2016 +0100 web/lib/MRBS/DBException.php (new) | 16 ++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) -commit 37f38198 +commit 37f38198b Author: Campbell Morrison Date: Wed Sep 28 17:07:02 2016 +0100 @@ -48723,14 +51124,14 @@ Date: Wed Sep 28 17:07:02 2016 +0100 web/lang/lang.en | 1 + 4 files changed, 85 insertions(+), 23 deletions(-) -commit 02d9c9d3 -Merge: 0c10555b 9681077f +commit 02d9c9d32 +Merge: 0c10555bd 9681077f9 Author: Campbell Morrison Date: Wed Sep 28 14:09:22 2016 +0100 Merge -commit 0c10555b +commit 0c10555bd Author: Campbell Morrison Date: Wed Sep 28 14:03:32 2016 +0100 @@ -48741,7 +51142,7 @@ Date: Wed Sep 28 14:03:32 2016 +0100 web/functions_error.inc (new) | 48 +++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 45 deletions(-) -commit 9681077f +commit 9681077f9 Author: John Beranek Date: Tue Sep 27 21:41:22 2016 +0100 @@ -48758,7 +51159,7 @@ Date: Tue Sep 27 21:41:22 2016 +0100 web/upgrade.inc (mode -x) | 0 9 files changed, 0 insertions(+), 0 deletions(-) -commit 5bbd5831 +commit 5bbd58314 Author: Campbell Morrison Date: Tue Sep 27 16:12:27 2016 +0100 @@ -48767,7 +51168,7 @@ Date: Tue Sep 27 16:12:27 2016 +0100 web/del.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 481fb9b8 +commit 481fb9b82 Author: Campbell Morrison Date: Tue Sep 27 16:11:22 2016 +0100 @@ -48776,14 +51177,14 @@ Date: Tue Sep 27 16:11:22 2016 +0100 web/del.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit cf94e47d -Merge: 105220bd fade3c5e +commit cf94e47dc +Merge: 105220bdb fade3c5e9 Author: Campbell Morrison Date: Tue Sep 27 16:07:53 2016 +0100 Merge with default -commit fade3c5e +commit fade3c5e9 Author: Campbell Morrison Date: Tue Sep 27 16:07:02 2016 +0100 @@ -48792,14 +51193,14 @@ Date: Tue Sep 27 16:07:02 2016 +0100 web/del.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 105220bd -Merge: e4d06f77 c83acc99 +commit 105220bdb +Merge: e4d06f775 c83acc991 Author: Campbell Morrison Date: Tue Sep 27 16:04:57 2016 +0100 Merged with latest changes from default branch -commit c83acc99 +commit c83acc991 Author: Campbell Morrison Date: Tue Sep 27 15:56:18 2016 +0100 @@ -48808,7 +51209,7 @@ Date: Tue Sep 27 15:56:18 2016 +0100 web/del.php | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) -commit 26dcbd2b +commit 26dcbd2b0 Author: Campbell Morrison Date: Tue Sep 27 15:09:05 2016 +0100 @@ -48817,7 +51218,7 @@ Date: Tue Sep 27 15:09:05 2016 +0100 web/del_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e4d06f77 +commit e4d06f775 Author: John Beranek Date: Mon Sep 26 23:10:07 2016 +0100 @@ -48826,7 +51227,7 @@ Date: Mon Sep 26 23:10:07 2016 +0100 web/lib/MRBS/DB.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit 4341fe7b +commit 4341fe7b1 Author: John Beranek Date: Mon Sep 26 21:55:59 2016 +0100 @@ -48835,7 +51236,7 @@ Date: Mon Sep 26 21:55:59 2016 +0100 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cdb8c51a +commit cdb8c51a3 Author: Campbell Morrison Date: Mon Sep 26 18:34:36 2016 +0100 @@ -48846,7 +51247,7 @@ Date: Mon Sep 26 18:34:36 2016 +0100 web/lib/MRBS/DB_pgsql.php | 2 ++ 3 files changed, 22 insertions(+) -commit 58437640 +commit 58437640f Author: Campbell Morrison Date: Mon Sep 26 17:41:56 2016 +0100 @@ -48855,7 +51256,7 @@ Date: Mon Sep 26 17:41:56 2016 +0100 web/lib/MRBS/DB.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) -commit 34a4eddd +commit 34a4eddd7 Author: Campbell Morrison Date: Mon Sep 26 17:28:05 2016 +0100 @@ -48864,14 +51265,14 @@ Date: Mon Sep 26 17:28:05 2016 +0100 web/lib/MRBS/DB.php | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) -commit 4bfe449d -Merge: fbe26efd c31b91a2 +commit 4bfe449d3 +Merge: fbe26efdf c31b91a25 Author: Campbell Morrison Date: Mon Sep 26 17:19:05 2016 +0100 Merged with latest changes from default branch -commit c31b91a2 +commit c31b91a25 Author: Campbell Morrison Date: Mon Sep 26 16:33:55 2016 +0100 @@ -48883,7 +51284,7 @@ Date: Mon Sep 26 16:33:55 2016 +0100 web/mysqli.inc | 5 +++++ 4 files changed, 51 insertions(+), 4 deletions(-) -commit fbe26efd +commit fbe26efdf Author: Campbell Morrison Date: Mon Sep 26 13:50:26 2016 +0100 @@ -48892,7 +51293,7 @@ Date: Mon Sep 26 13:50:26 2016 +0100 web/mrbs_sql.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit db9e0145 +commit db9e01459 Author: Campbell Morrison Date: Mon Sep 26 13:48:00 2016 +0100 @@ -48901,7 +51302,7 @@ Date: Mon Sep 26 13:48:00 2016 +0100 web/mrbs_sql.inc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -commit 2104ef8f +commit 2104ef8f1 Author: Campbell Morrison Date: Mon Sep 26 13:18:39 2016 +0100 @@ -48914,7 +51315,7 @@ Date: Mon Sep 26 13:18:39 2016 +0100 web/systemdefaults.inc.php | 11 ++++++----- 5 files changed, 11 insertions(+), 18 deletions(-) -commit 79fb84c3 +commit 79fb84c37 Author: Campbell Morrison Date: Mon Sep 26 13:05:13 2016 +0100 @@ -48923,7 +51324,7 @@ Date: Mon Sep 26 13:05:13 2016 +0100 web/lib/MRBS/DBFactory.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 84f81080 +commit 84f81080d Author: John Beranek Date: Sun Sep 25 08:37:54 2016 +0100 @@ -48932,7 +51333,7 @@ Date: Sun Sep 25 08:37:54 2016 +0100 web/lib/MRBS/DBStatement.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 916b1c69 +commit 916b1c694 Author: John Beranek Date: Sun Sep 25 08:27:55 2016 +0100 @@ -48947,7 +51348,7 @@ Date: Sun Sep 25 08:27:55 2016 +0100 web/lib/MRBS/DB_pgsql.php | 6 +- 7 files changed, 142 insertions(+), 129 deletions(-) -commit b38ebd61 +commit b38ebd614 Author: John Beranek Date: Sun Sep 25 00:24:11 2016 +0100 @@ -48956,7 +51357,7 @@ Date: Sun Sep 25 00:24:11 2016 +0100 web/lib/MRBS/DB_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fbe40616 +commit fbe406161 Author: John Beranek Date: Sun Sep 25 00:22:28 2016 +0100 @@ -48965,7 +51366,7 @@ Date: Sun Sep 25 00:22:28 2016 +0100 web/dbtest.php (gone) | 21 --------------------- 1 file changed, 21 deletions(-) -commit f168e51c +commit f168e51cb Author: John Beranek Date: Sun Sep 25 00:22:07 2016 +0100 @@ -48976,7 +51377,7 @@ Date: Sun Sep 25 00:22:07 2016 +0100 web/search.php | 37 ++++++++++++++++++++++++------------- 3 files changed, 26 insertions(+), 15 deletions(-) -commit 6f49e2ec +commit 6f49e2ecf Author: John Beranek Date: Sat Sep 24 23:33:08 2016 +0100 @@ -48986,7 +51387,7 @@ Date: Sat Sep 24 23:33:08 2016 +0100 web/lib/MRBS/DB_pgsql.php | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) -commit 55e18ef6 +commit 55e18ef6e Author: John Beranek Date: Sat Sep 24 22:45:40 2016 +0100 @@ -48995,7 +51396,7 @@ Date: Sat Sep 24 22:45:40 2016 +0100 web/lib/MRBS/DB.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 86fd23a5 +commit 86fd23a59 Author: John Beranek Date: Sat Sep 24 22:31:27 2016 +0100 @@ -49005,7 +51406,7 @@ Date: Sat Sep 24 22:31:27 2016 +0100 web/upgrade/34/post.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 1fdabbb6 +commit 1fdabbb62 Author: John Beranek Date: Sat Sep 24 22:17:53 2016 +0100 @@ -49015,7 +51416,7 @@ Date: Sat Sep 24 22:17:53 2016 +0100 web/lib/MRBS/DB_pgsql.php | 3 +++ 2 files changed, 6 insertions(+) -commit ca371143 +commit ca3711430 Author: John Beranek Date: Sat Sep 24 21:34:03 2016 +0100 @@ -49024,7 +51425,7 @@ Date: Sat Sep 24 21:34:03 2016 +0100 convert_db_to_utf8.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit c23f6d4b +commit c23f6d4b7 Author: John Beranek Date: Sat Sep 24 21:32:08 2016 +0100 @@ -49034,7 +51435,7 @@ Date: Sat Sep 24 21:32:08 2016 +0100 web/lib/MRBS/DB_mysql.php | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) -commit 776a41fb +commit 776a41fb2 Author: John Beranek Date: Sat Sep 24 21:18:52 2016 +0100 @@ -49043,7 +51444,7 @@ Date: Sat Sep 24 21:18:52 2016 +0100 convert_db_to_utf8.php | 52 +++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 24 deletions(-) -commit f41edc0d +commit f41edc0d0 Author: John Beranek Date: Sat Sep 24 21:05:26 2016 +0100 @@ -49055,7 +51456,7 @@ Date: Sat Sep 24 21:05:26 2016 +0100 web/lib/MRBS/DB_pgsql.php | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) -commit 0d6cec73 +commit 0d6cec735 Author: John Beranek Date: Sat Sep 24 20:42:51 2016 +0100 @@ -49072,7 +51473,7 @@ Date: Sat Sep 24 20:42:51 2016 +0100 web/upgrade.inc (mode +x) | 4 +- 9 files changed, 127 insertions(+), 2071 deletions(-) -commit fe2dac0c +commit fe2dac0cb Author: John Beranek Date: Sat Sep 24 12:11:27 2016 +0100 @@ -49085,14 +51486,14 @@ Date: Sat Sep 24 12:11:27 2016 +0100 web/lib/MRBS/DB_pgsql.php (new +x) | 303 ++++++++++++++++++++++++++ 5 files changed, 906 insertions(+) -commit 724d097a -Merge: d91a738c aea131d9 +commit 724d097ae +Merge: d91a738c9 aea131d9b Author: John Beranek Date: Tue Sep 20 19:12:47 2016 +0100 Merged -commit d91a738c +commit d91a738c9 Author: John Beranek Date: Tue Sep 20 19:10:58 2016 +0100 @@ -49103,7 +51504,7 @@ Date: Tue Sep 20 19:10:58 2016 +0100 web/systemdefaults.inc.php | 4 +++- 2 files changed, 12 insertions(+), 5 deletions(-) -commit aea131d9 +commit aea131d9b Author: Campbell Morrison Date: Tue Sep 20 16:10:48 2016 +0100 @@ -49112,7 +51513,7 @@ Date: Tue Sep 20 16:10:48 2016 +0100 web/mysqli.inc | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) -commit 92ee0cce +commit 92ee0cce1 Author: Campbell Morrison Date: Tue Sep 20 15:25:21 2016 +0100 @@ -49121,7 +51522,7 @@ Date: Tue Sep 20 15:25:21 2016 +0100 web/mysqli.inc | 7 +++++++ 1 file changed, 7 insertions(+) -commit c51afc0e +commit c51afc0ec Author: Campbell Morrison Date: Mon Sep 19 08:08:23 2016 +0100 @@ -49131,7 +51532,7 @@ Date: Mon Sep 19 08:08:23 2016 +0100 web/pgsql.inc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) -commit 3abc49a4 +commit 3abc49a4e Author: John Beranek Date: Sun Sep 18 10:07:05 2016 +0100 @@ -49140,7 +51541,7 @@ Date: Sun Sep 18 10:07:05 2016 +0100 web/pgsql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit df8514ee +commit df8514ee2 Author: John Beranek Date: Sun Sep 18 10:05:15 2016 +0100 @@ -49159,7 +51560,7 @@ Date: Sun Sep 18 10:05:15 2016 +0100 web/search.php | 10 +++++----- 6 files changed, 37 insertions(+), 27 deletions(-) -commit ecf1f5d0 +commit ecf1f5d0e Author: John Beranek Date: Sun Sep 18 09:45:49 2016 +0100 @@ -49179,7 +51580,7 @@ Date: Sun Sep 18 09:45:49 2016 +0100 web/systemdefaults.inc.php (mode -x) | 0 9 files changed, 64 insertions(+), 31 deletions(-) -commit da956b66 +commit da956b661 Author: John Beranek Date: Sat Sep 17 19:01:33 2016 +0100 @@ -49188,7 +51589,7 @@ Date: Sat Sep 17 19:01:33 2016 +0100 web/mysqli.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d19caa38 +commit d19caa380 Author: John Beranek Date: Sat Sep 17 18:57:21 2016 +0100 @@ -49198,7 +51599,7 @@ Date: Sat Sep 17 18:57:21 2016 +0100 web/pgsql.inc | 18 +++++++++--------- 2 files changed, 14 insertions(+), 23 deletions(-) -commit c5c96834 +commit c5c96834b Author: John Beranek Date: Sat Sep 17 18:41:48 2016 +0100 @@ -49207,7 +51608,7 @@ Date: Sat Sep 17 18:41:48 2016 +0100 web/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 66e5e344 +commit 66e5e344e Author: John Beranek Date: Sat Sep 17 18:39:45 2016 +0100 @@ -49216,7 +51617,7 @@ Date: Sat Sep 17 18:39:45 2016 +0100 web/mrbs_sql.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit c927b8ae +commit c927b8ae1 Author: John Beranek Date: Sat Sep 17 18:31:25 2016 +0100 @@ -49233,7 +51634,7 @@ Date: Sat Sep 17 18:31:25 2016 +0100 web/view_entry.php | 17 ++++++++++------- 9 files changed, 53 insertions(+), 47 deletions(-) -commit f32d7c20 +commit f32d7c200 Author: John Beranek Date: Sat Sep 17 17:51:22 2016 +0100 @@ -49242,7 +51643,7 @@ Date: Sat Sep 17 17:51:22 2016 +0100 web/report.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 0bf3d7d3 +commit 0bf3d7d33 Author: John Beranek Date: Sat Sep 17 17:15:07 2016 +0100 @@ -49259,14 +51660,14 @@ Date: Sat Sep 17 17:15:07 2016 +0100 web/upgrade/34/post.inc | 6 +++--- 9 files changed, 49 insertions(+), 89 deletions(-) -commit d49f10a8 -Merge: 3939178b d3618425 +commit d49f10a84 +Merge: 3939178b2 d36184251 Author: John Beranek Date: Sat Sep 17 16:37:47 2016 +0100 Merge -commit 3939178b +commit 3939178b2 Author: John Beranek Date: Sat Sep 17 16:32:29 2016 +0100 @@ -49275,7 +51676,7 @@ Date: Sat Sep 17 16:32:29 2016 +0100 web/pgsql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d3618425 +commit d36184251 Author: John Beranek Date: Sat Sep 17 16:30:18 2016 +0100 @@ -49284,7 +51685,7 @@ Date: Sat Sep 17 16:30:18 2016 +0100 convert_db_to_utf8.php | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) -commit c277e21c +commit c277e21c5 Author: John Beranek Date: Sat Sep 17 16:29:09 2016 +0100 @@ -49293,7 +51694,7 @@ Date: Sat Sep 17 16:29:09 2016 +0100 web/search.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) -commit c305e741 +commit c305e7419 Author: John Beranek Date: Sat Sep 17 16:03:54 2016 +0100 @@ -49302,7 +51703,7 @@ Date: Sat Sep 17 16:03:54 2016 +0100 web/pgsql.inc (mode +x) | 157 ++++++++++++++++++++------------------ 1 file changed, 84 insertions(+), 73 deletions(-) -commit 7fc316b0 +commit 7fc316b06 Author: John Beranek Date: Sat Sep 17 13:34:45 2016 +0100 @@ -49311,7 +51712,7 @@ Date: Sat Sep 17 13:34:45 2016 +0100 web/config.inc.php | 80 +++++--------------------------------------- 1 file changed, 9 insertions(+), 71 deletions(-) -commit a2dc2343 +commit a2dc23432 Author: John Beranek Date: Sat Sep 17 13:29:27 2016 +0100 @@ -49320,7 +51721,7 @@ Date: Sat Sep 17 13:29:27 2016 +0100 web/mrbs_sql.inc | 172 +++++++++++++++++++++++++-------------------- 1 file changed, 94 insertions(+), 78 deletions(-) -commit 0e8e38aa +commit 0e8e38aab Author: John Beranek Date: Sat Sep 17 13:29:14 2016 +0100 @@ -49329,7 +51730,7 @@ Date: Sat Sep 17 13:29:14 2016 +0100 web/Themes/default/header.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 988408c1 +commit 988408c10 Author: John Beranek Date: Sat Sep 17 12:57:14 2016 +0100 @@ -49339,7 +51740,7 @@ Date: Sat Sep 17 12:57:14 2016 +0100 web/edit_users.php | 42 ++++++++++++++--------- 2 files changed, 97 insertions(+), 25 deletions(-) -commit 7f2e6037 +commit 7f2e6037a Author: John Beranek Date: Sat Sep 17 12:35:26 2016 +0100 @@ -49357,7 +51758,7 @@ Date: Sat Sep 17 12:35:26 2016 +0100 web/upgrade/6/post.inc | 14 ++-- 10 files changed, 196 insertions(+), 126 deletions(-) -commit ff00359b +commit ff00359b5 Author: John Beranek Date: Sat Sep 17 10:26:42 2016 +0100 @@ -49367,7 +51768,7 @@ Date: Sat Sep 17 10:26:42 2016 +0100 web/mysqli.inc | 121 ++++++++++++++++++++++------------------------- 1 file changed, 56 insertions(+), 65 deletions(-) -commit 0037e949 +commit 0037e949c Author: Campbell Morrison Date: Sat Sep 17 09:11:18 2016 +0100 @@ -49376,20 +51777,20 @@ Date: Sat Sep 17 09:11:18 2016 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 99b97720 -Merge: 76f6bd94 1d72ff5e +commit 99b977202 +Merge: 76f6bd94b 1d72ff5e0 Author: Campbell Morrison Date: Wed Sep 14 20:22:52 2016 +0100 Merge with namespace -commit 1d72ff5e (origin/namespace) +commit 1d72ff5e0 (origin/namespace) Author: Campbell Morrison Date: Wed Sep 14 20:18:17 2016 +0100 Close namespace branch -commit a51519d3 +commit a51519d37 Author: Campbell Morrison Date: Wed Sep 14 14:57:12 2016 +0100 @@ -49398,7 +51799,7 @@ Date: Wed Sep 14 14:57:12 2016 +0100 web/mysqli.inc | 1 + 1 file changed, 1 insertion(+) -commit 461f2bca +commit 461f2bcae Author: Campbell Morrison Date: Wed Sep 14 14:45:06 2016 +0100 @@ -49407,7 +51808,7 @@ Date: Wed Sep 14 14:45:06 2016 +0100 web/auth/auth_wordpress.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c949c76c +commit c949c76cb Author: Campbell Morrison Date: Wed Sep 14 13:45:27 2016 +0100 @@ -49416,7 +51817,7 @@ Date: Wed Sep 14 13:45:27 2016 +0100 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b91768fe +commit b91768fea Author: Campbell Morrison Date: Wed Sep 14 13:41:36 2016 +0100 @@ -49426,7 +51827,7 @@ Date: Wed Sep 14 13:41:36 2016 +0100 web/edit_users.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 95eeaab3 +commit 95eeaab3e Author: Campbell Morrison Date: Wed Sep 14 13:31:15 2016 +0100 @@ -49436,7 +51837,7 @@ Date: Wed Sep 14 13:31:15 2016 +0100 web/report.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 441749e1 +commit 441749e1d Author: Campbell Morrison Date: Wed Sep 14 13:25:31 2016 +0100 @@ -49447,7 +51848,7 @@ Date: Wed Sep 14 13:25:31 2016 +0100 web/report.php | 6 +++--- 3 files changed, 12 insertions(+), 11 deletions(-) -commit 01c7ad20 +commit 01c7ad20c Author: Campbell Morrison Date: Wed Sep 14 13:12:09 2016 +0100 @@ -49456,7 +51857,7 @@ Date: Wed Sep 14 13:12:09 2016 +0100 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 83b48831 +commit 83b488318 Author: Campbell Morrison Date: Wed Sep 14 13:07:38 2016 +0100 @@ -49465,7 +51866,7 @@ Date: Wed Sep 14 13:07:38 2016 +0100 web/lib/MRBS/Exception.php (new) | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit ec836f38 +commit ec836f386 Author: Campbell Morrison Date: Wed Sep 14 12:44:57 2016 +0100 @@ -49474,7 +51875,7 @@ Date: Wed Sep 14 12:44:57 2016 +0100 web/dbsys.inc | 3 +++ 1 file changed, 3 insertions(+) -commit 54dd90b4 +commit 54dd90b44 Author: Campbell Morrison Date: Tue Sep 13 17:24:42 2016 +0100 @@ -49597,13 +51998,13 @@ Date: Tue Sep 13 17:24:42 2016 +0100 web/week.php | 2 + 115 files changed, 189 insertions(+), 45 deletions(-) -commit e011f827 +commit e011f8279 Author: Campbell Morrison Date: Tue Sep 13 12:29:23 2016 +0100 New branch for adding namespacing -commit 76f6bd94 +commit 76f6bd94b Author: Campbell Morrison Date: Tue Sep 13 12:22:48 2016 +0100 @@ -49612,7 +52013,7 @@ Date: Tue Sep 13 12:22:48 2016 +0100 web/lang/lang.en | 1 - 1 file changed, 1 deletion(-) -commit a8a81491 +commit a8a81491e Author: Campbell Morrison Date: Tue Sep 13 09:39:43 2016 +0100 @@ -49622,7 +52023,7 @@ Date: Tue Sep 13 09:39:43 2016 +0100 web/escapeshellarg.inc (gone) | 14 -------------- 2 files changed, 18 deletions(-) -commit a25dc379 +commit a25dc379a Author: Campbell Morrison Date: Sat Aug 27 15:30:58 2016 +0100 @@ -49631,7 +52032,7 @@ Date: Sat Aug 27 15:30:58 2016 +0100 web/month.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) -commit 4e875134 +commit 4e8751345 Author: Campbell Morrison Date: Sat Aug 27 15:22:34 2016 +0100 @@ -49640,7 +52041,7 @@ Date: Sat Aug 27 15:22:34 2016 +0100 web/month.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) -commit 696d2b25 +commit 696d2b25e Author: Campbell Morrison Date: Sat Aug 27 15:17:01 2016 +0100 @@ -49649,7 +52050,7 @@ Date: Sat Aug 27 15:17:01 2016 +0100 web/month.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) -commit 85ebd866 +commit 85ebd8661 Author: Campbell Morrison Date: Sat Aug 27 15:11:51 2016 +0100 @@ -49658,7 +52059,7 @@ Date: Sat Aug 27 15:11:51 2016 +0100 web/month.php | 50 ++++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 19 deletions(-) -commit ba307798 +commit ba307798d Author: Campbell Morrison Date: Sat Aug 27 14:44:51 2016 +0100 @@ -49667,7 +52068,7 @@ Date: Sat Aug 27 14:44:51 2016 +0100 web/month.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit aa32bd13 +commit aa32bd133 Author: Campbell Morrison Date: Sat Aug 27 14:38:38 2016 +0100 @@ -49676,7 +52077,7 @@ Date: Sat Aug 27 14:38:38 2016 +0100 web/month.php | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) -commit 595298cf +commit 595298cf8 Author: Campbell Morrison Date: Sat Aug 27 14:31:03 2016 +0100 @@ -49685,7 +52086,7 @@ Date: Sat Aug 27 14:31:03 2016 +0100 web/month.php | 101 +++++++++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 58 deletions(-) -commit 9179a28a +commit 9179a28aa Author: Campbell Morrison Date: Sat Aug 27 14:17:40 2016 +0100 @@ -49694,7 +52095,7 @@ Date: Sat Aug 27 14:17:40 2016 +0100 web/month.php | 6 ------ 1 file changed, 6 deletions(-) -commit 0264522d +commit 0264522df Author: Campbell Morrison Date: Sat Aug 27 14:13:01 2016 +0100 @@ -49703,7 +52104,7 @@ Date: Sat Aug 27 14:13:01 2016 +0100 web/systemdefaults.inc.php | 2 ++ 1 file changed, 2 insertions(+) -commit b6e99da7 +commit b6e99da76 Author: Campbell Morrison Date: Sat Aug 27 14:10:51 2016 +0100 @@ -49712,7 +52113,7 @@ Date: Sat Aug 27 14:10:51 2016 +0100 web/month.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) -commit ab9bfe86 +commit ab9bfe86f Author: Campbell Morrison Date: Sat Aug 27 12:39:13 2016 +0100 @@ -49723,7 +52124,7 @@ Date: Sat Aug 27 12:39:13 2016 +0100 web/style.inc | 9 +- 3 files changed, 349 insertions(+), 306 deletions(-) -commit b75fcfdf +commit b75fcfdf1 Author: Campbell Morrison Date: Sat Aug 27 11:30:49 2016 +0100 @@ -49732,7 +52133,7 @@ Date: Sat Aug 27 11:30:49 2016 +0100 web/js/general.js.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -commit 800ea943 +commit 800ea943f Author: Campbell Morrison Date: Fri Aug 26 16:01:06 2016 +0100 @@ -49741,7 +52142,7 @@ Date: Fri Aug 26 16:01:06 2016 +0100 web/js/functions.js.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit f371f89c +commit f371f89cc Author: Campbell Morrison Date: Fri Aug 26 15:56:01 2016 +0100 @@ -49751,7 +52152,7 @@ Date: Fri Aug 26 15:56:01 2016 +0100 web/js/refresh.js.php | 4 +++- 2 files changed, 34 insertions(+), 1 deletion(-) -commit ed9e08b5 +commit ed9e08b58 Author: Campbell Morrison Date: Thu Aug 25 12:01:13 2016 +0100 @@ -49760,7 +52161,7 @@ Date: Thu Aug 25 12:01:13 2016 +0100 web/lang/lang.de | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 67a8716d +commit 67a8716d5 Author: Campbell Morrison Date: Thu Aug 18 13:37:05 2016 +0100 @@ -49769,7 +52170,7 @@ Date: Thu Aug 18 13:37:05 2016 +0100 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7f07e1ed +commit 7f07e1ed4 Author: Campbell Morrison Date: Thu Aug 18 13:33:44 2016 +0100 @@ -49778,7 +52179,7 @@ Date: Thu Aug 18 13:33:44 2016 +0100 web/edit_users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a1bbbb33 +commit a1bbbb339 Author: Campbell Morrison Date: Thu Aug 18 13:21:25 2016 +0100 @@ -49787,7 +52188,7 @@ Date: Thu Aug 18 13:21:25 2016 +0100 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b6eb7fac +commit b6eb7facc Author: Campbell Morrison Date: Wed Aug 17 16:48:35 2016 +0100 @@ -49797,7 +52198,7 @@ Date: Wed Aug 17 16:48:35 2016 +0100 web/js/resizable.js.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) -commit 797ee9d0 +commit 797ee9d0f Author: Campbell Morrison Date: Wed Aug 17 15:02:10 2016 +0100 @@ -49806,7 +52207,7 @@ Date: Wed Aug 17 15:02:10 2016 +0100 web/functions.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit abba3d38 +commit abba3d382 Author: Campbell Morrison Date: Mon Aug 15 17:12:32 2016 +0100 @@ -49816,7 +52217,7 @@ Date: Mon Aug 15 17:12:32 2016 +0100 web/systemdefaults.inc.php | 7 +++++++ 2 files changed, 15 insertions(+), 1 deletion(-) -commit 57ac9daf +commit 57ac9daf3 Author: Campbell Morrison Date: Sun Aug 14 12:05:55 2016 +0100 @@ -49825,7 +52226,7 @@ Date: Sun Aug 14 12:05:55 2016 +0100 web/session/session_wordpress.inc | 1 + 1 file changed, 1 insertion(+) -commit c15abc3e +commit c15abc3ec Author: Campbell Morrison Date: Sun Aug 14 10:37:30 2016 +0100 @@ -49834,7 +52235,7 @@ Date: Sun Aug 14 10:37:30 2016 +0100 web/session/session_wordpress.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 179e95f0 +commit 179e95f00 Author: Campbell Morrison Date: Sun Aug 14 10:26:27 2016 +0100 @@ -49843,7 +52244,7 @@ Date: Sun Aug 14 10:26:27 2016 +0100 web/session/session_wordpress.inc | 64 +++++++++++++++-------------- 1 file changed, 33 insertions(+), 31 deletions(-) -commit a0997ba7 +commit a0997ba70 Author: Campbell Morrison Date: Sun Aug 14 10:05:18 2016 +0100 @@ -49853,7 +52254,7 @@ Date: Sun Aug 14 10:05:18 2016 +0100 web/session/session_wordpress.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 495c3439 +commit 495c34399 Author: Campbell Morrison Date: Sun Aug 14 10:00:15 2016 +0100 @@ -49862,7 +52263,7 @@ Date: Sun Aug 14 10:00:15 2016 +0100 web/session/session_wordpress.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 28dfdb0e +commit 28dfdb0e4 Author: Campbell Morrison Date: Wed Aug 10 21:37:22 2016 +0100 @@ -49872,7 +52273,7 @@ Date: Wed Aug 10 21:37:22 2016 +0100 web/session/session_wordpress.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c63ad8ec +commit c63ad8ecc Author: Campbell Morrison Date: Wed Aug 10 18:39:44 2016 +0100 @@ -49882,7 +52283,7 @@ Date: Wed Aug 10 18:39:44 2016 +0100 web/session/session_wordpress.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 23565363 +commit 23565363a Author: Campbell Morrison Date: Thu Aug 4 15:54:30 2016 +0100 @@ -49895,7 +52296,7 @@ Date: Thu Aug 4 15:54:30 2016 +0100 web/systemdefaults.inc.php | 23 +++++++++++++++++++---- 2 files changed, 47 insertions(+), 4 deletions(-) -commit 15c63a6d +commit 15c63a6de Author: Campbell Morrison Date: Thu Aug 4 15:50:51 2016 +0100 @@ -49906,7 +52307,7 @@ Date: Thu Aug 4 15:50:51 2016 +0100 web/session/session_wordpress.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a0f2e9c8 +commit a0f2e9c89 Author: Campbell Morrison Date: Tue Aug 2 14:33:26 2016 +0100 @@ -49916,7 +52317,7 @@ Date: Tue Aug 2 14:33:26 2016 +0100 web/grab_globals.inc.php | 35 ++++++++++++++++++++++++++++++----- 2 files changed, 31 insertions(+), 6 deletions(-) -commit 59770000 +commit 597700003 Author: Campbell Morrison Date: Tue Aug 2 14:07:13 2016 +0100 @@ -49925,7 +52326,7 @@ Date: Tue Aug 2 14:07:13 2016 +0100 web/grab_globals.inc.php | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) -commit 2da3f5fd +commit 2da3f5fd1 Author: Campbell Morrison Date: Thu Jul 28 14:58:46 2016 +0100 @@ -49938,7 +52339,7 @@ Date: Thu Jul 28 14:58:46 2016 +0100 web/systemdefaults.inc.php | 19 +- 5 files changed, 527 insertions(+), 185 deletions(-) -commit c8e6f8c0 +commit c8e6f8c0c Author: Campbell Morrison Date: Wed Jul 20 16:09:08 2016 +0100 @@ -49947,7 +52348,7 @@ Date: Wed Jul 20 16:09:08 2016 +0100 web/js/edit_entry.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8cfd1b97 +commit 8cfd1b974 Author: Campbell Morrison Date: Wed Jul 20 15:32:10 2016 +0100 @@ -49956,7 +52357,7 @@ Date: Wed Jul 20 15:32:10 2016 +0100 web/month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cf74a25b +commit cf74a25b6 Author: Campbell Morrison Date: Wed Jul 20 12:19:28 2016 +0100 @@ -49965,7 +52366,7 @@ Date: Wed Jul 20 12:19:28 2016 +0100 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7ded733b +commit 7ded733bd Author: Campbell Morrison Date: Wed Jul 20 11:44:02 2016 +0100 @@ -49974,7 +52375,7 @@ Date: Wed Jul 20 11:44:02 2016 +0100 web/js/edit_entry.js.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit cea1b185 +commit cea1b1852 Author: Campbell Morrison Date: Wed Jul 20 11:07:46 2016 +0100 @@ -49983,7 +52384,7 @@ Date: Wed Jul 20 11:07:46 2016 +0100 web/js/edit_entry.js.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) -commit 7db6f3f8 +commit 7db6f3f85 Author: Campbell Morrison Date: Tue Jul 19 16:57:54 2016 +0100 @@ -49993,7 +52394,7 @@ Date: Tue Jul 19 16:57:54 2016 +0100 web/js/report.js.php | 10 +++--- 2 files changed, 5 insertions(+), 53 deletions(-) -commit 0725c084 +commit 0725c0846 Author: Campbell Morrison Date: Tue Jul 19 12:28:59 2016 +0100 @@ -50002,7 +52403,7 @@ Date: Tue Jul 19 12:28:59 2016 +0100 web/edit_entry.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit bb51901b +commit bb51901b3 Author: Campbell Morrison Date: Thu Jul 14 13:38:43 2016 +0100 @@ -50015,7 +52416,7 @@ Date: Thu Jul 14 13:38:43 2016 +0100 web/systemdefaults.inc.php | 6 ++++++ 5 files changed, 49 insertions(+), 3 deletions(-) -commit 5feee287 +commit 5feee2877 Author: Campbell Morrison Date: Wed Jul 13 16:27:16 2016 +0100 @@ -50024,7 +52425,7 @@ Date: Wed Jul 13 16:27:16 2016 +0100 web/js/general.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a3760b9f +commit a3760b9f9 Author: Campbell Morrison Date: Wed Jul 13 16:20:57 2016 +0100 @@ -50034,7 +52435,7 @@ Date: Wed Jul 13 16:20:57 2016 +0100 web/js/general.js.php | 77 +++++++++++++++++++++++++++++++---------- 2 files changed, 72 insertions(+), 27 deletions(-) -commit 4130b332 +commit 4130b3326 Author: Campbell Morrison Date: Thu Jul 7 16:43:44 2016 +0100 @@ -50043,7 +52444,7 @@ Date: Thu Jul 7 16:43:44 2016 +0100 web/systemdefaults.inc.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 83a200de +commit 83a200de1 Author: Campbell Morrison Date: Thu Jul 7 16:35:15 2016 +0100 @@ -50052,7 +52453,7 @@ Date: Thu Jul 7 16:35:15 2016 +0100 web/report.php | 47 +++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 20 deletions(-) -commit 1e62ecb1 +commit 1e62ecb14 Author: Campbell Morrison Date: Thu Jul 7 16:12:06 2016 +0100 @@ -50061,7 +52462,7 @@ Date: Thu Jul 7 16:12:06 2016 +0100 web/functions_mail.inc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) -commit 1114da81 +commit 1114da815 Author: Campbell Morrison Date: Thu Jul 7 16:01:54 2016 +0100 @@ -50070,7 +52471,7 @@ Date: Thu Jul 7 16:01:54 2016 +0100 web/functions_view.inc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit 430943a0 +commit 430943a0c Author: Campbell Morrison Date: Thu Jul 7 15:57:02 2016 +0100 @@ -50080,7 +52481,7 @@ Date: Thu Jul 7 15:57:02 2016 +0100 web/edit_entry_handler.php | 4 ++++ 2 files changed, 10 insertions(+) -commit 84420d08 +commit 84420d086 Author: Campbell Morrison Date: Wed Jul 6 18:38:22 2016 +0100 @@ -50089,7 +52490,7 @@ Date: Wed Jul 6 18:38:22 2016 +0100 web/functions.inc | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 78279211 +commit 78279211d Author: Campbell Morrison Date: Sun May 29 14:22:00 2016 +0100 @@ -50098,7 +52499,7 @@ Date: Sun May 29 14:22:00 2016 +0100 web/mincals.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -commit e5cbc6d9 +commit e5cbc6d98 Author: Campbell Morrison Date: Sun May 29 12:35:43 2016 +0100 @@ -50107,7 +52508,7 @@ Date: Sun May 29 12:35:43 2016 +0100 web/mincals.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 0549d154 +commit 0549d154a Author: Campbell Morrison Date: Mon May 9 07:15:04 2016 +0100 @@ -50116,7 +52517,7 @@ Date: Mon May 9 07:15:04 2016 +0100 web/functions_mail.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit dce2a05a +commit dce2a05a4 Author: Campbell Morrison Date: Mon Apr 25 16:15:30 2016 +0100 @@ -50125,14 +52526,14 @@ Date: Mon Apr 25 16:15:30 2016 +0100 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e0a447b9 -Merge: 9aa65aa0 27d4598b +commit e0a447b9f +Merge: 9aa65aa04 27d4598be Author: Campbell Morrison Date: Wed Apr 20 16:30:02 2016 +0100 Merge -commit 9aa65aa0 +commit 9aa65aa04 Author: Campbell Morrison Date: Wed Apr 20 16:28:44 2016 +0100 @@ -50141,7 +52542,7 @@ Date: Wed Apr 20 16:28:44 2016 +0100 web/css/mrbs.css.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 27d4598b +commit 27d4598be Author: John Beranek Date: Wed Apr 13 16:53:06 2016 +0100 @@ -50150,7 +52551,7 @@ Date: Wed Apr 13 16:53:06 2016 +0100 web/auth/auth_ldap.inc | 2 ++ 1 file changed, 2 insertions(+) -commit a76ee252 +commit a76ee252b Author: John Beranek Date: Fri Apr 8 17:54:56 2016 +0100 @@ -50159,14 +52560,14 @@ Date: Fri Apr 8 17:54:56 2016 +0100 web/auth/auth_ldap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1c760472 -Merge: 7b7b85bb 7aa85bf1 +commit 1c760472e +Merge: 7b7b85bb9 7aa85bf13 Author: Campbell Morrison Date: Tue Apr 5 13:09:32 2016 +0100 Merge -commit 7aa85bf1 +commit 7aa85bf13 Author: Campbell Morrison Date: Tue Apr 5 13:05:24 2016 +0100 @@ -50175,7 +52576,7 @@ Date: Tue Apr 5 13:05:24 2016 +0100 web/functions_ical.inc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) -commit 7b7b85bb +commit 7b7b85bb9 Author: John Beranek Date: Thu Mar 24 23:43:29 2016 +0000 @@ -50184,7 +52585,7 @@ Date: Thu Mar 24 23:43:29 2016 +0000 web/lang/lang.it | 1 + 1 file changed, 1 insertion(+) -commit 1d40d4b3 +commit 1d40d4b3f Author: Campbell Morrison Date: Sat Mar 5 07:58:19 2016 +0000 @@ -50193,7 +52594,7 @@ Date: Sat Mar 5 07:58:19 2016 +0000 web/report.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 36c6bb72 +commit 36c6bb725 Author: Campbell Morrison Date: Thu Mar 3 17:27:30 2016 +0000 @@ -50202,7 +52603,7 @@ Date: Thu Mar 3 17:27:30 2016 +0000 web/report.php | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) -commit 27f4179e +commit 27f4179e3 Author: Campbell Morrison Date: Thu Mar 3 17:07:46 2016 +0000 @@ -50211,7 +52612,7 @@ Date: Thu Mar 3 17:07:46 2016 +0000 web/functions.inc | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) -commit eef1b800 +commit eef1b8000 Author: Campbell Morrison Date: Thu Mar 3 16:59:22 2016 +0000 @@ -50220,7 +52621,7 @@ Date: Thu Mar 3 16:59:22 2016 +0000 web/report.php | 58 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 39 insertions(+), 19 deletions(-) -commit eac34369 +commit eac343699 Author: Campbell Morrison Date: Thu Mar 3 16:03:56 2016 +0000 @@ -50229,7 +52630,7 @@ Date: Thu Mar 3 16:03:56 2016 +0000 web/report.php | 103 ++++++++++++++++++++++++++--------------------- 1 file changed, 56 insertions(+), 47 deletions(-) -commit 253085c4 +commit 253085c4e Author: Campbell Morrison Date: Thu Mar 3 11:13:52 2016 +0000 @@ -50238,7 +52639,7 @@ Date: Thu Mar 3 11:13:52 2016 +0000 web/report.php | 117 ++++++++++++++++++++++++++--------------------- 1 file changed, 64 insertions(+), 53 deletions(-) -commit 263b1456 +commit 263b14564 Author: Campbell Morrison Date: Wed Mar 2 14:19:23 2016 +0000 @@ -50247,7 +52648,7 @@ Date: Wed Mar 2 14:19:23 2016 +0000 web/dbsys.inc | 5 ----- 1 file changed, 5 deletions(-) -commit 3f3709bb +commit 3f3709bbf Author: Campbell Morrison Date: Tue Mar 1 09:42:00 2016 +0000 @@ -50263,7 +52664,7 @@ Date: Tue Mar 1 09:42:00 2016 +0000 web/upgrade.inc | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) -commit 4ba56bce +commit 4ba56bcea Author: Campbell Morrison Date: Tue Mar 1 09:24:35 2016 +0000 @@ -50272,7 +52673,7 @@ Date: Tue Mar 1 09:24:35 2016 +0000 web/mysqli.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 022186bd +commit 022186bdc Author: Campbell Morrison Date: Sat Feb 27 18:51:59 2016 +0000 @@ -50281,7 +52682,7 @@ Date: Sat Feb 27 18:51:59 2016 +0000 web/systemdefaults.inc.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) -commit 1ac92ff6 +commit 1ac92ff6f Author: Campbell Morrison Date: Sat Feb 27 16:27:48 2016 +0000 @@ -50293,7 +52694,7 @@ Date: Sat Feb 27 16:27:48 2016 +0000 web/report.php | 11 +++-------- 4 files changed, 7 insertions(+), 12 deletions(-) -commit 1808e996 +commit 1808e996a Author: Campbell Morrison Date: Sat Feb 27 15:12:41 2016 +0000 @@ -50302,7 +52703,7 @@ Date: Sat Feb 27 15:12:41 2016 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fe9e2fb3 +commit fe9e2fb3a Author: Campbell Morrison Date: Sat Feb 27 13:36:28 2016 +0000 @@ -50311,7 +52712,7 @@ Date: Sat Feb 27 13:36:28 2016 +0000 web/edit_area_room.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit 5cbcbfe8 +commit 5cbcbfe8c Author: Campbell Morrison Date: Sat Feb 27 13:26:00 2016 +0000 @@ -50320,7 +52721,7 @@ Date: Sat Feb 27 13:26:00 2016 +0000 web/edit_area_room.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) -commit 19f5af02 +commit 19f5af02b Author: Campbell Morrison Date: Sat Feb 27 13:20:42 2016 +0000 @@ -50335,7 +52736,7 @@ Date: Sat Feb 27 13:20:42 2016 +0000 web/upgrade/49/pgsql.sql (new) | 10 ++++++++++ 7 files changed, 29 insertions(+), 6 deletions(-) -commit 276338d1 +commit 276338d12 Author: Campbell Morrison Date: Fri Feb 19 17:26:06 2016 +0000 @@ -50345,7 +52746,7 @@ Date: Fri Feb 19 17:26:06 2016 +0000 web/functions_mail.inc | 11 ----------- 2 files changed, 11 insertions(+), 13 deletions(-) -commit c80e3b0c +commit c80e3b0c4 Author: Campbell Morrison Date: Fri Feb 19 16:26:29 2016 +0000 @@ -50356,7 +52757,7 @@ Date: Fri Feb 19 16:26:29 2016 +0000 web/functions_mail.inc | 6 +++--- 3 files changed, 4 insertions(+), 5 deletions(-) -commit e9c058ca +commit e9c058ca7 Author: Campbell Morrison Date: Fri Feb 19 16:08:50 2016 +0000 @@ -50365,7 +52766,7 @@ Date: Fri Feb 19 16:08:50 2016 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bdb24f1a +commit bdb24f1a6 Author: Campbell Morrison Date: Fri Feb 19 15:48:27 2016 +0000 @@ -50374,7 +52775,7 @@ Date: Fri Feb 19 15:48:27 2016 +0000 web/functions.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 61ec7d1a +commit 61ec7d1a6 Author: Campbell Morrison Date: Fri Feb 19 14:15:11 2016 +0000 @@ -50384,7 +52785,7 @@ Date: Fri Feb 19 14:15:11 2016 +0000 web/functions_mail.inc | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) -commit d9b027c5 +commit d9b027c5b Author: Campbell Morrison Date: Fri Feb 19 13:28:48 2016 +0000 @@ -50393,7 +52794,7 @@ Date: Fri Feb 19 13:28:48 2016 +0000 web/functions_mail.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 9c043d8e +commit 9c043d8ee Author: Campbell Morrison Date: Fri Feb 19 13:26:41 2016 +0000 @@ -50402,7 +52803,7 @@ Date: Fri Feb 19 13:26:41 2016 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ed4969cd +commit ed4969cdc Author: Campbell Morrison Date: Mon Feb 15 10:21:42 2016 +0000 @@ -50411,7 +52812,7 @@ Date: Mon Feb 15 10:21:42 2016 +0000 web/mrbs_sql.inc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) -commit 27d96cd7 +commit 27d96cd7e Author: Campbell Morrison Date: Mon Feb 15 09:50:20 2016 +0000 @@ -50420,7 +52821,7 @@ Date: Mon Feb 15 09:50:20 2016 +0000 web/lang/lang.pl | 205 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 202 insertions(+), 3 deletions(-) -commit 95438eb1 +commit 95438eb1e Author: Campbell Morrison Date: Sun Feb 14 16:25:56 2016 +0000 @@ -50429,7 +52830,7 @@ Date: Sun Feb 14 16:25:56 2016 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0139d015 +commit 0139d015e Author: Campbell Morrison Date: Fri Feb 12 14:38:13 2016 +0000 @@ -50438,7 +52839,7 @@ Date: Fri Feb 12 14:38:13 2016 +0000 web/Themes/default/header.inc | 1 - 1 file changed, 1 deletion(-) -commit 712613fd +commit 712613fd8 Author: Campbell Morrison Date: Fri Feb 12 14:30:40 2016 +0000 @@ -50447,7 +52848,7 @@ Date: Fri Feb 12 14:30:40 2016 +0000 web/language.inc | 134 +++++++++++++++++++++++---------------------- 1 file changed, 69 insertions(+), 65 deletions(-) -commit 6320d9f2 +commit 6320d9f24 Author: Campbell Morrison Date: Thu Jan 28 20:29:19 2016 +0000 @@ -50456,7 +52857,7 @@ Date: Thu Jan 28 20:29:19 2016 +0000 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 3874c0d4 +commit 3874c0d41 Author: Campbell Morrison Date: Thu Jan 28 20:19:10 2016 +0000 @@ -50465,7 +52866,7 @@ Date: Thu Jan 28 20:19:10 2016 +0000 web/js/edit_entry.js.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) -commit b421ecdf +commit b421ecdf4 Author: Campbell Morrison Date: Thu Jan 28 09:46:48 2016 +0000 @@ -50474,7 +52875,7 @@ Date: Thu Jan 28 09:46:48 2016 +0000 web/edit_entry.php | 1 + 1 file changed, 1 insertion(+) -commit 0efbdb55 +commit 0efbdb558 Author: Campbell Morrison Date: Thu Jan 28 09:34:43 2016 +0000 @@ -50487,7 +52888,7 @@ Date: Thu Jan 28 09:34:43 2016 +0000 web/systemdefaults.inc.php | 9 ++++++--- 5 files changed, 26 insertions(+), 7 deletions(-) -commit 4232a0bd +commit 4232a0bdb Author: Campbell Morrison Date: Mon Jan 18 21:08:32 2016 +0000 @@ -50496,7 +52897,7 @@ Date: Mon Jan 18 21:08:32 2016 +0000 web/mrbs_sql.inc | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) -commit ea961d35 +commit ea961d35d Author: Campbell Morrison Date: Mon Jan 18 20:54:54 2016 +0000 @@ -50505,7 +52906,7 @@ Date: Mon Jan 18 20:54:54 2016 +0000 web/mrbs_sql.inc | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) -commit 02a3b5f9 +commit 02a3b5f9a Author: Campbell Morrison Date: Sun Jan 17 20:29:33 2016 +0000 @@ -50514,7 +52915,7 @@ Date: Sun Jan 17 20:29:33 2016 +0000 web/functions.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -commit 7c759a10 +commit 7c759a101 Author: Campbell Morrison Date: Wed Jan 13 14:21:34 2016 +0000 @@ -50524,7 +52925,7 @@ Date: Wed Jan 13 14:21:34 2016 +0000 web/report.php | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) -commit f304ff81 +commit f304ff81f Author: Markus Gilli Date: Mon Jan 4 23:55:49 2016 +0100 @@ -50534,7 +52935,7 @@ Date: Mon Jan 4 23:55:49 2016 +0100 web/auth/auth_db_ext.inc | 39 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) -commit 2fc1e2d1 +commit 2fc1e2d1f Author: Markus Gilli Date: Mon Jan 4 22:56:41 2016 +0100 @@ -50543,7 +52944,7 @@ Date: Mon Jan 4 22:56:41 2016 +0100 web/auth/auth_db_ext.inc | 7 +++++++ 1 file changed, 7 insertions(+) -commit f81269bf +commit f81269bf2 Author: Campbell Morrison Date: Mon Jan 4 18:22:04 2016 +0000 @@ -50552,7 +52953,7 @@ Date: Mon Jan 4 18:22:04 2016 +0000 web/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7ed05767 +commit 7ed057675 Author: Campbell Morrison Date: Sun Jan 3 10:28:44 2016 +0000 @@ -50562,7 +52963,7 @@ Date: Sun Jan 3 10:28:44 2016 +0000 web/mrbs_sql.inc | 36 +++++++++++++++++++++++++++++++++++- 2 files changed, 44 insertions(+), 10 deletions(-) -commit bce22e8c +commit bce22e8cd Author: Campbell Morrison Date: Sun Jan 3 09:23:18 2016 +0000 @@ -50571,7 +52972,7 @@ Date: Sun Jan 3 09:23:18 2016 +0000 web/mrbs_sql.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 825304d2 +commit 825304d29 Author: Campbell Morrison Date: Sun Jan 3 08:58:21 2016 +0000 @@ -50581,7 +52982,7 @@ Date: Sun Jan 3 08:58:21 2016 +0000 web/mrbs_sql.inc | 26 ++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 16 deletions(-) -commit 1420a52c +commit 1420a52c0 Author: Campbell Morrison Date: Wed Dec 30 10:37:47 2015 +0000 @@ -50590,7 +52991,7 @@ Date: Wed Dec 30 10:37:47 2015 +0000 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 21b9ebba +commit 21b9ebba0 Author: Campbell Morrison Date: Tue Dec 22 14:46:42 2015 +0000 @@ -50611,7 +53012,7 @@ Date: Tue Dec 22 14:46:42 2015 +0000 web/upgrade/48/post.inc (new) | 15 +++++++++++++++ 13 files changed, 61 insertions(+), 34 deletions(-) -commit a707cfae +commit a707cfae2 Author: Campbell Morrison Date: Sat Dec 19 16:19:15 2015 +0000 @@ -50620,7 +53021,7 @@ Date: Sat Dec 19 16:19:15 2015 +0000 web/mrbs_sql.inc | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) -commit 8dded74c +commit 8dded74c6 Author: Campbell Morrison Date: Sat Dec 19 16:05:15 2015 +0000 @@ -50629,7 +53030,7 @@ Date: Sat Dec 19 16:05:15 2015 +0000 web/js/edit_entry.js.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -commit cde235bd +commit cde235bd6 Author: Campbell Morrison Date: Sat Dec 19 15:42:54 2015 +0000 @@ -50639,7 +53040,7 @@ Date: Sat Dec 19 15:42:54 2015 +0000 web/mrbs_sql.inc | 8 ++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) -commit 0083f9e6 +commit 0083f9e63 Author: Campbell Morrison Date: Sat Dec 19 15:23:51 2015 +0000 @@ -50649,7 +53050,7 @@ Date: Sat Dec 19 15:23:51 2015 +0000 web/mrbs_sql.inc | 23 +++++++++++++++++++++ 2 files changed, 41 insertions(+), 30 deletions(-) -commit a5fc2719 +commit a5fc27190 Author: Campbell Morrison Date: Sat Dec 19 14:56:41 2015 +0000 @@ -50658,7 +53059,7 @@ Date: Sat Dec 19 14:56:41 2015 +0000 web/edit_entry.php | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 3f47c564 +commit 3f47c564e Author: Campbell Morrison Date: Sat Dec 19 10:15:30 2015 +0000 @@ -50667,7 +53068,7 @@ Date: Sat Dec 19 10:15:30 2015 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 21dd3511 +commit 21dd3511a Author: Campbell Morrison Date: Fri Dec 18 17:54:24 2015 +0000 @@ -50677,7 +53078,7 @@ Date: Fri Dec 18 17:54:24 2015 +0000 web/mrbs_sql.inc | 16 +++++++++------- 2 files changed, 14 insertions(+), 23 deletions(-) -commit c82a5e48 +commit c82a5e48d Author: Campbell Morrison Date: Fri Dec 18 16:42:13 2015 +0000 @@ -50686,7 +53087,7 @@ Date: Fri Dec 18 16:42:13 2015 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 240816f1 +commit 240816f1a Author: Campbell Morrison Date: Fri Dec 18 14:33:50 2015 +0000 @@ -50695,7 +53096,7 @@ Date: Fri Dec 18 14:33:50 2015 +0000 web/functions_table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 290409a7 +commit 290409a7b Author: Campbell Morrison Date: Wed Dec 16 21:33:34 2015 +0000 @@ -50704,7 +53105,7 @@ Date: Wed Dec 16 21:33:34 2015 +0000 web/functions_table.inc | 52 +++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 26 deletions(-) -commit 1492ae95 +commit 1492ae952 Author: Campbell Morrison Date: Wed Dec 16 21:26:57 2015 +0000 @@ -50713,7 +53114,7 @@ Date: Wed Dec 16 21:26:57 2015 +0000 web/functions_table.inc | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) -commit 3297d370 +commit 3297d3701 Author: Campbell Morrison Date: Wed Dec 16 21:22:03 2015 +0000 @@ -50722,7 +53123,7 @@ Date: Wed Dec 16 21:22:03 2015 +0000 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 95fda8db +commit 95fda8db0 Author: Campbell Morrison Date: Wed Dec 16 21:19:43 2015 +0000 @@ -50732,7 +53133,7 @@ Date: Wed Dec 16 21:19:43 2015 +0000 web/mrbs_sql.inc | 53 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 39 deletions(-) -commit d37b9126 +commit d37b9126a Author: Campbell Morrison Date: Wed Dec 16 19:07:29 2015 +0000 @@ -50741,7 +53142,7 @@ Date: Wed Dec 16 19:07:29 2015 +0000 web/functions_table.inc | 1 - 1 file changed, 1 deletion(-) -commit 0880d636 +commit 0880d6367 Author: Campbell Morrison Date: Wed Dec 16 19:05:00 2015 +0000 @@ -50750,7 +53151,7 @@ Date: Wed Dec 16 19:05:00 2015 +0000 web/functions_table.inc | 44 +++++---------------------------------- 1 file changed, 5 insertions(+), 39 deletions(-) -commit eb356a38 +commit eb356a38e Author: Campbell Morrison Date: Wed Dec 16 18:41:07 2015 +0000 @@ -50759,7 +53160,7 @@ Date: Wed Dec 16 18:41:07 2015 +0000 web/functions_table.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) -commit ce9c0fe5 +commit ce9c0fe50 Author: Campbell Morrison Date: Wed Dec 16 18:24:55 2015 +0000 @@ -50768,7 +53169,7 @@ Date: Wed Dec 16 18:24:55 2015 +0000 web/functions_table.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit 34e31668 +commit 34e316689 Author: Campbell Morrison Date: Wed Dec 16 18:20:31 2015 +0000 @@ -50777,7 +53178,7 @@ Date: Wed Dec 16 18:20:31 2015 +0000 web/functions_table.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit 64a7db65 +commit 64a7db655 Author: Campbell Morrison Date: Wed Dec 16 18:14:56 2015 +0000 @@ -50786,7 +53187,7 @@ Date: Wed Dec 16 18:14:56 2015 +0000 web/functions_table.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit cfae3dce +commit cfae3dce4 Author: Campbell Morrison Date: Wed Dec 16 18:10:10 2015 +0000 @@ -50795,7 +53196,7 @@ Date: Wed Dec 16 18:10:10 2015 +0000 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 032ecde2 +commit 032ecde2a Author: Campbell Morrison Date: Wed Dec 16 18:05:16 2015 +0000 @@ -50806,7 +53207,7 @@ Date: Wed Dec 16 18:05:16 2015 +0000 web/mrbs_sql.inc | 67 ++++++++++++++++++++-------------------- 3 files changed, 36 insertions(+), 35 deletions(-) -commit 875dd487 +commit 875dd4872 Author: Campbell Morrison Date: Tue Dec 15 19:00:06 2015 +0000 @@ -50815,7 +53216,7 @@ Date: Tue Dec 15 19:00:06 2015 +0000 web/functions_table.inc | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) -commit 7ec6df0b +commit 7ec6df0b9 Author: Campbell Morrison Date: Tue Dec 15 18:56:52 2015 +0000 @@ -50824,7 +53225,7 @@ Date: Tue Dec 15 18:56:52 2015 +0000 web/functions_table.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit c8e15f17 +commit c8e15f17c Author: Campbell Morrison Date: Tue Dec 15 18:52:55 2015 +0000 @@ -50835,7 +53236,7 @@ Date: Tue Dec 15 18:52:55 2015 +0000 web/mrbs_sql.inc | 29 ++++++++++++++++ 3 files changed, 80 insertions(+), 46 deletions(-) -commit ae8d110f +commit ae8d110f9 Author: Campbell Morrison Date: Sat Dec 5 15:38:01 2015 +0000 @@ -50846,7 +53247,7 @@ Date: Sat Dec 5 15:38:01 2015 +0000 web/pgsql.inc | 34 ++++++++++++++++------------------ 3 files changed, 22 insertions(+), 36 deletions(-) -commit d78a6665 +commit d78a66658 Author: Campbell Morrison Date: Fri Dec 4 13:24:16 2015 +0000 @@ -50857,7 +53258,7 @@ Date: Fri Dec 4 13:24:16 2015 +0000 web/report.php | 16 +++++----------- 3 files changed, 39 insertions(+), 13 deletions(-) -commit f41b146c +commit f41b146c9 Author: Campbell Morrison Date: Tue Nov 24 17:11:59 2015 +0000 @@ -50875,7 +53276,7 @@ Date: Tue Nov 24 17:11:59 2015 +0000 web/search.php | 1 - 10 files changed, 32 insertions(+), 103 deletions(-) -commit 3877d8fb +commit 3877d8fb3 Author: Campbell Morrison Date: Tue Nov 17 15:55:59 2015 +0000 @@ -50884,7 +53285,7 @@ Date: Tue Nov 17 15:55:59 2015 +0000 web/defaultincludes.inc | 2 ++ 1 file changed, 2 insertions(+) -commit 54337d50 +commit 54337d501 Author: Campbell Morrison Date: Tue Nov 17 15:50:35 2015 +0000 @@ -50894,7 +53295,7 @@ Date: Tue Nov 17 15:50:35 2015 +0000 web/internalconfig.inc.php | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) -commit fd8f576d +commit fd8f576da Author: Campbell Morrison Date: Sat Nov 14 16:57:15 2015 +0000 @@ -50903,7 +53304,7 @@ Date: Sat Nov 14 16:57:15 2015 +0000 web/edit_entry.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit e69c05b0 +commit e69c05b09 Author: John Beranek Date: Fri Nov 13 18:48:49 2015 +0000 @@ -50913,7 +53314,7 @@ Date: Fri Nov 13 18:48:49 2015 +0000 web/auth/auth_ldap.inc | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) -commit 52c9cf83 +commit 52c9cf83a Author: Campbell Morrison Date: Mon Nov 9 11:19:44 2015 +0000 @@ -50922,7 +53323,7 @@ Date: Mon Nov 9 11:19:44 2015 +0000 web/mrbs_sql.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit 18c4e594 +commit 18c4e594b Author: Campbell Morrison Date: Mon Nov 9 10:43:55 2015 +0000 @@ -50931,7 +53332,7 @@ Date: Mon Nov 9 10:43:55 2015 +0000 web/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 3f560593 +commit 3f5605934 Author: Campbell Morrison Date: Mon Nov 9 10:30:36 2015 +0000 @@ -50940,7 +53341,7 @@ Date: Mon Nov 9 10:30:36 2015 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 97443340 +commit 974433401 Author: Campbell Morrison Date: Fri Nov 6 16:53:57 2015 +0000 @@ -50950,7 +53351,7 @@ Date: Fri Nov 6 16:53:57 2015 +0000 tables.pg.sql | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) -commit 28613a1e +commit 28613a1e6 Author: Campbell Morrison Date: Thu Nov 5 07:53:31 2015 +0000 @@ -50959,7 +53360,7 @@ Date: Thu Nov 5 07:53:31 2015 +0000 web/auth/auth_ldap.inc | 57 +++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 15 deletions(-) -commit 09aec8c0 +commit 09aec8c06 Author: Campbell Morrison Date: Wed Nov 4 10:41:15 2015 +0000 @@ -50968,7 +53369,7 @@ Date: Wed Nov 4 10:41:15 2015 +0000 web/session/session_php.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit c780330f +commit c780330f2 Author: Campbell Morrison Date: Mon Oct 26 12:11:04 2015 +0000 @@ -51819,7 +54220,7 @@ Date: Mon Oct 26 12:11:04 2015 +0000 web/tzurl/zoneinfo/Pacific/Wallis.ics | 2 +- 843 files changed, 1734 insertions(+), 2141 deletions(-) -commit 35c088ae +commit 35c088ae9 Author: Campbell Morrison Date: Mon Oct 26 08:06:13 2015 +0000 @@ -51828,7 +54229,7 @@ Date: Mon Oct 26 08:06:13 2015 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1e97148e +commit 1e97148e5 Author: diego zuccato Date: Fri Oct 23 14:00:45 2015 +0200 @@ -51837,13 +54238,13 @@ Date: Fri Oct 23 14:00:45 2015 +0200 web/lang/lang.it | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 439dbebf +commit 439dbebf4 Author: John Beranek Date: Thu Oct 22 20:20:52 2015 +0100 Added tag mrbs-1_5_0 for changeset a0ac7ab52205 -commit 49af6195 (tag: mrbs-1_5_0) +commit 49af61955 (tag: mrbs-1_5_0) Author: John Beranek Date: Thu Oct 22 20:20:36 2015 +0100 @@ -51853,7 +54254,7 @@ Date: Thu Oct 22 20:20:36 2015 +0100 NEWS (mode +x) | 125 + 2 files changed, 17146 insertions(+), 18383 deletions(-) -commit 38343f03 +commit 38343f038 Author: Campbell Morrison Date: Thu Oct 22 18:51:12 2015 +0100 @@ -51862,7 +54263,7 @@ Date: Thu Oct 22 18:51:12 2015 +0100 web/functions_mail.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 81ccafb4 +commit 81ccafb4a Author: Campbell Morrison Date: Thu Oct 22 18:45:42 2015 +0100 @@ -51871,7 +54272,7 @@ Date: Thu Oct 22 18:45:42 2015 +0100 web/upgrade/17/post.inc | 87 +++++++-------------------------------- 1 file changed, 15 insertions(+), 72 deletions(-) -commit 215d33a5 +commit 215d33a54 Author: Campbell Morrison Date: Thu Oct 22 18:44:42 2015 +0100 @@ -51880,7 +54281,7 @@ Date: Thu Oct 22 18:44:42 2015 +0100 web/upgrade.inc | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) -commit cb36ae3e +commit cb36ae3ec Author: Campbell Morrison Date: Thu Oct 22 16:36:04 2015 +0100 @@ -51889,7 +54290,7 @@ Date: Thu Oct 22 16:36:04 2015 +0100 web/upgrade/25/pgsql.sql | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit 2fbc79fd +commit 2fbc79fdf Author: Campbell Morrison Date: Thu Oct 22 16:21:38 2015 +0100 @@ -51898,7 +54299,7 @@ Date: Thu Oct 22 16:21:38 2015 +0100 web/upgrade/24/post.inc | 114 +++++++++++--------------------------- 1 file changed, 32 insertions(+), 82 deletions(-) -commit cebf2fd8 +commit cebf2fd86 Author: Campbell Morrison Date: Thu Oct 22 15:55:20 2015 +0100 @@ -51907,7 +54308,7 @@ Date: Thu Oct 22 15:55:20 2015 +0100 web/upgrade/26/post.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 82470a7b +commit 82470a7bf Author: Campbell Morrison Date: Thu Oct 22 15:53:39 2015 +0100 @@ -51916,7 +54317,7 @@ Date: Thu Oct 22 15:53:39 2015 +0100 web/upgrade/47/post.inc | 2 ++ 1 file changed, 2 insertions(+) -commit cddae2ff +commit cddae2ff9 Author: Campbell Morrison Date: Thu Oct 22 14:55:08 2015 +0100 @@ -51925,7 +54326,7 @@ Date: Thu Oct 22 14:55:08 2015 +0100 web/upgrade/47/post.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e4bdcf90 +commit e4bdcf909 Author: Campbell Morrison Date: Thu Oct 22 12:36:07 2015 +0100 @@ -51939,7 +54340,7 @@ Date: Thu Oct 22 12:36:07 2015 +0100 web/upgrade/47/post.inc (new) | 182 +++++++++++++++++++++++++++++++ 6 files changed, 186 insertions(+), 3 deletions(-) -commit 3f96f14e +commit 3f96f14e8 Author: Campbell Morrison Date: Wed Oct 21 17:03:13 2015 +0100 @@ -51948,7 +54349,7 @@ Date: Wed Oct 21 17:03:13 2015 +0100 web/edit_entry_handler.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 5e5f4268 +commit 5e5f42685 Author: Campbell Morrison Date: Wed Oct 21 13:55:55 2015 +0100 @@ -51958,7 +54359,7 @@ Date: Wed Oct 21 13:55:55 2015 +0100 web/functions.inc | 31 ++++++++++++++++++------------- 2 files changed, 27 insertions(+), 21 deletions(-) -commit 79bcc0d4 +commit 79bcc0d4d Author: Campbell Morrison Date: Wed Oct 21 11:34:52 2015 +0100 @@ -51967,7 +54368,7 @@ Date: Wed Oct 21 11:34:52 2015 +0100 web/upgrade/46/post.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b315e1bc +commit b315e1bc4 Author: Campbell Morrison Date: Sun Oct 18 07:19:56 2015 +0100 @@ -51977,8 +54378,8 @@ Date: Sun Oct 18 07:19:56 2015 +0100 web/systemdefaults.inc.php | 4 ++-- 2 files changed, 19 insertions(+), 15 deletions(-) -commit 3466d815 -Merge: a0df2500 24f6a1a9 +commit 3466d8154 +Merge: a0df2500d 24f6a1a96 Author: John Beranek Date: Sat Oct 17 23:20:39 2015 +0100 @@ -51986,13 +54387,13 @@ Date: Sat Oct 17 23:20:39 2015 +0100 the session cookie to use authenticated data, instead of Blowfish encrypted data. -commit 24f6a1a9 (origin/session_cookie_improvements) +commit 24f6a1a96 (origin/session_cookie_improvements) Author: John Beranek Date: Sat Oct 17 23:18:49 2015 +0100 Closed feature branch. -commit 8a13f861 +commit 8a13f8614 Author: John Beranek Date: Sat Oct 17 23:17:54 2015 +0100 @@ -52002,7 +54403,7 @@ Date: Sat Oct 17 23:17:54 2015 +0100 web/session/session_cookie.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit a0df2500 +commit a0df2500d Author: John Beranek Date: Sat Oct 17 23:05:28 2015 +0100 @@ -52011,7 +54412,7 @@ Date: Sat Oct 17 23:05:28 2015 +0100 web/lang/lang.it (mode +x) | 130 +++++++++++++++++++++++++++++++++-- 1 file changed, 125 insertions(+), 5 deletions(-) -commit 8b619f0d +commit 8b619f0de Author: John Beranek Date: Sat Oct 17 21:41:22 2015 +0100 @@ -52024,7 +54425,7 @@ Date: Sat Oct 17 21:41:22 2015 +0100 web/view_entry.php | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) -commit c4b012e1 +commit c4b012e1c Author: John Beranek Date: Sat Oct 17 11:38:00 2015 +0100 @@ -52033,7 +54434,7 @@ Date: Sat Oct 17 11:38:00 2015 +0100 web/upgrade/46/post.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 395d6d1c +commit 395d6d1cc Author: John Beranek Date: Sat Oct 17 11:37:02 2015 +0100 @@ -52043,7 +54444,7 @@ Date: Sat Oct 17 11:37:02 2015 +0100 web/systemdefaults.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 17135739 +commit 171357394 Author: John Beranek Date: Fri Oct 16 22:23:37 2015 +0100 @@ -52052,7 +54453,7 @@ Date: Fri Oct 16 22:23:37 2015 +0100 web/session/session_cookie.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4cf4de71 +commit 4cf4de716 Author: John Beranek Date: Fri Oct 16 22:07:15 2015 +0100 @@ -52064,14 +54465,14 @@ Date: Fri Oct 16 22:07:15 2015 +0100 web/systemdefaults.inc.php (mode +x) | 4 +++- 2 files changed, 8 insertions(+), 6 deletions(-) -commit bfc01b05 -Merge: 16c3eb1e dc5c5fe9 +commit bfc01b055 +Merge: 16c3eb1ed dc5c5fe9e Author: John Beranek Date: Fri Oct 16 21:27:10 2015 +0100 Merged with default -commit 3fbbca84 +commit 3fbbca845 Author: John Beranek Date: Fri Oct 16 21:23:02 2015 +0100 @@ -52087,7 +54488,7 @@ Date: Fri Oct 16 21:23:02 2015 +0100 web/session/session_cookie.inc (mode +x) | 97 ++++--- 7 files changed, 65 insertions(+), 1415 deletions(-) -commit dc5c5fe9 +commit dc5c5fe9e Author: John Beranek Date: Fri Oct 16 19:58:05 2015 +0100 @@ -52096,14 +54497,14 @@ Date: Fri Oct 16 19:58:05 2015 +0100 web/systemdefaults.inc.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit 16c3eb1e -Merge: 6db98c1e adbb1450 +commit 16c3eb1ed +Merge: 6db98c1ed adbb1450e Author: Campbell Morrison Date: Fri Oct 16 16:18:31 2015 +0100 Merge -commit 6db98c1e +commit 6db98c1ed Author: Campbell Morrison Date: Fri Oct 16 16:16:50 2015 +0100 @@ -52113,7 +54514,7 @@ Date: Fri Oct 16 16:16:50 2015 +0100 web/functions_mail.inc | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) -commit adbb1450 +commit adbb1450e Author: John Beranek Date: Wed Oct 14 20:39:58 2015 +0100 @@ -52125,14 +54526,14 @@ Date: Wed Oct 14 20:39:58 2015 +0100 web/systemdefaults.inc.php | 10 ++++++++-- 2 files changed, 40 insertions(+), 8 deletions(-) -commit 769b87da -Merge: e273206e 91d13fb5 +commit 769b87da5 +Merge: e273206ed 91d13fb57 Author: John Beranek Date: Wed Oct 14 20:29:49 2015 +0100 Merged with latest changes from 'default' -commit e273206e +commit e273206ed Author: John Beranek Date: Wed Oct 14 20:25:28 2015 +0100 @@ -52152,14 +54553,14 @@ Date: Wed Oct 14 20:25:28 2015 +0100 testdata.php (gone) | 79 ---------------------------------------- 8 files changed, 58 insertions(+), 190 deletions(-) -commit 91d13fb5 -Merge: d8abaaaa ffcb14d9 +commit 91d13fb57 +Merge: d8abaaaa0 ffcb14d9d Author: Campbell Morrison Date: Wed Oct 14 20:24:10 2015 +0100 Merge -commit ffcb14d9 +commit ffcb14d9d Author: Campbell Morrison Date: Wed Oct 14 20:18:40 2015 +0100 @@ -52168,7 +54569,7 @@ Date: Wed Oct 14 20:18:40 2015 +0100 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit c6d94573 +commit c6d945731 Author: John Beranek Date: Sat Oct 10 08:44:19 2015 +0100 @@ -52177,7 +54578,7 @@ Date: Sat Oct 10 08:44:19 2015 +0100 web/version_num.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d8abaaaa +commit d8abaaaa0 Author: John Beranek Date: Fri Oct 9 20:53:55 2015 +0100 @@ -52186,7 +54587,7 @@ Date: Fri Oct 9 20:53:55 2015 +0100 UPGRADE | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 916d8aa2 +commit 916d8aa2a Author: John Beranek Date: Fri Oct 9 20:51:12 2015 +0100 @@ -52201,7 +54602,7 @@ Date: Fri Oct 9 20:51:12 2015 +0100 web/upgrade/46/post.inc (new) | 18 ++++++++++++++++++ 7 files changed, 25 insertions(+), 6 deletions(-) -commit c0b5f207 +commit c0b5f2078 Author: Campbell Morrison Date: Thu Oct 8 22:22:48 2015 +0100 @@ -52212,7 +54613,7 @@ Date: Thu Oct 8 22:22:48 2015 +0100 web/js/resizable.js.php | 2 +- 3 files changed, 77 insertions(+), 46 deletions(-) -commit fada5a8e +commit fada5a8e7 Author: Campbell Morrison Date: Tue Oct 6 17:33:12 2015 +0100 @@ -52221,7 +54622,7 @@ Date: Tue Oct 6 17:33:12 2015 +0100 web/language.inc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) -commit 4e4a3e7e +commit 4e4a3e7ed Author: Campbell Morrison Date: Tue Oct 6 15:15:19 2015 +0100 @@ -52230,7 +54631,7 @@ Date: Tue Oct 6 15:15:19 2015 +0100 web/language.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 21a57758 +commit 21a57758d Author: Campbell Morrison Date: Tue Oct 6 14:34:07 2015 +0100 @@ -52239,27 +54640,27 @@ Date: Tue Oct 6 14:34:07 2015 +0100 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d6bf94b6 -Merge: 32768599 503b22ce +commit d6bf94b68 +Merge: 327685999 503b22cee Author: Campbell Morrison Date: Fri Oct 2 18:03:32 2015 +0100 Merge with datatables_update -commit 503b22ce (origin/datatables_update) +commit 503b22cee (origin/datatables_update) Author: Campbell Morrison Date: Fri Oct 2 18:02:37 2015 +0100 Close datatables_update branch -commit 32768599 -Merge: fd098606 286fd51e +commit 327685999 +Merge: fd0986069 286fd51ef Author: Campbell Morrison Date: Fri Oct 2 17:38:45 2015 +0100 Merge with datatables_update -commit 286fd51e +commit 286fd51ef Author: Campbell Morrison Date: Fri Oct 2 17:37:28 2015 +0100 @@ -52268,7 +54669,7 @@ Date: Fri Oct 2 17:37:28 2015 +0100 web/js/search.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 08327736 +commit 083277361 Author: Campbell Morrison Date: Fri Oct 2 17:30:19 2015 +0100 @@ -52277,7 +54678,7 @@ Date: Fri Oct 2 17:30:19 2015 +0100 web/js/search.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1de68e78 +commit 1de68e78c Author: Campbell Morrison Date: Fri Oct 2 17:13:23 2015 +0100 @@ -52286,7 +54687,7 @@ Date: Fri Oct 2 17:13:23 2015 +0100 web/js/datatables.js.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit a8151859 +commit a81518590 Author: Campbell Morrison Date: Fri Oct 2 16:38:29 2015 +0100 @@ -52295,7 +54696,7 @@ Date: Fri Oct 2 16:38:29 2015 +0100 web/js/datatables.js.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) -commit dd680748 +commit dd6807488 Author: Campbell Morrison Date: Fri Oct 2 16:05:47 2015 +0100 @@ -52304,7 +54705,7 @@ Date: Fri Oct 2 16:05:47 2015 +0100 web/css/mrbs.css.php | 9 +++++++++ 1 file changed, 9 insertions(+) -commit 40533d00 +commit 40533d007 Author: Campbell Morrison Date: Fri Oct 2 15:44:41 2015 +0100 @@ -52314,14 +54715,14 @@ Date: Fri Oct 2 15:44:41 2015 +0100 web/js/pending.js.php | 12 ++++++++++-- 2 files changed, 32 insertions(+), 16 deletions(-) -commit dae2b264 -Merge: 0b4903ef fd098606 +commit dae2b264b +Merge: 0b4903ef7 fd0986069 Author: Campbell Morrison Date: Fri Oct 2 15:05:29 2015 +0100 Merge with default -commit fd098606 +commit fd0986069 Author: Campbell Morrison Date: Fri Oct 2 11:59:16 2015 +0100 @@ -52330,7 +54731,7 @@ Date: Fri Oct 2 11:59:16 2015 +0100 web/internalconfig.inc.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit e9bbf101 +commit e9bbf101b Author: John Beranek Date: Fri Oct 2 11:38:14 2015 +0100 @@ -52342,7 +54743,7 @@ Date: Fri Oct 2 11:38:14 2015 +0100 web/systemdefaults.inc.php | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) -commit 22adaa61 +commit 22adaa610 Author: Campbell Morrison Date: Fri Oct 2 10:16:46 2015 +0100 @@ -52353,7 +54754,7 @@ Date: Fri Oct 2 10:16:46 2015 +0100 web/systemdefaults.inc.php | 3 +- 3 files changed, 9 insertions(+), 600 deletions(-) -commit 73734696 +commit 737346968 Author: Campbell Morrison Date: Fri Oct 2 09:27:20 2015 +0100 @@ -52363,7 +54764,7 @@ Date: Fri Oct 2 09:27:20 2015 +0100 web/session/session_cookie.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 7f58416f +commit 7f58416ff Author: Campbell Morrison Date: Fri Oct 2 09:22:18 2015 +0100 @@ -52377,7 +54778,7 @@ Date: Fri Oct 2 09:22:18 2015 +0100 web/session/session_cookie.inc | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) -commit adfe3ce8 +commit adfe3ce8d Author: Campbell Morrison Date: Thu Oct 1 17:19:16 2015 +0100 @@ -52390,7 +54791,7 @@ Date: Thu Oct 1 17:19:16 2015 +0100 web/Crypt/Blowfish/MCrypt.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) -commit faec5b28 +commit faec5b287 Author: Campbell Morrison Date: Thu Oct 1 17:09:16 2015 +0100 @@ -52406,7 +54807,7 @@ Date: Thu Oct 1 17:09:16 2015 +0100 web/session/session_cookie.inc | 2 +- 8 files changed, 1383 insertions(+), 643 deletions(-) -commit e4ed6244 +commit e4ed6244d Author: Campbell Morrison Date: Thu Oct 1 16:28:45 2015 +0100 @@ -52415,7 +54816,7 @@ Date: Thu Oct 1 16:28:45 2015 +0100 web/auth/auth_db.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) -commit 72aa1799 +commit 72aa17996 Author: Campbell Morrison Date: Thu Oct 1 15:11:47 2015 +0100 @@ -52424,7 +54825,7 @@ Date: Thu Oct 1 15:11:47 2015 +0100 web/PEAR.php | 585 +++++++++++++++++++++++++++++-------------------- 1 file changed, 352 insertions(+), 233 deletions(-) -commit 0b4903ef +commit 0b4903ef7 Author: Campbell Morrison Date: Thu Oct 1 15:05:58 2015 +0100 @@ -52446,7 +54847,7 @@ Date: Thu Oct 1 15:05:58 2015 +0100 web/style.inc | 4 +- 14 files changed, 2004 insertions(+), 1359 deletions(-) -commit bccab81c +commit bccab81ca Author: Campbell Morrison Date: Tue Sep 29 17:00:02 2015 +0100 @@ -52455,7 +54856,7 @@ Date: Tue Sep 29 17:00:02 2015 +0100 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e9c8dfe2 +commit e9c8dfe23 Author: Campbell Morrison Date: Tue Sep 29 16:34:42 2015 +0100 @@ -52465,7 +54866,7 @@ Date: Tue Sep 29 16:34:42 2015 +0100 .../datatables/js/dataTables.colVis.min.js | 43 +++++++++--------- 2 files changed, 49 insertions(+), 32 deletions(-) -commit f21a5f97 +commit f21a5f976 Author: Campbell Morrison Date: Tue Sep 29 16:27:21 2015 +0100 @@ -52477,7 +54878,7 @@ Date: Tue Sep 29 16:27:21 2015 +0100 web/style.inc | 4 +-- 4 files changed, 21 insertions(+), 27 deletions(-) -commit f86e45e7 +commit f86e45e77 Author: Campbell Morrison Date: Tue Sep 29 16:09:00 2015 +0100 @@ -52491,7 +54892,7 @@ Date: Tue Sep 29 16:09:00 2015 +0100 web/style.inc | 4 +- 6 files changed, 157 insertions(+), 279 deletions(-) -commit a3f4f293 +commit a3f4f2932 Author: Campbell Morrison Date: Tue Sep 29 15:55:13 2015 +0100 @@ -52509,7 +54910,7 @@ Date: Tue Sep 29 15:55:13 2015 +0100 web/language.inc | 3 +- 10 files changed, 123 insertions(+), 70 deletions(-) -commit ca0eb112 +commit ca0eb1120 Author: Campbell Morrison Date: Tue Sep 29 14:49:56 2015 +0100 @@ -52521,7 +54922,7 @@ Date: Tue Sep 29 14:49:56 2015 +0100 .../datatables/js/jquery.dataTables.min.js | 321 ++--- 4 files changed, 945 insertions(+), 704 deletions(-) -commit 3d85da04 +commit 3d85da049 Author: Campbell Morrison Date: Tue Sep 29 14:22:58 2015 +0100 @@ -52530,14 +54931,14 @@ Date: Tue Sep 29 14:22:58 2015 +0100 web/js/datatables.js.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 52cc4fcb -Merge: 3f02d8e7 b297c711 +commit 52cc4fcb0 +Merge: 3f02d8e72 b297c7119 Author: Campbell Morrison Date: Tue Sep 29 14:00:08 2015 +0100 Merged latest changes from default -commit d6bf2edd +commit d6bf2eddc Author: John Beranek Date: Thu Sep 24 20:11:45 2015 +0100 @@ -52548,7 +54949,7 @@ Date: Thu Sep 24 20:11:45 2015 +0100 web/systemdefaults.inc.php | 7 +++++++ 2 files changed, 11 insertions(+) -commit b297c711 +commit b297c7119 Author: Campbell Morrison Date: Thu Sep 24 16:31:34 2015 +0100 @@ -52557,8 +54958,8 @@ Date: Thu Sep 24 16:31:34 2015 +0100 web/functions_mail.inc | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) -commit 388db4ae -Merge: 70795297 637cc64f +commit 388db4aed +Merge: 707952973 637cc64f7 Author: Campbell Morrison Date: Wed Sep 23 11:52:48 2015 +0100 @@ -52567,7 +54968,7 @@ Date: Wed Sep 23 11:52:48 2015 +0100 Qmail added to backend options. Debug output improved, with an option to output to the browser (default) or error_log -commit 637cc64f +commit 637cc64f7 Author: Campbell Morrison Date: Wed Sep 23 11:44:40 2015 +0100 @@ -52577,7 +54978,7 @@ Date: Wed Sep 23 11:44:40 2015 +0100 web/systemdefaults.inc.php | 12 ++++--- 2 files changed, 42 insertions(+), 34 deletions(-) -commit 043087b5 +commit 043087b52 Author: Campbell Morrison Date: Wed Sep 23 10:49:17 2015 +0100 @@ -52586,7 +54987,7 @@ Date: Wed Sep 23 10:49:17 2015 +0100 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 478588f2 +commit 478588f2c Author: Campbell Morrison Date: Wed Sep 23 10:31:39 2015 +0100 @@ -52596,7 +54997,7 @@ Date: Wed Sep 23 10:31:39 2015 +0100 web/systemdefaults.inc.php | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) -commit 121d204a +commit 121d204a1 Author: Campbell Morrison Date: Tue Sep 22 21:33:23 2015 +0100 @@ -52605,7 +55006,7 @@ Date: Tue Sep 22 21:33:23 2015 +0100 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1403f6f5 +commit 1403f6f51 Author: Campbell Morrison Date: Tue Sep 22 21:22:42 2015 +0100 @@ -52614,7 +55015,7 @@ Date: Tue Sep 22 21:22:42 2015 +0100 web/functions_mail.inc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -commit d1418293 +commit d1418293d Author: Campbell Morrison Date: Tue Sep 22 21:13:04 2015 +0100 @@ -52624,7 +55025,7 @@ Date: Tue Sep 22 21:13:04 2015 +0100 web/Mail/mimePart.php | 2510 ++++++++++++++++--------------- 2 files changed, 2875 insertions(+), 2756 deletions(-) -commit e6573b03 +commit e6573b03e Author: Campbell Morrison Date: Tue Sep 22 21:09:18 2015 +0100 @@ -52637,7 +55038,7 @@ Date: Tue Sep 22 21:09:18 2015 +0100 web/Mail/smtp.php (gone) | 444 --------------- 5 files changed, 1818 deletions(-) -commit ac30a9a5 +commit ac30a9a53 Author: Campbell Morrison Date: Tue Sep 22 21:01:40 2015 +0100 @@ -52646,7 +55047,7 @@ Date: Tue Sep 22 21:01:40 2015 +0100 web/functions_mail.inc | 45 ---------------------------------------- 1 file changed, 45 deletions(-) -commit 7e8afd8c +commit 7e8afd8c6 Author: Campbell Morrison Date: Tue Sep 22 19:21:15 2015 +0100 @@ -52655,7 +55056,7 @@ Date: Tue Sep 22 19:21:15 2015 +0100 web/functions_mail.inc | 75 ++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 42 deletions(-) -commit 8cdea059 +commit 8cdea0597 Author: Campbell Morrison Date: Tue Sep 22 14:54:38 2015 +0100 @@ -52720,7 +55121,7 @@ Date: Tue Sep 22 14:54:38 2015 +0100 web/systemdefaults.inc.php | 1 + 57 files changed, 7480 insertions(+), 3 deletions(-) -commit 70795297 +commit 707952973 Author: John Beranek Date: Fri Sep 18 20:25:34 2015 +0100 @@ -52731,7 +55132,7 @@ Date: Fri Sep 18 20:25:34 2015 +0100 web/internalconfig.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6fe33f87 +commit 6fe33f877 Author: John Beranek Date: Fri Sep 18 20:25:05 2015 +0100 @@ -52741,7 +55142,7 @@ Date: Fri Sep 18 20:25:05 2015 +0100 web/internalconfig.inc.php | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) -commit bd49d429 +commit bd49d429c Author: John Beranek Date: Fri Sep 18 20:23:07 2015 +0100 @@ -52753,7 +55154,7 @@ Date: Fri Sep 18 20:23:07 2015 +0100 web/internalconfig.inc.php | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) -commit 9cef87be +commit 9cef87be4 Author: John Beranek Date: Fri Sep 18 17:52:31 2015 +0100 @@ -52763,7 +55164,7 @@ Date: Fri Sep 18 17:52:31 2015 +0100 web/version_num.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 51e39f32 +commit 51e39f32e Author: Campbell Morrison Date: Fri Sep 18 13:40:50 2015 +0100 @@ -52772,7 +55173,7 @@ Date: Fri Sep 18 13:40:50 2015 +0100 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6b7c1768 +commit 6b7c1768c Author: Campbell Morrison Date: Fri Sep 18 13:36:54 2015 +0100 @@ -52782,7 +55183,7 @@ Date: Fri Sep 18 13:36:54 2015 +0100 web/version.inc | 11 +++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) -commit 43656c62 +commit 43656c625 Author: Campbell Morrison Date: Fri Sep 18 12:51:35 2015 +0100 @@ -52791,7 +55192,7 @@ Date: Fri Sep 18 12:51:35 2015 +0100 web/upgrade/44/pgsql.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 13a016f2 +commit 13a016f2c Author: John Beranek Date: Thu Sep 17 21:37:10 2015 +0100 @@ -52808,7 +55209,7 @@ Date: Thu Sep 17 21:37:10 2015 +0100 web/upgrade/45/pgsql.sql | 9 ++++---- 7 files changed, 49 insertions(+), 51 deletions(-) -commit 73b94bec +commit 73b94bec6 Author: John Beranek Date: Wed Sep 16 22:04:55 2015 +0100 @@ -52832,7 +55233,7 @@ Date: Wed Sep 16 22:04:55 2015 +0100 web/upgrade/45/pgsql.sql (new) | 9 + 10 files changed, 403 insertions(+), 23 deletions(-) -commit 77ffd494 +commit 77ffd4941 Author: John Beranek Date: Tue Sep 15 21:24:31 2015 +0100 @@ -52843,7 +55244,7 @@ Date: Tue Sep 15 21:24:31 2015 +0100 web/systemdefaults.inc.php | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) -commit 5501885d +commit 5501885dc Author: Campbell Morrison Date: Fri Sep 11 09:53:12 2015 +0100 @@ -52852,7 +55253,7 @@ Date: Fri Sep 11 09:53:12 2015 +0100 UPGRADE | 7 +++++++ 1 file changed, 7 insertions(+) -commit 8d7d6881 +commit 8d7d68810 Author: Campbell Morrison Date: Tue Sep 8 11:22:27 2015 +0100 @@ -52861,7 +55262,7 @@ Date: Tue Sep 8 11:22:27 2015 +0100 web/edit_entry.php | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) -commit 12b06bc6 +commit 12b06bc60 Author: Campbell Morrison Date: Fri Jul 3 12:57:56 2015 +0100 @@ -52871,7 +55272,7 @@ Date: Fri Jul 3 12:57:56 2015 +0100 web/view_entry.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) -commit e2b117ee +commit e2b117ee1 Author: John Beranek Date: Thu May 28 08:11:01 2015 +0100 @@ -52880,7 +55281,7 @@ Date: Thu May 28 08:11:01 2015 +0100 web/systemdefaults.inc.php | 1 + 1 file changed, 1 insertion(+) -commit 3f02d8e7 +commit 3f02d8e72 Author: Campbell Morrison Date: Tue Apr 14 16:46:22 2015 +0100 @@ -52889,7 +55290,7 @@ Date: Tue Apr 14 16:46:22 2015 +0100 web/js/report.js.php | 47 +++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 17 deletions(-) -commit eb0111d8 +commit eb0111d85 Author: Campbell Morrison Date: Tue Apr 14 16:35:43 2015 +0100 @@ -52898,7 +55299,7 @@ Date: Tue Apr 14 16:35:43 2015 +0100 web/js/report.js.php | 198 +++++++++++++++++++---------------------- 1 file changed, 93 insertions(+), 105 deletions(-) -commit 1a80a514 +commit 1a80a514a Author: Campbell Morrison Date: Tue Apr 14 16:31:11 2015 +0100 @@ -52907,7 +55308,7 @@ Date: Tue Apr 14 16:31:11 2015 +0100 web/js/report.js.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 810bd98e +commit 810bd98e4 Author: Campbell Morrison Date: Tue Apr 14 16:27:47 2015 +0100 @@ -52916,7 +55317,7 @@ Date: Tue Apr 14 16:27:47 2015 +0100 web/js/report.js.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) -commit 2a7dbe2b +commit 2a7dbe2bb Author: Campbell Morrison Date: Tue Apr 14 16:15:10 2015 +0100 @@ -52926,7 +55327,7 @@ Date: Tue Apr 14 16:15:10 2015 +0100 web/js/edit_users.js.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 5294ad72 +commit 5294ad728 Author: Campbell Morrison Date: Tue Apr 14 16:05:34 2015 +0100 @@ -52935,7 +55336,7 @@ Date: Tue Apr 14 16:05:34 2015 +0100 web/js/datatables.js.php | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) -commit 2577f62e +commit 2577f62e8 Author: Campbell Morrison Date: Tue Apr 14 15:49:58 2015 +0100 @@ -52944,7 +55345,7 @@ Date: Tue Apr 14 15:49:58 2015 +0100 web/js/datatables.js.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 2ec654ab +commit 2ec654ab3 Author: Campbell Morrison Date: Tue Apr 14 15:47:11 2015 +0100 @@ -52953,7 +55354,7 @@ Date: Tue Apr 14 15:47:11 2015 +0100 web/js/datatables.js.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -commit 60d62368 +commit 60d62368f Author: Campbell Morrison Date: Tue Apr 14 15:44:06 2015 +0100 @@ -52962,7 +55363,7 @@ Date: Tue Apr 14 15:44:06 2015 +0100 web/js/datatables.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f62af003 +commit f62af0037 Author: Campbell Morrison Date: Tue Apr 14 15:35:08 2015 +0100 @@ -52971,7 +55372,7 @@ Date: Tue Apr 14 15:35:08 2015 +0100 web/js/pending.js.php | 1 - 1 file changed, 1 deletion(-) -commit 300d18de +commit 300d18dec Author: Campbell Morrison Date: Tue Apr 14 15:31:19 2015 +0100 @@ -52980,7 +55381,7 @@ Date: Tue Apr 14 15:31:19 2015 +0100 web/js/pending.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 34a2a2fd +commit 34a2a2fd3 Author: Campbell Morrison Date: Tue Apr 14 15:27:31 2015 +0100 @@ -52989,7 +55390,7 @@ Date: Tue Apr 14 15:27:31 2015 +0100 web/js/pending.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit dc01ba41 +commit dc01ba41a Author: Campbell Morrison Date: Tue Apr 14 15:23:41 2015 +0100 @@ -52998,7 +55399,7 @@ Date: Tue Apr 14 15:23:41 2015 +0100 web/js/pending.js.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -commit 8c5a07b5 +commit 8c5a07b57 Author: Campbell Morrison Date: Tue Apr 14 15:18:31 2015 +0100 @@ -53007,7 +55408,7 @@ Date: Tue Apr 14 15:18:31 2015 +0100 web/js/pending.js.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -commit d86656df +commit d86656dff Author: Campbell Morrison Date: Thu Apr 9 17:30:26 2015 +0100 @@ -53018,7 +55419,7 @@ Date: Thu Apr 9 17:30:26 2015 +0100 web/pending.php | 3 ++- 3 files changed, 14 insertions(+), 21 deletions(-) -commit 1ff767a0 +commit 1ff767a04 Author: Campbell Morrison Date: Thu Apr 9 16:36:25 2015 +0100 @@ -53035,7 +55436,7 @@ Date: Thu Apr 9 16:36:25 2015 +0100 web/search.php | 4 ++-- 9 files changed, 32 insertions(+), 30 deletions(-) -commit f51485cc +commit f51485ccb Author: Campbell Morrison Date: Thu Apr 9 12:36:39 2015 +0100 @@ -53044,7 +55445,7 @@ Date: Thu Apr 9 12:36:39 2015 +0100 web/css/mrbs.css.php | 3 +++ 1 file changed, 3 insertions(+) -commit c27a7cd4 +commit c27a7cd47 Author: Campbell Morrison Date: Thu Apr 9 12:28:57 2015 +0100 @@ -53053,7 +55454,7 @@ Date: Thu Apr 9 12:28:57 2015 +0100 web/js/pending.js.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) -commit 0c9e58d5 +commit 0c9e58d5c Author: Campbell Morrison Date: Thu Apr 9 11:58:58 2015 +0100 @@ -53063,7 +55464,7 @@ Date: Thu Apr 9 11:58:58 2015 +0100 web/js/pending.js.php | 16 +++++++++------- 2 files changed, 31 insertions(+), 12 deletions(-) -commit b75b4fed +commit b75b4fed7 Author: Campbell Morrison Date: Wed Apr 8 16:35:01 2015 +0100 @@ -53072,7 +55473,7 @@ Date: Wed Apr 8 16:35:01 2015 +0100 web/js/pending.js.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -commit 22a083ee +commit 22a083eeb Author: Campbell Morrison Date: Wed Apr 8 16:25:14 2015 +0100 @@ -53081,7 +55482,7 @@ Date: Wed Apr 8 16:25:14 2015 +0100 web/js/pending.js.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 6df2b726 +commit 6df2b726d Author: Campbell Morrison Date: Wed Apr 8 16:21:03 2015 +0100 @@ -53090,7 +55491,7 @@ Date: Wed Apr 8 16:21:03 2015 +0100 web/js/pending.js.php | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) -commit 8b219851 +commit 8b2198512 Author: Campbell Morrison Date: Fri Apr 3 17:00:44 2015 +0100 @@ -53099,7 +55500,7 @@ Date: Fri Apr 3 17:00:44 2015 +0100 web/systemdefaults.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 3db4a757 +commit 3db4a7578 Author: Campbell Morrison Date: Fri Apr 3 16:31:10 2015 +0100 @@ -53108,7 +55509,7 @@ Date: Fri Apr 3 16:31:10 2015 +0100 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d1369362 +commit d13693628 Author: Campbell Morrison Date: Fri Apr 3 16:15:51 2015 +0100 @@ -53117,7 +55518,7 @@ Date: Fri Apr 3 16:15:51 2015 +0100 web/js/pending.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit b9b707a5 +commit b9b707a5a Author: Campbell Morrison Date: Thu Apr 2 16:40:43 2015 +0100 @@ -53126,7 +55527,7 @@ Date: Thu Apr 2 16:40:43 2015 +0100 web/js/pending.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b9e4cec3 +commit b9e4cec38 Author: Campbell Morrison Date: Thu Apr 2 16:38:43 2015 +0100 @@ -53135,7 +55536,7 @@ Date: Thu Apr 2 16:38:43 2015 +0100 web/js/pending.js.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 01a157d5 +commit 01a157d50 Author: Campbell Morrison Date: Thu Apr 2 16:24:39 2015 +0100 @@ -53144,7 +55545,7 @@ Date: Thu Apr 2 16:24:39 2015 +0100 web/js/pending.js.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 873c4268 +commit 873c42688 Author: Campbell Morrison Date: Thu Apr 2 15:57:45 2015 +0100 @@ -53153,7 +55554,7 @@ Date: Thu Apr 2 15:57:45 2015 +0100 web/js/pending.js.php | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) -commit cb454073 +commit cb4540739 Author: Campbell Morrison Date: Thu Apr 2 13:52:34 2015 +0100 @@ -53166,7 +55567,7 @@ Date: Thu Apr 2 13:52:34 2015 +0100 web/js/search.js.php | 4 +- 5 files changed, 26 insertions(+), 84 deletions(-) -commit 0446eb98 +commit 0446eb98e Author: Campbell Morrison Date: Thu Apr 2 09:41:55 2015 +0100 @@ -53257,7 +55658,7 @@ Date: Thu Apr 2 09:41:55 2015 +0100 web/language.inc | 92 ++++++++++++++++-- 83 files changed, 1425 insertions(+), 356 deletions(-) -commit 72b65a98 +commit 72b65a988 Author: Campbell Morrison Date: Wed Apr 1 13:08:12 2015 +0100 @@ -53266,7 +55667,7 @@ Date: Wed Apr 1 13:08:12 2015 +0100 web/js/search.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6926afcc +commit 6926afcc3 Author: Campbell Morrison Date: Wed Apr 1 13:05:58 2015 +0100 @@ -53275,7 +55676,7 @@ Date: Wed Apr 1 13:05:58 2015 +0100 web/js/report.js.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) -commit 95b2348b +commit 95b2348b4 Author: Campbell Morrison Date: Wed Apr 1 13:03:34 2015 +0100 @@ -53284,7 +55685,7 @@ Date: Wed Apr 1 13:03:34 2015 +0100 web/js/report.js.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -commit 8da48b3d +commit 8da48b3df Author: Campbell Morrison Date: Wed Apr 1 12:21:10 2015 +0100 @@ -53294,7 +55695,7 @@ Date: Wed Apr 1 12:21:10 2015 +0100 web/js/pending.js.php | 4 +--- 2 files changed, 18 insertions(+), 17 deletions(-) -commit 88662718 +commit 88662718f Author: Campbell Morrison Date: Wed Apr 1 11:27:10 2015 +0100 @@ -53303,7 +55704,7 @@ Date: Wed Apr 1 11:27:10 2015 +0100 web/js/datatables.js.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) -commit 12cb6853 +commit 12cb68535 Author: Campbell Morrison Date: Wed Apr 1 11:13:15 2015 +0100 @@ -53312,7 +55713,7 @@ Date: Wed Apr 1 11:13:15 2015 +0100 web/js/datatables.js.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 0d53f5c5 +commit 0d53f5c5a Author: Campbell Morrison Date: Wed Apr 1 10:46:42 2015 +0100 @@ -53321,7 +55722,7 @@ Date: Wed Apr 1 10:46:42 2015 +0100 web/css/mrbs.css.php | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) -commit f422d3a6 +commit f422d3a61 Author: John Beranek Date: Sun Mar 29 23:12:01 2015 +0100 @@ -53330,7 +55731,7 @@ Date: Sun Mar 29 23:12:01 2015 +0100 web/version_num.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 5278c955 +commit 5278c955d Author: John Beranek Date: Sun Mar 29 23:07:42 2015 +0100 @@ -53339,7 +55740,7 @@ Date: Sun Mar 29 23:07:42 2015 +0100 web/version_num.inc (new) | 3 +++ 1 file changed, 3 insertions(+) -commit 817f530b +commit 817f530b1 Author: John Beranek Date: Sun Mar 29 23:07:19 2015 +0100 @@ -53349,7 +55750,7 @@ Date: Sun Mar 29 23:07:19 2015 +0100 web/version.inc | 15 +++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) -commit 3b3cb5f4 +commit 3b3cb5f43 Author: Campbell Morrison Date: Fri Mar 27 18:20:50 2015 +0000 @@ -53360,7 +55761,7 @@ Date: Fri Mar 27 18:20:50 2015 +0000 web/js/edit_users.js.php | 2 +- 3 files changed, 45 insertions(+), 78 deletions(-) -commit 6bb7d7c9 +commit 6bb7d7c9c Author: John Beranek Date: Thu Mar 26 23:25:30 2015 +0000 @@ -53369,7 +55770,7 @@ Date: Thu Mar 26 23:25:30 2015 +0000 web/language.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e3d75b29 +commit e3d75b293 Author: Campbell Morrison Date: Thu Mar 26 16:08:18 2015 +0000 @@ -53381,7 +55782,7 @@ Date: Thu Mar 26 16:08:18 2015 +0000 web/js/search.js.php | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) -commit c1f4f433 +commit c1f4f4339 Author: Campbell Morrison Date: Thu Mar 26 15:37:27 2015 +0000 @@ -53391,7 +55792,7 @@ Date: Thu Mar 26 15:37:27 2015 +0000 web/js/datatables.js.php | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) -commit f75ea6f9 +commit f75ea6f9f Author: Campbell Morrison Date: Thu Mar 26 15:15:44 2015 +0000 @@ -53400,7 +55801,7 @@ Date: Thu Mar 26 15:15:44 2015 +0000 web/js/datatables.js.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) -commit 14e14aae +commit 14e14aaee Author: Campbell Morrison Date: Thu Mar 26 14:58:06 2015 +0000 @@ -53409,7 +55810,7 @@ Date: Thu Mar 26 14:58:06 2015 +0000 web/css/mrbs.css.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 38f1898e +commit 38f1898ea Author: Campbell Morrison Date: Thu Mar 26 14:44:32 2015 +0000 @@ -53418,7 +55819,7 @@ Date: Thu Mar 26 14:44:32 2015 +0000 web/css/mrbs.css.php | 66 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 60 insertions(+), 6 deletions(-) -commit 41924f3a +commit 41924f3a4 Author: Campbell Morrison Date: Thu Mar 26 13:42:14 2015 +0000 @@ -53427,7 +55828,7 @@ Date: Thu Mar 26 13:42:14 2015 +0000 web/css/mrbs.css.php | 79 +++++++++++++++++++++++++++++++----------- 1 file changed, 58 insertions(+), 21 deletions(-) -commit 12a9cf65 +commit 12a9cf65f Author: Campbell Morrison Date: Wed Mar 25 16:38:59 2015 +0000 @@ -53436,7 +55837,7 @@ Date: Wed Mar 25 16:38:59 2015 +0000 web/css/mrbs.css.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 3aeed192 +commit 3aeed1924 Author: Campbell Morrison Date: Wed Mar 25 16:14:05 2015 +0000 @@ -53445,7 +55846,7 @@ Date: Wed Mar 25 16:14:05 2015 +0000 web/css/mrbs.css.php | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) -commit 1df32f36 +commit 1df32f36a Author: Campbell Morrison Date: Wed Mar 25 15:54:43 2015 +0000 @@ -53454,7 +55855,7 @@ Date: Wed Mar 25 15:54:43 2015 +0000 web/css/mrbs.css.php | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) -commit 24b4df0d +commit 24b4df0d5 Author: Campbell Morrison Date: Wed Mar 25 15:33:10 2015 +0000 @@ -53465,7 +55866,7 @@ Date: Wed Mar 25 15:33:10 2015 +0000 web/style.inc | 3 - 3 files changed, 593 deletions(-) -commit b0c47c76 +commit b0c47c760 Author: Campbell Morrison Date: Wed Mar 25 13:24:29 2015 +0000 @@ -53474,7 +55875,7 @@ Date: Wed Mar 25 13:24:29 2015 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f61bd3c9 +commit f61bd3c9f Author: Campbell Morrison Date: Wed Mar 25 13:23:28 2015 +0000 @@ -53483,7 +55884,7 @@ Date: Wed Mar 25 13:23:28 2015 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b0e6acff +commit b0e6acff5 Author: Campbell Morrison Date: Wed Mar 25 13:10:33 2015 +0000 @@ -53492,7 +55893,7 @@ Date: Wed Mar 25 13:10:33 2015 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9a52ec73 +commit 9a52ec73c Author: John Beranek Date: Mon Mar 23 12:26:52 2015 +0000 @@ -53501,7 +55902,7 @@ Date: Mon Mar 23 12:26:52 2015 +0000 .hgignore (new) | 11 +++++++++++ 1 file changed, 11 insertions(+) -commit d6717fac +commit d6717facc Author: John Beranek Date: Mon Mar 23 12:10:27 2015 +0000 @@ -53510,7 +55911,7 @@ Date: Mon Mar 23 12:10:27 2015 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 182f295e +commit 182f295e7 Author: John Beranek Date: Sun Mar 22 23:19:58 2015 +0000 @@ -53520,13 +55921,13 @@ Date: Sun Mar 22 23:19:58 2015 +0000 web/upgrade/41/mysql.sql | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -commit 9076e56d +commit 9076e56d7 Author: convert-repo Date: Sun Mar 22 20:01:35 2015 +0000 update tags -commit 5c8bb05b +commit 5c8bb05b5 Author: Campbell Morrison Date: Thu Mar 19 08:02:07 2015 +0000 @@ -53535,7 +55936,7 @@ Date: Thu Mar 19 08:02:07 2015 +0000 web/lang/lang.id | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 7f41bf76 +commit 7f41bf76c Author: Campbell Morrison Date: Sun Mar 15 09:47:32 2015 +0000 @@ -53544,7 +55945,7 @@ Date: Sun Mar 15 09:47:32 2015 +0000 web/mysqli.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 4d7c1dc4 +commit 4d7c1dc44 Author: Campbell Morrison Date: Sun Mar 15 09:38:00 2015 +0000 @@ -53554,7 +55955,7 @@ Date: Sun Mar 15 09:38:00 2015 +0000 web/mysqli.inc | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) -commit a347f4ed +commit a347f4ed2 Author: Campbell Morrison Date: Sun Mar 15 09:26:07 2015 +0000 @@ -53563,7 +55964,7 @@ Date: Sun Mar 15 09:26:07 2015 +0000 web/pgsql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8858cc3e +commit 8858cc3e2 Author: Campbell Morrison Date: Sun Mar 1 18:53:26 2015 +0000 @@ -53573,7 +55974,7 @@ Date: Sun Mar 1 18:53:26 2015 +0000 web/js/pending.js.php | 6 +++--- 2 files changed, 13 insertions(+), 12 deletions(-) -commit 0b0e4720 +commit 0b0e47205 Author: Campbell Morrison Date: Sun Mar 1 18:05:15 2015 +0000 @@ -53584,7 +55985,7 @@ Date: Sun Mar 1 18:05:15 2015 +0000 web/style.inc | 10 ++++++++-- 3 files changed, 28 insertions(+), 25 deletions(-) -commit e1a8597f +commit e1a8597ff Author: Campbell Morrison Date: Sun Mar 1 14:43:32 2015 +0000 @@ -53615,7 +56016,7 @@ Date: Sun Mar 1 14:43:32 2015 +0000 .../datatables/js/jquery.dataTables.min.js | 309 +- 23 files changed, 19685 insertions(+), 1686 deletions(-) -commit 837c6ef4 +commit 837c6ef45 Author: Campbell Morrison Date: Sun Mar 1 13:37:01 2015 +0000 @@ -53637,13 +56038,13 @@ Date: Sun Mar 1 13:37:01 2015 +0000 .../datatables/images/sort_desc_disabled.png | Bin 251 -> 146 bytes 14 files changed, 0 insertions(+), 0 deletions(-) -commit 57d33eb3 +commit 57d33eb37 Author: Campbell Morrison Date: Sun Mar 1 12:27:42 2015 +0000 A branch for updating to the latest version of DataTables, which includes significant API changes -commit 3794d327 +commit 3794d327a Author: Campbell Morrison Date: Fri Feb 27 11:10:24 2015 +0000 @@ -53652,7 +56053,7 @@ Date: Fri Feb 27 11:10:24 2015 +0000 web/js/edit_entry.js.php | 1 + 1 file changed, 1 insertion(+) -commit 16bb88b2 +commit 16bb88b27 Author: Campbell Morrison Date: Wed Feb 25 16:33:34 2015 +0000 @@ -53661,7 +56062,7 @@ Date: Wed Feb 25 16:33:34 2015 +0000 web/language.inc | 6 ------ 1 file changed, 6 deletions(-) -commit 3836a6b7 +commit 3836a6b7b Author: Campbell Morrison Date: Wed Feb 25 16:21:23 2015 +0000 @@ -53675,7 +56076,7 @@ Date: Wed Feb 25 16:21:23 2015 +0000 web/systemdefaults.inc.php | 12 ------------ 6 files changed, 48 insertions(+), 27 deletions(-) -commit eddaa260 +commit eddaa260f Author: Campbell Morrison Date: Wed Feb 25 09:34:16 2015 +0000 @@ -53684,7 +56085,7 @@ Date: Wed Feb 25 09:34:16 2015 +0000 web/functions.inc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) -commit ddc70915 +commit ddc70915a Author: Campbell Morrison Date: Sat Feb 7 10:39:32 2015 +0000 @@ -53693,7 +56094,7 @@ Date: Sat Feb 7 10:39:32 2015 +0000 web/functions.inc | 3 +++ 1 file changed, 3 insertions(+) -commit 865eef8d +commit 865eef8db Author: Campbell Morrison Date: Tue Feb 3 15:41:40 2015 +0000 @@ -53706,7 +56107,7 @@ Date: Tue Feb 3 15:41:40 2015 +0000 web/upgrade/44/pgsql.sql (new) | 18 ++++++++++++++++++ 5 files changed, 63 insertions(+), 12 deletions(-) -commit f813bce6 +commit f813bce61 Author: Campbell Morrison Date: Thu Jan 29 18:05:06 2015 +0000 @@ -53715,7 +56116,7 @@ Date: Thu Jan 29 18:05:06 2015 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 404395e8 +commit 404395e8f Author: Campbell Morrison Date: Thu Jan 29 16:16:02 2015 +0000 @@ -53745,7 +56146,7 @@ Date: Thu Jan 29 16:16:02 2015 +0000 web/search.php | 2 +- 22 files changed, 94 insertions(+), 58 deletions(-) -commit 0cf345fd +commit 0cf345fdc Author: Campbell Morrison Date: Wed Jan 28 17:33:32 2015 +0000 @@ -53754,7 +56155,7 @@ Date: Wed Jan 28 17:33:32 2015 +0000 web/auth/auth_imap.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 6754cd75 +commit 6754cd757 Author: Campbell Morrison Date: Wed Jan 28 17:29:06 2015 +0000 @@ -53763,7 +56164,7 @@ Date: Wed Jan 28 17:29:06 2015 +0000 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8675eaf7 +commit 8675eaf70 Author: Campbell Morrison Date: Wed Jan 28 17:25:31 2015 +0000 @@ -53773,7 +56174,7 @@ Date: Wed Jan 28 17:25:31 2015 +0000 web/mrbs_sql.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit aea45d55 +commit aea45d559 Author: Campbell Morrison Date: Wed Jan 28 17:21:06 2015 +0000 @@ -53783,7 +56184,7 @@ Date: Wed Jan 28 17:21:06 2015 +0000 web/mrbs_sql.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit d0385949 +commit d03859494 Author: Campbell Morrison Date: Wed Jan 28 17:15:43 2015 +0000 @@ -53796,7 +56197,7 @@ Date: Wed Jan 28 17:15:43 2015 +0000 web/view_entry.php | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) -commit 53b0c527 +commit 53b0c5271 Author: Campbell Morrison Date: Wed Jan 28 16:59:38 2015 +0000 @@ -53805,7 +56206,7 @@ Date: Wed Jan 28 16:59:38 2015 +0000 web/mrbs_sql.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit ca45fbef +commit ca45fbef0 Author: Campbell Morrison Date: Wed Jan 28 16:46:27 2015 +0000 @@ -53814,7 +56215,7 @@ Date: Wed Jan 28 16:46:27 2015 +0000 web/mincals.inc | 180 ++++++++++++++++++++++------------------------ 1 file changed, 87 insertions(+), 93 deletions(-) -commit 40404875 +commit 40404875c Author: Campbell Morrison Date: Wed Jan 28 16:15:13 2015 +0000 @@ -53824,7 +56225,7 @@ Date: Wed Jan 28 16:15:13 2015 +0000 web/report.php | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) -commit f657f12b +commit f657f12b9 Author: Campbell Morrison Date: Wed Jan 28 16:07:08 2015 +0000 @@ -53833,7 +56234,7 @@ Date: Wed Jan 28 16:07:08 2015 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1bdcd297 +commit 1bdcd2975 Author: Campbell Morrison Date: Wed Jan 28 15:52:56 2015 +0000 @@ -53842,7 +56243,7 @@ Date: Wed Jan 28 15:52:56 2015 +0000 web/functions.inc | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) -commit 5b420d1f +commit 5b420d1f4 Author: Campbell Morrison Date: Wed Jan 28 15:50:06 2015 +0000 @@ -53851,7 +56252,7 @@ Date: Wed Jan 28 15:50:06 2015 +0000 web/functions.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 207159ac +commit 207159ac8 Author: Campbell Morrison Date: Wed Jan 28 13:24:21 2015 +0000 @@ -53860,7 +56261,7 @@ Date: Wed Jan 28 13:24:21 2015 +0000 web/import.php | 1 + 1 file changed, 1 insertion(+) -commit 8d86af08 +commit 8d86af08b Author: Campbell Morrison Date: Tue Jan 27 17:33:56 2015 +0000 @@ -53869,7 +56270,7 @@ Date: Tue Jan 27 17:33:56 2015 +0000 web/defaultincludes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit eaba5441 +commit eaba54413 Author: Campbell Morrison Date: Tue Jan 27 17:20:50 2015 +0000 @@ -53878,7 +56279,7 @@ Date: Tue Jan 27 17:20:50 2015 +0000 web/defaultincludes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5413de85 +commit 5413de85e Author: Campbell Morrison Date: Mon Jan 26 18:20:56 2015 +0000 @@ -53887,7 +56288,7 @@ Date: Mon Jan 26 18:20:56 2015 +0000 web/js/edit_entry.js.php | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) -commit 874b435b +commit 874b435b5 Author: Campbell Morrison Date: Mon Jan 26 16:08:11 2015 +0000 @@ -53896,7 +56297,7 @@ Date: Mon Jan 26 16:08:11 2015 +0000 web/js/edit_entry.js.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) -commit 81b9a532 +commit 81b9a532a Author: Campbell Morrison Date: Mon Jan 26 14:33:53 2015 +0000 @@ -53905,7 +56306,7 @@ Date: Mon Jan 26 14:33:53 2015 +0000 web/js/datepicker.js.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 5e761512 +commit 5e7615125 Author: Campbell Morrison Date: Mon Jan 26 13:09:05 2015 +0000 @@ -53914,7 +56315,7 @@ Date: Mon Jan 26 13:09:05 2015 +0000 web/js/edit_entry.js.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit dc26d901 +commit dc26d9011 Author: Campbell Morrison Date: Sun Jan 25 09:49:45 2015 +0000 @@ -53924,7 +56325,7 @@ Date: Sun Jan 25 09:49:45 2015 +0000 web/language.inc | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) -commit 6080b013 +commit 6080b013a Author: Campbell Morrison Date: Sat Jan 24 12:36:55 2015 +0000 @@ -53933,7 +56334,7 @@ Date: Sat Jan 24 12:36:55 2015 +0000 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit dcdeb698 +commit dcdeb6983 Author: Campbell Morrison Date: Thu Jan 22 10:13:40 2015 +0000 @@ -53943,7 +56344,7 @@ Date: Thu Jan 22 10:13:40 2015 +0000 web/lib/Locale.php (new) | 57 ++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 57 deletions(-) -commit d7eb662b +commit d7eb662be Author: Campbell Morrison Date: Thu Jan 22 09:50:33 2015 +0000 @@ -53952,7 +56353,7 @@ Date: Thu Jan 22 09:50:33 2015 +0000 web/lib/MRBS/DateTime.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit 6be9e053 +commit 6be9e0539 Author: Campbell Morrison Date: Wed Jan 21 19:56:15 2015 +0000 @@ -53961,7 +56362,7 @@ Date: Wed Jan 21 19:56:15 2015 +0000 web/lib/MRBS/DateTime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2ace3d58 +commit 2ace3d586 Author: John Beranek Date: Wed Jan 21 19:52:21 2015 +0000 @@ -53970,7 +56371,7 @@ Date: Wed Jan 21 19:52:21 2015 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6952c7ba +commit 6952c7bab Author: Campbell Morrison Date: Wed Jan 21 19:46:40 2015 +0000 @@ -53979,7 +56380,7 @@ Date: Wed Jan 21 19:46:40 2015 +0000 web/language.inc | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -commit 77223158 +commit 772231582 Author: Campbell Morrison Date: Wed Jan 21 19:11:36 2015 +0000 @@ -53994,7 +56395,7 @@ Date: Wed Jan 21 19:11:36 2015 +0000 web/report.php | 7 ++- 7 files changed, 105 insertions(+), 8 deletions(-) -commit 90ae8fb1 +commit 90ae8fb11 Author: Campbell Morrison Date: Wed Jan 21 14:18:47 2015 +0000 @@ -54003,7 +56404,7 @@ Date: Wed Jan 21 14:18:47 2015 +0000 web/report.php | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) -commit 7b139b14 +commit 7b139b14a Author: Campbell Morrison Date: Wed Jan 21 13:34:37 2015 +0000 @@ -54012,7 +56413,7 @@ Date: Wed Jan 21 13:34:37 2015 +0000 web/functions.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit a2a13153 +commit a2a131536 Author: Campbell Morrison Date: Wed Jan 21 12:56:18 2015 +0000 @@ -54022,7 +56423,7 @@ Date: Wed Jan 21 12:56:18 2015 +0000 web/internalconfig.inc.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) -commit 30788bb1 +commit 30788bb15 Author: Campbell Morrison Date: Wed Jan 21 09:34:29 2015 +0000 @@ -54031,7 +56432,7 @@ Date: Wed Jan 21 09:34:29 2015 +0000 web/report.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 704eb1bb +commit 704eb1bb3 Author: Campbell Morrison Date: Wed Jan 21 08:58:13 2015 +0000 @@ -54075,7 +56476,7 @@ Date: Wed Jan 21 08:58:13 2015 +0000 web/lang/lang.zh-tw | 1 - 36 files changed, 10 insertions(+), 40 deletions(-) -commit 90cf7b97 +commit 90cf7b972 Author: Campbell Morrison Date: Tue Jan 20 17:29:57 2015 +0000 @@ -54084,7 +56485,7 @@ Date: Tue Jan 20 17:29:57 2015 +0000 web/js/edit_entry.js.php | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) -commit 928006f0 +commit 928006f0b Author: Campbell Morrison Date: Tue Jan 20 16:50:33 2015 +0000 @@ -54093,7 +56494,7 @@ Date: Tue Jan 20 16:50:33 2015 +0000 web/functions.inc | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) -commit bb374411 +commit bb3744110 Author: Campbell Morrison Date: Tue Jan 20 16:09:46 2015 +0000 @@ -54103,7 +56504,7 @@ Date: Tue Jan 20 16:09:46 2015 +0000 web/report.php | 5 ++--- 2 files changed, 46 insertions(+), 3 deletions(-) -commit 0840eb5d +commit 0840eb5dc Author: Campbell Morrison Date: Tue Jan 20 11:27:28 2015 +0000 @@ -54112,7 +56513,7 @@ Date: Tue Jan 20 11:27:28 2015 +0000 web/edit_entry.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) -commit 0756e303 +commit 0756e303f Author: Campbell Morrison Date: Tue Jan 20 09:37:36 2015 +0000 @@ -54133,7 +56534,7 @@ Date: Tue Jan 20 09:37:36 2015 +0000 web/upgrade/43/post.inc (new) | 23 ++++++++++ 13 files changed, 149 insertions(+), 26 deletions(-) -commit 22aff627 +commit 22aff6275 Author: Campbell Morrison Date: Mon Jan 19 12:31:21 2015 +0000 @@ -54145,7 +56546,7 @@ Date: Mon Jan 19 12:31:21 2015 +0000 web/upgrade/41/pgsql.sql | 16 ++++++++++++++++ 4 files changed, 53 insertions(+) -commit 3bc5efd9 +commit 3bc5efd91 Author: Campbell Morrison Date: Sun Jan 18 16:57:30 2015 +0000 @@ -54155,7 +56556,7 @@ Date: Sun Jan 18 16:57:30 2015 +0000 web/mysqli.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 5979a157 +commit 5979a1576 Author: Campbell Morrison Date: Sun Jan 18 16:41:06 2015 +0000 @@ -54165,7 +56566,7 @@ Date: Sun Jan 18 16:41:06 2015 +0000 web/lang/lang.en | 1 + 2 files changed, 10 insertions(+), 5 deletions(-) -commit 72802f6d +commit 72802f6d6 Author: Campbell Morrison Date: Sun Jan 18 16:34:16 2015 +0000 @@ -54174,7 +56575,7 @@ Date: Sun Jan 18 16:34:16 2015 +0000 web/pgsql.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit bf49f326 +commit bf49f3261 Author: Campbell Morrison Date: Sun Jan 18 13:13:22 2015 +0000 @@ -54184,7 +56585,7 @@ Date: Sun Jan 18 13:13:22 2015 +0000 tables.pg.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit c4b2bdce +commit c4b2bdce6 Author: Campbell Morrison Date: Sun Jan 18 12:42:25 2015 +0000 @@ -54193,7 +56594,7 @@ Date: Sun Jan 18 12:42:25 2015 +0000 tables.pg.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit cdc56e06 +commit cdc56e06e Author: Campbell Morrison Date: Sun Jan 18 12:25:25 2015 +0000 @@ -54202,14 +56603,14 @@ Date: Sun Jan 18 12:25:25 2015 +0000 tables.pg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 95a31dc0 -Merge: 8d64d5bf a5017c06 +commit 95a31dc0c +Merge: 8d64d5bf6 a5017c064 Author: Campbell Morrison Date: Sun Jan 18 12:12:04 2015 +0000 Reintegrated repeat_id_fk branch into the trunk. The trunk now has entry.repeat_id as a foreign key. -commit a5017c06 +commit a5017c064 Author: Campbell Morrison Date: Sun Jan 18 12:05:57 2015 +0000 @@ -54219,7 +56620,7 @@ Date: Sun Jan 18 12:05:57 2015 +0000 tables.pg.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 7129db19 +commit 7129db19e Author: Campbell Morrison Date: Sun Jan 18 11:55:43 2015 +0000 @@ -54229,7 +56630,7 @@ Date: Sun Jan 18 11:55:43 2015 +0000 web/upgrade/42/pgsql.sql (new) | 10 ++++++++++ 2 files changed, 31 insertions(+) -commit 6efd2532 +commit 6efd25328 Author: Campbell Morrison Date: Sun Jan 18 11:26:08 2015 +0000 @@ -54240,7 +56641,7 @@ Date: Sun Jan 18 11:26:08 2015 +0000 web/mrbs_sql.inc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) -commit 0d2186f5 +commit 0d2186f5b Author: Campbell Morrison Date: Sun Jan 18 11:17:16 2015 +0000 @@ -54252,7 +56653,7 @@ Date: Sun Jan 18 11:17:16 2015 +0000 web/upgrade/42/mysql.sql (new) | 8 ++++ 4 files changed, 58 insertions(+), 21 deletions(-) -commit 1ae81b48 +commit 1ae81b489 Author: Campbell Morrison Date: Sat Jan 17 17:15:27 2015 +0000 @@ -54263,13 +56664,13 @@ Date: Sat Jan 17 17:15:27 2015 +0000 web/upgrade/41/mysql.sql (new) | 19 +++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) -commit c100e121 +commit c100e1211 Author: Campbell Morrison Date: Sat Jan 17 16:10:45 2015 +0000 Branch for converting mrbs_entry.repeat_id to a foreign key -commit 8d64d5bf +commit 8d64d5bf6 Author: Campbell Morrison Date: Fri Jan 16 16:27:20 2015 +0000 @@ -54282,7 +56683,7 @@ Date: Fri Jan 16 16:27:20 2015 +0000 web/upgrade/40/pgsql.sql (new) | 21 +++++++++++++++ 5 files changed, 98 insertions(+), 35 deletions(-) -commit 438ac389 +commit 438ac3894 Author: Campbell Morrison Date: Fri Jan 16 11:33:58 2015 +0000 @@ -54291,7 +56692,7 @@ Date: Fri Jan 16 11:33:58 2015 +0000 web/functions.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit bfd0a6a6 +commit bfd0a6a6f Author: Campbell Morrison Date: Thu Jan 15 09:34:48 2015 +0000 @@ -54300,7 +56701,7 @@ Date: Thu Jan 15 09:34:48 2015 +0000 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e9189a20 +commit e9189a205 Author: Campbell Morrison Date: Tue Jan 13 17:26:37 2015 +0000 @@ -54310,7 +56711,7 @@ Date: Tue Jan 13 17:26:37 2015 +0000 web/mrbs_sql.inc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) -commit 2fddd767 +commit 2fddd767a Author: Campbell Morrison Date: Tue Jan 13 16:15:17 2015 +0000 @@ -54320,7 +56721,7 @@ Date: Tue Jan 13 16:15:17 2015 +0000 web/language.inc | 36 +++++++++++++++++++++++++++++------- 2 files changed, 29 insertions(+), 15 deletions(-) -commit f20626c1 +commit f20626c15 Author: Campbell Morrison Date: Tue Jan 13 11:26:29 2015 +0000 @@ -54329,7 +56730,7 @@ Date: Tue Jan 13 11:26:29 2015 +0000 web/edit_area_room.php | 319 +++++++++++++++++++++------------------ 1 file changed, 171 insertions(+), 148 deletions(-) -commit 010b361b +commit 010b361b1 Author: Campbell Morrison Date: Thu Jan 8 15:00:08 2015 +0000 @@ -54354,7 +56755,7 @@ Date: Thu Jan 8 15:00:08 2015 +0000 web/systemdefaults.inc.php | 1 + 17 files changed, 281 insertions(+), 30 deletions(-) -commit 28872241 +commit 288722419 Author: Campbell Morrison Date: Thu Jan 8 14:44:30 2015 +0000 @@ -54363,7 +56764,7 @@ Date: Thu Jan 8 14:44:30 2015 +0000 web/mrbs_auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d683411e +commit d683411ee Author: Campbell Morrison Date: Mon Jan 5 15:34:57 2015 +0000 @@ -54372,7 +56773,7 @@ Date: Mon Jan 5 15:34:57 2015 +0000 web/week.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit cfddab11 +commit cfddab115 Author: Campbell Morrison Date: Mon Jan 5 15:23:03 2015 +0000 @@ -54381,7 +56782,7 @@ Date: Mon Jan 5 15:23:03 2015 +0000 web/edit_area_room.php | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) -commit a4cb8113 +commit a4cb8113f Author: Campbell Morrison Date: Mon Jan 5 15:16:57 2015 +0000 @@ -54391,7 +56792,7 @@ Date: Mon Jan 5 15:16:57 2015 +0000 web/mrbs_sql.inc | 73 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 3 deletions(-) -commit b7be519f +commit b7be519f2 Author: Campbell Morrison Date: Sun Jan 4 17:41:33 2015 +0000 @@ -54401,7 +56802,7 @@ Date: Sun Jan 4 17:41:33 2015 +0000 web/mrbs_sql.inc | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 15 deletions(-) -commit 25da0acf +commit 25da0acf8 Author: Campbell Morrison Date: Sat Jan 3 16:54:52 2015 +0000 @@ -54412,7 +56813,7 @@ Date: Sat Jan 3 16:54:52 2015 +0000 tables.pg.pre73.sql (gone) | 163 -------------------------------- 3 files changed, 1 insertion(+), 340 deletions(-) -commit e67c3b37 +commit e67c3b37c Author: Campbell Morrison Date: Sat Jan 3 11:08:58 2015 +0000 @@ -54423,7 +56824,7 @@ Date: Sat Jan 3 11:08:58 2015 +0000 web/upgrade/39/pgsql.sql (new) | 0 3 files changed, 13 insertions(+), 1 deletion(-) -commit b6d9877c +commit b6d9877cb Author: Campbell Morrison Date: Fri Jan 2 18:09:24 2015 +0000 @@ -54432,7 +56833,7 @@ Date: Fri Jan 2 18:09:24 2015 +0000 web/js/edit_entry.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8a5cc808 +commit 8a5cc808b Author: Campbell Morrison Date: Thu Jan 1 17:59:42 2015 +0000 @@ -54441,7 +56842,7 @@ Date: Thu Jan 1 17:59:42 2015 +0000 web/js/edit_entry.js.php | 62 +++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 31 deletions(-) -commit ac068cb2 +commit ac068cb2e Author: Campbell Morrison Date: Mon Dec 29 13:09:57 2014 +0000 @@ -54450,7 +56851,7 @@ Date: Mon Dec 29 13:09:57 2014 +0000 web/js/resizable.js.php | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) -commit ebfed570 +commit ebfed570f Author: Campbell Morrison Date: Mon Dec 29 09:52:23 2014 +0000 @@ -54459,7 +56860,7 @@ Date: Mon Dec 29 09:52:23 2014 +0000 web/js/refresh.js.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit ab523924 +commit ab523924f Author: Campbell Morrison Date: Sun Dec 28 19:18:25 2014 +0000 @@ -55317,7 +57718,7 @@ Date: Sun Dec 28 19:18:25 2014 +0000 web/tzurl/zoneinfo/Pacific/Wallis.ics | 2 +- 850 files changed, 2792 insertions(+), 1844 deletions(-) -commit 5322b5c7 +commit 5322b5c7c Author: Campbell Morrison Date: Sun Dec 28 16:09:10 2014 +0000 @@ -55328,7 +57729,7 @@ Date: Sun Dec 28 16:09:10 2014 +0000 web/js/resizable.js.php | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) -commit f8c39bab +commit f8c39babe Author: Campbell Morrison Date: Sun Dec 28 12:13:56 2014 +0000 @@ -55339,7 +57740,7 @@ Date: Sun Dec 28 12:13:56 2014 +0000 web/js/resizable.js.php | 18 ++++++----------- 3 files changed, 43 insertions(+), 32 deletions(-) -commit 44b0be40 +commit 44b0be40c Author: Campbell Morrison Date: Fri Dec 26 16:39:51 2014 +0000 @@ -55348,7 +57749,7 @@ Date: Fri Dec 26 16:39:51 2014 +0000 web/js/resizable.js.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -commit 5b5383b4 +commit 5b5383b4a Author: Campbell Morrison Date: Wed Dec 24 10:10:44 2014 +0000 @@ -55359,7 +57760,7 @@ Date: Wed Dec 24 10:10:44 2014 +0000 web/js/resizable.js.php | 14 ++++++++++---- 3 files changed, 29 insertions(+), 6 deletions(-) -commit 5da9c3d7 +commit 5da9c3d73 Author: Campbell Morrison Date: Tue Dec 23 22:06:13 2014 +0000 @@ -55368,7 +57769,7 @@ Date: Tue Dec 23 22:06:13 2014 +0000 web/js/general.js.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit c8f01044 +commit c8f01044a Author: Campbell Morrison Date: Tue Dec 23 21:40:14 2014 +0000 @@ -55377,7 +57778,7 @@ Date: Tue Dec 23 21:40:14 2014 +0000 web/js/resizable.js.php | 3 +++ 1 file changed, 3 insertions(+) -commit 67ff3c4d +commit 67ff3c4dc Author: Campbell Morrison Date: Tue Dec 23 21:35:36 2014 +0000 @@ -55386,7 +57787,7 @@ Date: Tue Dec 23 21:35:36 2014 +0000 web/js/general.js.php | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) -commit fde172af +commit fde172af4 Author: Campbell Morrison Date: Tue Dec 23 16:46:30 2014 +0000 @@ -55395,7 +57796,7 @@ Date: Tue Dec 23 16:46:30 2014 +0000 web/js/general.js.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 7990b444 +commit 7990b4445 Author: Campbell Morrison Date: Tue Dec 23 16:11:00 2014 +0000 @@ -55404,7 +57805,7 @@ Date: Tue Dec 23 16:11:00 2014 +0000 web/js/general.js.php | 1 + 1 file changed, 1 insertion(+) -commit f38d887d +commit f38d887dc Author: Campbell Morrison Date: Tue Dec 23 15:52:04 2014 +0000 @@ -55413,7 +57814,7 @@ Date: Tue Dec 23 15:52:04 2014 +0000 web/css/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit 61ee5827 +commit 61ee58273 Author: Campbell Morrison Date: Tue Dec 23 15:42:02 2014 +0000 @@ -55422,7 +57823,7 @@ Date: Tue Dec 23 15:42:02 2014 +0000 web/js/general.js.php | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) -commit f9e05c4c +commit f9e05c4cc Author: Campbell Morrison Date: Tue Dec 23 14:58:42 2014 +0000 @@ -55431,7 +57832,7 @@ Date: Tue Dec 23 14:58:42 2014 +0000 web/js/refresh.js.php | 1 + 1 file changed, 1 insertion(+) -commit 7de1e5f5 +commit 7de1e5f5a Author: Campbell Morrison Date: Tue Dec 23 14:54:31 2014 +0000 @@ -55442,7 +57843,7 @@ Date: Tue Dec 23 14:54:31 2014 +0000 web/js/refresh.js.php | 1 + 3 files changed, 47 insertions(+), 39 deletions(-) -commit cee2ef67 +commit cee2ef673 Author: Campbell Morrison Date: Tue Dec 23 13:12:48 2014 +0000 @@ -55451,7 +57852,7 @@ Date: Tue Dec 23 13:12:48 2014 +0000 web/mrbs_auth.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 3b8ee004 +commit 3b8ee004a Author: Campbell Morrison Date: Tue Dec 23 12:25:34 2014 +0000 @@ -55460,7 +57861,7 @@ Date: Tue Dec 23 12:25:34 2014 +0000 web/js.inc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) -commit d2a62bdd +commit d2a62bddd Author: John Beranek Date: Mon Dec 22 09:07:19 2014 +0000 @@ -55471,7 +57872,7 @@ Date: Mon Dec 22 09:07:19 2014 +0000 web/js.inc | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) -commit 639cdd6a +commit 639cdd6a5 Author: Campbell Morrison Date: Sun Dec 21 17:53:32 2014 +0000 @@ -55481,7 +57882,7 @@ Date: Sun Dec 21 17:53:32 2014 +0000 web/js/general.js.php | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) -commit 5e1ae44a +commit 5e1ae44a1 Author: Campbell Morrison Date: Sun Dec 21 16:58:55 2014 +0000 @@ -55491,7 +57892,7 @@ Date: Sun Dec 21 16:58:55 2014 +0000 web/js/datepicker.js.php | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) -commit 4e86d401 +commit 4e86d401e Author: Campbell Morrison Date: Sat Dec 20 18:41:16 2014 +0000 @@ -55500,7 +57901,7 @@ Date: Sat Dec 20 18:41:16 2014 +0000 web/upgrade/6/post.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit da8d9d92 +commit da8d9d92a Author: Campbell Morrison Date: Sat Dec 20 12:23:08 2014 +0000 @@ -55509,7 +57910,7 @@ Date: Sat Dec 20 12:23:08 2014 +0000 web/functions.inc | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) -commit cb739af1 +commit cb739af1d Author: Campbell Morrison Date: Fri Dec 19 16:08:21 2014 +0000 @@ -55518,7 +57919,7 @@ Date: Fri Dec 19 16:08:21 2014 +0000 web/edit_area_room.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 4c241dbe +commit 4c241dbec Author: Campbell Morrison Date: Tue Dec 16 18:28:06 2014 +0000 @@ -55527,7 +57928,7 @@ Date: Tue Dec 16 18:28:06 2014 +0000 web/js/edit_area_room.js.php | 70 +++++++++++++++++++++++----------- 1 file changed, 47 insertions(+), 23 deletions(-) -commit f07cb76a +commit f07cb76af Author: Campbell Morrison Date: Tue Dec 16 09:39:17 2014 +0000 @@ -55536,7 +57937,7 @@ Date: Tue Dec 16 09:39:17 2014 +0000 web/systemdefaults.inc.php | 1 + 1 file changed, 1 insertion(+) -commit 3a2d4576 +commit 3a2d45760 Author: Campbell Morrison Date: Tue Dec 16 09:36:16 2014 +0000 @@ -55545,7 +57946,7 @@ Date: Tue Dec 16 09:36:16 2014 +0000 web/functions_view.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 2eaa0eae +commit 2eaa0eaef Author: Campbell Morrison Date: Sat Dec 13 19:07:48 2014 +0000 @@ -55554,7 +57955,7 @@ Date: Sat Dec 13 19:07:48 2014 +0000 web/systemdefaults.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 0da07125 +commit 0da07125e Author: Campbell Morrison Date: Sat Dec 13 18:39:05 2014 +0000 @@ -55563,7 +57964,7 @@ Date: Sat Dec 13 18:39:05 2014 +0000 web/lang/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 056a9d19 +commit 056a9d194 Author: Campbell Morrison Date: Thu Dec 11 13:41:16 2014 +0000 @@ -55572,7 +57973,7 @@ Date: Thu Dec 11 13:41:16 2014 +0000 web/language.inc | 42 ++---------------------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) -commit 0bd97889 +commit 0bd97889d Author: Campbell Morrison Date: Wed Dec 10 13:31:36 2014 +0000 @@ -55585,7 +57986,7 @@ Date: Wed Dec 10 13:31:36 2014 +0000 web/language.inc | 18 +- 5 files changed, 887 insertions(+), 17 deletions(-) -commit 819fd343 +commit 819fd3437 Author: Campbell Morrison Date: Mon Dec 8 19:05:05 2014 +0000 @@ -55595,7 +57996,7 @@ Date: Mon Dec 8 19:05:05 2014 +0000 web/mysqli.inc | 40 +++++++++++++++++++++++++++------------- 2 files changed, 50 insertions(+), 26 deletions(-) -commit 828e8037 +commit 828e8037b Author: Campbell Morrison Date: Mon Dec 8 16:35:48 2014 +0000 @@ -55606,7 +58007,7 @@ Date: Mon Dec 8 16:35:48 2014 +0000 web/pgsql.inc | 21 ++++++++++++++++++--- 3 files changed, 54 insertions(+), 9 deletions(-) -commit b302adcc +commit b302adcc2 Author: Campbell Morrison Date: Mon Dec 8 16:16:13 2014 +0000 @@ -55617,7 +58018,7 @@ Date: Mon Dec 8 16:16:13 2014 +0000 web/pgsql.inc | 17 +++++++++++++++-- 3 files changed, 40 insertions(+), 7 deletions(-) -commit 002d26cc +commit 002d26ccc Author: Campbell Morrison Date: Mon Dec 8 15:56:09 2014 +0000 @@ -55628,7 +58029,7 @@ Date: Mon Dec 8 15:56:09 2014 +0000 web/pgsql.inc | 24 ++++++++++++++---------- 3 files changed, 44 insertions(+), 32 deletions(-) -commit a9f196b7 +commit a9f196b7a Author: Campbell Morrison Date: Fri Nov 28 12:12:04 2014 +0000 @@ -55639,7 +58040,7 @@ Date: Fri Nov 28 12:12:04 2014 +0000 web/language.inc | 106 ++++++++++++------------------------- 3 files changed, 39 insertions(+), 74 deletions(-) -commit bf6b2c3c +commit bf6b2c3cf Author: Campbell Morrison Date: Thu Nov 27 17:24:25 2014 +0000 @@ -55649,7 +58050,7 @@ Date: Thu Nov 27 17:24:25 2014 +0000 web/language.inc | 56 ++++++++++++++++++++++++++-------------------- 2 files changed, 34 insertions(+), 26 deletions(-) -commit e1080e87 +commit e1080e879 Author: Campbell Morrison Date: Thu Nov 27 16:41:29 2014 +0000 @@ -55737,7 +58138,7 @@ Date: Thu Nov 27 16:41:29 2014 +0000 web/language.inc | 125 ++ 80 files changed, 2946 insertions(+), 1785 deletions(-) -commit 663071bb +commit 663071bb4 Author: Campbell Morrison Date: Thu Nov 27 11:19:20 2014 +0000 @@ -55746,7 +58147,7 @@ Date: Thu Nov 27 11:19:20 2014 +0000 web/session/session_php.inc | 27 --------------------------- 1 file changed, 27 deletions(-) -commit d551769d +commit d551769d3 Author: Campbell Morrison Date: Wed Nov 26 14:48:33 2014 +0000 @@ -55774,14 +58175,14 @@ Date: Wed Nov 26 14:48:33 2014 +0000 web/style.inc | 15 +- 20 files changed, 10312 insertions(+), 16 deletions(-) -commit 3d400ce9 -Merge: 23fca261 bc4a3b4b +commit 3d400ce9c +Merge: 23fca261f bc4a3b4bf Author: Campbell Morrison Date: Tue Nov 25 16:39:17 2014 +0000 Re-integrated the create_policy branch back into the trunk. The book_ahead capabilities have been split into create_ahead and delete_ahead capabilities, allowing finer control of policies. It is now possible to distinguish between creating new bookings and editing or deleting existing bookings. (An edit requires a new booking to be created and the old one to be deleted). -commit bc4a3b4b (origin/create_policy) +commit bc4a3b4bf (origin/create_policy) Author: Campbell Morrison Date: Tue Nov 25 16:20:10 2014 +0000 @@ -55795,7 +58196,7 @@ Date: Tue Nov 25 16:20:10 2014 +0000 web/session/session_php.inc | 10 ++++----- 6 files changed, 88 insertions(+), 22 deletions(-) -commit 0c341e06 +commit 0c341e061 Author: Campbell Morrison Date: Tue Nov 25 16:11:08 2014 +0000 @@ -55805,7 +58206,7 @@ Date: Tue Nov 25 16:11:08 2014 +0000 web/systemdefaults.inc.php | 3 -- 2 files changed, 72 insertions(+), 13 deletions(-) -commit 23fca261 +commit 23fca261f Author: Campbell Morrison Date: Fri Nov 21 07:14:12 2014 +0000 @@ -55814,7 +58215,7 @@ Date: Fri Nov 21 07:14:12 2014 +0000 web/session/session_php.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit bf6f98ca +commit bf6f98ca3 Author: Campbell Morrison Date: Thu Nov 20 07:28:57 2014 +0000 @@ -55823,7 +58224,7 @@ Date: Thu Nov 20 07:28:57 2014 +0000 web/session/session_php.inc | 5 ----- 1 file changed, 5 deletions(-) -commit b8f05546 +commit b8f055464 Author: Campbell Morrison Date: Fri Nov 7 10:33:28 2014 +0000 @@ -55833,7 +58234,7 @@ Date: Fri Nov 7 10:33:28 2014 +0000 web/functions.inc | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) -commit 652103c4 +commit 652103c41 Author: Campbell Morrison Date: Thu Nov 6 17:32:17 2014 +0000 @@ -55842,7 +58243,7 @@ Date: Thu Nov 6 17:32:17 2014 +0000 web/edit_entry_handler.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 5afbb4ea +commit 5afbb4ea4 Author: Campbell Morrison Date: Thu Nov 6 14:53:24 2014 +0000 @@ -55851,7 +58252,7 @@ Date: Thu Nov 6 14:53:24 2014 +0000 web/functions.inc | 1 + 1 file changed, 1 insertion(+) -commit c6c454bd +commit c6c454bdf Author: Campbell Morrison Date: Thu Nov 6 14:30:20 2014 +0000 @@ -55860,7 +58261,7 @@ Date: Thu Nov 6 14:30:20 2014 +0000 web/edit_entry_handler.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit 7b3ff7ea +commit 7b3ff7ea5 Author: Campbell Morrison Date: Thu Nov 6 14:18:03 2014 +0000 @@ -55869,7 +58270,7 @@ Date: Thu Nov 6 14:18:03 2014 +0000 web/edit_entry_handler.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) -commit 521dc30b +commit 521dc30b1 Author: Campbell Morrison Date: Wed Nov 5 18:20:22 2014 +0000 @@ -55878,7 +58279,7 @@ Date: Wed Nov 5 18:20:22 2014 +0000 web/functions_table.inc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -commit fd39aa5a +commit fd39aa5ad Author: Campbell Morrison Date: Wed Nov 5 13:36:00 2014 +0000 @@ -55887,7 +58288,7 @@ Date: Wed Nov 5 13:36:00 2014 +0000 web/import.php | 1 + 1 file changed, 1 insertion(+) -commit d9fe7c08 +commit d9fe7c082 Author: Campbell Morrison Date: Wed Nov 5 10:51:37 2014 +0000 @@ -55896,7 +58297,7 @@ Date: Wed Nov 5 10:51:37 2014 +0000 web/internalconfig.inc.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -commit 734ee65e +commit 734ee65e2 Author: Campbell Morrison Date: Tue Nov 4 13:33:47 2014 +0000 @@ -55906,7 +58307,7 @@ Date: Tue Nov 4 13:33:47 2014 +0000 web/mrbs_sql.inc | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) -commit f379dd28 +commit f379dd281 Author: Campbell Morrison Date: Mon Nov 3 11:02:17 2014 +0000 @@ -55928,13 +58329,13 @@ Date: Mon Nov 3 11:02:17 2014 +0000 web/upgrade/38/pgsql.sql (new) | 31 +++++ 14 files changed, 490 insertions(+), 161 deletions(-) -commit c3850d6c +commit c3850d6c9 Author: Campbell Morrison Date: Thu Oct 30 15:15:23 2014 +0000 Creation of a new branch to allow the book_ahead policies to split between the ability to create new bookings and the ability to edit or delete existing bookings. -commit 99016be3 +commit 99016be34 Author: Campbell Morrison Date: Thu Oct 30 14:15:59 2014 +0000 @@ -55943,7 +58344,7 @@ Date: Thu Oct 30 14:15:59 2014 +0000 web/areadefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4f8160e0 +commit 4f8160e00 Author: Campbell Morrison Date: Tue Oct 28 10:25:41 2014 +0000 @@ -55952,7 +58353,7 @@ Date: Tue Oct 28 10:25:41 2014 +0000 web/functions.inc | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) -commit eff87ec6 +commit eff87ec6d Author: Campbell Morrison Date: Sun Oct 26 07:48:53 2014 +0000 @@ -55961,7 +58362,7 @@ Date: Sun Oct 26 07:48:53 2014 +0000 web/css/mrbs.css.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit eefa00c2 +commit eefa00c2d Author: Campbell Morrison Date: Sat Oct 25 14:40:22 2014 +0000 @@ -55976,7 +58377,7 @@ Date: Sat Oct 25 14:40:22 2014 +0000 web/upgrade/37/pgsql.sql (new) | 0 7 files changed, 16 insertions(+), 7 deletions(-) -commit 906d6ac7 +commit 906d6ac78 Author: Campbell Morrison Date: Thu Oct 23 15:21:33 2014 +0000 @@ -55985,7 +58386,7 @@ Date: Thu Oct 23 15:21:33 2014 +0000 web/mysqli.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit bd1e0d62 +commit bd1e0d621 Author: Campbell Morrison Date: Thu Oct 23 14:54:47 2014 +0000 @@ -55994,7 +58395,7 @@ Date: Thu Oct 23 14:54:47 2014 +0000 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit aa2a8943 +commit aa2a89430 Author: Campbell Morrison Date: Tue Oct 14 14:04:17 2014 +0000 @@ -56003,7 +58404,7 @@ Date: Tue Oct 14 14:04:17 2014 +0000 web/jquery/ui/jquery-ui-i18n.MRBS.js | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) -commit c22a327b +commit c22a327b5 Author: Campbell Morrison Date: Sun Oct 12 15:55:48 2014 +0000 @@ -56012,7 +58413,7 @@ Date: Sun Oct 12 15:55:48 2014 +0000 web/functions_ical.inc | 117 +++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 67 deletions(-) -commit e73d3681 +commit e73d3681a Author: Campbell Morrison Date: Sun Oct 12 14:34:53 2014 +0000 @@ -56021,7 +58422,7 @@ Date: Sun Oct 12 14:34:53 2014 +0000 web/functions_ical.inc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -commit f3b61a59 +commit f3b61a59c Author: Campbell Morrison Date: Sun Oct 12 14:29:56 2014 +0000 @@ -56030,7 +58431,7 @@ Date: Sun Oct 12 14:29:56 2014 +0000 web/functions_ical.inc | 10 ---------- 1 file changed, 10 deletions(-) -commit 62384fd9 +commit 62384fd91 Author: Campbell Morrison Date: Thu Oct 9 13:54:52 2014 +0000 @@ -56039,7 +58440,7 @@ Date: Thu Oct 9 13:54:52 2014 +0000 web/session/session_php.inc | 40 ++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) -commit 55aaa3e1 +commit 55aaa3e11 Author: Campbell Morrison Date: Thu Oct 9 12:57:57 2014 +0000 @@ -56048,7 +58449,7 @@ Date: Thu Oct 9 12:57:57 2014 +0000 web/functions.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit 860eff47 +commit 860eff472 Author: Campbell Morrison Date: Wed Oct 8 14:45:44 2014 +0000 @@ -56065,7 +58466,7 @@ Date: Wed Oct 8 14:45:44 2014 +0000 web/view_entry.php | 4 ++-- 9 files changed, 28 insertions(+), 19 deletions(-) -commit 432b5708 +commit 432b5708c Author: Campbell Morrison Date: Fri Aug 29 14:45:51 2014 +0000 @@ -56074,7 +58475,7 @@ Date: Fri Aug 29 14:45:51 2014 +0000 web/report.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit 1d4c54b4 +commit 1d4c54b47 Author: Campbell Morrison Date: Thu Aug 28 15:10:03 2014 +0000 @@ -56083,7 +58484,7 @@ Date: Thu Aug 28 15:10:03 2014 +0000 web/report.php | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) -commit 9c644a92 +commit 9c644a925 Author: Campbell Morrison Date: Wed Aug 20 15:12:33 2014 +0000 @@ -56092,7 +58493,7 @@ Date: Wed Aug 20 15:12:33 2014 +0000 web/language.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit bb3f1ad0 +commit bb3f1ad09 Author: Campbell Morrison Date: Wed Aug 20 14:14:44 2014 +0000 @@ -56101,7 +58502,7 @@ Date: Wed Aug 20 14:14:44 2014 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3f2f3efc +commit 3f2f3efce Author: Campbell Morrison Date: Wed Aug 6 18:52:10 2014 +0000 @@ -56110,7 +58511,7 @@ Date: Wed Aug 6 18:52:10 2014 +0000 web/month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a87e9ff4 +commit a87e9ff48 Author: Campbell Morrison Date: Tue Aug 5 15:32:37 2014 +0000 @@ -56119,7 +58520,7 @@ Date: Tue Aug 5 15:32:37 2014 +0000 web/month.php | 106 ++++++++++++++++++------------------------------ 1 file changed, 39 insertions(+), 67 deletions(-) -commit 3bb247f8 +commit 3bb247f80 Author: Campbell Morrison Date: Tue Aug 5 15:15:15 2014 +0000 @@ -56128,7 +58529,7 @@ Date: Tue Aug 5 15:15:15 2014 +0000 web/month.php | 181 ++++++++++++++++++++++++++---------------------- 1 file changed, 100 insertions(+), 81 deletions(-) -commit 20c59085 +commit 20c590850 Author: Campbell Morrison Date: Tue Aug 5 14:19:01 2014 +0000 @@ -56137,7 +58538,7 @@ Date: Tue Aug 5 14:19:01 2014 +0000 web/month.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 918a9838 +commit 918a98381 Author: Campbell Morrison Date: Wed Jul 30 10:11:32 2014 +0000 @@ -56146,7 +58547,7 @@ Date: Wed Jul 30 10:11:32 2014 +0000 web/edit_entry.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit e9d0f328 +commit e9d0f3286 Author: Campbell Morrison Date: Wed Jul 30 09:10:39 2014 +0000 @@ -56155,7 +58556,7 @@ Date: Wed Jul 30 09:10:39 2014 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9879ed63 +commit 9879ed63d Author: Campbell Morrison Date: Wed Jul 23 14:12:03 2014 +0000 @@ -56165,7 +58566,7 @@ Date: Wed Jul 23 14:12:03 2014 +0000 web/language.inc | 2 + 2 files changed, 509 insertions(+) -commit b9ce997d +commit b9ce997dd Author: Campbell Morrison Date: Thu Jul 17 13:15:17 2014 +0000 @@ -56175,7 +58576,7 @@ Date: Thu Jul 17 13:15:17 2014 +0000 web/lang/lang.en | 7 ++ 2 files changed, 242 insertions(+), 20 deletions(-) -commit 06cc17cd +commit 06cc17cd5 Author: Campbell Morrison Date: Fri Jul 11 11:50:46 2014 +0000 @@ -56184,7 +58585,7 @@ Date: Fri Jul 11 11:50:46 2014 +0000 web/import.php | 128 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 97 insertions(+), 31 deletions(-) -commit c9bd8369 +commit c9bd8369c Author: Campbell Morrison Date: Sun Jul 6 12:19:14 2014 +0000 @@ -56193,7 +58594,7 @@ Date: Sun Jul 6 12:19:14 2014 +0000 web/import.php | 52 ++++++++++-------------------------------------- 1 file changed, 10 insertions(+), 42 deletions(-) -commit b3bdebb2 +commit b3bdebb2e Author: Campbell Morrison Date: Wed Jul 2 09:40:28 2014 +0000 @@ -56202,7 +58603,7 @@ Date: Wed Jul 2 09:40:28 2014 +0000 web/functions.inc | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) -commit 1b450ff4 +commit 1b450ff4f Author: John Beranek Date: Thu Jun 26 10:56:30 2014 +0000 @@ -56211,7 +58612,7 @@ Date: Thu Jun 26 10:56:30 2014 +0000 web/lang/lang.zh-cn | 504 ++++++++++++++++++++++++++++++++---------- 1 file changed, 391 insertions(+), 113 deletions(-) -commit cd2b7a35 +commit cd2b7a359 Author: John Beranek Date: Thu Jun 19 10:51:09 2014 +0000 @@ -56220,7 +58621,7 @@ Date: Thu Jun 19 10:51:09 2014 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3e05d56a (tag: mrbs-1_4_11) +commit 3e05d56aa (tag: mrbs-1_4_11) Author: John Beranek Date: Wed Jun 18 19:42:39 2014 +0000 @@ -56230,7 +58631,7 @@ Date: Wed Jun 18 19:42:39 2014 +0000 NEWS | 60 +++++ 2 files changed, 824 insertions(+) -commit f005651a +commit f005651a9 Author: John Beranek Date: Wed Jun 18 19:41:39 2014 +0000 @@ -56239,7 +58640,7 @@ Date: Wed Jun 18 19:41:39 2014 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 366dc5e7 +commit 366dc5e76 Author: Campbell Morrison Date: Wed May 28 15:53:09 2014 +0000 @@ -56249,7 +58650,7 @@ Date: Wed May 28 15:53:09 2014 +0000 web/functions_mail.inc | 4 ++-- 2 files changed, 11 insertions(+), 21 deletions(-) -commit 7498a59f +commit 7498a59fa Author: Campbell Morrison Date: Wed May 28 15:20:47 2014 +0000 @@ -56260,7 +58661,7 @@ Date: Wed May 28 15:20:47 2014 +0000 web/systemdefaults.inc.php | 10 ++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) -commit 7e83eeb2 +commit 7e83eeb25 Author: Campbell Morrison Date: Thu May 22 09:54:02 2014 +0000 @@ -56269,7 +58670,7 @@ Date: Thu May 22 09:54:02 2014 +0000 web/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4964f5b8 +commit 4964f5b8f Author: Campbell Morrison Date: Fri May 9 11:29:36 2014 +0000 @@ -56278,7 +58679,7 @@ Date: Fri May 9 11:29:36 2014 +0000 web/css/mrbs.css.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 950db726 +commit 950db726e Author: Campbell Morrison Date: Fri May 9 09:38:31 2014 +0000 @@ -56287,7 +58688,7 @@ Date: Fri May 9 09:38:31 2014 +0000 web/css/mrbs.css.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) -commit 5a1c2e85 +commit 5a1c2e85c Author: Campbell Morrison Date: Sun Apr 27 17:37:42 2014 +0000 @@ -56296,7 +58697,7 @@ Date: Sun Apr 27 17:37:42 2014 +0000 web/style.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fd40e9da +commit fd40e9da5 Author: Campbell Morrison Date: Sun Apr 27 17:10:08 2014 +0000 @@ -56306,7 +58707,7 @@ Date: Sun Apr 27 17:10:08 2014 +0000 web/systemdefaults.inc.php | 7 +++++++ 2 files changed, 16 insertions(+), 20 deletions(-) -commit 9063b2cd +commit 9063b2cd3 Author: Campbell Morrison Date: Sun Apr 27 10:06:45 2014 +0000 @@ -56315,7 +58716,7 @@ Date: Sun Apr 27 10:06:45 2014 +0000 web/functions_ical.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit 25a89782 +commit 25a89782d Author: Campbell Morrison Date: Sat Apr 26 15:44:19 2014 +0000 @@ -56325,7 +58726,7 @@ Date: Sat Apr 26 15:44:19 2014 +0000 web/Mail/mimePart.php | 221 ++++++++++++++++++++++++---------------- 2 files changed, 259 insertions(+), 174 deletions(-) -commit fab45ba8 +commit fab45ba80 Author: Campbell Morrison Date: Wed Apr 2 17:17:40 2014 +0000 @@ -56334,7 +58735,7 @@ Date: Wed Apr 2 17:17:40 2014 +0000 web/language.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 273c9266 +commit 273c9266c Author: Campbell Morrison Date: Mon Mar 17 15:55:24 2014 +0000 @@ -56343,7 +58744,7 @@ Date: Mon Mar 17 15:55:24 2014 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4ade9bbc +commit 4ade9bbce Author: Campbell Morrison Date: Sun Mar 9 10:03:30 2014 +0000 @@ -56352,7 +58753,7 @@ Date: Sun Mar 9 10:03:30 2014 +0000 web/js/resizable.js.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -commit 5c77825f +commit 5c77825fd Author: Campbell Morrison Date: Sat Mar 8 10:02:25 2014 +0000 @@ -56361,7 +58762,7 @@ Date: Sat Mar 8 10:02:25 2014 +0000 web/functions.inc | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) -commit 1ba6fa99 +commit 1ba6fa997 Author: Campbell Morrison Date: Sat Mar 8 09:09:44 2014 +0000 @@ -56371,7 +58772,7 @@ Date: Sat Mar 8 09:09:44 2014 +0000 web/functions.inc | 24 +++++++++++++++++++----- 2 files changed, 20 insertions(+), 15 deletions(-) -commit fce94103 +commit fce941038 Author: Campbell Morrison Date: Fri Mar 7 11:10:15 2014 +0000 @@ -56383,7 +58784,7 @@ Date: Fri Mar 7 11:10:15 2014 +0000 web/mrbs_sql.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -commit f7b1fd4c +commit f7b1fd4cd Author: Campbell Morrison Date: Mon Mar 3 17:38:31 2014 +0000 @@ -56395,7 +58796,7 @@ Date: Mon Mar 3 17:38:31 2014 +0000 web/report.php | 45 ++++++++++++++++++++++------------------ 4 files changed, 82 insertions(+), 50 deletions(-) -commit 9ebbefae +commit 9ebbefae9 Author: Campbell Morrison Date: Tue Feb 25 16:13:17 2014 +0000 @@ -56404,7 +58805,7 @@ Date: Tue Feb 25 16:13:17 2014 +0000 web/language.inc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) -commit 733d5729 +commit 733d57293 Author: Campbell Morrison Date: Mon Feb 24 13:44:05 2014 +0000 @@ -56413,7 +58814,7 @@ Date: Mon Feb 24 13:44:05 2014 +0000 web/language.inc | 2 ++ 1 file changed, 2 insertions(+) -commit 3248b7e0 +commit 3248b7e0a Author: Campbell Morrison Date: Sat Feb 22 18:22:26 2014 +0000 @@ -56422,7 +58823,7 @@ Date: Sat Feb 22 18:22:26 2014 +0000 web/functions_ical.inc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) -commit c0f3b7dc +commit c0f3b7dc0 Author: Campbell Morrison Date: Fri Feb 14 10:12:03 2014 +0000 @@ -56431,7 +58832,7 @@ Date: Fri Feb 14 10:12:03 2014 +0000 web/import.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit 8b584a1f +commit 8b584a1fc Author: Campbell Morrison Date: Thu Feb 13 18:53:25 2014 +0000 @@ -56440,7 +58841,7 @@ Date: Thu Feb 13 18:53:25 2014 +0000 web/jquery/ui/jquery-ui-i18n.MRBS.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 7a0a1b0a +commit 7a0a1b0ad Author: Campbell Morrison Date: Thu Feb 13 11:34:04 2014 +0000 @@ -56449,7 +58850,7 @@ Date: Thu Feb 13 11:34:04 2014 +0000 web/language.inc | 132 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 117 insertions(+), 15 deletions(-) -commit f339446e +commit f339446e5 Author: Campbell Morrison Date: Thu Feb 13 10:11:13 2014 +0000 @@ -56458,7 +58859,7 @@ Date: Thu Feb 13 10:11:13 2014 +0000 web/language.inc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) -commit 80369cfa +commit 80369cfaa Author: Campbell Morrison Date: Mon Feb 10 18:37:52 2014 +0000 @@ -56468,7 +58869,7 @@ Date: Mon Feb 10 18:37:52 2014 +0000 web/language.inc | 186 +++++++++++++++++++++++---------------- 2 files changed, 133 insertions(+), 81 deletions(-) -commit 1335758d +commit 1335758d1 Author: Campbell Morrison Date: Sun Feb 9 14:26:37 2014 +0000 @@ -56477,7 +58878,7 @@ Date: Sun Feb 9 14:26:37 2014 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a8eb742f +commit a8eb742ff Author: Campbell Morrison Date: Sun Feb 9 09:41:33 2014 +0000 @@ -56486,7 +58887,7 @@ Date: Sun Feb 9 09:41:33 2014 +0000 web/js/resizable.js.php | 69 ++++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 23 deletions(-) -commit eaf0b3e4 +commit eaf0b3e40 Author: Campbell Morrison Date: Sat Feb 8 11:38:34 2014 +0000 @@ -56518,7 +58919,7 @@ Date: Sat Feb 8 11:38:34 2014 +0000 web/style.inc | 2 +- 24 files changed, 166 insertions(+), 193 deletions(-) -commit be1359d1 +commit be1359d16 Author: Campbell Morrison Date: Sat Feb 8 10:58:41 2014 +0000 @@ -56528,7 +58929,7 @@ Date: Sat Feb 8 10:58:41 2014 +0000 web/js.inc | 11 +++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) -commit 832d3931 +commit 832d3931c Author: Campbell Morrison Date: Sat Feb 8 10:28:04 2014 +0000 @@ -56542,7 +58943,7 @@ Date: Sat Feb 8 10:28:04 2014 +0000 web/js.inc | 20 +- 6 files changed, 553 insertions(+), 3 deletions(-) -commit fbd48d39 +commit fbd48d39a Author: Campbell Morrison Date: Wed Jan 29 14:47:22 2014 +0000 @@ -56551,7 +58952,7 @@ Date: Wed Jan 29 14:47:22 2014 +0000 web/grab_globals.inc.php | 175 ++++++++----------------------------- 1 file changed, 38 insertions(+), 137 deletions(-) -commit 4edb5de7 +commit 4edb5de77 Author: Campbell Morrison Date: Wed Jan 29 09:06:06 2014 +0000 @@ -56561,7 +58962,7 @@ Date: Wed Jan 29 09:06:06 2014 +0000 web/language.inc | 3 + 2 files changed, 509 insertions(+) -commit 9ad8b0f9 +commit 9ad8b0f9f Author: Campbell Morrison Date: Wed Jan 29 08:49:48 2014 +0000 @@ -56570,7 +58971,7 @@ Date: Wed Jan 29 08:49:48 2014 +0000 web/systemdefaults.inc.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) -commit f0df12d2 +commit f0df12d24 Author: Campbell Morrison Date: Fri Jan 24 20:05:01 2014 +0000 @@ -56579,7 +58980,7 @@ Date: Fri Jan 24 20:05:01 2014 +0000 web/internalconfig.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 9733e75d +commit 9733e75d7 Author: Campbell Morrison Date: Mon Jan 20 20:59:59 2014 +0000 @@ -56588,7 +58989,7 @@ Date: Mon Jan 20 20:59:59 2014 +0000 web/js/datepicker.js.php | 41 +++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 12 deletions(-) -commit 73f36269 +commit 73f362699 Author: Campbell Morrison Date: Fri Jan 17 14:25:01 2014 +0000 @@ -56609,7 +59010,7 @@ Date: Fri Jan 17 14:25:01 2014 +0000 web/upgrade/36/pgsql.sql (new) | 9 +++++++++ 13 files changed, 41 insertions(+), 6 deletions(-) -commit 4075f2d6 +commit 4075f2d64 Author: Campbell Morrison Date: Wed Jan 15 21:29:23 2014 +0000 @@ -56618,7 +59019,7 @@ Date: Wed Jan 15 21:29:23 2014 +0000 web/upgrade.inc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit 10393ceb +commit 10393ceb8 Author: Campbell Morrison Date: Wed Jan 15 20:50:50 2014 +0000 @@ -56627,7 +59028,7 @@ Date: Wed Jan 15 20:50:50 2014 +0000 web/pgsql.inc | 60 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 15 deletions(-) -commit 72b7ec08 +commit 72b7ec087 Author: Campbell Morrison Date: Thu Jan 9 15:24:03 2014 +0000 @@ -56636,7 +59037,7 @@ Date: Thu Jan 9 15:24:03 2014 +0000 web/dbsys.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 7cf3ed7f +commit 7cf3ed7f6 Author: Campbell Morrison Date: Thu Jan 9 12:44:22 2014 +0000 @@ -56648,7 +59049,7 @@ Date: Thu Jan 9 12:44:22 2014 +0000 web/systemdefaults.inc.php | 4 ++++ 4 files changed, 45 insertions(+), 15 deletions(-) -commit 61e8852a +commit 61e8852ad Author: Campbell Morrison Date: Fri Dec 13 13:52:20 2013 +0000 @@ -56657,7 +59058,7 @@ Date: Fri Dec 13 13:52:20 2013 +0000 web/approve_entry_handler.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 0949738d +commit 0949738dc Author: Campbell Morrison Date: Tue Dec 10 10:40:26 2013 +0000 @@ -56666,7 +59067,7 @@ Date: Tue Dec 10 10:40:26 2013 +0000 web/internalconfig.inc.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit 224a2a11 +commit 224a2a11d Author: Campbell Morrison Date: Thu Nov 28 09:47:53 2013 +0000 @@ -56675,7 +59076,7 @@ Date: Thu Nov 28 09:47:53 2013 +0000 web/systemdefaults.inc.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) -commit 557b5675 +commit 557b56754 Author: Campbell Morrison Date: Thu Nov 28 09:20:49 2013 +0000 @@ -56684,7 +59085,7 @@ Date: Thu Nov 28 09:20:49 2013 +0000 web/config.inc.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit 9c9ef471 +commit 9c9ef4714 Author: John Beranek Date: Wed Nov 27 19:44:38 2013 +0000 @@ -56693,7 +59094,7 @@ Date: Wed Nov 27 19:44:38 2013 +0000 web/config.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 01955915 +commit 019559154 Author: John Beranek Date: Wed Nov 27 19:34:51 2013 +0000 @@ -56702,7 +59103,7 @@ Date: Wed Nov 27 19:34:51 2013 +0000 web/config.inc.php | 3 +++ 1 file changed, 3 insertions(+) -commit 49131ed6 +commit 49131ed65 Author: Campbell Morrison Date: Wed Nov 27 09:46:24 2013 +0000 @@ -56711,7 +59112,7 @@ Date: Wed Nov 27 09:46:24 2013 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5f418de0 +commit 5f418de09 Author: Campbell Morrison Date: Wed Nov 27 09:35:28 2013 +0000 @@ -56722,7 +59123,7 @@ Date: Wed Nov 27 09:35:28 2013 +0000 web/systemdefaults.inc.php | 9 +++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) -commit 3a66d3d5 +commit 3a66d3d5b Author: Campbell Morrison Date: Tue Nov 26 09:25:57 2013 +0000 @@ -56731,7 +59132,7 @@ Date: Tue Nov 26 09:25:57 2013 +0000 web/month.php | 2 -- 1 file changed, 2 deletions(-) -commit d0e88fee +commit d0e88fee8 Author: Campbell Morrison Date: Tue Nov 26 09:24:04 2013 +0000 @@ -56740,7 +59141,7 @@ Date: Tue Nov 26 09:24:04 2013 +0000 web/functions_table.inc | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) -commit 53b5cd7f +commit 53b5cd7ff Author: John Beranek Date: Mon Nov 25 20:36:10 2013 +0000 @@ -56750,7 +59151,7 @@ Date: Mon Nov 25 20:36:10 2013 +0000 convert_db_to_utf8.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 4a3f5e84 +commit 4a3f5e849 Author: John Beranek Date: Mon Nov 25 20:32:58 2013 +0000 @@ -56759,7 +59160,7 @@ Date: Mon Nov 25 20:32:58 2013 +0000 web/dbsys.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e09bda30 +commit e09bda30c Author: Campbell Morrison Date: Mon Nov 25 18:30:43 2013 +0000 @@ -56768,7 +59169,7 @@ Date: Mon Nov 25 18:30:43 2013 +0000 web/dbsys.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b46a2fa2 +commit b46a2fa24 Author: Campbell Morrison Date: Thu Nov 21 11:23:33 2013 +0000 @@ -56777,7 +59178,7 @@ Date: Thu Nov 21 11:23:33 2013 +0000 web/css/mrbs.css.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) -commit a5a520a6 +commit a5a520a65 Author: Campbell Morrison Date: Thu Nov 21 10:48:22 2013 +0000 @@ -56910,7 +59311,7 @@ Date: Thu Nov 21 10:48:22 2013 +0000 web/week.php | 2 +- 125 files changed, 44 insertions(+), 129 deletions(-) -commit 6964a4fe +commit 6964a4fee Author: Campbell Morrison Date: Wed Nov 20 12:06:41 2013 +0000 @@ -56919,7 +59320,7 @@ Date: Wed Nov 20 12:06:41 2013 +0000 web/report.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit adde3bdd +commit adde3bddf Author: Campbell Morrison Date: Thu Nov 14 11:23:13 2013 +0000 @@ -56928,7 +59329,7 @@ Date: Thu Nov 14 11:23:13 2013 +0000 web/site_faq/site_faq_cs.html (new) | 199 ++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) -commit d84761f7 +commit d84761f75 Author: Campbell Morrison Date: Wed Nov 13 10:13:13 2013 +0000 @@ -56937,7 +59338,7 @@ Date: Wed Nov 13 10:13:13 2013 +0000 web/lang/lang.cs | 216 +++++++++++++++++++++++++++++++++------------ 1 file changed, 161 insertions(+), 55 deletions(-) -commit db55e770 +commit db55e7701 Author: Campbell Morrison Date: Thu Nov 7 15:20:33 2013 +0000 @@ -56947,7 +59348,7 @@ Date: Thu Nov 7 15:20:33 2013 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) -commit f7dec297 +commit f7dec297c Author: Campbell Morrison Date: Thu Nov 7 15:09:36 2013 +0000 @@ -56956,7 +59357,7 @@ Date: Thu Nov 7 15:09:36 2013 +0000 web/mysqli.inc | 1 - 1 file changed, 1 deletion(-) -commit d215909d +commit d215909d2 Author: Campbell Morrison Date: Thu Nov 7 15:02:14 2013 +0000 @@ -56965,7 +59366,7 @@ Date: Thu Nov 7 15:02:14 2013 +0000 web/mysql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c06698e3 +commit c06698e33 Author: Campbell Morrison Date: Thu Nov 7 14:46:59 2013 +0000 @@ -56977,7 +59378,7 @@ Date: Thu Nov 7 14:46:59 2013 +0000 web/pgsql.inc | 7 ++++--- 4 files changed, 15 insertions(+), 11 deletions(-) -commit c49bf02d +commit c49bf02d8 Author: Campbell Morrison Date: Thu Nov 7 14:32:56 2013 +0000 @@ -56986,7 +59387,7 @@ Date: Thu Nov 7 14:32:56 2013 +0000 web/auth/auth_db_ext.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit c73d3544 +commit c73d3544a Author: Campbell Morrison Date: Thu Nov 7 14:25:44 2013 +0000 @@ -56995,7 +59396,7 @@ Date: Thu Nov 7 14:25:44 2013 +0000 web/auth/auth_db_ext.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 19e17482 +commit 19e174820 Author: Campbell Morrison Date: Thu Nov 7 13:52:41 2013 +0000 @@ -57005,7 +59406,7 @@ Date: Thu Nov 7 13:52:41 2013 +0000 web/systemdefaults.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit f5d9e108 +commit f5d9e1081 Author: Campbell Morrison Date: Fri Oct 18 15:59:48 2013 +0000 @@ -57014,7 +59415,7 @@ Date: Fri Oct 18 15:59:48 2013 +0000 web/edit_users.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 466fdb80 +commit 466fdb800 Author: Campbell Morrison Date: Fri Oct 18 15:53:34 2013 +0000 @@ -57023,7 +59424,7 @@ Date: Fri Oct 18 15:53:34 2013 +0000 web/mrbs_sql.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit dbea881a +commit dbea881a9 Author: Campbell Morrison Date: Fri Oct 18 15:49:11 2013 +0000 @@ -57032,7 +59433,7 @@ Date: Fri Oct 18 15:49:11 2013 +0000 web/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1531de82 +commit 1531de824 Author: Campbell Morrison Date: Fri Oct 18 15:38:50 2013 +0000 @@ -57041,7 +59442,7 @@ Date: Fri Oct 18 15:38:50 2013 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0de521b2 +commit 0de521b29 Author: Campbell Morrison Date: Fri Oct 18 15:35:13 2013 +0000 @@ -57051,7 +59452,7 @@ Date: Fri Oct 18 15:35:13 2013 +0000 web/functions.inc | 4 +++- 2 files changed, 6 insertions(+), 6 deletions(-) -commit aba98549 +commit aba98549e Author: Campbell Morrison Date: Fri Oct 18 15:20:13 2013 +0000 @@ -57060,7 +59461,7 @@ Date: Fri Oct 18 15:20:13 2013 +0000 web/edit_entry_handler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 28dedba1 +commit 28dedba13 Author: Campbell Morrison Date: Fri Oct 18 15:09:43 2013 +0000 @@ -57071,7 +59472,7 @@ Date: Fri Oct 18 15:09:43 2013 +0000 web/systemdefaults.inc.php | 3 ++- 3 files changed, 41 insertions(+), 10 deletions(-) -commit 22d5a209 +commit 22d5a2098 Author: Campbell Morrison Date: Wed Oct 16 21:02:42 2013 +0000 @@ -57080,7 +59481,7 @@ Date: Wed Oct 16 21:02:42 2013 +0000 web/systemdefaults.inc.php | 11 +++++++++++ 1 file changed, 11 insertions(+) -commit db13c48e +commit db13c48e8 Author: John Beranek Date: Wed Oct 2 20:15:27 2013 +0000 @@ -57093,7 +59494,7 @@ Date: Wed Oct 2 20:15:27 2013 +0000 web/systemdefaults.inc.php | 3 +++ 4 files changed, 53 insertions(+), 13 deletions(-) -commit c38af0bb +commit c38af0bb0 Author: Campbell Morrison Date: Mon Sep 30 09:57:14 2013 +0000 @@ -57102,7 +59503,7 @@ Date: Mon Sep 30 09:57:14 2013 +0000 web/functions_ical.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e72dd957 +commit e72dd9577 Author: Campbell Morrison Date: Sat Sep 21 13:37:24 2013 +0000 @@ -57111,7 +59512,7 @@ Date: Sat Sep 21 13:37:24 2013 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 773f874c +commit 773f874cd Author: Campbell Morrison Date: Fri Sep 13 13:21:45 2013 +0000 @@ -57120,7 +59521,7 @@ Date: Fri Sep 13 13:21:45 2013 +0000 web/view_entry.php | 3 --- 1 file changed, 3 deletions(-) -commit 9c7e9bb9 +commit 9c7e9bb91 Author: Campbell Morrison Date: Fri Sep 13 13:12:37 2013 +0000 @@ -57129,7 +59530,7 @@ Date: Fri Sep 13 13:12:37 2013 +0000 web/view_entry.php | 3 +++ 1 file changed, 3 insertions(+) -commit 26236569 +commit 26236569c Author: Campbell Morrison Date: Thu Sep 12 14:22:59 2013 +0000 @@ -57138,7 +59539,7 @@ Date: Thu Sep 12 14:22:59 2013 +0000 web/lang/lang.fr | 2 ++ 1 file changed, 2 insertions(+) -commit 9ffaccdb +commit 9ffaccdb6 Author: Campbell Morrison Date: Wed Sep 11 19:57:26 2013 +0000 @@ -57147,7 +59548,7 @@ Date: Wed Sep 11 19:57:26 2013 +0000 web/edit_area_room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4cf860bd +commit 4cf860bd4 Author: Campbell Morrison Date: Fri Sep 6 08:17:40 2013 +0000 @@ -57156,7 +59557,7 @@ Date: Fri Sep 6 08:17:40 2013 +0000 web/style.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c3ddc84e +commit c3ddc84e1 Author: Campbell Morrison Date: Thu Sep 5 13:41:57 2013 +0000 @@ -57165,7 +59566,7 @@ Date: Thu Sep 5 13:41:57 2013 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d0afe502 +commit d0afe502d Author: Campbell Morrison Date: Thu Sep 5 13:09:02 2013 +0000 @@ -57175,7 +59576,7 @@ Date: Thu Sep 5 13:09:02 2013 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 12 insertions(+), 2 deletions(-) -commit 0611eefe +commit 0611eefe6 Author: Campbell Morrison Date: Thu Aug 22 15:11:44 2013 +0000 @@ -57184,7 +59585,7 @@ Date: Thu Aug 22 15:11:44 2013 +0000 web/lang/lang.nl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ff08e643 +commit ff08e643b Author: Campbell Morrison Date: Wed Aug 21 08:54:59 2013 +0000 @@ -57193,7 +59594,7 @@ Date: Wed Aug 21 08:54:59 2013 +0000 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6402b1ec +commit 6402b1ec0 Author: Campbell Morrison Date: Wed Aug 7 08:07:03 2013 +0000 @@ -57202,7 +59603,7 @@ Date: Wed Aug 7 08:07:03 2013 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cf2d6242 +commit cf2d62428 Author: Campbell Morrison Date: Wed Aug 7 08:00:00 2013 +0000 @@ -57211,7 +59612,7 @@ Date: Wed Aug 7 08:00:00 2013 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cdaae374 +commit cdaae3746 Author: Campbell Morrison Date: Tue Aug 6 17:52:13 2013 +0000 @@ -57220,7 +59621,7 @@ Date: Tue Aug 6 17:52:13 2013 +0000 web/language.inc | 3 +++ 1 file changed, 3 insertions(+) -commit 051da3a0 +commit 051da3a0e Author: Campbell Morrison Date: Tue Aug 6 17:31:55 2013 +0000 @@ -57229,7 +59630,7 @@ Date: Tue Aug 6 17:31:55 2013 +0000 web/language.inc | 1 + 1 file changed, 1 insertion(+) -commit 496f4d4d +commit 496f4d4d9 Author: Campbell Morrison Date: Mon Jul 22 12:21:59 2013 +0000 @@ -57238,7 +59639,7 @@ Date: Mon Jul 22 12:21:59 2013 +0000 web/internalconfig.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 191aab2e +commit 191aab2e7 Author: Campbell Morrison Date: Sun Jul 21 18:55:04 2013 +0000 @@ -57247,7 +59648,7 @@ Date: Sun Jul 21 18:55:04 2013 +0000 web/js.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e4ce9e06 +commit e4ce9e06f Author: Campbell Morrison Date: Sun Jul 21 18:47:58 2013 +0000 @@ -57256,7 +59657,7 @@ Date: Sun Jul 21 18:47:58 2013 +0000 web/js/resizable.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ef9a4221 +commit ef9a4221b Author: Campbell Morrison Date: Sun Jul 21 18:28:23 2013 +0000 @@ -57265,7 +59666,7 @@ Date: Sun Jul 21 18:28:23 2013 +0000 web/js/pending.js.php | 90 +++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 44 deletions(-) -commit 2688c644 +commit 2688c644b Author: Campbell Morrison Date: Sun Jul 21 10:58:25 2013 +0000 @@ -57283,7 +59684,7 @@ Date: Sun Jul 21 10:58:25 2013 +0000 web/week.php | 11 ++-- 10 files changed, 148 insertions(+), 59 deletions(-) -commit ab6aa086 +commit ab6aa0868 Author: Campbell Morrison Date: Tue Jul 16 09:27:49 2013 +0000 @@ -57292,7 +59693,7 @@ Date: Tue Jul 16 09:27:49 2013 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a9b5b542 +commit a9b5b542c Author: John Beranek Date: Mon Jul 8 20:29:57 2013 +0000 @@ -57301,7 +59702,7 @@ Date: Mon Jul 8 20:29:57 2013 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9c397c51 (tag: mrbs-1_4_10) +commit 9c397c515 (tag: mrbs-1_4_10) Author: John Beranek Date: Mon Jul 8 20:26:43 2013 +0000 @@ -57310,7 +59711,7 @@ Date: Mon Jul 8 20:26:43 2013 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4b86a4a2 +commit 4b86a4a24 Author: John Beranek Date: Mon Jul 8 20:13:47 2013 +0000 @@ -57320,7 +59721,7 @@ Date: Mon Jul 8 20:13:47 2013 +0000 NEWS | 140 ++++ 2 files changed, 2069 insertions(+), 16 deletions(-) -commit bb804cd0 +commit bb804cd06 Author: Campbell Morrison Date: Mon Jun 10 16:47:16 2013 +0000 @@ -57335,7 +59736,7 @@ Date: Mon Jun 10 16:47:16 2013 +0000 web/pgsql.inc | 6 ++++++ 7 files changed, 37 insertions(+), 13 deletions(-) -commit 39a58b84 +commit 39a58b847 Author: Campbell Morrison Date: Thu May 23 09:07:37 2013 +0000 @@ -57344,7 +59745,7 @@ Date: Thu May 23 09:07:37 2013 +0000 web/internalconfig.inc.php | 9 +++++++++ 1 file changed, 9 insertions(+) -commit 9f7fd05e +commit 9f7fd05eb Author: Campbell Morrison Date: Mon May 20 13:27:44 2013 +0000 @@ -57353,7 +59754,7 @@ Date: Mon May 20 13:27:44 2013 +0000 web/functions_mail.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 0df6fec9 +commit 0df6fec98 Author: Campbell Morrison Date: Mon May 20 12:41:00 2013 +0000 @@ -57362,7 +59763,7 @@ Date: Mon May 20 12:41:00 2013 +0000 web/lang/lang.fi | 295 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 250 insertions(+), 45 deletions(-) -commit 3000dbac +commit 3000dbac7 Author: Campbell Morrison Date: Thu Mar 14 09:38:35 2013 +0000 @@ -57371,7 +59772,7 @@ Date: Thu Mar 14 09:38:35 2013 +0000 web/mrbs_sql.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) -commit c07d49da +commit c07d49da4 Author: Campbell Morrison Date: Tue Mar 12 16:36:31 2013 +0000 @@ -57382,7 +59783,7 @@ Date: Tue Mar 12 16:36:31 2013 +0000 web/view_entry.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) -commit dc6c9981 +commit dc6c9981c Author: Campbell Morrison Date: Mon Mar 11 14:15:32 2013 +0000 @@ -57391,7 +59792,7 @@ Date: Mon Mar 11 14:15:32 2013 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9a35d52e +commit 9a35d52e7 Author: Campbell Morrison Date: Sun Mar 10 18:04:14 2013 +0000 @@ -57401,7 +59802,7 @@ Date: Sun Mar 10 18:04:14 2013 +0000 web/js/resizable.js.php | 1318 +++++++++++++++++++------------------ 2 files changed, 693 insertions(+), 677 deletions(-) -commit fb0f57c8 +commit fb0f57c8a Author: Campbell Morrison Date: Thu Mar 7 16:35:52 2013 +0000 @@ -57410,7 +59811,7 @@ Date: Thu Mar 7 16:35:52 2013 +0000 web/site_faq/site_faq_sv.html (new) | 90 +++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) -commit 5bcbe63b +commit 5bcbe63b2 Author: Campbell Morrison Date: Thu Mar 7 16:29:04 2013 +0000 @@ -57425,7 +59826,7 @@ Date: Thu Mar 7 16:29:04 2013 +0000 web/{ => site_faq}/site_faq_nl.html | 0 7 files changed, 1 insertion(+), 1 deletion(-) -commit 03349b0c +commit 03349b0c9 Author: Campbell Morrison Date: Thu Mar 7 16:13:27 2013 +0000 @@ -57434,7 +59835,7 @@ Date: Thu Mar 7 16:13:27 2013 +0000 web/lang/lang.sv | 337 ++++++++++++++++++++++++++++++++------------- 1 file changed, 245 insertions(+), 92 deletions(-) -commit 0e9b75a0 +commit 0e9b75a03 Author: Campbell Morrison Date: Wed Feb 20 14:55:58 2013 +0000 @@ -57443,7 +59844,7 @@ Date: Wed Feb 20 14:55:58 2013 +0000 web/view_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 65d193f4 +commit 65d193f4d Author: Campbell Morrison Date: Fri Feb 15 19:04:09 2013 +0000 @@ -57452,7 +59853,7 @@ Date: Fri Feb 15 19:04:09 2013 +0000 web/js/edit_entry.js.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) -commit 15fbfa1c +commit 15fbfa1cb Author: Campbell Morrison Date: Fri Feb 15 17:01:16 2013 +0000 @@ -57471,7 +59872,7 @@ Date: Fri Feb 15 17:01:16 2013 +0000 web/report.php | 6 +++--- 11 files changed, 56 insertions(+), 50 deletions(-) -commit 657f4eb1 +commit 657f4eb13 Author: Campbell Morrison Date: Fri Feb 15 14:41:24 2013 +0000 @@ -57483,7 +59884,7 @@ Date: Fri Feb 15 14:41:24 2013 +0000 web/functions_table.inc | 13 +++++++------ 4 files changed, 36 insertions(+), 20 deletions(-) -commit ea3e289d +commit ea3e289da Author: Campbell Morrison Date: Fri Feb 15 13:02:30 2013 +0000 @@ -57492,7 +59893,7 @@ Date: Fri Feb 15 13:02:30 2013 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 61a96a89 +commit 61a96a89c Author: Campbell Morrison Date: Fri Feb 15 09:04:07 2013 +0000 @@ -57501,7 +59902,7 @@ Date: Fri Feb 15 09:04:07 2013 +0000 web/js/edit_entry.js.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit 579a971e +commit 579a971ed Author: Campbell Morrison Date: Fri Feb 15 08:31:05 2013 +0000 @@ -57510,7 +59911,7 @@ Date: Fri Feb 15 08:31:05 2013 +0000 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e33bb219 +commit e33bb2192 Author: Campbell Morrison Date: Thu Feb 14 11:28:37 2013 +0000 @@ -57519,7 +59920,7 @@ Date: Thu Feb 14 11:28:37 2013 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 21876aa0 +commit 21876aa03 Author: Campbell Morrison Date: Thu Feb 14 11:23:09 2013 +0000 @@ -57528,7 +59929,7 @@ Date: Thu Feb 14 11:23:09 2013 +0000 web/edit_area_room.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit 78a755dc +commit 78a755dc6 Author: Campbell Morrison Date: Thu Feb 14 10:51:14 2013 +0000 @@ -57538,7 +59939,7 @@ Date: Thu Feb 14 10:51:14 2013 +0000 web/internalconfig.inc.php | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) -commit 40a1ff82 +commit 40a1ff826 Author: Campbell Morrison Date: Mon Feb 11 08:51:49 2013 +0000 @@ -57547,7 +59948,7 @@ Date: Mon Feb 11 08:51:49 2013 +0000 web/js/resizable.js.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) -commit 4126aab1 +commit 4126aab1b Author: Campbell Morrison Date: Mon Feb 11 07:30:40 2013 +0000 @@ -57556,7 +59957,7 @@ Date: Mon Feb 11 07:30:40 2013 +0000 web/js/resizable.js.php | 42 ++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 20 deletions(-) -commit 13335739 +commit 133357397 Author: Campbell Morrison Date: Sun Feb 10 19:06:42 2013 +0000 @@ -57565,7 +59966,7 @@ Date: Sun Feb 10 19:06:42 2013 +0000 web/js/refresh.js.php | 79 +++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 42 deletions(-) -commit 422e2861 +commit 422e28619 Author: Campbell Morrison Date: Sun Feb 10 18:44:50 2013 +0000 @@ -57575,7 +59976,7 @@ Date: Sun Feb 10 18:44:50 2013 +0000 web/js/resizable.js.php | 43 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 5 deletions(-) -commit 18e61205 +commit 18e61205b Author: Campbell Morrison Date: Sun Feb 10 13:30:56 2013 +0000 @@ -57584,7 +59985,7 @@ Date: Sun Feb 10 13:30:56 2013 +0000 web/js/refresh.js.php | 46 ++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) -commit 03a3051a +commit 03a3051ab Author: Campbell Morrison Date: Sun Feb 10 12:33:02 2013 +0000 @@ -57594,7 +59995,7 @@ Date: Sun Feb 10 12:33:02 2013 +0000 web/js/resizable.js.php | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) -commit 445c1a65 +commit 445c1a654 Author: Campbell Morrison Date: Sun Feb 10 11:37:04 2013 +0000 @@ -57605,7 +60006,7 @@ Date: Sun Feb 10 11:37:04 2013 +0000 web/js/resizable.js.php | 19 ++++-- 3 files changed, 89 insertions(+), 70 deletions(-) -commit 1b4ae090 +commit 1b4ae0906 Author: Campbell Morrison Date: Sat Feb 9 07:18:29 2013 +0000 @@ -57614,7 +60015,7 @@ Date: Sat Feb 9 07:18:29 2013 +0000 web/js/datepicker.js.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 8b8d86a0 +commit 8b8d86a0b Author: Campbell Morrison Date: Fri Feb 8 15:04:33 2013 +0000 @@ -57623,7 +60024,7 @@ Date: Fri Feb 8 15:04:33 2013 +0000 web/js/resizable.js.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -commit da7aa341 +commit da7aa3416 Author: Campbell Morrison Date: Tue Feb 5 16:40:50 2013 +0000 @@ -57632,7 +60033,7 @@ Date: Tue Feb 5 16:40:50 2013 +0000 web/lang/lang.it | 229 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 192 insertions(+), 37 deletions(-) -commit 03e561a5 +commit 03e561a50 Author: Campbell Morrison Date: Tue Feb 5 16:39:21 2013 +0000 @@ -57641,7 +60042,7 @@ Date: Tue Feb 5 16:39:21 2013 +0000 web/lang/lang.en | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 1a61a84d +commit 1a61a84dc Author: Campbell Morrison Date: Tue Feb 5 15:45:25 2013 +0000 @@ -57651,7 +60052,7 @@ Date: Tue Feb 5 15:45:25 2013 +0000 web/mrbs_sql.inc | 9 ++++++--- 2 files changed, 24 insertions(+), 4 deletions(-) -commit 7aa2e5d7 +commit 7aa2e5d7a Author: Campbell Morrison Date: Sun Feb 3 22:28:27 2013 +0000 @@ -57661,7 +60062,7 @@ Date: Sun Feb 3 22:28:27 2013 +0000 web/js/refresh.js.php | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) -commit 7819164c +commit 7819164ce Author: Campbell Morrison Date: Sun Feb 3 14:11:30 2013 +0000 @@ -57670,7 +60071,7 @@ Date: Sun Feb 3 14:11:30 2013 +0000 web/js/functions.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 70e4efdb +commit 70e4efdb2 Author: Campbell Morrison Date: Sun Feb 3 13:59:57 2013 +0000 @@ -57681,7 +60082,7 @@ Date: Sun Feb 3 13:59:57 2013 +0000 web/js/refresh.js.php | 129 ++++++++++++++++++++++++++++--------- 3 files changed, 206 insertions(+), 48 deletions(-) -commit e0bc4de5 +commit e0bc4de56 Author: Campbell Morrison Date: Fri Feb 1 21:05:42 2013 +0000 @@ -57692,7 +60093,7 @@ Date: Fri Feb 1 21:05:42 2013 +0000 web/lang/lang.en | 1 + 3 files changed, 22 insertions(+), 26 deletions(-) -commit 22c7503f +commit 22c7503f0 Author: Campbell Morrison Date: Fri Feb 1 19:10:24 2013 +0000 @@ -57702,7 +60103,7 @@ Date: Fri Feb 1 19:10:24 2013 +0000 web/edit_entry_handler.php | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) -commit 7c8a4f24 +commit 7c8a4f24f Author: Campbell Morrison Date: Fri Feb 1 18:20:25 2013 +0000 @@ -57711,7 +60112,7 @@ Date: Fri Feb 1 18:20:25 2013 +0000 web/js/edit_entry.js.php | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) -commit 2c392214 +commit 2c392214d Author: John Beranek Date: Thu Jan 31 20:23:08 2013 +0000 @@ -57720,7 +60121,7 @@ Date: Thu Jan 31 20:23:08 2013 +0000 web/session/session_cookie.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit f1234fb7 +commit f1234fb78 Author: Campbell Morrison Date: Wed Jan 23 12:20:07 2013 +0000 @@ -57729,7 +60130,7 @@ Date: Wed Jan 23 12:20:07 2013 +0000 web/lang/lang.da | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2bb74cef +commit 2bb74cefb Author: Campbell Morrison Date: Wed Jan 23 12:17:14 2013 +0000 @@ -57738,7 +60139,7 @@ Date: Wed Jan 23 12:17:14 2013 +0000 web/lang/lang.da | 127 +++++++++++++++++++++++---------------------- 1 file changed, 64 insertions(+), 63 deletions(-) -commit cb4bb90c +commit cb4bb90c9 Author: Campbell Morrison Date: Sat Jan 12 18:05:45 2013 +0000 @@ -57747,7 +60148,7 @@ Date: Sat Jan 12 18:05:45 2013 +0000 web/js/edit_entry.js.php | 8 ++++++++ 1 file changed, 8 insertions(+) -commit 49292ab5 +commit 49292ab55 Author: Campbell Morrison Date: Tue Jan 8 15:34:06 2013 +0000 @@ -57756,7 +60157,7 @@ Date: Tue Jan 8 15:34:06 2013 +0000 web/js/edit_entry.js.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -commit 3045d01f +commit 3045d01fc Author: Campbell Morrison Date: Tue Jan 8 15:00:01 2013 +0000 @@ -57765,7 +60166,7 @@ Date: Tue Jan 8 15:00:01 2013 +0000 web/lang/lang.nl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e6677814 +commit e66778144 Author: Campbell Morrison Date: Tue Jan 8 14:55:46 2013 +0000 @@ -57774,7 +60175,7 @@ Date: Tue Jan 8 14:55:46 2013 +0000 web/js/edit_entry.js.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit e62f9ce9 +commit e62f9ce99 Author: Campbell Morrison Date: Tue Jan 8 14:34:10 2013 +0000 @@ -57783,7 +60184,7 @@ Date: Tue Jan 8 14:34:10 2013 +0000 web/lang/lang.nl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 825e4228 +commit 825e4228e Author: Campbell Morrison Date: Thu Jan 3 21:41:38 2013 +0000 @@ -57793,7 +60194,7 @@ Date: Thu Jan 3 21:41:38 2013 +0000 web/systemdefaults.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit af14f53d +commit af14f53d0 Author: Campbell Morrison Date: Sun Dec 30 17:27:20 2012 +0000 @@ -57805,7 +60206,7 @@ Date: Sun Dec 30 17:27:20 2012 +0000 web/js/report.js.php | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) -commit 1c66441e +commit 1c66441e4 Author: Campbell Morrison Date: Wed Dec 19 16:36:00 2012 +0000 @@ -58651,7 +61052,7 @@ Date: Wed Dec 19 16:36:00 2012 +0000 web/tzurl/zoneinfo/Pacific/Wallis.ics | 2 +- 838 files changed, 2017 insertions(+), 1113 deletions(-) -commit f4b62d0e +commit f4b62d0e3 Author: Campbell Morrison Date: Tue Dec 18 21:45:36 2012 +0000 @@ -58660,7 +61061,7 @@ Date: Tue Dec 18 21:45:36 2012 +0000 web/js/refresh.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 33cb0017 +commit 33cb00170 Author: Campbell Morrison Date: Tue Dec 18 21:42:23 2012 +0000 @@ -58669,7 +61070,7 @@ Date: Tue Dec 18 21:42:23 2012 +0000 web/js/multiple.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 4ad5f750 +commit 4ad5f7505 Author: Campbell Morrison Date: Tue Dec 18 21:32:56 2012 +0000 @@ -58678,7 +61079,7 @@ Date: Tue Dec 18 21:32:56 2012 +0000 web/js/resizable.js.php | 161 ++++++++++++++++++++------------------ 1 file changed, 83 insertions(+), 78 deletions(-) -commit a53f7180 +commit a53f71806 Author: Campbell Morrison Date: Tue Dec 18 10:55:55 2012 +0000 @@ -58687,7 +61088,7 @@ Date: Tue Dec 18 10:55:55 2012 +0000 web/functions.inc | 48 +++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 23 deletions(-) -commit cb62a8be +commit cb62a8be7 Author: Campbell Morrison Date: Tue Dec 18 10:38:11 2012 +0000 @@ -58697,7 +61098,7 @@ Date: Tue Dec 18 10:38:11 2012 +0000 web/js/datepicker.js.php | 82 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 60 deletions(-) -commit d214ac1d +commit d214ac1d0 Author: Campbell Morrison Date: Mon Dec 17 17:06:46 2012 +0000 @@ -58709,7 +61110,7 @@ Date: Mon Dec 17 17:06:46 2012 +0000 web/js/functions.js.php | 2 + 4 files changed, 527 insertions(+), 576 deletions(-) -commit dc9f99a3 +commit dc9f99a39 Author: Thomas Bleher Date: Sun Dec 16 14:12:44 2012 +0000 @@ -58719,7 +61120,7 @@ Date: Sun Dec 16 14:12:44 2012 +0000 web/systemdefaults.inc.php | 9 +++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) -commit e9512f25 +commit e9512f252 Author: Thomas Bleher Date: Sun Dec 16 14:11:26 2012 +0000 @@ -58730,7 +61131,7 @@ Date: Sun Dec 16 14:11:26 2012 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3331c688 +commit 3331c6885 Author: Thomas Bleher Date: Sat Dec 15 08:52:22 2012 +0000 @@ -58739,7 +61140,7 @@ Date: Sat Dec 15 08:52:22 2012 +0000 web/functions_table.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 93218de6 +commit 93218de6c Author: Campbell Morrison Date: Fri Dec 14 22:22:23 2012 +0000 @@ -58748,7 +61149,7 @@ Date: Fri Dec 14 22:22:23 2012 +0000 web/js/edit_area_room.js.php | 39 +++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 10 deletions(-) -commit 71127ba7 +commit 71127ba70 Author: Campbell Morrison Date: Fri Dec 14 21:51:21 2012 +0000 @@ -58757,7 +61158,7 @@ Date: Fri Dec 14 21:51:21 2012 +0000 web/js/edit_area_room.js.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 18523e05 +commit 18523e052 Author: Campbell Morrison Date: Fri Dec 14 21:46:26 2012 +0000 @@ -58766,7 +61167,7 @@ Date: Fri Dec 14 21:46:26 2012 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 05548c31 +commit 05548c319 Author: Thomas Bleher Date: Fri Dec 14 20:49:45 2012 +0000 @@ -58775,7 +61176,7 @@ Date: Fri Dec 14 20:49:45 2012 +0000 web/lang/lang.de | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) -commit 9263db23 +commit 9263db230 Author: Thomas Bleher Date: Fri Dec 14 20:48:28 2012 +0000 @@ -58784,7 +61185,7 @@ Date: Fri Dec 14 20:48:28 2012 +0000 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1bd6bfe6 +commit 1bd6bfe60 Author: Campbell Morrison Date: Fri Dec 14 18:52:02 2012 +0000 @@ -58793,7 +61194,7 @@ Date: Fri Dec 14 18:52:02 2012 +0000 web/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 83b24898 +commit 83b248985 Author: Campbell Morrison Date: Wed Dec 12 18:17:37 2012 +0000 @@ -58804,7 +61205,7 @@ Date: Wed Dec 12 18:17:37 2012 +0000 web/mrbs_sql.inc | 9 ++++++++- 3 files changed, 19 insertions(+), 25 deletions(-) -commit 01513aaa +commit 01513aaa2 Author: Campbell Morrison Date: Wed Dec 12 13:50:19 2012 +0000 @@ -58813,7 +61214,7 @@ Date: Wed Dec 12 13:50:19 2012 +0000 web/mrbs_sql.inc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) -commit 5d531e4b +commit 5d531e4b5 Author: Campbell Morrison Date: Wed Dec 12 13:18:02 2012 +0000 @@ -58823,7 +61224,7 @@ Date: Wed Dec 12 13:18:02 2012 +0000 web/mrbs_sql.inc | 50 +++++++++++++++++++++------------ 2 files changed, 35 insertions(+), 20 deletions(-) -commit 295f2682 +commit 295f26827 Author: Campbell Morrison Date: Mon Dec 10 19:03:49 2012 +0000 @@ -58832,7 +61233,7 @@ Date: Mon Dec 10 19:03:49 2012 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 130a1692 +commit 130a16923 Author: Campbell Morrison Date: Mon Dec 10 11:02:31 2012 +0000 @@ -58841,7 +61242,7 @@ Date: Mon Dec 10 11:02:31 2012 +0000 web/edit_area_room.php | 58 +++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 33 deletions(-) -commit e32c8021 +commit e32c8021b Author: Campbell Morrison Date: Mon Dec 10 10:38:47 2012 +0000 @@ -58850,7 +61251,7 @@ Date: Mon Dec 10 10:38:47 2012 +0000 web/edit_area_room.php | 134 ++++++++++++++++++++------------------- 1 file changed, 68 insertions(+), 66 deletions(-) -commit b278e089 +commit b278e0894 Author: Campbell Morrison Date: Mon Dec 10 10:36:52 2012 +0000 @@ -58859,7 +61260,7 @@ Date: Mon Dec 10 10:36:52 2012 +0000 web/lang/lang.fr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4b2f2ab0 +commit 4b2f2ab02 Author: Campbell Morrison Date: Sun Dec 9 19:27:44 2012 +0000 @@ -58868,7 +61269,7 @@ Date: Sun Dec 9 19:27:44 2012 +0000 web/edit_area_room.php | 2 -- 1 file changed, 2 deletions(-) -commit 529d63a7 +commit 529d63a73 Author: Campbell Morrison Date: Sun Dec 9 19:19:52 2012 +0000 @@ -58877,7 +61278,7 @@ Date: Sun Dec 9 19:19:52 2012 +0000 web/edit_area_room.php | 250 +++++++++++++++++++++------------------ 1 file changed, 134 insertions(+), 116 deletions(-) -commit 83c2c3dc +commit 83c2c3dcf Author: Thomas Bleher Date: Sun Dec 9 17:54:16 2012 +0000 @@ -58886,7 +61287,7 @@ Date: Sun Dec 9 17:54:16 2012 +0000 web/functions_mail.inc | 1 + 1 file changed, 1 insertion(+) -commit 2d18a069 +commit 2d18a0699 Author: Campbell Morrison Date: Sun Dec 9 17:35:27 2012 +0000 @@ -58896,7 +61297,7 @@ Date: Sun Dec 9 17:35:27 2012 +0000 web/js/edit_area_room.js.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) -commit 2af580ae +commit 2af580aef Author: Campbell Morrison Date: Sun Dec 9 17:22:26 2012 +0000 @@ -58906,7 +61307,7 @@ Date: Sun Dec 9 17:22:26 2012 +0000 web/functions.inc | 6 +- 2 files changed, 85 insertions(+), 77 deletions(-) -commit 1202db1c +commit 1202db1ca Author: Campbell Morrison Date: Sun Dec 9 16:26:55 2012 +0000 @@ -58917,7 +61318,7 @@ Date: Sun Dec 9 16:26:55 2012 +0000 web/js/edit_area_room.js.php | 47 +++---- 3 files changed, 131 insertions(+), 142 deletions(-) -commit a05950f5 +commit a05950f5d Author: Thomas Bleher Date: Sun Dec 9 09:48:44 2012 +0000 @@ -58926,7 +61327,7 @@ Date: Sun Dec 9 09:48:44 2012 +0000 web/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 18b22c46 +commit 18b22c46c Author: Thomas Bleher Date: Sun Dec 9 09:24:00 2012 +0000 @@ -58935,7 +61336,7 @@ Date: Sun Dec 9 09:24:00 2012 +0000 checklang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 498460a3 +commit 498460a35 Author: Campbell Morrison Date: Sat Dec 8 18:37:53 2012 +0000 @@ -58947,7 +61348,7 @@ Date: Sat Dec 8 18:37:53 2012 +0000 web/functions.inc | 136 +++++++++++++++++++++++++-------------- 4 files changed, 164 insertions(+), 109 deletions(-) -commit b36b2248 +commit b36b2248c Author: Campbell Morrison Date: Fri Dec 7 17:22:05 2012 +0000 @@ -58958,7 +61359,7 @@ Date: Fri Dec 7 17:22:05 2012 +0000 web/mrbs_sql.inc | 17 +++++++++-------- 3 files changed, 38 insertions(+), 27 deletions(-) -commit bb90fb62 +commit bb90fb62f Author: Campbell Morrison Date: Fri Dec 7 16:45:18 2012 +0000 @@ -58967,7 +61368,7 @@ Date: Fri Dec 7 16:45:18 2012 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 095dbea3 +commit 095dbea3e Author: Campbell Morrison Date: Thu Dec 6 18:34:30 2012 +0000 @@ -58977,7 +61378,7 @@ Date: Thu Dec 6 18:34:30 2012 +0000 web/upgrade/24/post.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 37d0775a +commit 37d0775a8 Author: Campbell Morrison Date: Thu Dec 6 18:00:41 2012 +0000 @@ -58987,7 +61388,7 @@ Date: Thu Dec 6 18:00:41 2012 +0000 web/upgrade/24/post.inc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) -commit dd6e1d96 +commit dd6e1d968 Author: Campbell Morrison Date: Sat Dec 1 12:27:19 2012 +0000 @@ -58996,7 +61397,7 @@ Date: Sat Dec 1 12:27:19 2012 +0000 web/css/mrbs-ie.css | 1 + 1 file changed, 1 insertion(+) -commit 91c57706 +commit 91c577060 Author: Campbell Morrison Date: Fri Nov 30 22:13:47 2012 +0000 @@ -59005,7 +61406,7 @@ Date: Fri Nov 30 22:13:47 2012 +0000 web/standard_vars.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fec4c699 +commit fec4c699f Author: Campbell Morrison Date: Wed Nov 28 09:52:48 2012 +0000 @@ -59014,7 +61415,7 @@ Date: Wed Nov 28 09:52:48 2012 +0000 web/report.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit dd46390f +commit dd46390f4 Author: Campbell Morrison Date: Tue Nov 27 18:28:48 2012 +0000 @@ -59024,7 +61425,7 @@ Date: Tue Nov 27 18:28:48 2012 +0000 web/functions.inc | 53 ++++++++++++++++++++++++++++---------------- 2 files changed, 41 insertions(+), 26 deletions(-) -commit 3e500b8e +commit 3e500b8e9 Author: Campbell Morrison Date: Tue Nov 27 18:13:38 2012 +0000 @@ -59033,7 +61434,7 @@ Date: Tue Nov 27 18:13:38 2012 +0000 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit bc5b429d +commit bc5b429d6 Author: Campbell Morrison Date: Tue Nov 27 15:23:55 2012 +0000 @@ -59046,7 +61447,7 @@ Date: Tue Nov 27 15:23:55 2012 +0000 web/site_faq.html | 17 +++++++++++++++++ 5 files changed, 55 insertions(+), 22 deletions(-) -commit 2a0708a5 +commit 2a0708a57 Author: Campbell Morrison Date: Wed Nov 7 07:01:42 2012 +0000 @@ -59055,7 +61456,7 @@ Date: Wed Nov 7 07:01:42 2012 +0000 web/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d0299240 +commit d0299240d Author: Campbell Morrison Date: Tue Nov 6 19:06:15 2012 +0000 @@ -59067,7 +61468,7 @@ Date: Tue Nov 6 19:06:15 2012 +0000 web/language.inc | 101 ++++++++++++++++++++++---------- 4 files changed, 72 insertions(+), 41 deletions(-) -commit b5c643c8 +commit b5c643c81 Author: Campbell Morrison Date: Mon Nov 5 17:12:40 2012 +0000 @@ -59076,7 +61477,7 @@ Date: Mon Nov 5 17:12:40 2012 +0000 web/admin.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit eeb8532f +commit eeb8532f7 Author: Campbell Morrison Date: Mon Nov 5 16:51:11 2012 +0000 @@ -59092,7 +61493,7 @@ Date: Mon Nov 5 16:51:11 2012 +0000 web/session/session_php.inc | 6 +++--- 8 files changed, 17 insertions(+), 16 deletions(-) -commit 6781eb2b +commit 6781eb2b6 Author: John Beranek Date: Mon Nov 5 15:19:14 2012 +0000 @@ -59101,7 +61502,7 @@ Date: Mon Nov 5 15:19:14 2012 +0000 web/language.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit ad3c070a +commit ad3c070a2 Author: Campbell Morrison Date: Mon Nov 5 14:54:47 2012 +0000 @@ -59121,7 +61522,7 @@ Date: Mon Nov 5 14:54:47 2012 +0000 web/style.inc | 2 +- 12 files changed, 237 insertions(+), 704 deletions(-) -commit 5dddd56f +commit 5dddd56f7 Author: John Beranek Date: Mon Nov 5 14:51:30 2012 +0000 @@ -59134,7 +61535,7 @@ Date: Mon Nov 5 14:51:30 2012 +0000 web/upgrade/24/post.inc | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) -commit e303015e +commit e303015ea Author: Campbell Morrison Date: Mon Nov 5 14:33:23 2012 +0000 @@ -59145,7 +61546,7 @@ Date: Mon Nov 5 14:33:23 2012 +0000 web/js.inc | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) -commit 9365e098 +commit 9365e098e Author: Campbell Morrison Date: Mon Nov 5 14:22:52 2012 +0000 @@ -59158,7 +61559,7 @@ Date: Mon Nov 5 14:22:52 2012 +0000 web/js.inc | 15 ++----- 5 files changed, 41 insertions(+), 84 deletions(-) -commit ff1a01bc +commit ff1a01bc3 Author: Campbell Morrison Date: Mon Nov 5 14:01:17 2012 +0000 @@ -59167,7 +61568,7 @@ Date: Mon Nov 5 14:01:17 2012 +0000 web/jquery/ui/jquery-ui-datepicker-sr-RS-LATIN.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 16e8fce1 +commit 16e8fce15 Author: Campbell Morrison Date: Mon Nov 5 10:47:16 2012 +0000 @@ -59179,7 +61580,7 @@ Date: Mon Nov 5 10:47:16 2012 +0000 web/language.inc | 4 +-- 4 files changed, 35 insertions(+), 2 deletions(-) -commit e1c20c5e +commit e1c20c5ee Author: John Beranek Date: Mon Nov 5 00:05:28 2012 +0000 @@ -59189,7 +61590,7 @@ Date: Mon Nov 5 00:05:28 2012 +0000 web/language.inc | 2 -- 1 file changed, 2 deletions(-) -commit 572e621c +commit 572e621c7 Author: John Beranek Date: Sun Nov 4 23:57:49 2012 +0000 @@ -59202,7 +61603,7 @@ Date: Sun Nov 4 23:57:49 2012 +0000 web/language.inc | 55 +++- 2 files changed, 560 insertions(+), 5 deletions(-) -commit b1beea89 +commit b1beea89b Author: Campbell Morrison Date: Fri Nov 2 11:32:52 2012 +0000 @@ -59211,7 +61612,7 @@ Date: Fri Nov 2 11:32:52 2012 +0000 web/report.php | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) -commit 04384272 +commit 04384272a Author: Campbell Morrison Date: Wed Oct 31 12:45:36 2012 +0000 @@ -59220,7 +61621,7 @@ Date: Wed Oct 31 12:45:36 2012 +0000 web/report.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 438d799a +commit 438d799ab Author: Campbell Morrison Date: Wed Oct 31 09:00:47 2012 +0000 @@ -59231,7 +61632,7 @@ Date: Wed Oct 31 09:00:47 2012 +0000 web/report.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) -commit 46d8b0c8 +commit 46d8b0c87 Author: Campbell Morrison Date: Tue Oct 30 21:04:19 2012 +0000 @@ -59240,7 +61641,7 @@ Date: Tue Oct 30 21:04:19 2012 +0000 web/edit_entry.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit 44bcdde4 +commit 44bcdde4c Author: Campbell Morrison Date: Tue Oct 30 16:37:32 2012 +0000 @@ -59249,7 +61650,7 @@ Date: Tue Oct 30 16:37:32 2012 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 463cca0f +commit 463cca0f4 Author: Campbell Morrison Date: Tue Oct 30 11:51:36 2012 +0000 @@ -59259,7 +61660,7 @@ Date: Tue Oct 30 11:51:36 2012 +0000 web/systemdefaults.inc.php | 8 ++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) -commit 9b344680 +commit 9b3446804 Author: Campbell Morrison Date: Tue Oct 30 11:50:56 2012 +0000 @@ -59268,7 +61669,7 @@ Date: Tue Oct 30 11:50:56 2012 +0000 web/internalconfig.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 14932526 +commit 149325265 Author: Campbell Morrison Date: Tue Oct 30 10:56:16 2012 +0000 @@ -59279,7 +61680,7 @@ Date: Tue Oct 30 10:56:16 2012 +0000 web/functions.inc | 37 ++++++++++++++++++++++--------------- 3 files changed, 40 insertions(+), 29 deletions(-) -commit 51f49f48 +commit 51f49f481 Author: Campbell Morrison Date: Tue Oct 30 09:04:46 2012 +0000 @@ -59289,7 +61690,7 @@ Date: Tue Oct 30 09:04:46 2012 +0000 web/grab_globals.inc.php | 10 ++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) -commit 5b43705b +commit 5b43705be Author: Campbell Morrison Date: Mon Oct 29 15:44:45 2012 +0000 @@ -59302,7 +61703,7 @@ Date: Mon Oct 29 15:44:45 2012 +0000 web/systemdefaults.inc.php | 5 ++-- 5 files changed, 72 insertions(+), 48 deletions(-) -commit ba14bfd6 +commit ba14bfd6f Author: Campbell Morrison Date: Mon Oct 29 12:07:23 2012 +0000 @@ -59311,7 +61712,7 @@ Date: Mon Oct 29 12:07:23 2012 +0000 web/mrbs_sql.inc | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) -commit defff463 +commit defff463a Author: Campbell Morrison Date: Mon Oct 29 11:21:19 2012 +0000 @@ -59320,7 +61721,7 @@ Date: Mon Oct 29 11:21:19 2012 +0000 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a8ccf5a1 +commit a8ccf5a16 Author: Campbell Morrison Date: Mon Oct 29 11:16:19 2012 +0000 @@ -59329,7 +61730,7 @@ Date: Mon Oct 29 11:16:19 2012 +0000 web/functions_view.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 54a134b9 +commit 54a134b9e Author: Campbell Morrison Date: Mon Oct 29 11:07:51 2012 +0000 @@ -59338,7 +61739,7 @@ Date: Mon Oct 29 11:07:51 2012 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4c69adf2 +commit 4c69adf28 Author: Campbell Morrison Date: Sun Oct 28 09:12:46 2012 +0000 @@ -59353,7 +61754,7 @@ Date: Sun Oct 28 09:12:46 2012 +0000 web/systemdefaults.inc.php | 27 ++++++-- 7 files changed, 291 insertions(+), 119 deletions(-) -commit 8fb5eeb4 +commit 8fb5eeb4e Author: Campbell Morrison Date: Sat Oct 27 14:19:33 2012 +0000 @@ -59362,7 +61763,7 @@ Date: Sat Oct 27 14:19:33 2012 +0000 web/functions.inc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) -commit 1758b026 +commit 1758b0261 Author: Campbell Morrison Date: Sat Oct 27 14:00:35 2012 +0000 @@ -59371,7 +61772,7 @@ Date: Sat Oct 27 14:00:35 2012 +0000 web/functions.inc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -commit be6a33d1 +commit be6a33d15 Author: Campbell Morrison Date: Fri Oct 26 15:09:37 2012 +0000 @@ -59380,7 +61781,7 @@ Date: Fri Oct 26 15:09:37 2012 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e14fafdd +commit e14fafdd3 Author: Campbell Morrison Date: Fri Oct 26 12:52:28 2012 +0000 @@ -59390,7 +61791,7 @@ Date: Fri Oct 26 12:52:28 2012 +0000 web/systemdefaults.inc.php | 5 ++ 2 files changed, 83 insertions(+), 43 deletions(-) -commit 251ac302 +commit 251ac302a Author: Campbell Morrison Date: Fri Oct 26 08:18:29 2012 +0000 @@ -59400,7 +61801,7 @@ Date: Fri Oct 26 08:18:29 2012 +0000 web/systemdefaults.inc.php | 6 + 2 files changed, 199 insertions(+), 133 deletions(-) -commit 2df6d9aa +commit 2df6d9aa1 Author: Campbell Morrison Date: Thu Oct 25 16:33:36 2012 +0000 @@ -59409,7 +61810,7 @@ Date: Thu Oct 25 16:33:36 2012 +0000 web/report.php | 136 +++++++++++++++++++++++++++-------------------- 1 file changed, 78 insertions(+), 58 deletions(-) -commit c323039a +commit c323039ad Author: Campbell Morrison Date: Thu Oct 25 16:17:57 2012 +0000 @@ -59418,7 +61819,7 @@ Date: Thu Oct 25 16:17:57 2012 +0000 web/report.php | 313 +++++++++++++++++++++++++---------------------- 1 file changed, 170 insertions(+), 143 deletions(-) -commit 5ac9dede +commit 5ac9dedee Author: Campbell Morrison Date: Thu Oct 25 15:29:16 2012 +0000 @@ -59427,7 +61828,7 @@ Date: Thu Oct 25 15:29:16 2012 +0000 web/report.php | 434 +++++++++++++++++++++-------------------------- 1 file changed, 195 insertions(+), 239 deletions(-) -commit d6d6baaf +commit d6d6baaf6 Author: Campbell Morrison Date: Wed Oct 24 17:05:21 2012 +0000 @@ -59436,7 +61837,7 @@ Date: Wed Oct 24 17:05:21 2012 +0000 web/functions.inc | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) -commit 9f073943 +commit 9f0739434 Author: Campbell Morrison Date: Wed Oct 24 12:44:18 2012 +0000 @@ -59445,7 +61846,7 @@ Date: Wed Oct 24 12:44:18 2012 +0000 web/functions.inc | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) -commit e0b351ee +commit e0b351ee6 Author: Campbell Morrison Date: Wed Oct 24 12:00:36 2012 +0000 @@ -59455,7 +61856,7 @@ Date: Wed Oct 24 12:00:36 2012 +0000 web/functions.inc | 29 +++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 4 deletions(-) -commit a5d1d61a +commit a5d1d61ac Author: Campbell Morrison Date: Wed Oct 24 11:45:49 2012 +0000 @@ -59465,7 +61866,7 @@ Date: Wed Oct 24 11:45:49 2012 +0000 web/js/edit_entry.js.php | 2 + 2 files changed, 112 insertions(+), 142 deletions(-) -commit cbbc29f9 +commit cbbc29f9b Author: Campbell Morrison Date: Wed Oct 24 10:27:27 2012 +0000 @@ -59475,7 +61876,7 @@ Date: Wed Oct 24 10:27:27 2012 +0000 web/functions.inc | 67 ++++++++++++++++++++++++++------------------ 2 files changed, 70 insertions(+), 47 deletions(-) -commit 047fa52c +commit 047fa52cb Author: Campbell Morrison Date: Wed Oct 24 09:26:27 2012 +0000 @@ -59488,7 +61889,7 @@ Date: Wed Oct 24 09:26:27 2012 +0000 web/internalconfig.inc.php | 2 -- 5 files changed, 38 insertions(+), 54 deletions(-) -commit 597bb9b2 +commit 597bb9b23 Author: Campbell Morrison Date: Mon Oct 22 16:53:57 2012 +0000 @@ -59502,7 +61903,7 @@ Date: Mon Oct 22 16:53:57 2012 +0000 web/search.php | 3 ++- 6 files changed, 22 insertions(+), 8 deletions(-) -commit def71e4c +commit def71e4cc Author: Campbell Morrison Date: Mon Oct 22 16:06:34 2012 +0000 @@ -59512,7 +61913,7 @@ Date: Mon Oct 22 16:06:34 2012 +0000 web/js/report.js.php | 29 +++++---------------------- 2 files changed, 43 insertions(+), 27 deletions(-) -commit c0129895 +commit c01298956 Author: Campbell Morrison Date: Mon Oct 22 15:19:54 2012 +0000 @@ -59522,7 +61923,7 @@ Date: Mon Oct 22 15:19:54 2012 +0000 web/report.php | 9 +++++---- 2 files changed, 29 insertions(+), 8 deletions(-) -commit 0a9df873 +commit 0a9df873f Author: Campbell Morrison Date: Mon Oct 22 14:06:42 2012 +0000 @@ -59531,7 +61932,7 @@ Date: Mon Oct 22 14:06:42 2012 +0000 web/js/report.js.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -commit 1c82fc82 +commit 1c82fc829 Author: Campbell Morrison Date: Mon Oct 22 13:38:21 2012 +0000 @@ -59541,7 +61942,7 @@ Date: Mon Oct 22 13:38:21 2012 +0000 web/report.php | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) -commit 4ff36a27 +commit 4ff36a27f Author: Campbell Morrison Date: Mon Oct 22 13:09:44 2012 +0000 @@ -59550,7 +61951,7 @@ Date: Mon Oct 22 13:09:44 2012 +0000 web/lang/lang.fr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 031d2a03 +commit 031d2a039 Author: Campbell Morrison Date: Mon Oct 22 12:01:28 2012 +0000 @@ -59559,7 +61960,7 @@ Date: Mon Oct 22 12:01:28 2012 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f363acb7 +commit f363acb71 Author: Campbell Morrison Date: Mon Oct 22 10:12:42 2012 +0000 @@ -59568,14 +61969,14 @@ Date: Mon Oct 22 10:12:42 2012 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2c8cdc3d -Merge: 3f150bdd 785110d9 +commit 2c8cdc3d2 +Merge: 3f150bdde 785110d9d Author: Campbell Morrison Date: Fri Oct 19 15:17:37 2012 +0000 Reintegrated the improved_repeat_interface back into the trunk. MRBS now has a simplified interface for making repeat bookings and the range of monthly repeats has been expanded. It is now possible to have monthly repeats on the last, second last, third last and fourth last weekdays of the month. (Last was possible before, but only if the first member of the series happened to be on the fifth weekday of a month). -commit 785110d9 (origin/improved_repeat_interface) +commit 785110d9d (origin/improved_repeat_interface) Author: Campbell Morrison Date: Fri Oct 19 15:02:09 2012 +0000 @@ -59589,7 +61990,7 @@ Date: Fri Oct 19 15:02:09 2012 +0000 web/site_faq_nl.html | 4 +-- 6 files changed, 22 insertions(+), 58 deletions(-) -commit c9a9d6fc +commit c9a9d6fce Author: Campbell Morrison Date: Fri Oct 19 14:19:11 2012 +0000 @@ -59598,7 +61999,7 @@ Date: Fri Oct 19 14:19:11 2012 +0000 web/edit_entry_handler.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) -commit ed33b600 +commit ed33b6004 Author: Campbell Morrison Date: Wed Oct 17 21:09:43 2012 +0000 @@ -59611,7 +62012,7 @@ Date: Wed Oct 17 21:09:43 2012 +0000 web/upgrade.inc | 14 +++++++------- 5 files changed, 11 insertions(+), 11 deletions(-) -commit 3f150bdd +commit 3f150bdde Author: Campbell Morrison Date: Wed Oct 17 21:04:25 2012 +0000 @@ -59620,7 +62021,7 @@ Date: Wed Oct 17 21:04:25 2012 +0000 web/upgrade.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit b5078f1d +commit b5078f1dd Author: Campbell Morrison Date: Wed Oct 17 20:59:06 2012 +0000 @@ -59631,7 +62032,7 @@ Date: Wed Oct 17 20:59:06 2012 +0000 web/upgrade/35/pgsql.sql | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) -commit 9d0ff7b6 +commit 9d0ff7b62 Author: Campbell Morrison Date: Tue Oct 16 19:44:38 2012 +0000 @@ -59641,7 +62042,7 @@ Date: Tue Oct 16 19:44:38 2012 +0000 web/css/mrbs.css.php | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) -commit 94cd3fb8 +commit 94cd3fb85 Author: Campbell Morrison Date: Tue Oct 16 09:32:19 2012 +0000 @@ -59651,7 +62052,7 @@ Date: Tue Oct 16 09:32:19 2012 +0000 web/edit_entry_handler.php | 11 +++++------ 2 files changed, 13 insertions(+), 9 deletions(-) -commit bb7335ff +commit bb7335ff6 Author: Campbell Morrison Date: Mon Oct 15 16:44:15 2012 +0000 @@ -59660,7 +62061,7 @@ Date: Mon Oct 15 16:44:15 2012 +0000 web/functions_mail.inc | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) -commit fe636e92 +commit fe636e924 Author: Campbell Morrison Date: Mon Oct 15 16:21:29 2012 +0000 @@ -59673,7 +62074,7 @@ Date: Mon Oct 15 16:21:29 2012 +0000 web/lang/lang.ja | 1 - 5 files changed, 21 insertions(+), 33 deletions(-) -commit 1f802472 +commit 1f8024725 Author: Campbell Morrison Date: Mon Oct 15 15:40:33 2012 +0000 @@ -59683,7 +62084,7 @@ Date: Mon Oct 15 15:40:33 2012 +0000 web/functions_view.inc | 4 +--- 2 files changed, 13 insertions(+), 7 deletions(-) -commit 47d0931a +commit 47d0931a7 Author: Campbell Morrison Date: Mon Oct 15 15:25:18 2012 +0000 @@ -59693,7 +62094,7 @@ Date: Mon Oct 15 15:25:18 2012 +0000 web/functions_view.inc | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) -commit 53575b96 +commit 53575b96c Author: Campbell Morrison Date: Mon Oct 15 15:04:04 2012 +0000 @@ -59702,7 +62103,7 @@ Date: Mon Oct 15 15:04:04 2012 +0000 web/edit_entry.php | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) -commit ed68dc39 +commit ed68dc398 Author: Campbell Morrison Date: Mon Oct 15 07:47:37 2012 +0000 @@ -59719,7 +62120,7 @@ Date: Mon Oct 15 07:47:37 2012 +0000 web/mrbs_sql.inc | 106 +++++++++++----------------- 9 files changed, 240 insertions(+), 131 deletions(-) -commit 9a774cb6 +commit 9a774cb6b Author: Campbell Morrison Date: Sun Oct 14 13:09:06 2012 +0000 @@ -59755,7 +62156,7 @@ Date: Sun Oct 14 13:09:06 2012 +0000 web/lang/lang.zh-tw | 1 - 28 files changed, 1 insertion(+), 28 deletions(-) -commit dfc881f1 +commit dfc881f1e Author: Campbell Morrison Date: Sun Oct 14 12:28:51 2012 +0000 @@ -59774,7 +62175,7 @@ Date: Sun Oct 14 12:28:51 2012 +0000 web/upgrade/35/pgsql.sql (new) | 4 +++ 11 files changed, 120 insertions(+), 7 deletions(-) -commit 78085235 +commit 780852358 Author: Campbell Morrison Date: Sun Oct 14 11:53:34 2012 +0000 @@ -59783,7 +62184,7 @@ Date: Sun Oct 14 11:53:34 2012 +0000 web/upgrade/33/pg.sql (gone) | 4 ---- 1 file changed, 4 deletions(-) -commit f5b264bc +commit f5b264bc1 Author: Campbell Morrison Date: Sun Oct 14 09:57:29 2012 +0000 @@ -59792,7 +62193,7 @@ Date: Sun Oct 14 09:57:29 2012 +0000 web/upgrade/33/pgsql.sql (new) | 4 ++++ 1 file changed, 4 insertions(+) -commit b322c291 +commit b322c2915 Author: Campbell Morrison Date: Fri Oct 12 19:08:08 2012 +0000 @@ -59801,7 +62202,7 @@ Date: Fri Oct 12 19:08:08 2012 +0000 web/mrbs_sql.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 604bf888 +commit 604bf8885 Author: Campbell Morrison Date: Fri Oct 12 17:19:00 2012 +0000 @@ -59810,7 +62211,7 @@ Date: Fri Oct 12 17:19:00 2012 +0000 web/edit_entry_handler.php | 335 +++++++++++++++++++---------------- 1 file changed, 178 insertions(+), 157 deletions(-) -commit 3989d5ce +commit 3989d5ce4 Author: Campbell Morrison Date: Fri Oct 12 16:20:02 2012 +0000 @@ -59819,7 +62220,7 @@ Date: Fri Oct 12 16:20:02 2012 +0000 web/mrbs_sql.inc | 125 +++++++++++++++++++++++---------------------- 1 file changed, 64 insertions(+), 61 deletions(-) -commit 2e2d1345 +commit 2e2d1345c Author: Campbell Morrison Date: Fri Oct 12 14:05:06 2012 +0000 @@ -59829,7 +62230,7 @@ Date: Fri Oct 12 14:05:06 2012 +0000 web/mrbs_sql.inc | 2 ++ 2 files changed, 37 insertions(+), 23 deletions(-) -commit 959ba427 +commit 959ba4276 Author: Campbell Morrison Date: Fri Oct 12 12:26:01 2012 +0000 @@ -59858,7 +62259,7 @@ Date: Fri Oct 12 12:26:01 2012 +0000 web/upgrade/33/pg.sql (new) | 4 ++ 21 files changed, 342 insertions(+), 71 deletions(-) -commit d28a976c +commit d28a976cc Author: Campbell Morrison Date: Thu Oct 11 10:55:28 2012 +0000 @@ -59870,7 +62271,7 @@ Date: Thu Oct 11 10:55:28 2012 +0000 web/pgsql.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -commit 3a261914 +commit 3a261914d Author: Campbell Morrison Date: Thu Oct 11 08:52:21 2012 +0000 @@ -59883,7 +62284,7 @@ Date: Thu Oct 11 08:52:21 2012 +0000 web/systemdefaults.inc.php | 3 ++- 5 files changed, 47 insertions(+), 6 deletions(-) -commit 544746d3 +commit 544746d35 Author: Campbell Morrison Date: Wed Oct 10 15:46:12 2012 +0000 @@ -59933,7 +62334,7 @@ Date: Wed Oct 10 15:46:12 2012 +0000 web/upgrade/31/pgsql.sql (new) | 12 ++++++++++++ 42 files changed, 75 insertions(+), 92 deletions(-) -commit 617a3dda +commit 617a3dda4 Author: Campbell Morrison Date: Wed Oct 10 13:01:59 2012 +0000 @@ -59969,7 +62370,7 @@ Date: Wed Oct 10 13:01:59 2012 +0000 web/lang/lang.zh-tw | 1 - 28 files changed, 1 insertion(+), 30 deletions(-) -commit c564ce6c +commit c564ce6c4 Author: Campbell Morrison Date: Wed Oct 10 12:50:29 2012 +0000 @@ -59978,7 +62379,7 @@ Date: Wed Oct 10 12:50:29 2012 +0000 web/functions.inc | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) -commit 444891fe +commit 444891fe6 Author: Campbell Morrison Date: Tue Oct 9 17:49:44 2012 +0000 @@ -59987,7 +62388,7 @@ Date: Tue Oct 9 17:49:44 2012 +0000 web/edit_entry.php | 162 +++++++++++++++++++------------------------ 1 file changed, 73 insertions(+), 89 deletions(-) -commit 531abd95 +commit 531abd95d Author: Campbell Morrison Date: Tue Oct 9 16:05:14 2012 +0000 @@ -59996,7 +62397,7 @@ Date: Tue Oct 9 16:05:14 2012 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1737af70 +commit 1737af704 Author: Campbell Morrison Date: Tue Oct 9 16:01:59 2012 +0000 @@ -60005,7 +62406,7 @@ Date: Tue Oct 9 16:01:59 2012 +0000 web/css/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b34e29c3 +commit b34e29c32 Author: Campbell Morrison Date: Tue Oct 9 15:29:51 2012 +0000 @@ -60014,7 +62415,7 @@ Date: Tue Oct 9 15:29:51 2012 +0000 web/edit_entry.php | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) -commit 56d3bf13 +commit 56d3bf13d Author: Campbell Morrison Date: Tue Oct 9 15:12:05 2012 +0000 @@ -60023,7 +62424,7 @@ Date: Tue Oct 9 15:12:05 2012 +0000 web/edit_entry.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 55e866ef +commit 55e866efd Author: Campbell Morrison Date: Tue Oct 9 14:25:11 2012 +0000 @@ -60032,7 +62433,7 @@ Date: Tue Oct 9 14:25:11 2012 +0000 web/edit_entry.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -commit 740d30da +commit 740d30da9 Author: Campbell Morrison Date: Tue Oct 9 13:07:42 2012 +0000 @@ -60041,7 +62442,7 @@ Date: Tue Oct 9 13:07:42 2012 +0000 web/js/edit_entry.js.php | 75 ++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 35 deletions(-) -commit c0a972b8 +commit c0a972b8c Author: Campbell Morrison Date: Fri Oct 5 17:20:16 2012 +0000 @@ -60050,7 +62451,7 @@ Date: Fri Oct 5 17:20:16 2012 +0000 web/functions.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 3971a64f +commit 3971a64ff Author: Campbell Morrison Date: Fri Oct 5 17:10:50 2012 +0000 @@ -60063,7 +62464,7 @@ Date: Fri Oct 5 17:10:50 2012 +0000 web/internalconfig.inc.php | 2 ++ 5 files changed, 99 insertions(+), 26 deletions(-) -commit f86f6c1f +commit f86f6c1fa Author: Campbell Morrison Date: Fri Oct 5 15:24:01 2012 +0000 @@ -60105,7 +62506,7 @@ Date: Fri Oct 5 15:24:01 2012 +0000 web/report.php | 12 +- 34 files changed, 420 insertions(+), 260 deletions(-) -commit 34f5e37b +commit 34f5e37ba Author: Campbell Morrison Date: Thu Oct 4 14:11:49 2012 +0000 @@ -60114,20 +62515,20 @@ Date: Thu Oct 4 14:11:49 2012 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 948359cd +commit 948359cda Author: Campbell Morrison Date: Thu Oct 4 08:49:21 2012 +0000 Created a branch for the development of an improved interface for the repeat options on the edit_entry form -commit 0d168247 -Merge: cec4a44f c617517e +commit 0d168247f +Merge: cec4a44fc c617517ec Author: Campbell Morrison Date: Thu Oct 4 08:44:23 2012 +0000 Reintegrated the flexible_day_end branch back into the trunk. MRBS now supports booking days that span midnight (if $eveningends is before $morningstarts then it is assumed to be on the following day). At the same time a number of problems to do with DST handling have been fixed, particularly the display of the transition hours and the operation of MRBS in timezones where the DST change is not 1 hour. Also the use of the deprecated $is_dst parameter to mktime() has been eliminated. -commit cec4a44f +commit cec4a44fc Author: John Beranek Date: Wed Oct 3 21:01:50 2012 +0000 @@ -60136,7 +62537,7 @@ Date: Wed Oct 3 21:01:50 2012 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 16874c5b (tag: mrbs-1_4_9) +commit 16874c5ba (tag: mrbs-1_4_9) Author: John Beranek Date: Wed Oct 3 20:05:11 2012 +0000 @@ -60146,7 +62547,7 @@ Date: Wed Oct 3 20:05:11 2012 +0000 NEWS | 106 +++ 2 files changed, 2157 insertions(+) -commit 15fe112c +commit 15fe112c6 Author: John Beranek Date: Wed Oct 3 20:03:53 2012 +0000 @@ -60155,7 +62556,7 @@ Date: Wed Oct 3 20:03:53 2012 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c617517e (origin/flexible_day_end) +commit c617517ec (origin/flexible_day_end) Author: Campbell Morrison Date: Wed Oct 3 19:43:09 2012 +0000 @@ -60164,7 +62565,7 @@ Date: Wed Oct 3 19:43:09 2012 +0000 web/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ac472352 +commit ac4723523 Author: Campbell Morrison Date: Wed Oct 3 19:35:57 2012 +0000 @@ -60173,7 +62574,7 @@ Date: Wed Oct 3 19:35:57 2012 +0000 web/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2e55de01 +commit 2e55de016 Author: Campbell Morrison Date: Wed Oct 3 14:39:01 2012 +0000 @@ -60182,7 +62583,7 @@ Date: Wed Oct 3 14:39:01 2012 +0000 web/import.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit ea401947 +commit ea4019470 Author: Campbell Morrison Date: Wed Oct 3 14:11:37 2012 +0000 @@ -60192,7 +62593,7 @@ Date: Wed Oct 3 14:11:37 2012 +0000 web/functions_table.inc | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) -commit 06206fe5 +commit 06206fe5d Author: Campbell Morrison Date: Wed Oct 3 13:33:02 2012 +0000 @@ -60201,7 +62602,7 @@ Date: Wed Oct 3 13:33:02 2012 +0000 web/edit_entry.php | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) -commit ab7baf47 +commit ab7baf47a Author: Campbell Morrison Date: Wed Oct 3 12:53:23 2012 +0000 @@ -60210,7 +62611,7 @@ Date: Wed Oct 3 12:53:23 2012 +0000 web/js/edit_entry.js.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit b1533474 +commit b1533474a Author: Campbell Morrison Date: Wed Oct 3 12:22:45 2012 +0000 @@ -60220,7 +62621,7 @@ Date: Wed Oct 3 12:22:45 2012 +0000 web/js/edit_entry.js.php | 19 +++++++++---------- 2 files changed, 11 insertions(+), 12 deletions(-) -commit b6ec62e9 +commit b6ec62e98 Author: Campbell Morrison Date: Wed Oct 3 11:26:42 2012 +0000 @@ -60229,7 +62630,7 @@ Date: Wed Oct 3 11:26:42 2012 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 98620bc8 +commit 98620bc86 Author: Campbell Morrison Date: Wed Oct 3 11:20:58 2012 +0000 @@ -60239,7 +62640,7 @@ Date: Wed Oct 3 11:20:58 2012 +0000 web/js/edit_entry.js.php | 32 +++++++++++++++++--------------- 2 files changed, 18 insertions(+), 16 deletions(-) -commit 1b9f1a12 +commit 1b9f1a12c Author: Campbell Morrison Date: Wed Oct 3 10:29:55 2012 +0000 @@ -60248,7 +62649,7 @@ Date: Wed Oct 3 10:29:55 2012 +0000 web/js/edit_entry.js.php | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) -commit ff3a9b27 +commit ff3a9b274 Author: Campbell Morrison Date: Wed Oct 3 10:24:45 2012 +0000 @@ -60257,7 +62658,7 @@ Date: Wed Oct 3 10:24:45 2012 +0000 web/js/edit_entry.js.php | 194 +++++++++++++++++++++---------------- 1 file changed, 108 insertions(+), 86 deletions(-) -commit 211d779b +commit 211d779bd Author: Campbell Morrison Date: Tue Oct 2 19:57:23 2012 +0000 @@ -60266,7 +62667,7 @@ Date: Tue Oct 2 19:57:23 2012 +0000 web/areadefaults.inc.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit 8d5c3e61 +commit 8d5c3e61a Author: Campbell Morrison Date: Tue Oct 2 16:51:17 2012 +0000 @@ -60275,7 +62676,7 @@ Date: Tue Oct 2 16:51:17 2012 +0000 web/edit_entry_handler.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) -commit 5b567d37 +commit 5b567d37e Author: Campbell Morrison Date: Tue Oct 2 15:29:25 2012 +0000 @@ -60284,7 +62685,7 @@ Date: Tue Oct 2 15:29:25 2012 +0000 web/functions.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit b1d7d066 +commit b1d7d0665 Author: Campbell Morrison Date: Tue Oct 2 15:24:53 2012 +0000 @@ -60293,7 +62694,7 @@ Date: Tue Oct 2 15:24:53 2012 +0000 web/functions.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit db6f302d +commit db6f302d2 Author: Campbell Morrison Date: Tue Oct 2 15:09:29 2012 +0000 @@ -60303,7 +62704,7 @@ Date: Tue Oct 2 15:09:29 2012 +0000 web/js/edit_entry.js.php | 2 + 2 files changed, 41 insertions(+), 38 deletions(-) -commit 897e670e +commit 897e670e5 Author: Campbell Morrison Date: Tue Oct 2 09:32:47 2012 +0000 @@ -60312,7 +62713,7 @@ Date: Tue Oct 2 09:32:47 2012 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a8c3aabe +commit a8c3aabe8 Author: Campbell Morrison Date: Thu Sep 27 16:46:06 2012 +0000 @@ -60321,7 +62722,7 @@ Date: Thu Sep 27 16:46:06 2012 +0000 web/js/edit_entry.js.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 6588b51e +commit 6588b51e1 Author: Campbell Morrison Date: Thu Sep 27 16:37:57 2012 +0000 @@ -60330,7 +62731,7 @@ Date: Thu Sep 27 16:37:57 2012 +0000 web/js/edit_entry.js.php | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) -commit de2b1fc5 +commit de2b1fc5b Author: Campbell Morrison Date: Thu Sep 27 15:57:47 2012 +0000 @@ -60339,7 +62740,7 @@ Date: Thu Sep 27 15:57:47 2012 +0000 web/edit_entry_handler.php | 37 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 19 deletions(-) -commit f1829e12 +commit f1829e126 Author: Campbell Morrison Date: Thu Sep 27 15:24:40 2012 +0000 @@ -60348,7 +62749,7 @@ Date: Thu Sep 27 15:24:40 2012 +0000 web/js/edit_entry.js.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit f5f09a96 +commit f5f09a960 Author: Campbell Morrison Date: Thu Sep 27 15:13:59 2012 +0000 @@ -60357,7 +62758,7 @@ Date: Thu Sep 27 15:13:59 2012 +0000 web/js/edit_entry.js.php | 63 ++++++++++++++++++++++++++------------ 1 file changed, 44 insertions(+), 19 deletions(-) -commit e23fd63e +commit e23fd63e8 Author: Campbell Morrison Date: Wed Sep 26 16:31:53 2012 +0000 @@ -60366,7 +62767,7 @@ Date: Wed Sep 26 16:31:53 2012 +0000 web/functions_table.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 32e9324b +commit 32e9324b9 Author: Campbell Morrison Date: Wed Sep 26 16:27:18 2012 +0000 @@ -60375,7 +62776,7 @@ Date: Wed Sep 26 16:27:18 2012 +0000 web/js/edit_entry.js.php | 58 ++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 27 deletions(-) -commit b600ad95 +commit b600ad95c Author: Campbell Morrison Date: Wed Sep 26 16:10:21 2012 +0000 @@ -60384,7 +62785,7 @@ Date: Wed Sep 26 16:10:21 2012 +0000 web/report.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 0741e79e +commit 0741e79e0 Author: Campbell Morrison Date: Wed Sep 26 15:57:44 2012 +0000 @@ -60393,7 +62794,7 @@ Date: Wed Sep 26 15:57:44 2012 +0000 web/report.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 4f488a05 +commit 4f488a05f Author: Campbell Morrison Date: Wed Sep 26 15:41:26 2012 +0000 @@ -60407,7 +62808,7 @@ Date: Wed Sep 26 15:41:26 2012 +0000 web/mrbs_auth.inc | 1 + 6 files changed, 197 insertions(+), 85 deletions(-) -commit 64971fe6 +commit 64971fe63 Author: Campbell Morrison Date: Tue Sep 25 11:06:12 2012 +0000 @@ -60418,7 +62819,7 @@ Date: Tue Sep 25 11:06:12 2012 +0000 web/functions_table.inc | 46 +++++++++++++++++++-------------------- 3 files changed, 50 insertions(+), 43 deletions(-) -commit fe251d57 +commit fe251d57a Author: Campbell Morrison Date: Tue Sep 25 09:19:29 2012 +0000 @@ -60431,7 +62832,7 @@ Date: Tue Sep 25 09:19:29 2012 +0000 web/functions_table.inc | 60 ++++++++++++++----- 5 files changed, 138 insertions(+), 15 deletions(-) -commit a60e6dea +commit a60e6dea3 Author: Campbell Morrison Date: Wed Sep 19 17:17:59 2012 +0000 @@ -60440,7 +62841,7 @@ Date: Wed Sep 19 17:17:59 2012 +0000 web/js/edit_entry.js.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) -commit 3539c956 +commit 3539c956e Author: Campbell Morrison Date: Wed Sep 19 17:01:49 2012 +0000 @@ -60450,7 +62851,7 @@ Date: Wed Sep 19 17:01:49 2012 +0000 web/js/edit_entry.js.php | 117 +++++++++++++++++++++++++++---------- 2 files changed, 88 insertions(+), 86 deletions(-) -commit 8821c516 +commit 8821c516f Author: Campbell Morrison Date: Wed Sep 19 15:06:03 2012 +0000 @@ -60459,7 +62860,7 @@ Date: Wed Sep 19 15:06:03 2012 +0000 web/edit_entry.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) -commit fb7ea8c3 +commit fb7ea8c3d Author: Campbell Morrison Date: Wed Sep 19 14:55:35 2012 +0000 @@ -60470,7 +62871,7 @@ Date: Wed Sep 19 14:55:35 2012 +0000 web/functions_table.inc | 354 ++++++++++++++++---------------------- 3 files changed, 203 insertions(+), 218 deletions(-) -commit 38a222ed +commit 38a222ed6 Author: Campbell Morrison Date: Wed Sep 19 08:38:35 2012 +0000 @@ -60479,7 +62880,7 @@ Date: Wed Sep 19 08:38:35 2012 +0000 web/functions_table.inc | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) -commit 05f24529 +commit 05f245295 Author: Campbell Morrison Date: Tue Sep 18 14:16:25 2012 +0000 @@ -60489,7 +62890,7 @@ Date: Tue Sep 18 14:16:25 2012 +0000 web/functions_table.inc | 17 +++++------------ 2 files changed, 20 insertions(+), 12 deletions(-) -commit 023fda7b +commit 023fda7b3 Author: Campbell Morrison Date: Fri Sep 14 15:31:21 2012 +0000 @@ -60499,7 +62900,7 @@ Date: Fri Sep 14 15:31:21 2012 +0000 web/functions_table.inc | 12 +----------- 2 files changed, 18 insertions(+), 11 deletions(-) -commit bfc56c7f +commit bfc56c7f7 Author: Campbell Morrison Date: Fri Sep 14 14:26:20 2012 +0000 @@ -60508,7 +62909,7 @@ Date: Fri Sep 14 14:26:20 2012 +0000 web/functions.inc | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) -commit d0ca1ee6 +commit d0ca1ee60 Author: Campbell Morrison Date: Fri Sep 14 11:52:25 2012 +0000 @@ -60517,7 +62918,7 @@ Date: Fri Sep 14 11:52:25 2012 +0000 web/functions_table.inc | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) -commit cbfec248 +commit cbfec248e Author: Campbell Morrison Date: Fri Sep 14 09:27:12 2012 +0000 @@ -60526,7 +62927,7 @@ Date: Fri Sep 14 09:27:12 2012 +0000 web/edit_entry_handler.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) -commit 66786664 +commit 667866642 Author: Campbell Morrison Date: Thu Sep 13 15:19:12 2012 +0000 @@ -60535,7 +62936,7 @@ Date: Thu Sep 13 15:19:12 2012 +0000 web/functions_table.inc | 73 +++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 38 deletions(-) -commit 41a048b4 +commit 41a048b4d Author: Campbell Morrison Date: Thu Sep 13 14:20:43 2012 +0000 @@ -60544,7 +62945,7 @@ Date: Thu Sep 13 14:20:43 2012 +0000 web/functions.inc | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) -commit 634b43f5 +commit 634b43f5c Author: Campbell Morrison Date: Thu Sep 13 14:03:07 2012 +0000 @@ -60556,7 +62957,7 @@ Date: Thu Sep 13 14:03:07 2012 +0000 web/functions_table.inc | 46 ------------------------------------ 4 files changed, 48 insertions(+), 50 deletions(-) -commit 7ce3fdd3 +commit 7ce3fdd3c Author: Campbell Morrison Date: Thu Sep 13 13:45:52 2012 +0000 @@ -60565,7 +62966,7 @@ Date: Thu Sep 13 13:45:52 2012 +0000 web/functions_table.inc | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) -commit 20db818b +commit 20db818b5 Author: Campbell Morrison Date: Thu Sep 13 13:27:13 2012 +0000 @@ -60574,7 +62975,7 @@ Date: Thu Sep 13 13:27:13 2012 +0000 web/functions_table.inc | 44 +++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 20 deletions(-) -commit ed3e5230 +commit ed3e52307 Author: Campbell Morrison Date: Thu Sep 13 13:11:10 2012 +0000 @@ -60584,7 +62985,7 @@ Date: Thu Sep 13 13:11:10 2012 +0000 web/functions_table.inc | 22 +++++++++++++--------- 2 files changed, 15 insertions(+), 11 deletions(-) -commit 1f17acc3 +commit 1f17acc39 Author: Campbell Morrison Date: Thu Sep 13 12:16:50 2012 +0000 @@ -60593,7 +62994,7 @@ Date: Thu Sep 13 12:16:50 2012 +0000 web/month.php | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) -commit cae13135 +commit cae131357 Author: Campbell Morrison Date: Thu Sep 13 12:06:27 2012 +0000 @@ -60602,7 +63003,7 @@ Date: Thu Sep 13 12:06:27 2012 +0000 web/month.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit dfdef44e +commit dfdef44e0 Author: Campbell Morrison Date: Thu Sep 13 11:56:45 2012 +0000 @@ -60611,7 +63012,7 @@ Date: Thu Sep 13 11:56:45 2012 +0000 web/functions_table.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 47dacee1 +commit 47dacee18 Author: Campbell Morrison Date: Thu Sep 13 08:18:30 2012 +0000 @@ -60620,7 +63021,7 @@ Date: Thu Sep 13 08:18:30 2012 +0000 web/edit_entry.php | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) -commit 71331725 +commit 713317252 Author: Campbell Morrison Date: Wed Sep 12 15:52:31 2012 +0000 @@ -60629,7 +63030,7 @@ Date: Wed Sep 12 15:52:31 2012 +0000 web/functions_table.inc | 50 ++++++++++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 11 deletions(-) -commit 04838d08 +commit 04838d08b Author: Campbell Morrison Date: Wed Sep 12 15:14:25 2012 +0000 @@ -60638,7 +63039,7 @@ Date: Wed Sep 12 15:14:25 2012 +0000 web/functions_table.inc | 74 +++++++++++++++++++++++++-------------- 1 file changed, 48 insertions(+), 26 deletions(-) -commit eb0b2b90 +commit eb0b2b90a Author: Campbell Morrison Date: Wed Sep 12 13:57:33 2012 +0000 @@ -60647,7 +63048,7 @@ Date: Wed Sep 12 13:57:33 2012 +0000 web/functions_table.inc | 45 +++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 25 deletions(-) -commit ff033a1e +commit ff033a1ed Author: Campbell Morrison Date: Wed Sep 12 13:20:50 2012 +0000 @@ -60656,7 +63057,7 @@ Date: Wed Sep 12 13:20:50 2012 +0000 web/functions_table.inc | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) -commit afd5eb85 +commit afd5eb856 Author: Campbell Morrison Date: Wed Sep 12 12:51:57 2012 +0000 @@ -60667,7 +63068,7 @@ Date: Wed Sep 12 12:51:57 2012 +0000 web/js/edit_area_room.js.php | 37 ++++++++++++++++++++-------------- 3 files changed, 25 insertions(+), 19 deletions(-) -commit daa9f3a9 +commit daa9f3a99 Author: Campbell Morrison Date: Wed Sep 12 09:47:04 2012 +0000 @@ -60681,7 +63082,7 @@ Date: Wed Sep 12 09:47:04 2012 +0000 web/pgsql.inc | 3 +++ 6 files changed, 29 insertions(+), 10 deletions(-) -commit 90e7089e +commit 90e7089e0 Author: Campbell Morrison Date: Wed Sep 12 09:25:17 2012 +0000 @@ -60695,7 +63096,7 @@ Date: Wed Sep 12 09:25:17 2012 +0000 web/pgsql.inc | 3 +++ 6 files changed, 29 insertions(+), 10 deletions(-) -commit 300464ac +commit 300464ac4 Author: Campbell Morrison Date: Tue Sep 11 15:48:25 2012 +0000 @@ -60705,7 +63106,7 @@ Date: Tue Sep 11 15:48:25 2012 +0000 web/js/edit_area_room.js.php | 137 +++++++++++++++++++++++++++++++++ 2 files changed, 147 insertions(+), 119 deletions(-) -commit cb4b1345 +commit cb4b13456 Author: Campbell Morrison Date: Tue Sep 11 15:43:51 2012 +0000 @@ -60715,13 +63116,13 @@ Date: Tue Sep 11 15:43:51 2012 +0000 web/js/edit_area_room.js.php | 137 +++++++++++++++++++++++++++++++++ 2 files changed, 147 insertions(+), 119 deletions(-) -commit c8809ca4 +commit c8809ca46 Author: Campbell Morrison Date: Tue Sep 11 10:34:23 2012 +0000 Created a new branch for the development of a day end past midnight -commit 3ee95e97 +commit 3ee95e977 Author: Campbell Morrison Date: Tue Sep 11 09:10:07 2012 +0000 @@ -60730,7 +63131,7 @@ Date: Tue Sep 11 09:10:07 2012 +0000 web/language.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit dfe5147e +commit dfe5147e3 Author: Campbell Morrison Date: Sun Sep 9 13:56:24 2012 +0000 @@ -60740,7 +63141,7 @@ Date: Sun Sep 9 13:56:24 2012 +0000 web/js/edit_entry.js.php | 74 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 73 deletions(-) -commit 5945cc6f +commit 5945cc6f5 Author: Campbell Morrison Date: Sat Sep 8 17:16:36 2012 +0000 @@ -60750,7 +63151,7 @@ Date: Sat Sep 8 17:16:36 2012 +0000 web/edit_users.php | 14 ++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) -commit fd2e85a6 +commit fd2e85a6d Author: Campbell Morrison Date: Fri Sep 7 15:59:57 2012 +0000 @@ -60759,7 +63160,7 @@ Date: Fri Sep 7 15:59:57 2012 +0000 web/session/session_php.inc | 3 +++ 1 file changed, 3 insertions(+) -commit 4e9a682f +commit 4e9a682ff Author: Campbell Morrison Date: Thu Sep 6 07:30:03 2012 +0000 @@ -60768,7 +63169,7 @@ Date: Thu Sep 6 07:30:03 2012 +0000 web/functions_ical.inc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) -commit 7f01e893 +commit 7f01e8936 Author: Campbell Morrison Date: Wed Sep 5 16:57:53 2012 +0000 @@ -60777,7 +63178,7 @@ Date: Wed Sep 5 16:57:53 2012 +0000 web/functions_ical.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 78dd2188 +commit 78dd2188b Author: Campbell Morrison Date: Wed Sep 5 16:46:45 2012 +0000 @@ -60786,7 +63187,7 @@ Date: Wed Sep 5 16:46:45 2012 +0000 web/functions_ical.inc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) -commit c12f15d2 +commit c12f15d29 Author: Campbell Morrison Date: Wed Sep 5 15:57:39 2012 +0000 @@ -60795,7 +63196,7 @@ Date: Wed Sep 5 15:57:39 2012 +0000 web/language.inc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -commit e6d21b6f +commit e6d21b6f6 Author: Campbell Morrison Date: Wed Sep 5 14:21:11 2012 +0000 @@ -60804,7 +63205,7 @@ Date: Wed Sep 5 14:21:11 2012 +0000 web/js/edit_entry.js.php | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) -commit 33a0bd2a +commit 33a0bd2af Author: Campbell Morrison Date: Wed Sep 5 13:15:28 2012 +0000 @@ -60814,7 +63215,7 @@ Date: Wed Sep 5 13:15:28 2012 +0000 web/systemdefaults.inc.php | 4 ++- 2 files changed, 42 insertions(+), 15 deletions(-) -commit 8a666d5a +commit 8a666d5ab Author: Campbell Morrison Date: Mon Sep 3 16:20:02 2012 +0000 @@ -60824,7 +63225,7 @@ Date: Mon Sep 3 16:20:02 2012 +0000 web/mysqli.inc | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) -commit dafdfd5a +commit dafdfd5ab Author: John Beranek Date: Wed Aug 15 19:54:44 2012 +0000 @@ -60833,7 +63234,7 @@ Date: Wed Aug 15 19:54:44 2012 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4ffb4b67 +commit 4ffb4b67e Author: Campbell Morrison Date: Tue Aug 14 20:16:16 2012 +0000 @@ -60844,7 +63245,7 @@ Date: Tue Aug 14 20:16:16 2012 +0000 web/js/edit_entry.js.php | 147 +++++++++++++++++++++++++++++++++ 3 files changed, 161 insertions(+), 155 deletions(-) -commit b2d311de +commit b2d311de9 Author: Campbell Morrison Date: Tue Aug 14 19:53:35 2012 +0000 @@ -60853,7 +63254,7 @@ Date: Tue Aug 14 19:53:35 2012 +0000 web/js/report.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 08d470dc +commit 08d470dc7 Author: Campbell Morrison Date: Tue Aug 14 19:50:13 2012 +0000 @@ -60862,7 +63263,7 @@ Date: Tue Aug 14 19:50:13 2012 +0000 web/js/datatables.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit db430533 +commit db4305335 Author: Campbell Morrison Date: Tue Aug 14 19:46:27 2012 +0000 @@ -60871,7 +63272,7 @@ Date: Tue Aug 14 19:46:27 2012 +0000 web/js/resizable.js.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -commit 66fbbfff +commit 66fbbfffa Author: Campbell Morrison Date: Tue Aug 14 17:10:24 2012 +0000 @@ -60880,7 +63281,7 @@ Date: Tue Aug 14 17:10:24 2012 +0000 web/js/resizable.js.php | 968 +++++++++++++++++++------------------- 1 file changed, 486 insertions(+), 482 deletions(-) -commit dd475623 +commit dd4756237 Author: Campbell Morrison Date: Tue Aug 14 15:57:56 2012 +0000 @@ -60889,7 +63290,7 @@ Date: Tue Aug 14 15:57:56 2012 +0000 web/js/edit_entry.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9c9cbbac +commit 9c9cbbac6 Author: Campbell Morrison Date: Tue Aug 14 15:53:50 2012 +0000 @@ -60913,7 +63314,7 @@ Date: Tue Aug 14 15:53:50 2012 +0000 web/js/search.js.php | 5 +++++ 16 files changed, 81 insertions(+), 2 deletions(-) -commit 6ea6da1f +commit 6ea6da1f8 Author: Campbell Morrison Date: Tue Aug 14 15:02:50 2012 +0000 @@ -60923,7 +63324,7 @@ Date: Tue Aug 14 15:02:50 2012 +0000 web/js/report.js.php | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) -commit 7d73c1cd +commit 7d73c1cdf Author: Campbell Morrison Date: Tue Aug 14 07:36:35 2012 +0000 @@ -60936,7 +63337,7 @@ Date: Tue Aug 14 07:36:35 2012 +0000 web/js/search.js.php | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) -commit ba7ef72e +commit ba7ef72e8 Author: Campbell Morrison Date: Mon Aug 13 21:36:59 2012 +0000 @@ -60956,7 +63357,7 @@ Date: Mon Aug 13 21:36:59 2012 +0000 web/js/search.js.php | 3 ++- 12 files changed, 16 insertions(+), 12 deletions(-) -commit 0f3d0853 +commit 0f3d08538 Author: Campbell Morrison Date: Mon Aug 13 21:14:51 2012 +0000 @@ -60965,7 +63366,7 @@ Date: Mon Aug 13 21:14:51 2012 +0000 web/js/edit_entry.js.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 5df70ad9 +commit 5df70ad96 Author: Campbell Morrison Date: Mon Aug 13 20:56:47 2012 +0000 @@ -60974,7 +63375,7 @@ Date: Mon Aug 13 20:56:47 2012 +0000 web/js/edit_entry.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit f4d9170b +commit f4d9170b4 Author: Campbell Morrison Date: Mon Aug 13 20:47:43 2012 +0000 @@ -60983,7 +63384,7 @@ Date: Mon Aug 13 20:47:43 2012 +0000 web/js/edit_entry.js.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) -commit 0fda3ce0 +commit 0fda3ce01 Author: Campbell Morrison Date: Sun Aug 12 19:48:31 2012 +0000 @@ -60992,7 +63393,7 @@ Date: Sun Aug 12 19:48:31 2012 +0000 web/js/refresh.js.php | 62 ++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 28 deletions(-) -commit f04649bb +commit f04649bb1 Author: Campbell Morrison Date: Sun Aug 12 19:15:36 2012 +0000 @@ -61001,7 +63402,7 @@ Date: Sun Aug 12 19:15:36 2012 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a5620ead +commit a5620ead7 Author: Campbell Morrison Date: Sun Aug 12 19:11:43 2012 +0000 @@ -61016,7 +63417,7 @@ Date: Sun Aug 12 19:11:43 2012 +0000 web/week.php | 40 ++++++++++--------- 7 files changed, 166 insertions(+), 65 deletions(-) -commit c673b626 +commit c673b6264 Author: Campbell Morrison Date: Sun Aug 12 08:41:50 2012 +0000 @@ -61025,7 +63426,7 @@ Date: Sun Aug 12 08:41:50 2012 +0000 web/lang/lang.cs | 349 +++++++++++++++++++++++++++++++++------------ 1 file changed, 260 insertions(+), 89 deletions(-) -commit 43244ffa +commit 43244ffa3 Author: Campbell Morrison Date: Sun Aug 12 07:54:55 2012 +0000 @@ -61034,7 +63435,7 @@ Date: Sun Aug 12 07:54:55 2012 +0000 web/lang/lang.ja | 310 +++++++++++++++++++++++++++++++++------------ 1 file changed, 231 insertions(+), 79 deletions(-) -commit 52e5855f +commit 52e5855f9 Author: Campbell Morrison Date: Fri Aug 10 14:47:00 2012 +0000 @@ -61043,7 +63444,7 @@ Date: Fri Aug 10 14:47:00 2012 +0000 web/mrbs_sql.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 016b3a0f +commit 016b3a0f4 Author: Campbell Morrison Date: Thu Aug 9 16:10:32 2012 +0000 @@ -61052,7 +63453,7 @@ Date: Thu Aug 9 16:10:32 2012 +0000 web/report.php | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) -commit 3186934b +commit 3186934b2 Author: John Beranek Date: Wed Aug 1 21:06:31 2012 +0000 @@ -61064,7 +63465,7 @@ Date: Wed Aug 1 21:06:31 2012 +0000 web/upgrade/25/pgsql.sql | 6 +++- 4 files changed, 144 insertions(+), 2 deletions(-) -commit 9a2f30f2 +commit 9a2f30f20 Author: Campbell Morrison Date: Thu Jul 26 17:51:13 2012 +0000 @@ -61073,7 +63474,7 @@ Date: Thu Jul 26 17:51:13 2012 +0000 web/import.php | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) -commit 714a2a5b +commit 714a2a5b5 Author: Campbell Morrison Date: Thu Jul 26 14:48:33 2012 +0000 @@ -61082,7 +63483,7 @@ Date: Thu Jul 26 14:48:33 2012 +0000 web/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 25921531 +commit 25921531f Author: Campbell Morrison Date: Wed Jul 25 16:35:19 2012 +0000 @@ -61091,7 +63492,7 @@ Date: Wed Jul 25 16:35:19 2012 +0000 web/day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 75949b0d +commit 75949b0db Author: Campbell Morrison Date: Wed Jul 25 15:50:45 2012 +0000 @@ -61102,7 +63503,7 @@ Date: Wed Jul 25 15:50:45 2012 +0000 web/js/search.js.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit a03ae35c +commit a03ae35cf Author: Campbell Morrison Date: Wed Jul 25 15:35:16 2012 +0000 @@ -61111,7 +63512,7 @@ Date: Wed Jul 25 15:35:16 2012 +0000 web/js/general.js.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -commit 15c8fc8c +commit 15c8fc8cb Author: Campbell Morrison Date: Wed Jul 25 14:28:54 2012 +0000 @@ -61123,7 +63524,7 @@ Date: Wed Jul 25 14:28:54 2012 +0000 web/js.inc | 2 +- 4 files changed, 397 insertions(+), 445 deletions(-) -commit 10bb28d6 +commit 10bb28d6a Author: Campbell Morrison Date: Wed Jul 25 14:06:59 2012 +0000 @@ -61134,7 +63535,7 @@ Date: Wed Jul 25 14:06:59 2012 +0000 web/js.inc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) -commit 2ab5800c +commit 2ab5800ca Author: Campbell Morrison Date: Wed Jul 25 10:12:11 2012 +0000 @@ -61143,7 +63544,7 @@ Date: Wed Jul 25 10:12:11 2012 +0000 web/lang/lang.th | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit bf5df207 +commit bf5df207b Author: Campbell Morrison Date: Mon Jul 23 14:44:55 2012 +0000 @@ -61152,7 +63553,7 @@ Date: Mon Jul 23 14:44:55 2012 +0000 web/functions_mail.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 03ec465c +commit 03ec465c0 Author: Campbell Morrison Date: Mon Jul 23 14:15:44 2012 +0000 @@ -61162,7 +63563,7 @@ Date: Mon Jul 23 14:15:44 2012 +0000 web/lang/lang.en | 1 + 2 files changed, 18 insertions(+), 1 deletion(-) -commit e6b9076e +commit e6b9076e4 Author: Campbell Morrison Date: Sun Jul 22 16:15:17 2012 +0000 @@ -61171,7 +63572,7 @@ Date: Sun Jul 22 16:15:17 2012 +0000 web/js/pending.js.php | 1 + 1 file changed, 1 insertion(+) -commit 58e4d40c +commit 58e4d40c5 Author: Campbell Morrison Date: Sun Jul 22 15:20:38 2012 +0000 @@ -61180,7 +63581,7 @@ Date: Sun Jul 22 15:20:38 2012 +0000 web/Themes/default/header.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 98447092 +commit 98447092a Author: Campbell Morrison Date: Sun Jul 22 14:16:49 2012 +0000 @@ -61189,7 +63590,7 @@ Date: Sun Jul 22 14:16:49 2012 +0000 web/edit_users.php | 1 + 1 file changed, 1 insertion(+) -commit 924c7584 +commit 924c75844 Author: Campbell Morrison Date: Sun Jul 22 14:02:39 2012 +0000 @@ -61199,7 +63600,7 @@ Date: Sun Jul 22 14:02:39 2012 +0000 web/edit_users.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -commit 6ef18657 +commit 6ef186571 Author: Campbell Morrison Date: Sun Jul 22 12:53:40 2012 +0000 @@ -61208,7 +63609,7 @@ Date: Sun Jul 22 12:53:40 2012 +0000 web/edit_users.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit fe7ee32d +commit fe7ee32d1 Author: Campbell Morrison Date: Fri Jul 20 15:00:47 2012 +0000 @@ -61217,7 +63618,7 @@ Date: Fri Jul 20 15:00:47 2012 +0000 web/edit_users.php | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) -commit 4d612e26 +commit 4d612e261 Author: Campbell Morrison Date: Fri Jul 20 14:29:27 2012 +0000 @@ -61233,7 +63634,7 @@ Date: Fri Jul 20 14:29:27 2012 +0000 web/session/session_remote_user.inc | 2 +- 8 files changed, 207 insertions(+), 127 deletions(-) -commit 4d06cb79 +commit 4d06cb79b Author: Campbell Morrison Date: Fri Jul 20 11:31:37 2012 +0000 @@ -61244,7 +63645,7 @@ Date: Fri Jul 20 11:31:37 2012 +0000 web/systemdefaults.inc.php | 8 ++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) -commit 1816f2cc +commit 1816f2cc5 Author: Campbell Morrison Date: Thu Jul 19 08:13:23 2012 +0000 @@ -61254,7 +63655,7 @@ Date: Thu Jul 19 08:13:23 2012 +0000 web/functions.inc | 19 +++++++++++++++---- 2 files changed, 16 insertions(+), 10 deletions(-) -commit 470d426f +commit 470d426f5 Author: Campbell Morrison Date: Thu Jul 19 06:57:38 2012 +0000 @@ -61264,7 +63665,7 @@ Date: Thu Jul 19 06:57:38 2012 +0000 web/functions.inc | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) -commit 9e9bee3e +commit 9e9bee3e0 Author: Campbell Morrison Date: Wed Jul 18 13:08:45 2012 +0000 @@ -61273,7 +63674,7 @@ Date: Wed Jul 18 13:08:45 2012 +0000 web/js/datatables.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3e1f1966 +commit 3e1f19665 Author: Campbell Morrison Date: Wed Jul 18 10:54:42 2012 +0000 @@ -61315,7 +63716,7 @@ Date: Wed Jul 18 10:54:42 2012 +0000 web/week.php | 2 +- 34 files changed, 36 insertions(+), 36 deletions(-) -commit 19552352 +commit 19552352f Author: Campbell Morrison Date: Wed Jul 18 09:52:16 2012 +0000 @@ -61325,13 +63726,13 @@ Date: Wed Jul 18 09:52:16 2012 +0000 web/js.inc | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) -commit a4b6002f +commit a4b6002fc Author: Campbell Morrison Date: Tue Jul 17 10:22:46 2012 +0000 Removed eol-style property from timezone definition files (see SF ID 3535135) -commit 8852d5bc +commit 8852d5bc2 Author: Campbell Morrison Date: Tue Jul 17 08:10:59 2012 +0000 @@ -61340,7 +63741,7 @@ Date: Tue Jul 17 08:10:59 2012 +0000 web/js/edit_entry.js.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit cafc2002 +commit cafc2002b Author: Campbell Morrison Date: Fri Jul 13 16:19:06 2012 +0000 @@ -61349,7 +63750,7 @@ Date: Fri Jul 13 16:19:06 2012 +0000 web/language.inc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -commit 54e96ea7 +commit 54e96ea7a Author: Campbell Morrison Date: Fri Jul 13 14:08:22 2012 +0000 @@ -61361,7 +63762,7 @@ Date: Fri Jul 13 14:08:22 2012 +0000 web/week.php | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) -commit e1f82d94 +commit e1f82d94d Author: Campbell Morrison Date: Thu Jul 12 20:07:58 2012 +0000 @@ -61370,7 +63771,7 @@ Date: Thu Jul 12 20:07:58 2012 +0000 web/systemdefaults.inc.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 533c9d5f +commit 533c9d5f0 Author: Campbell Morrison Date: Wed Jul 11 17:52:10 2012 +0000 @@ -61379,7 +63780,7 @@ Date: Wed Jul 11 17:52:10 2012 +0000 web/report.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) -commit 2b941eb3 +commit 2b941eb33 Author: Campbell Morrison Date: Wed Jul 11 17:36:25 2012 +0000 @@ -61388,7 +63789,7 @@ Date: Wed Jul 11 17:36:25 2012 +0000 web/systemdefaults.inc.php | 2 ++ 1 file changed, 2 insertions(+) -commit 64a83ee3 +commit 64a83ee3a Author: Campbell Morrison Date: Wed Jul 11 16:53:05 2012 +0000 @@ -61397,7 +63798,7 @@ Date: Wed Jul 11 16:53:05 2012 +0000 web/report.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit b7f51e99 +commit b7f51e999 Author: Campbell Morrison Date: Wed Jul 11 16:42:08 2012 +0000 @@ -61406,7 +63807,7 @@ Date: Wed Jul 11 16:42:08 2012 +0000 web/report.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 91f02f67 +commit 91f02f670 Author: Campbell Morrison Date: Wed Jul 11 16:14:02 2012 +0000 @@ -61415,7 +63816,7 @@ Date: Wed Jul 11 16:14:02 2012 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5766b752 +commit 5766b7527 Author: Campbell Morrison Date: Wed Jul 11 15:28:46 2012 +0000 @@ -61426,7 +63827,7 @@ Date: Wed Jul 11 15:28:46 2012 +0000 web/report.php | 329 +++++++++++++++++++---------------------- 3 files changed, 168 insertions(+), 176 deletions(-) -commit 07a3ae84 +commit 07a3ae845 Author: Campbell Morrison Date: Tue Jul 10 14:59:56 2012 +0000 @@ -61435,7 +63836,7 @@ Date: Tue Jul 10 14:59:56 2012 +0000 web/report.php | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) -commit b7be14fd +commit b7be14fdb Author: Campbell Morrison Date: Tue Jul 10 14:41:23 2012 +0000 @@ -61444,7 +63845,7 @@ Date: Tue Jul 10 14:41:23 2012 +0000 web/report.php | 55 ++++++++++++++++++------------------------------ 1 file changed, 21 insertions(+), 34 deletions(-) -commit 9f8db2b5 +commit 9f8db2b5a Author: Campbell Morrison Date: Tue Jul 10 08:37:11 2012 +0000 @@ -61453,7 +63854,7 @@ Date: Tue Jul 10 08:37:11 2012 +0000 web/report.php | 522 ++++++++++++++++++++++++----------------------- 1 file changed, 265 insertions(+), 257 deletions(-) -commit 08510936 +commit 08510936b Author: Campbell Morrison Date: Mon Jul 9 09:44:24 2012 +0000 @@ -61463,7 +63864,7 @@ Date: Mon Jul 9 09:44:24 2012 +0000 web/systemdefaults.inc.php | 10 +++------- 2 files changed, 19 insertions(+), 16 deletions(-) -commit b183d391 +commit b183d3910 Author: Campbell Morrison Date: Sun Jul 8 15:45:14 2012 +0000 @@ -61502,7 +63903,7 @@ Date: Sun Jul 8 15:45:14 2012 +0000 web/report.php | 219 ++++++++++++++--------------------- 31 files changed, 187 insertions(+), 283 deletions(-) -commit d329f810 +commit d329f810f Author: Campbell Morrison Date: Fri Jul 6 15:53:05 2012 +0000 @@ -61511,7 +63912,7 @@ Date: Fri Jul 6 15:53:05 2012 +0000 web/js/datepicker.js.php | 117 ++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 68 deletions(-) -commit d2bc22ed +commit d2bc22ed9 Author: Campbell Morrison Date: Fri Jul 6 15:10:10 2012 +0000 @@ -61520,7 +63921,7 @@ Date: Fri Jul 6 15:10:10 2012 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e2c25ab2 +commit e2c25ab22 Author: Campbell Morrison Date: Fri Jul 6 15:06:33 2012 +0000 @@ -61544,7 +63945,7 @@ Date: Fri Jul 6 15:06:33 2012 +0000 web/js/search.js.php (new) | 64 + 16 files changed, 3443 insertions(+), 3159 deletions(-) -commit 6e2008ce +commit 6e2008cec Author: Campbell Morrison Date: Fri Jul 6 14:14:59 2012 +0000 @@ -61553,7 +63954,7 @@ Date: Fri Jul 6 14:14:59 2012 +0000 web/functions.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit e1d0cc33 +commit e1d0cc330 Author: Campbell Morrison Date: Thu Jul 5 15:40:32 2012 +0000 @@ -61562,7 +63963,7 @@ Date: Thu Jul 5 15:40:32 2012 +0000 web/edit_entry_handler.php | 5 +++++ 1 file changed, 5 insertions(+) -commit eb1abbbf +commit eb1abbbfe Author: Campbell Morrison Date: Thu Jul 5 09:15:40 2012 +0000 @@ -61571,7 +63972,7 @@ Date: Thu Jul 5 09:15:40 2012 +0000 web/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 03a1a7bd +commit 03a1a7bd0 Author: Campbell Morrison Date: Thu Jul 5 09:12:26 2012 +0000 @@ -61581,7 +63982,7 @@ Date: Thu Jul 5 09:12:26 2012 +0000 web/search.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) -commit dc97328b +commit dc97328ba Author: Campbell Morrison Date: Mon Jul 2 11:12:56 2012 +0000 @@ -61601,7 +64002,7 @@ Date: Mon Jul 2 11:12:56 2012 +0000 web/style.inc | 18 +++++++++--------- 12 files changed, 26 insertions(+), 26 deletions(-) -commit 63b64c8e +commit 63b64c8e6 Author: Campbell Morrison Date: Mon Jul 2 10:15:14 2012 +0000 @@ -61624,7 +64025,7 @@ Date: Mon Jul 2 10:15:14 2012 +0000 web/mrbs_auth.inc | 2 +- 15 files changed, 1 insertion(+), 1 deletion(-) -commit 15f136e7 +commit 15f136e76 Author: Campbell Morrison Date: Mon Jul 2 09:37:47 2012 +0000 @@ -61641,7 +64042,7 @@ Date: Mon Jul 2 09:37:47 2012 +0000 web/{ => session}/session_remote_user.inc | 0 9 files changed, 1 insertion(+), 1 deletion(-) -commit d90be707 +commit d90be7073 Author: Campbell Morrison Date: Mon Jul 2 09:11:25 2012 +0000 @@ -61650,7 +64051,7 @@ Date: Mon Jul 2 09:11:25 2012 +0000 web/lang/lang.th | 66 +++++++++++++++++++++++++++++++--------------- 1 file changed, 45 insertions(+), 21 deletions(-) -commit 3b6e8ae0 +commit 3b6e8ae04 Author: Campbell Morrison Date: Fri Jun 29 15:38:51 2012 +0000 @@ -61659,7 +64060,7 @@ Date: Fri Jun 29 15:38:51 2012 +0000 web/language.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 3dd9c826 +commit 3dd9c826e Author: Campbell Morrison Date: Fri Jun 29 15:28:11 2012 +0000 @@ -61668,7 +64069,7 @@ Date: Fri Jun 29 15:28:11 2012 +0000 web/language.inc | 2 -- 1 file changed, 2 deletions(-) -commit b2107109 +commit b21071099 Author: Campbell Morrison Date: Fri Jun 29 15:24:17 2012 +0000 @@ -61677,7 +64078,7 @@ Date: Fri Jun 29 15:24:17 2012 +0000 web/language.inc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) -commit a10e8956 +commit a10e89566 Author: Campbell Morrison Date: Fri Jun 29 14:02:27 2012 +0000 @@ -61686,7 +64087,7 @@ Date: Fri Jun 29 14:02:27 2012 +0000 web/lang/lang.no | 229 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 207 insertions(+), 22 deletions(-) -commit 1c52ece1 +commit 1c52ece17 Author: Campbell Morrison Date: Thu Jun 28 16:42:53 2012 +0000 @@ -61722,7 +64123,7 @@ Date: Thu Jun 28 16:42:53 2012 +0000 web/language.inc | 4 ++-- 28 files changed, 2 insertions(+), 2 deletions(-) -commit 3902ec17 +commit 3902ec177 Author: Campbell Morrison Date: Mon Jun 25 16:22:16 2012 +0000 @@ -61731,7 +64132,7 @@ Date: Mon Jun 25 16:22:16 2012 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3fddf679 +commit 3fddf6795 Author: Campbell Morrison Date: Mon Jun 25 15:47:27 2012 +0000 @@ -61742,7 +64143,7 @@ Date: Mon Jun 25 15:47:27 2012 +0000 web/functions.inc | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) -commit bb9ada77 +commit bb9ada770 Author: Campbell Morrison Date: Thu Jun 21 15:54:26 2012 +0000 @@ -61751,7 +64152,7 @@ Date: Thu Jun 21 15:54:26 2012 +0000 web/edit_entry.php | 1 - 1 file changed, 1 deletion(-) -commit 9c71e42e +commit 9c71e42ea Author: Campbell Morrison Date: Thu Jun 21 15:24:36 2012 +0000 @@ -61761,7 +64162,7 @@ Date: Thu Jun 21 15:24:36 2012 +0000 web/functions.inc | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) -commit a9063547 +commit a90635470 Author: Campbell Morrison Date: Thu Jun 21 14:24:16 2012 +0000 @@ -61805,7 +64206,7 @@ Date: Thu Jun 21 14:24:16 2012 +0000 web/systemdefaults.inc.php | 8 + 36 files changed, 303 insertions(+), 213 deletions(-) -commit 710185ce +commit 710185ce3 Author: Campbell Morrison Date: Thu Jun 14 14:10:05 2012 +0000 @@ -61814,7 +64215,7 @@ Date: Thu Jun 14 14:10:05 2012 +0000 web/lang.hu (new) | 442 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 442 insertions(+) -commit 3594aa19 +commit 3594aa196 Author: Campbell Morrison Date: Thu May 24 19:54:18 2012 +0000 @@ -61823,7 +64224,7 @@ Date: Thu May 24 19:54:18 2012 +0000 web/mrbs_sql.inc | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) -commit c3618367 +commit c36183673 Author: Campbell Morrison Date: Wed May 23 09:17:11 2012 +0000 @@ -61846,7 +64247,7 @@ Date: Wed May 23 09:17:11 2012 +0000 web/upgrade/30/pgsql.sql (new) | 15 ++++++ 15 files changed, 296 insertions(+), 61 deletions(-) -commit ad450e3b +commit ad450e3b6 Author: Campbell Morrison Date: Tue May 8 16:07:58 2012 +0000 @@ -61855,7 +64256,7 @@ Date: Tue May 8 16:07:58 2012 +0000 web/lang.pt-br (new) | 389 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 389 insertions(+) -commit 30d79490 +commit 30d794901 Author: Campbell Morrison Date: Tue Apr 24 20:50:24 2012 +0000 @@ -61865,7 +64266,7 @@ Date: Tue Apr 24 20:50:24 2012 +0000 web/Themes/default/styling.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 5895bafd +commit 5895bafde Author: Campbell Morrison Date: Tue Apr 17 18:34:36 2012 +0000 @@ -61878,7 +64279,7 @@ Date: Tue Apr 17 18:34:36 2012 +0000 web/systemdefaults.inc.php | 26 ++++-- 5 files changed, 142 insertions(+), 55 deletions(-) -commit 2a7b2e85 +commit 2a7b2e850 Author: Campbell Morrison Date: Tue Apr 17 12:11:35 2012 +0000 @@ -61889,7 +64290,7 @@ Date: Tue Apr 17 12:11:35 2012 +0000 web/systemdefaults.inc.php | 6 ++++ 3 files changed, 69 insertions(+), 3 deletions(-) -commit 05ec1058 +commit 05ec1058c Author: Campbell Morrison Date: Mon Apr 16 16:37:48 2012 +0000 @@ -61898,7 +64299,7 @@ Date: Mon Apr 16 16:37:48 2012 +0000 web/mrbs_sql.inc | 64 ++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 36 deletions(-) -commit fce66e40 +commit fce66e40f Author: Campbell Morrison Date: Tue Apr 10 17:42:56 2012 +0000 @@ -61907,7 +64308,7 @@ Date: Tue Apr 10 17:42:56 2012 +0000 web/trailer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 923e6959 +commit 923e69592 Author: John Beranek Date: Tue Apr 10 14:24:28 2012 +0000 @@ -61917,7 +64318,7 @@ Date: Tue Apr 10 14:24:28 2012 +0000 web/defaultincludes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 90bc3fcb +commit 90bc3fcb2 Author: John Beranek Date: Tue Apr 10 14:22:06 2012 +0000 @@ -61926,7 +64327,7 @@ Date: Tue Apr 10 14:22:06 2012 +0000 web/defaultincludes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b7f23a65 +commit b7f23a651 Author: John Beranek Date: Tue Apr 10 10:32:08 2012 +0000 @@ -61939,7 +64340,7 @@ Date: Tue Apr 10 10:32:08 2012 +0000 web/trailer.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -commit 0ae3f867 +commit 0ae3f8676 Author: John Beranek Date: Tue Apr 10 09:58:31 2012 +0000 @@ -61976,7 +64377,7 @@ Date: Tue Apr 10 09:58:31 2012 +0000 web/week.php | 4 +- 20 files changed, 285 insertions(+), 198 deletions(-) -commit 76725e30 +commit 76725e30a Author: Campbell Morrison Date: Mon Apr 9 14:52:58 2012 +0000 @@ -61985,7 +64386,7 @@ Date: Mon Apr 9 14:52:58 2012 +0000 web/language.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit bedfa9f1 +commit bedfa9f1a Author: Campbell Morrison Date: Sun Apr 8 18:30:50 2012 +0000 @@ -61994,7 +64395,7 @@ Date: Sun Apr 8 18:30:50 2012 +0000 web/mrbs-print.css.php | 1 + 1 file changed, 1 insertion(+) -commit d81afe07 +commit d81afe074 Author: Campbell Morrison Date: Sun Apr 8 18:18:00 2012 +0000 @@ -62003,7 +64404,7 @@ Date: Sun Apr 8 18:18:00 2012 +0000 web/functions.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit fbcfa9f3 +commit fbcfa9f3e Author: Campbell Morrison Date: Sun Apr 8 18:08:25 2012 +0000 @@ -62013,7 +64414,7 @@ Date: Sun Apr 8 18:08:25 2012 +0000 web/mrbs-print.css.php | 3 +++ 2 files changed, 7 insertions(+) -commit 6d79439e +commit 6d79439ec Author: Campbell Morrison Date: Sun Apr 8 16:49:41 2012 +0000 @@ -62022,7 +64423,7 @@ Date: Sun Apr 8 16:49:41 2012 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7642d4a8 +commit 7642d4a84 Author: Campbell Morrison Date: Sun Apr 8 16:16:07 2012 +0000 @@ -62031,7 +64432,7 @@ Date: Sun Apr 8 16:16:07 2012 +0000 web/session_http.inc | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) -commit 4614ea66 +commit 4614ea662 Author: Campbell Morrison Date: Wed Apr 4 15:57:55 2012 +0000 @@ -62040,7 +64441,7 @@ Date: Wed Apr 4 15:57:55 2012 +0000 web/edit_entry_handler.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -commit c080a57d +commit c080a57d0 Author: Campbell Morrison Date: Wed Apr 4 15:35:28 2012 +0000 @@ -62049,7 +64450,7 @@ Date: Wed Apr 4 15:35:28 2012 +0000 web/edit_entry_handler.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit 0f1eef62 +commit 0f1eef626 Author: John Beranek Date: Mon Mar 26 14:28:34 2012 +0000 @@ -62059,7 +64460,7 @@ Date: Mon Mar 26 14:28:34 2012 +0000 web/auth_db_ext.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 657dc1d0 +commit 657dc1d00 Author: Campbell Morrison Date: Mon Mar 26 09:25:53 2012 +0000 @@ -62086,7 +64487,7 @@ Date: Mon Mar 26 09:25:53 2012 +0000 web/upgrade/6/post.inc | 2 +- 19 files changed, 126 insertions(+), 56 deletions(-) -commit b29c3a02 +commit b29c3a025 Author: Campbell Morrison Date: Mon Mar 12 18:18:24 2012 +0000 @@ -62095,7 +64496,7 @@ Date: Mon Mar 12 18:18:24 2012 +0000 web/systemdefaults.inc.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) -commit 892a06eb +commit 892a06eb0 Author: Campbell Morrison Date: Fri Mar 9 12:56:08 2012 +0000 @@ -62104,7 +64505,7 @@ Date: Fri Mar 9 12:56:08 2012 +0000 web/language.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit d216fb21 +commit d216fb21a Author: Campbell Morrison Date: Fri Mar 9 12:38:04 2012 +0000 @@ -62113,7 +64514,7 @@ Date: Fri Mar 9 12:38:04 2012 +0000 web/language.inc | 49 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 25 deletions(-) -commit afc786ed +commit afc786ed7 Author: Campbell Morrison Date: Fri Mar 9 12:14:11 2012 +0000 @@ -62127,7 +64528,7 @@ Date: Fri Mar 9 12:14:11 2012 +0000 web/systemdefaults.inc.php | 13 +++++++++++++ 6 files changed, 71 insertions(+), 24 deletions(-) -commit 50672a61 +commit 50672a610 Author: Campbell Morrison Date: Wed Feb 15 17:30:05 2012 +0000 @@ -62136,7 +64537,7 @@ Date: Wed Feb 15 17:30:05 2012 +0000 web/lang.de | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) -commit edb97f2b +commit edb97f2b2 Author: John Beranek Date: Fri Feb 3 12:27:00 2012 +0000 @@ -62145,7 +64546,7 @@ Date: Fri Feb 3 12:27:00 2012 +0000 web/lang.tr | 206 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 197 insertions(+), 9 deletions(-) -commit e3d9e1cf +commit e3d9e1cfd Author: Campbell Morrison Date: Sun Jan 29 18:08:46 2012 +0000 @@ -62156,7 +64557,7 @@ Date: Sun Jan 29 18:08:46 2012 +0000 web/lang.en | 86 ++++++++++++++++++++-------------------- 3 files changed, 51 insertions(+), 44 deletions(-) -commit 5693e036 +commit 5693e036a Author: Campbell Morrison Date: Sun Jan 29 17:47:35 2012 +0000 @@ -62166,7 +64567,7 @@ Date: Sun Jan 29 17:47:35 2012 +0000 web/mrbs.css.php | 2 +- 2 files changed, 19 insertions(+), 18 deletions(-) -commit f826c828 +commit f826c828a Author: Campbell Morrison Date: Sat Jan 28 12:52:50 2012 +0000 @@ -62175,7 +64576,7 @@ Date: Sat Jan 28 12:52:50 2012 +0000 web/import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit ec15bb1d +commit ec15bb1d7 Author: Campbell Morrison Date: Sat Jan 28 12:49:09 2012 +0000 @@ -62185,7 +64586,7 @@ Date: Sat Jan 28 12:49:09 2012 +0000 web/lang.en | 1 + 2 files changed, 16 insertions(+), 1 deletion(-) -commit 3550b1bd +commit 3550b1bd3 Author: Campbell Morrison Date: Fri Jan 27 21:48:05 2012 +0000 @@ -62194,7 +64595,7 @@ Date: Fri Jan 27 21:48:05 2012 +0000 web/lang.en | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit c79f9e08 +commit c79f9e083 Author: Campbell Morrison Date: Fri Jan 27 21:37:22 2012 +0000 @@ -62204,7 +64605,7 @@ Date: Fri Jan 27 21:37:22 2012 +0000 web/lang.en | 76 +++++++++++++++++++++++++----------------------- 2 files changed, 44 insertions(+), 39 deletions(-) -commit 7fef2e83 +commit 7fef2e835 Author: Campbell Morrison Date: Fri Jan 27 19:32:52 2012 +0000 @@ -62215,14 +64616,14 @@ Date: Fri Jan 27 19:32:52 2012 +0000 web/mrbs.css.php | 12 +++++++++++- 3 files changed, 19 insertions(+), 2 deletions(-) -commit 2a8ba37d -Merge: 781767a8 0a33ce2c +commit 2a8ba37df +Merge: 781767a88 0a33ce2c1 Author: Campbell Morrison Date: Fri Jan 27 18:27:26 2012 +0000 Reintegrated ics_import branch. import.php is a utility (not linked to from the rest of MRBS) that can be used to import .ics files into MRBS. Still some tidying up to be done. -commit 0a33ce2c (origin/ics_import) +commit 0a33ce2c1 (origin/ics_import) Author: Campbell Morrison Date: Fri Jan 27 18:15:54 2012 +0000 @@ -62231,7 +64632,7 @@ Date: Fri Jan 27 18:15:54 2012 +0000 web/Themes/default/header.inc | 1 - 1 file changed, 1 deletion(-) -commit e4621652 +commit e46216527 Author: Campbell Morrison Date: Fri Jan 27 18:08:32 2012 +0000 @@ -62244,7 +64645,7 @@ Date: Fri Jan 27 18:08:32 2012 +0000 web/view_entry.php | 26 ++++++++++++++----- 4 files changed, 87 insertions(+), 9 deletions(-) -commit 98910629 +commit 989106296 Author: Campbell Morrison Date: Fri Jan 27 15:57:34 2012 +0000 @@ -62253,7 +64654,7 @@ Date: Fri Jan 27 15:57:34 2012 +0000 web/functions_ical.inc | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) -commit b7a4ff0e +commit b7a4ff0e0 Author: Campbell Morrison Date: Fri Jan 27 12:03:29 2012 +0000 @@ -62265,7 +64666,7 @@ Date: Fri Jan 27 12:03:29 2012 +0000 web/report.php | 8 ++++---- 4 files changed, 12 insertions(+), 13 deletions(-) -commit 3abcdb4b +commit 3abcdb4bb Author: Campbell Morrison Date: Fri Jan 27 11:15:03 2012 +0000 @@ -62274,7 +64675,7 @@ Date: Fri Jan 27 11:15:03 2012 +0000 web/functions_ical.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit dd045d0a +commit dd045d0ac Author: Campbell Morrison Date: Fri Jan 27 10:34:05 2012 +0000 @@ -62284,7 +64685,7 @@ Date: Fri Jan 27 10:34:05 2012 +0000 web/import.php | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) -commit fb7d3a27 +commit fb7d3a27b Author: Campbell Morrison Date: Fri Jan 27 10:00:08 2012 +0000 @@ -62294,7 +64695,7 @@ Date: Fri Jan 27 10:00:08 2012 +0000 web/import.php | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) -commit 90b7d711 +commit 90b7d7111 Author: Campbell Morrison Date: Thu Jan 26 17:37:04 2012 +0000 @@ -62304,7 +64705,7 @@ Date: Thu Jan 26 17:37:04 2012 +0000 web/lang.en | 1 - 2 files changed, 63 insertions(+), 99 deletions(-) -commit 0fe01302 +commit 0fe01302a Author: Campbell Morrison Date: Thu Jan 26 15:41:05 2012 +0000 @@ -62318,7 +64719,7 @@ Date: Thu Jan 26 15:41:05 2012 +0000 web/mrbs_sql.inc | 10 ++- 6 files changed, 158 insertions(+), 46 deletions(-) -commit 781767a8 +commit 781767a88 Author: Campbell Morrison Date: Thu Jan 26 14:37:24 2012 +0000 @@ -62327,7 +64728,7 @@ Date: Thu Jan 26 14:37:24 2012 +0000 web/Themes/default/header.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit e2a96301 +commit e2a963010 Author: Campbell Morrison Date: Mon Jan 23 18:28:01 2012 +0000 @@ -62338,7 +64739,7 @@ Date: Mon Jan 23 18:28:01 2012 +0000 web/mrbs_sql.inc | 300 ++++++++++++++++++++++++- 3 files changed, 374 insertions(+), 347 deletions(-) -commit a725823d +commit a725823d1 Author: Campbell Morrison Date: Mon Jan 23 14:35:01 2012 +0000 @@ -62353,13 +64754,13 @@ Date: Mon Jan 23 14:35:01 2012 +0000 web/mrbs_sql.inc | 136 +++++++++++++ 7 files changed, 886 insertions(+), 98 deletions(-) -commit d34be737 +commit d34be7370 Author: Campbell Morrison Date: Thu Jan 19 13:50:50 2012 +0000 Created a branch for the development of a facility to import .ics files -commit 6483d3d5 +commit 6483d3d5d Author: John Beranek Date: Tue Jan 17 19:34:40 2012 +0000 @@ -62369,7 +64770,7 @@ Date: Tue Jan 17 19:34:40 2012 +0000 web/auth_ldap.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit df6ef040 +commit df6ef0404 Author: Campbell Morrison Date: Thu Jan 12 15:56:14 2012 +0000 @@ -62381,7 +64782,7 @@ Date: Thu Jan 12 15:56:14 2012 +0000 web/edit_users.php | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) -commit 313da655 +commit 313da6558 Author: Campbell Morrison Date: Thu Jan 12 11:37:26 2012 +0000 @@ -62390,7 +64791,7 @@ Date: Thu Jan 12 11:37:26 2012 +0000 web/Themes/default/header.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 7d9738ea +commit 7d9738ea1 Author: Campbell Morrison Date: Wed Jan 11 18:36:20 2012 +0000 @@ -62400,7 +64801,7 @@ Date: Wed Jan 11 18:36:20 2012 +0000 web/mrbs.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 9e638687 +commit 9e6386871 Author: Campbell Morrison Date: Wed Jan 11 18:33:28 2012 +0000 @@ -62409,7 +64810,7 @@ Date: Wed Jan 11 18:33:28 2012 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit df6d822e +commit df6d822e5 Author: Campbell Morrison Date: Wed Jan 11 18:15:20 2012 +0000 @@ -62419,7 +64820,7 @@ Date: Wed Jan 11 18:15:20 2012 +0000 web/mrbs_sql.inc | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) -commit 9e6c0a81 +commit 9e6c0a81f Author: Campbell Morrison Date: Wed Jan 11 17:49:16 2012 +0000 @@ -62428,7 +64829,7 @@ Date: Wed Jan 11 17:49:16 2012 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 442b8bf1 +commit 442b8bf19 Author: Campbell Morrison Date: Wed Jan 11 17:29:55 2012 +0000 @@ -62437,7 +64838,7 @@ Date: Wed Jan 11 17:29:55 2012 +0000 web/edit_entry.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit e4ff3ccb +commit e4ff3ccba Author: Campbell Morrison Date: Wed Jan 11 11:48:20 2012 +0000 @@ -62446,7 +64847,7 @@ Date: Wed Jan 11 11:48:20 2012 +0000 web/language.inc | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) -commit 6fad0c74 +commit 6fad0c74c Author: Campbell Morrison Date: Tue Jan 10 19:32:43 2012 +0000 @@ -62456,7 +64857,7 @@ Date: Tue Jan 10 19:32:43 2012 +0000 web/language.inc | 3 + 2 files changed, 406 insertions(+) -commit 4c93254b +commit 4c93254be Author: Campbell Morrison Date: Fri Jan 6 10:36:23 2012 +0000 @@ -62465,7 +64866,7 @@ Date: Fri Jan 6 10:36:23 2012 +0000 web/Themes/default/header.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 28b78d0e +commit 28b78d0e5 Author: Campbell Morrison Date: Thu Jan 5 19:35:07 2012 +0000 @@ -62474,7 +64875,7 @@ Date: Thu Jan 5 19:35:07 2012 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c3527ff4 +commit c3527ff41 Author: Campbell Morrison Date: Thu Jan 5 13:17:53 2012 +0000 @@ -62483,7 +64884,7 @@ Date: Thu Jan 5 13:17:53 2012 +0000 web/Themes/default/header.inc | 107 ++++++++++++++++++++++++-------- 1 file changed, 82 insertions(+), 25 deletions(-) -commit b7324ad3 +commit b7324ad37 Author: Campbell Morrison Date: Wed Jan 4 22:34:39 2012 +0000 @@ -62497,7 +64898,7 @@ Date: Wed Jan 4 22:34:39 2012 +0000 web/style.inc | 25 +- 6 files changed, 710 insertions(+), 8 deletions(-) -commit 7bfc75a5 +commit 7bfc75a56 Author: Campbell Morrison Date: Wed Jan 4 18:51:03 2012 +0000 @@ -62506,7 +64907,7 @@ Date: Wed Jan 4 18:51:03 2012 +0000 web/Themes/default/header.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 25b88b2e +commit 25b88b2ee Author: John Beranek Date: Sun Jan 1 22:39:32 2012 +0000 @@ -62515,7 +64916,7 @@ Date: Sun Jan 1 22:39:32 2012 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f8bc095f (tag: mrbs-1_4_8) +commit f8bc095f4 (tag: mrbs-1_4_8) Author: John Beranek Date: Sun Jan 1 21:47:32 2012 +0000 @@ -62525,7 +64926,7 @@ Date: Sun Jan 1 21:47:32 2012 +0000 NEWS | 150 ++ 2 files changed, 4210 insertions(+) -commit eb9a3b72 +commit eb9a3b720 Author: John Beranek Date: Sun Jan 1 16:16:08 2012 +0000 @@ -62534,7 +64935,7 @@ Date: Sun Jan 1 16:16:08 2012 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2931c6e5 +commit 2931c6e57 Author: Campbell Morrison Date: Sun Jan 1 13:00:48 2012 +0000 @@ -62546,7 +64947,7 @@ Date: Sun Jan 1 13:00:48 2012 +0000 web/systemdefaults.inc.php | 4 ++++ 4 files changed, 44 insertions(+), 22 deletions(-) -commit 4ef4eb53 +commit 4ef4eb534 Author: Campbell Morrison Date: Sat Dec 31 13:41:12 2011 +0000 @@ -62555,7 +64956,7 @@ Date: Sat Dec 31 13:41:12 2011 +0000 web/edit_entry_handler.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 0e29b215 +commit 0e29b2151 Author: Campbell Morrison Date: Sat Dec 31 13:35:15 2011 +0000 @@ -62564,7 +64965,7 @@ Date: Sat Dec 31 13:35:15 2011 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7490fd9d +commit 7490fd9d4 Author: Campbell Morrison Date: Sat Dec 31 13:24:49 2011 +0000 @@ -62574,7 +64975,7 @@ Date: Sat Dec 31 13:24:49 2011 +0000 web/edit_entry.php | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) -commit 0344755d +commit 0344755d5 Author: Campbell Morrison Date: Sat Dec 31 11:32:08 2011 +0000 @@ -62585,7 +64986,7 @@ Date: Sat Dec 31 11:32:08 2011 +0000 web/edit_entry_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 93fd34af +commit 93fd34afe Author: Campbell Morrison Date: Sat Dec 31 11:06:23 2011 +0000 @@ -62594,7 +64995,7 @@ Date: Sat Dec 31 11:06:23 2011 +0000 web/auth_db.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit d1b10e34 +commit d1b10e345 Author: Campbell Morrison Date: Sat Dec 31 10:45:20 2011 +0000 @@ -62603,7 +65004,7 @@ Date: Sat Dec 31 10:45:20 2011 +0000 web/functions.inc | 3 +++ 1 file changed, 3 insertions(+) -commit 3771bca3 +commit 3771bca36 Author: Campbell Morrison Date: Fri Dec 30 10:28:57 2011 +0000 @@ -62612,7 +65013,7 @@ Date: Fri Dec 30 10:28:57 2011 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7c6b63cb +commit 7c6b63cb8 Author: Campbell Morrison Date: Fri Dec 30 10:22:47 2011 +0000 @@ -62621,7 +65022,7 @@ Date: Fri Dec 30 10:22:47 2011 +0000 web/functions.inc | 2 ++ 1 file changed, 2 insertions(+) -commit 83dcae84 +commit 83dcae840 Author: Campbell Morrison Date: Fri Dec 30 10:06:32 2011 +0000 @@ -62631,7 +65032,7 @@ Date: Fri Dec 30 10:06:32 2011 +0000 web/functions.inc | 73 +++++++++++++++++++++++++++++--------------- 2 files changed, 50 insertions(+), 25 deletions(-) -commit a3c35bcf +commit a3c35bcf8 Author: Campbell Morrison Date: Thu Dec 29 18:25:41 2011 +0000 @@ -62640,7 +65041,7 @@ Date: Thu Dec 29 18:25:41 2011 +0000 web/edit_area_room.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) -commit d14c1258 +commit d14c12584 Author: Campbell Morrison Date: Thu Dec 29 17:14:25 2011 +0000 @@ -62651,7 +65052,7 @@ Date: Thu Dec 29 17:14:25 2011 +0000 web/systemdefaults.inc.php | 3 ++- 3 files changed, 18 insertions(+), 6 deletions(-) -commit 10bc6033 +commit 10bc60339 Author: Campbell Morrison Date: Thu Dec 29 15:32:47 2011 +0000 @@ -62665,7 +65066,7 @@ Date: Thu Dec 29 15:32:47 2011 +0000 web/week.php | 17 ++++++++++------- 6 files changed, 42 insertions(+), 27 deletions(-) -commit 3c1e2743 +commit 3c1e2743c Author: Campbell Morrison Date: Wed Dec 28 21:50:07 2011 +0000 @@ -62674,7 +65075,7 @@ Date: Wed Dec 28 21:50:07 2011 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d9955df9 +commit d9955df98 Author: Campbell Morrison Date: Wed Dec 28 21:41:49 2011 +0000 @@ -62685,7 +65086,7 @@ Date: Wed Dec 28 21:41:49 2011 +0000 web/internalconfig.inc.php | 1 + 3 files changed, 67 insertions(+), 33 deletions(-) -commit fef94847 +commit fef948478 Author: Campbell Morrison Date: Wed Dec 28 21:22:35 2011 +0000 @@ -62695,7 +65096,7 @@ Date: Wed Dec 28 21:22:35 2011 +0000 web/functions.inc | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) -commit fb59ee08 +commit fb59ee08d Author: Campbell Morrison Date: Wed Dec 28 17:12:49 2011 +0000 @@ -62704,7 +65105,7 @@ Date: Wed Dec 28 17:12:49 2011 +0000 web/standard_vars.inc.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) -commit c9198906 +commit c91989068 Author: Campbell Morrison Date: Sat Dec 24 09:27:00 2011 +0000 @@ -62725,7 +65126,7 @@ Date: Sat Dec 24 09:27:00 2011 +0000 web/upgrade/29/pgsql.sql (new) | 7 ++++ 13 files changed, 147 insertions(+), 22 deletions(-) -commit 0fbdb8bb +commit 0fbdb8bba Author: Campbell Morrison Date: Wed Dec 21 22:44:17 2011 +0000 @@ -62734,7 +65135,7 @@ Date: Wed Dec 21 22:44:17 2011 +0000 web/view_entry.php | 2 ++ 1 file changed, 2 insertions(+) -commit 6c7408f3 +commit 6c7408f3b Author: Campbell Morrison Date: Wed Dec 21 22:18:04 2011 +0000 @@ -62746,7 +65147,7 @@ Date: Wed Dec 21 22:18:04 2011 +0000 web/Themes/default/header.inc | 50 ++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 22 deletions(-) -commit 081a0a09 +commit 081a0a098 Author: Campbell Morrison Date: Wed Dec 21 17:07:21 2011 +0000 @@ -62755,7 +65156,7 @@ Date: Wed Dec 21 17:07:21 2011 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ab6ad460 +commit ab6ad460c Author: Campbell Morrison Date: Wed Dec 21 16:53:15 2011 +0000 @@ -62765,7 +65166,7 @@ Date: Wed Dec 21 16:53:15 2011 +0000 web/session_php.inc | 1 + 2 files changed, 2 insertions(+) -commit 32a1b6a1 +commit 32a1b6a17 Author: Campbell Morrison Date: Wed Dec 21 16:20:51 2011 +0000 @@ -62774,7 +65175,7 @@ Date: Wed Dec 21 16:20:51 2011 +0000 web/edit_entry.php | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) -commit e0798151 +commit e07981517 Author: Campbell Morrison Date: Wed Dec 21 15:39:11 2011 +0000 @@ -62784,7 +65185,7 @@ Date: Wed Dec 21 15:39:11 2011 +0000 web/edit_entry.php | 134 +++++++++++++++++++++++++++++-------------- 1 file changed, 91 insertions(+), 43 deletions(-) -commit a94f17bf +commit a94f17bf1 Author: Campbell Morrison Date: Tue Dec 20 15:59:11 2011 +0000 @@ -62793,7 +65194,7 @@ Date: Tue Dec 20 15:59:11 2011 +0000 web/edit_entry.php | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) -commit c05911c2 +commit c05911c27 Author: Campbell Morrison Date: Tue Dec 20 15:50:25 2011 +0000 @@ -62802,7 +65203,7 @@ Date: Tue Dec 20 15:50:25 2011 +0000 web/Themes/default/header.inc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) -commit 7b7f073d +commit 7b7f073de Author: John Beranek Date: Sat Dec 17 20:05:28 2011 +0000 @@ -62813,7 +65214,7 @@ Date: Sat Dec 17 20:05:28 2011 +0000 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) -commit 82feb976 +commit 82feb9768 Author: Campbell Morrison Date: Fri Dec 16 19:02:05 2011 +0000 @@ -62822,7 +65223,7 @@ Date: Fri Dec 16 19:02:05 2011 +0000 web/lang.fr | 116 +++++++++++++++++++++++++++++--------------------- 1 file changed, 67 insertions(+), 49 deletions(-) -commit 2d63d14e +commit 2d63d14e5 Author: Campbell Morrison Date: Fri Dec 16 18:06:43 2011 +0000 @@ -62831,7 +65232,7 @@ Date: Fri Dec 16 18:06:43 2011 +0000 web/edit_entry.php | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) -commit c0e182a2 +commit c0e182a26 Author: Campbell Morrison Date: Fri Dec 16 16:24:26 2011 +0000 @@ -62840,7 +65241,7 @@ Date: Fri Dec 16 16:24:26 2011 +0000 web/edit_entry.php | 3 +++ 1 file changed, 3 insertions(+) -commit 4b7b690f +commit 4b7b690fb Author: Campbell Morrison Date: Thu Dec 8 22:03:04 2011 +0000 @@ -62849,7 +65250,7 @@ Date: Thu Dec 8 22:03:04 2011 +0000 web/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit d97ca530 +commit d97ca5309 Author: Campbell Morrison Date: Thu Dec 8 20:35:07 2011 +0000 @@ -62859,7 +65260,7 @@ Date: Thu Dec 8 20:35:07 2011 +0000 web/mrbs.css.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) -commit 0f7d870c +commit 0f7d870c7 Author: Campbell Morrison Date: Thu Dec 8 20:09:22 2011 +0000 @@ -62868,7 +65269,7 @@ Date: Thu Dec 8 20:09:22 2011 +0000 web/lang.fr | 4 ++++ 1 file changed, 4 insertions(+) -commit 0c42ff0f +commit 0c42ff0f5 Author: Campbell Morrison Date: Wed Dec 7 16:50:28 2011 +0000 @@ -62877,7 +65278,7 @@ Date: Wed Dec 7 16:50:28 2011 +0000 web/Themes/default/header.inc | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) -commit c694712f +commit c694712fd Author: Thomas Bleher Date: Wed Nov 23 20:56:43 2011 +0000 @@ -62886,7 +65287,7 @@ Date: Wed Nov 23 20:56:43 2011 +0000 web/functions_view.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f6148e9e +commit f6148e9ec Author: Campbell Morrison Date: Wed Nov 23 17:42:04 2011 +0000 @@ -62895,7 +65296,7 @@ Date: Wed Nov 23 17:42:04 2011 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 570530b5 +commit 570530b5d Author: Campbell Morrison Date: Wed Nov 23 10:19:07 2011 +0000 @@ -62904,7 +65305,7 @@ Date: Wed Nov 23 10:19:07 2011 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ab87ee37 +commit ab87ee379 Author: Thomas Bleher Date: Wed Nov 23 06:40:37 2011 +0000 @@ -62913,7 +65314,7 @@ Date: Wed Nov 23 06:40:37 2011 +0000 web/mrbs-print.css.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 53c08b1f +commit 53c08b1f3 Author: Campbell Morrison Date: Wed Nov 23 06:38:57 2011 +0000 @@ -62922,7 +65323,7 @@ Date: Wed Nov 23 06:38:57 2011 +0000 web/edit_entry.php | 1 - 1 file changed, 1 deletion(-) -commit 88218f3d +commit 88218f3d2 Author: Campbell Morrison Date: Wed Nov 23 04:46:27 2011 +0000 @@ -62931,7 +65332,7 @@ Date: Wed Nov 23 04:46:27 2011 +0000 web/edit_entry.php | 1 + 1 file changed, 1 insertion(+) -commit 2966e396 +commit 2966e3969 Author: Campbell Morrison Date: Wed Nov 23 04:36:12 2011 +0000 @@ -62942,7 +65343,7 @@ Date: Wed Nov 23 04:36:12 2011 +0000 web/mrbs.css.php | 2 ++ 3 files changed, 46 insertions(+), 5 deletions(-) -commit eaa5d512 +commit eaa5d5123 Author: Campbell Morrison Date: Tue Nov 22 23:14:43 2011 +0000 @@ -62952,7 +65353,7 @@ Date: Tue Nov 22 23:14:43 2011 +0000 web/edit_entry.php | 5 +++++ 2 files changed, 29 insertions(+), 2 deletions(-) -commit ac58f324 +commit ac58f324f Author: Thomas Bleher Date: Tue Nov 22 20:49:39 2011 +0000 @@ -62962,7 +65363,7 @@ Date: Tue Nov 22 20:49:39 2011 +0000 web/systemdefaults.inc.php | 16 +++++++- 2 files changed, 74 insertions(+), 13 deletions(-) -commit 7cbbd407 +commit 7cbbd4074 Author: Thomas Bleher Date: Tue Nov 22 20:46:29 2011 +0000 @@ -62974,7 +65375,7 @@ Date: Tue Nov 22 20:46:29 2011 +0000 web/edit_entry.php | 763 +++++++++++++++++++++++-------------------- 1 file changed, 403 insertions(+), 360 deletions(-) -commit 3ba8c4a8 +commit 3ba8c4a8d Author: Thomas Bleher Date: Tue Nov 22 19:10:52 2011 +0000 @@ -62985,7 +65386,7 @@ Date: Tue Nov 22 19:10:52 2011 +0000 web/edit_entry_handler.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) -commit 77a8c5cb +commit 77a8c5cb1 Author: Thomas Bleher Date: Tue Nov 22 19:08:27 2011 +0000 @@ -62994,7 +65395,7 @@ Date: Tue Nov 22 19:08:27 2011 +0000 web/lang.de | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -commit 0d7ae75a +commit 0d7ae75a2 Author: Campbell Morrison Date: Mon Nov 21 19:58:31 2011 +0000 @@ -63003,7 +65404,7 @@ Date: Mon Nov 21 19:58:31 2011 +0000 web/Themes/default/header.inc | 40 ++++++++++++++------------------- 1 file changed, 17 insertions(+), 23 deletions(-) -commit e41b594c +commit e41b594c3 Author: Campbell Morrison Date: Mon Nov 21 05:13:37 2011 +0000 @@ -63013,7 +65414,7 @@ Date: Mon Nov 21 05:13:37 2011 +0000 web/edit_entry_handler.php | 13 ++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) -commit eff45c7b +commit eff45c7b6 Author: Campbell Morrison Date: Mon Nov 21 04:47:22 2011 +0000 @@ -63022,7 +65423,7 @@ Date: Mon Nov 21 04:47:22 2011 +0000 web/Themes/default/header.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit 1b4e19a1 +commit 1b4e19a1a Author: Campbell Morrison Date: Mon Nov 21 03:41:22 2011 +0000 @@ -63032,7 +65433,7 @@ Date: Mon Nov 21 03:41:22 2011 +0000 web/functions_table.inc | 68 +++++++++++++++++++++------ 2 files changed, 127 insertions(+), 22 deletions(-) -commit 31fa7f77 +commit 31fa7f77f Author: Campbell Morrison Date: Sat Nov 19 04:02:59 2011 +0000 @@ -63042,7 +65443,7 @@ Date: Sat Nov 19 04:02:59 2011 +0000 web/edit_entry_handler.php | 15 +++++++++++++ 2 files changed, 41 insertions(+), 12 deletions(-) -commit 01c0ccfe +commit 01c0ccfe4 Author: Campbell Morrison Date: Sat Nov 12 07:19:15 2011 +0000 @@ -63051,7 +65452,7 @@ Date: Sat Nov 12 07:19:15 2011 +0000 web/functions_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 21af94f8 +commit 21af94f8f Author: Thomas Bleher Date: Sat Nov 12 06:45:50 2011 +0000 @@ -63069,7 +65470,7 @@ Date: Sat Nov 12 06:45:50 2011 +0000 web/Themes/default/header.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -commit 2984834e +commit 2984834e3 Author: Campbell Morrison Date: Thu Nov 3 16:36:49 2011 +0000 @@ -63078,7 +65479,7 @@ Date: Thu Nov 3 16:36:49 2011 +0000 web/view_entry.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 49088746 +commit 490887468 Author: Campbell Morrison Date: Thu Nov 3 16:18:30 2011 +0000 @@ -63087,7 +65488,7 @@ Date: Thu Nov 3 16:18:30 2011 +0000 web/jquery/datatables/css/mrbs-table.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bf7501b4 +commit bf7501b4b Author: Campbell Morrison Date: Thu Nov 3 16:10:39 2011 +0000 @@ -63096,7 +65497,7 @@ Date: Thu Nov 3 16:10:39 2011 +0000 web/edit_entry.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 346d3754 +commit 346d3754f Author: Campbell Morrison Date: Thu Nov 3 14:54:13 2011 +0000 @@ -63105,7 +65506,7 @@ Date: Thu Nov 3 14:54:13 2011 +0000 web/language.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 77d8620c +commit 77d8620c9 Author: Campbell Morrison Date: Thu Nov 3 14:41:20 2011 +0000 @@ -63114,7 +65515,7 @@ Date: Thu Nov 3 14:41:20 2011 +0000 web/functions_mail.inc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit 934841e6 +commit 934841e62 Author: Campbell Morrison Date: Thu Nov 3 14:21:37 2011 +0000 @@ -63123,7 +65524,7 @@ Date: Thu Nov 3 14:21:37 2011 +0000 web/mrbs_sql.inc | 155 +++++++++++++++++++++++---------------------- 1 file changed, 79 insertions(+), 76 deletions(-) -commit 46d687f3 +commit 46d687f32 Author: Campbell Morrison Date: Thu Nov 3 14:02:27 2011 +0000 @@ -63132,7 +65533,7 @@ Date: Thu Nov 3 14:02:27 2011 +0000 web/Themes/default/header.inc | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) -commit 7991576c +commit 7991576ca Author: Thomas Bleher Date: Wed Nov 2 21:56:38 2011 +0000 @@ -63142,7 +65543,7 @@ Date: Wed Nov 2 21:56:38 2011 +0000 web/Themes/default/header.inc | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) -commit 4aaa1630 +commit 4aaa1630e Author: Thomas Bleher Date: Wed Nov 2 21:54:43 2011 +0000 @@ -63151,7 +65552,7 @@ Date: Wed Nov 2 21:54:43 2011 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d310ce45 +commit d310ce453 Author: Campbell Morrison Date: Wed Nov 2 17:56:09 2011 +0000 @@ -63163,7 +65564,7 @@ Date: Wed Nov 2 17:56:09 2011 +0000 web/search.php | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) -commit 29e95668 +commit 29e95668b Author: Campbell Morrison Date: Wed Nov 2 16:01:58 2011 +0000 @@ -63172,7 +65573,7 @@ Date: Wed Nov 2 16:01:58 2011 +0000 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5fbe4c6c +commit 5fbe4c6cc Author: Campbell Morrison Date: Wed Nov 2 15:31:40 2011 +0000 @@ -63181,7 +65582,7 @@ Date: Wed Nov 2 15:31:40 2011 +0000 web/Themes/default/header.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 774cb243 +commit 774cb2435 Author: Campbell Morrison Date: Wed Nov 2 15:22:38 2011 +0000 @@ -63192,7 +65593,7 @@ Date: Wed Nov 2 15:22:38 2011 +0000 web/systemdefaults.inc.php | 13 +++++++++++++ 3 files changed, 70 insertions(+), 2 deletions(-) -commit 22284706 +commit 222847065 Author: Campbell Morrison Date: Wed Nov 2 10:45:58 2011 +0000 @@ -63201,7 +65602,7 @@ Date: Wed Nov 2 10:45:58 2011 +0000 web/report.php | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) -commit bd166f92 +commit bd166f926 Author: Campbell Morrison Date: Wed Nov 2 10:26:36 2011 +0000 @@ -63210,7 +65611,7 @@ Date: Wed Nov 2 10:26:36 2011 +0000 web/Themes/default/header.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 40b2a70d +commit 40b2a70da Author: Campbell Morrison Date: Wed Nov 2 10:00:46 2011 +0000 @@ -63219,7 +65620,7 @@ Date: Wed Nov 2 10:00:46 2011 +0000 web/dbsys.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit b8562cbe +commit b8562cbe4 Author: Campbell Morrison Date: Wed Nov 2 09:53:01 2011 +0000 @@ -63229,7 +65630,7 @@ Date: Wed Nov 2 09:53:01 2011 +0000 web/edit_users.php | 11 +++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) -commit 83004659 +commit 830046592 Author: Campbell Morrison Date: Wed Nov 2 09:34:14 2011 +0000 @@ -63238,7 +65639,7 @@ Date: Wed Nov 2 09:34:14 2011 +0000 web/defaultincludes.inc | 1 + 1 file changed, 1 insertion(+) -commit 1d9d4804 +commit 1d9d4804c Author: John Beranek Date: Tue Nov 1 23:33:26 2011 +0000 @@ -63248,7 +65649,7 @@ Date: Tue Nov 1 23:33:26 2011 +0000 web/systemdefaults.inc.php | 3 +++ 1 file changed, 3 insertions(+) -commit 9e9a5797 +commit 9e9a57970 Author: John Beranek Date: Tue Nov 1 23:27:49 2011 +0000 @@ -63293,7 +65694,7 @@ Date: Tue Nov 1 23:27:49 2011 +0000 web/systemdefaults.inc.php | 33 +++++++++--------------------- 32 files changed, 130 insertions(+), 125 deletions(-) -commit 451f6555 +commit 451f65552 Author: Campbell Morrison Date: Tue Nov 1 17:44:59 2011 +0000 @@ -63302,7 +65703,7 @@ Date: Tue Nov 1 17:44:59 2011 +0000 web/language.inc | 154 ++++++++++++++++++++++++++++++--------------- 1 file changed, 102 insertions(+), 52 deletions(-) -commit 0a8571d7 +commit 0a8571d70 Author: Campbell Morrison Date: Tue Nov 1 15:37:49 2011 +0000 @@ -63314,7 +65715,7 @@ Date: Tue Nov 1 15:37:49 2011 +0000 web/week.php | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) -commit e466e364 +commit e466e3640 Author: Campbell Morrison Date: Mon Oct 31 07:34:14 2011 +0000 @@ -63323,7 +65724,7 @@ Date: Mon Oct 31 07:34:14 2011 +0000 web/language.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 5102cb59 +commit 5102cb594 Author: Campbell Morrison Date: Mon Oct 31 07:23:48 2011 +0000 @@ -63334,7 +65735,7 @@ Date: Mon Oct 31 07:23:48 2011 +0000 web/systemdefaults.inc.php | 6 +-- 3 files changed, 20 insertions(+), 68 deletions(-) -commit 7faa34b8 +commit 7faa34b86 Author: Campbell Morrison Date: Tue Oct 25 10:20:40 2011 +0000 @@ -63343,7 +65744,7 @@ Date: Tue Oct 25 10:20:40 2011 +0000 web/month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ef6fd063 +commit ef6fd063c Author: Campbell Morrison Date: Tue Oct 25 10:18:20 2011 +0000 @@ -63353,7 +65754,7 @@ Date: Tue Oct 25 10:18:20 2011 +0000 web/week.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 0db7b9ee +commit 0db7b9eef Author: Campbell Morrison Date: Tue Oct 25 09:47:01 2011 +0000 @@ -63363,7 +65764,7 @@ Date: Tue Oct 25 09:47:01 2011 +0000 web/systemdefaults.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 6f515814 +commit 6f5158148 Author: Campbell Morrison Date: Tue Oct 25 09:35:32 2011 +0000 @@ -63372,7 +65773,7 @@ Date: Tue Oct 25 09:35:32 2011 +0000 web/mrbs_auth.inc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) -commit 2427acdc +commit 2427acdcd Author: Thomas Bleher Date: Mon Oct 24 21:17:02 2011 +0000 @@ -63389,7 +65790,7 @@ Date: Mon Oct 24 21:17:02 2011 +0000 web/functions_ical.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e342ed6a +commit e342ed6a3 Author: Thomas Bleher Date: Mon Oct 24 21:14:44 2011 +0000 @@ -63398,7 +65799,7 @@ Date: Mon Oct 24 21:14:44 2011 +0000 web/functions_mail.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 0e3791f1 +commit 0e3791f1c Author: Campbell Morrison Date: Mon Oct 24 10:22:23 2011 +0000 @@ -63407,7 +65808,7 @@ Date: Mon Oct 24 10:22:23 2011 +0000 web/edit_users.php | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) -commit fc23cc8d +commit fc23cc8d3 Author: Campbell Morrison Date: Mon Oct 24 08:26:46 2011 +0000 @@ -63416,7 +65817,7 @@ Date: Mon Oct 24 08:26:46 2011 +0000 web/report.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) -commit bf57d3fa +commit bf57d3fac Author: Campbell Morrison Date: Mon Oct 24 07:09:40 2011 +0000 @@ -63426,14 +65827,14 @@ Date: Mon Oct 24 07:09:40 2011 +0000 web/edit_entry.php | 9 ++++----- 2 files changed, 5 insertions(+), 27 deletions(-) -commit 6dd796d6 -Merge: f403e8c6 85ca4de5 +commit 6dd796d62 +Merge: f403e8c68 85ca4de54 Author: Campbell Morrison Date: Sun Oct 23 18:47:56 2011 +0000 Reintegrated the draggable bookings branch. MRBS now supports (except for IE8 and below) (a) the selection of new bookings by dragging over empty cells on the day and week views and (b) the adjustment of existing bookings by dragging their sides or corners. -commit 85ca4de5 (origin/draggable_bookings) +commit 85ca4de54 (origin/draggable_bookings) Author: Campbell Morrison Date: Sun Oct 23 17:24:18 2011 +0000 @@ -63443,7 +65844,7 @@ Date: Sun Oct 23 17:24:18 2011 +0000 web/edit_entry.php | 20 ++++++++++++-------- 2 files changed, 23 insertions(+), 14 deletions(-) -commit 9ae2e7af +commit 9ae2e7afa Author: Campbell Morrison Date: Sun Oct 23 15:41:19 2011 +0000 @@ -63455,7 +65856,7 @@ Date: Sun Oct 23 15:41:19 2011 +0000 web/mrbs.css.php | 3 +- 3 files changed, 69 insertions(+), 34 deletions(-) -commit bf71ece0 +commit bf71ece0c Author: Campbell Morrison Date: Thu Oct 20 21:10:42 2011 +0000 @@ -63465,7 +65866,7 @@ Date: Thu Oct 20 21:10:42 2011 +0000 web/mrbs.css.php | 4 ++ 2 files changed, 68 insertions(+), 16 deletions(-) -commit 3520cee3 +commit 3520cee36 Author: Campbell Morrison Date: Thu Oct 20 17:28:00 2011 +0000 @@ -63474,7 +65875,7 @@ Date: Thu Oct 20 17:28:00 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e12dde6e +commit e12dde6ed Author: Campbell Morrison Date: Thu Oct 20 16:30:09 2011 +0000 @@ -63483,7 +65884,7 @@ Date: Thu Oct 20 16:30:09 2011 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1470f96b +commit 1470f96b5 Author: Campbell Morrison Date: Thu Oct 20 16:19:03 2011 +0000 @@ -63492,7 +65893,7 @@ Date: Thu Oct 20 16:19:03 2011 +0000 web/Themes/default/header.inc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit d44d6981 +commit d44d6981f Author: Campbell Morrison Date: Thu Oct 20 15:31:16 2011 +0000 @@ -63507,7 +65908,7 @@ Date: Thu Oct 20 15:31:16 2011 +0000 web/search.php | 2 +- 7 files changed, 10 insertions(+), 15 deletions(-) -commit af88d9e8 +commit af88d9e86 Author: Campbell Morrison Date: Thu Oct 20 14:55:26 2011 +0000 @@ -63516,7 +65917,7 @@ Date: Thu Oct 20 14:55:26 2011 +0000 web/admin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 6cbec498 +commit 6cbec4989 Author: Campbell Morrison Date: Thu Oct 20 14:48:18 2011 +0000 @@ -63525,7 +65926,7 @@ Date: Thu Oct 20 14:48:18 2011 +0000 web/month.php | 1 + 1 file changed, 1 insertion(+) -commit 48b574f4 +commit 48b574f42 Author: Campbell Morrison Date: Thu Oct 20 14:38:49 2011 +0000 @@ -63534,7 +65935,7 @@ Date: Thu Oct 20 14:38:49 2011 +0000 web/Themes/default/header.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) -commit c559344b +commit c559344b2 Author: Campbell Morrison Date: Thu Oct 20 14:19:55 2011 +0000 @@ -63543,7 +65944,7 @@ Date: Thu Oct 20 14:19:55 2011 +0000 web/Themes/default/header.inc | 119 ++++++++++++++++++-------------- 1 file changed, 68 insertions(+), 51 deletions(-) -commit 4e0ea2fd +commit 4e0ea2fd0 Author: Campbell Morrison Date: Thu Oct 20 14:00:13 2011 +0000 @@ -63553,7 +65954,7 @@ Date: Thu Oct 20 14:00:13 2011 +0000 web/edit_entry.php | 31 ++++++++++++--------- 2 files changed, 63 insertions(+), 16 deletions(-) -commit c8773beb +commit c8773bebc Author: Campbell Morrison Date: Thu Oct 20 12:56:07 2011 +0000 @@ -63562,7 +65963,7 @@ Date: Thu Oct 20 12:56:07 2011 +0000 web/Themes/default/header.inc | 66 +++++++++++++++++++++------------ 1 file changed, 43 insertions(+), 23 deletions(-) -commit d4d807fc +commit d4d807fce Author: Campbell Morrison Date: Thu Oct 20 10:51:30 2011 +0000 @@ -63571,7 +65972,7 @@ Date: Thu Oct 20 10:51:30 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 63763ba6 +commit 63763ba66 Author: Campbell Morrison Date: Thu Oct 20 10:46:08 2011 +0000 @@ -63580,7 +65981,7 @@ Date: Thu Oct 20 10:46:08 2011 +0000 web/Themes/default/header.inc | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) -commit add61acc +commit add61accf Author: Campbell Morrison Date: Thu Oct 20 10:17:49 2011 +0000 @@ -63589,7 +65990,7 @@ Date: Thu Oct 20 10:17:49 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0df252e5 +commit 0df252e5b Author: Campbell Morrison Date: Thu Oct 20 10:10:01 2011 +0000 @@ -63599,7 +66000,7 @@ Date: Thu Oct 20 10:10:01 2011 +0000 web/edit_entry.php | 3 ++- 2 files changed, 9 insertions(+), 4 deletions(-) -commit cccfbf06 +commit cccfbf06f Author: Campbell Morrison Date: Thu Oct 20 09:45:06 2011 +0000 @@ -63608,7 +66009,7 @@ Date: Thu Oct 20 09:45:06 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 715b83e3 +commit 715b83e31 Author: Campbell Morrison Date: Thu Oct 20 09:33:47 2011 +0000 @@ -63617,7 +66018,7 @@ Date: Thu Oct 20 09:33:47 2011 +0000 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 3272be1b +commit 3272be1b2 Author: Campbell Morrison Date: Thu Oct 20 09:14:39 2011 +0000 @@ -63627,7 +66028,7 @@ Date: Thu Oct 20 09:14:39 2011 +0000 web/edit_entry.php | 19 +++++++++++-------- 2 files changed, 35 insertions(+), 10 deletions(-) -commit 3efc5bbf +commit 3efc5bbf4 Author: Campbell Morrison Date: Thu Oct 20 08:01:20 2011 +0000 @@ -63637,7 +66038,7 @@ Date: Thu Oct 20 08:01:20 2011 +0000 web/mrbs.css.php | 6 ++++- 2 files changed, 46 insertions(+), 4 deletions(-) -commit 3028ab3c +commit 3028ab3c8 Author: Campbell Morrison Date: Wed Oct 19 22:12:02 2011 +0000 @@ -63646,7 +66047,7 @@ Date: Wed Oct 19 22:12:02 2011 +0000 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit a1eeda00 +commit a1eeda003 Author: Campbell Morrison Date: Wed Oct 19 22:02:05 2011 +0000 @@ -63655,7 +66056,7 @@ Date: Wed Oct 19 22:02:05 2011 +0000 web/Themes/default/header.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 186ee78a +commit 186ee78a3 Author: Campbell Morrison Date: Wed Oct 19 21:38:14 2011 +0000 @@ -63666,7 +66067,7 @@ Date: Wed Oct 19 21:38:14 2011 +0000 web/mrbs.css.php | 6 + 3 files changed, 317 insertions(+), 169 deletions(-) -commit 5e44888d +commit 5e44888d5 Author: Campbell Morrison Date: Wed Oct 19 12:59:14 2011 +0000 @@ -63680,7 +66081,7 @@ Date: Wed Oct 19 12:59:14 2011 +0000 web/site_faq_nl.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) -commit a93a8907 +commit a93a89070 Author: Campbell Morrison Date: Wed Oct 19 11:32:48 2011 +0000 @@ -63689,7 +66090,7 @@ Date: Wed Oct 19 11:32:48 2011 +0000 web/Themes/default/header.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit c59b6f0c +commit c59b6f0c1 Author: Campbell Morrison Date: Wed Oct 19 11:25:17 2011 +0000 @@ -63701,7 +66102,7 @@ Date: Wed Oct 19 11:25:17 2011 +0000 web/week.php | 1 - 4 files changed, 11 insertions(+), 5 deletions(-) -commit 471e9656 +commit 471e9656d Author: Campbell Morrison Date: Wed Oct 19 10:34:38 2011 +0000 @@ -63710,7 +66111,7 @@ Date: Wed Oct 19 10:34:38 2011 +0000 web/Themes/default/header.inc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) -commit 9f862f79 +commit 9f862f79c Author: Campbell Morrison Date: Wed Oct 19 10:01:58 2011 +0000 @@ -63719,7 +66120,7 @@ Date: Wed Oct 19 10:01:58 2011 +0000 web/Themes/default/header.inc | 162 +++++++++++++++++++------------- 1 file changed, 97 insertions(+), 65 deletions(-) -commit 119366b1 +commit 119366b1e Author: Campbell Morrison Date: Wed Oct 19 08:42:13 2011 +0000 @@ -63729,7 +66130,7 @@ Date: Wed Oct 19 08:42:13 2011 +0000 web/functions_table.inc | 14 +- 2 files changed, 560 insertions(+), 543 deletions(-) -commit c029151a +commit c029151a2 Author: Campbell Morrison Date: Tue Oct 18 09:43:49 2011 +0000 @@ -63739,7 +66140,7 @@ Date: Tue Oct 18 09:43:49 2011 +0000 web/edit_area_room.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) -commit f403e8c6 +commit f403e8c68 Author: Campbell Morrison Date: Tue Oct 18 09:33:31 2011 +0000 @@ -63748,7 +66149,7 @@ Date: Tue Oct 18 09:33:31 2011 +0000 web/Themes/default/header.inc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) -commit 65c9651b +commit 65c9651b1 Author: Campbell Morrison Date: Tue Oct 18 09:22:58 2011 +0000 @@ -63758,7 +66159,7 @@ Date: Tue Oct 18 09:22:58 2011 +0000 web/edit_entry_handler.php | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) -commit 4bbb793f +commit 4bbb793fa Author: Campbell Morrison Date: Tue Oct 18 09:05:42 2011 +0000 @@ -63767,7 +66168,7 @@ Date: Tue Oct 18 09:05:42 2011 +0000 web/Themes/default/header.inc | 57 ++++++++++++++++++++++++--------- 1 file changed, 41 insertions(+), 16 deletions(-) -commit e4327b85 +commit e4327b85c Author: Campbell Morrison Date: Tue Oct 18 00:28:06 2011 +0000 @@ -63776,7 +66177,7 @@ Date: Tue Oct 18 00:28:06 2011 +0000 web/day.php | 1 - 1 file changed, 1 deletion(-) -commit 5e37b923 +commit 5e37b9232 Author: Campbell Morrison Date: Tue Oct 18 00:24:43 2011 +0000 @@ -63785,7 +66186,7 @@ Date: Tue Oct 18 00:24:43 2011 +0000 web/Themes/default/header.inc | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) -commit bb7eab8a +commit bb7eab8a1 Author: Campbell Morrison Date: Tue Oct 18 00:11:59 2011 +0000 @@ -63794,7 +66195,7 @@ Date: Tue Oct 18 00:11:59 2011 +0000 web/Themes/default/header.inc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) -commit 6068a959 +commit 6068a9591 Author: Campbell Morrison Date: Mon Oct 17 23:48:39 2011 +0000 @@ -63804,7 +66205,7 @@ Date: Mon Oct 17 23:48:39 2011 +0000 web/edit_entry_handler.php | 5 +-- 2 files changed, 50 insertions(+), 31 deletions(-) -commit 65c83966 +commit 65c839666 Author: Campbell Morrison Date: Mon Oct 17 21:18:06 2011 +0000 @@ -63813,7 +66214,7 @@ Date: Mon Oct 17 21:18:06 2011 +0000 web/Themes/default/header.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 56f12390 +commit 56f12390d Author: Campbell Morrison Date: Mon Oct 17 20:55:34 2011 +0000 @@ -63822,7 +66223,7 @@ Date: Mon Oct 17 20:55:34 2011 +0000 web/Themes/default/header.inc | 50 ++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 10 deletions(-) -commit 8de7a48c +commit 8de7a48c6 Author: Campbell Morrison Date: Mon Oct 17 20:24:29 2011 +0000 @@ -63831,7 +66232,7 @@ Date: Mon Oct 17 20:24:29 2011 +0000 web/mrbs.css.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit fee4a3ed +commit fee4a3edd Author: Campbell Morrison Date: Mon Oct 17 18:55:53 2011 +0000 @@ -63842,7 +66243,7 @@ Date: Mon Oct 17 18:55:53 2011 +0000 web/mrbs.css.php | 9 ++++++++- 3 files changed, 22 insertions(+), 1 deletion(-) -commit 46d8d3f8 +commit 46d8d3f85 Author: Campbell Morrison Date: Sun Oct 16 19:51:27 2011 +0000 @@ -63856,7 +66257,7 @@ Date: Sun Oct 16 19:51:27 2011 +0000 web/week.php | 375 +-------- 6 files changed, 1358 insertions(+), 1321 deletions(-) -commit d1399006 +commit d1399006e Author: Campbell Morrison Date: Sat Oct 15 10:33:58 2011 +0000 @@ -63865,7 +66266,7 @@ Date: Sat Oct 15 10:33:58 2011 +0000 web/functions.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit e026878f +commit e026878fe Author: Campbell Morrison Date: Sat Oct 15 10:28:05 2011 +0000 @@ -63874,7 +66275,7 @@ Date: Sat Oct 15 10:28:05 2011 +0000 web/Themes/default/header.inc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -commit 8198ad83 +commit 8198ad833 Author: Campbell Morrison Date: Sat Oct 15 10:11:49 2011 +0000 @@ -63883,7 +66284,7 @@ Date: Sat Oct 15 10:11:49 2011 +0000 web/Themes/default/header.inc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) -commit 3562d02c +commit 3562d02ce Author: Campbell Morrison Date: Sat Oct 15 09:56:33 2011 +0000 @@ -63892,7 +66293,7 @@ Date: Sat Oct 15 09:56:33 2011 +0000 web/Themes/default/header.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 0a5b6f89 +commit 0a5b6f891 Author: Campbell Morrison Date: Sat Oct 15 09:14:26 2011 +0000 @@ -63901,7 +66302,7 @@ Date: Sat Oct 15 09:14:26 2011 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c2ad7a81 +commit c2ad7a811 Author: Campbell Morrison Date: Sat Oct 15 08:42:30 2011 +0000 @@ -63912,7 +66313,7 @@ Date: Sat Oct 15 08:42:30 2011 +0000 web/functions.inc | 11 +--- 3 files changed, 159 insertions(+), 31 deletions(-) -commit 476a12ab +commit 476a12ab1 Author: Campbell Morrison Date: Fri Oct 14 14:15:59 2011 +0000 @@ -63921,7 +66322,7 @@ Date: Fri Oct 14 14:15:59 2011 +0000 web/Themes/default/header.inc | 54 +++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 13 deletions(-) -commit cb241d83 +commit cb241d83f Author: Campbell Morrison Date: Fri Oct 14 13:54:45 2011 +0000 @@ -63930,7 +66331,7 @@ Date: Fri Oct 14 13:54:45 2011 +0000 web/Themes/default/header.inc | 40 ++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) -commit 00b17f53 +commit 00b17f53f Author: Campbell Morrison Date: Fri Oct 14 13:04:39 2011 +0000 @@ -63939,7 +66340,7 @@ Date: Fri Oct 14 13:04:39 2011 +0000 web/Themes/default/header.inc | 82 +++++++++++++++++++++++++-------- 1 file changed, 62 insertions(+), 20 deletions(-) -commit 2e6b62eb +commit 2e6b62eb4 Author: Campbell Morrison Date: Fri Oct 14 11:00:37 2011 +0000 @@ -63950,7 +66351,7 @@ Date: Fri Oct 14 11:00:37 2011 +0000 web/week.php | 30 +++++++++++++++++++----------- 3 files changed, 56 insertions(+), 24 deletions(-) -commit 3bceec45 +commit 3bceec453 Author: Campbell Morrison Date: Fri Oct 14 09:01:30 2011 +0000 @@ -63966,7 +66367,7 @@ Date: Fri Oct 14 09:01:30 2011 +0000 web/style.inc | 3 --- 8 files changed, 21 insertions(+), 12 deletions(-) -commit 117763b4 +commit 117763b48 Author: Campbell Morrison Date: Thu Oct 13 21:05:46 2011 +0000 @@ -63976,7 +66377,7 @@ Date: Thu Oct 13 21:05:46 2011 +0000 web/functions.inc | 25 ++++++++++++++++++++++--- 2 files changed, 24 insertions(+), 6 deletions(-) -commit 1d5cd714 +commit 1d5cd7144 Author: Campbell Morrison Date: Thu Oct 13 18:29:25 2011 +0000 @@ -63985,7 +66386,7 @@ Date: Thu Oct 13 18:29:25 2011 +0000 web/Themes/default/header.inc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) -commit f1488fa2 +commit f1488fa2a Author: Campbell Morrison Date: Thu Oct 13 16:39:20 2011 +0000 @@ -63994,7 +66395,7 @@ Date: Thu Oct 13 16:39:20 2011 +0000 web/Themes/default/header.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -commit 3326e309 +commit 3326e309a Author: Campbell Morrison Date: Thu Oct 13 13:28:21 2011 +0000 @@ -64003,7 +66404,7 @@ Date: Thu Oct 13 13:28:21 2011 +0000 web/Themes/default/header.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit 33a9e132 +commit 33a9e1329 Author: Campbell Morrison Date: Thu Oct 13 13:23:40 2011 +0000 @@ -64012,7 +66413,7 @@ Date: Thu Oct 13 13:23:40 2011 +0000 web/Themes/default/header.inc | 45 +++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 19 deletions(-) -commit ca22c0e8 +commit ca22c0e8c Author: Campbell Morrison Date: Thu Oct 13 12:59:31 2011 +0000 @@ -64021,7 +66422,7 @@ Date: Thu Oct 13 12:59:31 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2cfbdeb8 +commit 2cfbdeb8c Author: Campbell Morrison Date: Thu Oct 13 09:42:13 2011 +0000 @@ -64030,7 +66431,7 @@ Date: Thu Oct 13 09:42:13 2011 +0000 web/Themes/default/header.inc | 75 +++++++++++++++------------------ 1 file changed, 34 insertions(+), 41 deletions(-) -commit 95ec1ad4 +commit 95ec1ad49 Author: Campbell Morrison Date: Thu Oct 13 08:40:14 2011 +0000 @@ -64040,7 +66441,7 @@ Date: Thu Oct 13 08:40:14 2011 +0000 web/mrbs.css.php | 1 - 2 files changed, 145 insertions(+), 25 deletions(-) -commit 57c83df6 +commit 57c83df67 Author: Campbell Morrison Date: Wed Oct 12 10:26:00 2011 +0000 @@ -64049,7 +66450,7 @@ Date: Wed Oct 12 10:26:00 2011 +0000 web/Themes/default/header.inc | 1 - 1 file changed, 1 deletion(-) -commit 7c6c5c73 +commit 7c6c5c73f Author: Campbell Morrison Date: Wed Oct 12 10:21:10 2011 +0000 @@ -64059,7 +66460,7 @@ Date: Wed Oct 12 10:21:10 2011 +0000 web/mrbs.css.php | 25 +++- 2 files changed, 233 insertions(+), 2 deletions(-) -commit 1f1a44d0 +commit 1f1a44d02 Author: Campbell Morrison Date: Wed Oct 12 08:34:45 2011 +0000 @@ -64068,7 +66469,7 @@ Date: Wed Oct 12 08:34:45 2011 +0000 web/Themes/default/header.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit b6e5991e +commit b6e5991e8 Author: Campbell Morrison Date: Tue Oct 11 07:30:08 2011 +0000 @@ -64077,7 +66478,7 @@ Date: Tue Oct 11 07:30:08 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8d87eecb +commit 8d87eecbc Author: Campbell Morrison Date: Mon Oct 10 14:01:37 2011 +0000 @@ -64086,13 +66487,13 @@ Date: Mon Oct 10 14:01:37 2011 +0000 web/edit_area_room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0ccf8cd7 +commit 0ccf8cd72 Author: Campbell Morrison Date: Mon Oct 10 13:50:54 2011 +0000 Created a new branch for the development of draggable bookings -commit 95111588 +commit 95111588f Author: Campbell Morrison Date: Mon Oct 10 13:45:39 2011 +0000 @@ -64101,7 +66502,7 @@ Date: Mon Oct 10 13:45:39 2011 +0000 web/lang.de | 65 +++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 30 deletions(-) -commit 27d71656 +commit 27d716567 Author: Campbell Morrison Date: Mon Oct 10 09:24:45 2011 +0000 @@ -64110,7 +66511,7 @@ Date: Mon Oct 10 09:24:45 2011 +0000 INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 47992064 +commit 479920643 Author: Campbell Morrison Date: Fri Oct 7 15:34:20 2011 +0000 @@ -64121,7 +66522,7 @@ Date: Fri Oct 7 15:34:20 2011 +0000 web/week.php | 11 ++++++++--- 3 files changed, 20 insertions(+), 10 deletions(-) -commit ba9eff82 +commit ba9eff82d Author: Campbell Morrison Date: Fri Oct 7 15:06:30 2011 +0000 @@ -64132,7 +66533,7 @@ Date: Fri Oct 7 15:06:30 2011 +0000 web/week.php | 5 ++--- 3 files changed, 10 insertions(+), 15 deletions(-) -commit 095720dd +commit 095720ddc Author: Campbell Morrison Date: Fri Oct 7 14:56:33 2011 +0000 @@ -64141,7 +66542,7 @@ Date: Fri Oct 7 14:56:33 2011 +0000 web/mrbs.css.php | 18 ------------------ 1 file changed, 18 deletions(-) -commit 34f82aa8 +commit 34f82aa87 Author: Campbell Morrison Date: Fri Oct 7 14:53:10 2011 +0000 @@ -64155,7 +66556,7 @@ Date: Fri Oct 7 14:53:10 2011 +0000 web/week.php | 17 +++++++---------- 6 files changed, 30 insertions(+), 43 deletions(-) -commit 87957d2f +commit 87957d2ff Author: Campbell Morrison Date: Fri Oct 7 12:25:46 2011 +0000 @@ -64165,7 +66566,7 @@ Date: Fri Oct 7 12:25:46 2011 +0000 web/mrbs.css.php | 4 ++-- 2 files changed, 13 insertions(+), 7 deletions(-) -commit e4fed712 +commit e4fed7127 Author: Campbell Morrison Date: Fri Oct 7 10:43:10 2011 +0000 @@ -64185,7 +66586,7 @@ Date: Fri Oct 7 10:43:10 2011 +0000 web/xbLib.js (gone) | 798 ---------------------------- 12 files changed, 54 insertions(+), 970 deletions(-) -commit 4de68710 +commit 4de687107 Author: Campbell Morrison Date: Tue Oct 4 10:18:01 2011 +0000 @@ -64195,14 +66596,14 @@ Date: Tue Oct 4 10:18:01 2011 +0000 web/language.inc | 3 + 2 files changed, 418 insertions(+) -commit 06206ecf -Merge: 2b4344f6 ec3f96cd +commit 06206ecf3 +Merge: 2b4344f61 ec3f96cd8 Author: Campbell Morrison Date: Mon Oct 3 13:01:55 2011 +0000 Reintegrated the datatables branch back into the trunk. The report results, search results, users list, rooms list and pending list are now sortable, searchable tables. In addition admins can do bulk deletes of the entries returned in a report. -commit ec3f96cd (origin/datatables) +commit ec3f96cd8 (origin/datatables) Author: Campbell Morrison Date: Mon Oct 3 10:57:10 2011 +0000 @@ -64211,7 +66612,7 @@ Date: Mon Oct 3 10:57:10 2011 +0000 web/Themes/default/header.inc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) -commit dede877a +commit dede877af Author: Campbell Morrison Date: Mon Oct 3 10:16:27 2011 +0000 @@ -64220,7 +66621,7 @@ Date: Mon Oct 3 10:16:27 2011 +0000 web/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 08094794 +commit 080947945 Author: Campbell Morrison Date: Mon Oct 3 09:59:51 2011 +0000 @@ -64229,7 +66630,7 @@ Date: Mon Oct 3 09:59:51 2011 +0000 web/Themes/default/header.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit d2c91342 +commit d2c91342a Author: Campbell Morrison Date: Mon Oct 3 09:49:24 2011 +0000 @@ -64238,7 +66639,7 @@ Date: Mon Oct 3 09:49:24 2011 +0000 web/jquery/datatables/js/FixedColumns.mrbs.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 25eeb5bb +commit 25eeb5bbb Author: Campbell Morrison Date: Mon Oct 3 09:23:30 2011 +0000 @@ -64247,7 +66648,7 @@ Date: Mon Oct 3 09:23:30 2011 +0000 web/Themes/default/header.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 97ef879e +commit 97ef879e4 Author: Campbell Morrison Date: Mon Oct 3 09:10:56 2011 +0000 @@ -64256,7 +66657,7 @@ Date: Mon Oct 3 09:10:56 2011 +0000 web/jquery/datatables/js/FixedColumns.mrbs.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit f11d0d4a +commit f11d0d4a4 Author: Campbell Morrison Date: Mon Oct 3 09:02:49 2011 +0000 @@ -64266,7 +66667,7 @@ Date: Mon Oct 3 09:02:49 2011 +0000 .../datatables/js/FixedColumns.mrbs.js (new) | 1203 ++++++++++++++++ 2 files changed, 1223 insertions(+), 2 deletions(-) -commit 2ef299c8 +commit 2ef299c85 Author: Campbell Morrison Date: Sun Oct 2 17:53:31 2011 +0000 @@ -64275,7 +66676,7 @@ Date: Sun Oct 2 17:53:31 2011 +0000 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit 2bf40dc2 +commit 2bf40dc2d Author: Campbell Morrison Date: Sun Oct 2 17:24:00 2011 +0000 @@ -64284,7 +66685,7 @@ Date: Sun Oct 2 17:24:00 2011 +0000 web/Themes/default/header.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) -commit 04ef6d62 +commit 04ef6d62e Author: Campbell Morrison Date: Sun Oct 2 17:03:03 2011 +0000 @@ -64293,7 +66694,7 @@ Date: Sun Oct 2 17:03:03 2011 +0000 web/Themes/default/header.inc | 65 +++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 27 deletions(-) -commit 9cec9d6d +commit 9cec9d6da Author: Campbell Morrison Date: Sun Oct 2 16:38:32 2011 +0000 @@ -64302,7 +66703,7 @@ Date: Sun Oct 2 16:38:32 2011 +0000 web/jquery/datatables/css/mrbs-table.css | 25 ++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) -commit d56cc0e3 +commit d56cc0e3d Author: Campbell Morrison Date: Sun Oct 2 11:34:11 2011 +0000 @@ -64311,7 +66712,7 @@ Date: Sun Oct 2 11:34:11 2011 +0000 web/Themes/default/header.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit b81d2ec7 +commit b81d2ec70 Author: Campbell Morrison Date: Sun Oct 2 11:08:26 2011 +0000 @@ -64320,7 +66721,7 @@ Date: Sun Oct 2 11:08:26 2011 +0000 web/jquery/datatables/js/ColVis.mrbs.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0afa29e8 +commit 0afa29e81 Author: Campbell Morrison Date: Sun Oct 2 11:05:05 2011 +0000 @@ -64331,7 +66732,7 @@ Date: Sun Oct 2 11:05:05 2011 +0000 web/style.inc | 10 +++--- 3 files changed, 50 insertions(+), 5 deletions(-) -commit 98e14abf +commit 98e14abf4 Author: Campbell Morrison Date: Sun Oct 2 09:51:51 2011 +0000 @@ -64340,7 +66741,7 @@ Date: Sun Oct 2 09:51:51 2011 +0000 web/jquery/datatables/js/ColVis.min.js | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) -commit 87c790a8 +commit 87c790a8b Author: Campbell Morrison Date: Sun Oct 2 09:42:05 2011 +0000 @@ -64350,7 +66751,7 @@ Date: Sun Oct 2 09:42:05 2011 +0000 web/mrbs.css.php | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 10 deletions(-) -commit 85de150b +commit 85de150b7 Author: Campbell Morrison Date: Sat Oct 1 09:03:26 2011 +0000 @@ -64359,7 +66760,7 @@ Date: Sat Oct 1 09:03:26 2011 +0000 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit 2b4344f6 +commit 2b4344f61 Author: Campbell Morrison Date: Sat Oct 1 09:00:19 2011 +0000 @@ -64368,7 +66769,7 @@ Date: Sat Oct 1 09:00:19 2011 +0000 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit d7ed3d0e +commit d7ed3d0e1 Author: Campbell Morrison Date: Fri Sep 30 16:06:17 2011 +0000 @@ -64377,7 +66778,7 @@ Date: Fri Sep 30 16:06:17 2011 +0000 web/edit_area_room.php | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) -commit 56db5069 +commit 56db50691 Author: Campbell Morrison Date: Fri Sep 30 16:03:05 2011 +0000 @@ -64386,7 +66787,7 @@ Date: Fri Sep 30 16:03:05 2011 +0000 web/edit_area_room.php | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) -commit 42c1ea4e +commit 42c1ea4ed Author: Campbell Morrison Date: Fri Sep 30 15:57:26 2011 +0000 @@ -64395,7 +66796,7 @@ Date: Fri Sep 30 15:57:26 2011 +0000 web/edit_area_room.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 263d32e0 +commit 263d32e09 Author: Campbell Morrison Date: Fri Sep 30 15:51:53 2011 +0000 @@ -64404,7 +66805,7 @@ Date: Fri Sep 30 15:51:53 2011 +0000 web/edit_area_room.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 34248dc1 +commit 34248dc1a Author: Campbell Morrison Date: Fri Sep 30 15:40:55 2011 +0000 @@ -64413,7 +66814,7 @@ Date: Fri Sep 30 15:40:55 2011 +0000 web/Themes/default/header.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit 1f1a28ab +commit 1f1a28abb Author: Campbell Morrison Date: Fri Sep 30 15:26:54 2011 +0000 @@ -64422,7 +66823,7 @@ Date: Fri Sep 30 15:26:54 2011 +0000 web/Themes/default/header.inc | 52 ++++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 13 deletions(-) -commit 9295db54 +commit 9295db543 Author: Campbell Morrison Date: Fri Sep 30 14:53:18 2011 +0000 @@ -64431,7 +66832,7 @@ Date: Fri Sep 30 14:53:18 2011 +0000 web/Themes/default/header.inc | 67 ++++++++++++++++++++++----------- 1 file changed, 44 insertions(+), 23 deletions(-) -commit 01752912 +commit 01752912e Author: Campbell Morrison Date: Fri Sep 30 14:21:02 2011 +0000 @@ -64441,7 +66842,7 @@ Date: Fri Sep 30 14:21:02 2011 +0000 web/admin.php | 50 ++++++++++++++++----------------- 2 files changed, 25 insertions(+), 59 deletions(-) -commit 6e87d136 +commit 6e87d1363 Author: Campbell Morrison Date: Fri Sep 30 14:02:58 2011 +0000 @@ -64451,7 +66852,7 @@ Date: Fri Sep 30 14:02:58 2011 +0000 web/search.php | 3 +- 2 files changed, 29 insertions(+), 27 deletions(-) -commit 3d08f006 +commit 3d08f006b Author: Campbell Morrison Date: Fri Sep 30 13:06:50 2011 +0000 @@ -64460,7 +66861,7 @@ Date: Fri Sep 30 13:06:50 2011 +0000 web/Themes/default/header.inc | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) -commit 5d6d36dc +commit 5d6d36dc9 Author: Campbell Morrison Date: Fri Sep 30 10:13:33 2011 +0000 @@ -64469,7 +66870,7 @@ Date: Fri Sep 30 10:13:33 2011 +0000 web/Themes/default/header.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 90117050 +commit 90117050d Author: Campbell Morrison Date: Fri Sep 30 09:54:25 2011 +0000 @@ -64479,7 +66880,7 @@ Date: Fri Sep 30 09:54:25 2011 +0000 web/jquery/datatables/css/mrbs-table.css | 3 ++ 2 files changed, 28 insertions(+), 23 deletions(-) -commit b45ce518 +commit b45ce518b Author: Campbell Morrison Date: Thu Sep 29 22:55:57 2011 +0000 @@ -64488,7 +66889,7 @@ Date: Thu Sep 29 22:55:57 2011 +0000 web/Themes/default/header.inc | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) -commit 997246ad +commit 997246ad1 Author: Campbell Morrison Date: Thu Sep 29 21:08:45 2011 +0000 @@ -64498,7 +66899,7 @@ Date: Thu Sep 29 21:08:45 2011 +0000 web/edit_users.php | 55 +++++++++++++-------- 2 files changed, 77 insertions(+), 63 deletions(-) -commit 08e05673 +commit 08e056739 Author: Campbell Morrison Date: Thu Sep 29 19:58:10 2011 +0000 @@ -64508,7 +66909,7 @@ Date: Thu Sep 29 19:58:10 2011 +0000 web/report.php | 10 +++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) -commit 61d5b9f0 +commit 61d5b9f02 Author: Campbell Morrison Date: Thu Sep 29 19:31:01 2011 +0000 @@ -64517,7 +66918,7 @@ Date: Thu Sep 29 19:31:01 2011 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c829299b +commit c829299be Author: Campbell Morrison Date: Thu Sep 29 19:09:09 2011 +0000 @@ -64527,7 +66928,7 @@ Date: Thu Sep 29 19:09:09 2011 +0000 web/Themes/default/header.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit e1a2e8c9 +commit e1a2e8c92 Author: Campbell Morrison Date: Thu Sep 29 16:49:23 2011 +0000 @@ -64537,7 +66938,7 @@ Date: Thu Sep 29 16:49:23 2011 +0000 web/report.php | 13 ++++++++----- 2 files changed, 14 insertions(+), 11 deletions(-) -commit bf968baa +commit bf968baae Author: Campbell Morrison Date: Thu Sep 29 16:30:42 2011 +0000 @@ -64547,7 +66948,7 @@ Date: Thu Sep 29 16:30:42 2011 +0000 web/internalconfig.inc.php | 3 +++ 2 files changed, 11 insertions(+) -commit baddb152 +commit baddb1525 Author: Campbell Morrison Date: Thu Sep 29 16:27:45 2011 +0000 @@ -64557,7 +66958,7 @@ Date: Thu Sep 29 16:27:45 2011 +0000 web/internalconfig.inc.php | 3 +++ 2 files changed, 11 insertions(+) -commit aaa092cb +commit aaa092cb9 Author: Campbell Morrison Date: Thu Sep 29 16:06:43 2011 +0000 @@ -64568,7 +66969,7 @@ Date: Thu Sep 29 16:06:43 2011 +0000 web/trailer.inc | 5 +++-- 3 files changed, 15 insertions(+), 8 deletions(-) -commit 8d0ca140 +commit 8d0ca1400 Author: Campbell Morrison Date: Thu Sep 29 13:43:53 2011 +0000 @@ -64577,7 +66978,7 @@ Date: Thu Sep 29 13:43:53 2011 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b7bd5fd3 +commit b7bd5fd35 Author: Campbell Morrison Date: Wed Sep 28 13:20:39 2011 +0000 @@ -64586,7 +66987,7 @@ Date: Wed Sep 28 13:20:39 2011 +0000 web/Themes/default/header.inc | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -commit 536043b5 +commit 536043b55 Author: Campbell Morrison Date: Wed Sep 28 13:17:18 2011 +0000 @@ -64595,7 +66996,7 @@ Date: Wed Sep 28 13:17:18 2011 +0000 web/Themes/default/header.inc | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) -commit 92d56b96 +commit 92d56b96a Author: Campbell Morrison Date: Wed Sep 28 12:38:13 2011 +0000 @@ -64604,7 +67005,7 @@ Date: Wed Sep 28 12:38:13 2011 +0000 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit d9a0cfee +commit d9a0cfee0 Author: Campbell Morrison Date: Wed Sep 28 12:22:18 2011 +0000 @@ -64622,7 +67023,7 @@ Date: Wed Sep 28 12:22:18 2011 +0000 web/style.inc | 4 +- 10 files changed, 275 insertions(+), 4 deletions(-) -commit 8f1b64fb +commit 8f1b64fb6 Author: Campbell Morrison Date: Wed Sep 28 12:17:20 2011 +0000 @@ -64640,7 +67041,7 @@ Date: Wed Sep 28 12:17:20 2011 +0000 web/style.inc | 4 +- 10 files changed, 275 insertions(+), 4 deletions(-) -commit f097d858 +commit f097d8587 Author: Campbell Morrison Date: Tue Sep 27 11:22:15 2011 +0000 @@ -64653,7 +67054,7 @@ Date: Tue Sep 27 11:22:15 2011 +0000 web/week.php | 5 ----- 5 files changed, 2 insertions(+), 27 deletions(-) -commit 8b807b67 +commit 8b807b676 Author: Campbell Morrison Date: Tue Sep 27 11:17:53 2011 +0000 @@ -64666,7 +67067,7 @@ Date: Tue Sep 27 11:17:53 2011 +0000 web/week.php | 5 ----- 5 files changed, 2 insertions(+), 27 deletions(-) -commit bd04481d +commit bd04481dd Author: Campbell Morrison Date: Tue Sep 27 10:56:19 2011 +0000 @@ -64685,7 +67086,7 @@ Date: Tue Sep 27 10:56:19 2011 +0000 web/systemdefaults.inc.php | 9 + 11 files changed, 479 insertions(+), 132 deletions(-) -commit 118a6e5d +commit 118a6e5dc Author: Campbell Morrison Date: Tue Sep 27 09:42:47 2011 +0000 @@ -64705,7 +67106,7 @@ Date: Tue Sep 27 09:42:47 2011 +0000 web/systemdefaults.inc.php | 9 ++ 10 files changed, 473 insertions(+), 132 deletions(-) -commit 4d84e012 +commit 4d84e0126 Author: Campbell Morrison Date: Mon Sep 26 10:07:29 2011 +0000 @@ -64714,7 +67115,7 @@ Date: Mon Sep 26 10:07:29 2011 +0000 web/report.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit ec388107 +commit ec388107c Author: Campbell Morrison Date: Mon Sep 26 10:02:16 2011 +0000 @@ -64723,7 +67124,7 @@ Date: Mon Sep 26 10:02:16 2011 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 01f70089 +commit 01f700892 Author: Campbell Morrison Date: Mon Sep 26 09:57:13 2011 +0000 @@ -64732,7 +67133,7 @@ Date: Mon Sep 26 09:57:13 2011 +0000 web/report.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit a8b84885 +commit a8b848851 Author: Campbell Morrison Date: Sun Sep 25 06:26:56 2011 +0000 @@ -64743,7 +67144,7 @@ Date: Sun Sep 25 06:26:56 2011 +0000 web/edit_entry_handler.php | 18 +- 3 files changed, 176 insertions(+), 139 deletions(-) -commit a8843cc9 +commit a8843cc9f Author: Campbell Morrison Date: Sun Sep 25 06:21:48 2011 +0000 @@ -64753,7 +67154,7 @@ Date: Sun Sep 25 06:21:48 2011 +0000 web/edit_entry.php | 2 +- 2 files changed, 122 insertions(+), 76 deletions(-) -commit 99c24a78 +commit 99c24a780 Author: Campbell Morrison Date: Sun Sep 25 06:20:36 2011 +0000 @@ -64762,7 +67163,7 @@ Date: Sun Sep 25 06:20:36 2011 +0000 web/edit_entry_handler.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) -commit dd4df976 +commit dd4df976a Author: Campbell Morrison Date: Sat Sep 24 10:25:59 2011 +0000 @@ -64771,7 +67172,7 @@ Date: Sat Sep 24 10:25:59 2011 +0000 web/Themes/default/header.inc | 145 +++++++++++++++----------------- 1 file changed, 66 insertions(+), 79 deletions(-) -commit fe51d5bb +commit fe51d5bbb Author: Campbell Morrison Date: Fri Sep 23 16:46:35 2011 +0000 @@ -64796,7 +67197,7 @@ Date: Fri Sep 23 16:46:35 2011 +0000 web/tzurl/zoneinfo/Pacific/Truk.ics | 10 +-- 17 files changed, 192 insertions(+), 136 deletions(-) -commit 9e1f86db +commit 9e1f86db3 Author: Campbell Morrison Date: Fri Sep 23 16:41:37 2011 +0000 @@ -64807,7 +67208,7 @@ Date: Fri Sep 23 16:41:37 2011 +0000 web/jquery/jquery-1.6.4.min.js (new) | 4 ++++ 3 files changed, 5 insertions(+), 19 deletions(-) -commit c449cc48 +commit c449cc48b Author: Campbell Morrison Date: Fri Sep 23 16:35:04 2011 +0000 @@ -64832,7 +67233,7 @@ Date: Fri Sep 23 16:35:04 2011 +0000 web/tzurl/zoneinfo/Pacific/Truk.ics | 10 +-- 17 files changed, 192 insertions(+), 136 deletions(-) -commit 02286fec +commit 02286fec4 Author: Campbell Morrison Date: Fri Sep 23 13:58:26 2011 +0000 @@ -64841,7 +67242,7 @@ Date: Fri Sep 23 13:58:26 2011 +0000 web/edit_users.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit df2749f5 +commit df2749f5d Author: Campbell Morrison Date: Fri Sep 23 13:55:33 2011 +0000 @@ -64850,7 +67251,7 @@ Date: Fri Sep 23 13:55:33 2011 +0000 web/admin.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit e6a60d79 +commit e6a60d792 Author: Campbell Morrison Date: Fri Sep 23 13:47:12 2011 +0000 @@ -64859,7 +67260,7 @@ Date: Fri Sep 23 13:47:12 2011 +0000 web/edit_users.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit 30638c6c +commit 30638c6c3 Author: Campbell Morrison Date: Fri Sep 23 11:18:22 2011 +0000 @@ -64869,7 +67270,7 @@ Date: Fri Sep 23 11:18:22 2011 +0000 web/pgsql.inc | 4 +++- 2 files changed, 30 insertions(+), 16 deletions(-) -commit 5bee1a34 +commit 5bee1a34b Author: Campbell Morrison Date: Fri Sep 23 11:13:39 2011 +0000 @@ -64878,7 +67279,7 @@ Date: Fri Sep 23 11:13:39 2011 +0000 web/pgsql.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 19aff883 +commit 19aff8838 Author: Campbell Morrison Date: Fri Sep 23 10:51:51 2011 +0000 @@ -64887,7 +67288,7 @@ Date: Fri Sep 23 10:51:51 2011 +0000 web/Themes/default/header.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 729d2aa5 +commit 729d2aa5b Author: Campbell Morrison Date: Fri Sep 23 10:43:45 2011 +0000 @@ -64896,7 +67297,7 @@ Date: Fri Sep 23 10:43:45 2011 +0000 web/Themes/default/header.inc | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) -commit 752aaf02 +commit 752aaf023 Author: Campbell Morrison Date: Thu Sep 22 16:51:18 2011 +0000 @@ -64908,7 +67309,7 @@ Date: Thu Sep 22 16:51:18 2011 +0000 web/systemdefaults.inc.php | 58 +++++-- 4 files changed, 266 insertions(+), 109 deletions(-) -commit ca098188 +commit ca0981885 Author: John Beranek Date: Thu Sep 22 14:41:57 2011 +0000 @@ -64928,7 +67329,7 @@ Date: Thu Sep 22 14:41:57 2011 +0000 web/systemdefaults.inc.php | 58 +++++-- 4 files changed, 266 insertions(+), 109 deletions(-) -commit cd8a7208 +commit cd8a7208b Author: Campbell Morrison Date: Thu Sep 22 09:56:45 2011 +0000 @@ -64939,7 +67340,7 @@ Date: Thu Sep 22 09:56:45 2011 +0000 web/systemdefaults.inc.php | 4 ++++ 3 files changed, 32 insertions(+), 29 deletions(-) -commit fedd01b0 +commit fedd01b08 Author: Campbell Morrison Date: Thu Sep 22 09:28:37 2011 +0000 @@ -64949,7 +67350,7 @@ Date: Thu Sep 22 09:28:37 2011 +0000 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 22 insertions(+), 2 deletions(-) -commit 2609afca +commit 2609afcae Author: Campbell Morrison Date: Thu Sep 22 09:04:50 2011 +0000 @@ -64959,7 +67360,7 @@ Date: Thu Sep 22 09:04:50 2011 +0000 web/functions.inc | 29 ++++++----------------------- 2 files changed, 10 insertions(+), 27 deletions(-) -commit 5de4bd00 +commit 5de4bd004 Author: Campbell Morrison Date: Thu Sep 22 08:38:29 2011 +0000 @@ -64968,7 +67369,7 @@ Date: Thu Sep 22 08:38:29 2011 +0000 web/report.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit ac56ea99 +commit ac56ea990 Author: Campbell Morrison Date: Thu Sep 22 08:17:28 2011 +0000 @@ -64977,7 +67378,7 @@ Date: Thu Sep 22 08:17:28 2011 +0000 web/Themes/default/header.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit a9273537 +commit a9273537f Author: Thomas Bleher Date: Thu Sep 22 07:32:22 2011 +0000 @@ -64989,7 +67390,7 @@ Date: Thu Sep 22 07:32:22 2011 +0000 web/Themes/default/header.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 55f354b5 +commit 55f354b50 Author: Campbell Morrison Date: Wed Sep 21 20:35:07 2011 +0000 @@ -65002,7 +67403,7 @@ Date: Wed Sep 21 20:35:07 2011 +0000 web/site_faq_nl.html | 3 +- 5 files changed, 272 insertions(+), 267 deletions(-) -commit e4372b11 +commit e4372b116 Author: Campbell Morrison Date: Wed Sep 21 20:29:44 2011 +0000 @@ -65012,7 +67413,7 @@ Date: Wed Sep 21 20:29:44 2011 +0000 web/site_faq_nl.html | 3 +- 2 files changed, 70 insertions(+), 68 deletions(-) -commit 3a184825 +commit 3a184825d Author: Campbell Morrison Date: Wed Sep 21 20:15:57 2011 +0000 @@ -65021,7 +67422,7 @@ Date: Wed Sep 21 20:15:57 2011 +0000 web/site_faq_it.html | 75 +++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 37 deletions(-) -commit c1f01d61 +commit c1f01d616 Author: Campbell Morrison Date: Wed Sep 21 20:08:42 2011 +0000 @@ -65030,7 +67431,7 @@ Date: Wed Sep 21 20:08:42 2011 +0000 web/site_faq_es.html | 157 +++++++++++++++++++++-------------------- 1 file changed, 79 insertions(+), 78 deletions(-) -commit 5a906237 +commit 5a906237e Author: Campbell Morrison Date: Wed Sep 21 19:23:16 2011 +0000 @@ -65039,7 +67440,7 @@ Date: Wed Sep 21 19:23:16 2011 +0000 web/site_faq_fr.html | 169 +++++++++++++++++++++-------------------- 1 file changed, 85 insertions(+), 84 deletions(-) -commit 93fcabb4 +commit 93fcabb44 Author: Campbell Morrison Date: Wed Sep 21 17:19:39 2011 +0000 @@ -65049,7 +67450,7 @@ Date: Wed Sep 21 17:19:39 2011 +0000 web/jquery/datatables/js/ColVis.min.js | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) -commit d271e305 +commit d271e3054 Author: Campbell Morrison Date: Wed Sep 21 16:43:51 2011 +0000 @@ -65059,7 +67460,7 @@ Date: Wed Sep 21 16:43:51 2011 +0000 web/edit_users.php | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) -commit fc6c005d +commit fc6c005d1 Author: Campbell Morrison Date: Wed Sep 21 16:25:10 2011 +0000 @@ -65068,7 +67469,7 @@ Date: Wed Sep 21 16:25:10 2011 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bb2fe189 +commit bb2fe1890 Author: Campbell Morrison Date: Wed Sep 21 16:12:41 2011 +0000 @@ -65079,7 +67480,7 @@ Date: Wed Sep 21 16:12:41 2011 +0000 web/report.php | 12 +----------- 3 files changed, 7 insertions(+), 23 deletions(-) -commit ebefb727 +commit ebefb727e Author: Campbell Morrison Date: Wed Sep 21 15:57:24 2011 +0000 @@ -65089,7 +67490,7 @@ Date: Wed Sep 21 15:57:24 2011 +0000 web/report.php | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) -commit 4eee0af7 +commit 4eee0af70 Author: Campbell Morrison Date: Wed Sep 21 15:44:39 2011 +0000 @@ -65099,7 +67500,7 @@ Date: Wed Sep 21 15:44:39 2011 +0000 web/mrbs.css.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -commit b76606a3 +commit b76606a37 Author: Campbell Morrison Date: Wed Sep 21 15:28:40 2011 +0000 @@ -65108,7 +67509,7 @@ Date: Wed Sep 21 15:28:40 2011 +0000 web/jquery/datatables/css/mrbs-table.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -commit 255a3bfe +commit 255a3bfec Author: Campbell Morrison Date: Wed Sep 21 15:16:25 2011 +0000 @@ -65117,7 +67518,7 @@ Date: Wed Sep 21 15:16:25 2011 +0000 web/search.php | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) -commit b01b66b1 +commit b01b66b13 Author: Campbell Morrison Date: Wed Sep 21 14:58:20 2011 +0000 @@ -65127,7 +67528,7 @@ Date: Wed Sep 21 14:58:20 2011 +0000 web/pending.php | 8 +++++++- 2 files changed, 16 insertions(+), 4 deletions(-) -commit b39a3177 +commit b39a31778 Author: Campbell Morrison Date: Wed Sep 21 14:39:02 2011 +0000 @@ -65136,7 +67537,7 @@ Date: Wed Sep 21 14:39:02 2011 +0000 web/Themes/default/header.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 91aa6b93 +commit 91aa6b93c Author: Campbell Morrison Date: Wed Sep 21 14:05:51 2011 +0000 @@ -65147,7 +67548,7 @@ Date: Wed Sep 21 14:05:51 2011 +0000 web/search.php | 308 ++++++++++++++++++++------------ 3 files changed, 276 insertions(+), 159 deletions(-) -commit 9390bf0f +commit 9390bf0fb Author: Campbell Morrison Date: Wed Sep 21 09:20:38 2011 +0000 @@ -65177,7 +67578,7 @@ Date: Wed Sep 21 09:20:38 2011 +0000 web/lang.zh-tw | 1 - 22 files changed, 22 deletions(-) -commit 17df9775 +commit 17df97758 Author: Campbell Morrison Date: Wed Sep 21 09:08:08 2011 +0000 @@ -65186,7 +67587,7 @@ Date: Wed Sep 21 09:08:08 2011 +0000 web/search.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -commit cd83f5d9 +commit cd83f5d95 Author: Campbell Morrison Date: Wed Sep 21 08:41:56 2011 +0000 @@ -65195,7 +67596,7 @@ Date: Wed Sep 21 08:41:56 2011 +0000 web/edit_entry_handler.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) -commit db102051 +commit db102051f Author: Campbell Morrison Date: Wed Sep 21 08:34:36 2011 +0000 @@ -65204,7 +67605,7 @@ Date: Wed Sep 21 08:34:36 2011 +0000 web/edit_entry_handler.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) -commit abe9122f +commit abe9122ff Author: Campbell Morrison Date: Wed Sep 21 08:25:33 2011 +0000 @@ -65213,7 +67614,7 @@ Date: Wed Sep 21 08:25:33 2011 +0000 web/edit_entry_handler.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 7a861cfb +commit 7a861cfb9 Author: Thomas Bleher Date: Wed Sep 21 06:13:41 2011 +0000 @@ -65227,7 +67628,7 @@ Date: Wed Sep 21 06:13:41 2011 +0000 web/edit_entry_handler.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit f7e87742 +commit f7e877429 Author: Campbell Morrison Date: Tue Sep 20 20:45:24 2011 +0000 @@ -65238,7 +67639,7 @@ Date: Tue Sep 20 20:45:24 2011 +0000 web/site_faq_de.html | 102 ++++++++++++++++---------------- 3 files changed, 77 insertions(+), 77 deletions(-) -commit 5afd3664 +commit 5afd3664c Author: Thomas Bleher Date: Tue Sep 20 20:11:14 2011 +0000 @@ -65247,7 +67648,7 @@ Date: Tue Sep 20 20:11:14 2011 +0000 web/site_faq_de.html | 102 ++++++++++++++++++++--------------------- 1 file changed, 51 insertions(+), 51 deletions(-) -commit 28ceb89a +commit 28ceb89ad Author: Thomas Bleher Date: Tue Sep 20 20:09:14 2011 +0000 @@ -65256,7 +67657,7 @@ Date: Tue Sep 20 20:09:14 2011 +0000 web/Themes/default/header.inc | 48 +++++++++++++++------------------ 1 file changed, 22 insertions(+), 26 deletions(-) -commit 9f1f3b0c +commit 9f1f3b0c3 Author: Thomas Bleher Date: Tue Sep 20 20:05:20 2011 +0000 @@ -65267,7 +67668,7 @@ Date: Tue Sep 20 20:05:20 2011 +0000 web/Themes/default/header.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 64df0ee2 +commit 64df0ee21 Author: Campbell Morrison Date: Tue Sep 20 19:09:39 2011 +0000 @@ -65278,7 +67679,7 @@ Date: Tue Sep 20 19:09:39 2011 +0000 web/mrbs.css.php | 1 + 3 files changed, 24 insertions(+), 4 deletions(-) -commit 35a0fe15 +commit 35a0fe15b Author: Campbell Morrison Date: Tue Sep 20 16:03:05 2011 +0000 @@ -65287,7 +67688,7 @@ Date: Tue Sep 20 16:03:05 2011 +0000 web/mrbs-ielte7.css.php | 1 + 1 file changed, 1 insertion(+) -commit b48be5c9 +commit b48be5c9b Author: Campbell Morrison Date: Tue Sep 20 15:41:30 2011 +0000 @@ -65297,7 +67698,7 @@ Date: Tue Sep 20 15:41:30 2011 +0000 web/report.php | 13 +++++++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) -commit 907c7b8d +commit 907c7b8d0 Author: Campbell Morrison Date: Tue Sep 20 15:19:06 2011 +0000 @@ -65308,7 +67709,7 @@ Date: Tue Sep 20 15:19:06 2011 +0000 web/report.php | 12 +++++------ 3 files changed, 37 insertions(+), 9 deletions(-) -commit bfa01b48 +commit bfa01b489 Author: Campbell Morrison Date: Tue Sep 20 14:18:13 2011 +0000 @@ -65317,7 +67718,7 @@ Date: Tue Sep 20 14:18:13 2011 +0000 web/Themes/default/header.inc | 40 +++++++++++++-------------------- 1 file changed, 16 insertions(+), 24 deletions(-) -commit badf6275 +commit badf6275c Author: Campbell Morrison Date: Tue Sep 20 14:06:01 2011 +0000 @@ -65330,7 +67731,7 @@ Date: Tue Sep 20 14:06:01 2011 +0000 web/style.inc | 6 +---- 5 files changed, 21 insertions(+), 50 deletions(-) -commit 90f397ea +commit 90f397eaa Author: Campbell Morrison Date: Tue Sep 20 12:27:06 2011 +0000 @@ -65344,7 +67745,7 @@ Date: Tue Sep 20 12:27:06 2011 +0000 web/report.php | 2 +- 6 files changed, 25 insertions(+), 10 deletions(-) -commit e92bd33d +commit e92bd33da Author: Campbell Morrison Date: Tue Sep 20 10:57:05 2011 +0000 @@ -65353,7 +67754,7 @@ Date: Tue Sep 20 10:57:05 2011 +0000 web/Themes/default/header.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit fc7c196a +commit fc7c196a6 Author: Campbell Morrison Date: Tue Sep 20 10:45:53 2011 +0000 @@ -65362,7 +67763,7 @@ Date: Tue Sep 20 10:45:53 2011 +0000 web/Themes/default/header.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit cf28865e +commit cf28865e5 Author: Campbell Morrison Date: Tue Sep 20 10:31:41 2011 +0000 @@ -65371,7 +67772,7 @@ Date: Tue Sep 20 10:31:41 2011 +0000 .../datatables/js/jquery.dataTables.min.js | 24 ++++++++++-------- 1 file changed, 13 insertions(+), 11 deletions(-) -commit 2221886d +commit 2221886dc Author: Campbell Morrison Date: Fri Sep 16 16:38:37 2011 +0000 @@ -65383,7 +67784,7 @@ Date: Fri Sep 16 16:38:37 2011 +0000 web/mrbs.css.php | 4 ++-- 4 files changed, 16 insertions(+), 15 deletions(-) -commit ae6ae739 +commit ae6ae7390 Author: Campbell Morrison Date: Thu Sep 15 17:06:59 2011 +0000 @@ -65392,7 +67793,7 @@ Date: Thu Sep 15 17:06:59 2011 +0000 web/Themes/default/header.inc | 196 ++++++++++++++++---------------- 1 file changed, 99 insertions(+), 97 deletions(-) -commit 6191f2b3 +commit 6191f2b32 Author: Campbell Morrison Date: Thu Sep 15 16:54:21 2011 +0000 @@ -65409,7 +67810,7 @@ Date: Thu Sep 15 16:54:21 2011 +0000 web/pending.php | 100 ++++--- 9 files changed, 390 insertions(+), 320 deletions(-) -commit 7e36bb44 +commit 7e36bb449 Author: Campbell Morrison Date: Tue Sep 13 08:09:37 2011 +0000 @@ -65418,7 +67819,7 @@ Date: Tue Sep 13 08:09:37 2011 +0000 web/auth_config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit aaffef77 +commit aaffef77c Author: Campbell Morrison Date: Mon Sep 12 14:53:38 2011 +0000 @@ -65427,7 +67828,7 @@ Date: Mon Sep 12 14:53:38 2011 +0000 web/edit_entry_handler.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit 59804288 +commit 598042885 Author: Campbell Morrison Date: Mon Sep 12 14:50:18 2011 +0000 @@ -65436,7 +67837,7 @@ Date: Mon Sep 12 14:50:18 2011 +0000 web/Themes/default/header.inc | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) -commit 895f040d +commit 895f040d5 Author: Campbell Morrison Date: Mon Sep 12 14:49:20 2011 +0000 @@ -65445,7 +67846,7 @@ Date: Mon Sep 12 14:49:20 2011 +0000 web/edit_entry_handler.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit 0885c03f +commit 0885c03fa Author: Campbell Morrison Date: Fri Sep 9 10:31:06 2011 +0000 @@ -65454,7 +67855,7 @@ Date: Fri Sep 9 10:31:06 2011 +0000 web/functions_view.inc | 2 -- 1 file changed, 2 deletions(-) -commit 78f37e40 +commit 78f37e402 Author: Campbell Morrison Date: Fri Sep 9 10:28:10 2011 +0000 @@ -65463,7 +67864,7 @@ Date: Fri Sep 9 10:28:10 2011 +0000 web/functions_view.inc | 2 -- 1 file changed, 2 deletions(-) -commit 9df0d2a8 +commit 9df0d2a80 Author: Campbell Morrison Date: Thu Sep 8 23:08:03 2011 +0000 @@ -65474,7 +67875,7 @@ Date: Thu Sep 8 23:08:03 2011 +0000 web/edit_entry_handler.php | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) -commit 30172aee +commit 30172aee4 Author: Campbell Morrison Date: Thu Sep 8 23:04:10 2011 +0000 @@ -65483,7 +67884,7 @@ Date: Thu Sep 8 23:04:10 2011 +0000 web/edit_entry.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -commit aef8b02d +commit aef8b02d6 Author: Campbell Morrison Date: Thu Sep 8 23:03:38 2011 +0000 @@ -65492,7 +67893,7 @@ Date: Thu Sep 8 23:03:38 2011 +0000 web/Themes/default/header.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit cc3e8b1f +commit cc3e8b1f3 Author: Campbell Morrison Date: Thu Sep 8 21:14:51 2011 +0000 @@ -65502,7 +67903,7 @@ Date: Thu Sep 8 21:14:51 2011 +0000 web/edit_entry_handler.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit bc483875 +commit bc4838753 Author: Campbell Morrison Date: Thu Sep 8 18:26:47 2011 +0000 @@ -65511,7 +67912,7 @@ Date: Thu Sep 8 18:26:47 2011 +0000 web/mrbs.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 6fd88c62 +commit 6fd88c626 Author: Campbell Morrison Date: Thu Sep 8 18:22:13 2011 +0000 @@ -65520,7 +67921,7 @@ Date: Thu Sep 8 18:22:13 2011 +0000 web/mrbs.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7e284c3f +commit 7e284c3f5 Author: Campbell Morrison Date: Thu Sep 8 18:05:32 2011 +0000 @@ -65535,7 +67936,7 @@ Date: Thu Sep 8 18:05:32 2011 +0000 web/report.php | 38 +++++--- 7 files changed, 289 insertions(+), 68 deletions(-) -commit 29a40e68 +commit 29a40e687 Author: Campbell Morrison Date: Thu Sep 8 18:00:20 2011 +0000 @@ -65549,7 +67950,7 @@ Date: Thu Sep 8 18:00:20 2011 +0000 web/mrbs_sql.inc | 13 +-- 6 files changed, 264 insertions(+), 55 deletions(-) -commit 597fe2d5 +commit 597fe2d58 Author: Campbell Morrison Date: Thu Sep 8 08:55:56 2011 +0000 @@ -65558,7 +67959,7 @@ Date: Thu Sep 8 08:55:56 2011 +0000 web/report.php | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) -commit 353fe720 +commit 353fe7208 Author: Campbell Morrison Date: Thu Sep 8 08:28:49 2011 +0000 @@ -65567,7 +67968,7 @@ Date: Thu Sep 8 08:28:49 2011 +0000 web/lang.de | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) -commit 14c5222c +commit 14c5222c4 Author: Campbell Morrison Date: Wed Sep 7 09:16:34 2011 +0000 @@ -65578,7 +67979,7 @@ Date: Wed Sep 7 09:16:34 2011 +0000 web/lang.en | 5 +++-- 3 files changed, 18 insertions(+), 10 deletions(-) -commit 12f813c8 +commit 12f813c88 Author: Campbell Morrison Date: Wed Sep 7 09:13:31 2011 +0000 @@ -65588,7 +67989,7 @@ Date: Wed Sep 7 09:13:31 2011 +0000 web/lang.en | 5 +++-- 2 files changed, 13 insertions(+), 5 deletions(-) -commit 201eeab5 +commit 201eeab52 Author: Campbell Morrison Date: Wed Sep 7 08:42:58 2011 +0000 @@ -65597,7 +67998,7 @@ Date: Wed Sep 7 08:42:58 2011 +0000 web/functions_mail.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 1db0e44c +commit 1db0e44c4 Author: Campbell Morrison Date: Tue Sep 6 15:02:08 2011 +0000 @@ -65606,7 +68007,7 @@ Date: Tue Sep 6 15:02:08 2011 +0000 web/edit_entry.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 160dc764 +commit 160dc7642 Author: Campbell Morrison Date: Tue Sep 6 14:34:22 2011 +0000 @@ -65616,7 +68017,7 @@ Date: Tue Sep 6 14:34:22 2011 +0000 web/edit_entry.php | 34 +++++++++++++++++++++++---------- 2 files changed, 32 insertions(+), 14 deletions(-) -commit 0ff150b6 +commit 0ff150b67 Author: Campbell Morrison Date: Tue Sep 6 14:30:53 2011 +0000 @@ -65626,7 +68027,7 @@ Date: Tue Sep 6 14:30:53 2011 +0000 web/edit_entry.php | 34 +++++++++++++++++++++++---------- 2 files changed, 32 insertions(+), 14 deletions(-) -commit e2626925 +commit e26269255 Author: Campbell Morrison Date: Tue Sep 6 13:07:42 2011 +0000 @@ -65635,7 +68036,7 @@ Date: Tue Sep 6 13:07:42 2011 +0000 web/functions.inc | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) -commit 0f7a6a7d +commit 0f7a6a7dd Author: Campbell Morrison Date: Tue Sep 6 13:04:55 2011 +0000 @@ -65644,7 +68045,7 @@ Date: Tue Sep 6 13:04:55 2011 +0000 web/functions.inc | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) -commit 3e486bd8 +commit 3e486bd84 Author: Campbell Morrison Date: Tue Sep 6 10:51:48 2011 +0000 @@ -65660,7 +68061,7 @@ Date: Tue Sep 6 10:51:48 2011 +0000 web/mrbs_sql.inc | 6 ++-- 8 files changed, 99 insertions(+), 32 deletions(-) -commit 0fd09bf4 +commit 0fd09bf4f Author: Campbell Morrison Date: Mon Sep 5 18:12:46 2011 +0000 @@ -65669,7 +68070,7 @@ Date: Mon Sep 5 18:12:46 2011 +0000 web/functions_mail.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 68df9cb7 +commit 68df9cb77 Author: Campbell Morrison Date: Mon Sep 5 18:03:17 2011 +0000 @@ -65682,7 +68083,7 @@ Date: Mon Sep 5 18:03:17 2011 +0000 web/mrbs_sql.inc | 6 ++-- 5 files changed, 70 insertions(+), 27 deletions(-) -commit 7ad1ac04 +commit 7ad1ac040 Author: Campbell Morrison Date: Mon Sep 5 15:57:24 2011 +0000 @@ -65694,7 +68095,7 @@ Date: Mon Sep 5 15:57:24 2011 +0000 web/mrbs.css.php | 6 ++++-- 4 files changed, 29 insertions(+), 8 deletions(-) -commit 09acf760 +commit 09acf760d Author: Campbell Morrison Date: Fri Sep 2 13:32:48 2011 +0000 @@ -65705,7 +68106,7 @@ Date: Fri Sep 2 13:32:48 2011 +0000 web/systemdefaults.inc.php | 3 +++ 3 files changed, 13 insertions(+), 2 deletions(-) -commit 3bb3dfdb +commit 3bb3dfdb3 Author: Campbell Morrison Date: Fri Sep 2 13:21:16 2011 +0000 @@ -65714,7 +68115,7 @@ Date: Fri Sep 2 13:21:16 2011 +0000 web/edit_entry_handler.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 8e34a10d +commit 8e34a10d5 Author: Campbell Morrison Date: Fri Sep 2 13:10:54 2011 +0000 @@ -65724,7 +68125,7 @@ Date: Fri Sep 2 13:10:54 2011 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 10 insertions(+) -commit 04abcc74 +commit 04abcc74e Author: Campbell Morrison Date: Thu Sep 1 14:18:50 2011 +0000 @@ -65734,7 +68135,7 @@ Date: Thu Sep 1 14:18:50 2011 +0000 web/systemdefaults.inc.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) -commit 97d80d10 +commit 97d80d101 Author: Campbell Morrison Date: Thu Sep 1 08:42:16 2011 +0000 @@ -65744,7 +68145,7 @@ Date: Thu Sep 1 08:42:16 2011 +0000 web/edit_entry_handler.php | 20 ++++++++++++++++---- 2 files changed, 30 insertions(+), 18 deletions(-) -commit 5cf441a1 +commit 5cf441a1b Author: Campbell Morrison Date: Thu Sep 1 07:35:12 2011 +0000 @@ -65753,7 +68154,7 @@ Date: Thu Sep 1 07:35:12 2011 +0000 web/edit_entry_handler.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -commit b1832136 +commit b18321369 Author: Campbell Morrison Date: Wed Aug 31 22:50:58 2011 +0000 @@ -65762,7 +68163,7 @@ Date: Wed Aug 31 22:50:58 2011 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a93dd5dc +commit a93dd5dcd Author: Campbell Morrison Date: Wed Aug 31 22:31:44 2011 +0000 @@ -65771,7 +68172,7 @@ Date: Wed Aug 31 22:31:44 2011 +0000 web/edit_entry.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -commit 66f4d334 +commit 66f4d3346 Author: Campbell Morrison Date: Wed Aug 31 22:05:09 2011 +0000 @@ -65781,7 +68182,7 @@ Date: Wed Aug 31 22:05:09 2011 +0000 web/edit_entry_handler.php | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) -commit b956f0e9 +commit b956f0e96 Author: Campbell Morrison Date: Wed Aug 31 14:25:47 2011 +0000 @@ -65798,7 +68199,7 @@ Date: Wed Aug 31 14:25:47 2011 +0000 web/style.inc | 2 +- 9 files changed, 279 insertions(+), 282 deletions(-) -commit 0bce3609 +commit 0bce36090 Author: Campbell Morrison Date: Wed Aug 31 14:21:11 2011 +0000 @@ -65815,7 +68216,7 @@ Date: Wed Aug 31 14:21:11 2011 +0000 web/style.inc | 2 +- 9 files changed, 279 insertions(+), 282 deletions(-) -commit 288885e1 +commit 288885e1d Author: Campbell Morrison Date: Wed Aug 31 09:37:29 2011 +0000 @@ -65835,7 +68236,7 @@ Date: Wed Aug 31 09:37:29 2011 +0000 web/systemdefaults.inc.php | 5 + 12 files changed, 312 insertions(+), 97 deletions(-) -commit bca5ae11 +commit bca5ae118 Author: Campbell Morrison Date: Wed Aug 31 09:28:11 2011 +0000 @@ -65844,7 +68245,7 @@ Date: Wed Aug 31 09:28:11 2011 +0000 web/report.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit b631cd99 +commit b631cd994 Author: Campbell Morrison Date: Wed Aug 31 08:59:18 2011 +0000 @@ -65855,7 +68256,7 @@ Date: Wed Aug 31 08:59:18 2011 +0000 web/mrbs.css.php | 7 +- 3 files changed, 117 insertions(+), 43 deletions(-) -commit ab146b97 +commit ab146b974 Author: Campbell Morrison Date: Tue Aug 30 10:23:54 2011 +0000 @@ -65866,7 +68267,7 @@ Date: Tue Aug 30 10:23:54 2011 +0000 web/mrbs-mail.css | 3 ++- 3 files changed, 36 insertions(+), 2 deletions(-) -commit 658899ef +commit 658899ef8 Author: Campbell Morrison Date: Tue Aug 30 09:07:08 2011 +0000 @@ -65879,7 +68280,7 @@ Date: Tue Aug 30 09:07:08 2011 +0000 web/mrbs_sql.inc | 26 ++++++++++++++++++-------- 5 files changed, 33 insertions(+), 26 deletions(-) -commit 7f4a6d78 +commit 7f4a6d78e Author: Campbell Morrison Date: Mon Aug 29 18:22:01 2011 +0000 @@ -65888,7 +68289,7 @@ Date: Mon Aug 29 18:22:01 2011 +0000 web/functions_ical.inc | 1 + 1 file changed, 1 insertion(+) -commit 4177877c +commit 4177877c7 Author: Campbell Morrison Date: Mon Aug 29 18:15:19 2011 +0000 @@ -65900,7 +68301,7 @@ Date: Mon Aug 29 18:15:19 2011 +0000 web/functions_mail.inc | 6 ++++-- 4 files changed, 41 insertions(+), 4 deletions(-) -commit 7507e55c +commit 7507e55c4 Author: Campbell Morrison Date: Mon Aug 29 12:04:28 2011 +0000 @@ -65913,7 +68314,7 @@ Date: Mon Aug 29 12:04:28 2011 +0000 web/systemdefaults.inc.php | 5 ++++ 5 files changed, 75 insertions(+), 15 deletions(-) -commit 729ad07a +commit 729ad07a6 Author: Campbell Morrison Date: Mon Aug 29 09:47:37 2011 +0000 @@ -65923,7 +68324,7 @@ Date: Mon Aug 29 09:47:37 2011 +0000 web/functions.inc | 74 ++++++++++++++++++++++----------------------- 2 files changed, 38 insertions(+), 38 deletions(-) -commit d45a7fa8 +commit d45a7fa86 Author: Campbell Morrison Date: Mon Aug 29 09:23:32 2011 +0000 @@ -65932,7 +68333,7 @@ Date: Mon Aug 29 09:23:32 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b1a8f863 +commit b1a8f8635 Author: Campbell Morrison Date: Sun Aug 28 19:27:20 2011 +0000 @@ -65943,7 +68344,7 @@ Date: Sun Aug 28 19:27:20 2011 +0000 web/systemdefaults.inc.php | 4 ++++ 3 files changed, 14 insertions(+), 4 deletions(-) -commit ddeefa57 +commit ddeefa57b Author: Campbell Morrison Date: Sun Aug 28 19:11:34 2011 +0000 @@ -65953,7 +68354,7 @@ Date: Sun Aug 28 19:11:34 2011 +0000 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) -commit 1ac56dac +commit 1ac56dac3 Author: Campbell Morrison Date: Sun Aug 28 07:48:02 2011 +0000 @@ -65965,7 +68366,7 @@ Date: Sun Aug 28 07:48:02 2011 +0000 web/report.php | 9 ++++++ 4 files changed, 41 insertions(+), 16 deletions(-) -commit 2b7af04a +commit 2b7af04a4 Author: Campbell Morrison Date: Sat Aug 27 17:50:36 2011 +0000 @@ -65974,7 +68375,7 @@ Date: Sat Aug 27 17:50:36 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bb97fbfa +commit bb97fbfa9 Author: Campbell Morrison Date: Sat Aug 27 17:32:53 2011 +0000 @@ -65984,7 +68385,7 @@ Date: Sat Aug 27 17:32:53 2011 +0000 web/internalconfig.inc.php | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) -commit 235d4963 +commit 235d49635 Author: Campbell Morrison Date: Sat Aug 27 17:16:01 2011 +0000 @@ -65993,7 +68394,7 @@ Date: Sat Aug 27 17:16:01 2011 +0000 web/report.php | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) -commit ae9de32f +commit ae9de32f3 Author: Campbell Morrison Date: Sat Aug 27 16:55:56 2011 +0000 @@ -66002,7 +68403,7 @@ Date: Sat Aug 27 16:55:56 2011 +0000 web/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a82aafae +commit a82aafaeb Author: Campbell Morrison Date: Sat Aug 27 16:25:10 2011 +0000 @@ -66011,7 +68412,7 @@ Date: Sat Aug 27 16:25:10 2011 +0000 web/mrbs.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit b16b2a22 +commit b16b2a224 Author: Campbell Morrison Date: Sat Aug 27 16:13:02 2011 +0000 @@ -66020,7 +68421,7 @@ Date: Sat Aug 27 16:13:02 2011 +0000 web/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit f1b8f122 +commit f1b8f122f Author: Campbell Morrison Date: Sat Aug 27 15:42:16 2011 +0000 @@ -66036,7 +68437,7 @@ Date: Sat Aug 27 15:42:16 2011 +0000 web/systemdefaults.inc.php | 3 + 8 files changed, 277 insertions(+), 32 deletions(-) -commit 20e5de96 +commit 20e5de961 Author: Campbell Morrison Date: Fri Aug 26 08:23:14 2011 +0000 @@ -66045,7 +68446,7 @@ Date: Fri Aug 26 08:23:14 2011 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 20192686 +commit 20192686f Author: Campbell Morrison Date: Thu Aug 25 16:53:13 2011 +0000 @@ -66054,7 +68455,7 @@ Date: Thu Aug 25 16:53:13 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f0cae95d +commit f0cae95de Author: Campbell Morrison Date: Thu Aug 25 14:39:18 2011 +0000 @@ -66063,7 +68464,7 @@ Date: Thu Aug 25 14:39:18 2011 +0000 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit 9a454dfd +commit 9a454dfdf Author: Campbell Morrison Date: Thu Aug 25 14:30:09 2011 +0000 @@ -66074,7 +68475,7 @@ Date: Thu Aug 25 14:30:09 2011 +0000 web/report.php | 69 ++++++++++++++++++---- 3 files changed, 80 insertions(+), 17 deletions(-) -commit 5828a030 +commit 5828a0309 Author: Campbell Morrison Date: Thu Aug 25 11:00:22 2011 +0000 @@ -66084,7 +68485,7 @@ Date: Thu Aug 25 11:00:22 2011 +0000 web/jquery/datatables/css/mrbs-table.css | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) -commit ee2d37dd +commit ee2d37dd2 Author: Campbell Morrison Date: Thu Aug 25 09:50:30 2011 +0000 @@ -66094,7 +68495,7 @@ Date: Thu Aug 25 09:50:30 2011 +0000 web/jquery/datatables/css/mrbs-table.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) -commit 7398e548 +commit 7398e5486 Author: Campbell Morrison Date: Thu Aug 25 08:21:23 2011 +0000 @@ -66103,7 +68504,7 @@ Date: Thu Aug 25 08:21:23 2011 +0000 web/jquery/datatables/css/mrbs-table.css | 4 ---- 1 file changed, 4 deletions(-) -commit 6f4cb9bf +commit 6f4cb9bfa Author: Campbell Morrison Date: Wed Aug 24 14:56:54 2011 +0000 @@ -66115,7 +68516,7 @@ Date: Wed Aug 24 14:56:54 2011 +0000 web/report.php | 7 +++++-- 4 files changed, 16 insertions(+), 4 deletions(-) -commit 36729e24 +commit 36729e248 Author: Campbell Morrison Date: Wed Aug 24 10:21:44 2011 +0000 @@ -66125,7 +68526,7 @@ Date: Wed Aug 24 10:21:44 2011 +0000 web/report.php | 22 +- 2 files changed, 187 insertions(+), 165 deletions(-) -commit 6759f414 +commit 6759f414a Author: Campbell Morrison Date: Wed Aug 24 09:52:34 2011 +0000 @@ -66135,7 +68536,7 @@ Date: Wed Aug 24 09:52:34 2011 +0000 web/report.php | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) -commit 67d05a28 +commit 67d05a28d Author: Campbell Morrison Date: Wed Aug 24 09:28:52 2011 +0000 @@ -66170,7 +68571,7 @@ Date: Wed Aug 24 09:28:52 2011 +0000 web/report.php | 407 ++++++++-------------------- 26 files changed, 119 insertions(+), 372 deletions(-) -commit 83aaf7ac +commit 83aaf7acd Author: Campbell Morrison Date: Tue Aug 23 10:39:00 2011 +0000 @@ -66179,7 +68580,7 @@ Date: Tue Aug 23 10:39:00 2011 +0000 web/mrbs.css.php | 9 --------- 1 file changed, 9 deletions(-) -commit d1e08b77 +commit d1e08b778 Author: Campbell Morrison Date: Tue Aug 23 10:36:20 2011 +0000 @@ -66189,7 +68590,7 @@ Date: Tue Aug 23 10:36:20 2011 +0000 web/admin.php | 98 +++++++++++++-------------------- 2 files changed, 76 insertions(+), 60 deletions(-) -commit 563ad06e +commit 563ad06e6 Author: Campbell Morrison Date: Mon Aug 22 16:50:23 2011 +0000 @@ -66198,7 +68599,7 @@ Date: Mon Aug 22 16:50:23 2011 +0000 web/Themes/default/header.inc | 122 ++++++++++++++++++++------------ 1 file changed, 76 insertions(+), 46 deletions(-) -commit d84d2f6b +commit d84d2f6bc Author: Campbell Morrison Date: Fri Aug 19 16:09:19 2011 +0000 @@ -66207,7 +68608,7 @@ Date: Fri Aug 19 16:09:19 2011 +0000 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit 4891e8bd +commit 4891e8bdd Author: Campbell Morrison Date: Fri Aug 19 16:03:43 2011 +0000 @@ -66216,7 +68617,7 @@ Date: Fri Aug 19 16:03:43 2011 +0000 web/Themes/default/header.inc | 80 ++++++++++++++++++++------------- 1 file changed, 49 insertions(+), 31 deletions(-) -commit 52aa24d6 +commit 52aa24d60 Author: Campbell Morrison Date: Fri Aug 19 15:38:22 2011 +0000 @@ -66230,7 +68631,7 @@ Date: Fri Aug 19 15:38:22 2011 +0000 web/mrbs.css.php | 2 +- 6 files changed, 235 insertions(+), 213 deletions(-) -commit f5a9b516 +commit f5a9b516b Author: Campbell Morrison Date: Fri Aug 19 13:33:03 2011 +0000 @@ -66244,7 +68645,7 @@ Date: Fri Aug 19 13:33:03 2011 +0000 web/mrbs.css.php | 2 +- 6 files changed, 10 insertions(+), 185 deletions(-) -commit ce453e3e +commit ce453e3e3 Author: Campbell Morrison Date: Thu Aug 18 17:57:49 2011 +0000 @@ -66253,7 +68654,7 @@ Date: Thu Aug 18 17:57:49 2011 +0000 web/Themes/default/header.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit f91cb55c +commit f91cb55cf Author: Campbell Morrison Date: Thu Aug 18 17:29:40 2011 +0000 @@ -66264,7 +68665,7 @@ Date: Thu Aug 18 17:29:40 2011 +0000 web/lang.en | 4 ++++ 2 files changed, 9 insertions(+), 4 deletions(-) -commit 0768272d +commit 0768272d5 Author: Campbell Morrison Date: Thu Aug 18 17:09:04 2011 +0000 @@ -66273,7 +68674,7 @@ Date: Thu Aug 18 17:09:04 2011 +0000 web/jquery/datatables/css/ColVis.css | 72 ++++++++++++-------------- 1 file changed, 33 insertions(+), 39 deletions(-) -commit 4e19f620 +commit 4e19f620e Author: Campbell Morrison Date: Thu Aug 18 16:42:54 2011 +0000 @@ -66282,7 +68683,7 @@ Date: Thu Aug 18 16:42:54 2011 +0000 web/jquery/datatables/js/ColVis.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a4175dc8 +commit a4175dc83 Author: Campbell Morrison Date: Thu Aug 18 16:38:41 2011 +0000 @@ -66297,7 +68698,7 @@ Date: Thu Aug 18 16:38:41 2011 +0000 web/style.inc | 1 + 7 files changed, 229 insertions(+), 3 deletions(-) -commit bfe908ff +commit bfe908ffb Author: Campbell Morrison Date: Thu Aug 18 15:27:09 2011 +0000 @@ -66306,7 +68707,7 @@ Date: Thu Aug 18 15:27:09 2011 +0000 web/Themes/default/header.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) -commit cfa41831 +commit cfa418319 Author: Campbell Morrison Date: Wed Aug 17 17:00:08 2011 +0000 @@ -66319,7 +68720,7 @@ Date: Wed Aug 17 17:00:08 2011 +0000 web/style.inc | 1 + 5 files changed, 57 insertions(+) -commit d00b1a88 +commit d00b1a88f Author: Campbell Morrison Date: Wed Aug 17 16:29:27 2011 +0000 @@ -66388,7 +68789,7 @@ Date: Wed Aug 17 16:29:27 2011 +0000 web/style.inc | 3 + 61 files changed, 1673 insertions(+), 2 deletions(-) -commit ccba7c8f +commit ccba7c8f8 Author: Campbell Morrison Date: Mon Aug 15 17:59:19 2011 +0000 @@ -66397,7 +68798,7 @@ Date: Mon Aug 15 17:59:19 2011 +0000 web/mrbs_sql.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 066b5917 +commit 066b5917a Author: Campbell Morrison Date: Mon Aug 15 08:42:34 2011 +0000 @@ -66408,13 +68809,13 @@ Date: Mon Aug 15 08:42:34 2011 +0000 web/jquery/jquery-1.6.2.min.js (new) | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 17 deletions(-) -commit 4baf3414 +commit 4baf34142 Author: Campbell Morrison Date: Mon Aug 15 08:25:13 2011 +0000 Created a datatables branch for enhancing MRBS tables such as user lists, search results, report results, pending booking lists and area and room lists. Will allow tables to be searched and filtered, paged, sorted, columns to be reordered, etc. -commit 02eec941 +commit 02eec9411 Author: Campbell Morrison Date: Sun Aug 7 17:27:39 2011 +0000 @@ -66432,7 +68833,7 @@ Date: Sun Aug 7 17:27:39 2011 +0000 web/upgrade/28/pgsql.sql (new) | 10 ++ 10 files changed, 316 insertions(+), 24 deletions(-) -commit 15faf94c +commit 15faf94c2 Author: Campbell Morrison Date: Fri Aug 5 10:56:25 2011 +0000 @@ -66441,7 +68842,7 @@ Date: Fri Aug 5 10:56:25 2011 +0000 web/lang.en | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) -commit 5450f2cb +commit 5450f2cbe Author: Campbell Morrison Date: Thu Aug 4 14:08:08 2011 +0000 @@ -66450,7 +68851,7 @@ Date: Thu Aug 4 14:08:08 2011 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 92c322a3 +commit 92c322a3a Author: Campbell Morrison Date: Thu Aug 4 11:18:11 2011 +0000 @@ -66461,7 +68862,7 @@ Date: Thu Aug 4 11:18:11 2011 +0000 web/pgsql.inc | 11 ++++++++--- 3 files changed, 24 insertions(+), 9 deletions(-) -commit 95a4266f +commit 95a4266ff Author: Campbell Morrison Date: Wed Aug 3 16:34:02 2011 +0000 @@ -67295,7 +69696,7 @@ Date: Wed Aug 3 16:34:02 2011 +0000 web/tzurl/zoneinfo/Pacific/Wallis.ics | 32 +- 826 files changed, 42327 insertions(+), 42327 deletions(-) -commit dd325fce +commit dd325fce4 Author: Campbell Morrison Date: Wed Aug 3 16:11:19 2011 +0000 @@ -68129,7 +70530,7 @@ Date: Wed Aug 3 16:11:19 2011 +0000 web/tzurl/zoneinfo/Pacific/Wallis.ics | 32 +- 826 files changed, 42327 insertions(+), 42327 deletions(-) -commit 3c5978ea +commit 3c5978ea9 Author: Campbell Morrison Date: Wed Aug 3 15:39:59 2011 +0000 @@ -68966,7 +71367,7 @@ Date: Wed Aug 3 15:39:59 2011 +0000 web/tzurl/zoneinfo/Pacific/Wallis.ics (new) | 16 + 827 files changed, 42405 insertions(+), 20 deletions(-) -commit 8606a9d3 +commit 8606a9d3e Author: Campbell Morrison Date: Thu Jul 28 09:33:00 2011 +0000 @@ -68978,7 +71379,7 @@ Date: Thu Jul 28 09:33:00 2011 +0000 web/trailer.inc | 7 +- 4 files changed, 247 insertions(+), 252 deletions(-) -commit 71c76d19 +commit 71c76d19c Author: Campbell Morrison Date: Wed Jul 27 13:14:25 2011 +0000 @@ -68988,7 +71389,7 @@ Date: Wed Jul 27 13:14:25 2011 +0000 web/mrbs_sql.inc | 17 +++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) -commit 37c57f43 +commit 37c57f43e Author: John Beranek Date: Fri Jul 22 21:33:38 2011 +0000 @@ -68999,7 +71400,7 @@ Date: Fri Jul 22 21:33:38 2011 +0000 web/auth_ext.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit d1eb8214 +commit d1eb8214c Author: Campbell Morrison Date: Tue Jul 19 22:48:40 2011 +0000 @@ -69008,7 +71409,7 @@ Date: Tue Jul 19 22:48:40 2011 +0000 web/functions_ical.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 62ebb26b +commit 62ebb26b0 Author: Campbell Morrison Date: Mon Jul 18 21:35:18 2011 +0000 @@ -69017,7 +71418,7 @@ Date: Mon Jul 18 21:35:18 2011 +0000 web/functions_ical.inc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) -commit beefff11 +commit beefff115 Author: Campbell Morrison Date: Thu Jul 14 10:44:13 2011 +0000 @@ -69026,7 +71427,7 @@ Date: Thu Jul 14 10:44:13 2011 +0000 web/functions_ical.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 271fb4e7 +commit 271fb4e74 Author: Campbell Morrison Date: Thu Jul 14 09:23:58 2011 +0000 @@ -69036,7 +71437,7 @@ Date: Thu Jul 14 09:23:58 2011 +0000 web/search.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 10162594 +commit 101625941 Author: Campbell Morrison Date: Thu Jul 14 09:03:31 2011 +0000 @@ -69045,7 +71446,7 @@ Date: Thu Jul 14 09:03:31 2011 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 95aaa363 +commit 95aaa3635 Author: Campbell Morrison Date: Thu Jul 14 08:54:56 2011 +0000 @@ -69054,7 +71455,7 @@ Date: Thu Jul 14 08:54:56 2011 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 78ef0e28 +commit 78ef0e289 Author: John Beranek Date: Wed Jul 13 20:15:22 2011 +0000 @@ -69063,7 +71464,7 @@ Date: Wed Jul 13 20:15:22 2011 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1cd27432 (tag: mrbs-1_4_7) +commit 1cd27432b (tag: mrbs-1_4_7) Author: John Beranek Date: Wed Jul 13 20:13:03 2011 +0000 @@ -69073,7 +71474,7 @@ Date: Wed Jul 13 20:13:03 2011 +0000 NEWS | 72 ++++++++++ 2 files changed, 476 insertions(+) -commit c694c29e +commit c694c29e0 Author: John Beranek Date: Wed Jul 13 19:52:31 2011 +0000 @@ -69082,7 +71483,7 @@ Date: Wed Jul 13 19:52:31 2011 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b5590834 +commit b55908347 Author: John Beranek Date: Wed Jul 13 19:46:49 2011 +0000 @@ -69092,7 +71493,7 @@ Date: Wed Jul 13 19:46:49 2011 +0000 web/systemdefaults.inc.php | 1 + 1 file changed, 1 insertion(+) -commit 9318d4d3 +commit 9318d4d36 Author: John Beranek Date: Wed Jul 13 19:39:30 2011 +0000 @@ -69114,7 +71515,7 @@ Date: Wed Jul 13 19:39:30 2011 +0000 web/auth_crypt.inc (new) | 104 ++++ 10 files changed, 3752 insertions(+) -commit 162cf907 +commit 162cf9072 Author: Campbell Morrison Date: Tue Jun 21 18:36:27 2011 +0000 @@ -69123,7 +71524,7 @@ Date: Tue Jun 21 18:36:27 2011 +0000 web/functions_mail.inc | 67 +++++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 22 deletions(-) -commit b19b41d5 +commit b19b41d57 Author: Campbell Morrison Date: Tue Jun 21 15:01:31 2011 +0000 @@ -69135,7 +71536,7 @@ Date: Tue Jun 21 15:01:31 2011 +0000 web/systemdefaults.inc.php | 9 +++++- 4 files changed, 73 insertions(+), 27 deletions(-) -commit 456f756b +commit 456f756b6 Author: Campbell Morrison Date: Tue Jun 21 08:51:00 2011 +0000 @@ -69154,7 +71555,7 @@ Date: Tue Jun 21 08:51:00 2011 +0000 web/systemdefaults.inc.php | 16 +++++++++- 10 files changed, 220 insertions(+), 36 deletions(-) -commit b0b862b5 +commit b0b862b5c Author: Campbell Morrison Date: Wed Jun 8 10:31:11 2011 +0000 @@ -69163,7 +71564,7 @@ Date: Wed Jun 8 10:31:11 2011 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 773ef6fe +commit 773ef6fe0 Author: Campbell Morrison Date: Thu May 26 11:36:17 2011 +0000 @@ -69172,7 +71573,7 @@ Date: Thu May 26 11:36:17 2011 +0000 web/auth_db.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6bb5e5c3 +commit 6bb5e5c34 Author: Campbell Morrison Date: Thu May 26 09:05:58 2011 +0000 @@ -69185,7 +71586,7 @@ Date: Thu May 26 09:05:58 2011 +0000 web/pgsql.inc | 9 +++++++++ 5 files changed, 56 insertions(+), 1 deletion(-) -commit a7971c03 +commit a7971c03c Author: John Beranek Date: Wed May 18 16:17:01 2011 +0000 @@ -69195,7 +71596,7 @@ Date: Wed May 18 16:17:01 2011 +0000 web/auth_ldap.inc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) -commit dd50db6d +commit dd50db6d3 Author: Campbell Morrison Date: Sat May 14 11:01:24 2011 +0000 @@ -69206,7 +71607,7 @@ Date: Sat May 14 11:01:24 2011 +0000 web/report.php | 43 ++++++++++++++++++++++++++++++++++++------- 3 files changed, 38 insertions(+), 7 deletions(-) -commit 49443560 +commit 494435608 Author: Campbell Morrison Date: Sat May 14 10:15:57 2011 +0000 @@ -69215,7 +71616,7 @@ Date: Sat May 14 10:15:57 2011 +0000 web/language.inc | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -commit 8b019cfa +commit 8b019cfa7 Author: Campbell Morrison Date: Sat May 14 09:37:11 2011 +0000 @@ -69229,7 +71630,7 @@ Date: Sat May 14 09:37:11 2011 +0000 web/systemdefaults.inc.php | 174 ++++++--------------------- 6 files changed, 253 insertions(+), 155 deletions(-) -commit b0d00776 +commit b0d00776b Author: Campbell Morrison Date: Fri May 13 10:19:59 2011 +0000 @@ -69239,7 +71640,7 @@ Date: Fri May 13 10:19:59 2011 +0000 web/systemdefaults.inc.php | 7 +++++- 2 files changed, 50 insertions(+), 1 deletion(-) -commit f5846791 +commit f58467919 Author: John Beranek Date: Thu May 5 19:47:45 2011 +0000 @@ -69248,7 +71649,7 @@ Date: Thu May 5 19:47:45 2011 +0000 web/auth_ext.inc | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) -commit 44852cb5 +commit 44852cb51 Author: Campbell Morrison Date: Tue May 3 08:48:28 2011 +0000 @@ -69257,7 +71658,7 @@ Date: Tue May 3 08:48:28 2011 +0000 web/lang.de | 2 ++ 1 file changed, 2 insertions(+) -commit 03a2e352 +commit 03a2e3526 Author: Campbell Morrison Date: Tue May 3 08:32:56 2011 +0000 @@ -69266,7 +71667,7 @@ Date: Tue May 3 08:32:56 2011 +0000 web/trailer.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1b1495e0 +commit 1b1495e04 Author: Campbell Morrison Date: Tue May 3 08:12:47 2011 +0000 @@ -69275,7 +71676,7 @@ Date: Tue May 3 08:12:47 2011 +0000 web/trailer.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit f1d820ef +commit f1d820ef8 Author: Campbell Morrison Date: Wed Apr 20 14:52:28 2011 +0000 @@ -69284,7 +71685,7 @@ Date: Wed Apr 20 14:52:28 2011 +0000 web/functions_mail.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit af062631 +commit af0626314 Author: Campbell Morrison Date: Wed Apr 20 14:33:58 2011 +0000 @@ -69293,7 +71694,7 @@ Date: Wed Apr 20 14:33:58 2011 +0000 web/functions_mail.inc | 3 +++ 1 file changed, 3 insertions(+) -commit aebdd5b8 +commit aebdd5b87 Author: Campbell Morrison Date: Fri Apr 15 17:55:40 2011 +0000 @@ -69314,7 +71715,7 @@ Date: Fri Apr 15 17:55:40 2011 +0000 web/upgrade/27/pgsql.sql (new) | 7 +++++ 13 files changed, 178 insertions(+), 128 deletions(-) -commit ca414a3b +commit ca414a3b4 Author: Campbell Morrison Date: Fri Apr 15 17:40:49 2011 +0000 @@ -69323,7 +71724,7 @@ Date: Fri Apr 15 17:40:49 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e4859bc2 +commit e4859bc27 Author: Campbell Morrison Date: Fri Apr 15 07:38:08 2011 +0000 @@ -69332,7 +71733,7 @@ Date: Fri Apr 15 07:38:08 2011 +0000 web/Themes/default/header.inc | 2 ++ 1 file changed, 2 insertions(+) -commit 04a8ee73 +commit 04a8ee73e Author: Campbell Morrison Date: Tue Apr 12 13:50:08 2011 +0000 @@ -69342,7 +71743,7 @@ Date: Tue Apr 12 13:50:08 2011 +0000 web/Themes/default/header.inc | 46 +++++++++++++++------------------ 1 file changed, 21 insertions(+), 25 deletions(-) -commit 7c3f56d9 +commit 7c3f56d95 Author: Campbell Morrison Date: Tue Apr 12 13:38:38 2011 +0000 @@ -69360,7 +71761,7 @@ Date: Tue Apr 12 13:38:38 2011 +0000 web/systemdefaults.inc.php | 13 ++- 10 files changed, 216 insertions(+), 1 deletion(-) -commit 3656dce5 +commit 3656dce5e Author: Campbell Morrison Date: Mon Apr 11 13:32:09 2011 +0000 @@ -69370,7 +71771,7 @@ Date: Mon Apr 11 13:32:09 2011 +0000 .../ui/jquery-ui-datepicker-no.js (gone) | 25 ------------------ 2 files changed, 30 deletions(-) -commit 234bdb3c +commit 234bdb3cb Author: Campbell Morrison Date: Mon Apr 11 13:22:24 2011 +0000 @@ -69381,7 +71782,7 @@ Date: Mon Apr 11 13:22:24 2011 +0000 .../ui/jquery-ui-datepicker-en-NZ.js (gone) | 24 ------------------ 3 files changed, 1 insertion(+), 54 deletions(-) -commit b6ab1346 +commit b6ab13468 Author: Campbell Morrison Date: Mon Apr 11 13:13:03 2011 +0000 @@ -69399,7 +71800,7 @@ Date: Mon Apr 11 13:13:03 2011 +0000 web/style.inc | 2 +- 10 files changed, 371 insertions(+), 231 deletions(-) -commit d80c0ac3 +commit d80c0ac35 Author: Campbell Morrison Date: Mon Apr 11 11:37:46 2011 +0000 @@ -69410,7 +71811,7 @@ Date: Mon Apr 11 11:37:46 2011 +0000 web/jquery/jquery-1.5.2.min.js (new) | 16 +++ 3 files changed, 17 insertions(+), 155 deletions(-) -commit 26e3c6b8 +commit 26e3c6b8a Author: Campbell Morrison Date: Wed Mar 30 07:52:48 2011 +0000 @@ -69421,7 +71822,7 @@ Date: Wed Mar 30 07:52:48 2011 +0000 web/mrbs_sql.inc | 8 ++++---- 3 files changed, 9 insertions(+), 6 deletions(-) -commit 16355005 +commit 163550059 Author: Campbell Morrison Date: Sun Mar 27 22:14:24 2011 +0000 @@ -69431,7 +71832,7 @@ Date: Sun Mar 27 22:14:24 2011 +0000 web/edit_entry_handler.php | 13 ++++++------- 2 files changed, 20 insertions(+), 11 deletions(-) -commit f6853fe7 +commit f6853fe72 Author: John Beranek Date: Sat Mar 26 15:04:06 2011 +0000 @@ -69440,7 +71841,7 @@ Date: Sat Mar 26 15:04:06 2011 +0000 web/config.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit dbb2e784 +commit dbb2e7846 Author: Campbell Morrison Date: Wed Mar 16 08:03:58 2011 +0000 @@ -69449,7 +71850,7 @@ Date: Wed Mar 16 08:03:58 2011 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f02cfd40 +commit f02cfd401 Author: Campbell Morrison Date: Tue Mar 15 16:42:17 2011 +0000 @@ -69458,7 +71859,7 @@ Date: Tue Mar 15 16:42:17 2011 +0000 web/systemdefaults.inc.php | 1 - 1 file changed, 1 deletion(-) -commit f20c5904 +commit f20c5904e Author: Campbell Morrison Date: Mon Mar 14 14:37:57 2011 +0000 @@ -69467,7 +71868,7 @@ Date: Mon Mar 14 14:37:57 2011 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c9a1d913 +commit c9a1d9134 Author: Campbell Morrison Date: Mon Mar 14 14:23:46 2011 +0000 @@ -69476,7 +71877,7 @@ Date: Mon Mar 14 14:23:46 2011 +0000 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 51fe7226 +commit 51fe72260 Author: John Beranek Date: Wed Mar 9 17:00:09 2011 +0000 @@ -69485,7 +71886,7 @@ Date: Wed Mar 9 17:00:09 2011 +0000 web/lang.es | 97 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 60 insertions(+), 37 deletions(-) -commit bd2cbb5a +commit bd2cbb5a5 Author: Campbell Morrison Date: Thu Mar 3 10:29:59 2011 +0000 @@ -69496,7 +71897,7 @@ Date: Thu Mar 3 10:29:59 2011 +0000 web/systemdefaults.inc.php | 5 +++-- 3 files changed, 15 insertions(+), 3 deletions(-) -commit 8d12840c +commit 8d12840cd Author: Campbell Morrison Date: Tue Mar 1 09:53:06 2011 +0000 @@ -69505,7 +71906,7 @@ Date: Tue Mar 1 09:53:06 2011 +0000 web/upgrade/17/post.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e4c0ea78 +commit e4c0ea782 Author: Campbell Morrison Date: Tue Mar 1 09:11:18 2011 +0000 @@ -69514,7 +71915,7 @@ Date: Tue Mar 1 09:11:18 2011 +0000 web/upgrade/17/post.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 381e0691 +commit 381e06916 Author: Campbell Morrison Date: Tue Mar 1 08:45:29 2011 +0000 @@ -69523,7 +71924,7 @@ Date: Tue Mar 1 08:45:29 2011 +0000 web/upgrade/17/post.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit 8b7c8d6b +commit 8b7c8d6be Author: Campbell Morrison Date: Mon Feb 28 20:02:21 2011 +0000 @@ -69532,7 +71933,7 @@ Date: Mon Feb 28 20:02:21 2011 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 702dc0ac +commit 702dc0acf Author: Campbell Morrison Date: Thu Feb 24 09:20:08 2011 +0000 @@ -69541,7 +71942,7 @@ Date: Thu Feb 24 09:20:08 2011 +0000 web/auth_db.inc | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) -commit 2696477c +commit 2696477cf Author: Campbell Morrison Date: Wed Feb 23 09:30:43 2011 +0000 @@ -69550,7 +71951,7 @@ Date: Wed Feb 23 09:30:43 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 59ad4218 +commit 59ad4218f Author: Campbell Morrison Date: Tue Feb 22 10:46:30 2011 +0000 @@ -69559,7 +71960,7 @@ Date: Tue Feb 22 10:46:30 2011 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5801c1f7 +commit 5801c1f77 Author: Campbell Morrison Date: Tue Feb 22 10:26:03 2011 +0000 @@ -69570,7 +71971,7 @@ Date: Tue Feb 22 10:26:03 2011 +0000 web/systemdefaults.inc.php | 5 ++++- 3 files changed, 17 insertions(+), 20 deletions(-) -commit 63daae42 +commit 63daae422 Author: Campbell Morrison Date: Thu Feb 17 15:13:04 2011 +0000 @@ -69579,7 +71980,7 @@ Date: Thu Feb 17 15:13:04 2011 +0000 web/report.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) -commit 481dd276 +commit 481dd2765 Author: John Beranek Date: Fri Feb 11 22:51:15 2011 +0000 @@ -69588,7 +71989,7 @@ Date: Fri Feb 11 22:51:15 2011 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5af8b07e +commit 5af8b07e0 Author: John Beranek Date: Fri Feb 11 20:49:55 2011 +0000 @@ -69598,7 +71999,7 @@ Date: Fri Feb 11 20:49:55 2011 +0000 web/functions_view.inc | 1 + 1 file changed, 1 insertion(+) -commit f58a8af2 (tag: mrbs-1_4_6) +commit f58a8af22 (tag: mrbs-1_4_6) Author: John Beranek Date: Wed Feb 9 20:45:07 2011 +0000 @@ -69608,7 +72009,7 @@ Date: Wed Feb 9 20:45:07 2011 +0000 NEWS | 77 +++++++ 2 files changed, 665 insertions(+) -commit 372260a0 +commit 372260a04 Author: John Beranek Date: Wed Feb 9 20:08:10 2011 +0000 @@ -69617,7 +72018,7 @@ Date: Wed Feb 9 20:08:10 2011 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7fcec044 +commit 7fcec0440 Author: John Beranek Date: Thu Feb 3 12:42:56 2011 +0000 @@ -69626,7 +72027,7 @@ Date: Thu Feb 3 12:42:56 2011 +0000 web/lang.es | 107 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 95 insertions(+), 12 deletions(-) -commit e1dc84f8 +commit e1dc84f88 Author: John Beranek Date: Mon Jan 31 16:56:27 2011 +0000 @@ -69636,7 +72037,7 @@ Date: Mon Jan 31 16:56:27 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7bda6f41 +commit 7bda6f41d Author: Campbell Morrison Date: Mon Jan 31 11:02:00 2011 +0000 @@ -69645,7 +72046,7 @@ Date: Mon Jan 31 11:02:00 2011 +0000 web/Themes/default/footer.inc | 3 --- 1 file changed, 3 deletions(-) -commit dc3ed432 +commit dc3ed432d Author: Campbell Morrison Date: Mon Jan 31 10:04:22 2011 +0000 @@ -69654,7 +72055,7 @@ Date: Mon Jan 31 10:04:22 2011 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bcc28255 +commit bcc28255e Author: Campbell Morrison Date: Sun Jan 30 10:06:06 2011 +0000 @@ -69677,7 +72078,7 @@ Date: Sun Jan 30 10:06:06 2011 +0000 web/week.php | 3 ++- 15 files changed, 56 insertions(+), 25 deletions(-) -commit 16ccb6d0 +commit 16ccb6d01 Author: John Beranek Date: Sun Jan 30 09:33:50 2011 +0000 @@ -69686,7 +72087,7 @@ Date: Sun Jan 30 09:33:50 2011 +0000 web/edit_entry.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) -commit d9a3897a +commit d9a3897a3 Author: John Beranek Date: Sun Jan 30 08:18:37 2011 +0000 @@ -69695,7 +72096,7 @@ Date: Sun Jan 30 08:18:37 2011 +0000 web/functions.inc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit e076914a +commit e076914a1 Author: John Beranek Date: Sun Jan 30 08:00:13 2011 +0000 @@ -69706,7 +72107,7 @@ Date: Sun Jan 30 08:00:13 2011 +0000 web/view_entry.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) -commit b2198d4a +commit b2198d4a8 Author: John Beranek Date: Fri Jan 28 23:46:37 2011 +0000 @@ -69716,7 +72117,7 @@ Date: Fri Jan 28 23:46:37 2011 +0000 web/session_php.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) -commit 779738cb +commit 779738cbc Author: John Beranek Date: Fri Jan 28 22:02:32 2011 +0000 @@ -69725,7 +72126,7 @@ Date: Fri Jan 28 22:02:32 2011 +0000 web/language.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 807a0310 +commit 807a0310c Author: John Beranek Date: Fri Jan 28 21:54:16 2011 +0000 @@ -69747,7 +72148,7 @@ Date: Fri Jan 28 21:45:23 2011 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) -commit ce951ce6 +commit ce951ce6f Author: John Beranek Date: Fri Jan 28 21:33:34 2011 +0000 @@ -69758,7 +72159,7 @@ Date: Fri Jan 28 21:33:34 2011 +0000 web/functions.inc | 8 ++++++++ 2 files changed, 23 insertions(+) -commit 7d3107a1 +commit 7d3107a1b Author: John Beranek Date: Fri Jan 28 21:15:11 2011 +0000 @@ -69768,7 +72169,7 @@ Date: Fri Jan 28 21:15:11 2011 +0000 web/functions.inc | 7 +++++++ 1 file changed, 7 insertions(+) -commit eb387a02 +commit eb387a021 Author: John Beranek Date: Fri Jan 28 21:07:30 2011 +0000 @@ -69778,7 +72179,7 @@ Date: Fri Jan 28 21:07:30 2011 +0000 web/mrbs-print.css.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 292b0310 +commit 292b0310a Author: John Beranek Date: Fri Jan 28 20:44:06 2011 +0000 @@ -69789,7 +72190,7 @@ Date: Fri Jan 28 20:44:06 2011 +0000 web/del.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 47382a48 +commit 47382a489 Author: John Beranek Date: Fri Jan 28 20:11:37 2011 +0000 @@ -69798,7 +72199,7 @@ Date: Fri Jan 28 20:11:37 2011 +0000 web/internalconfig.inc.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -commit 18d38c2f +commit 18d38c2f2 Author: Campbell Morrison Date: Fri Jan 28 09:52:37 2011 +0000 @@ -69807,7 +72208,7 @@ Date: Fri Jan 28 09:52:37 2011 +0000 web/pending.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) -commit 43630b0e +commit 43630b0ee Author: Campbell Morrison Date: Fri Jan 28 09:42:18 2011 +0000 @@ -69816,7 +72217,7 @@ Date: Fri Jan 28 09:42:18 2011 +0000 web/search.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -commit a05446af +commit a05446af0 Author: Campbell Morrison Date: Fri Jan 28 09:40:18 2011 +0000 @@ -69825,7 +72226,7 @@ Date: Fri Jan 28 09:40:18 2011 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 44b97454 +commit 44b974544 Author: Campbell Morrison Date: Fri Jan 28 09:17:06 2011 +0000 @@ -69834,7 +72235,7 @@ Date: Fri Jan 28 09:17:06 2011 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 69d9c7ec +commit 69d9c7ec1 Author: Campbell Morrison Date: Fri Jan 28 09:13:53 2011 +0000 @@ -69845,7 +72246,7 @@ Date: Fri Jan 28 09:13:53 2011 +0000 web/report.php | 309 ++++++++++++++++++++++++++++++++++----------- 3 files changed, 240 insertions(+), 75 deletions(-) -commit 5e08b0d8 +commit 5e08b0d87 Author: Campbell Morrison Date: Thu Jan 27 11:26:48 2011 +0000 @@ -69854,7 +72255,7 @@ Date: Thu Jan 27 11:26:48 2011 +0000 web/report.php | 50 ++++++++++++++++-------------------------------- 1 file changed, 17 insertions(+), 33 deletions(-) -commit 310c9ea8 +commit 310c9ea85 Author: Campbell Morrison Date: Thu Jan 27 09:47:35 2011 +0000 @@ -69863,7 +72264,7 @@ Date: Thu Jan 27 09:47:35 2011 +0000 web/report.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit 07a3371a +commit 07a3371a5 Author: Campbell Morrison Date: Thu Jan 27 08:34:14 2011 +0000 @@ -69872,7 +72273,7 @@ Date: Thu Jan 27 08:34:14 2011 +0000 UPGRADE | 1 + 1 file changed, 1 insertion(+) -commit 6310188c +commit 6310188c8 Author: Campbell Morrison Date: Thu Jan 27 08:12:02 2011 +0000 @@ -69881,7 +72282,7 @@ Date: Thu Jan 27 08:12:02 2011 +0000 INSTALL | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) -commit 32238826 +commit 32238826d Author: Campbell Morrison Date: Wed Jan 26 18:06:57 2011 +0000 @@ -69890,7 +72291,7 @@ Date: Wed Jan 26 18:06:57 2011 +0000 web/lang.fr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 166fd7e9 +commit 166fd7e9c Author: Campbell Morrison Date: Wed Jan 26 17:17:35 2011 +0000 @@ -69914,7 +72315,7 @@ Date: Wed Jan 26 17:17:35 2011 +0000 web/week.php | 12 ++------ 16 files changed, 103 insertions(+), 94 deletions(-) -commit d79bb304 +commit d79bb304f Author: John Beranek Date: Wed Jan 26 16:12:45 2011 +0000 @@ -69923,7 +72324,7 @@ Date: Wed Jan 26 16:12:45 2011 +0000 UPGRADE | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) -commit 427a8a3f +commit 427a8a3f4 Author: John Beranek Date: Wed Jan 26 16:08:43 2011 +0000 @@ -69932,7 +72333,7 @@ Date: Wed Jan 26 16:08:43 2011 +0000 INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4d3f7991 +commit 4d3f7991f Author: John Beranek Date: Wed Jan 26 16:04:51 2011 +0000 @@ -69965,7 +72366,7 @@ Date: Wed Jan 26 16:04:51 2011 +0000 web/upgrade/26/post.inc (new) | 10 + 11 files changed, 563 insertions(+), 124 deletions(-) -commit f8a9985a +commit f8a9985a4 Author: Campbell Morrison Date: Wed Jan 26 12:37:51 2011 +0000 @@ -69975,7 +72376,7 @@ Date: Wed Jan 26 12:37:51 2011 +0000 web/language.inc | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 7 deletions(-) -commit dc178ed2 +commit dc178ed28 Author: John Beranek Date: Wed Jan 26 11:30:56 2011 +0000 @@ -69984,8 +72385,8 @@ Date: Wed Jan 26 11:30:56 2011 +0000 web/lang.cs | 60 +++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) -commit d4550f09 -Merge: 0a4fefd9 c591213b +commit d4550f09e +Merge: 0a4fefd96 c591213b3 Author: John Beranek Date: Wed Jan 26 11:27:39 2011 +0000 @@ -69993,7 +72394,7 @@ Date: Wed Jan 26 11:27:39 2011 +0000 To come is an improved convert_db_to_utf8.php script that I have been working on. -commit c591213b (origin/only_unicode) +commit c591213b3 (origin/only_unicode) Author: John Beranek Date: Tue Jan 25 15:00:15 2011 +0000 @@ -70002,7 +72403,7 @@ Date: Tue Jan 25 15:00:15 2011 +0000 web/config.inc.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) -commit 9793a98a +commit 9793a98ad Author: John Beranek Date: Tue Jan 25 14:57:59 2011 +0000 @@ -70044,14 +72445,14 @@ Date: Tue Jan 25 14:57:59 2011 +0000 web/systemdefaults.inc.php | 15 +- 32 files changed, 1179 insertions(+), 1333 deletions(-) -commit 41396e1a +commit 41396e1a7 Author: John Beranek Date: Tue Jan 25 14:11:35 2011 +0000 * A branch to remove the non-Unicode mode of MRBS operation. -commit 0a4fefd9 +commit 0a4fefd96 Author: Campbell Morrison Date: Tue Jan 25 14:01:36 2011 +0000 @@ -70060,7 +72461,7 @@ Date: Tue Jan 25 14:01:36 2011 +0000 web/systemdefaults.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 7219edbd +commit 7219edbd6 Author: Campbell Morrison Date: Thu Jan 20 11:38:37 2011 +0000 @@ -70075,7 +72476,7 @@ Date: Thu Jan 20 11:38:37 2011 +0000 web/systemdefaults.inc.php | 37 ++++++++--------------- 6 files changed, 80 insertions(+), 48 deletions(-) -commit 380fb648 +commit 380fb6486 Author: Campbell Morrison Date: Thu Jan 13 11:12:05 2011 +0000 @@ -70084,7 +72485,7 @@ Date: Thu Jan 13 11:12:05 2011 +0000 web/functions_ical.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 742c9d31 +commit 742c9d316 Author: Campbell Morrison Date: Tue Jan 11 09:47:26 2011 +0000 @@ -70097,8 +72498,8 @@ Date: Tue Jan 11 09:47:26 2011 +0000 .../ui/jquery-ui-datepicker-no.js (new) | 25 ++++++++++++++++++ 4 files changed, 84 insertions(+), 6 deletions(-) -commit bacffa57 -Merge: cb58c376 943f06a8 +commit bacffa570 +Merge: cb58c3760 943f06a8b Author: Campbell Morrison Date: Fri Jan 7 17:00:33 2011 +0000 @@ -70107,7 +72508,7 @@ Date: Fri Jan 7 17:00:33 2011 +0000 - emails containing iCalendar details that can be imported automatically into calendar apps (eg Outlook, iCal, Thunderbird/Lightning, Google Calendar) - export of bookings as iCalendar files (.ics) from view_entry.php and report.php -commit 943f06a8 (origin/ics_attachments) +commit 943f06a8b (origin/ics_attachments) Author: Campbell Morrison Date: Fri Jan 7 09:16:55 2011 +0000 @@ -70116,7 +72517,7 @@ Date: Fri Jan 7 09:16:55 2011 +0000 web/functions_mail.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit d0ca95a9 +commit d0ca95a9a Author: Campbell Morrison Date: Thu Jan 6 13:59:18 2011 +0000 @@ -70127,7 +72528,7 @@ Date: Thu Jan 6 13:59:18 2011 +0000 web/functions.inc | 11 +++++++++++ 3 files changed, 15 insertions(+), 7 deletions(-) -commit cb58c376 +commit cb58c3760 Author: Campbell Morrison Date: Thu Jan 6 13:51:55 2011 +0000 @@ -70136,7 +72537,7 @@ Date: Thu Jan 6 13:51:55 2011 +0000 web/edit_area_room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 662d3a0b +commit 662d3a0bb Author: Campbell Morrison Date: Thu Jan 6 13:46:39 2011 +0000 @@ -70146,7 +72547,7 @@ Date: Thu Jan 6 13:46:39 2011 +0000 web/functions.inc | 11 +++++++++++ 2 files changed, 14 insertions(+), 6 deletions(-) -commit 91c1223b +commit 91c1223bf Author: Campbell Morrison Date: Thu Jan 6 08:49:07 2011 +0000 @@ -70156,7 +72557,7 @@ Date: Thu Jan 6 08:49:07 2011 +0000 web/functions_mail.inc | 31 +++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 5 deletions(-) -commit e5e64b09 +commit e5e64b094 Author: Campbell Morrison Date: Wed Jan 5 17:31:04 2011 +0000 @@ -70165,7 +72566,7 @@ Date: Wed Jan 5 17:31:04 2011 +0000 web/functions_ical.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit a24d39dd +commit a24d39dd4 Author: Campbell Morrison Date: Wed Jan 5 17:23:19 2011 +0000 @@ -70174,7 +72575,7 @@ Date: Wed Jan 5 17:23:19 2011 +0000 web/functions_ical.inc | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) -commit d6be9cb5 +commit d6be9cb5d Author: Campbell Morrison Date: Wed Jan 5 09:51:08 2011 +0000 @@ -70183,7 +72584,7 @@ Date: Wed Jan 5 09:51:08 2011 +0000 web/functions_ical.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit c1ab03f0 +commit c1ab03f04 Author: Campbell Morrison Date: Wed Jan 5 09:37:09 2011 +0000 @@ -70192,7 +72593,7 @@ Date: Wed Jan 5 09:37:09 2011 +0000 web/functions_ical.inc | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) -commit 97fc0e1c +commit 97fc0e1c0 Author: Campbell Morrison Date: Thu Dec 23 09:07:13 2010 +0000 @@ -70201,7 +72602,7 @@ Date: Thu Dec 23 09:07:13 2010 +0000 web/functions_ical.inc | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) -commit 110cf4ae +commit 110cf4ae3 Author: Campbell Morrison Date: Wed Dec 22 09:32:11 2010 +0000 @@ -70210,7 +72611,7 @@ Date: Wed Dec 22 09:32:11 2010 +0000 web/functions_ical.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 27a128fa +commit 27a128faf Author: Campbell Morrison Date: Tue Dec 21 20:16:30 2010 +0000 @@ -70219,7 +72620,7 @@ Date: Tue Dec 21 20:16:30 2010 +0000 web/lang.fr | 183 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 110 insertions(+), 73 deletions(-) -commit d561b0d0 +commit d561b0d02 Author: Campbell Morrison Date: Tue Dec 21 19:54:25 2010 +0000 @@ -70229,7 +72630,7 @@ Date: Tue Dec 21 19:54:25 2010 +0000 web/report.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) -commit dc6c0119 +commit dc6c01195 Author: Campbell Morrison Date: Tue Dec 21 19:21:41 2010 +0000 @@ -70239,7 +72640,7 @@ Date: Tue Dec 21 19:21:41 2010 +0000 web/functions_ical.inc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit 68bfd78f +commit 68bfd78f1 Author: Campbell Morrison Date: Tue Dec 21 18:45:31 2010 +0000 @@ -70250,7 +72651,7 @@ Date: Tue Dec 21 18:45:31 2010 +0000 web/view_entry.php | 14 +- 3 files changed, 206 insertions(+), 200 deletions(-) -commit 8cd6e66d +commit 8cd6e66d3 Author: Campbell Morrison Date: Tue Dec 21 16:43:10 2010 +0000 @@ -70262,7 +72663,7 @@ Date: Tue Dec 21 16:43:10 2010 +0000 web/view_entry.php | 83 +++++++-------------- 4 files changed, 221 insertions(+), 197 deletions(-) -commit e6f1a0ff +commit e6f1a0ffb Author: Campbell Morrison Date: Tue Dec 21 14:00:46 2010 +0000 @@ -70272,7 +72673,7 @@ Date: Tue Dec 21 14:00:46 2010 +0000 web/report.php | 51 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 2 deletions(-) -commit 4d59b7d8 +commit 4d59b7d81 Author: Campbell Morrison Date: Tue Dec 21 12:04:46 2010 +0000 @@ -70286,7 +72687,7 @@ Date: Tue Dec 21 12:04:46 2010 +0000 web/upgrade/25/pgsql.sql (new) | 8 ++++++++ 6 files changed, 20 insertions(+), 4 deletions(-) -commit f120090b +commit f120090b4 Author: Campbell Morrison Date: Tue Dec 21 12:03:38 2010 +0000 @@ -70295,7 +72696,7 @@ Date: Tue Dec 21 12:03:38 2010 +0000 web/report.php | 1 + 1 file changed, 1 insertion(+) -commit 7e6f14c1 +commit 7e6f14c10 Author: Campbell Morrison Date: Tue Dec 21 00:08:28 2010 +0000 @@ -70304,7 +72705,7 @@ Date: Tue Dec 21 00:08:28 2010 +0000 web/report.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 2d93c80e +commit 2d93c80e1 Author: Campbell Morrison Date: Mon Dec 20 23:24:06 2010 +0000 @@ -70313,7 +72714,7 @@ Date: Mon Dec 20 23:24:06 2010 +0000 web/functions_ical.inc | 2 ++ 1 file changed, 2 insertions(+) -commit 363191a5 +commit 363191a59 Author: Campbell Morrison Date: Mon Dec 20 23:17:33 2010 +0000 @@ -70326,7 +72727,7 @@ Date: Mon Dec 20 23:17:33 2010 +0000 web/view_entry.php | 155 ++---------------------------- 5 files changed, 223 insertions(+), 164 deletions(-) -commit d4182f23 +commit d4182f23e Author: Campbell Morrison Date: Mon Dec 20 16:29:47 2010 +0000 @@ -70335,7 +72736,7 @@ Date: Mon Dec 20 16:29:47 2010 +0000 web/view_entry.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit f9159c93 +commit f9159c937 Author: Campbell Morrison Date: Mon Dec 20 16:17:58 2010 +0000 @@ -70347,7 +72748,7 @@ Date: Mon Dec 20 16:17:58 2010 +0000 web/report.php | 201 ++++++++++++++++++++++++++++++++------- 4 files changed, 171 insertions(+), 37 deletions(-) -commit d29ce6f8 +commit d29ce6f86 Author: Campbell Morrison Date: Mon Dec 20 15:50:44 2010 +0000 @@ -70356,7 +72757,7 @@ Date: Mon Dec 20 15:50:44 2010 +0000 web/edit_entry.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 32944d0d +commit 32944d0da Author: Campbell Morrison Date: Mon Dec 20 10:45:29 2010 +0000 @@ -70365,7 +72766,7 @@ Date: Mon Dec 20 10:45:29 2010 +0000 web/view_entry.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 36142640 +commit 36142640c Author: Campbell Morrison Date: Sun Dec 19 17:11:22 2010 +0000 @@ -70374,7 +72775,7 @@ Date: Sun Dec 19 17:11:22 2010 +0000 web/lang.fr | 183 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 110 insertions(+), 73 deletions(-) -commit 3786450e +commit 3786450e1 Author: Campbell Morrison Date: Fri Dec 17 16:29:30 2010 +0000 @@ -70383,7 +72784,7 @@ Date: Fri Dec 17 16:29:30 2010 +0000 web/lang.pt | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) -commit 8cbc53aa +commit 8cbc53aa7 Author: Campbell Morrison Date: Fri Dec 17 16:24:19 2010 +0000 @@ -70392,7 +72793,7 @@ Date: Fri Dec 17 16:24:19 2010 +0000 web/lang.pt | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) -commit 56a17664 +commit 56a17664f Author: Campbell Morrison Date: Fri Dec 17 13:17:32 2010 +0000 @@ -70401,7 +72802,7 @@ Date: Fri Dec 17 13:17:32 2010 +0000 web/edit_entry_handler.php | 116 ++++++++++++++++------------------- 1 file changed, 52 insertions(+), 64 deletions(-) -commit b1841e88 +commit b1841e88b Author: Campbell Morrison Date: Fri Dec 17 12:38:26 2010 +0000 @@ -70410,7 +72811,7 @@ Date: Fri Dec 17 12:38:26 2010 +0000 web/edit_entry_handler.php | 116 +++++++++++++++-------------------- 1 file changed, 50 insertions(+), 66 deletions(-) -commit 8d49488b +commit 8d49488ba Author: Campbell Morrison Date: Fri Dec 17 11:30:09 2010 +0000 @@ -70419,7 +72820,7 @@ Date: Fri Dec 17 11:30:09 2010 +0000 web/edit_entry_handler.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 740ce518 +commit 740ce5182 Author: Campbell Morrison Date: Fri Dec 17 00:09:26 2010 +0000 @@ -70428,7 +72829,7 @@ Date: Fri Dec 17 00:09:26 2010 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 017df3fe +commit 017df3feb Author: Campbell Morrison Date: Wed Dec 15 10:28:00 2010 +0000 @@ -70437,7 +72838,7 @@ Date: Wed Dec 15 10:28:00 2010 +0000 web/functions_ical.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 2470f8a7 +commit 2470f8a7c Author: Campbell Morrison Date: Tue Dec 14 16:42:46 2010 +0000 @@ -70448,7 +72849,7 @@ Date: Tue Dec 14 16:42:46 2010 +0000 web/view_entry.php | 4 ++-- 3 files changed, 18 insertions(+), 8 deletions(-) -commit 977f4ac2 +commit 977f4ac2b Author: Campbell Morrison Date: Tue Dec 14 15:54:18 2010 +0000 @@ -70457,7 +72858,7 @@ Date: Tue Dec 14 15:54:18 2010 +0000 web/functions_mail.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit ec14a2e8 +commit ec14a2e86 Author: Campbell Morrison Date: Tue Dec 14 14:16:11 2010 +0000 @@ -70466,7 +72867,7 @@ Date: Tue Dec 14 14:16:11 2010 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3bd59b73 +commit 3bd59b73a Author: John Beranek Date: Tue Dec 14 10:56:26 2010 +0000 @@ -70475,7 +72876,7 @@ Date: Tue Dec 14 10:56:26 2010 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 002aba8e +commit 002aba8ee Author: John Beranek Date: Tue Dec 14 10:52:39 2010 +0000 @@ -70485,7 +72886,7 @@ Date: Tue Dec 14 10:52:39 2010 +0000 web/language.inc | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) -commit fb7c59fb +commit fb7c59fbf Author: Campbell Morrison Date: Tue Dec 14 09:29:38 2010 +0000 @@ -70494,7 +72895,7 @@ Date: Tue Dec 14 09:29:38 2010 +0000 web/functions_ical.inc | 55 ++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 28 deletions(-) -commit 6a47be9a +commit 6a47be9a3 Author: Campbell Morrison Date: Tue Dec 14 00:35:48 2010 +0000 @@ -70503,7 +72904,7 @@ Date: Tue Dec 14 00:35:48 2010 +0000 web/functions_ical.inc | 61 +++++++++++++++++++++++++++------------- 1 file changed, 41 insertions(+), 20 deletions(-) -commit d0d72d16 +commit d0d72d168 Author: John Beranek Date: Mon Dec 13 23:32:36 2010 +0000 @@ -70512,7 +72913,7 @@ Date: Mon Dec 13 23:32:36 2010 +0000 web/language.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit aa77a58a +commit aa77a58a0 Author: John Beranek Date: Mon Dec 13 23:21:37 2010 +0000 @@ -70526,7 +72927,7 @@ Date: Mon Dec 13 23:21:37 2010 +0000 web/language.inc | 145 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 136 insertions(+), 9 deletions(-) -commit 117db766 +commit 117db766a Author: Campbell Morrison Date: Mon Dec 13 22:01:54 2010 +0000 @@ -70535,7 +72936,7 @@ Date: Mon Dec 13 22:01:54 2010 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2f8a6775 +commit 2f8a6775f Author: Campbell Morrison Date: Mon Dec 13 16:28:17 2010 +0000 @@ -70544,7 +72945,7 @@ Date: Mon Dec 13 16:28:17 2010 +0000 web/view_entry.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit c3633115 +commit c36331156 Author: Campbell Morrison Date: Mon Dec 13 16:23:37 2010 +0000 @@ -70566,7 +72967,7 @@ Date: Mon Dec 13 16:23:37 2010 +0000 web/upgrade/24/post.inc (new) | 154 +++++++++++++++++++++++++++++++ 12 files changed, 247 insertions(+), 46 deletions(-) -commit 722873b2 +commit 722873b2b Author: Campbell Morrison Date: Sat Dec 11 20:49:12 2010 +0000 @@ -70575,7 +72976,7 @@ Date: Sat Dec 11 20:49:12 2010 +0000 web/functions_ical.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit f7c33f38 +commit f7c33f388 Author: Campbell Morrison Date: Sat Dec 11 17:54:21 2010 +0000 @@ -70590,7 +72991,7 @@ Date: Sat Dec 11 17:54:21 2010 +0000 web/view_entry.php | 4 ++-- 7 files changed, 24 insertions(+), 11 deletions(-) -commit b09fed28 +commit b09fed284 Author: Campbell Morrison Date: Sat Dec 11 17:25:30 2010 +0000 @@ -70605,7 +73006,7 @@ Date: Sat Dec 11 17:25:30 2010 +0000 web/view_entry.php | 534 +++++++++++++++++++-------------------- 7 files changed, 358 insertions(+), 335 deletions(-) -commit c7e8b89e +commit c7e8b89ef Author: Campbell Morrison Date: Fri Dec 10 11:05:56 2010 +0000 @@ -70614,7 +73015,7 @@ Date: Fri Dec 10 11:05:56 2010 +0000 web/view_entry.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) -commit b1a4bced +commit b1a4bced2 Author: Campbell Morrison Date: Fri Dec 10 11:01:40 2010 +0000 @@ -70623,7 +73024,7 @@ Date: Fri Dec 10 11:01:40 2010 +0000 web/view_entry.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) -commit 55ceaef5 +commit 55ceaef50 Author: Campbell Morrison Date: Fri Dec 10 10:34:05 2010 +0000 @@ -70632,7 +73033,7 @@ Date: Fri Dec 10 10:34:05 2010 +0000 web/functions_ical.inc | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) -commit 3368025e +commit 3368025ea Author: Campbell Morrison Date: Fri Dec 10 09:37:35 2010 +0000 @@ -70641,7 +73042,7 @@ Date: Fri Dec 10 09:37:35 2010 +0000 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit f7c01db2 +commit f7c01db20 Author: Campbell Morrison Date: Fri Dec 10 08:53:12 2010 +0000 @@ -70650,7 +73051,7 @@ Date: Fri Dec 10 08:53:12 2010 +0000 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a2676292 +commit a2676292f Author: John Beranek Date: Thu Dec 9 23:07:10 2010 +0000 @@ -70659,7 +73060,7 @@ Date: Thu Dec 9 23:07:10 2010 +0000 web/language.inc | 1 + 1 file changed, 1 insertion(+) -commit 10d5f479 +commit 10d5f4792 Author: John Beranek Date: Thu Dec 9 23:01:21 2010 +0000 @@ -70668,7 +73069,7 @@ Date: Thu Dec 9 23:01:21 2010 +0000 web/language.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) -commit b203c62e +commit b203c62e5 Author: John Beranek Date: Thu Dec 9 22:58:31 2010 +0000 @@ -70680,7 +73081,7 @@ Date: Thu Dec 9 22:58:31 2010 +0000 web/language.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit 43203d99 +commit 43203d99b Author: John Beranek Date: Thu Dec 9 21:58:32 2010 +0000 @@ -70690,7 +73091,7 @@ Date: Thu Dec 9 21:58:32 2010 +0000 web/language.inc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) -commit 27b10e24 +commit 27b10e24e Author: Campbell Morrison Date: Thu Dec 9 15:19:31 2010 +0000 @@ -70699,7 +73100,7 @@ Date: Thu Dec 9 15:19:31 2010 +0000 web/approve_entry_handler.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 0be8f767 +commit 0be8f7670 Author: Campbell Morrison Date: Thu Dec 9 14:53:14 2010 +0000 @@ -70709,7 +73110,7 @@ Date: Thu Dec 9 14:53:14 2010 +0000 web/systemdefaults.inc.php | 6 +++++- 2 files changed, 11 insertions(+), 7 deletions(-) -commit cafa996c +commit cafa996ca Author: Campbell Morrison Date: Thu Dec 9 14:37:48 2010 +0000 @@ -70722,7 +73123,7 @@ Date: Thu Dec 9 14:37:48 2010 +0000 web/mrbs_sql.inc | 48 ++++++- 5 files changed, 140 insertions(+), 181 deletions(-) -commit 0108b167 +commit 0108b1672 Author: Campbell Morrison Date: Wed Dec 8 19:46:51 2010 +0000 @@ -70732,7 +73133,7 @@ Date: Wed Dec 8 19:46:51 2010 +0000 web/functions_mail.inc | 4 ++-- 2 files changed, 31 insertions(+), 3 deletions(-) -commit a3719094 +commit a37190940 Author: Campbell Morrison Date: Wed Dec 8 17:37:52 2010 +0000 @@ -70742,7 +73143,7 @@ Date: Wed Dec 8 17:37:52 2010 +0000 web/mrbs-mail.css | 10 +++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) -commit 16cc5403 +commit 16cc5403c Author: Campbell Morrison Date: Wed Dec 8 16:25:24 2010 +0000 @@ -70752,7 +73153,7 @@ Date: Wed Dec 8 16:25:24 2010 +0000 web/mrbs-mail.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) -commit 11dd71f7 +commit 11dd71f76 Author: Campbell Morrison Date: Wed Dec 8 15:59:39 2010 +0000 @@ -70761,7 +73162,7 @@ Date: Wed Dec 8 15:59:39 2010 +0000 web/mrbs-mail.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit aaec2168 +commit aaec21680 Author: Campbell Morrison Date: Wed Dec 8 15:49:25 2010 +0000 @@ -70777,7 +73178,7 @@ Date: Wed Dec 8 15:49:25 2010 +0000 web/functions_mail.inc | 7 +- 8 files changed, 1175 insertions(+), 446 deletions(-) -commit 330c8ee9 +commit 330c8ee93 Author: Campbell Morrison Date: Wed Dec 8 15:24:56 2010 +0000 @@ -70786,7 +73187,7 @@ Date: Wed Dec 8 15:24:56 2010 +0000 web/functions_mail.inc | 4 ++++ 1 file changed, 4 insertions(+) -commit b8502b90 +commit b8502b906 Author: Campbell Morrison Date: Wed Dec 8 14:59:24 2010 +0000 @@ -70801,7 +73202,7 @@ Date: Wed Dec 8 14:59:24 2010 +0000 web/Net/SMTP.php | 542 +++++++++++++++++++++++++++++----------- 7 files changed, 1169 insertions(+), 445 deletions(-) -commit 4b4b4d39 +commit 4b4b4d39e Author: Campbell Morrison Date: Wed Dec 8 14:07:52 2010 +0000 @@ -70811,7 +73212,7 @@ Date: Wed Dec 8 14:07:52 2010 +0000 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) -commit b226148f +commit b226148fd Author: Campbell Morrison Date: Wed Dec 8 13:37:47 2010 +0000 @@ -70820,7 +73221,7 @@ Date: Wed Dec 8 13:37:47 2010 +0000 web/functions_mail.inc | 59 ++++++++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 9 deletions(-) -commit fadc2d84 +commit fadc2d840 Author: Campbell Morrison Date: Mon Dec 6 17:17:11 2010 +0000 @@ -70829,7 +73230,7 @@ Date: Mon Dec 6 17:17:11 2010 +0000 web/functions_ical.inc | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) -commit 427cccb9 +commit 427cccb92 Author: Campbell Morrison Date: Mon Dec 6 15:33:01 2010 +0000 @@ -70840,7 +73241,7 @@ Date: Mon Dec 6 15:33:01 2010 +0000 web/lang.en | 2 ++ 3 files changed, 37 insertions(+), 17 deletions(-) -commit e6eef6f5 +commit e6eef6f55 Author: Campbell Morrison Date: Mon Dec 6 13:32:33 2010 +0000 @@ -70849,7 +73250,7 @@ Date: Mon Dec 6 13:32:33 2010 +0000 web/functions_mail.inc | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) -commit cd5dc46b +commit cd5dc46be Author: Campbell Morrison Date: Sun Dec 5 18:40:21 2010 +0000 @@ -70858,7 +73259,7 @@ Date: Sun Dec 5 18:40:21 2010 +0000 web/functions_mail.inc | 268 ++++++++++++++++++--------------------- 1 file changed, 124 insertions(+), 144 deletions(-) -commit 0701ba79 +commit 0701ba79b Author: Campbell Morrison Date: Sat Dec 4 16:38:45 2010 +0000 @@ -70870,7 +73271,7 @@ Date: Sat Dec 4 16:38:45 2010 +0000 web/mrbs_sql.inc | 1 - 4 files changed, 16 insertions(+), 16 deletions(-) -commit 98b6e394 +commit 98b6e394d Author: Campbell Morrison Date: Fri Dec 3 16:46:12 2010 +0000 @@ -70879,7 +73280,7 @@ Date: Fri Dec 3 16:46:12 2010 +0000 web/functions_ical.inc | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) -commit fd582465 +commit fd5824657 Author: Campbell Morrison Date: Fri Dec 3 16:12:52 2010 +0000 @@ -70894,7 +73295,7 @@ Date: Fri Dec 3 16:12:52 2010 +0000 web/systemdefaults.inc.php | 3 +- 7 files changed, 390 insertions(+), 335 deletions(-) -commit 28c6529a +commit 28c6529a8 Author: Campbell Morrison Date: Thu Dec 2 15:56:51 2010 +0000 @@ -70903,7 +73304,7 @@ Date: Thu Dec 2 15:56:51 2010 +0000 web/functions_mail.inc | 158 +++++++++++---------------------------- 1 file changed, 44 insertions(+), 114 deletions(-) -commit 366cc55a +commit 366cc55ae Author: Campbell Morrison Date: Thu Dec 2 15:06:26 2010 +0000 @@ -70913,7 +73314,7 @@ Date: Thu Dec 2 15:06:26 2010 +0000 web/functions_mail.inc | 499 +++++++++++++++++++++------------------ 1 file changed, 271 insertions(+), 228 deletions(-) -commit 9675a758 +commit 9675a7587 Author: Campbell Morrison Date: Thu Dec 2 12:24:14 2010 +0000 @@ -70926,7 +73327,7 @@ Date: Thu Dec 2 12:24:14 2010 +0000 web/functions_mail.inc | 5 +++ 5 files changed, 90 insertions(+), 70 deletions(-) -commit d81ed13a +commit d81ed13a2 Author: Campbell Morrison Date: Thu Dec 2 11:49:07 2010 +0000 @@ -70935,7 +73336,7 @@ Date: Thu Dec 2 11:49:07 2010 +0000 web/edit_entry_handler.php | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) -commit 947dfcb9 +commit 947dfcb9f Author: Campbell Morrison Date: Thu Dec 2 11:22:31 2010 +0000 @@ -70944,7 +73345,7 @@ Date: Thu Dec 2 11:22:31 2010 +0000 web/edit_entry_handler.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -commit 3897f941 +commit 3897f941e Author: Campbell Morrison Date: Thu Dec 2 11:03:37 2010 +0000 @@ -70953,7 +73354,7 @@ Date: Thu Dec 2 11:03:37 2010 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2ad49dc2 +commit 2ad49dc2b Author: Campbell Morrison Date: Thu Dec 2 10:15:22 2010 +0000 @@ -70970,7 +73371,7 @@ Date: Thu Dec 2 10:15:22 2010 +0000 web/upgrade/23/pgsql.sql (new) | 11 +++++ 9 files changed, 163 insertions(+), 29 deletions(-) -commit 97768e26 +commit 97768e264 Author: Campbell Morrison Date: Tue Nov 30 16:08:14 2010 +0000 @@ -70981,7 +73382,7 @@ Date: Tue Nov 30 16:08:14 2010 +0000 web/functions_mail.inc | 146 ++++++++++++++++++++++++++--------- 3 files changed, 139 insertions(+), 39 deletions(-) -commit 21ed0d4a +commit 21ed0d4a0 Author: Campbell Morrison Date: Mon Nov 29 16:02:09 2010 +0000 @@ -70992,7 +73393,7 @@ Date: Mon Nov 29 16:02:09 2010 +0000 web/systemdefaults.inc.php | 2 + 3 files changed, 108 insertions(+), 15 deletions(-) -commit d0c5d0f7 +commit d0c5d0f70 Author: Campbell Morrison Date: Mon Nov 29 08:51:33 2010 +0000 @@ -71001,7 +73402,7 @@ Date: Mon Nov 29 08:51:33 2010 +0000 web/functions_mail.inc | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) -commit c776adac +commit c776adac6 Author: Campbell Morrison Date: Mon Nov 29 08:36:08 2010 +0000 @@ -71010,7 +73411,7 @@ Date: Mon Nov 29 08:36:08 2010 +0000 web/functions_mail.inc | 44 +++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 16 deletions(-) -commit 99d1654a +commit 99d1654a4 Author: Campbell Morrison Date: Mon Nov 29 08:31:08 2010 +0000 @@ -71020,13 +73421,13 @@ Date: Mon Nov 29 08:31:08 2010 +0000 web/Mail/mimePart.php (new) | 1214 +++++++++++++++++++++++++++ 2 files changed, 2671 insertions(+) -commit bf84a21e +commit bf84a21ef Author: Campbell Morrison Date: Sun Nov 28 14:08:23 2010 +0000 Created a branch for the development of .ics files which can be attached to email notifications sent by MRBS and imported into calendars. -commit 9a7460aa +commit 9a7460aaf Author: John Beranek Date: Fri Nov 26 12:24:05 2010 +0000 @@ -71035,7 +73436,7 @@ Date: Fri Nov 26 12:24:05 2010 +0000 web/systemdefaults.inc.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 2d6cdc09 +commit 2d6cdc09e Author: Campbell Morrison Date: Fri Nov 26 11:52:47 2010 +0000 @@ -71044,7 +73445,7 @@ Date: Fri Nov 26 11:52:47 2010 +0000 web/systemdefaults.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 023d6961 +commit 023d69618 Author: Campbell Morrison Date: Thu Nov 25 17:23:58 2010 +0000 @@ -71056,7 +73457,7 @@ Date: Thu Nov 25 17:23:58 2010 +0000 web/upgrade/21/post.inc | 36 ------------------------- 2 files changed, 31 insertions(+), 56 deletions(-) -commit 55c3cb38 +commit 55c3cb38b Author: Campbell Morrison Date: Thu Nov 25 10:40:21 2010 +0000 @@ -71067,7 +73468,7 @@ Date: Thu Nov 25 10:40:21 2010 +0000 web/lang.en | 1 + 3 files changed, 33 insertions(+), 36 deletions(-) -commit 5b304dbf +commit 5b304dbf1 Author: Campbell Morrison Date: Thu Nov 25 09:18:20 2010 +0000 @@ -71076,7 +73477,7 @@ Date: Thu Nov 25 09:18:20 2010 +0000 web/mrbs_sql.inc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) -commit ea6e3807 +commit ea6e38075 Author: Campbell Morrison Date: Thu Nov 25 07:39:09 2010 +0000 @@ -71089,7 +73490,7 @@ Date: Thu Nov 25 07:39:09 2010 +0000 web/pgsql.inc | 9 +++++++++ 5 files changed, 59 insertions(+), 6 deletions(-) -commit d1bf94e3 +commit d1bf94e34 Author: Campbell Morrison Date: Thu Nov 25 04:49:43 2010 +0000 @@ -71098,7 +73499,7 @@ Date: Thu Nov 25 04:49:43 2010 +0000 web/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 441399f3 +commit 441399f3c Author: Campbell Morrison Date: Thu Nov 25 04:47:05 2010 +0000 @@ -71107,7 +73508,7 @@ Date: Thu Nov 25 04:47:05 2010 +0000 web/lang.fr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ab2bef7b +commit ab2bef7bd Author: Campbell Morrison Date: Thu Nov 25 04:35:32 2010 +0000 @@ -71116,7 +73517,7 @@ Date: Thu Nov 25 04:35:32 2010 +0000 web/approve_entry_handler.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit 50bace75 +commit 50bace757 Author: Campbell Morrison Date: Thu Nov 25 04:17:21 2010 +0000 @@ -71125,7 +73526,7 @@ Date: Thu Nov 25 04:17:21 2010 +0000 web/mrbs_sql.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 6cef4e16 +commit 6cef4e161 Author: Campbell Morrison Date: Wed Nov 24 19:07:03 2010 +0000 @@ -71138,31 +73539,31 @@ Date: Wed Nov 24 19:07:03 2010 +0000 web/systemdefaults.inc.php | 17 +++++++++++++---- 5 files changed, 54 insertions(+), 13 deletions(-) -commit ba2bc198 +commit ba2bc198a Author: John Beranek Date: Wed Nov 24 17:50:28 2010 +0000 - svn:mime-type tidying. -commit cf87d015 +commit cf87d0157 Author: John Beranek Date: Wed Nov 24 16:09:08 2010 +0000 - One further test of svn:mime-type behaviour. -commit e7059407 +commit e7059407c Author: John Beranek Date: Wed Nov 24 16:07:39 2010 +0000 - Testing the effects of svn:mime-type on ViewVC behaviour. -commit 91dfe60d +commit 91dfe60d2 Author: John Beranek Date: Wed Nov 24 13:08:24 2010 +0000 - Set svn:eol-style for new files. -commit 2963591a +commit 2963591a3 Author: Campbell Morrison Date: Wed Nov 24 10:22:11 2010 +0000 @@ -71182,14 +73583,14 @@ Date: Wed Nov 24 10:22:11 2010 +0000 web/style.inc | 2 +- 11 files changed, 124 insertions(+), 81 deletions(-) -commit 060baac3 -Merge: be83afa9 3babfd12 +commit 060baac3b +Merge: be83afa92 3babfd12b Author: Campbell Morrison Date: Wed Nov 24 09:50:06 2010 +0000 Merged the disabled_rooms branch back into the trunk. Rooms and areas can now be disabled, meaning that they will not appear in the day/week/month views and bookings cannot be made for them. Any existing bookings will be preserved in the system, will be returned in Search and Report results and can be viewed in view_entry.php - but they will be read only. -commit be83afa9 (tag: mrbs-1_4_5) +commit be83afa92 (tag: mrbs-1_4_5) Author: John Beranek Date: Mon Nov 22 21:21:00 2010 +0000 @@ -71199,7 +73600,7 @@ Date: Mon Nov 22 21:21:00 2010 +0000 NEWS | 21 +++-- 2 files changed, 238 insertions(+), 6 deletions(-) -commit 2cb0cdeb +commit 2cb0cdebd Author: Campbell Morrison Date: Mon Nov 22 14:39:52 2010 +0000 @@ -71208,7 +73609,7 @@ Date: Mon Nov 22 14:39:52 2010 +0000 web/Themes/default/header.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 77b400e9 +commit 77b400e9e Author: Campbell Morrison Date: Mon Nov 22 14:39:15 2010 +0000 @@ -71217,7 +73618,7 @@ Date: Mon Nov 22 14:39:15 2010 +0000 web/jquery/ui/jquery-ui-datepicker-en-US.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 3babfd12 (origin/disabled_rooms) +commit 3babfd12b (origin/disabled_rooms) Author: Campbell Morrison Date: Mon Nov 22 11:12:47 2010 +0000 @@ -71227,7 +73628,7 @@ Date: Mon Nov 22 11:12:47 2010 +0000 web/version.inc | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) -commit 1fc5f797 +commit 1fc5f7978 Author: Campbell Morrison Date: Mon Nov 22 10:23:16 2010 +0000 @@ -71236,7 +73637,7 @@ Date: Mon Nov 22 10:23:16 2010 +0000 web/Themes/default/header.inc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit e7fe8139 +commit e7fe8139e Author: John Beranek Date: Sun Nov 21 22:00:43 2010 +0000 @@ -71245,7 +73646,7 @@ Date: Sun Nov 21 22:00:43 2010 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d3783ca7 +commit d3783ca74 Author: Campbell Morrison Date: Fri Nov 19 18:27:29 2010 +0000 @@ -71254,7 +73655,7 @@ Date: Fri Nov 19 18:27:29 2010 +0000 web/day.php | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) -commit 1554dde1 +commit 1554dde13 Author: Campbell Morrison Date: Fri Nov 19 17:07:48 2010 +0000 @@ -71269,7 +73670,7 @@ Date: Fri Nov 19 17:07:48 2010 +0000 web/systemdefaults.inc.php | 3 +++ 7 files changed, 19 insertions(+), 11 deletions(-) -commit e3d1f4bd +commit e3d1f4bd5 Author: Campbell Morrison Date: Fri Nov 19 16:59:23 2010 +0000 @@ -71288,7 +73689,7 @@ Date: Fri Nov 19 16:59:23 2010 +0000 web/week.php | 75 +++---------- 11 files changed, 268 insertions(+), 241 deletions(-) -commit db6db9a2 +commit db6db9a27 Author: Campbell Morrison Date: Thu Nov 18 21:59:13 2010 +0000 @@ -71297,7 +73698,7 @@ Date: Thu Nov 18 21:59:13 2010 +0000 web/lang.fr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 7525545d +commit 7525545d1 Author: Campbell Morrison Date: Thu Nov 18 21:35:21 2010 +0000 @@ -71307,7 +73708,7 @@ Date: Thu Nov 18 21:35:21 2010 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) -commit f6a1dad1 +commit f6a1dad1c Author: Campbell Morrison Date: Thu Nov 18 19:12:18 2010 +0000 @@ -71316,7 +73717,7 @@ Date: Thu Nov 18 19:12:18 2010 +0000 web/Themes/default/header.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -commit eb2771d6 +commit eb2771d65 Author: Campbell Morrison Date: Thu Nov 18 19:02:44 2010 +0000 @@ -71325,7 +73726,7 @@ Date: Thu Nov 18 19:02:44 2010 +0000 web/mrbs-ie8.css | 4 ++++ 1 file changed, 4 insertions(+) -commit 8c31b7ff +commit 8c31b7ff9 Author: Campbell Morrison Date: Thu Nov 18 17:30:32 2010 +0000 @@ -71335,7 +73736,7 @@ Date: Thu Nov 18 17:30:32 2010 +0000 web/language.inc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) -commit c7bc72f5 +commit c7bc72f58 Author: Campbell Morrison Date: Thu Nov 18 17:05:52 2010 +0000 @@ -71344,7 +73745,7 @@ Date: Thu Nov 18 17:05:52 2010 +0000 web/internalconfig.inc.php | 2 -- 1 file changed, 2 deletions(-) -commit a46e98ac +commit a46e98ac4 Author: Campbell Morrison Date: Thu Nov 18 13:39:19 2010 +0000 @@ -71367,7 +73768,7 @@ Date: Thu Nov 18 13:39:19 2010 +0000 web/theme.inc | 21 -- 15 files changed, 705 insertions(+), 150 deletions(-) -commit 55a388cb +commit 55a388cba Author: Campbell Morrison Date: Thu Nov 18 11:15:03 2010 +0000 @@ -71386,7 +73787,7 @@ Date: Thu Nov 18 11:15:03 2010 +0000 web/upgrade/22/pgsql.sql (new) | 9 + 11 files changed, 453 insertions(+), 296 deletions(-) -commit ab73bc05 +commit ab73bc056 Author: Campbell Morrison Date: Thu Nov 18 10:02:40 2010 +0000 @@ -71395,7 +73796,7 @@ Date: Thu Nov 18 10:02:40 2010 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 853c3bca +commit 853c3bca7 Author: John Beranek Date: Wed Nov 17 20:47:03 2010 +0000 @@ -71406,7 +73807,7 @@ Date: Wed Nov 17 20:47:03 2010 +0000 web/lang.fr | 131 +++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 168 insertions(+), 43 deletions(-) -commit b401a46c +commit b401a46c6 Author: John Beranek Date: Wed Nov 17 18:59:40 2010 +0000 @@ -71415,7 +73816,7 @@ Date: Wed Nov 17 18:59:40 2010 +0000 web/auth_ldap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2833c801 +commit 2833c8014 Author: John Beranek Date: Wed Nov 17 18:54:36 2010 +0000 @@ -71430,7 +73831,7 @@ Date: Wed Nov 17 18:54:36 2010 +0000 web/systemdefaults.inc.php | 14 ++ 3 files changed, 233 insertions(+), 39 deletions(-) -commit 8994d572 +commit 8994d5727 Author: Campbell Morrison Date: Wed Nov 17 17:59:26 2010 +0000 @@ -71441,7 +73842,7 @@ Date: Wed Nov 17 17:59:26 2010 +0000 web/mrbs.css.php | 2 +- 3 files changed, 27 insertions(+), 7 deletions(-) -commit b78501a6 +commit b78501a6e Author: Campbell Morrison Date: Tue Nov 16 22:33:01 2010 +0000 @@ -71450,7 +73851,7 @@ Date: Tue Nov 16 22:33:01 2010 +0000 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit 1a3037a1 +commit 1a3037a1a Author: Campbell Morrison Date: Tue Nov 16 21:48:40 2010 +0000 @@ -71461,7 +73862,7 @@ Date: Tue Nov 16 21:48:40 2010 +0000 .../ui/jquery-ui-datepicker-en.js (new) | 24 ++++++++++++++++++ 3 files changed, 54 insertions(+), 12 deletions(-) -commit b2be99cf +commit b2be99cf4 Author: Campbell Morrison Date: Tue Nov 16 18:00:50 2010 +0000 @@ -71473,7 +73874,7 @@ Date: Tue Nov 16 18:00:50 2010 +0000 web/theme.inc | 21 ------------------ 3 files changed, 46 insertions(+), 25 deletions(-) -commit 9b9b39e0 +commit 9b9b39e0a Author: John Beranek Date: Tue Nov 16 17:14:18 2010 +0000 @@ -71483,7 +73884,7 @@ Date: Tue Nov 16 17:14:18 2010 +0000 web/language.inc | 1 - 1 file changed, 1 deletion(-) -commit bc86777c +commit bc86777c1 Author: John Beranek Date: Tue Nov 16 14:16:07 2010 +0000 @@ -71493,7 +73894,7 @@ Date: Tue Nov 16 14:16:07 2010 +0000 web/language.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 57107466 +commit 571074667 Author: John Beranek Date: Mon Nov 15 21:52:32 2010 +0000 @@ -71502,13 +73903,13 @@ Date: Mon Nov 15 21:52:32 2010 +0000 web/lang.de | 192 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 171 insertions(+), 21 deletions(-) -commit 91a44ba2 +commit 91a44ba2b Author: Campbell Morrison Date: Mon Nov 15 14:14:28 2010 +0000 Created a branch for the development of the ability to disable rooms and areas -commit b7532599 +commit b75325990 Author: John Beranek Date: Mon Nov 15 00:01:36 2010 +0000 @@ -71517,7 +73918,7 @@ Date: Mon Nov 15 00:01:36 2010 +0000 checklang.php | 157 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 125 insertions(+), 32 deletions(-) -commit 38b4fe11 +commit 38b4fe11b Author: John Beranek Date: Sun Nov 14 19:54:27 2010 +0000 @@ -71526,7 +73927,7 @@ Date: Sun Nov 14 19:54:27 2010 +0000 web/lang.no | 225 ++++++++++++++++++++++++++------------------------ 1 file changed, 119 insertions(+), 106 deletions(-) -commit 27fb8b77 +commit 27fb8b77f Author: John Beranek Date: Sat Nov 13 23:25:50 2010 +0000 @@ -71535,7 +73936,7 @@ Date: Sat Nov 13 23:25:50 2010 +0000 web/lang.nl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 65d65ae7 +commit 65d65ae7c Author: John Beranek Date: Sat Nov 13 23:19:05 2010 +0000 @@ -71544,7 +73945,7 @@ Date: Sat Nov 13 23:19:05 2010 +0000 web/lang.sv | 144 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 126 insertions(+), 18 deletions(-) -commit e7c8591b +commit e7c8591bc Author: John Beranek Date: Sat Nov 13 23:12:46 2010 +0000 @@ -71553,7 +73954,7 @@ Date: Sat Nov 13 23:12:46 2010 +0000 web/lang.nl | 147 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 142 insertions(+), 5 deletions(-) -commit a7369574 +commit a73695742 Author: Campbell Morrison Date: Thu Nov 11 16:01:23 2010 +0000 @@ -71562,7 +73963,7 @@ Date: Thu Nov 11 16:01:23 2010 +0000 web/lang.pt | 274 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 208 insertions(+), 66 deletions(-) -commit f34e5a89 +commit f34e5a89d Author: Campbell Morrison Date: Thu Nov 11 09:29:34 2010 +0000 @@ -71572,7 +73973,7 @@ Date: Thu Nov 11 09:29:34 2010 +0000 web/systemdefaults.inc.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) -commit 4d996e70 +commit 4d996e709 Author: Campbell Morrison Date: Wed Nov 10 17:13:40 2010 +0000 @@ -71582,7 +73983,7 @@ Date: Wed Nov 10 17:13:40 2010 +0000 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 24 insertions(+), 13 deletions(-) -commit 50141aba (tag: mrbs-1_4_5rc2) +commit 50141aba7 (tag: mrbs-1_4_5rc2) Author: John Beranek Date: Fri Nov 5 14:56:08 2010 +0000 @@ -71592,7 +73993,7 @@ Date: Fri Nov 5 14:56:08 2010 +0000 NEWS | 33 ++++++ 2 files changed, 319 insertions(+) -commit e6ea78d9 +commit e6ea78d94 Author: John Beranek Date: Fri Nov 5 14:40:14 2010 +0000 @@ -71601,7 +74002,7 @@ Date: Fri Nov 5 14:40:14 2010 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit caf6fafe +commit caf6fafea Author: Campbell Morrison Date: Fri Nov 5 13:43:36 2010 +0000 @@ -71610,14 +74011,14 @@ Date: Fri Nov 5 13:43:36 2010 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ea32336c -Merge: 644b3781 d41880df +commit ea32336cf +Merge: 644b37815 d41880df9 Author: Campbell Morrison Date: Fri Nov 5 12:49:59 2010 +0000 Merged the from_to_bookings branch back into the trunk. -commit 644b3781 +commit 644b37815 Author: Campbell Morrison Date: Fri Nov 5 12:07:43 2010 +0000 @@ -71627,7 +74028,7 @@ Date: Fri Nov 5 12:07:43 2010 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) -commit 1940582e +commit 1940582e6 Author: Campbell Morrison Date: Fri Nov 5 11:49:58 2010 +0000 @@ -71638,7 +74039,7 @@ Date: Fri Nov 5 11:49:58 2010 +0000 web/systemdefaults.inc.php | 4 +++- 3 files changed, 30 insertions(+), 2 deletions(-) -commit d41880df (origin/from_to_bookings) +commit d41880df9 (origin/from_to_bookings) Author: Campbell Morrison Date: Fri Nov 5 11:22:33 2010 +0000 @@ -71648,7 +74049,7 @@ Date: Fri Nov 5 11:22:33 2010 +0000 web/edit_entry.php | 235 +++++++++++++++++++--------- 2 files changed, 354 insertions(+), 147 deletions(-) -commit f7c77aa8 +commit f7c77aa8b Author: Campbell Morrison Date: Wed Nov 3 17:52:41 2010 +0000 @@ -71657,7 +74058,7 @@ Date: Wed Nov 3 17:52:41 2010 +0000 web/edit_entry.php | 135 +++++++++++++++++++++++-------------------- 1 file changed, 71 insertions(+), 64 deletions(-) -commit aa95edc8 +commit aa95edc82 Author: Campbell Morrison Date: Wed Nov 3 14:58:09 2010 +0000 @@ -71666,7 +74067,7 @@ Date: Wed Nov 3 14:58:09 2010 +0000 web/systemdefaults.inc.php | 1 + 1 file changed, 1 insertion(+) -commit 5ed06e7d +commit 5ed06e7d7 Author: Campbell Morrison Date: Wed Nov 3 14:53:41 2010 +0000 @@ -71675,7 +74076,7 @@ Date: Wed Nov 3 14:53:41 2010 +0000 web/systemdefaults.inc.php | 1 + 1 file changed, 1 insertion(+) -commit 682637c4 +commit 682637c4e Author: Campbell Morrison Date: Wed Nov 3 12:48:41 2010 +0000 @@ -71684,7 +74085,7 @@ Date: Wed Nov 3 12:48:41 2010 +0000 web/functions.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 658d12ef +commit 658d12ef1 Author: Campbell Morrison Date: Wed Nov 3 12:31:07 2010 +0000 @@ -71693,7 +74094,7 @@ Date: Wed Nov 3 12:31:07 2010 +0000 web/functions.inc | 1 + 1 file changed, 1 insertion(+) -commit 37872755 +commit 37872755f Author: Campbell Morrison Date: Wed Nov 3 12:29:03 2010 +0000 @@ -71702,7 +74103,7 @@ Date: Wed Nov 3 12:29:03 2010 +0000 web/functions.inc | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) -commit 374fc0bf +commit 374fc0bf9 Author: Campbell Morrison Date: Wed Nov 3 11:12:05 2010 +0000 @@ -71711,7 +74112,7 @@ Date: Wed Nov 3 11:12:05 2010 +0000 web/functions.inc | 1 + 1 file changed, 1 insertion(+) -commit 5d2ecfdb +commit 5d2ecfdb0 Author: Campbell Morrison Date: Wed Nov 3 11:08:49 2010 +0000 @@ -71720,7 +74121,7 @@ Date: Wed Nov 3 11:08:49 2010 +0000 web/functions.inc | 1 + 1 file changed, 1 insertion(+) -commit 4e35daf2 +commit 4e35daf2f Author: Campbell Morrison Date: Wed Nov 3 10:40:57 2010 +0000 @@ -71732,7 +74133,7 @@ Date: Wed Nov 3 10:40:57 2010 +0000 web/edit_entry_handler.php | 4 +- 3 files changed, 61 insertions(+), 51 deletions(-) -commit 84f10b39 +commit 84f10b390 Author: Campbell Morrison Date: Tue Nov 2 17:19:48 2010 +0000 @@ -71741,7 +74142,7 @@ Date: Tue Nov 2 17:19:48 2010 +0000 web/edit_entry.php | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) -commit a3e53777 +commit a3e53777c Author: Campbell Morrison Date: Tue Nov 2 16:36:04 2010 +0000 @@ -71750,7 +74151,7 @@ Date: Tue Nov 2 16:36:04 2010 +0000 web/Themes/default/header.inc | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) -commit a8584979 +commit a8584979e Author: Campbell Morrison Date: Tue Nov 2 16:22:45 2010 +0000 @@ -71759,7 +74160,7 @@ Date: Tue Nov 2 16:22:45 2010 +0000 web/edit_entry.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) -commit 7e153e4c +commit 7e153e4c3 Author: Campbell Morrison Date: Tue Nov 2 15:34:16 2010 +0000 @@ -71820,14 +74221,14 @@ Date: Tue Nov 2 15:34:16 2010 +0000 web/week.php | 4 +- 53 files changed, 1396 insertions(+), 1019 deletions(-) -commit 89110aa3 -Merge: f52e3064 a96e93fb +commit 89110aa33 +Merge: f52e30646 a96e93fb3 Author: Campbell Morrison Date: Tue Nov 2 15:10:18 2010 +0000 Merged the provisional_bookings_new_style branch back into the trunk. MRBS now has the ability to make "tentative" bookings, ie bookings which are not 100% certain to happen, but where the user wants to reserve the slot in the meantime. -commit a96e93fb (origin/provisional_bookings_new_style) +commit a96e93fb3 (origin/provisional_bookings_new_style) Author: Campbell Morrison Date: Tue Nov 2 14:51:00 2010 +0000 @@ -71836,7 +74237,7 @@ Date: Tue Nov 2 14:51:00 2010 +0000 UPGRADE | 91 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 59 insertions(+), 32 deletions(-) -commit 07b3b7b8 +commit 07b3b7b8f Author: Campbell Morrison Date: Tue Nov 2 14:39:39 2010 +0000 @@ -71846,7 +74247,7 @@ Date: Tue Nov 2 14:39:39 2010 +0000 web/upgrade/21/post.inc | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) -commit 42a2bc0c +commit 42a2bc0c5 Author: Campbell Morrison Date: Tue Nov 2 12:25:37 2010 +0000 @@ -71859,7 +74260,7 @@ Date: Tue Nov 2 12:25:37 2010 +0000 web/search.php | 4 ++-- 5 files changed, 15 insertions(+), 13 deletions(-) -commit f5311247 +commit f53112476 Author: Campbell Morrison Date: Tue Nov 2 11:32:42 2010 +0000 @@ -71868,7 +74269,7 @@ Date: Tue Nov 2 11:32:42 2010 +0000 web/upgrade/21/post.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 05341bc3 +commit 05341bc36 Author: Campbell Morrison Date: Tue Nov 2 11:30:57 2010 +0000 @@ -71877,7 +74278,7 @@ Date: Tue Nov 2 11:30:57 2010 +0000 web/upgrade/15/post.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit f52e3064 +commit f52e30646 Author: Campbell Morrison Date: Tue Nov 2 11:27:15 2010 +0000 @@ -71886,7 +74287,7 @@ Date: Tue Nov 2 11:27:15 2010 +0000 web/upgrade/15/post.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 7941d31e +commit 7941d31e4 Author: Campbell Morrison Date: Tue Nov 2 10:10:28 2010 +0000 @@ -71895,7 +74296,7 @@ Date: Tue Nov 2 10:10:28 2010 +0000 web/upgrade/21/pgsql.sql | 1 - 1 file changed, 1 deletion(-) -commit 28a2cc7c +commit 28a2cc7c4 Author: Campbell Morrison Date: Tue Nov 2 09:29:31 2010 +0000 @@ -71904,7 +74305,7 @@ Date: Tue Nov 2 09:29:31 2010 +0000 web/upgrade/17/post.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 1dc166cc +commit 1dc166cca Author: Campbell Morrison Date: Tue Nov 2 09:00:54 2010 +0000 @@ -71915,7 +74316,7 @@ Date: Tue Nov 2 09:00:54 2010 +0000 web/upgrade/15/pgsql.sql | 1 - 3 files changed, 3 insertions(+), 6 deletions(-) -commit b677b7a8 +commit b677b7a89 Author: Campbell Morrison Date: Mon Nov 1 19:32:07 2010 +0000 @@ -71924,7 +74325,7 @@ Date: Mon Nov 1 19:32:07 2010 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a420b6e8 +commit a420b6e8f Author: John Beranek Date: Sun Oct 31 08:16:58 2010 +0000 @@ -71934,7 +74335,7 @@ Date: Sun Oct 31 08:16:58 2010 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 44c8e4e4 +commit 44c8e4e42 Author: John Beranek Date: Sun Oct 31 08:14:33 2010 +0000 @@ -71944,7 +74345,7 @@ Date: Sun Oct 31 08:14:33 2010 +0000 web/upgrade/15/pgsql.sql | 1 - 1 file changed, 1 deletion(-) -commit b3d31cd1 +commit b3d31cd1f Author: Campbell Morrison Date: Tue Oct 26 15:39:05 2010 +0000 @@ -71954,7 +74355,7 @@ Date: Tue Oct 26 15:39:05 2010 +0000 web/lang.en | 2 +- 2 files changed, 11 insertions(+), 15 deletions(-) -commit 86983e07 +commit 86983e07e Author: Campbell Morrison Date: Tue Oct 26 14:37:18 2010 +0000 @@ -71963,7 +74364,7 @@ Date: Tue Oct 26 14:37:18 2010 +0000 web/edit_area_room.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit f5c1bda5 +commit f5c1bda51 Author: Campbell Morrison Date: Tue Oct 26 14:35:00 2010 +0000 @@ -71972,7 +74373,7 @@ Date: Tue Oct 26 14:35:00 2010 +0000 web/edit_area_room.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 61497676 +commit 614976767 Author: Campbell Morrison Date: Tue Oct 26 14:22:50 2010 +0000 @@ -71981,7 +74382,7 @@ Date: Tue Oct 26 14:22:50 2010 +0000 web/edit_area_room.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit da78694c +commit da78694c4 Author: Campbell Morrison Date: Mon Oct 25 23:36:16 2010 +0000 @@ -72014,7 +74415,7 @@ Date: Mon Oct 25 23:36:16 2010 +0000 web/upgrade/21/post.inc (new) | 40 +++ 25 files changed, 496 insertions(+), 269 deletions(-) -commit a378c017 +commit a378c017a Author: Campbell Morrison Date: Mon Oct 25 22:40:56 2010 +0000 @@ -72025,7 +74426,7 @@ Date: Mon Oct 25 22:40:56 2010 +0000 web/upgrade/{15 => 17}/post.inc | 0 3 files changed, 0 insertions(+), 0 deletions(-) -commit 3fae4ca0 +commit 3fae4ca0e Author: Campbell Morrison Date: Mon Oct 25 22:39:31 2010 +0000 @@ -72035,7 +74436,7 @@ Date: Mon Oct 25 22:39:31 2010 +0000 web/upgrade/{16 => 18}/pgsql.sql | 0 2 files changed, 0 insertions(+), 0 deletions(-) -commit e9e60979 +commit e9e609791 Author: Campbell Morrison Date: Mon Oct 25 22:38:29 2010 +0000 @@ -72045,7 +74446,7 @@ Date: Mon Oct 25 22:38:29 2010 +0000 web/upgrade/{17 => 19}/pgsql.sql | 0 2 files changed, 0 insertions(+), 0 deletions(-) -commit 10670435 +commit 106704359 Author: Campbell Morrison Date: Mon Oct 25 22:37:26 2010 +0000 @@ -72055,7 +74456,7 @@ Date: Mon Oct 25 22:37:26 2010 +0000 web/upgrade/{18 => 20}/pgsql.sql | 0 2 files changed, 0 insertions(+), 0 deletions(-) -commit c9102d0a +commit c9102d0ae Author: Campbell Morrison Date: Mon Oct 25 17:02:42 2010 +0000 @@ -72064,7 +74465,7 @@ Date: Mon Oct 25 17:02:42 2010 +0000 web/Themes/default/header.inc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit 6736524c +commit 6736524c2 Author: Campbell Morrison Date: Mon Oct 25 16:58:35 2010 +0000 @@ -72073,7 +74474,7 @@ Date: Mon Oct 25 16:58:35 2010 +0000 web/Themes/default/header.inc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit f0d57a8a +commit f0d57a8a8 Author: Campbell Morrison Date: Mon Oct 25 16:51:18 2010 +0000 @@ -72083,7 +74484,7 @@ Date: Mon Oct 25 16:51:18 2010 +0000 web/Themes/default/header.inc | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) -commit 7512e6a0 +commit 7512e6a0a Author: Campbell Morrison Date: Mon Oct 25 16:18:44 2010 +0000 @@ -72092,7 +74493,7 @@ Date: Mon Oct 25 16:18:44 2010 +0000 web/Themes/default/header.inc | 81 ++++++++++++++++++--------------- 1 file changed, 44 insertions(+), 37 deletions(-) -commit b4c3e585 +commit b4c3e585d Author: Campbell Morrison Date: Mon Oct 25 11:42:53 2010 +0000 @@ -72101,7 +74502,7 @@ Date: Mon Oct 25 11:42:53 2010 +0000 web/systemdefaults.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 3acab4b5 +commit 3acab4b51 Author: Campbell Morrison Date: Mon Oct 25 11:40:21 2010 +0000 @@ -72110,7 +74511,7 @@ Date: Mon Oct 25 11:40:21 2010 +0000 web/systemdefaults.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit db56633a +commit db56633a4 Author: Campbell Morrison Date: Mon Oct 25 11:35:37 2010 +0000 @@ -72136,7 +74537,7 @@ Date: Mon Oct 25 11:35:37 2010 +0000 web/upgrade/16/post.inc (new) | 19 ++ 18 files changed, 428 insertions(+), 258 deletions(-) -commit c46ccc15 +commit c46ccc157 Author: Campbell Morrison Date: Mon Oct 25 11:30:48 2010 +0000 @@ -72158,7 +74559,7 @@ Date: Mon Oct 25 11:30:48 2010 +0000 web/upgrade/16/post.inc (new) | 19 ++ 14 files changed, 339 insertions(+), 251 deletions(-) -commit 76df3cb1 +commit 76df3cb16 Author: Campbell Morrison Date: Sat Oct 23 13:10:24 2010 +0000 @@ -72173,7 +74574,7 @@ Date: Sat Oct 23 13:10:24 2010 +0000 web/upgrade/15/post.inc (new) | 40 ++++++++++++++++++++++++++++++++ 7 files changed, 46 insertions(+), 4 deletions(-) -commit ec4fd656 +commit ec4fd656a Author: Campbell Morrison Date: Sat Oct 23 12:25:13 2010 +0000 @@ -72184,7 +74585,7 @@ Date: Sat Oct 23 12:25:13 2010 +0000 web/internalconfig.inc.php | 9 ++++++++ 3 files changed, 49 insertions(+), 9 deletions(-) -commit 09f16a67 +commit 09f16a674 Author: Campbell Morrison Date: Fri Oct 22 19:25:22 2010 +0000 @@ -72193,7 +74594,7 @@ Date: Fri Oct 22 19:25:22 2010 +0000 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit e7cae5d5 +commit e7cae5d5c Author: Campbell Morrison Date: Fri Oct 22 17:34:55 2010 +0000 @@ -72203,7 +74604,7 @@ Date: Fri Oct 22 17:34:55 2010 +0000 web/Themes/default/header.inc | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) -commit c871dee0 +commit c871dee0d Author: Campbell Morrison Date: Fri Oct 22 16:16:55 2010 +0000 @@ -72213,7 +74614,7 @@ Date: Fri Oct 22 16:16:55 2010 +0000 web/edit_entry.php | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) -commit bad156d0 +commit bad156d07 Author: Campbell Morrison Date: Fri Oct 22 15:56:47 2010 +0000 @@ -72222,7 +74623,7 @@ Date: Fri Oct 22 15:56:47 2010 +0000 web/edit_entry.php | 1 + 1 file changed, 1 insertion(+) -commit 591ae20c +commit 591ae20c0 Author: Campbell Morrison Date: Fri Oct 22 15:43:45 2010 +0000 @@ -72234,7 +74635,7 @@ Date: Fri Oct 22 15:43:45 2010 +0000 web/systemdefaults.inc.php | 3 +++ 4 files changed, 41 insertions(+), 10 deletions(-) -commit d00b6b4d +commit d00b6b4db Author: Campbell Morrison Date: Fri Oct 22 14:27:07 2010 +0000 @@ -72244,7 +74645,7 @@ Date: Fri Oct 22 14:27:07 2010 +0000 web/lang.en | 7 +++ 2 files changed, 71 insertions(+), 29 deletions(-) -commit 94ce5688 +commit 94ce5688b Author: Campbell Morrison Date: Fri Oct 22 10:51:17 2010 +0000 @@ -72253,7 +74654,7 @@ Date: Fri Oct 22 10:51:17 2010 +0000 web/Themes/default/header.inc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit 0aefeef0 +commit 0aefeef0d Author: Campbell Morrison Date: Fri Oct 22 10:24:46 2010 +0000 @@ -72262,7 +74663,7 @@ Date: Fri Oct 22 10:24:46 2010 +0000 web/Themes/default/header.inc | 61 +++++++++++++++------------------ 1 file changed, 27 insertions(+), 34 deletions(-) -commit cb521340 +commit cb521340a Author: Campbell Morrison Date: Fri Oct 22 10:03:13 2010 +0000 @@ -72271,7 +74672,7 @@ Date: Fri Oct 22 10:03:13 2010 +0000 web/edit_entry_handler.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit 3b63d1e6 +commit 3b63d1e6f Author: Campbell Morrison Date: Fri Oct 22 09:15:37 2010 +0000 @@ -72280,7 +74681,7 @@ Date: Fri Oct 22 09:15:37 2010 +0000 web/Themes/default/header.inc | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) -commit 741552e9 +commit 741552e97 Author: Campbell Morrison Date: Fri Oct 22 08:41:07 2010 +0000 @@ -72289,7 +74690,7 @@ Date: Fri Oct 22 08:41:07 2010 +0000 web/Themes/default/header.inc | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) -commit fbc9ae5a +commit fbc9ae5ad Author: Campbell Morrison Date: Thu Oct 21 17:02:54 2010 +0000 @@ -72310,7 +74711,7 @@ Date: Thu Oct 21 17:02:54 2010 +0000 web/systemdefaults.inc.php | 8 ++++-- 13 files changed, 197 insertions(+), 28 deletions(-) -commit 8b699473 +commit 8b6994731 Author: Campbell Morrison Date: Thu Oct 21 16:49:27 2010 +0000 @@ -72320,7 +74721,7 @@ Date: Thu Oct 21 16:49:27 2010 +0000 web/lang.es | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 7b61cb5e +commit 7b61cb5e8 Author: Campbell Morrison Date: Thu Oct 21 13:57:25 2010 +0000 @@ -72329,7 +74730,7 @@ Date: Thu Oct 21 13:57:25 2010 +0000 web/Themes/default/header.inc | 34 +++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) -commit 64663e7c +commit 64663e7c3 Author: Campbell Morrison Date: Thu Oct 21 13:44:45 2010 +0000 @@ -72360,7 +74761,7 @@ Date: Thu Oct 21 13:44:45 2010 +0000 web/lang.zh-tw | 1 - 23 files changed, 2 insertions(+), 36 deletions(-) -commit abeca8fd +commit abeca8fdb Author: Campbell Morrison Date: Thu Oct 21 13:34:36 2010 +0000 @@ -72371,7 +74772,7 @@ Date: Thu Oct 21 13:34:36 2010 +0000 web/lang.en | 2 ++ 3 files changed, 41 insertions(+), 23 deletions(-) -commit 8758c6cb +commit 8758c6cbb Author: Campbell Morrison Date: Thu Oct 21 13:16:59 2010 +0000 @@ -72380,7 +74781,7 @@ Date: Thu Oct 21 13:16:59 2010 +0000 web/Themes/default/header.inc | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) -commit ce548535 +commit ce5485358 Author: Campbell Morrison Date: Thu Oct 21 12:51:20 2010 +0000 @@ -72389,7 +74790,7 @@ Date: Thu Oct 21 12:51:20 2010 +0000 web/Themes/default/header.inc | 63 +++++++++++++++++++++++++++------ 1 file changed, 52 insertions(+), 11 deletions(-) -commit 26b26488 +commit 26b26488e Author: Campbell Morrison Date: Thu Oct 21 11:22:51 2010 +0000 @@ -72398,7 +74799,7 @@ Date: Thu Oct 21 11:22:51 2010 +0000 web/edit_entry.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 76fba3be +commit 76fba3be2 Author: Campbell Morrison Date: Thu Oct 21 11:10:34 2010 +0000 @@ -72407,7 +74808,7 @@ Date: Thu Oct 21 11:10:34 2010 +0000 web/Themes/default/header.inc | 89 ++++++++++++++++++++++++++++++--- 1 file changed, 82 insertions(+), 7 deletions(-) -commit f5fbcdee +commit f5fbcdeeb Author: Campbell Morrison Date: Thu Oct 21 07:50:11 2010 +0000 @@ -72417,7 +74818,7 @@ Date: Thu Oct 21 07:50:11 2010 +0000 web/edit_entry.php | 4 +- 2 files changed, 86 insertions(+), 3 deletions(-) -commit 38fd2ce2 +commit 38fd2ce22 Author: Campbell Morrison Date: Wed Oct 20 15:20:18 2010 +0000 @@ -72430,7 +74831,7 @@ Date: Wed Oct 20 15:20:18 2010 +0000 web/mrbs.css.php | 4 +- 5 files changed, 99 insertions(+), 206 deletions(-) -commit b8f7807a +commit b8f7807a4 Author: John Beranek Date: Wed Oct 20 11:42:27 2010 +0000 @@ -72440,7 +74841,7 @@ Date: Wed Oct 20 11:42:27 2010 +0000 web/edit_entry.php | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) -commit 24e45f7a +commit 24e45f7a3 Author: Campbell Morrison Date: Tue Oct 19 10:51:13 2010 +0000 @@ -72456,7 +74857,7 @@ Date: Tue Oct 19 10:51:13 2010 +0000 web/systemdefaults.inc.php | 8 ++++++-- 8 files changed, 127 insertions(+), 11 deletions(-) -commit 7ceeece2 +commit 7ceeece28 Author: Campbell Morrison Date: Tue Oct 19 10:40:33 2010 +0000 @@ -72465,7 +74866,7 @@ Date: Tue Oct 19 10:40:33 2010 +0000 INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit fdd62164 +commit fdd62164c Author: John Beranek Date: Tue Oct 19 08:36:05 2010 +0000 @@ -72479,7 +74880,7 @@ Date: Tue Oct 19 08:36:05 2010 +0000 web/systemdefaults.inc.php | 4 ++++ 4 files changed, 11 insertions(+), 7 deletions(-) -commit f3d2a94d +commit f3d2a94dc Author: John Beranek Date: Mon Oct 18 16:44:06 2010 +0000 @@ -72491,7 +74892,7 @@ Date: Mon Oct 18 16:44:06 2010 +0000 web/systemdefaults.inc.php | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) -commit 89f8308f +commit 89f8308f1 Author: John Beranek Date: Mon Oct 18 16:32:17 2010 +0000 @@ -72503,7 +74904,7 @@ Date: Mon Oct 18 16:32:17 2010 +0000 web/session_cookie.inc | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) -commit 084ec473 +commit 084ec473f Author: Campbell Morrison Date: Mon Oct 18 16:10:43 2010 +0000 @@ -72512,7 +74913,7 @@ Date: Mon Oct 18 16:10:43 2010 +0000 web/edit_entry.php | 192 ++++++++++++++++++++++++------------------- 1 file changed, 106 insertions(+), 86 deletions(-) -commit 6cc706d3 +commit 6cc706d3c Author: John Beranek Date: Mon Oct 18 16:07:50 2010 +0000 @@ -72521,7 +74922,7 @@ Date: Mon Oct 18 16:07:50 2010 +0000 web/session_cookie.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c37aa435 +commit c37aa4356 Author: John Beranek Date: Mon Oct 18 16:06:52 2010 +0000 @@ -72530,7 +74931,7 @@ Date: Mon Oct 18 16:06:52 2010 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 475bce74 +commit 475bce74e Author: Campbell Morrison Date: Mon Oct 18 15:25:11 2010 +0000 @@ -72539,7 +74940,7 @@ Date: Mon Oct 18 15:25:11 2010 +0000 web/session_php.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d26dcce5 +commit d26dcce54 Author: Campbell Morrison Date: Mon Oct 18 15:16:03 2010 +0000 @@ -72548,7 +74949,7 @@ Date: Mon Oct 18 15:16:03 2010 +0000 web/session_php.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a92c3d54 +commit a92c3d547 Author: John Beranek Date: Mon Oct 18 11:30:51 2010 +0000 @@ -72564,7 +74965,7 @@ Date: Mon Oct 18 11:30:51 2010 +0000 web/lang.en | 2 ++ 5 files changed, 93 insertions(+), 2 deletions(-) -commit ce97e6d6 +commit ce97e6d60 Author: Campbell Morrison Date: Fri Oct 15 16:26:19 2010 +0000 @@ -72573,7 +74974,7 @@ Date: Fri Oct 15 16:26:19 2010 +0000 web/functions_mail.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit e51700a8 +commit e51700a8e Author: Campbell Morrison Date: Fri Oct 15 16:09:25 2010 +0000 @@ -72582,7 +74983,7 @@ Date: Fri Oct 15 16:09:25 2010 +0000 web/functions_mail.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 56be2379 +commit 56be23790 Author: Campbell Morrison Date: Fri Oct 15 10:21:44 2010 +0000 @@ -72593,7 +74994,7 @@ Date: Fri Oct 15 10:21:44 2010 +0000 web/functions.inc | 43 ++++++++++++++++++++++++++++++++++--------- 3 files changed, 37 insertions(+), 12 deletions(-) -commit af68c1de +commit af68c1deb Author: Campbell Morrison Date: Fri Oct 15 09:57:31 2010 +0000 @@ -72605,7 +75006,7 @@ Date: Fri Oct 15 09:57:31 2010 +0000 web/mrbs.css.php | 2 +- 4 files changed, 42 insertions(+), 11 deletions(-) -commit 9f00f2f4 +commit 9f00f2f48 Author: Campbell Morrison Date: Fri Oct 15 09:44:32 2010 +0000 @@ -72620,7 +75021,7 @@ Date: Fri Oct 15 09:44:32 2010 +0000 web/mrbs.css.php | 2 +- 4 files changed, 42 insertions(+), 11 deletions(-) -commit 978f2f93 +commit 978f2f932 Author: Campbell Morrison Date: Thu Oct 14 17:10:20 2010 +0000 @@ -72629,7 +75030,7 @@ Date: Thu Oct 14 17:10:20 2010 +0000 web/Themes/default/header.inc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -commit 827f95f6 +commit 827f95f6e Author: Campbell Morrison Date: Thu Oct 14 17:04:00 2010 +0000 @@ -72638,7 +75039,7 @@ Date: Thu Oct 14 17:04:00 2010 +0000 web/Themes/default/header.inc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -commit 761fec45 +commit 761fec45d Author: Campbell Morrison Date: Thu Oct 14 16:38:15 2010 +0000 @@ -72657,7 +75058,7 @@ Date: Thu Oct 14 16:38:15 2010 +0000 web/lang.tr | 9 +++++---- 11 files changed, 52 insertions(+), 41 deletions(-) -commit a64881e5 +commit a64881e54 Author: Campbell Morrison Date: Thu Oct 14 16:01:19 2010 +0000 @@ -72666,7 +75067,7 @@ Date: Thu Oct 14 16:01:19 2010 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4cd5f183 +commit 4cd5f183f Author: Campbell Morrison Date: Wed Oct 13 13:24:15 2010 +0000 @@ -72679,7 +75080,7 @@ Date: Wed Oct 13 13:24:15 2010 +0000 web/version.inc | 2 +- 5 files changed, 891 insertions(+), 164 deletions(-) -commit 1dc9747c +commit 1dc9747c1 Author: Campbell Morrison Date: Wed Oct 13 07:46:50 2010 +0000 @@ -72689,7 +75090,7 @@ Date: Wed Oct 13 07:46:50 2010 +0000 web/mrbs.css.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) -commit b9b078fc +commit b9b078fc7 Author: Campbell Morrison Date: Mon Oct 11 10:49:08 2010 +0000 @@ -72699,13 +75100,13 @@ Date: Mon Oct 11 10:49:08 2010 +0000 web/lang.en | 1 + 2 files changed, 21 insertions(+), 28 deletions(-) -commit fb5ebf1f +commit fb5ebf1ff Author: Campbell Morrison Date: Mon Oct 11 09:56:58 2010 +0000 Created a new branch for the development of bookings From and To a date/time, as opposed to From and a Duration. -commit 4fac3495 (tag: mrbs-1_4_5rc1) +commit 4fac34953 (tag: mrbs-1_4_5rc1) Author: John Beranek Date: Fri Oct 8 09:28:53 2010 +0000 @@ -72715,7 +75116,7 @@ Date: Fri Oct 8 09:28:53 2010 +0000 NEWS | 31 ++ 2 files changed, 887 insertions(+), 161 deletions(-) -commit e80178d1 +commit e80178d1d Author: John Beranek Date: Fri Oct 8 09:05:56 2010 +0000 @@ -72724,7 +75125,7 @@ Date: Fri Oct 8 09:05:56 2010 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5c5435b3 +commit 5c5435b38 Author: Campbell Morrison Date: Wed Oct 6 15:20:47 2010 +0000 @@ -72738,7 +75139,7 @@ Date: Wed Oct 6 15:20:47 2010 +0000 web/view_entry.php | 50 +++++++++++++++++++----------------- 6 files changed, 68 insertions(+), 50 deletions(-) -commit a53cd31d +commit a53cd31dd Author: Campbell Morrison Date: Wed Oct 6 14:59:45 2010 +0000 @@ -72752,7 +75153,7 @@ Date: Wed Oct 6 14:59:45 2010 +0000 web/view_entry.php | 50 +++++++++++++++++++----------------- 6 files changed, 66 insertions(+), 49 deletions(-) -commit 4e48064d +commit 4e48064d5 Author: Campbell Morrison Date: Tue Oct 5 07:47:50 2010 +0000 @@ -72761,7 +75162,7 @@ Date: Tue Oct 5 07:47:50 2010 +0000 web/search.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -commit e6d150d1 +commit e6d150d1c Author: Campbell Morrison Date: Tue Oct 5 07:45:24 2010 +0000 @@ -72770,7 +75171,7 @@ Date: Tue Oct 5 07:45:24 2010 +0000 web/search.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -commit 44f638ea +commit 44f638ea9 Author: Campbell Morrison Date: Thu Sep 30 14:12:22 2010 +0000 @@ -72790,7 +75191,7 @@ Date: Thu Sep 30 14:12:22 2010 +0000 web/systemdefaults.inc.php | 7 ++-- 12 files changed, 187 insertions(+), 112 deletions(-) -commit c5d4cf79 +commit c5d4cf79b Author: Campbell Morrison Date: Thu Sep 30 13:16:21 2010 +0000 @@ -72800,7 +75201,7 @@ Date: Thu Sep 30 13:16:21 2010 +0000 web/lang.en | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) -commit eac75e06 +commit eac75e065 Author: Campbell Morrison Date: Thu Sep 30 13:04:21 2010 +0000 @@ -72810,7 +75211,7 @@ Date: Thu Sep 30 13:04:21 2010 +0000 web/edit_users.php | 10 +++++----- 2 files changed, 12 insertions(+), 10 deletions(-) -commit 271b1dbb +commit 271b1dbbe Author: Campbell Morrison Date: Thu Sep 30 12:11:55 2010 +0000 @@ -72823,7 +75224,7 @@ Date: Thu Sep 30 12:11:55 2010 +0000 web/internalconfig.inc.php | 19 ++++++++++++------- 5 files changed, 29 insertions(+), 24 deletions(-) -commit f5ef4a32 +commit f5ef4a32b Author: Campbell Morrison Date: Thu Sep 30 11:44:50 2010 +0000 @@ -72837,7 +75238,7 @@ Date: Thu Sep 30 11:44:50 2010 +0000 web/systemdefaults.inc.php | 7 ++-- 6 files changed, 86 insertions(+), 76 deletions(-) -commit 49417203 +commit 49417203d Author: Campbell Morrison Date: Thu Sep 30 10:05:11 2010 +0000 @@ -72846,7 +75247,7 @@ Date: Thu Sep 30 10:05:11 2010 +0000 INSTALL | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) -commit 007a3bd3 +commit 007a3bd3d Author: Campbell Morrison Date: Sun Sep 26 15:59:47 2010 +0000 @@ -72860,7 +75261,7 @@ Date: Sun Sep 26 15:59:47 2010 +0000 web/week.php | 14 +++++++------- 6 files changed, 44 insertions(+), 25 deletions(-) -commit f2d8b293 +commit f2d8b293a Author: Campbell Morrison Date: Fri Sep 24 17:44:14 2010 +0000 @@ -72874,7 +75275,7 @@ Date: Fri Sep 24 17:44:14 2010 +0000 web/week.php | 14 +++++++------- 6 files changed, 46 insertions(+), 29 deletions(-) -commit 6378abac +commit 6378abac7 Author: Campbell Morrison Date: Fri Sep 24 10:55:42 2010 +0000 @@ -72885,7 +75286,7 @@ Date: Fri Sep 24 10:55:42 2010 +0000 web/mrbs.css.php | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) -commit a280ef8e +commit a280ef8ea Author: Campbell Morrison Date: Fri Sep 24 10:52:11 2010 +0000 @@ -72894,7 +75295,7 @@ Date: Fri Sep 24 10:52:11 2010 +0000 web/lang.pt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a935a1e4 +commit a935a1e40 Author: Campbell Morrison Date: Fri Sep 24 10:03:32 2010 +0000 @@ -72904,7 +75305,7 @@ Date: Fri Sep 24 10:03:32 2010 +0000 web/mrbs.css.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) -commit b092aa2b +commit b092aa2b0 Author: Campbell Morrison Date: Thu Sep 23 15:53:55 2010 +0000 @@ -72914,7 +75315,7 @@ Date: Thu Sep 23 15:53:55 2010 +0000 .../ui/jquery-ui-datepicker-pt.js (new) | 24 ++++++++++++++++++ 2 files changed, 30 insertions(+) -commit 9d03bf3e +commit 9d03bf3e1 Author: Campbell Morrison Date: Thu Sep 23 15:46:19 2010 +0000 @@ -72923,7 +75324,7 @@ Date: Thu Sep 23 15:46:19 2010 +0000 web/jquery/ui/jquery-ui-datepicker-pt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a3043b70 +commit a3043b70a Author: Campbell Morrison Date: Thu Sep 23 15:28:46 2010 +0000 @@ -72933,7 +75334,7 @@ Date: Thu Sep 23 15:28:46 2010 +0000 .../ui/jquery-ui-datepicker-pt.js (new) | 24 ++++++++++++++++++ 2 files changed, 30 insertions(+) -commit 3ac6d70a +commit 3ac6d70a6 Author: Campbell Morrison Date: Thu Sep 23 11:25:57 2010 +0000 @@ -72942,7 +75343,7 @@ Date: Thu Sep 23 11:25:57 2010 +0000 web/functions_mail.inc | 66 ++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 43 deletions(-) -commit ae8d454e +commit ae8d454ef Author: Campbell Morrison Date: Thu Sep 23 11:03:48 2010 +0000 @@ -72951,7 +75352,7 @@ Date: Thu Sep 23 11:03:48 2010 +0000 web/functions_mail.inc | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) -commit 34ba8478 +commit 34ba8478e Author: Campbell Morrison Date: Thu Sep 23 10:38:25 2010 +0000 @@ -72968,7 +75369,7 @@ Date: Thu Sep 23 10:38:25 2010 +0000 web/week.php | 4 +++- 9 files changed, 67 insertions(+), 9 deletions(-) -commit e0ab53fd +commit e0ab53fdc Author: Campbell Morrison Date: Thu Sep 23 10:33:22 2010 +0000 @@ -72977,7 +75378,7 @@ Date: Thu Sep 23 10:33:22 2010 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 940957f5 +commit 940957f59 Author: Campbell Morrison Date: Thu Sep 23 10:09:47 2010 +0000 @@ -72986,7 +75387,7 @@ Date: Thu Sep 23 10:09:47 2010 +0000 web/functions.inc | 7 +++++++ 1 file changed, 7 insertions(+) -commit b2faf4ae +commit b2faf4aea Author: Campbell Morrison Date: Thu Sep 23 09:50:14 2010 +0000 @@ -72996,7 +75397,7 @@ Date: Thu Sep 23 09:50:14 2010 +0000 web/functions.inc | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) -commit 37ea0c44 +commit 37ea0c44c Author: John Beranek Date: Wed Sep 22 12:54:28 2010 +0000 @@ -73006,7 +75407,7 @@ Date: Wed Sep 22 12:54:28 2010 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 68829f9f +commit 68829f9f0 Author: Campbell Morrison Date: Tue Sep 21 08:13:58 2010 +0000 @@ -73020,7 +75421,7 @@ Date: Tue Sep 21 08:13:58 2010 +0000 web/week.php | 4 +++- 6 files changed, 25 insertions(+), 6 deletions(-) -commit 946d3fda +commit 946d3fda8 Author: Campbell Morrison Date: Mon Sep 20 14:13:17 2010 +0000 @@ -73030,7 +75431,7 @@ Date: Mon Sep 20 14:13:17 2010 +0000 web/systemdefaults.inc.php | 3 +++ 2 files changed, 25 insertions(+) -commit ba571840 +commit ba571840b Author: Campbell Morrison Date: Mon Sep 20 13:10:11 2010 +0000 @@ -73039,7 +75440,7 @@ Date: Mon Sep 20 13:10:11 2010 +0000 web/internalconfig.inc.php | 1 - 1 file changed, 1 deletion(-) -commit 0d1633b5 +commit 0d1633b52 Author: Campbell Morrison Date: Mon Sep 20 09:43:45 2010 +0000 @@ -73051,7 +75452,7 @@ Date: Mon Sep 20 09:43:45 2010 +0000 web/systemdefaults.inc.php | 20 ++++++ 4 files changed, 118 insertions(+), 32 deletions(-) -commit 58088877 +commit 580888778 Author: Campbell Morrison Date: Mon Sep 20 09:07:04 2010 +0000 @@ -73060,7 +75461,7 @@ Date: Mon Sep 20 09:07:04 2010 +0000 web/edit_entry.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) -commit ab0014c5 +commit ab0014c50 Author: Campbell Morrison Date: Fri Sep 17 15:28:10 2010 +0000 @@ -73070,7 +75471,7 @@ Date: Fri Sep 17 15:28:10 2010 +0000 web/systemdefaults.inc.php | 21 +++++++ 2 files changed, 104 insertions(+), 26 deletions(-) -commit 1c24d3fb +commit 1c24d3fb4 Author: Campbell Morrison Date: Fri Sep 17 09:57:54 2010 +0000 @@ -73079,7 +75480,7 @@ Date: Fri Sep 17 09:57:54 2010 +0000 web/functions_mail.inc | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) -commit 6928b558 +commit 6928b5585 Author: Campbell Morrison Date: Fri Sep 17 08:28:04 2010 +0000 @@ -73089,7 +75490,7 @@ Date: Fri Sep 17 08:28:04 2010 +0000 web/config.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 8a099070 +commit 8a0990704 Author: Campbell Morrison Date: Wed Sep 15 15:39:32 2010 +0000 @@ -73102,7 +75503,7 @@ Date: Wed Sep 15 15:39:32 2010 +0000 web/view_entry.php | 2 +- 5 files changed, 14 insertions(+), 26 deletions(-) -commit d2bf85d3 +commit d2bf85d33 Author: Campbell Morrison Date: Wed Sep 15 15:17:08 2010 +0000 @@ -73114,7 +75515,7 @@ Date: Wed Sep 15 15:17:08 2010 +0000 web/mrbs_sql.inc | 108 +++++++------------------------- 4 files changed, 102 insertions(+), 181 deletions(-) -commit 6a0ce6d0 +commit 6a0ce6d04 Author: Campbell Morrison Date: Wed Sep 15 09:13:17 2010 +0000 @@ -73123,7 +75524,7 @@ Date: Wed Sep 15 09:13:17 2010 +0000 web/edit_entry_handler.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit acf83888 +commit acf838888 Author: Campbell Morrison Date: Wed Sep 15 09:02:05 2010 +0000 @@ -73132,7 +75533,7 @@ Date: Wed Sep 15 09:02:05 2010 +0000 web/edit_entry_handler.php | 102 +++++++++++++---------------------- 1 file changed, 36 insertions(+), 66 deletions(-) -commit 35ad1e1c +commit 35ad1e1ca Author: Campbell Morrison Date: Tue Sep 14 16:04:51 2010 +0000 @@ -73143,7 +75544,7 @@ Date: Tue Sep 14 16:04:51 2010 +0000 web/functions_mail.inc | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) -commit 55c226ba +commit 55c226baa Author: Campbell Morrison Date: Mon Sep 6 23:47:34 2010 +0000 @@ -73152,7 +75553,7 @@ Date: Mon Sep 6 23:47:34 2010 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 26e7a46e +commit 26e7a46e4 Author: Campbell Morrison Date: Mon Sep 6 23:27:29 2010 +0000 @@ -73161,7 +75562,7 @@ Date: Mon Sep 6 23:27:29 2010 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fb5cac4f +commit fb5cac4ff Author: Campbell Morrison Date: Sun Sep 5 14:07:12 2010 +0000 @@ -73171,7 +75572,7 @@ Date: Sun Sep 5 14:07:12 2010 +0000 web/edit_area_room.php | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) -commit b5b7e0b9 +commit b5b7e0b91 Author: Campbell Morrison Date: Sun Sep 5 13:42:13 2010 +0000 @@ -73180,7 +75581,7 @@ Date: Sun Sep 5 13:42:13 2010 +0000 web/del_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 78e7312e +commit 78e7312e6 Author: Campbell Morrison Date: Sun Sep 5 13:33:36 2010 +0000 @@ -73189,7 +75590,7 @@ Date: Sun Sep 5 13:33:36 2010 +0000 web/edit_area_room.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 1f2457d1 +commit 1f2457d11 Author: Campbell Morrison Date: Sun Sep 5 12:38:28 2010 +0000 @@ -73199,7 +75600,7 @@ Date: Sun Sep 5 12:38:28 2010 +0000 web/lang.en | 2 +- 2 files changed, 26 insertions(+), 9 deletions(-) -commit 3df977f6 +commit 3df977f61 Author: Campbell Morrison Date: Sun Sep 5 12:30:52 2010 +0000 @@ -73208,7 +75609,7 @@ Date: Sun Sep 5 12:30:52 2010 +0000 web/internalconfig.inc.php | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) -commit 9f871693 +commit 9f871693c Author: Campbell Morrison Date: Sun Sep 5 12:17:19 2010 +0000 @@ -73217,7 +75618,7 @@ Date: Sun Sep 5 12:17:19 2010 +0000 web/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f43ed89a +commit f43ed89a7 Author: Campbell Morrison Date: Fri Sep 3 11:33:44 2010 +0000 @@ -73236,7 +75637,7 @@ Date: Fri Sep 3 11:33:44 2010 +0000 web/view_entry.php | 2 +- 10 files changed, 245 insertions(+), 56 deletions(-) -commit eb665208 +commit eb6652083 Author: Campbell Morrison Date: Thu Sep 2 14:17:01 2010 +0000 @@ -73248,7 +75649,7 @@ Date: Thu Sep 2 14:17:01 2010 +0000 web/upgrade/8/pgsql.sql | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) -commit 1edd9da1 +commit 1edd9da16 Author: Campbell Morrison Date: Thu Sep 2 13:59:58 2010 +0000 @@ -73258,7 +75659,7 @@ Date: Thu Sep 2 13:59:58 2010 +0000 web/upgrade/8/pgsql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4f2e3323 +commit 4f2e33235 Author: Campbell Morrison Date: Thu Sep 2 13:35:10 2010 +0000 @@ -73267,7 +75668,7 @@ Date: Thu Sep 2 13:35:10 2010 +0000 web/edit_area_room.php | 1 + 1 file changed, 1 insertion(+) -commit 6bd00055 +commit 6bd00055e Author: Campbell Morrison Date: Thu Sep 2 13:08:53 2010 +0000 @@ -73277,7 +75678,7 @@ Date: Thu Sep 2 13:08:53 2010 +0000 tables.pg.sql | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) -commit 9a1fbce6 +commit 9a1fbce6d Author: Campbell Morrison Date: Thu Sep 2 10:21:40 2010 +0000 @@ -73295,7 +75696,7 @@ Date: Thu Sep 2 10:21:40 2010 +0000 web/upgrade/18/pgsql.sql (new) | 11 +++++++++++ 9 files changed, 95 insertions(+), 12 deletions(-) -commit f447ad52 +commit f447ad525 Author: Campbell Morrison Date: Wed Sep 1 15:19:00 2010 +0000 @@ -73304,7 +75705,7 @@ Date: Wed Sep 1 15:19:00 2010 +0000 web/edit_entry.php | 1 - 1 file changed, 1 deletion(-) -commit 0feda429 +commit 0feda4292 Author: Campbell Morrison Date: Wed Sep 1 15:05:00 2010 +0000 @@ -73313,7 +75714,7 @@ Date: Wed Sep 1 15:05:00 2010 +0000 web/systemdefaults.inc.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -commit 5b99eb90 +commit 5b99eb908 Author: Campbell Morrison Date: Wed Sep 1 14:42:32 2010 +0000 @@ -73335,7 +75736,7 @@ Date: Wed Sep 1 14:42:32 2010 +0000 web/view_entry.php | 9 +++++- 10 files changed, 154 insertions(+), 73 deletions(-) -commit d892e95b +commit d892e95b4 Author: Campbell Morrison Date: Wed Sep 1 13:36:10 2010 +0000 @@ -73344,7 +75745,7 @@ Date: Wed Sep 1 13:36:10 2010 +0000 web/systemdefaults.inc.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -commit ce518561 +commit ce5185617 Author: Campbell Morrison Date: Wed Sep 1 10:06:58 2010 +0000 @@ -73361,7 +75762,7 @@ Date: Wed Sep 1 10:06:58 2010 +0000 web/view_entry.php | 22 +++++++++--------- 9 files changed, 50 insertions(+), 50 deletions(-) -commit b3a34d4d +commit b3a34d4d2 Author: Campbell Morrison Date: Wed Sep 1 08:38:11 2010 +0000 @@ -73395,7 +75796,7 @@ Date: Wed Sep 1 08:38:11 2010 +0000 web/view_entry.php | 12 ++++++------ 26 files changed, 112 insertions(+), 102 deletions(-) -commit 594cd020 +commit 594cd0205 Author: Campbell Morrison Date: Tue Aug 31 15:23:41 2010 +0000 @@ -73431,7 +75832,7 @@ Date: Tue Aug 31 15:23:41 2010 +0000 web/week.php | 4 +- 28 files changed, 445 insertions(+), 383 deletions(-) -commit 93b5b157 +commit 93b5b1578 Author: Campbell Morrison Date: Tue Aug 31 14:17:39 2010 +0000 @@ -73445,7 +75846,7 @@ Date: Tue Aug 31 14:17:39 2010 +0000 web/pending.php | 12 +++++++++++- 5 files changed, 43 insertions(+), 15 deletions(-) -commit 4b3709e9 +commit 4b3709e95 Author: Campbell Morrison Date: Sun Aug 29 08:54:14 2010 +0000 @@ -73454,7 +75855,7 @@ Date: Sun Aug 29 08:54:14 2010 +0000 INSTALL | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) -commit 490ff8a6 +commit 490ff8a6e Author: Campbell Morrison Date: Fri Aug 27 16:06:40 2010 +0000 @@ -73463,7 +75864,7 @@ Date: Fri Aug 27 16:06:40 2010 +0000 web/del_entry.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -commit 845a61af +commit 845a61af0 Author: Campbell Morrison Date: Fri Aug 27 11:46:07 2010 +0000 @@ -73472,7 +75873,7 @@ Date: Fri Aug 27 11:46:07 2010 +0000 web/functions_mail.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -commit 64d69cb5 +commit 64d69cb51 Author: Campbell Morrison Date: Thu Aug 26 15:47:18 2010 +0000 @@ -73481,7 +75882,7 @@ Date: Thu Aug 26 15:47:18 2010 +0000 web/edit_entry.php | 1 + 1 file changed, 1 insertion(+) -commit 29ebc5f4 +commit 29ebc5f42 Author: Campbell Morrison Date: Wed Aug 25 15:07:08 2010 +0000 @@ -73521,7 +75922,7 @@ Date: Wed Aug 25 15:07:08 2010 +0000 web/systemdefaults.inc.php | 6 +- 32 files changed, 2190 insertions(+), 198 deletions(-) -commit 5c556bdd +commit 5c556bddd Author: Campbell Morrison Date: Wed Aug 25 14:52:15 2010 +0000 @@ -73530,7 +75931,7 @@ Date: Wed Aug 25 14:52:15 2010 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit eed67e37 +commit eed67e37e Author: Campbell Morrison Date: Wed Aug 25 14:48:22 2010 +0000 @@ -73540,7 +75941,7 @@ Date: Wed Aug 25 14:48:22 2010 +0000 web/mrbs_sql.inc | 69 +++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 41 deletions(-) -commit 4dc577cc +commit 4dc577cc4 Author: Campbell Morrison Date: Wed Aug 25 10:44:59 2010 +0000 @@ -73550,7 +75951,7 @@ Date: Wed Aug 25 10:44:59 2010 +0000 web/language.inc | 25 ++++++++++++- 2 files changed, 69 insertions(+), 20 deletions(-) -commit 769dfd0a +commit 769dfd0af Author: Campbell Morrison Date: Tue Aug 24 13:56:16 2010 +0000 @@ -73559,7 +75960,7 @@ Date: Tue Aug 24 13:56:16 2010 +0000 web/systemdefaults.inc.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 88094952 +commit 880949524 Author: Campbell Morrison Date: Tue Aug 24 07:42:09 2010 +0000 @@ -73568,14 +75969,14 @@ Date: Tue Aug 24 07:42:09 2010 +0000 web/mrbs_sql.inc | 1 + 1 file changed, 1 insertion(+) -commit a23d9ad6 -Merge: bca90e16 c73e6cad +commit a23d9ad6b +Merge: bca90e16d c73e6cad9 Author: Campbell Morrison Date: Thu Aug 19 17:01:17 2010 +0000 Merged datepicker branch (pop-up calendars) back into the trunk. -commit c73e6cad (origin/datepicker) +commit c73e6cad9 (origin/datepicker) Author: Campbell Morrison Date: Tue Aug 17 16:55:42 2010 +0000 @@ -73605,7 +76006,7 @@ Date: Tue Aug 17 16:55:42 2010 +0000 web/style.inc | 2 +- 22 files changed, 1886 insertions(+), 4 deletions(-) -commit 8c7cf645 +commit 8c7cf645e Author: Campbell Morrison Date: Fri Aug 13 20:02:47 2010 +0000 @@ -73615,7 +76016,7 @@ Date: Fri Aug 13 20:02:47 2010 +0000 web/style.inc | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) -commit f42986b5 +commit f42986b50 Author: Campbell Morrison Date: Fri Aug 13 18:49:27 2010 +0000 @@ -73624,7 +76025,7 @@ Date: Fri Aug 13 18:49:27 2010 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8272bb70 +commit 8272bb70a Author: Campbell Morrison Date: Fri Aug 13 18:38:07 2010 +0000 @@ -73633,7 +76034,7 @@ Date: Fri Aug 13 18:38:07 2010 +0000 web/Themes/default/header.inc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) -commit 594baef1 +commit 594baef18 Author: Campbell Morrison Date: Fri Aug 13 18:02:45 2010 +0000 @@ -73646,7 +76047,7 @@ Date: Fri Aug 13 18:02:45 2010 +0000 web/search.php | 17 +++++++++++++++-- 5 files changed, 45 insertions(+), 30 deletions(-) -commit e7a4bc05 +commit e7a4bc05c Author: Campbell Morrison Date: Fri Aug 13 17:29:01 2010 +0000 @@ -73655,7 +76056,7 @@ Date: Fri Aug 13 17:29:01 2010 +0000 web/Themes/default/header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 088fbb06 +commit 088fbb061 Author: Campbell Morrison Date: Fri Aug 13 16:37:47 2010 +0000 @@ -73666,13 +76067,13 @@ Date: Fri Aug 13 16:37:47 2010 +0000 web/mrbs.css.php | 2 + 3 files changed, 172 insertions(+), 132 deletions(-) -commit 6b74efb5 +commit 6b74efb53 Author: Campbell Morrison Date: Fri Aug 13 09:58:50 2010 +0000 Created a branch for the development of pop-up calendars using jQuery UI datepicker -commit bca90e16 +commit bca90e16d Author: Campbell Morrison Date: Tue Aug 10 21:30:05 2010 +0000 @@ -73681,13 +76082,13 @@ Date: Tue Aug 10 21:30:05 2010 +0000 web/standard_vars.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3ecfde90 +commit 3ecfde90b Author: Campbell Morrison Date: Sat Aug 7 13:37:27 2010 +0000 Created a branch for the development of new style provisional bookings - ie bookings where the booker is not yet 100% sure the meeting will happen, as opposed to old style provisional bookings where bookings from ordinary users need to be approved by admins. -commit 08ad834f +commit 08ad834fb Author: Campbell Morrison Date: Fri Aug 6 15:04:28 2010 +0000 @@ -73696,7 +76097,7 @@ Date: Fri Aug 6 15:04:28 2010 +0000 web/dbsys.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -commit 869b6879 +commit 869b68799 Author: Campbell Morrison Date: Fri Aug 6 11:11:38 2010 +0000 @@ -73705,7 +76106,7 @@ Date: Fri Aug 6 11:11:38 2010 +0000 web/mrbs.css.php | 1 + 1 file changed, 1 insertion(+) -commit 14fe4d06 +commit 14fe4d06b Author: Campbell Morrison Date: Fri Aug 6 09:32:39 2010 +0000 @@ -73714,7 +76115,7 @@ Date: Fri Aug 6 09:32:39 2010 +0000 web/edit_area_room.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit 4bc4c906 +commit 4bc4c906a Author: Campbell Morrison Date: Fri Aug 6 08:53:54 2010 +0000 @@ -73724,7 +76125,7 @@ Date: Fri Aug 6 08:53:54 2010 +0000 web/edit_users.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -commit c18a8afe +commit c18a8afe9 Author: Campbell Morrison Date: Fri Aug 6 08:48:07 2010 +0000 @@ -73733,7 +76134,7 @@ Date: Fri Aug 6 08:48:07 2010 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ce3983a3 +commit ce3983a30 Author: Campbell Morrison Date: Fri Aug 6 08:39:42 2010 +0000 @@ -73742,7 +76143,7 @@ Date: Fri Aug 6 08:39:42 2010 +0000 web/edit_users.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit d1ccfad8 +commit d1ccfad85 Author: John Beranek Date: Wed Jul 28 12:36:05 2010 +0000 @@ -73755,7 +76156,7 @@ Date: Wed Jul 28 12:36:05 2010 +0000 web/mrbs.css.php | 5 +++-- 5 files changed, 38 insertions(+), 7 deletions(-) -commit c1e90496 +commit c1e90496c Author: Campbell Morrison Date: Tue Jul 27 21:07:46 2010 +0000 @@ -73765,7 +76166,7 @@ Date: Tue Jul 27 21:07:46 2010 +0000 web/view_entry.php | 27 +++++++++++---------------- 2 files changed, 19 insertions(+), 28 deletions(-) -commit a8a68e9d +commit a8a68e9d2 Author: Campbell Morrison Date: Tue Jul 27 11:57:05 2010 +0000 @@ -73774,14 +76175,14 @@ Date: Tue Jul 27 11:57:05 2010 +0000 web/mysqli.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 3e015f4f -Merge: ad1069bf 6b69a3de +commit 3e015f4ff +Merge: ad1069bf4 6b69a3dec Author: Campbell Morrison Date: Tue Jul 27 11:27:51 2010 +0000 Merged the custom_entry_fields branch back into the trunk. MRBS now recognises custom fields added to the entry and repeat tables. As well as the edit_entry and view_entry pages, the Report and Search pages and email notifications now support custom fields. -commit 6b69a3de (origin/custom_entry_fields) +commit 6b69a3dec (origin/custom_entry_fields) Author: Campbell Morrison Date: Tue Jul 27 10:37:43 2010 +0000 @@ -73791,7 +76192,7 @@ Date: Tue Jul 27 10:37:43 2010 +0000 web/edit_entry.php | 47 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 6 deletions(-) -commit 5a5dd155 +commit 5a5dd1557 Author: Campbell Morrison Date: Tue Jul 27 10:16:41 2010 +0000 @@ -73803,7 +76204,7 @@ Date: Tue Jul 27 10:16:41 2010 +0000 web/pgsql.inc | 7 ++++++- 4 files changed, 15 insertions(+), 12 deletions(-) -commit 5224eb9a +commit 5224eb9a3 Author: Campbell Morrison Date: Mon Jul 26 15:49:33 2010 +0000 @@ -73812,7 +76213,7 @@ Date: Mon Jul 26 15:49:33 2010 +0000 web/functions_mail.inc | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) -commit da0687f8 +commit da0687f83 Author: Campbell Morrison Date: Mon Jul 26 15:36:51 2010 +0000 @@ -73821,7 +76222,7 @@ Date: Mon Jul 26 15:36:51 2010 +0000 web/functions_mail.inc | 60 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) -commit d481a7eb +commit d481a7eb7 Author: Campbell Morrison Date: Mon Jul 26 15:06:42 2010 +0000 @@ -73831,7 +76232,7 @@ Date: Mon Jul 26 15:06:42 2010 +0000 web/mrbs_sql.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit d57b4952 +commit d57b4952c Author: Campbell Morrison Date: Mon Jul 26 14:53:12 2010 +0000 @@ -73841,7 +76242,7 @@ Date: Mon Jul 26 14:53:12 2010 +0000 web/mrbs_sql.inc | 355 ++++++++++++++++++----------------- 2 files changed, 203 insertions(+), 171 deletions(-) -commit 1499c3dd +commit 1499c3ddd Author: Campbell Morrison Date: Mon Jul 26 12:56:22 2010 +0000 @@ -73850,7 +76251,7 @@ Date: Mon Jul 26 12:56:22 2010 +0000 web/mrbs_sql.inc | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) -commit ad1069bf +commit ad1069bf4 Author: John Beranek Date: Mon Jul 26 11:15:10 2010 +0000 @@ -73859,7 +76260,7 @@ Date: Mon Jul 26 11:15:10 2010 +0000 web/config.inc.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) -commit 6cd01e73 +commit 6cd01e738 Author: John Beranek Date: Mon Jul 26 11:12:49 2010 +0000 @@ -73870,7 +76271,7 @@ Date: Mon Jul 26 11:12:49 2010 +0000 web/lang.fr | 24 ++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 3 deletions(-) -commit 4e10dd10 +commit 4e10dd107 Author: Campbell Morrison Date: Mon Jul 26 09:57:13 2010 +0000 @@ -73879,7 +76280,7 @@ Date: Mon Jul 26 09:57:13 2010 +0000 web/mrbs_sql.inc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -commit a5411779 +commit a54117794 Author: Campbell Morrison Date: Sun Jul 25 22:49:38 2010 +0000 @@ -73888,7 +76289,7 @@ Date: Sun Jul 25 22:49:38 2010 +0000 web/report.php | 85 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 80 insertions(+), 5 deletions(-) -commit 8ec3bd75 +commit 8ec3bd755 Author: Campbell Morrison Date: Sun Jul 25 20:59:45 2010 +0000 @@ -73897,7 +76298,7 @@ Date: Sun Jul 25 20:59:45 2010 +0000 web/report.php | 67 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 62 insertions(+), 5 deletions(-) -commit 0c4a8fa7 +commit 0c4a8fa7a Author: Campbell Morrison Date: Sun Jul 25 18:20:58 2010 +0000 @@ -73906,7 +76307,7 @@ Date: Sun Jul 25 18:20:58 2010 +0000 web/search.php | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) -commit 3dc30bfb +commit 3dc30bfbd Author: Campbell Morrison Date: Sun Jul 25 17:45:11 2010 +0000 @@ -73915,7 +76316,7 @@ Date: Sun Jul 25 17:45:11 2010 +0000 web/mrbs_sql.inc | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) -commit 73d85af8 +commit 73d85af8b Author: Campbell Morrison Date: Sun Jul 25 17:20:15 2010 +0000 @@ -73926,7 +76327,7 @@ Date: Sun Jul 25 17:20:15 2010 +0000 web/systemdefaults.inc.php | 78 +-------------------------- 3 files changed, 87 insertions(+), 78 deletions(-) -commit 8039f600 +commit 8039f6005 Author: Campbell Morrison Date: Sun Jul 25 16:53:24 2010 +0000 @@ -73941,7 +76342,7 @@ Date: Sun Jul 25 16:53:24 2010 +0000 web/systemdefaults.inc.php | 27 ++++++++++++++++++++- 7 files changed, 92 insertions(+), 60 deletions(-) -commit 2092b7b5 +commit 2092b7b53 Author: Campbell Morrison Date: Fri Jul 23 22:12:28 2010 +0000 @@ -73957,7 +76358,7 @@ Date: Fri Jul 23 22:12:28 2010 +0000 web/mrbs_sql.inc | 77 +++++++++++++++++++++++++++--------- 2 files changed, 110 insertions(+), 19 deletions(-) -commit dd238afb +commit dd238afb7 Author: Campbell Morrison Date: Fri Jul 23 21:20:09 2010 +0000 @@ -73966,7 +76367,7 @@ Date: Fri Jul 23 21:20:09 2010 +0000 web/edit_entry.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 3ae37f2a +commit 3ae37f2a5 Author: Campbell Morrison Date: Fri Jul 23 20:15:37 2010 +0000 @@ -73976,7 +76377,7 @@ Date: Fri Jul 23 20:15:37 2010 +0000 web/mrbs.css.php | 4 +- 2 files changed, 105 insertions(+), 24 deletions(-) -commit aedd8507 +commit aedd85073 Author: Campbell Morrison Date: Fri Jul 23 17:52:46 2010 +0000 @@ -73986,7 +76387,7 @@ Date: Fri Jul 23 17:52:46 2010 +0000 web/view_entry.php | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) -commit 3b7b2152 +commit 3b7b21523 Author: Campbell Morrison Date: Fri Jul 23 17:39:15 2010 +0000 @@ -73996,7 +76397,7 @@ Date: Fri Jul 23 17:39:15 2010 +0000 web/view_entry.php | 26 ++++++++++++++------------ 2 files changed, 16 insertions(+), 12 deletions(-) -commit 1353fd2a +commit 1353fd2ac Author: John Beranek Date: Fri Jul 23 15:17:49 2010 +0000 @@ -74010,13 +76411,13 @@ Date: Fri Jul 23 15:17:49 2010 +0000 web/view_entry.php | 97 +++++++++++++++++++++++++++++++------- 2 files changed, 158 insertions(+), 47 deletions(-) -commit fa53e8d8 +commit fa53e8d87 Author: John Beranek Date: Fri Jul 23 15:10:51 2010 +0000 * A branch for development of custom entry fields. -commit 8baa933a +commit 8baa933af Author: Campbell Morrison Date: Wed Jul 14 12:23:33 2010 +0000 @@ -74025,7 +76426,7 @@ Date: Wed Jul 14 12:23:33 2010 +0000 web/pending.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit c764033c +commit c764033c0 Author: Campbell Morrison Date: Wed Jul 14 12:11:28 2010 +0000 @@ -74035,7 +76436,7 @@ Date: Wed Jul 14 12:11:28 2010 +0000 web/edit_area_room.php | 411 ++++++++++++++++++++------------------- 2 files changed, 211 insertions(+), 206 deletions(-) -commit c39eb15f +commit c39eb15f6 Author: Campbell Morrison Date: Wed Jul 14 10:51:22 2010 +0000 @@ -74048,7 +76449,7 @@ Date: Wed Jul 14 10:51:22 2010 +0000 web/view_entry.php | 4 +--- 3 files changed, 17 insertions(+), 6 deletions(-) -commit 8f52b071 +commit 8f52b0711 Author: Campbell Morrison Date: Wed Jul 14 10:08:54 2010 +0000 @@ -74067,7 +76468,7 @@ Date: Wed Jul 14 10:08:54 2010 +0000 web/view_entry.php | 53 ++++++++++++-- 11 files changed, 197 insertions(+), 70 deletions(-) -commit 7ca5d3b6 +commit 7ca5d3b62 Author: Campbell Morrison Date: Thu Jul 1 15:35:47 2010 +0000 @@ -74076,7 +76477,7 @@ Date: Thu Jul 1 15:35:47 2010 +0000 web/edit_area_room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b7592157 +commit b75921574 Author: Campbell Morrison Date: Thu Jul 1 14:35:55 2010 +0000 @@ -74085,7 +76486,7 @@ Date: Thu Jul 1 14:35:55 2010 +0000 web/index.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) -commit 729e98b2 +commit 729e98b28 Author: Campbell Morrison Date: Thu Jul 1 14:14:41 2010 +0000 @@ -74094,7 +76495,7 @@ Date: Thu Jul 1 14:14:41 2010 +0000 web/week.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) -commit b89ba0e7 +commit b89ba0e7f Author: Campbell Morrison Date: Thu Jul 1 14:06:09 2010 +0000 @@ -74103,7 +76504,7 @@ Date: Thu Jul 1 14:06:09 2010 +0000 web/functions.inc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) -commit f75542d3 +commit f75542d31 Author: Campbell Morrison Date: Thu Jul 1 13:39:28 2010 +0000 @@ -74112,7 +76513,7 @@ Date: Thu Jul 1 13:39:28 2010 +0000 web/functions.inc | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) -commit bbca9f4c +commit bbca9f4ce Author: Campbell Morrison Date: Thu Jul 1 13:12:47 2010 +0000 @@ -74142,7 +76543,7 @@ Date: Thu Jul 1 13:12:47 2010 +0000 web/week.php | 39 +---------------------- 22 files changed, 82 insertions(+), 353 deletions(-) -commit 828503b9 +commit 828503b94 Author: Campbell Morrison Date: Tue Jun 29 21:48:54 2010 +0000 @@ -74169,7 +76570,7 @@ Date: Tue Jun 29 21:48:54 2010 +0000 web/week.php | 2 + 19 files changed, 163 insertions(+), 75 deletions(-) -commit 85287700 +commit 852877000 Author: Campbell Morrison Date: Tue Jun 29 21:42:37 2010 +0000 @@ -74178,7 +76579,7 @@ Date: Tue Jun 29 21:42:37 2010 +0000 web/report.php | 9 --------- 1 file changed, 9 deletions(-) -commit a9441482 +commit a94414822 Author: Campbell Morrison Date: Tue Jun 29 21:08:39 2010 +0000 @@ -74187,7 +76588,7 @@ Date: Tue Jun 29 21:08:39 2010 +0000 web/week.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit aeb11594 +commit aeb115946 Author: Campbell Morrison Date: Tue Jun 29 20:32:42 2010 +0000 @@ -74196,7 +76597,7 @@ Date: Tue Jun 29 20:32:42 2010 +0000 web/search.php | 10 ---------- 1 file changed, 10 deletions(-) -commit 03b4b8c3 +commit 03b4b8c30 Author: Campbell Morrison Date: Fri Jun 18 07:54:11 2010 +0000 @@ -74205,7 +76606,7 @@ Date: Fri Jun 18 07:54:11 2010 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7a801725 +commit 7a801725b Author: Campbell Morrison Date: Tue Jun 15 15:30:47 2010 +0000 @@ -74214,7 +76615,7 @@ Date: Tue Jun 15 15:30:47 2010 +0000 web/mrbs_sql.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) -commit 781fa694 +commit 781fa694a Author: Campbell Morrison Date: Tue Jun 15 11:04:09 2010 +0000 @@ -74225,7 +76626,7 @@ Date: Tue Jun 15 11:04:09 2010 +0000 web/systemdefaults.inc.php | 2 +- 3 files changed, 35 insertions(+), 10 deletions(-) -commit 01dbd7ce +commit 01dbd7cea Author: Campbell Morrison Date: Tue Jun 8 15:39:10 2010 +0000 @@ -74235,7 +76636,7 @@ Date: Tue Jun 8 15:39:10 2010 +0000 web/mrbs.css.php | 3 +-- 2 files changed, 7 insertions(+), 3 deletions(-) -commit c1e302ed +commit c1e302ed7 Author: Campbell Morrison Date: Tue Jun 8 11:11:56 2010 +0000 @@ -74250,7 +76651,7 @@ Date: Tue Jun 8 11:11:56 2010 +0000 web/xbLib.js | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) -commit 858f6923 +commit 858f69232 Author: Campbell Morrison Date: Tue Jun 8 10:28:09 2010 +0000 @@ -74262,7 +76663,7 @@ Date: Tue Jun 8 10:28:09 2010 +0000 web/language.inc | 6 ++++-- 3 files changed, 7 insertions(+), 13 deletions(-) -commit 09846698 +commit 098466985 Author: John Beranek Date: Wed Jun 2 20:42:01 2010 +0000 @@ -74272,7 +76673,7 @@ Date: Wed Jun 2 20:42:01 2010 +0000 convert_db_to_utf8.php | 83 ++++++++++++++++++++++++---------------- 1 file changed, 51 insertions(+), 32 deletions(-) -commit b31e77b0 +commit b31e77b06 Author: John Beranek Date: Thu May 27 20:01:20 2010 +0000 @@ -74282,7 +76683,7 @@ Date: Thu May 27 20:01:20 2010 +0000 web/lang.ja | 149 +++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 124 insertions(+), 25 deletions(-) -commit d8db910d +commit d8db910de Author: Campbell Morrison Date: Thu May 27 06:14:48 2010 +0000 @@ -74292,7 +76693,7 @@ Date: Thu May 27 06:14:48 2010 +0000 web/config.inc.php | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) -commit 311f46b9 +commit 311f46b95 Author: Campbell Morrison Date: Sun Apr 25 20:31:11 2010 +0000 @@ -74306,7 +76707,7 @@ Date: Sun Apr 25 20:31:11 2010 +0000 web/week.php | 6 ++---- 6 files changed, 16 insertions(+), 15 deletions(-) -commit 305faffe +commit 305faffe4 Author: John Beranek Date: Thu Apr 22 21:29:27 2010 +0000 @@ -74316,7 +76717,7 @@ Date: Thu Apr 22 21:29:27 2010 +0000 web/dbsys.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5c4e7930 +commit 5c4e79308 Author: John Beranek Date: Thu Apr 22 20:20:47 2010 +0000 @@ -74325,7 +76726,7 @@ Date: Thu Apr 22 20:20:47 2010 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 037184a4 (tag: mrbs-1_4_4_1) +commit 037184a46 (tag: mrbs-1_4_4_1) Author: John Beranek Date: Thu Apr 22 20:13:23 2010 +0000 @@ -74335,7 +76736,7 @@ Date: Thu Apr 22 20:13:23 2010 +0000 NEWS | 6 ++++++ 2 files changed, 30 insertions(+) -commit 55c843c0 +commit 55c843c0f Author: John Beranek Date: Thu Apr 22 20:10:50 2010 +0000 @@ -74344,7 +76745,7 @@ Date: Thu Apr 22 20:10:50 2010 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b7f14348 +commit b7f143487 Author: John Beranek Date: Thu Apr 22 16:36:42 2010 +0000 @@ -74355,7 +76756,7 @@ Date: Thu Apr 22 16:36:42 2010 +0000 tables.pg.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 8ce6370a +commit 8ce6370a1 Author: John Beranek Date: Wed Apr 21 22:32:30 2010 +0000 @@ -74364,7 +76765,7 @@ Date: Wed Apr 21 22:32:30 2010 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit edbad8c3 (tag: mrbs-1_4_4) +commit edbad8c3d (tag: mrbs-1_4_4) Author: John Beranek Date: Wed Apr 21 15:30:20 2010 +0000 @@ -74374,7 +76775,7 @@ Date: Wed Apr 21 15:30:20 2010 +0000 NEWS | 53 +++++ 2 files changed, 595 insertions(+) -commit 96e471c4 +commit 96e471c48 Author: John Beranek Date: Wed Apr 21 09:53:39 2010 +0000 @@ -74383,7 +76784,7 @@ Date: Wed Apr 21 09:53:39 2010 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3b38cb5a +commit 3b38cb5a7 Author: John Beranek Date: Wed Apr 21 09:52:22 2010 +0000 @@ -74393,7 +76794,7 @@ Date: Wed Apr 21 09:52:22 2010 +0000 web/version.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit cd5d25d0 +commit cd5d25d0d Author: John Beranek Date: Wed Apr 21 09:51:01 2010 +0000 @@ -74404,7 +76805,7 @@ Date: Wed Apr 21 09:51:01 2010 +0000 web/pgsql.inc | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) -commit 3be702e1 +commit 3be702e17 Author: Campbell Morrison Date: Wed Apr 21 08:46:28 2010 +0000 @@ -74414,7 +76815,7 @@ Date: Wed Apr 21 08:46:28 2010 +0000 UPGRADE | 24 ++++++++++++++++++++---- 2 files changed, 24 insertions(+), 16 deletions(-) -commit 30432010 +commit 304320106 Author: Campbell Morrison Date: Tue Apr 20 21:38:16 2010 +0000 @@ -74427,7 +76828,7 @@ Date: Tue Apr 20 21:38:16 2010 +0000 web/systemdefaults.inc.php | 19 +- 4 files changed, 103 insertions(+), 427 deletions(-) -commit cecd5dd0 +commit cecd5dd0b Author: Campbell Morrison Date: Tue Apr 20 20:16:35 2010 +0000 @@ -74436,7 +76837,7 @@ Date: Tue Apr 20 20:16:35 2010 +0000 web/systemdefaults.inc.php | 127 +++++++++++++++++------------------ 1 file changed, 63 insertions(+), 64 deletions(-) -commit 8580e356 +commit 8580e356f Author: Campbell Morrison Date: Tue Apr 20 19:16:33 2010 +0000 @@ -74445,7 +76846,7 @@ Date: Tue Apr 20 19:16:33 2010 +0000 web/edit_entry.php | 2 ++ 1 file changed, 2 insertions(+) -commit d0ddda4a +commit d0ddda4a6 Author: Campbell Morrison Date: Thu Apr 15 23:21:32 2010 +0000 @@ -74454,7 +76855,7 @@ Date: Thu Apr 15 23:21:32 2010 +0000 web/edit_entry.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit 15b05e99 +commit 15b05e998 Author: Campbell Morrison Date: Thu Apr 15 15:12:44 2010 +0000 @@ -74463,7 +76864,7 @@ Date: Thu Apr 15 15:12:44 2010 +0000 web/auth_db.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5d244799 +commit 5d2447996 Author: Campbell Morrison Date: Thu Apr 15 15:09:13 2010 +0000 @@ -74472,13 +76873,13 @@ Date: Thu Apr 15 15:09:13 2010 +0000 web/auth_db.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 66c210d2 +commit 66c210d25 Author: Campbell Morrison Date: Thu Apr 15 13:59:43 2010 +0000 Fixed incorrect keyword property -commit 806b2a20 +commit 806b2a209 Author: Campbell Morrison Date: Thu Apr 15 13:56:28 2010 +0000 @@ -74487,7 +76888,7 @@ Date: Thu Apr 15 13:56:28 2010 +0000 web/pending.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 411ea31b +commit 411ea31bc Author: Campbell Morrison Date: Thu Apr 15 13:12:32 2010 +0000 @@ -74496,7 +76897,7 @@ Date: Thu Apr 15 13:12:32 2010 +0000 web/mrbs_auth.inc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) -commit b10ea36a +commit b10ea36a5 Author: Campbell Morrison Date: Wed Apr 14 22:06:09 2010 +0000 @@ -74508,7 +76909,7 @@ Date: Wed Apr 14 22:06:09 2010 +0000 web/systemdefaults.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 80bef6a2 +commit 80bef6a28 Author: Campbell Morrison Date: Wed Apr 14 19:57:38 2010 +0000 @@ -74517,7 +76918,7 @@ Date: Wed Apr 14 19:57:38 2010 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 16f4c300 +commit 16f4c300e Author: Campbell Morrison Date: Fri Apr 9 18:12:25 2010 +0000 @@ -74526,7 +76927,7 @@ Date: Fri Apr 9 18:12:25 2010 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0b54d6ab +commit 0b54d6ab5 Author: Campbell Morrison Date: Fri Apr 9 10:14:52 2010 +0000 @@ -74535,7 +76936,7 @@ Date: Fri Apr 9 10:14:52 2010 +0000 web/systemdefaults.inc.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) -commit d8461c08 +commit d8461c085 Author: Campbell Morrison Date: Fri Apr 9 09:57:20 2010 +0000 @@ -74555,7 +76956,7 @@ Date: Fri Apr 9 09:57:20 2010 +0000 web/upgrade/13/post.inc (new) | 26 ++++++++++++++++++++++++++ 12 files changed, 87 insertions(+), 9 deletions(-) -commit de337c04 +commit de337c040 Author: Campbell Morrison Date: Thu Apr 8 09:10:46 2010 +0000 @@ -74564,7 +76965,7 @@ Date: Thu Apr 8 09:10:46 2010 +0000 INSTALL | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) -commit 6ad0aff4 +commit 6ad0aff47 Author: Campbell Morrison Date: Wed Mar 31 08:10:31 2010 +0000 @@ -74573,7 +76974,7 @@ Date: Wed Mar 31 08:10:31 2010 +0000 web/functions.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit 747f1479 +commit 747f14798 Author: Campbell Morrison Date: Sun Mar 28 17:03:31 2010 +0000 @@ -74584,7 +76985,7 @@ Date: Sun Mar 28 17:03:31 2010 +0000 tables.pg.sql | 8 +++++--- 3 files changed, 13 insertions(+), 7 deletions(-) -commit 4767e2f5 +commit 4767e2f50 Author: Campbell Morrison Date: Sun Mar 28 12:42:33 2010 +0000 @@ -74593,7 +76994,7 @@ Date: Sun Mar 28 12:42:33 2010 +0000 web/mrbs-ielte7.css.php | 2 ++ 1 file changed, 2 insertions(+) -commit 64891f94 +commit 64891f94b Author: Campbell Morrison Date: Sun Mar 28 09:48:50 2010 +0000 @@ -74613,7 +77014,7 @@ Date: Sun Mar 28 09:48:50 2010 +0000 web/upgrade/12/pgsql.sql (new) | 11 ++++ 10 files changed, 157 insertions(+), 79 deletions(-) -commit 5f0842a9 +commit 5f0842a9b Author: Campbell Morrison Date: Tue Mar 23 09:52:35 2010 +0000 @@ -74622,7 +77023,7 @@ Date: Tue Mar 23 09:52:35 2010 +0000 web/functions_mail.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit e2727485 +commit e2727485e Author: Campbell Morrison Date: Mon Mar 22 16:03:23 2010 +0000 @@ -74631,7 +77032,7 @@ Date: Mon Mar 22 16:03:23 2010 +0000 web/functions_mail.inc | 97 ++++++++++++++++++++++++++++------------ 1 file changed, 68 insertions(+), 29 deletions(-) -commit 291f50d5 +commit 291f50d53 Author: Campbell Morrison Date: Sun Mar 21 22:12:04 2010 +0000 @@ -74640,7 +77041,7 @@ Date: Sun Mar 21 22:12:04 2010 +0000 web/mrbs.css.php | 2 ++ 1 file changed, 2 insertions(+) -commit a3e9074d +commit a3e9074d1 Author: Campbell Morrison Date: Sun Mar 21 20:46:30 2010 +0000 @@ -74677,7 +77078,7 @@ Date: Sun Mar 21 20:46:30 2010 +0000 web/session_php.inc | 4 ++-- 28 files changed, 156 insertions(+), 162 deletions(-) -commit 26598804 +commit 265988044 Author: Campbell Morrison Date: Sun Mar 21 18:16:42 2010 +0000 @@ -74691,7 +77092,7 @@ Date: Sun Mar 21 18:16:42 2010 +0000 web/systemdefaults.inc.php | 13 +- 6 files changed, 351 insertions(+), 254 deletions(-) -commit edf04e4e +commit edf04e4eb Author: Campbell Morrison Date: Sun Mar 21 10:38:46 2010 +0000 @@ -74702,7 +77103,7 @@ Date: Sun Mar 21 10:38:46 2010 +0000 web/mrbs.css.php | 47 +++++++++++++--------------------- 3 files changed, 49 insertions(+), 63 deletions(-) -commit eee3004d +commit eee3004d9 Author: Campbell Morrison Date: Sun Mar 21 08:54:33 2010 +0000 @@ -74719,7 +77120,7 @@ Date: Sun Mar 21 08:54:33 2010 +0000 web/pgsql.inc | 69 ++++++++++ 9 files changed, 584 insertions(+), 47 deletions(-) -commit ae931fb4 +commit ae931fb4e Author: John Beranek Date: Fri Mar 19 09:40:34 2010 +0000 @@ -74728,7 +77129,7 @@ Date: Fri Mar 19 09:40:34 2010 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f29b8493 +commit f29b84938 Author: Campbell Morrison Date: Wed Mar 17 09:27:24 2010 +0000 @@ -74754,7 +77155,7 @@ Date: Wed Mar 17 09:27:24 2010 +0000 web/mrbs.css.php | 68 ++++-- 14 files changed, 374 insertions(+), 194 deletions(-) -commit 5da0dd84 +commit 5da0dd84d Author: John Beranek Date: Tue Mar 16 21:00:08 2010 +0000 @@ -74765,7 +77166,7 @@ Date: Tue Mar 16 21:00:08 2010 +0000 web/lang.pl | 3 --- 1 file changed, 3 deletions(-) -commit 500324eb +commit 500324eb8 Author: Campbell Morrison Date: Sun Mar 14 21:37:43 2010 +0000 @@ -74776,7 +77177,7 @@ Date: Sun Mar 14 21:37:43 2010 +0000 web/mrbs-js-overrides.css.php | 8 ++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) -commit c3489671 +commit c34896711 Author: Campbell Morrison Date: Wed Mar 3 17:48:43 2010 +0000 @@ -74785,7 +77186,7 @@ Date: Wed Mar 3 17:48:43 2010 +0000 web/theme.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 9d08ac72 +commit 9d08ac725 Author: Campbell Morrison Date: Mon Feb 22 11:42:44 2010 +0000 @@ -74794,7 +77195,7 @@ Date: Mon Feb 22 11:42:44 2010 +0000 web/edit_entry.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) -commit 84715f73 +commit 84715f733 Author: Campbell Morrison Date: Sun Feb 21 23:34:58 2010 +0000 @@ -74803,7 +77204,7 @@ Date: Sun Feb 21 23:34:58 2010 +0000 web/edit_entry.php | 79 ++++++++++++++++++++++++++------------------ 1 file changed, 46 insertions(+), 33 deletions(-) -commit 3be61d79 +commit 3be61d795 Author: Campbell Morrison Date: Wed Feb 17 23:15:06 2010 +0000 @@ -74812,7 +77213,7 @@ Date: Wed Feb 17 23:15:06 2010 +0000 web/mrbs_sql.inc | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) -commit 6415d928 +commit 6415d9280 Author: Campbell Morrison Date: Wed Feb 17 20:59:15 2010 +0000 @@ -74826,7 +77227,7 @@ Date: Wed Feb 17 20:59:15 2010 +0000 web/view_entry.php | 8 ++++---- 6 files changed, 52 insertions(+), 44 deletions(-) -commit 0947848c +commit 0947848c3 Author: Campbell Morrison Date: Wed Feb 17 17:40:29 2010 +0000 @@ -74840,7 +77241,7 @@ Date: Wed Feb 17 17:40:29 2010 +0000 web/view_entry.php | 16 ++-- 4 files changed, 112 insertions(+), 77 deletions(-) -commit bd7f7155 +commit bd7f71557 Author: Campbell Morrison Date: Wed Feb 10 17:16:05 2010 +0000 @@ -74849,7 +77250,7 @@ Date: Wed Feb 10 17:16:05 2010 +0000 web/edit_entry_handler.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 2f0f4a4c +commit 2f0f4a4c2 Author: Campbell Morrison Date: Wed Feb 10 16:31:57 2010 +0000 @@ -74859,7 +77260,7 @@ Date: Wed Feb 10 16:31:57 2010 +0000 web/functions.inc | 33 +++++++++++++++++++-------------- 2 files changed, 34 insertions(+), 20 deletions(-) -commit ca7a1c47 +commit ca7a1c470 Author: Campbell Morrison Date: Wed Feb 10 12:53:12 2010 +0000 @@ -74868,7 +77269,7 @@ Date: Wed Feb 10 12:53:12 2010 +0000 web/systemdefaults.inc.php | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) -commit e56abcfa +commit e56abcfae Author: Campbell Morrison Date: Mon Feb 8 13:08:01 2010 +0000 @@ -74877,7 +77278,7 @@ Date: Mon Feb 8 13:08:01 2010 +0000 web/functions.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit bcba9132 +commit bcba91325 Author: Campbell Morrison Date: Mon Feb 8 12:37:20 2010 +0000 @@ -74887,7 +77288,7 @@ Date: Mon Feb 8 12:37:20 2010 +0000 web/functions.inc | 36 +++++++++++++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 16 deletions(-) -commit 3c8296c6 +commit 3c8296c65 Author: Campbell Morrison Date: Sun Feb 7 09:09:56 2010 +0000 @@ -74896,7 +77297,7 @@ Date: Sun Feb 7 09:09:56 2010 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b35044ad +commit b35044add Author: Campbell Morrison Date: Wed Feb 3 12:01:23 2010 +0000 @@ -74906,7 +77307,7 @@ Date: Wed Feb 3 12:01:23 2010 +0000 web/lang.en | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) -commit 29946e03 +commit 29946e033 Author: Campbell Morrison Date: Wed Jan 20 10:03:46 2010 +0000 @@ -74915,7 +77316,7 @@ Date: Wed Jan 20 10:03:46 2010 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 470de88f +commit 470de88f1 Author: Campbell Morrison Date: Thu Dec 17 18:32:24 2009 +0000 @@ -74943,7 +77344,7 @@ Date: Thu Dec 17 18:32:24 2009 +0000 web/view_entry.php | 2 +- 20 files changed, 419 insertions(+), 156 deletions(-) -commit 2c65f533 +commit 2c65f5339 Author: Campbell Morrison Date: Thu Dec 17 17:53:52 2009 +0000 @@ -74957,7 +77358,7 @@ Date: Thu Dec 17 17:53:52 2009 +0000 web/week.php | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) -commit 465bc611 +commit 465bc6115 Author: John Beranek Date: Mon Dec 14 20:30:23 2009 +0000 @@ -74966,7 +77367,7 @@ Date: Mon Dec 14 20:30:23 2009 +0000 web/auth_ldap.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 4785a572 +commit 4785a572f Author: Campbell Morrison Date: Sun Dec 13 19:34:50 2009 +0000 @@ -74977,7 +77378,7 @@ Date: Sun Dec 13 19:34:50 2009 +0000 web/search.php | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) -commit 888fbb11 +commit 888fbb11c Author: Campbell Morrison Date: Sun Dec 13 18:32:27 2009 +0000 @@ -74986,7 +77387,7 @@ Date: Sun Dec 13 18:32:27 2009 +0000 web/pending.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d2916b51 +commit d2916b512 Author: Campbell Morrison Date: Sun Dec 13 18:22:07 2009 +0000 @@ -74996,7 +77397,7 @@ Date: Sun Dec 13 18:22:07 2009 +0000 web/Themes/default/header.inc | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) -commit e7dc2c86 +commit e7dc2c86e Author: Campbell Morrison Date: Fri Dec 11 16:35:15 2009 +0000 @@ -75005,15 +77406,15 @@ Date: Fri Dec 11 16:35:15 2009 +0000 web/mrbs-ie8.css | 1 + 1 file changed, 1 insertion(+) -commit 812b8b43 -Merge: 3d095199 47fd8233 +commit 812b8b43f +Merge: 3d095199c 47fd8233e Author: John Beranek Date: Wed Dec 9 22:37:17 2009 +0000 * Performed --reintegrate branch merge of 'provisional_bookings' branch, r1242-1280. -commit 47fd8233 (origin/provisional_bookings) +commit 47fd8233e (origin/provisional_bookings) Author: Campbell Morrison Date: Wed Dec 9 21:02:28 2009 +0000 @@ -75023,7 +77424,7 @@ Date: Wed Dec 9 21:02:28 2009 +0000 web/month.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) -commit 5a55e334 +commit 5a55e3347 Author: Campbell Morrison Date: Wed Dec 9 20:50:55 2009 +0000 @@ -75045,7 +77446,7 @@ Date: Wed Dec 9 20:50:55 2009 +0000 web/week.php | 43 ++- 14 files changed, 925 insertions(+), 46 deletions(-) -commit 3d095199 +commit 3d095199c Author: Campbell Morrison Date: Wed Dec 9 13:16:58 2009 +0000 @@ -75054,7 +77455,7 @@ Date: Wed Dec 9 13:16:58 2009 +0000 web/index.php | 1 + 1 file changed, 1 insertion(+) -commit b6af3dca +commit b6af3dcaf Author: Campbell Morrison Date: Tue Dec 8 18:07:35 2009 +0000 @@ -75063,7 +77464,7 @@ Date: Tue Dec 8 18:07:35 2009 +0000 web/edit_users.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) -commit 9da348eb +commit 9da348ebf Author: Campbell Morrison Date: Tue Dec 8 14:10:13 2009 +0000 @@ -75074,7 +77475,7 @@ Date: Tue Dec 8 14:10:13 2009 +0000 web/systemdefaults.inc.php | 16 ++++++-- 3 files changed, 92 insertions(+), 4 deletions(-) -commit bef5600b +commit bef5600be Author: Campbell Morrison Date: Fri Nov 27 00:27:00 2009 +0000 @@ -75085,7 +77486,7 @@ Date: Fri Nov 27 00:27:00 2009 +0000 web/week.php | 43 ++++++++++++++++++++++-------------- 3 files changed, 53 insertions(+), 31 deletions(-) -commit 173eae5d +commit 173eae5de Author: Campbell Morrison Date: Thu Nov 26 05:31:06 2009 +0000 @@ -75094,7 +77495,7 @@ Date: Thu Nov 26 05:31:06 2009 +0000 web/systemdefaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c71ec2d7 +commit c71ec2d75 Author: John Beranek Date: Wed Nov 25 11:31:48 2009 +0000 @@ -75104,7 +77505,7 @@ Date: Wed Nov 25 11:31:48 2009 +0000 web/lang.fi | 67 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 63 insertions(+), 4 deletions(-) -commit 3fff3ea0 (tag: mrbs-1_4_3) +commit 3fff3ea05 (tag: mrbs-1_4_3) Author: John Beranek Date: Tue Nov 24 21:56:58 2009 +0000 @@ -75114,7 +77515,7 @@ Date: Tue Nov 24 21:56:58 2009 +0000 NEWS | 47 +++- 2 files changed, 674 insertions(+), 1 deletion(-) -commit 54e173c4 +commit 54e173c4f Author: John Beranek Date: Tue Nov 24 21:21:09 2009 +0000 @@ -75132,7 +77533,7 @@ Date: Tue Nov 24 21:21:09 2009 +0000 web/version.inc | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) -commit 8c8348d0 +commit 8c8348d0d Author: John Beranek Date: Sat Nov 14 21:35:57 2009 +0000 @@ -75143,7 +77544,7 @@ Date: Sat Nov 14 21:35:57 2009 +0000 web/systemdefaults.inc.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit fd7a2987 +commit fd7a2987d Author: John Beranek Date: Sat Nov 14 20:56:04 2009 +0000 @@ -75153,7 +77554,7 @@ Date: Sat Nov 14 20:56:04 2009 +0000 web/auth_imap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 65b9553d +commit 65b9553d9 Author: Campbell Morrison Date: Fri Nov 13 23:40:48 2009 +0000 @@ -75162,7 +77563,7 @@ Date: Fri Nov 13 23:40:48 2009 +0000 web/pending.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) -commit 4b0f098f +commit 4b0f098f8 Author: Campbell Morrison Date: Fri Nov 13 21:49:27 2009 +0000 @@ -75171,7 +77572,7 @@ Date: Fri Nov 13 21:49:27 2009 +0000 web/edit_users.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -commit 38c32103 +commit 38c321035 Author: Campbell Morrison Date: Fri Nov 13 21:09:48 2009 +0000 @@ -75180,7 +77581,7 @@ Date: Fri Nov 13 21:09:48 2009 +0000 web/edit_users.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) -commit 36a083d1 +commit 36a083d14 Author: Campbell Morrison Date: Fri Nov 13 19:02:59 2009 +0000 @@ -75197,7 +77598,7 @@ Date: Fri Nov 13 19:02:59 2009 +0000 web/view_entry.php | 2 +- 9 files changed, 74 insertions(+), 13 deletions(-) -commit ebad54d7 +commit ebad54d73 Author: Campbell Morrison Date: Fri Nov 13 11:02:40 2009 +0000 @@ -75209,7 +77610,7 @@ Date: Fri Nov 13 11:02:40 2009 +0000 web/pending.php | 14 +++++--------- 2 files changed, 15 insertions(+), 19 deletions(-) -commit 4734d724 +commit 4734d724b Author: Campbell Morrison Date: Thu Nov 12 20:39:48 2009 +0000 @@ -75219,7 +77620,7 @@ Date: Thu Nov 12 20:39:48 2009 +0000 web/systemdefaults.inc.php | 10 ++-- 2 files changed, 101 insertions(+), 9 deletions(-) -commit 724d32e2 +commit 724d32e25 Author: Campbell Morrison Date: Thu Nov 12 18:05:57 2009 +0000 @@ -75228,7 +77629,7 @@ Date: Thu Nov 12 18:05:57 2009 +0000 web/functions_mail.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 5276b0fb +commit 5276b0fb7 Author: Campbell Morrison Date: Thu Nov 12 14:19:25 2009 +0000 @@ -75240,7 +77641,7 @@ Date: Thu Nov 12 14:19:25 2009 +0000 web/systemdefaults.inc.php | 2 ++ 4 files changed, 40 insertions(+), 5 deletions(-) -commit d33f5ffd +commit d33f5ffde Author: Campbell Morrison Date: Thu Nov 12 00:35:47 2009 +0000 @@ -75254,7 +77655,7 @@ Date: Thu Nov 12 00:35:47 2009 +0000 web/pending.php (new) | 257 ++++++++++++++++++++++++++++ 6 files changed, 405 insertions(+), 2 deletions(-) -commit 75e59948 +commit 75e599489 Author: Campbell Morrison Date: Wed Nov 11 21:51:25 2009 +0000 @@ -75276,7 +77677,7 @@ Date: Wed Nov 11 21:51:25 2009 +0000 web/view_entry.php | 55 +++++++++++++++------- 14 files changed, 229 insertions(+), 67 deletions(-) -commit cb4de126 +commit cb4de1266 Author: Campbell Morrison Date: Wed Nov 11 14:36:47 2009 +0000 @@ -75287,7 +77688,7 @@ Date: Wed Nov 11 14:36:47 2009 +0000 web/lang.en | 1 + 3 files changed, 92 insertions(+), 67 deletions(-) -commit f528b68a +commit f528b68a8 Author: Campbell Morrison Date: Wed Nov 11 13:15:13 2009 +0000 @@ -75299,7 +77700,7 @@ Date: Wed Nov 11 13:15:13 2009 +0000 web/systemdefaults.inc.php | 2 +- 4 files changed, 95 insertions(+), 24 deletions(-) -commit 36332d1a +commit 36332d1ab Author: Campbell Morrison Date: Wed Nov 11 12:20:17 2009 +0000 @@ -75314,7 +77715,7 @@ Date: Wed Nov 11 12:20:17 2009 +0000 web/view_entry.php | 115 ++++------------------- 6 files changed, 266 insertions(+), 146 deletions(-) -commit ce8c551d +commit ce8c551d1 Author: Campbell Morrison Date: Wed Nov 11 00:01:38 2009 +0000 @@ -75324,7 +77725,7 @@ Date: Wed Nov 11 00:01:38 2009 +0000 web/systemdefaults.inc.php | 5 +++++ 2 files changed, 16 insertions(+) -commit 947b4db0 +commit 947b4db00 Author: Campbell Morrison Date: Tue Nov 10 23:11:44 2009 +0000 @@ -75334,7 +77735,7 @@ Date: Tue Nov 10 23:11:44 2009 +0000 web/systemdefaults.inc.php | 2 +- 2 files changed, 63 insertions(+), 96 deletions(-) -commit a8cf357f +commit a8cf357fa Author: Campbell Morrison Date: Tue Nov 10 22:06:50 2009 +0000 @@ -75345,7 +77746,7 @@ Date: Tue Nov 10 22:06:50 2009 +0000 web/view_entry.php | 140 ++++++++++++++++++++++++++++++------------- 3 files changed, 113 insertions(+), 41 deletions(-) -commit 5f7d96b6 +commit 5f7d96b6b Author: Campbell Morrison Date: Tue Nov 10 17:28:29 2009 +0000 @@ -75357,7 +77758,7 @@ Date: Tue Nov 10 17:28:29 2009 +0000 web/view_entry.php | 183 ++++++++++++++++++-------- 4 files changed, 213 insertions(+), 56 deletions(-) -commit e6c02453 +commit e6c02453e Author: Campbell Morrison Date: Tue Nov 10 13:34:07 2009 +0000 @@ -75368,7 +77769,7 @@ Date: Tue Nov 10 13:34:07 2009 +0000 web/systemdefaults.inc.php | 4 ++++ 3 files changed, 15 insertions(+), 4 deletions(-) -commit 2d3fc218 +commit 2d3fc2185 Author: Campbell Morrison Date: Tue Nov 10 13:00:18 2009 +0000 @@ -75378,7 +77779,7 @@ Date: Tue Nov 10 13:00:18 2009 +0000 web/view_entry.php | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) -commit 153dff21 +commit 153dff21a Author: Campbell Morrison Date: Tue Nov 10 11:29:47 2009 +0000 @@ -75387,7 +77788,7 @@ Date: Tue Nov 10 11:29:47 2009 +0000 web/month.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit dd5052f8 +commit dd5052f8f Author: Campbell Morrison Date: Tue Nov 10 11:20:20 2009 +0000 @@ -75399,7 +77800,7 @@ Date: Tue Nov 10 11:20:20 2009 +0000 web/week.php | 3 ++- 4 files changed, 28 insertions(+), 2 deletions(-) -commit dc26f298 +commit dc26f2986 Author: Campbell Morrison Date: Mon Nov 9 23:20:53 2009 +0000 @@ -75411,7 +77812,7 @@ Date: Mon Nov 9 23:20:53 2009 +0000 web/systemdefaults.inc.php | 9 +++++++++ 4 files changed, 70 insertions(+), 11 deletions(-) -commit 440e078c +commit 440e078c4 Author: Campbell Morrison Date: Mon Nov 9 21:47:09 2009 +0000 @@ -75426,7 +77827,7 @@ Date: Mon Nov 9 21:47:09 2009 +0000 web/upgrade/9/pgsql.sql (new) | 8 ++++++++ 7 files changed, 38 insertions(+), 8 deletions(-) -commit fb9423c8 +commit fb9423c81 Author: Campbell Morrison Date: Mon Nov 9 21:27:22 2009 +0000 @@ -75435,13 +77836,13 @@ Date: Mon Nov 9 21:27:22 2009 +0000 tables.pg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1bbfec83 +commit 1bbfec83e Author: Campbell Morrison Date: Mon Nov 9 16:56:50 2009 +0000 Created branch for working on provisional bookings -commit 8e903fd8 +commit 8e903fd88 Author: Campbell Morrison Date: Sun Nov 8 10:32:28 2009 +0000 @@ -75450,7 +77851,7 @@ Date: Sun Nov 8 10:32:28 2009 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f4b87172 +commit f4b87172c Author: Campbell Morrison Date: Wed Nov 4 16:01:21 2009 +0000 @@ -75459,7 +77860,7 @@ Date: Wed Nov 4 16:01:21 2009 +0000 web/config.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit 9633e738 +commit 9633e7381 Author: Campbell Morrison Date: Tue Nov 3 15:23:36 2009 +0000 @@ -75473,7 +77874,7 @@ Date: Tue Nov 3 15:23:36 2009 +0000 web/site_faq.html | 21 +++++++++--- 2 files changed, 60 insertions(+), 42 deletions(-) -commit c67fb465 +commit c67fb4652 Author: Campbell Morrison Date: Tue Nov 3 14:25:31 2009 +0000 @@ -75482,7 +77883,7 @@ Date: Tue Nov 3 14:25:31 2009 +0000 web/edit_entry_handler.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 9d82ad3a +commit 9d82ad3ab Author: Campbell Morrison Date: Mon Nov 2 15:00:14 2009 +0000 @@ -75492,7 +77893,7 @@ Date: Mon Nov 2 15:00:14 2009 +0000 web/edit_entry_handler.php | 24 ------------------------ 2 files changed, 44 deletions(-) -commit 06a021dc +commit 06a021dc8 Author: Campbell Morrison Date: Mon Nov 2 14:44:47 2009 +0000 @@ -75501,7 +77902,7 @@ Date: Mon Nov 2 14:44:47 2009 +0000 web/mrbs_sql.inc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) -commit d75390f5 +commit d75390f59 Author: Campbell Morrison Date: Sun Nov 1 20:13:02 2009 +0000 @@ -75511,7 +77912,7 @@ Date: Sun Nov 1 20:13:02 2009 +0000 web/edit_area_room.php | 914 ++++++++++++++++++++------------------- 1 file changed, 467 insertions(+), 447 deletions(-) -commit 0429c730 +commit 0429c730e Author: Campbell Morrison Date: Sat Oct 31 23:23:07 2009 +0000 @@ -75520,7 +77921,7 @@ Date: Sat Oct 31 23:23:07 2009 +0000 web/edit_users.php | 1 - 1 file changed, 1 deletion(-) -commit 0c8bb45a +commit 0c8bb45a3 Author: Campbell Morrison Date: Sat Oct 31 18:48:40 2009 +0000 @@ -75530,7 +77931,7 @@ Date: Sat Oct 31 18:48:40 2009 +0000 web/lang.en | 4 +- 2 files changed, 143 insertions(+), 115 deletions(-) -commit 4fc0da8d +commit 4fc0da8d3 Author: Campbell Morrison Date: Tue Oct 27 23:28:50 2009 +0000 @@ -75539,7 +77940,7 @@ Date: Tue Oct 27 23:28:50 2009 +0000 web/lang.fr | 1 + 1 file changed, 1 insertion(+) -commit 5e32ce4f +commit 5e32ce4f1 Author: Campbell Morrison Date: Tue Oct 27 16:52:17 2009 +0000 @@ -75564,7 +77965,7 @@ Date: Tue Oct 27 16:52:17 2009 +0000 web/week.php | 2 +- 17 files changed, 60 insertions(+), 17 deletions(-) -commit 021e5573 +commit 021e5573f Author: Campbell Morrison Date: Thu Oct 22 16:21:18 2009 +0000 @@ -75573,7 +77974,7 @@ Date: Thu Oct 22 16:21:18 2009 +0000 web/search.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit c627f5fd +commit c627f5fdd Author: Campbell Morrison Date: Thu Oct 22 16:16:22 2009 +0000 @@ -75582,7 +77983,7 @@ Date: Thu Oct 22 16:16:22 2009 +0000 web/report.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) -commit 8ceb3134 +commit 8ceb3134a Author: John Beranek Date: Thu Oct 22 12:59:24 2009 +0000 @@ -75593,7 +77994,7 @@ Date: Thu Oct 22 12:59:24 2009 +0000 tables.pg.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit b85338be +commit b85338be5 Author: Campbell Morrison Date: Wed Oct 21 21:44:58 2009 +0000 @@ -75603,7 +78004,7 @@ Date: Wed Oct 21 21:44:58 2009 +0000 web/search.php | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) -commit b9b0a75a +commit b9b0a75ab Author: Campbell Morrison Date: Wed Oct 21 21:39:20 2009 +0000 @@ -75613,7 +78014,7 @@ Date: Wed Oct 21 21:39:20 2009 +0000 web/report.php | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) -commit 9fef8889 +commit 9fef88891 Author: Campbell Morrison Date: Wed Oct 21 20:43:03 2009 +0000 @@ -75626,7 +78027,7 @@ Date: Wed Oct 21 20:43:03 2009 +0000 web/upgrade/7/post.inc (new) | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 44 insertions(+), 2 deletions(-) -commit 59fbd783 +commit 59fbd7839 Author: Campbell Morrison Date: Wed Oct 21 18:26:48 2009 +0000 @@ -75635,7 +78036,7 @@ Date: Wed Oct 21 18:26:48 2009 +0000 web/view_entry.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit b85eec96 +commit b85eec96e Author: John Beranek Date: Tue Oct 20 11:51:26 2009 +0000 @@ -75644,7 +78045,7 @@ Date: Tue Oct 20 11:51:26 2009 +0000 web/config.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 141b521a +commit 141b521af Author: John Beranek Date: Tue Oct 20 11:49:41 2009 +0000 @@ -75659,7 +78060,7 @@ Date: Tue Oct 20 11:49:41 2009 +0000 web/week.php | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) -commit 5df60da5 +commit 5df60da52 Author: John Beranek Date: Sun Oct 18 16:02:33 2009 +0000 @@ -75670,7 +78071,7 @@ Date: Sun Oct 18 16:02:33 2009 +0000 web/language.inc | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) -commit d2dcee7b +commit d2dcee7b2 Author: John Beranek Date: Sun Oct 18 15:35:24 2009 +0000 @@ -75681,7 +78082,7 @@ Date: Sun Oct 18 15:35:24 2009 +0000 web/systemdefaults.inc.php | 1 + 2 files changed, 18 insertions(+), 4 deletions(-) -commit 2e0337ff +commit 2e0337ffe Author: John Beranek Date: Sun Oct 18 15:30:55 2009 +0000 @@ -75693,7 +78094,7 @@ Date: Sun Oct 18 15:30:55 2009 +0000 web/systemdefaults.inc.php | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) -commit 36963e67 +commit 36963e677 Author: John Beranek Date: Sun Oct 18 15:25:13 2009 +0000 @@ -75703,7 +78104,7 @@ Date: Sun Oct 18 15:25:13 2009 +0000 web/systemdefaults.inc.php | 4 ++++ 2 files changed, 9 insertions(+) -commit d8524514 +commit d85245148 Author: Campbell Morrison Date: Thu Oct 8 06:16:54 2009 +0000 @@ -75714,7 +78115,7 @@ Date: Thu Oct 8 06:16:54 2009 +0000 web/report.php | 48 ++++++++++++++++++-------- 2 files changed, 78 insertions(+), 58 deletions(-) -commit 161f4926 +commit 161f49269 Author: Campbell Morrison Date: Wed Oct 7 15:20:21 2009 +0000 @@ -75725,7 +78126,7 @@ Date: Wed Oct 7 15:20:21 2009 +0000 web/functions_mail.inc | 9 +------- 2 files changed, 45 insertions(+), 9 deletions(-) -commit 413c2a22 +commit 413c2a221 Author: Campbell Morrison Date: Fri Oct 2 10:05:30 2009 +0000 @@ -75734,7 +78135,7 @@ Date: Fri Oct 2 10:05:30 2009 +0000 web/language.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit ac12b4c0 +commit ac12b4c08 Author: Campbell Morrison Date: Thu Oct 1 23:22:55 2009 +0000 @@ -75743,7 +78144,7 @@ Date: Thu Oct 1 23:22:55 2009 +0000 web/lang.fr | 88 +++++++++++++++++++++++++-------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) -commit f312f6e9 +commit f312f6e93 Author: Campbell Morrison Date: Thu Oct 1 22:57:34 2009 +0000 @@ -75752,7 +78153,7 @@ Date: Thu Oct 1 22:57:34 2009 +0000 web/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit acd64b2b +commit acd64b2b2 Author: Campbell Morrison Date: Thu Oct 1 22:46:01 2009 +0000 @@ -75763,7 +78164,7 @@ Date: Thu Oct 1 22:46:01 2009 +0000 web/style.inc | 18 +----------------- 3 files changed, 13 insertions(+), 30 deletions(-) -commit 003dc9ce +commit 003dc9ce0 Author: Campbell Morrison Date: Sun Sep 27 17:14:14 2009 +0000 @@ -75772,7 +78173,7 @@ Date: Sun Sep 27 17:14:14 2009 +0000 web/functions_mail.inc | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) -commit 57a5a737 +commit 57a5a7374 Author: Campbell Morrison Date: Sun Sep 27 16:13:47 2009 +0000 @@ -75781,7 +78182,7 @@ Date: Sun Sep 27 16:13:47 2009 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e8a1ae0a +commit e8a1ae0a2 Author: Campbell Morrison Date: Sun Sep 27 16:07:47 2009 +0000 @@ -75790,7 +78191,7 @@ Date: Sun Sep 27 16:07:47 2009 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0dfade97 +commit 0dfade970 Author: Campbell Morrison Date: Sun Sep 27 15:54:10 2009 +0000 @@ -75799,7 +78200,7 @@ Date: Sun Sep 27 15:54:10 2009 +0000 web/functions_mail.inc | 154 ++++++++++++++++----------------------- 1 file changed, 64 insertions(+), 90 deletions(-) -commit ca6d0120 +commit ca6d01203 Author: Campbell Morrison Date: Fri Sep 25 08:46:19 2009 +0000 @@ -75809,7 +78210,7 @@ Date: Fri Sep 25 08:46:19 2009 +0000 web/systemdefaults.inc.php | 8 ++++---- 2 files changed, 25 insertions(+), 18 deletions(-) -commit a07378ed +commit a07378ed6 Author: Campbell Morrison Date: Thu Sep 24 17:36:46 2009 +0000 @@ -75818,7 +78219,7 @@ Date: Thu Sep 24 17:36:46 2009 +0000 web/systemdefaults.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 1f1e5117 +commit 1f1e51175 Author: Campbell Morrison Date: Wed Sep 23 15:12:05 2009 +0000 @@ -75829,7 +78230,7 @@ Date: Wed Sep 23 15:12:05 2009 +0000 web/systemdefaults.inc.php | 13 + 3 files changed, 467 insertions(+), 232 deletions(-) -commit e338bd07 +commit e338bd07f Author: Campbell Morrison Date: Thu Sep 17 15:25:36 2009 +0000 @@ -75838,7 +78239,7 @@ Date: Thu Sep 17 15:25:36 2009 +0000 web/systemdefaults.inc.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) -commit efc7a9b9 +commit efc7a9b91 Author: John Beranek Date: Tue Sep 15 22:12:42 2009 +0000 @@ -75847,7 +78248,7 @@ Date: Tue Sep 15 22:12:42 2009 +0000 web/language.inc | 3 +++ 1 file changed, 3 insertions(+) -commit 23b264b2 +commit 23b264b28 Author: Campbell Morrison Date: Fri Sep 11 14:29:20 2009 +0000 @@ -75856,7 +78257,7 @@ Date: Fri Sep 11 14:29:20 2009 +0000 web/mrbs-ie.css | 4 ++++ 1 file changed, 4 insertions(+) -commit 67cc08ef +commit 67cc08ef5 Author: dceschools Date: Tue Sep 8 15:52:50 2009 +0000 @@ -75865,7 +78266,7 @@ Date: Tue Sep 8 15:52:50 2009 +0000 web/systemdefaults.inc.php | 2 ++ 1 file changed, 2 insertions(+) -commit 86a89f1d +commit 86a89f1da Author: Campbell Morrison Date: Fri Sep 4 11:56:07 2009 +0000 @@ -75874,7 +78275,7 @@ Date: Fri Sep 4 11:56:07 2009 +0000 web/mrbs.css.php | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) -commit e91590a2 +commit e91590a26 Author: Campbell Morrison Date: Thu Sep 3 23:26:18 2009 +0000 @@ -75883,7 +78284,7 @@ Date: Thu Sep 3 23:26:18 2009 +0000 web/edit_area_room.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 0d626985 +commit 0d6269854 Author: Campbell Morrison Date: Thu Sep 3 13:49:45 2009 +0000 @@ -75893,7 +78294,7 @@ Date: Thu Sep 3 13:49:45 2009 +0000 web/month.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit d2f7e261 +commit d2f7e261e Author: Campbell Morrison Date: Thu Sep 3 13:31:50 2009 +0000 @@ -75902,7 +78303,7 @@ Date: Thu Sep 3 13:31:50 2009 +0000 web/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1ae8a4aa +commit 1ae8a4aab Author: Campbell Morrison Date: Thu Sep 3 13:17:03 2009 +0000 @@ -75911,7 +78312,7 @@ Date: Thu Sep 3 13:17:03 2009 +0000 web/report.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit a2ea0e03 +commit a2ea0e037 Author: Campbell Morrison Date: Fri Aug 28 15:09:35 2009 +0000 @@ -75921,7 +78322,7 @@ Date: Fri Aug 28 15:09:35 2009 +0000 web/functions_mail.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 726ba628 +commit 726ba6286 Author: Campbell Morrison Date: Fri Aug 28 14:01:59 2009 +0000 @@ -75933,7 +78334,7 @@ Date: Fri Aug 28 14:01:59 2009 +0000 web/session_remote_user.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -commit ede6c520 +commit ede6c520b Author: Campbell Morrison Date: Fri Aug 28 13:50:52 2009 +0000 @@ -75942,7 +78343,7 @@ Date: Fri Aug 28 13:50:52 2009 +0000 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8c57e1a4 +commit 8c57e1a48 Author: Campbell Morrison Date: Wed Aug 26 23:26:28 2009 +0000 @@ -75951,7 +78352,7 @@ Date: Wed Aug 26 23:26:28 2009 +0000 web/functions_mail.inc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) -commit 9f97474f +commit 9f97474f5 Author: John Beranek Date: Mon Aug 24 09:06:29 2009 +0000 @@ -75960,7 +78361,7 @@ Date: Mon Aug 24 09:06:29 2009 +0000 web/pgsql.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) -commit e5fceede +commit e5fceede7 Author: Campbell Morrison Date: Sun Aug 23 18:13:43 2009 +0000 @@ -75970,7 +78371,7 @@ Date: Sun Aug 23 18:13:43 2009 +0000 tables.pg.sql | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) -commit 138b42b1 +commit 138b42b1f Author: Campbell Morrison Date: Wed Aug 12 14:06:50 2009 +0000 @@ -75979,7 +78380,7 @@ Date: Wed Aug 12 14:06:50 2009 +0000 web/view_entry.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit eab07c0e +commit eab07c0e1 Author: Campbell Morrison Date: Tue Aug 11 14:11:04 2009 +0000 @@ -75988,7 +78389,7 @@ Date: Tue Aug 11 14:11:04 2009 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4ea16d5f +commit 4ea16d5f8 Author: Campbell Morrison Date: Tue Aug 11 14:05:50 2009 +0000 @@ -75998,7 +78399,7 @@ Date: Tue Aug 11 14:05:50 2009 +0000 web/theme.inc | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 23 deletions(-) -commit ab48b69d +commit ab48b69d8 Author: Campbell Morrison Date: Tue Aug 11 12:33:38 2009 +0000 @@ -76014,7 +78415,7 @@ Date: Tue Aug 11 12:33:38 2009 +0000 web/theme.inc | 1 + 7 files changed, 127 insertions(+), 76 deletions(-) -commit 2e373035 +commit 2e3730358 Author: Campbell Morrison Date: Wed Aug 5 22:36:05 2009 +0000 @@ -76023,7 +78424,7 @@ Date: Wed Aug 5 22:36:05 2009 +0000 web/edit_entry.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit f4e324e5 +commit f4e324e58 Author: John Beranek Date: Wed Aug 5 15:52:15 2009 +0000 @@ -76034,7 +78435,7 @@ Date: Wed Aug 5 15:52:15 2009 +0000 web/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 6de9c1b8 +commit 6de9c1b88 Author: John Beranek Date: Sat Aug 1 21:05:58 2009 +0000 @@ -76047,7 +78448,7 @@ Date: Sat Aug 1 21:05:58 2009 +0000 web/systemdefaults.inc.php | 5 +++++ 3 files changed, 21 insertions(+), 2 deletions(-) -commit a0ee20ef +commit a0ee20ef2 Author: Campbell Morrison Date: Wed Jul 22 13:30:39 2009 +0000 @@ -76056,7 +78457,7 @@ Date: Wed Jul 22 13:30:39 2009 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 046f92de +commit 046f92de9 Author: Campbell Morrison Date: Wed Jul 22 09:52:45 2009 +0000 @@ -76065,7 +78466,7 @@ Date: Wed Jul 22 09:52:45 2009 +0000 web/Themes/default/header.inc | 1 + 1 file changed, 1 insertion(+) -commit 6e956b6a +commit 6e956b6ac Author: Campbell Morrison Date: Tue Jul 21 16:20:10 2009 +0000 @@ -76074,7 +78475,7 @@ Date: Tue Jul 21 16:20:10 2009 +0000 web/session_http.inc | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -commit 5523ed11 +commit 5523ed114 Author: Campbell Morrison Date: Tue Jul 21 15:02:24 2009 +0000 @@ -76084,7 +78485,7 @@ Date: Tue Jul 21 15:02:24 2009 +0000 web/session_php.inc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) -commit b4bedad4 +commit b4bedad49 Author: Campbell Morrison Date: Tue Jul 21 14:48:01 2009 +0000 @@ -76094,7 +78495,7 @@ Date: Tue Jul 21 14:48:01 2009 +0000 web/session_php.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit f2b8025f +commit f2b8025f1 Author: Campbell Morrison Date: Tue Jul 21 14:43:41 2009 +0000 @@ -76104,7 +78505,7 @@ Date: Tue Jul 21 14:43:41 2009 +0000 web/session_remote_user.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -commit d44ec9d9 +commit d44ec9d9c Author: Campbell Morrison Date: Mon Jul 20 16:23:13 2009 +0000 @@ -76115,7 +78516,7 @@ Date: Mon Jul 20 16:23:13 2009 +0000 web/search.php | 16 ++++++++-------- 3 files changed, 17 insertions(+), 17 deletions(-) -commit 61dc3789 +commit 61dc37898 Author: John Beranek Date: Fri Jul 17 19:59:50 2009 +0000 @@ -76124,7 +78525,7 @@ Date: Fri Jul 17 19:59:50 2009 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6f58e8f2 +commit 6f58e8f29 Author: John Beranek Date: Fri Jul 17 19:52:45 2009 +0000 @@ -76133,7 +78534,7 @@ Date: Fri Jul 17 19:52:45 2009 +0000 web/upgrade.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c1cdb959 +commit c1cdb9597 Author: John Beranek Date: Thu Jul 16 16:03:44 2009 +0000 @@ -76142,7 +78543,7 @@ Date: Thu Jul 16 16:03:44 2009 +0000 web/defaultincludes.inc | 2 ++ 1 file changed, 2 insertions(+) -commit b9ff0cbf +commit b9ff0cbfa Author: John Beranek Date: Thu Jul 16 15:56:07 2009 +0000 @@ -76179,7 +78580,7 @@ Date: Thu Jul 16 15:56:07 2009 +0000 web/week.php | 7 +- 24 files changed, 769 insertions(+), 757 deletions(-) -commit 523ae17e +commit 523ae17e9 Author: John Beranek Date: Wed Jul 15 23:11:54 2009 +0000 @@ -76188,7 +78589,7 @@ Date: Wed Jul 15 23:11:54 2009 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit aac89dbe (tag: mrbs-1_4_2) +commit aac89dbe8 (tag: mrbs-1_4_2) Author: John Beranek Date: Wed Jul 15 22:46:21 2009 +0000 @@ -76198,7 +78599,7 @@ Date: Wed Jul 15 22:46:21 2009 +0000 NEWS | 7 +++++- 2 files changed, 72 insertions(+), 1 deletion(-) -commit f964ef28 +commit f964ef282 Author: John Beranek Date: Wed Jul 15 22:36:28 2009 +0000 @@ -76207,7 +78608,7 @@ Date: Wed Jul 15 22:36:28 2009 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a384bcc0 +commit a384bcc06 Author: Campbell Morrison Date: Tue Jul 14 08:58:22 2009 +0000 @@ -76217,7 +78618,7 @@ Date: Tue Jul 14 08:58:22 2009 +0000 web/upgrade.inc | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) -commit 8b2ca638 +commit 8b2ca6381 Author: Campbell Morrison Date: Wed Jul 8 12:04:50 2009 +0000 @@ -76228,7 +78629,7 @@ Date: Wed Jul 8 12:04:50 2009 +0000 tables.pg.sql | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) -commit b6d29ecd +commit b6d29ecda Author: John Beranek Date: Wed Jul 8 12:01:37 2009 +0000 @@ -76238,7 +78639,7 @@ Date: Wed Jul 8 12:01:37 2009 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 658c0a9f +commit 658c0a9f8 Author: Campbell Morrison Date: Wed Jul 8 11:55:28 2009 +0000 @@ -76249,7 +78650,7 @@ Date: Wed Jul 8 11:55:28 2009 +0000 web/config.inc.php | 11 ++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) -commit 6faec505 +commit 6faec5050 Author: Campbell Morrison Date: Wed Jul 8 10:56:26 2009 +0000 @@ -76259,7 +78660,7 @@ Date: Wed Jul 8 10:56:26 2009 +0000 web/edit_users.php | 15 ++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) -commit edb8e942 +commit edb8e9423 Author: Campbell Morrison Date: Wed Jul 8 09:40:57 2009 +0000 @@ -76272,7 +78673,7 @@ Date: Wed Jul 8 09:40:57 2009 +0000 web/edit_entry_handler.php | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) -commit 271b2519 +commit 271b25194 Author: John Beranek Date: Fri Jul 3 20:07:42 2009 +0000 @@ -76285,7 +78686,7 @@ Date: Fri Jul 3 20:07:42 2009 +0000 tables.pg.sql | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) -commit dc96e115 (tag: mrbs-1_4_2rc1) +commit dc96e1152 (tag: mrbs-1_4_2rc1) Author: John Beranek Date: Thu Jul 2 09:12:49 2009 +0000 @@ -76295,7 +78696,7 @@ Date: Thu Jul 2 09:12:49 2009 +0000 NEWS | 72 +++- 2 files changed, 1241 insertions(+), 2 deletions(-) -commit e31d6d18 +commit e31d6d18f Author: John Beranek Date: Thu Jul 2 08:25:52 2009 +0000 @@ -76304,7 +78705,7 @@ Date: Thu Jul 2 08:25:52 2009 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cfb2ff44 +commit cfb2ff440 Author: Campbell Morrison Date: Mon Jun 29 12:03:30 2009 +0000 @@ -76317,7 +78718,7 @@ Date: Mon Jun 29 12:03:30 2009 +0000 web/upgrade/6/post.inc | 4 +++- 3 files changed, 11 insertions(+), 7 deletions(-) -commit 91d074a3 +commit 91d074a3e Author: Campbell Morrison Date: Mon Jun 29 11:39:08 2009 +0000 @@ -76326,7 +78727,7 @@ Date: Mon Jun 29 11:39:08 2009 +0000 web/upgrade/6/post.inc | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) -commit d0744c6c +commit d0744c6c9 Author: Campbell Morrison Date: Mon Jun 29 10:58:53 2009 +0000 @@ -76335,7 +78736,7 @@ Date: Mon Jun 29 10:58:53 2009 +0000 web/upgrade.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 9db544a3 +commit 9db544a33 Author: Campbell Morrison Date: Mon Jun 29 09:59:52 2009 +0000 @@ -76344,7 +78745,7 @@ Date: Mon Jun 29 09:59:52 2009 +0000 web/dbsys.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1bc60326 +commit 1bc603266 Author: John Beranek Date: Sun Jun 28 20:29:33 2009 +0000 @@ -76355,7 +78756,7 @@ Date: Sun Jun 28 20:29:33 2009 +0000 web/upgrade/6/post.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 056a6507 +commit 056a65071 Author: John Beranek Date: Sun Jun 28 19:14:56 2009 +0000 @@ -76371,7 +78772,7 @@ Date: Sun Jun 28 19:14:56 2009 +0000 web/upgrade/6/pgsql.sql | 1 - 4 files changed, 15 insertions(+), 7 deletions(-) -commit 3ca43c3b +commit 3ca43c3b9 Author: John Beranek Date: Fri Jun 26 14:46:27 2009 +0000 @@ -76381,7 +78782,7 @@ Date: Fri Jun 26 14:46:27 2009 +0000 web/upgrade/6/post.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3ae59d0d +commit 3ae59d0d9 Author: John Beranek Date: Fri Jun 26 14:08:28 2009 +0000 @@ -76401,7 +78802,7 @@ Date: Fri Jun 26 14:08:28 2009 +0000 web/upgrade/6/post.inc (new) | 42 ++++++++++++++++++++++++ 9 files changed, 48 insertions(+), 31 deletions(-) -commit 3b19c21c +commit 3b19c21c2 Author: John Beranek Date: Thu Jun 25 22:52:56 2009 +0000 @@ -76413,7 +78814,7 @@ Date: Thu Jun 25 22:52:56 2009 +0000 tables.pg.sql | 6 +++++- 3 files changed, 14 insertions(+), 2 deletions(-) -commit 09abb771 +commit 09abb771e Author: John Beranek Date: Thu Jun 25 22:36:44 2009 +0000 @@ -76422,7 +78823,7 @@ Date: Thu Jun 25 22:36:44 2009 +0000 tables.my.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 83986a82 +commit 83986a829 Author: John Beranek Date: Thu Jun 25 22:33:26 2009 +0000 @@ -76439,7 +78840,7 @@ Date: Thu Jun 25 22:33:26 2009 +0000 web/upgrade/5/post.inc (new) | 37 +++++++++++++++++++++++++++++++++ 8 files changed, 81 insertions(+), 36 deletions(-) -commit 521f7025 +commit 521f70258 Author: Campbell Morrison Date: Thu Jun 25 19:36:34 2009 +0000 @@ -76456,7 +78857,7 @@ Date: Thu Jun 25 19:36:34 2009 +0000 web/upgrade.inc | 2 +- 7 files changed, 110 insertions(+), 22 deletions(-) -commit 73a1a1d4 +commit 73a1a1d47 Author: Campbell Morrison Date: Wed Jun 24 15:47:32 2009 +0000 @@ -76475,7 +78876,7 @@ Date: Wed Jun 24 15:47:32 2009 +0000 web/upgrade/4/post.inc (new) | 29 +++++++++ 11 files changed, 205 insertions(+), 36 deletions(-) -commit 89ef4adf +commit 89ef4adfd Author: Campbell Morrison Date: Tue Jun 23 15:02:08 2009 +0000 @@ -76484,7 +78885,7 @@ Date: Tue Jun 23 15:02:08 2009 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 833decc2 +commit 833decc27 Author: Campbell Morrison Date: Tue Jun 23 14:35:08 2009 +0000 @@ -76505,7 +78906,7 @@ Date: Tue Jun 23 14:35:08 2009 +0000 web/view_entry.php | 38 +++++++++------- 9 files changed, 95 insertions(+), 71 deletions(-) -commit 59b3382c +commit 59b3382c4 Author: Campbell Morrison Date: Tue Jun 23 11:35:30 2009 +0000 @@ -76514,7 +78915,7 @@ Date: Tue Jun 23 11:35:30 2009 +0000 web/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e67d1afd +commit e67d1afd1 Author: John Beranek Date: Tue Jun 23 10:48:26 2009 +0000 @@ -76524,7 +78925,7 @@ Date: Tue Jun 23 10:48:26 2009 +0000 web/auth_ldap.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit d0ecdaa9 +commit d0ecdaa97 Author: Campbell Morrison Date: Mon Jun 22 22:56:38 2009 +0000 @@ -76533,7 +78934,7 @@ Date: Mon Jun 22 22:56:38 2009 +0000 web/edit_area_room.php | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) -commit 80e1021d +commit 80e1021d6 Author: Campbell Morrison Date: Mon Jun 22 22:06:36 2009 +0000 @@ -76546,7 +78947,7 @@ Date: Mon Jun 22 22:06:36 2009 +0000 web/style.inc | 2 +- 5 files changed, 90 insertions(+), 46 deletions(-) -commit 391e2ec5 +commit 391e2ec5e Author: John Beranek Date: Fri Jun 19 21:58:03 2009 +0000 @@ -76559,7 +78960,7 @@ Date: Fri Jun 19 21:58:03 2009 +0000 web/search.php | 8 +++++--- 2 files changed, 15 insertions(+), 8 deletions(-) -commit 080e83d3 +commit 080e83d37 Author: John Beranek Date: Fri Jun 19 21:10:10 2009 +0000 @@ -76569,7 +78970,7 @@ Date: Fri Jun 19 21:10:10 2009 +0000 web/mrbs_sql.inc | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) -commit 182b6e5f +commit 182b6e5f6 Author: John Beranek Date: Fri Jun 19 20:50:59 2009 +0000 @@ -76578,7 +78979,7 @@ Date: Fri Jun 19 20:50:59 2009 +0000 web/search.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) -commit 5e51e1f7 +commit 5e51e1f7d Author: John Beranek Date: Fri Jun 19 20:45:24 2009 +0000 @@ -76587,7 +78988,7 @@ Date: Fri Jun 19 20:45:24 2009 +0000 web/report.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) -commit 5eb7bfff +commit 5eb7bfff0 Author: Campbell Morrison Date: Thu Jun 18 21:54:26 2009 +0000 @@ -76596,7 +78997,7 @@ Date: Thu Jun 18 21:54:26 2009 +0000 web/edit_entry_handler.php | 9 +++++++++ 1 file changed, 9 insertions(+) -commit cc0a09cc +commit cc0a09ccf Author: Campbell Morrison Date: Wed Jun 17 14:48:40 2009 +0000 @@ -76612,7 +79013,7 @@ Date: Wed Jun 17 14:48:40 2009 +0000 web/upgrade/3/pgsql.sql | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) -commit 6191ae28 +commit 6191ae284 Author: Campbell Morrison Date: Mon Jun 15 20:23:39 2009 +0000 @@ -76621,7 +79022,7 @@ Date: Mon Jun 15 20:23:39 2009 +0000 web/mrbs_sql.inc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) -commit 69ddb971 +commit 69ddb9719 Author: John Beranek Date: Thu May 28 22:23:30 2009 +0000 @@ -76631,7 +79032,7 @@ Date: Thu May 28 22:23:30 2009 +0000 web/auth_db_ext.inc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -commit 88fe81e2 +commit 88fe81e2b Author: John Beranek Date: Fri May 22 13:56:29 2009 +0000 @@ -76642,7 +79043,7 @@ Date: Fri May 22 13:56:29 2009 +0000 web/config.inc.php | 3 ++ 2 files changed, 107 insertions(+) -commit 3fa4a7f6 +commit 3fa4a7f6b Author: dceschools Date: Tue May 19 17:54:39 2009 +0000 @@ -76651,7 +79052,7 @@ Date: Tue May 19 17:54:39 2009 +0000 web/edit_entry.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit 48272751 +commit 482727517 Author: dceschools Date: Mon May 18 17:35:52 2009 +0000 @@ -76660,7 +79061,7 @@ Date: Mon May 18 17:35:52 2009 +0000 web/mrbs_sql.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -commit 540cc946 +commit 540cc9461 Author: Campbell Morrison Date: Thu May 14 16:20:10 2009 +0000 @@ -76669,7 +79070,7 @@ Date: Thu May 14 16:20:10 2009 +0000 web/edit_entry.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 20b233a1 +commit 20b233a14 Author: Campbell Morrison Date: Wed May 13 21:45:04 2009 +0000 @@ -76678,7 +79079,7 @@ Date: Wed May 13 21:45:04 2009 +0000 web/edit_entry.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit a3db47b0 +commit a3db47b08 Author: Campbell Morrison Date: Wed May 13 15:55:16 2009 +0000 @@ -76691,7 +79092,7 @@ Date: Wed May 13 15:55:16 2009 +0000 web/edit_entry.php | 4 +++- 5 files changed, 23 insertions(+), 3 deletions(-) -commit 34855f9c +commit 34855f9c1 Author: Campbell Morrison Date: Wed May 13 10:14:13 2009 +0000 @@ -76700,7 +79101,7 @@ Date: Wed May 13 10:14:13 2009 +0000 web/mrbs.css.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) -commit 1599b321 +commit 1599b321c Author: Campbell Morrison Date: Tue May 12 08:51:40 2009 +0000 @@ -76709,7 +79110,7 @@ Date: Tue May 12 08:51:40 2009 +0000 web/edit_area_room.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -commit 4e4da329 +commit 4e4da329c Author: John Beranek Date: Tue May 5 20:52:42 2009 +0000 @@ -76724,7 +79125,7 @@ Date: Tue May 5 20:52:42 2009 +0000 web/upgrade/3/pgsql.sql | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) -commit 3fb164c7 +commit 3fb164c72 Author: Campbell Morrison Date: Wed Apr 29 23:16:16 2009 +0000 @@ -76733,7 +79134,7 @@ Date: Wed Apr 29 23:16:16 2009 +0000 web/edit_entry.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 7111f1a1 +commit 7111f1a15 Author: Campbell Morrison Date: Wed Apr 29 22:13:43 2009 +0000 @@ -76742,7 +79143,7 @@ Date: Wed Apr 29 22:13:43 2009 +0000 web/functions.inc | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) -commit f6bbf7bb +commit f6bbf7bb4 Author: Campbell Morrison Date: Wed Apr 29 10:19:16 2009 +0000 @@ -76751,7 +79152,7 @@ Date: Wed Apr 29 10:19:16 2009 +0000 web/functions.inc | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) -commit 4c9aaad3 +commit 4c9aaad3f Author: Campbell Morrison Date: Thu Apr 23 09:11:34 2009 +0000 @@ -76760,7 +79161,7 @@ Date: Thu Apr 23 09:11:34 2009 +0000 web/edit_users.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 64fa2931 +commit 64fa2931e Author: Campbell Morrison Date: Wed Apr 22 16:09:51 2009 +0000 @@ -76769,7 +79170,7 @@ Date: Wed Apr 22 16:09:51 2009 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3fc3e812 +commit 3fc3e812c Author: Campbell Morrison Date: Wed Apr 22 15:58:21 2009 +0000 @@ -76782,7 +79183,7 @@ Date: Wed Apr 22 15:58:21 2009 +0000 web/lang.en | 2 ++ 4 files changed, 62 insertions(+), 14 deletions(-) -commit 831e9796 +commit 831e9796a Author: Campbell Morrison Date: Wed Apr 22 15:22:32 2009 +0000 @@ -76791,7 +79192,7 @@ Date: Wed Apr 22 15:22:32 2009 +0000 web/add.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 43a9535c +commit 43a9535c5 Author: Campbell Morrison Date: Wed Apr 22 14:57:53 2009 +0000 @@ -76800,7 +79201,7 @@ Date: Wed Apr 22 14:57:53 2009 +0000 web/del.php | 1 + 1 file changed, 1 insertion(+) -commit 994ba536 +commit 994ba5360 Author: Campbell Morrison Date: Wed Apr 22 14:40:00 2009 +0000 @@ -76809,7 +79210,7 @@ Date: Wed Apr 22 14:40:00 2009 +0000 web/edit_area_room.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit d437ffbe +commit d437ffbe6 Author: Campbell Morrison Date: Wed Apr 22 14:35:58 2009 +0000 @@ -76818,7 +79219,7 @@ Date: Wed Apr 22 14:35:58 2009 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 68edb819 +commit 68edb8193 Author: Campbell Morrison Date: Wed Apr 22 14:29:36 2009 +0000 @@ -76828,7 +79229,7 @@ Date: Wed Apr 22 14:29:36 2009 +0000 web/lang.en | 6 ++-- 2 files changed, 67 insertions(+), 9 deletions(-) -commit 64f60702 +commit 64f607026 Author: Campbell Morrison Date: Thu Apr 16 14:39:16 2009 +0000 @@ -76840,7 +79241,7 @@ Date: Thu Apr 16 14:39:16 2009 +0000 web/mrbs_sql.inc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) -commit 959b8b7f +commit 959b8b7f9 Author: Campbell Morrison Date: Thu Apr 16 13:23:57 2009 +0000 @@ -76861,13 +79262,13 @@ Date: Thu Apr 16 13:23:57 2009 +0000 web/week.php | 2 +- 11 files changed, 331 insertions(+), 293 deletions(-) -commit cbd54d6d +commit cbd54d6d3 Author: John Beranek Date: Mon Apr 6 21:27:45 2009 +0000 * Set SVN ignores for Eclipse project files. -commit a9ac90c4 +commit a9ac90c48 Author: John Beranek Date: Mon Apr 6 20:53:38 2009 +0000 @@ -76881,7 +79282,7 @@ Date: Mon Apr 6 20:53:38 2009 +0000 web/upgrade/3/pgsql.sql | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) -commit 80a9e507 +commit 80a9e5072 Author: John Beranek Date: Mon Apr 6 20:46:15 2009 +0000 @@ -76891,7 +79292,7 @@ Date: Mon Apr 6 20:46:15 2009 +0000 web/language.inc | 3 +++ 1 file changed, 3 insertions(+) -commit 072cedeb +commit 072cedeb0 Author: Campbell Morrison Date: Fri Apr 3 18:23:19 2009 +0000 @@ -76901,7 +79302,7 @@ Date: Fri Apr 3 18:23:19 2009 +0000 web/mrbs.css.php | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) -commit 5f65a09d +commit 5f65a09d6 Author: Campbell Morrison Date: Fri Apr 3 17:55:17 2009 +0000 @@ -76910,7 +79311,7 @@ Date: Fri Apr 3 17:55:17 2009 +0000 web/day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5ab62a95 +commit 5ab62a95c Author: Campbell Morrison Date: Fri Apr 3 17:14:20 2009 +0000 @@ -76922,7 +79323,7 @@ Date: Fri Apr 3 17:14:20 2009 +0000 web/mrbs.css.php | 25 +++++++++++++------------ 4 files changed, 18 insertions(+), 17 deletions(-) -commit 4f5eea4d +commit 4f5eea4d5 Author: Campbell Morrison Date: Fri Apr 3 16:52:17 2009 +0000 @@ -76931,7 +79332,7 @@ Date: Fri Apr 3 16:52:17 2009 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 24400502 +commit 24400502a Author: Campbell Morrison Date: Fri Apr 3 07:53:25 2009 +0000 @@ -76940,7 +79341,7 @@ Date: Fri Apr 3 07:53:25 2009 +0000 web/mrbs.css.php | 3 +++ 1 file changed, 3 insertions(+) -commit 34780805 +commit 347808058 Author: Campbell Morrison Date: Thu Apr 2 22:28:41 2009 +0000 @@ -76953,7 +79354,7 @@ Date: Thu Apr 2 22:28:41 2009 +0000 web/week.php | 305 ++++++++++++++++++++++++++++--------------- 5 files changed, 444 insertions(+), 203 deletions(-) -commit 8b3f9391 +commit 8b3f9391e Author: Campbell Morrison Date: Wed Apr 1 13:55:22 2009 +0000 @@ -76964,7 +79365,7 @@ Date: Wed Apr 1 13:55:22 2009 +0000 web/view_entry.php | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) -commit c683f874 +commit c683f8745 Author: Campbell Morrison Date: Wed Apr 1 12:58:57 2009 +0000 @@ -76973,7 +79374,7 @@ Date: Wed Apr 1 12:58:57 2009 +0000 web/config.inc.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) -commit 26ffd70f +commit 26ffd70f1 Author: Campbell Morrison Date: Wed Apr 1 12:47:44 2009 +0000 @@ -76984,7 +79385,7 @@ Date: Wed Apr 1 12:47:44 2009 +0000 web/view_entry.php | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) -commit 13114bf7 +commit 13114bf7f Author: John Beranek Date: Tue Mar 31 20:25:12 2009 +0000 @@ -76994,7 +79395,7 @@ Date: Tue Mar 31 20:25:12 2009 +0000 web/auth_nis.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5607a481 +commit 5607a4819 Author: Campbell Morrison Date: Tue Mar 31 11:38:41 2009 +0000 @@ -77006,7 +79407,7 @@ Date: Tue Mar 31 11:38:41 2009 +0000 web/edit_area_room.php | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) -commit 8c0625ac +commit 8c0625ac8 Author: John Beranek Date: Thu Mar 26 21:23:13 2009 +0000 @@ -77017,7 +79418,7 @@ Date: Thu Mar 26 21:23:13 2009 +0000 tables.pg.sql | 22 ++++++++++++++++------ 3 files changed, 37 insertions(+), 13 deletions(-) -commit e05ff2c6 +commit e05ff2c60 Author: Campbell Morrison Date: Thu Mar 26 00:35:30 2009 +0000 @@ -77026,7 +79427,7 @@ Date: Thu Mar 26 00:35:30 2009 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 12c102df +commit 12c102df0 Author: Campbell Morrison Date: Wed Mar 25 23:14:38 2009 +0000 @@ -77035,7 +79436,7 @@ Date: Wed Mar 25 23:14:38 2009 +0000 web/functions_mail.inc | 2 ++ 1 file changed, 2 insertions(+) -commit e2cf0119 +commit e2cf01193 Author: Campbell Morrison Date: Wed Mar 25 14:44:42 2009 +0000 @@ -77044,7 +79445,7 @@ Date: Wed Mar 25 14:44:42 2009 +0000 web/edit_users.php | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) -commit 7b00564b +commit 7b00564b7 Author: Campbell Morrison Date: Wed Mar 25 14:22:05 2009 +0000 @@ -77054,7 +79455,7 @@ Date: Wed Mar 25 14:22:05 2009 +0000 web/functions.inc | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 31 deletions(-) -commit 680a326d +commit 680a326d5 Author: Campbell Morrison Date: Wed Mar 25 13:30:48 2009 +0000 @@ -77067,7 +79468,7 @@ Date: Wed Mar 25 13:30:48 2009 +0000 web/upgrade/local/1/pgsql.sql (new) | 4 ++++ 5 files changed, 53 insertions(+), 11 deletions(-) -commit b2cb9818 +commit b2cb98184 Author: Campbell Morrison Date: Wed Mar 25 09:33:26 2009 +0000 @@ -77077,7 +79478,7 @@ Date: Wed Mar 25 09:33:26 2009 +0000 web/session_php.inc | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) -commit 198f18ef +commit 198f18efc Author: Campbell Morrison Date: Wed Mar 25 09:18:37 2009 +0000 @@ -77086,7 +79487,7 @@ Date: Wed Mar 25 09:18:37 2009 +0000 web/edit_entry.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 43f23f5c +commit 43f23f5c0 Author: Campbell Morrison Date: Wed Mar 25 08:47:35 2009 +0000 @@ -77097,7 +79498,7 @@ Date: Wed Mar 25 08:47:35 2009 +0000 web/index.php | 16 ++++------------ 3 files changed, 8 insertions(+), 17 deletions(-) -commit 8d8756dd +commit 8d8756ddf Author: Campbell Morrison Date: Tue Mar 24 09:25:28 2009 +0000 @@ -77106,7 +79507,7 @@ Date: Tue Mar 24 09:25:28 2009 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a406930f +commit a406930f4 Author: dceschools Date: Mon Mar 23 22:02:10 2009 +0000 @@ -77115,7 +79516,7 @@ Date: Mon Mar 23 22:02:10 2009 +0000 web/functions.inc | 1 + 1 file changed, 1 insertion(+) -commit e92a26ec +commit e92a26ec3 Author: dceschools Date: Mon Mar 23 20:13:13 2009 +0000 @@ -77125,7 +79526,7 @@ Date: Mon Mar 23 20:13:13 2009 +0000 web/upgrade/3/pgsql.sql | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -commit f157204a +commit f157204a0 Author: Campbell Morrison Date: Mon Mar 23 19:20:50 2009 +0000 @@ -77134,7 +79535,7 @@ Date: Mon Mar 23 19:20:50 2009 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit cfc7a8a4 +commit cfc7a8a44 Author: Campbell Morrison Date: Mon Mar 23 18:26:31 2009 +0000 @@ -77143,7 +79544,7 @@ Date: Mon Mar 23 18:26:31 2009 +0000 web/edit_users.php | 5 +++++ 1 file changed, 5 insertions(+) -commit 3f0dc66f +commit 3f0dc66f5 Author: Campbell Morrison Date: Sun Mar 22 23:11:25 2009 +0000 @@ -77152,7 +79553,7 @@ Date: Sun Mar 22 23:11:25 2009 +0000 web/functions.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 018bf539 +commit 018bf5390 Author: Campbell Morrison Date: Sun Mar 22 17:42:56 2009 +0000 @@ -77161,7 +79562,7 @@ Date: Sun Mar 22 17:42:56 2009 +0000 web/edit_entry.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit c979e917 +commit c979e9177 Author: Campbell Morrison Date: Sun Mar 22 17:01:52 2009 +0000 @@ -77171,7 +79572,7 @@ Date: Sun Mar 22 17:01:52 2009 +0000 web/lang.en | 3 ++- 2 files changed, 33 insertions(+), 15 deletions(-) -commit 3cb5d743 +commit 3cb5d7430 Author: Campbell Morrison Date: Sun Mar 22 15:22:19 2009 +0000 @@ -77182,7 +79583,7 @@ Date: Sun Mar 22 15:22:19 2009 +0000 web/functions.inc | 8 ++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) -commit 7ffd3a4e +commit 7ffd3a4ea Author: Campbell Morrison Date: Sun Mar 22 11:58:14 2009 +0000 @@ -77193,7 +79594,7 @@ Date: Sun Mar 22 11:58:14 2009 +0000 web/week.php | 10 +++++++++- 3 files changed, 25 insertions(+), 12 deletions(-) -commit 9efbd8ab +commit 9efbd8ab9 Author: Campbell Morrison Date: Sat Mar 21 13:24:11 2009 +0000 @@ -77202,7 +79603,7 @@ Date: Sat Mar 21 13:24:11 2009 +0000 web/edit_area_room.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit f1d970a8 +commit f1d970a8a Author: Campbell Morrison Date: Fri Mar 20 00:24:45 2009 +0000 @@ -77213,7 +79614,7 @@ Date: Fri Mar 20 00:24:45 2009 +0000 web/lang.en | 1 + 3 files changed, 23 insertions(+), 7 deletions(-) -commit 5a3a3572 +commit 5a3a35726 Author: Campbell Morrison Date: Thu Mar 19 23:22:14 2009 +0000 @@ -77222,7 +79623,7 @@ Date: Thu Mar 19 23:22:14 2009 +0000 web/edit_area_room.php | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) -commit cb81695b +commit cb81695bb Author: Campbell Morrison Date: Thu Mar 19 22:52:37 2009 +0000 @@ -77231,7 +79632,7 @@ Date: Thu Mar 19 22:52:37 2009 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1d3cdc0f +commit 1d3cdc0fb Author: dceschools Date: Wed Mar 18 21:56:42 2009 +0000 @@ -77257,7 +79658,7 @@ Date: Wed Mar 18 21:56:42 2009 +0000 web/week.php | 9 ++++-- 18 files changed, 321 insertions(+), 28 deletions(-) -commit d9de185f +commit d9de185fb Author: Campbell Morrison Date: Wed Mar 18 20:38:36 2009 +0000 @@ -77266,7 +79667,7 @@ Date: Wed Mar 18 20:38:36 2009 +0000 web/edit_entry.php | 51 +++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 19 deletions(-) -commit e85a1aa9 +commit e85a1aa9f Author: Campbell Morrison Date: Wed Mar 18 20:18:09 2009 +0000 @@ -77275,7 +79676,7 @@ Date: Wed Mar 18 20:18:09 2009 +0000 web/edit_entry_handler.php | 1 + 1 file changed, 1 insertion(+) -commit 487b4db6 +commit 487b4db6c Author: Campbell Morrison Date: Wed Mar 18 19:14:51 2009 +0000 @@ -77299,7 +79700,7 @@ Date: Wed Mar 18 19:14:51 2009 +0000 web/week.php | 12 +- 16 files changed, 553 insertions(+), 159 deletions(-) -commit 028cc95c +commit 028cc95c2 Author: Campbell Morrison Date: Mon Mar 16 16:10:55 2009 +0000 @@ -77308,7 +79709,7 @@ Date: Mon Mar 16 16:10:55 2009 +0000 web/upgrade.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 58406a19 +commit 58406a199 Author: Campbell Morrison Date: Fri Mar 13 22:32:25 2009 +0000 @@ -77317,7 +79718,7 @@ Date: Fri Mar 13 22:32:25 2009 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a534a3d4 +commit a534a3d47 Author: Campbell Morrison Date: Fri Mar 13 22:29:51 2009 +0000 @@ -77328,7 +79729,7 @@ Date: Fri Mar 13 22:29:51 2009 +0000 web/week.php | 4 ++++ 3 files changed, 9 insertions(+) -commit d4266ecb +commit d4266ecbe Author: Campbell Morrison Date: Fri Mar 13 19:44:08 2009 +0000 @@ -77348,7 +79749,7 @@ Date: Fri Mar 13 19:44:08 2009 +0000 web/week.php | 212 ++------------ 10 files changed, 535 insertions(+), 356 deletions(-) -commit ce449d0d +commit ce449d0d9 Author: Campbell Morrison Date: Wed Mar 11 17:08:44 2009 +0000 @@ -77357,7 +79758,7 @@ Date: Wed Mar 11 17:08:44 2009 +0000 web/edit_users.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit d0c2a1e8 +commit d0c2a1e81 Author: Campbell Morrison Date: Wed Mar 11 16:46:25 2009 +0000 @@ -77369,7 +79770,7 @@ Date: Wed Mar 11 16:46:25 2009 +0000 web/lang.en | 1 + 2 files changed, 192 insertions(+), 178 deletions(-) -commit 5af3887c +commit 5af3887ca Author: Campbell Morrison Date: Thu Mar 5 17:31:16 2009 +0000 @@ -77379,7 +79780,7 @@ Date: Thu Mar 5 17:31:16 2009 +0000 web/xbLib.js | 28 ++++++++++++++++++++++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) -commit e0e22e21 +commit e0e22e219 Author: John Beranek Date: Mon Mar 2 15:03:05 2009 +0000 @@ -77388,7 +79789,7 @@ Date: Mon Mar 2 15:03:05 2009 +0000 web/config.inc.php | 3 +++ 1 file changed, 3 insertions(+) -commit 0f46eb43 +commit 0f46eb43c Author: John Beranek Date: Mon Mar 2 14:57:54 2009 +0000 @@ -77404,7 +79805,7 @@ Date: Mon Mar 2 14:57:54 2009 +0000 web/session_php.inc | 14 +++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) -commit 7d6d8ae2 +commit 7d6d8ae20 Author: John Beranek Date: Mon Mar 2 14:30:23 2009 +0000 @@ -77452,7 +79853,7 @@ Date: Mon Mar 2 14:30:23 2009 +0000 web/week.php | 14 +- 30 files changed, 163 insertions(+), 388 deletions(-) -commit 7abb55d4 +commit 7abb55d4f Author: Campbell Morrison Date: Mon Mar 2 01:29:12 2009 +0000 @@ -77461,7 +79862,7 @@ Date: Mon Mar 2 01:29:12 2009 +0000 web/edit_entry_handler.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) -commit 4288a282 +commit 4288a282a Author: John Beranek Date: Sun Mar 1 23:23:29 2009 +0000 @@ -77470,7 +79871,7 @@ Date: Sun Mar 1 23:23:29 2009 +0000 web/dbsys.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f1291453 +commit f12914536 Author: John Beranek Date: Sun Mar 1 23:18:07 2009 +0000 @@ -77529,7 +79930,7 @@ Date: Sun Mar 1 23:18:07 2009 +0000 web/week.php | 4 +- 29 files changed, 299 insertions(+), 47 deletions(-) -commit 622d2838 +commit 622d2838d Author: John Beranek Date: Fri Feb 27 23:22:59 2009 +0000 @@ -77538,7 +79939,7 @@ Date: Fri Feb 27 23:22:59 2009 +0000 web/auth_db_ext.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 81b05d68 +commit 81b05d688 Author: John Beranek Date: Thu Feb 26 20:53:05 2009 +0000 @@ -77548,7 +79949,7 @@ Date: Thu Feb 26 20:53:05 2009 +0000 tables.pg.73and_above.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ac45444b +commit ac45444b4 Author: Campbell Morrison Date: Thu Feb 26 15:14:06 2009 +0000 @@ -77557,7 +79958,7 @@ Date: Thu Feb 26 15:14:06 2009 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a2148365 +commit a21483658 Author: Campbell Morrison Date: Wed Feb 25 12:06:53 2009 +0000 @@ -77567,7 +79968,7 @@ Date: Wed Feb 25 12:06:53 2009 +0000 web/edit_users.php | 45 +++++++++++++++++++++++++++++++++++--------- 2 files changed, 39 insertions(+), 10 deletions(-) -commit 457fa159 +commit 457fa1598 Author: Campbell Morrison Date: Wed Feb 25 11:47:35 2009 +0000 @@ -77576,7 +79977,7 @@ Date: Wed Feb 25 11:47:35 2009 +0000 web/edit_users.php | 5 ----- 1 file changed, 5 deletions(-) -commit 2db4bc6c +commit 2db4bc6c4 Author: John Beranek Date: Tue Feb 24 22:52:28 2009 +0000 @@ -77586,7 +79987,7 @@ Date: Tue Feb 24 22:52:28 2009 +0000 AUTHENTICATION | 102 +++++++++++++++++++++++------------------------ 1 file changed, 49 insertions(+), 53 deletions(-) -commit 5b85ac15 +commit 5b85ac151 Author: John Beranek Date: Tue Feb 24 22:40:13 2009 +0000 @@ -77600,7 +80001,7 @@ Date: Tue Feb 24 22:40:13 2009 +0000 web/mysqli.inc | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) -commit 1e117403 +commit 1e1174039 Author: John Beranek Date: Tue Feb 24 22:27:19 2009 +0000 @@ -77630,7 +80031,7 @@ Date: Tue Feb 24 22:27:19 2009 +0000 web/pgsql.inc | 10 +++++ 5 files changed, 175 insertions(+), 27 deletions(-) -commit fb60867a +commit fb60867a6 Author: Campbell Morrison Date: Tue Feb 24 19:26:53 2009 +0000 @@ -77686,7 +80087,7 @@ Date: Tue Feb 24 19:26:53 2009 +0000 web/mrbs_auth.inc | 6 +- 38 files changed, 375 insertions(+), 213 deletions(-) -commit 9d6759fb +commit 9d6759fbe Author: Campbell Morrison Date: Wed Feb 18 00:20:52 2009 +0000 @@ -77695,7 +80096,7 @@ Date: Wed Feb 18 00:20:52 2009 +0000 web/config.inc.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit affc28e9 +commit affc28e96 Author: John Beranek Date: Sun Feb 15 21:42:55 2009 +0000 @@ -77704,7 +80105,7 @@ Date: Sun Feb 15 21:42:55 2009 +0000 web/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 90e88d7d +commit 90e88d7d0 Author: John Beranek Date: Sun Feb 15 19:57:54 2009 +0000 @@ -77713,7 +80114,7 @@ Date: Sun Feb 15 19:57:54 2009 +0000 web/view_entry.php | 1 + 1 file changed, 1 insertion(+) -commit ad575ec2 +commit ad575ec2a Author: John Beranek Date: Sun Feb 15 18:41:48 2009 +0000 @@ -77722,7 +80123,7 @@ Date: Sun Feb 15 18:41:48 2009 +0000 web/lang.pl (new) | 262 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 262 insertions(+) -commit 11debd7d +commit 11debd7de Author: Campbell Morrison Date: Sun Feb 15 13:17:31 2009 +0000 @@ -77732,7 +80133,7 @@ Date: Sun Feb 15 13:17:31 2009 +0000 web/Themes/default.inc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) -commit b87875e3 +commit b87875e32 Author: Campbell Morrison Date: Sun Feb 15 13:11:26 2009 +0000 @@ -77741,7 +80142,7 @@ Date: Sun Feb 15 13:11:26 2009 +0000 web/mrbs-print.css.php | 6 ++++++ 1 file changed, 6 insertions(+) -commit a9bfa3fc +commit a9bfa3fc8 Author: Campbell Morrison Date: Sun Feb 15 12:54:30 2009 +0000 @@ -77757,7 +80158,7 @@ Date: Sun Feb 15 12:54:30 2009 +0000 web/style.inc | 2 +- 7 files changed, 66 insertions(+), 19 deletions(-) -commit a5a3b8e3 +commit a5a3b8e38 Author: John Beranek Date: Sat Feb 14 23:32:30 2009 +0000 @@ -77766,7 +80167,7 @@ Date: Sat Feb 14 23:32:30 2009 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9e1a0859 +commit 9e1a08590 Author: John Beranek Date: Sat Feb 14 23:31:22 2009 +0000 @@ -77777,7 +80178,7 @@ Date: Sat Feb 14 23:31:22 2009 +0000 web/edit_entry_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1d44bd19 (tag: mrbs-1_4_1) +commit 1d44bd196 (tag: mrbs-1_4_1) Author: John Beranek Date: Sat Feb 14 21:51:26 2009 +0000 @@ -77787,7 +80188,7 @@ Date: Sat Feb 14 21:51:26 2009 +0000 NEWS | 37 ++++++ 2 files changed, 356 insertions(+) -commit 898c98bf +commit 898c98bf9 Author: John Beranek Date: Sat Feb 14 14:10:53 2009 +0000 @@ -77796,7 +80197,7 @@ Date: Sat Feb 14 14:10:53 2009 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 366ef990 +commit 366ef990e Author: John Beranek Date: Fri Feb 6 13:11:29 2009 +0000 @@ -77814,7 +80215,7 @@ Date: Fri Feb 6 13:11:29 2009 +0000 web/site_faq_nl.html | 2 +- 8 files changed, 190 insertions(+), 190 deletions(-) -commit 20d5f255 +commit 20d5f255d Author: John Beranek Date: Fri Feb 6 12:47:24 2009 +0000 @@ -77827,7 +80228,7 @@ Date: Fri Feb 6 12:47:24 2009 +0000 web/mrbs.css.php | 1436 ++++++++++++++++++++--------------------- 5 files changed, 812 insertions(+), 812 deletions(-) -commit c27105e3 +commit c27105e33 Author: John Beranek Date: Thu Feb 5 22:34:44 2009 +0000 @@ -77837,7 +80238,7 @@ Date: Thu Feb 5 22:34:44 2009 +0000 web/version.inc | 2 ++ 2 files changed, 4 insertions(+) -commit 11a34b32 +commit 11a34b329 Author: John Beranek Date: Thu Feb 5 22:25:23 2009 +0000 @@ -77846,7 +80247,7 @@ Date: Thu Feb 5 22:25:23 2009 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8fc4e06a +commit 8fc4e06a3 Author: Campbell Morrison Date: Sat Jan 24 17:03:27 2009 +0000 @@ -77859,7 +80260,7 @@ Date: Sat Jan 24 17:03:27 2009 +0000 web/mrbs.css.php | 145 +++++++++--------------------- 3 files changed, 224 insertions(+), 105 deletions(-) -commit 09fdf7e0 +commit 09fdf7e06 Author: Campbell Morrison Date: Fri Jan 23 20:51:57 2009 +0000 @@ -77868,7 +80269,7 @@ Date: Fri Jan 23 20:51:57 2009 +0000 web/edit_entry_handler.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 9891c788 +commit 9891c788d Author: Campbell Morrison Date: Fri Jan 23 20:36:13 2009 +0000 @@ -77877,7 +80278,7 @@ Date: Fri Jan 23 20:36:13 2009 +0000 web/edit_entry.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 7bde0290 +commit 7bde02909 Author: Campbell Morrison Date: Fri Jan 23 20:31:25 2009 +0000 @@ -77890,13 +80291,13 @@ Date: Fri Jan 23 20:31:25 2009 +0000 web/edit_entry_handler.php | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) -commit 3422b5dd +commit 3422b5ddc Author: Campbell Morrison Date: Thu Jan 22 09:53:46 2009 +0000 Added keywords -commit e98bc2b8 +commit e98bc2b86 Author: Campbell Morrison Date: Thu Jan 22 00:36:30 2009 +0000 @@ -77915,7 +80316,7 @@ Date: Thu Jan 22 00:36:30 2009 +0000 web/week.php | 211 ++++++++++++++++++++---------------- 11 files changed, 423 insertions(+), 194 deletions(-) -commit 1f680b50 +commit 1f680b50e Author: Campbell Morrison Date: Tue Jan 20 14:17:24 2009 +0000 @@ -77924,7 +80325,7 @@ Date: Tue Jan 20 14:17:24 2009 +0000 web/config.inc.php | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) -commit 268029ba +commit 268029ba6 Author: John Beranek Date: Mon Jan 19 14:01:31 2009 +0000 @@ -77934,7 +80335,7 @@ Date: Mon Jan 19 14:01:31 2009 +0000 web/mysql.inc | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) -commit d9b8fcdf +commit d9b8fcdfa Author: John Beranek Date: Thu Jan 15 09:22:10 2009 +0000 @@ -77944,7 +80345,7 @@ Date: Thu Jan 15 09:22:10 2009 +0000 AUTHENTICATION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit aa73596a +commit aa73596af Author: John Beranek Date: Wed Jan 14 22:04:22 2009 +0000 @@ -77953,7 +80354,7 @@ Date: Wed Jan 14 22:04:22 2009 +0000 web/dbsys.inc (new) | 480 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 480 insertions(+) -commit c4771feb +commit c4771feb5 Author: John Beranek Date: Wed Jan 14 21:48:50 2009 +0000 @@ -77996,7 +80397,7 @@ Date: Wed Jan 14 21:48:50 2009 +0000 web/week.php | 2 +- 23 files changed, 548 insertions(+), 264 deletions(-) -commit d0bb0b50 +commit d0bb0b50f Author: John Beranek Date: Mon Jan 12 21:51:25 2009 +0000 @@ -78005,7 +80406,7 @@ Date: Mon Jan 12 21:51:25 2009 +0000 web/lang.it | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6b8cb5d3 +commit 6b8cb5d3f Author: Campbell Morrison Date: Mon Jan 12 11:20:28 2009 +0000 @@ -78014,7 +80415,7 @@ Date: Mon Jan 12 11:20:28 2009 +0000 web/mincals.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit cd988661 +commit cd9886616 Author: Campbell Morrison Date: Fri Jan 9 19:30:32 2009 +0000 @@ -78023,7 +80424,7 @@ Date: Fri Jan 9 19:30:32 2009 +0000 web/edit_entry.php | 68 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 9 deletions(-) -commit efff9c59 +commit efff9c59d Author: Campbell Morrison Date: Sun Dec 21 22:22:07 2008 +0000 @@ -78034,7 +80435,7 @@ Date: Sun Dec 21 22:22:07 2008 +0000 web/xbLib.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 44964c61 +commit 44964c61d Author: Campbell Morrison Date: Fri Dec 19 15:57:09 2008 +0000 @@ -78043,7 +80444,7 @@ Date: Fri Dec 19 15:57:09 2008 +0000 web/edit_entry_handler.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit e5195756 +commit e5195756c Author: Campbell Morrison Date: Thu Dec 18 17:29:19 2008 +0000 @@ -78052,7 +80453,7 @@ Date: Thu Dec 18 17:29:19 2008 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ff48344c +commit ff48344cd Author: Campbell Morrison Date: Thu Dec 18 17:00:29 2008 +0000 @@ -78062,7 +80463,7 @@ Date: Thu Dec 18 17:00:29 2008 +0000 web/xbLib.js | 8 +++++--- 2 files changed, 12 insertions(+), 8 deletions(-) -commit 0671c5db +commit 0671c5db1 Author: John Beranek Date: Sat Dec 13 20:23:37 2008 +0000 @@ -78077,7 +80478,7 @@ Date: Sat Dec 13 20:23:37 2008 +0000 web/week.php | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) -commit 0142c0d7 +commit 0142c0d72 Author: Campbell Morrison Date: Fri Dec 12 09:57:11 2008 +0000 @@ -78086,7 +80487,7 @@ Date: Fri Dec 12 09:57:11 2008 +0000 web/mincals.inc | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) -commit 39c8dad5 +commit 39c8dad52 Author: Campbell Morrison Date: Fri Dec 12 00:00:46 2008 +0000 @@ -78095,7 +80496,7 @@ Date: Fri Dec 12 00:00:46 2008 +0000 web/mincals.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 4bde22c7 +commit 4bde22c74 Author: Campbell Morrison Date: Thu Dec 11 10:31:40 2008 +0000 @@ -78104,7 +80505,7 @@ Date: Thu Dec 11 10:31:40 2008 +0000 web/search.php | 2 ++ 1 file changed, 2 insertions(+) -commit 09dd23a1 +commit 09dd23a17 Author: Campbell Morrison Date: Wed Dec 10 08:14:11 2008 +0000 @@ -78113,7 +80514,7 @@ Date: Wed Dec 10 08:14:11 2008 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 708c8dcf +commit 708c8dcf8 Author: Campbell Morrison Date: Tue Dec 9 10:55:42 2008 +0000 @@ -78122,7 +80523,7 @@ Date: Tue Dec 9 10:55:42 2008 +0000 web/mrbs.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit e466de75 +commit e466de75f Author: Campbell Morrison Date: Mon Dec 8 11:45:37 2008 +0000 @@ -78132,7 +80533,7 @@ Date: Mon Dec 8 11:45:37 2008 +0000 web/functions.inc | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) -commit 363b6a2a +commit 363b6a2a3 Author: Campbell Morrison Date: Mon Dec 8 11:25:05 2008 +0000 @@ -78143,7 +80544,7 @@ Date: Mon Dec 8 11:25:05 2008 +0000 web/mrbs.css.php | 7 ++++--- 3 files changed, 40 insertions(+), 12 deletions(-) -commit 96b8f501 +commit 96b8f501a Author: John Beranek Date: Fri Dec 5 13:57:41 2008 +0000 @@ -78154,7 +80555,7 @@ Date: Fri Dec 5 13:57:41 2008 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ca2e1c73 +commit ca2e1c733 Author: John Beranek Date: Wed Dec 3 14:35:09 2008 +0000 @@ -78164,7 +80565,7 @@ Date: Wed Dec 3 14:35:09 2008 +0000 NEWS | 10 ++- 2 files changed, 180 insertions(+), 1 deletion(-) -commit 298fca26 +commit 298fca261 Author: John Beranek Date: Wed Dec 3 14:27:45 2008 +0000 @@ -78173,7 +80574,7 @@ Date: Wed Dec 3 14:27:45 2008 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4e71e7bd +commit 4e71e7bd4 Author: John Beranek Date: Wed Dec 3 14:27:20 2008 +0000 @@ -78182,7 +80583,7 @@ Date: Wed Dec 3 14:27:20 2008 +0000 web/config.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -commit df29f3cd (tag: mrbs-1_4) +commit df29f3cd0 (tag: mrbs-1_4) Author: John Beranek Date: Fri Nov 14 15:31:35 2008 +0000 @@ -78191,7 +80592,7 @@ Date: Fri Nov 14 15:31:35 2008 +0000 web/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2cdcf399 +commit 2cdcf3999 Author: John Beranek Date: Fri Nov 14 15:29:12 2008 +0000 @@ -78200,7 +80601,7 @@ Date: Fri Nov 14 15:29:12 2008 +0000 web/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1d6fa0ef +commit 1d6fa0ef8 Author: John Beranek Date: Fri Nov 14 15:25:49 2008 +0000 @@ -78209,7 +80610,7 @@ Date: Fri Nov 14 15:25:49 2008 +0000 web/lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 84189c74 +commit 84189c74c Author: Campbell Morrison Date: Fri Nov 14 14:20:54 2008 +0000 @@ -78218,7 +80619,7 @@ Date: Fri Nov 14 14:20:54 2008 +0000 web/config.inc.php | 4 ++++ 1 file changed, 4 insertions(+) -commit 8707d28e +commit 8707d28eb Author: Campbell Morrison Date: Fri Nov 14 13:07:28 2008 +0000 @@ -78227,7 +80628,7 @@ Date: Fri Nov 14 13:07:28 2008 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 81efbf59 +commit 81efbf59e Author: Campbell Morrison Date: Fri Nov 14 12:49:50 2008 +0000 @@ -78237,7 +80638,7 @@ Date: Fri Nov 14 12:49:50 2008 +0000 web/lang.en | 1 + 2 files changed, 24 insertions(+), 4 deletions(-) -commit 9ddfc9f9 +commit 9ddfc9f96 Author: Campbell Morrison Date: Fri Nov 14 12:29:35 2008 +0000 @@ -78246,7 +80647,7 @@ Date: Fri Nov 14 12:29:35 2008 +0000 web/edit_users.php | 4 ++++ 1 file changed, 4 insertions(+) -commit e66e06fa +commit e66e06fa6 Author: Campbell Morrison Date: Fri Nov 14 12:16:43 2008 +0000 @@ -78256,7 +80657,7 @@ Date: Fri Nov 14 12:16:43 2008 +0000 web/lang.en | 3 +++ 2 files changed, 37 insertions(+) -commit f2b7d694 +commit f2b7d6943 Author: John Beranek Date: Sun Nov 9 22:04:21 2008 +0000 @@ -78266,7 +80667,7 @@ Date: Sun Nov 9 22:04:21 2008 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2e619c8a +commit 2e619c8aa Author: John Beranek Date: Sun Nov 9 21:59:45 2008 +0000 @@ -78289,7 +80690,7 @@ Date: Sun Nov 9 21:59:45 2008 +0000 web/site_faq_nl.html (mode -x) | 0 9 files changed, 47 insertions(+), 41 deletions(-) -commit 565e1785 +commit 565e17857 Author: John Beranek Date: Fri Nov 7 14:35:47 2008 +0000 @@ -78300,7 +80701,7 @@ Date: Fri Nov 7 14:35:47 2008 +0000 web/edit_entry_handler.php | 1 + 1 file changed, 1 insertion(+) -commit 34d719f4 +commit 34d719f4b Author: Campbell Morrison Date: Wed Nov 5 17:41:10 2008 +0000 @@ -78309,7 +80710,7 @@ Date: Wed Nov 5 17:41:10 2008 +0000 web/xbLib.js | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) -commit 3824df23 +commit 3824df237 Author: Campbell Morrison Date: Tue Oct 28 01:37:26 2008 +0000 @@ -78318,7 +80719,7 @@ Date: Tue Oct 28 01:37:26 2008 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f2de2336 +commit f2de23367 Author: Campbell Morrison Date: Tue Oct 28 01:23:05 2008 +0000 @@ -78329,7 +80730,7 @@ Date: Tue Oct 28 01:23:05 2008 +0000 web/mrbs.css.php | 12 ++++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) -commit b73a82c6 +commit b73a82c69 Author: John Beranek Date: Sun Oct 26 18:35:42 2008 +0000 @@ -78339,7 +80740,7 @@ Date: Sun Oct 26 18:35:42 2008 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2082dca1 +commit 2082dca16 Author: Campbell Morrison Date: Tue Oct 21 21:57:28 2008 +0000 @@ -78349,7 +80750,7 @@ Date: Tue Oct 21 21:57:28 2008 +0000 web/mrbs.css.php | 19 +++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) -commit d00d441b +commit d00d441be Author: Campbell Morrison Date: Sun Oct 19 11:45:08 2008 +0000 @@ -78358,7 +80759,7 @@ Date: Sun Oct 19 11:45:08 2008 +0000 web/config.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 610ad2f6 +commit 610ad2f64 Author: Campbell Morrison Date: Sun Oct 19 08:04:26 2008 +0000 @@ -78369,13 +80770,13 @@ Date: Sun Oct 19 08:04:26 2008 +0000 web/mrbs.css.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 29c868e8 +commit 29c868e80 Author: John Beranek Date: Sat Oct 18 21:49:18 2008 +0000 * Unset 'svn:keywords' on ChangeLog. -commit 8d237931 +commit 8d2379310 Author: John Beranek Date: Sat Oct 18 19:41:35 2008 +0000 @@ -78385,7 +80786,7 @@ Date: Sat Oct 18 19:41:35 2008 +0000 NEWS | 39 ++++- 2 files changed, 525 insertions(+), 2 deletions(-) -commit 3b9fd567 +commit 3b9fd567c Author: John Beranek Date: Sat Oct 18 18:59:54 2008 +0000 @@ -78394,7 +80795,7 @@ Date: Sat Oct 18 18:59:54 2008 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit dd36783f +commit dd36783f1 Author: Campbell Morrison Date: Sat Oct 18 09:16:31 2008 +0000 @@ -78403,7 +80804,7 @@ Date: Sat Oct 18 09:16:31 2008 +0000 web/functions.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -commit 10a3ca1d +commit 10a3ca1d6 Author: Campbell Morrison Date: Fri Oct 17 15:04:21 2008 +0000 @@ -78412,7 +80813,7 @@ Date: Fri Oct 17 15:04:21 2008 +0000 web/mrbs.css.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit bb50d6a4 +commit bb50d6a42 Author: John Beranek Date: Fri Oct 17 12:20:25 2008 +0000 @@ -78422,7 +80823,7 @@ Date: Fri Oct 17 12:20:25 2008 +0000 web/language.inc | 2 ++ 1 file changed, 2 insertions(+) -commit ec234646 (tag: mrbs-1_4beta2) +commit ec2346467 (tag: mrbs-1_4beta2) Author: Campbell Morrison Date: Fri Oct 17 11:18:40 2008 +0000 @@ -78431,7 +80832,7 @@ Date: Fri Oct 17 11:18:40 2008 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 659dc9b5 +commit 659dc9b54 Author: John Beranek Date: Thu Oct 16 21:29:27 2008 +0000 @@ -78449,7 +80850,7 @@ Date: Thu Oct 16 21:29:27 2008 +0000 web/lang.es | 136 +++++++++++++++++++-------------------- 4 files changed, 135 insertions(+), 136 deletions(-) -commit b7f28c66 +commit b7f28c661 Author: Campbell Morrison Date: Thu Oct 16 09:43:51 2008 +0000 @@ -78463,7 +80864,7 @@ Date: Thu Oct 16 09:43:51 2008 +0000 web/xbLib.js | 33 +++++++++++++++++++++++++ 6 files changed, 124 insertions(+), 17 deletions(-) -commit a86ef0d5 +commit a86ef0d59 Author: John Beranek Date: Tue Oct 14 10:23:07 2008 +0000 @@ -78472,7 +80873,7 @@ Date: Tue Oct 14 10:23:07 2008 +0000 web/lang.ja | 60 +++++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 28 deletions(-) -commit 31c05923 +commit 31c059232 Author: Campbell Morrison Date: Thu Oct 9 15:40:57 2008 +0000 @@ -78481,7 +80882,7 @@ Date: Thu Oct 9 15:40:57 2008 +0000 web/xbLib.js | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) -commit 5bb050fa +commit 5bb050fa4 Author: Campbell Morrison Date: Thu Oct 9 14:26:27 2008 +0000 @@ -78490,7 +80891,7 @@ Date: Thu Oct 9 14:26:27 2008 +0000 web/xbLib.js | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) -commit 710d5224 +commit 710d5224f Author: Campbell Morrison Date: Wed Oct 1 12:47:59 2008 +0000 @@ -78499,7 +80900,7 @@ Date: Wed Oct 1 12:47:59 2008 +0000 web/mrbs.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7a37c3fb +commit 7a37c3fb5 Author: Campbell Morrison Date: Tue Sep 30 12:21:47 2008 +0000 @@ -78509,7 +80910,7 @@ Date: Tue Sep 30 12:21:47 2008 +0000 web/xbLib.js | 46 +++++++++++++++++++++++++++++--------------- 2 files changed, 32 insertions(+), 17 deletions(-) -commit e8a28356 +commit e8a28356a Author: Campbell Morrison Date: Sun Sep 28 19:16:23 2008 +0000 @@ -78518,7 +80919,7 @@ Date: Sun Sep 28 19:16:23 2008 +0000 web/mrbs.css.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 5d7715c9 +commit 5d7715c99 Author: Campbell Morrison Date: Sun Sep 28 18:56:38 2008 +0000 @@ -78529,7 +80930,7 @@ Date: Sun Sep 28 18:56:38 2008 +0000 web/week.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 6425e521 +commit 6425e521b Author: Campbell Morrison Date: Fri Sep 26 10:16:02 2008 +0000 @@ -78538,7 +80939,7 @@ Date: Fri Sep 26 10:16:02 2008 +0000 web/del_entry.php | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) -commit e4e04110 +commit e4e041108 Author: Campbell Morrison Date: Fri Sep 26 10:06:18 2008 +0000 @@ -78547,7 +80948,7 @@ Date: Fri Sep 26 10:06:18 2008 +0000 web/view_entry.php | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) -commit 61e1d232 +commit 61e1d2324 Author: Campbell Morrison Date: Fri Sep 26 08:25:04 2008 +0000 @@ -78558,7 +80959,7 @@ Date: Fri Sep 26 08:25:04 2008 +0000 web/session_php.inc | 35 ++++++++++++++++++++++++++++------- 3 files changed, 60 insertions(+), 10 deletions(-) -commit a189c084 +commit a189c0842 Author: Campbell Morrison Date: Thu Sep 25 22:47:15 2008 +0000 @@ -78575,7 +80976,7 @@ Date: Thu Sep 25 22:47:15 2008 +0000 web/mrbs_auth.inc | 6 +++--- 9 files changed, 15 insertions(+), 15 deletions(-) -commit d735a374 +commit d735a3740 Author: Campbell Morrison Date: Thu Sep 25 21:32:50 2008 +0000 @@ -78584,7 +80985,7 @@ Date: Thu Sep 25 21:32:50 2008 +0000 web/edit_entry_handler.php | 66 ++++++++++++++++++++++++------------ 1 file changed, 44 insertions(+), 22 deletions(-) -commit 57297e3e +commit 57297e3e5 Author: Campbell Morrison Date: Thu Sep 25 20:03:27 2008 +0000 @@ -78593,7 +80994,7 @@ Date: Thu Sep 25 20:03:27 2008 +0000 web/edit_entry_handler.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 4437f71b +commit 4437f71b7 Author: Campbell Morrison Date: Thu Sep 25 18:59:45 2008 +0000 @@ -78618,7 +81019,7 @@ Date: Thu Sep 25 18:59:45 2008 +0000 web/week.php | 2 +- 17 files changed, 96 insertions(+), 55 deletions(-) -commit f1196b4e +commit f1196b4e5 Author: Campbell Morrison Date: Tue Sep 23 08:20:39 2008 +0000 @@ -78627,7 +81028,7 @@ Date: Tue Sep 23 08:20:39 2008 +0000 web/edit_entry_handler.php | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) -commit 0990a871 +commit 0990a8719 Author: Campbell Morrison Date: Tue Sep 23 08:18:24 2008 +0000 @@ -78636,7 +81037,7 @@ Date: Tue Sep 23 08:18:24 2008 +0000 web/month.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 12f86687 +commit 12f866878 Author: Campbell Morrison Date: Fri Sep 19 09:28:37 2008 +0000 @@ -78648,7 +81049,7 @@ Date: Fri Sep 19 09:28:37 2008 +0000 web/mrbs.css.php | 39 ++++++++++++++++++++++++++++++++++----- 2 files changed, 46 insertions(+), 22 deletions(-) -commit 2f18dcc8 +commit 2f18dcc8e Author: Campbell Morrison Date: Thu Sep 18 15:41:16 2008 +0000 @@ -78664,7 +81065,7 @@ Date: Thu Sep 18 15:41:16 2008 +0000 web/week.php | 34 +++---- 4 files changed, 159 insertions(+), 112 deletions(-) -commit 3b714384 +commit 3b7143840 Author: John Beranek Date: Thu Sep 18 08:46:36 2008 +0000 @@ -78673,7 +81074,7 @@ Date: Thu Sep 18 08:46:36 2008 +0000 web/lang.it | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 7b2dddc9 +commit 7b2dddc9a Author: Campbell Morrison Date: Wed Sep 17 15:54:43 2008 +0000 @@ -78683,7 +81084,7 @@ Date: Wed Sep 17 15:54:43 2008 +0000 web/trailer.inc | 14 +++++++++++++- 2 files changed, 53 insertions(+), 6 deletions(-) -commit 6de06907 +commit 6de069071 Author: Campbell Morrison Date: Wed Sep 17 15:09:22 2008 +0000 @@ -78694,7 +81095,7 @@ Date: Wed Sep 17 15:09:22 2008 +0000 web/week.php | 9 ++++++++- 3 files changed, 39 insertions(+), 7 deletions(-) -commit e7de88b8 +commit e7de88b8e Author: Campbell Morrison Date: Wed Sep 17 14:21:15 2008 +0000 @@ -78712,7 +81113,7 @@ Date: Wed Sep 17 14:21:15 2008 +0000 web/mrbs.css.php | 70 +++++++++++++++++++++++++++------------------- 6 files changed, 93 insertions(+), 79 deletions(-) -commit ea0f1f61 +commit ea0f1f618 Author: Campbell Morrison Date: Wed Sep 17 09:41:05 2008 +0000 @@ -78726,7 +81127,7 @@ Date: Wed Sep 17 09:41:05 2008 +0000 web/mrbs.css.php | 14 ++++++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) -commit 5cc5d215 +commit 5cc5d2151 Author: Campbell Morrison Date: Tue Sep 16 15:53:17 2008 +0000 @@ -78740,7 +81141,7 @@ Date: Tue Sep 16 15:53:17 2008 +0000 web/trailer.inc | 26 ++++++++++++++++++++------ 4 files changed, 49 insertions(+), 25 deletions(-) -commit 45a81ac7 +commit 45a81ac7c Author: John Beranek Date: Tue Sep 16 12:57:40 2008 +0000 @@ -78753,7 +81154,7 @@ Date: Tue Sep 16 12:57:40 2008 +0000 web/edit_entry_handler.php | 1 + 2 files changed, 2 insertions(+) -commit b1690ec0 +commit b1690ec0c Author: John Beranek Date: Tue Sep 16 09:37:55 2008 +0000 @@ -78766,7 +81167,7 @@ Date: Tue Sep 16 09:37:55 2008 +0000 web/report.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 4eec3422 +commit 4eec34222 Author: Campbell Morrison Date: Tue Sep 16 09:32:07 2008 +0000 @@ -78775,7 +81176,7 @@ Date: Tue Sep 16 09:32:07 2008 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ec4651b8 +commit ec4651b8e Author: Campbell Morrison Date: Mon Sep 15 15:43:31 2008 +0000 @@ -78784,7 +81185,7 @@ Date: Mon Sep 15 15:43:31 2008 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 10070363 +commit 100703635 Author: John Beranek Date: Mon Sep 15 10:35:44 2008 +0000 @@ -78793,7 +81194,7 @@ Date: Mon Sep 15 10:35:44 2008 +0000 web/lang.fr | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) -commit 21611c8b +commit 21611c8bf Author: John Beranek Date: Sun Sep 14 19:03:42 2008 +0000 @@ -78809,7 +81210,7 @@ Date: Sun Sep 14 19:03:42 2008 +0000 web/lang.tr | 33 +++--- 4 files changed, 46 insertions(+), 265 deletions(-) -commit 87d2f0b8 +commit 87d2f0b8f Author: John Beranek Date: Sat Sep 13 22:02:48 2008 +0000 @@ -78820,7 +81221,7 @@ Date: Sat Sep 13 22:02:48 2008 +0000 web/site_faq_nl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3d74c382 +commit 3d74c382b Author: John Beranek Date: Sat Sep 13 21:24:28 2008 +0000 @@ -78829,7 +81230,7 @@ Date: Sat Sep 13 21:24:28 2008 +0000 web/site_faq_nl.html (new +x) | 198 ++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) -commit c1c51564 +commit c1c515640 Author: John Beranek Date: Sat Sep 13 21:19:27 2008 +0000 @@ -78838,7 +81239,7 @@ Date: Sat Sep 13 21:19:27 2008 +0000 web/lang.nl | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) -commit c048291c +commit c048291cf Author: John Beranek Date: Sat Sep 13 21:03:21 2008 +0000 @@ -78847,7 +81248,7 @@ Date: Sat Sep 13 21:03:21 2008 +0000 web/lang.sl | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) -commit 480b595f +commit 480b595fa Author: Campbell Morrison Date: Sat Sep 13 19:48:35 2008 +0000 @@ -78857,7 +81258,7 @@ Date: Sat Sep 13 19:48:35 2008 +0000 web/mrbs.css.php | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) -commit 3ceee47f +commit 3ceee47fe Author: Campbell Morrison Date: Sat Sep 13 19:13:34 2008 +0000 @@ -78866,7 +81267,7 @@ Date: Sat Sep 13 19:13:34 2008 +0000 web/functions.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 22ba0235 +commit 22ba0235b Author: Campbell Morrison Date: Sat Sep 13 17:52:38 2008 +0000 @@ -78875,7 +81276,7 @@ Date: Sat Sep 13 17:52:38 2008 +0000 web/trailer.inc | 67 +++++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 31 deletions(-) -commit 8ec28fa5 +commit 8ec28fa5e Author: Campbell Morrison Date: Sat Sep 13 17:46:14 2008 +0000 @@ -78884,7 +81285,7 @@ Date: Sat Sep 13 17:46:14 2008 +0000 web/mrbs.css.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 6b8da733 +commit 6b8da7334 Author: Campbell Morrison Date: Sat Sep 13 17:07:59 2008 +0000 @@ -78893,7 +81294,7 @@ Date: Sat Sep 13 17:07:59 2008 +0000 web/month.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 86dfb20f +commit 86dfb20f0 Author: Campbell Morrison Date: Sat Sep 13 16:54:27 2008 +0000 @@ -78904,7 +81305,7 @@ Date: Sat Sep 13 16:54:27 2008 +0000 web/trailer.inc | 215 +++++++++++++++++++++++-------------------- 3 files changed, 122 insertions(+), 100 deletions(-) -commit 8b74f209 +commit 8b74f2094 Author: Campbell Morrison Date: Sat Sep 13 15:30:49 2008 +0000 @@ -78913,7 +81314,7 @@ Date: Sat Sep 13 15:30:49 2008 +0000 web/functions.inc | 7 +++++++ 1 file changed, 7 insertions(+) -commit 375efecb +commit 375efecb6 Author: Campbell Morrison Date: Sat Sep 13 15:04:37 2008 +0000 @@ -78922,7 +81323,7 @@ Date: Sat Sep 13 15:04:37 2008 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2fb44aa0 +commit 2fb44aa0e Author: Campbell Morrison Date: Sat Sep 13 14:59:34 2008 +0000 @@ -78931,7 +81332,7 @@ Date: Sat Sep 13 14:59:34 2008 +0000 web/functions.inc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) -commit f7811f2a +commit f7811f2a2 Author: Campbell Morrison Date: Wed Sep 10 22:30:29 2008 +0000 @@ -78940,7 +81341,7 @@ Date: Wed Sep 10 22:30:29 2008 +0000 web/month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 78371b80 +commit 78371b806 Author: Campbell Morrison Date: Wed Sep 10 21:45:03 2008 +0000 @@ -78951,7 +81352,7 @@ Date: Wed Sep 10 21:45:03 2008 +0000 web/week.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 83c51791 +commit 83c51791f Author: Campbell Morrison Date: Wed Sep 10 21:32:37 2008 +0000 @@ -78962,7 +81363,7 @@ Date: Wed Sep 10 21:32:37 2008 +0000 web/week.php | 62 ++++++++++++++++++++----------------------------- 3 files changed, 68 insertions(+), 89 deletions(-) -commit a98913b2 +commit a98913b21 Author: Campbell Morrison Date: Wed Sep 10 20:07:53 2008 +0000 @@ -78971,7 +81372,7 @@ Date: Wed Sep 10 20:07:53 2008 +0000 web/functions.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 053c4334 +commit 053c4334d Author: Campbell Morrison Date: Wed Sep 10 16:04:50 2008 +0000 @@ -78980,7 +81381,7 @@ Date: Wed Sep 10 16:04:50 2008 +0000 web/mrbs.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4b22fed4 +commit 4b22fed4c Author: Campbell Morrison Date: Wed Sep 10 15:45:02 2008 +0000 @@ -78989,7 +81390,7 @@ Date: Wed Sep 10 15:45:02 2008 +0000 web/mrbs.css.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 7642eca0 +commit 7642eca07 Author: John Beranek Date: Tue Sep 9 20:21:13 2008 +0000 @@ -78998,7 +81399,7 @@ Date: Tue Sep 9 20:21:13 2008 +0000 NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 010cd2cb +commit 010cd2cb4 Author: John Beranek Date: Tue Sep 9 19:51:11 2008 +0000 @@ -79007,7 +81408,7 @@ Date: Tue Sep 9 19:51:11 2008 +0000 ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -commit 8d73d38b +commit 8d73d38b5 Author: John Beranek Date: Tue Sep 9 19:48:24 2008 +0000 @@ -79019,7 +81420,7 @@ Date: Tue Sep 9 19:48:24 2008 +0000 web/version.inc | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) -commit 909cb256 +commit 909cb2566 Author: John Beranek Date: Tue Sep 9 16:36:05 2008 +0000 @@ -79028,7 +81429,7 @@ Date: Tue Sep 9 16:36:05 2008 +0000 ChangeLog | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) -commit 432c25fe +commit 432c25fe2 Author: John Beranek Date: Tue Sep 9 16:33:42 2008 +0000 @@ -79037,7 +81438,7 @@ Date: Tue Sep 9 16:33:42 2008 +0000 web/version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f6313b57 +commit f6313b576 Author: John Beranek Date: Tue Sep 9 16:31:53 2008 +0000 @@ -79059,7 +81460,7 @@ Date: Tue Sep 9 16:31:53 2008 +0000 web/mrbs-print.css | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) -commit 63853deb (tag: mrbs-1_4beta1, tag: mrbs-1_4_b1) +commit 63853deba (tag: mrbs-1_4beta1, tag: mrbs-1_4_b1) Author: Campbell Morrison Date: Tue Sep 9 15:24:30 2008 +0000 @@ -79075,7 +81476,7 @@ Date: Tue Sep 9 15:24:30 2008 +0000 web/xbLib.js | 22 ++--- 8 files changed, 163 insertions(+), 101 deletions(-) -commit c3393c93 +commit c3393c936 Author: Campbell Morrison Date: Thu Sep 4 10:23:12 2008 +0000 @@ -79084,7 +81485,7 @@ Date: Thu Sep 4 10:23:12 2008 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 002d019c +commit 002d019cb Author: Campbell Morrison Date: Wed Sep 3 22:47:52 2008 +0000 @@ -79096,14 +81497,14 @@ Date: Wed Sep 3 22:47:52 2008 +0000 web/mrbs.css.php | 92 ++++++++++++++++------------------ 4 files changed, 103 insertions(+), 109 deletions(-) -commit caf45544 -Merge: bb59c624 1ef2feeb +commit caf455440 +Merge: bb59c6242 1ef2feeb8 Author: Campbell Morrison Date: Tue Sep 2 18:54:04 2008 +0000 Merged into the trunk revisions 804-872 from the improve_css_2008_06 -commit 1ef2feeb (origin/improve_css_2008_06) +commit 1ef2feeb8 (origin/improve_css_2008_06) Author: John Beranek Date: Tue Sep 2 12:38:39 2008 +0000 @@ -79112,7 +81513,7 @@ Date: Tue Sep 2 12:38:39 2008 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e001c274 +commit e001c2748 Author: John Beranek Date: Tue Sep 2 12:18:47 2008 +0000 @@ -79123,7 +81524,7 @@ Date: Tue Sep 2 12:18:47 2008 +0000 web/config.inc.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -commit 50bab906 +commit 50bab9060 Author: John Beranek Date: Tue Sep 2 12:13:37 2008 +0000 @@ -79132,7 +81533,7 @@ Date: Tue Sep 2 12:13:37 2008 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 56ca7f69 +commit 56ca7f69e Author: Campbell Morrison Date: Tue Sep 2 11:54:02 2008 +0000 @@ -79141,7 +81542,7 @@ Date: Tue Sep 2 11:54:02 2008 +0000 web/edit_entry_handler.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -commit 22467749 +commit 224677494 Author: Campbell Morrison Date: Mon Sep 1 23:42:07 2008 +0000 @@ -79154,7 +81555,7 @@ Date: Mon Sep 1 23:42:07 2008 +0000 web/week.php | 28 +++++++++-------------- 3 files changed, 56 insertions(+), 53 deletions(-) -commit d2b80a84 +commit d2b80a844 Author: Campbell Morrison Date: Mon Sep 1 21:17:58 2008 +0000 @@ -79167,7 +81568,7 @@ Date: Mon Sep 1 21:17:58 2008 +0000 web/week.php | 30 +++++++++++------------------- 5 files changed, 34 insertions(+), 43 deletions(-) -commit bb59c624 +commit bb59c6242 Author: John Beranek Date: Fri Aug 29 19:39:59 2008 +0000 @@ -79197,7 +81598,7 @@ Date: Fri Aug 29 19:39:59 2008 +0000 web/lang.zh-tw | 3 ++- 21 files changed, 43 insertions(+), 21 deletions(-) -commit 2e6fe938 +commit 2e6fe938f Author: John Beranek Date: Fri Aug 29 19:31:49 2008 +0000 @@ -79235,7 +81636,7 @@ Date: Fri Aug 29 19:31:49 2008 +0000 web/lang.zh-tw | 5 ----- 24 files changed, 19 insertions(+), 131 deletions(-) -commit f41a9e1e +commit f41a9e1e9 Author: Campbell Morrison Date: Fri Aug 29 15:27:08 2008 +0000 @@ -79246,7 +81647,7 @@ Date: Fri Aug 29 15:27:08 2008 +0000 web/week.php | 10 +++++++++- 3 files changed, 29 insertions(+), 3 deletions(-) -commit 30656f0a +commit 30656f0ac Author: Campbell Morrison Date: Fri Aug 29 12:53:31 2008 +0000 @@ -79257,7 +81658,7 @@ Date: Fri Aug 29 12:53:31 2008 +0000 web/week.php | 29 ++++++++++------ 3 files changed, 119 insertions(+), 22 deletions(-) -commit 15bc2ae2 +commit 15bc2ae2c Author: John Beranek Date: Mon Aug 25 21:26:58 2008 +0000 @@ -79270,7 +81671,7 @@ Date: Mon Aug 25 21:26:58 2008 +0000 web/week.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) -commit 05f091ce +commit 05f091ceb Author: Campbell Morrison Date: Mon Aug 25 13:41:51 2008 +0000 @@ -79281,7 +81682,7 @@ Date: Mon Aug 25 13:41:51 2008 +0000 web/week.php | 111 ++++++++++++++++++++++++-------------------- 3 files changed, 124 insertions(+), 102 deletions(-) -commit 1fd2ad6c +commit 1fd2ad6cf Author: Campbell Morrison Date: Thu Aug 21 23:24:10 2008 +0000 @@ -79295,7 +81696,7 @@ Date: Thu Aug 21 23:24:10 2008 +0000 web/site_faq_it.html | 274 +++++++++++++++++++----------------- 6 files changed, 804 insertions(+), 702 deletions(-) -commit 138d2bd0 +commit 138d2bd08 Author: John Beranek Date: Tue Aug 19 20:01:07 2008 +0000 @@ -79305,7 +81706,7 @@ Date: Tue Aug 19 20:01:07 2008 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f3934478 +commit f39344785 Author: John Beranek Date: Mon Aug 18 11:55:30 2008 +0000 @@ -79315,7 +81716,7 @@ Date: Mon Aug 18 11:55:30 2008 +0000 web/session_cookie.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 53cf8910 +commit 53cf8910f Author: John Beranek Date: Mon Aug 18 11:38:44 2008 +0000 @@ -79332,7 +81733,7 @@ Date: Mon Aug 18 11:38:44 2008 +0000 web/session_cookie.inc | 66 +++++- 4 files changed, 717 insertions(+), 7 deletions(-) -commit ee47ed0f +commit ee47ed0f7 Author: Campbell Morrison Date: Wed Aug 13 22:13:25 2008 +0000 @@ -79359,7 +81760,7 @@ Date: Wed Aug 13 22:13:25 2008 +0000 web/week.php | 32 +++++--- 19 files changed, 280 insertions(+), 206 deletions(-) -commit c7c34b26 +commit c7c34b263 Author: John Beranek Date: Thu Aug 7 19:16:38 2008 +0000 @@ -79368,7 +81769,7 @@ Date: Thu Aug 7 19:16:38 2008 +0000 web/lang.de | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -commit 53c4973b +commit 53c4973b6 Author: Campbell Morrison Date: Wed Aug 6 22:59:25 2008 +0000 @@ -79377,7 +81778,7 @@ Date: Wed Aug 6 22:59:25 2008 +0000 web/mrbs.css.php | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) -commit 6ec82491 +commit 6ec824914 Author: Campbell Morrison Date: Wed Aug 6 20:39:03 2008 +0000 @@ -79390,7 +81791,7 @@ Date: Wed Aug 6 20:39:03 2008 +0000 web/week.php | 62 ++++++++++++++++++++++++---------------------- 3 files changed, 44 insertions(+), 37 deletions(-) -commit 80a9b63a +commit 80a9b63a4 Author: Campbell Morrison Date: Wed Aug 6 17:06:18 2008 +0000 @@ -79401,7 +81802,7 @@ Date: Wed Aug 6 17:06:18 2008 +0000 web/view_entry.php | 157 +++++++++++++++++++++++-------------------- 3 files changed, 116 insertions(+), 86 deletions(-) -commit dc0cca42 +commit dc0cca42a Author: Campbell Morrison Date: Wed Jul 23 23:16:21 2008 +0000 @@ -79417,7 +81818,7 @@ Date: Wed Jul 23 23:16:21 2008 +0000 web/site_faq_it.html | 277 +++++++++++++++++++-------------- 5 files changed, 358 insertions(+), 288 deletions(-) -commit 5f9e8c6e +commit 5f9e8c6ed Author: Campbell Morrison Date: Tue Jul 22 23:23:01 2008 +0000 @@ -79426,7 +81827,7 @@ Date: Tue Jul 22 23:23:01 2008 +0000 web/site_faq_es.html | 326 ++++++++++++++++++++++++----------------- 1 file changed, 193 insertions(+), 133 deletions(-) -commit deffeecb +commit deffeecbd Author: Campbell Morrison Date: Tue Jul 22 21:54:47 2008 +0000 @@ -79436,7 +81837,7 @@ Date: Tue Jul 22 21:54:47 2008 +0000 web/site_faq_de.html | 610 +++++++++++++++-------------------------- 2 files changed, 219 insertions(+), 395 deletions(-) -commit 8266580f +commit 8266580f1 Author: Campbell Morrison Date: Tue Jul 22 19:20:24 2008 +0000 @@ -79447,7 +81848,7 @@ Date: Tue Jul 22 19:20:24 2008 +0000 web/mrbs.css.php | 45 +++++++++++++++++++++---------------------- 3 files changed, 33 insertions(+), 28 deletions(-) -commit 72bfe5d5 +commit 72bfe5d58 Author: Campbell Morrison Date: Sun Jul 20 22:38:29 2008 +0000 @@ -79457,7 +81858,7 @@ Date: Sun Jul 20 22:38:29 2008 +0000 web/site_faq.html | 307 +++++++++++++++++++++++++------------------- 2 files changed, 182 insertions(+), 134 deletions(-) -commit a75418bd +commit a75418bd1 Author: Campbell Morrison Date: Fri Jul 18 22:54:50 2008 +0000 @@ -79472,7 +81873,7 @@ Date: Fri Jul 18 22:54:50 2008 +0000 web/session_php.inc | 4 +-- 7 files changed, 35 insertions(+), 48 deletions(-) -commit d12d322e +commit d12d322e6 Author: John Beranek Date: Fri Jul 18 21:31:21 2008 +0000 @@ -79482,7 +81883,7 @@ Date: Fri Jul 18 21:31:21 2008 +0000 ChangeLog | 1081 ++++++++++++++++++++++++++------------------------- 1 file changed, 557 insertions(+), 524 deletions(-) -commit 49b9029b +commit 49b9029b4 Author: John Beranek Date: Fri Jul 18 21:21:34 2008 +0000 @@ -79541,7 +81942,7 @@ Date: Fri Jul 18 21:21:34 2008 +0000 web/mysqli.inc | 7 +- 30 files changed, 3736 insertions(+), 2577 deletions(-) -commit 3fa234d8 +commit 3fa234d87 Author: John Beranek Date: Fri Jul 18 20:56:54 2008 +0000 @@ -79550,7 +81951,7 @@ Date: Fri Jul 18 20:56:54 2008 +0000 testdata.php | 102 ++++++++++++++++++++++++------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) -commit 872c60ed +commit 872c60edb Author: Campbell Morrison Date: Fri Jul 18 19:57:25 2008 +0000 @@ -79560,7 +81961,7 @@ Date: Fri Jul 18 19:57:25 2008 +0000 web/session_php.inc | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) -commit ef1999e7 +commit ef1999e76 Author: Campbell Morrison Date: Thu Jul 17 22:18:07 2008 +0000 @@ -79570,7 +81971,7 @@ Date: Thu Jul 17 22:18:07 2008 +0000 web/session_cookie.inc | 36 +++++++++++++++++++----------------- 2 files changed, 36 insertions(+), 20 deletions(-) -commit 6e89bfa8 +commit 6e89bfa8c Author: Campbell Morrison Date: Thu Jul 17 21:30:32 2008 +0000 @@ -79580,7 +81981,7 @@ Date: Thu Jul 17 21:30:32 2008 +0000 web/search.php | 67 +++++++++++++++++++++++++++++----------------- 2 files changed, 73 insertions(+), 27 deletions(-) -commit 9d3dd0ba +commit 9d3dd0ba4 Author: John Beranek Date: Thu Jul 17 21:12:20 2008 +0000 @@ -79590,7 +81991,7 @@ Date: Thu Jul 17 21:12:20 2008 +0000 web/xbLib.js | 850 ++++++++++++++++++++++++++++++------------------- 1 file changed, 521 insertions(+), 329 deletions(-) -commit b76692e3 +commit b76692e30 Author: Campbell Morrison Date: Thu Jul 17 08:33:35 2008 +0000 @@ -79600,7 +82001,7 @@ Date: Thu Jul 17 08:33:35 2008 +0000 web/report.php | 95 ++++++++++++++++++++++++++-------------------- 2 files changed, 82 insertions(+), 44 deletions(-) -commit bbaf5e0d +commit bbaf5e0d6 Author: John Beranek Date: Tue Jul 15 20:17:16 2008 +0000 @@ -79611,7 +82012,7 @@ Date: Tue Jul 15 20:17:16 2008 +0000 web/xbLib.js | 210 ++++++++++++++++++++-------------------- 3 files changed, 107 insertions(+), 107 deletions(-) -commit bc8e55ce +commit bc8e55ce5 Author: John Beranek Date: Tue Jul 15 19:53:13 2008 +0000 @@ -79625,7 +82026,7 @@ Date: Tue Jul 15 19:53:13 2008 +0000 web/auth_ldap.inc | 94 ++++++++++---------- 6 files changed, 235 insertions(+), 233 deletions(-) -commit da682167 +commit da682167c Author: Campbell Morrison Date: Tue Jul 15 18:03:10 2008 +0000 @@ -79635,7 +82036,7 @@ Date: Tue Jul 15 18:03:10 2008 +0000 web/session_cookie.inc | 32 ++++++++++++++++---------------- 2 files changed, 34 insertions(+), 34 deletions(-) -commit 99480ed3 +commit 99480ed3b Author: Campbell Morrison Date: Tue Jul 15 16:18:22 2008 +0000 @@ -79675,7 +82076,7 @@ Date: Tue Jul 15 16:18:22 2008 +0000 web/xbLib.js | 210 +++++++++++++++++++-------------------- 32 files changed, 689 insertions(+), 689 deletions(-) -commit a698b6c2 +commit a698b6c2d Author: Campbell Morrison Date: Mon Jul 14 22:15:53 2008 +0000 @@ -79687,7 +82088,7 @@ Date: Mon Jul 14 22:15:53 2008 +0000 web/report.php | 290 +++++++++++++++++++++++-------------------- 4 files changed, 242 insertions(+), 198 deletions(-) -commit bedfe05d +commit bedfe05d4 Author: Campbell Morrison Date: Fri Jul 11 10:38:27 2008 +0000 @@ -79698,7 +82099,7 @@ Date: Fri Jul 11 10:38:27 2008 +0000 web/mrbs.css.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) -commit f8f7408d +commit f8f7408d1 Author: Campbell Morrison Date: Thu Jul 10 21:22:32 2008 +0000 @@ -79707,7 +82108,7 @@ Date: Thu Jul 10 21:22:32 2008 +0000 web/mysql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit dcf0ba3a +commit dcf0ba3a3 Author: Campbell Morrison Date: Thu Jul 10 21:00:19 2008 +0000 @@ -79716,7 +82117,7 @@ Date: Thu Jul 10 21:00:19 2008 +0000 web/pgsql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2cebbc26 +commit 2cebbc26b Author: Campbell Morrison Date: Thu Jul 10 20:54:32 2008 +0000 @@ -79725,7 +82126,7 @@ Date: Thu Jul 10 20:54:32 2008 +0000 web/mysqli.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit ee1839ed +commit ee1839ed3 Author: Campbell Morrison Date: Thu Jul 10 18:39:08 2008 +0000 @@ -79734,7 +82135,7 @@ Date: Thu Jul 10 18:39:08 2008 +0000 web/mrbs_auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2d68929c +commit 2d68929cc Author: Campbell Morrison Date: Thu Jul 10 17:26:21 2008 +0000 @@ -79747,7 +82148,7 @@ Date: Thu Jul 10 17:26:21 2008 +0000 web/week.php | 64 +++++++++++----------- 5 files changed, 167 insertions(+), 135 deletions(-) -commit 2f19e64e +commit 2f19e64e0 Author: John Beranek Date: Tue Jul 8 16:14:14 2008 +0000 @@ -79763,7 +82164,7 @@ Date: Tue Jul 8 16:14:14 2008 +0000 web/site_faq_it.html | 2 +- 5 files changed, 3 insertions(+), 21 deletions(-) -commit 82513b68 +commit 82513b683 Author: Campbell Morrison Date: Tue Jul 8 15:42:23 2008 +0000 @@ -79774,7 +82175,7 @@ Date: Tue Jul 8 15:42:23 2008 +0000 web/mrbs.css.php | 12 +++++++----- 3 files changed, 21 insertions(+), 15 deletions(-) -commit ffefd4a5 +commit ffefd4a5a Author: Campbell Morrison Date: Mon Jul 7 23:03:38 2008 +0000 @@ -79805,7 +82206,7 @@ Date: Mon Jul 7 23:03:38 2008 +0000 web/lang.zh-tw | 2 +- 23 files changed, 23 insertions(+), 24 deletions(-) -commit f4f53e66 +commit f4f53e66f Author: Campbell Morrison Date: Mon Jul 7 22:13:13 2008 +0000 @@ -79814,7 +82215,7 @@ Date: Mon Jul 7 22:13:13 2008 +0000 web/language.inc | 44 +++++++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 17 deletions(-) -commit abea52b1 +commit abea52b16 Author: Campbell Morrison Date: Mon Jul 7 21:17:20 2008 +0000 @@ -79824,7 +82225,7 @@ Date: Mon Jul 7 21:17:20 2008 +0000 web/mrbs.css.php | 5 +++++ 2 files changed, 12 insertions(+), 4 deletions(-) -commit 482dd57b +commit 482dd57b2 Author: Campbell Morrison Date: Sun Jul 6 22:47:43 2008 +0000 @@ -79834,7 +82235,7 @@ Date: Sun Jul 6 22:47:43 2008 +0000 web/mrbs.css.php | 12 +++- 2 files changed, 76 insertions(+), 102 deletions(-) -commit c7e32a49 +commit c7e32a498 Author: Campbell Morrison Date: Wed Jul 2 22:35:19 2008 +0000 @@ -79845,7 +82246,7 @@ Date: Wed Jul 2 22:35:19 2008 +0000 web/search.php | 1 + 3 files changed, 3 insertions(+) -commit acd118ed +commit acd118edc Author: Campbell Morrison Date: Wed Jul 2 22:23:18 2008 +0000 @@ -79859,7 +82260,7 @@ Date: Wed Jul 2 22:23:18 2008 +0000 web/session_remote_user.inc | 16 ++++----------- 6 files changed, 52 insertions(+), 86 deletions(-) -commit a3fa00a1 +commit a3fa00a11 Author: Campbell Morrison Date: Thu Jun 26 00:04:38 2008 +0000 @@ -79871,7 +82272,7 @@ Date: Thu Jun 26 00:04:38 2008 +0000 web/mrbs.css.php | 70 +++++++++- 4 files changed, 254 insertions(+), 168 deletions(-) -commit dfb40b35 +commit dfb40b35d Author: Campbell Morrison Date: Mon Jun 23 17:15:31 2008 +0000 @@ -79881,7 +82282,7 @@ Date: Mon Jun 23 17:15:31 2008 +0000 web/mrbs_sql.inc | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) -commit a4ef1e55 +commit a4ef1e557 Author: Campbell Morrison Date: Sun Jun 22 23:50:27 2008 +0000 @@ -79894,7 +82295,7 @@ Date: Sun Jun 22 23:50:27 2008 +0000 web/style.inc | 3 +++ 5 files changed, 43 insertions(+), 16 deletions(-) -commit b546eed5 +commit b546eed5a Author: Campbell Morrison Date: Sun Jun 22 19:57:48 2008 +0000 @@ -79908,7 +82309,7 @@ Date: Sun Jun 22 19:57:48 2008 +0000 web/mrbs.css.php | 89 +++++- 4 files changed, 434 insertions(+), 366 deletions(-) -commit 1b521c1b +commit 1b521c1b6 Author: Campbell Morrison Date: Fri Jun 20 20:19:26 2008 +0000 @@ -79917,7 +82318,7 @@ Date: Fri Jun 20 20:19:26 2008 +0000 web/mrbs.css.php | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) -commit 511fb5e3 +commit 511fb5e36 Author: Campbell Morrison Date: Fri Jun 20 18:59:16 2008 +0000 @@ -79929,7 +82330,7 @@ Date: Fri Jun 20 18:59:16 2008 +0000 web/mrbs.css.php | 32 +++++++++++++++----- 4 files changed, 71 insertions(+), 40 deletions(-) -commit 22c0f2b5 +commit 22c0f2b5e Author: Campbell Morrison Date: Sun Jun 15 19:31:18 2008 +0000 @@ -79942,7 +82343,7 @@ Date: Sun Jun 15 19:31:18 2008 +0000 web/style.inc | 6 ++ 5 files changed, 116 insertions(+), 73 deletions(-) -commit a0c32f5b +commit a0c32f5b9 Author: Campbell Morrison Date: Tue Jun 10 14:57:22 2008 +0000 @@ -79952,7 +82353,7 @@ Date: Tue Jun 10 14:57:22 2008 +0000 web/mrbs.css.php | 8 ++++++++ 2 files changed, 18 insertions(+), 7 deletions(-) -commit 605b125c +commit 605b125c1 Author: Campbell Morrison Date: Mon Jun 9 11:58:32 2008 +0000 @@ -79963,7 +82364,7 @@ Date: Mon Jun 9 11:58:32 2008 +0000 web/xbLib.js | 2 +- 3 files changed, 67 insertions(+), 45 deletions(-) -commit ba8287c1 +commit ba8287c13 Author: Campbell Morrison Date: Thu Jun 5 16:30:16 2008 +0000 @@ -79973,7 +82374,7 @@ Date: Thu Jun 5 16:30:16 2008 +0000 web/mrbs.css.php | 6 ++++++ 2 files changed, 20 insertions(+), 10 deletions(-) -commit 1e4bf470 +commit 1e4bf4700 Author: Campbell Morrison Date: Thu Jun 5 13:42:15 2008 +0000 @@ -79982,7 +82383,7 @@ Date: Thu Jun 5 13:42:15 2008 +0000 web/{mrbs.css => mrbs.css.php} | 162 ++++++++++++++++--------------- 1 file changed, 85 insertions(+), 77 deletions(-) -commit 2bdc6536 +commit 2bdc65363 Author: Campbell Morrison Date: Thu Jun 5 13:12:56 2008 +0000 @@ -79993,14 +82394,14 @@ Date: Thu Jun 5 13:12:56 2008 +0000 web/xbLib.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) -commit e15ca3da +commit e15ca3da7 Author: John Beranek Date: Wed Jun 4 20:56:36 2008 +0000 * Created branch 'improve_css_2008_06', to hold development of improved CSS. -commit 4de35614 +commit 4de35614d Author: John Beranek Date: Thu Apr 17 20:29:24 2008 +0000 @@ -80085,7 +82486,7 @@ Date: Thu Apr 17 20:29:24 2008 +0000 web/week.php | 724 +++++++++-------- 75 files changed, 7020 insertions(+), 6204 deletions(-) -commit be8cfe8e +commit be8cfe8e8 Author: John Beranek Date: Mon Apr 14 20:37:18 2008 +0000 @@ -80104,7 +82505,7 @@ Date: Mon Apr 14 20:37:18 2008 +0000 web/week.php | 211 +++++++++++++++++++++---------------- 8 files changed, 445 insertions(+), 317 deletions(-) -commit 686eb2fb +commit 686eb2fb5 Author: John Beranek Date: Sun Apr 13 20:50:34 2008 +0000 @@ -80156,7 +82557,7 @@ Date: Sun Apr 13 20:50:34 2008 +0000 web/week.php | 73 +++-- 27 files changed, 1777 insertions(+), 1238 deletions(-) -commit 313cce06 +commit 313cce063 Author: John Beranek Date: Sun Apr 13 20:02:13 2008 +0000 @@ -80165,7 +82566,7 @@ Date: Sun Apr 13 20:02:13 2008 +0000 auth_ldap.pl | 1 - 1 file changed, 1 deletion(-) -commit 90d9fd12 +commit 90d9fd128 Author: John Beranek Date: Sun Apr 13 19:59:24 2008 +0000 @@ -80176,7 +82577,7 @@ Date: Sun Apr 13 19:59:24 2008 +0000 web/grab_globals.inc.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -commit 2b938a38 +commit 2b938a389 Author: John Beranek Date: Sun Apr 13 19:28:51 2008 +0000 @@ -80186,7 +82587,7 @@ Date: Sun Apr 13 19:28:51 2008 +0000 auth_ldap.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 9dccf71e +commit 9dccf71eb Author: John Beranek Date: Sat Apr 12 21:05:36 2008 +0000 @@ -80195,7 +82596,7 @@ Date: Sat Apr 12 21:05:36 2008 +0000 branches/abandoned-mrbs-1_3-development/ to abandon the trunk development that was working towards MRBS 1.3. -commit 146066da (origin/mrbs-1_2-branch) +commit 146066da8 (origin/mrbs-1_2-branch) Author: John Beranek Date: Sat Apr 12 20:03:49 2008 +0000 @@ -80216,8 +82617,8 @@ Date: Sat Apr 12 20:03:49 2008 +0000 web/lang.cz (mode -x) | 0 7 files changed, 8 insertions(+), 8 deletions(-) -commit d3aa0fd7 (tag: mrbs12_better_html_bp_mp1) -Merge: 4c6a7da1 53ad5e35 +commit d3aa0fd76 (tag: mrbs12_better_html_bp_mp1) +Merge: 4c6a7da1d 53ad5e352 Author: John Beranek Date: Thu Apr 3 18:59:27 2008 +0000 @@ -80225,7 +82626,7 @@ Date: Thu Apr 3 18:59:27 2008 +0000 HTML 4.01 Transitional HTML. Majority of changes thanks to Claudio Strizzolo. -commit 53ad5e35 (tag: mrbs12_better_html_mp1, origin/mrbs12_better_html) +commit 53ad5e352 (tag: mrbs12_better_html_mp1, origin/mrbs12_better_html) Author: John Beranek Date: Thu Apr 3 18:51:15 2008 +0000 @@ -80237,7 +82638,7 @@ Date: Thu Apr 3 18:51:15 2008 +0000 web/view_entry.php | 2 +- 4 files changed, 25 insertions(+), 18 deletions(-) -commit 79070a1c +commit 79070a1c2 Author: John Beranek Date: Fri Mar 28 12:34:05 2008 +0000 @@ -80292,7 +82693,7 @@ Date: Fri Mar 28 12:34:05 2008 +0000 web/week.php | 44 +++++----- 45 files changed, 365 insertions(+), 446 deletions(-) -commit 4c6a7da1 +commit 4c6a7da1d Author: John Beranek Date: Fri Mar 21 21:24:24 2008 +0000 @@ -80302,7 +82703,7 @@ Date: Fri Mar 21 21:24:24 2008 +0000 tables.pg.73and_above.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1a98468a +commit 1a98468a6 Author: John Beranek Date: Fri Mar 21 20:14:38 2008 +0000 @@ -80312,7 +82713,7 @@ Date: Fri Mar 21 20:14:38 2008 +0000 web/language.inc | 4 + 2 files changed, 255 insertions(+) -commit fe6cbab6 +commit fe6cbab68 Author: John Beranek Date: Wed Mar 19 21:27:12 2008 +0000 @@ -80324,7 +82725,7 @@ Date: Wed Mar 19 21:27:12 2008 +0000 web/lang.ja | 111 ++++++++++++++++++++++++++------------------------ 1 file changed, 58 insertions(+), 53 deletions(-) -commit 8f09ebbe +commit 8f09ebbe3 Author: John Beranek Date: Wed Mar 19 21:06:20 2008 +0000 @@ -80338,14 +82739,14 @@ Date: Wed Mar 19 21:06:20 2008 +0000 web/mysql.inc | 22 +++- 2 files changed, 267 insertions(+), 6 deletions(-) -commit 65bf18c2 +commit 65bf18c26 Author: unknown Date: Wed Jan 30 10:53:35 2008 +0000 This commit was manufactured by cvs2svn to create branch 'mrbs12_better_html'. -commit f0992d07 (tag: mrbs12_better_html_bp, tag: mrbs-1_2_6_1) +commit f0992d07d (tag: mrbs12_better_html_bp, tag: mrbs-1_2_6_1) Author: John Beranek Date: Wed Jan 30 10:53:32 2008 +0000 @@ -80354,7 +82755,7 @@ Date: Wed Jan 30 10:53:32 2008 +0000 ChangeLog | 551 ++++++++++++++++++++++++++++------------------------ 1 file changed, 297 insertions(+), 254 deletions(-) -commit 5b565789 +commit 5b5657892 Author: John Beranek Date: Wed Jan 30 10:51:16 2008 +0000 @@ -80363,7 +82764,7 @@ Date: Wed Jan 30 10:51:16 2008 +0000 NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) -commit 999d0ea5 +commit 999d0ea5d Author: John Beranek Date: Wed Jan 30 10:43:07 2008 +0000 @@ -80377,7 +82778,7 @@ Date: Wed Jan 30 10:43:07 2008 +0000 web/config.inc.php | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) -commit 4ea4d4af (tag: mrbs-1_2_6) +commit 4ea4d4af2 (tag: mrbs-1_2_6) Author: John Beranek Date: Mon Jan 28 15:52:35 2008 +0000 @@ -80386,7 +82787,7 @@ Date: Mon Jan 28 15:52:35 2008 +0000 ChangeLog | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) -commit c7984e29 +commit c7984e291 Author: John Beranek Date: Mon Jan 28 15:50:14 2008 +0000 @@ -80399,7 +82800,7 @@ Date: Mon Jan 28 15:50:14 2008 +0000 web/view_entry.php | 13 +++++++++++++ 4 files changed, 52 insertions(+), 3 deletions(-) -commit f9923f16 +commit f9923f165 Author: John Beranek Date: Mon Jan 28 15:06:27 2008 +0000 @@ -80408,7 +82809,7 @@ Date: Mon Jan 28 15:06:27 2008 +0000 ChangeLog | 656 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 398 insertions(+), 258 deletions(-) -commit 97110d01 +commit 97110d01e Author: John Beranek Date: Mon Jan 28 15:04:09 2008 +0000 @@ -80417,7 +82818,7 @@ Date: Mon Jan 28 15:04:09 2008 +0000 NEWS | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) -commit a32913d7 +commit a32913d73 Author: John Beranek Date: Mon Jan 28 14:43:06 2008 +0000 @@ -80428,7 +82829,7 @@ Date: Mon Jan 28 14:43:06 2008 +0000 web/lang.fr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 2ebac6b5 +commit 2ebac6b5a Author: John Beranek Date: Mon Jan 28 14:37:22 2008 +0000 @@ -80494,7 +82895,7 @@ Date: Mon Jan 28 14:37:22 2008 +0000 web/week.php | 4 +- 37 files changed, 1453 insertions(+), 922 deletions(-) -commit 3a19f14a +commit 3a19f14a9 Author: John Beranek Date: Mon Jan 28 11:28:59 2008 +0000 @@ -80510,7 +82911,7 @@ Date: Mon Jan 28 11:28:59 2008 +0000 web/auth_ldap.inc | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) -commit e0b91bad +commit e0b91bad6 Author: John Beranek Date: Mon Jan 28 11:20:06 2008 +0000 @@ -80520,7 +82921,7 @@ Date: Mon Jan 28 11:20:06 2008 +0000 web/auth_ldap.inc | 213 ++++++++++++++++++++++---------------------- 1 file changed, 106 insertions(+), 107 deletions(-) -commit c7c463a0 +commit c7c463a0a Author: John Beranek Date: Fri Sep 7 12:50:49 2007 +0000 @@ -80531,7 +82932,7 @@ Date: Fri Sep 7 12:50:49 2007 +0000 web/edit_entry.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit f14415c5 +commit f14415c5e Author: John Beranek Date: Mon Jun 18 13:40:45 2007 +0000 @@ -80542,7 +82943,7 @@ Date: Mon Jun 18 13:40:45 2007 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7519f5c8 +commit 7519f5c87 Author: John Beranek Date: Mon Jun 18 09:25:51 2007 +0000 @@ -80572,7 +82973,7 @@ Date: Mon Jun 18 09:25:51 2007 +0000 web/pgsql.inc | 21 +++- 8 files changed, 412 insertions(+), 81 deletions(-) -commit e6be49fd +commit e6be49fd6 Author: John Beranek Date: Thu Mar 1 14:36:26 2007 +0000 @@ -80583,7 +82984,7 @@ Date: Thu Mar 1 14:36:26 2007 +0000 web/site_faq_it.html (new) | 165 ++++++++++++++++++++++++++++++++ 2 files changed, 253 insertions(+), 88 deletions(-) -commit 01383251 +commit 013832510 Author: John Beranek Date: Sun Feb 25 18:41:28 2007 +0000 @@ -80594,7 +82995,7 @@ Date: Sun Feb 25 18:41:28 2007 +0000 web/language.inc | 5 + 2 files changed, 261 insertions(+) -commit 3bbce993 +commit 3bbce993e Author: John Beranek Date: Sat Feb 24 20:34:30 2007 +0000 @@ -80603,7 +83004,7 @@ Date: Sat Feb 24 20:34:30 2007 +0000 ChangeLog | 2429 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 2303 insertions(+), 126 deletions(-) -commit 73079ca7 +commit 73079ca7e Author: John Beranek Date: Sat Feb 24 20:32:35 2007 +0000 @@ -80615,7 +83016,7 @@ Date: Sat Feb 24 20:32:35 2007 +0000 web/version.inc | 2 +- 2 files changed, 1 insertion(+), 2538 deletions(-) -commit abfaae25 (tag: mrbs-1_2_5) +commit abfaae25f (tag: mrbs-1_2_5) Author: John Beranek Date: Sat Feb 24 20:14:34 2007 +0000 @@ -80624,7 +83025,7 @@ Date: Sat Feb 24 20:14:34 2007 +0000 ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -commit 7b56bb47 +commit 7b56bb475 Author: John Beranek Date: Sat Feb 24 20:12:33 2007 +0000 @@ -80633,7 +83034,7 @@ Date: Sat Feb 24 20:12:33 2007 +0000 NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -commit 8eed9a5f +commit 8eed9a5f9 Author: John Beranek Date: Fri Feb 23 22:12:48 2007 +0000 @@ -80643,7 +83044,7 @@ Date: Fri Feb 23 22:12:48 2007 +0000 web/ChangeLog | 472 +++++++++++++++++++++++++++++------------------- 2 files changed, 473 insertions(+), 302 deletions(-) -commit c553d4e1 +commit c553d4e11 Author: John Beranek Date: Fri Feb 23 22:06:45 2007 +0000 @@ -80659,13 +83060,13 @@ Date: Fri Feb 23 22:06:45 2007 +0000 web/version.inc | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) -commit 9d313edc +commit 9d313edc1 Author: John Beranek Date: Tue Feb 13 13:05:53 2007 +0000 * Got rid of nasty DOS line endings in lang.sv. -commit 391850e8 +commit 391850e80 Author: John Beranek Date: Tue Feb 13 12:53:36 2007 +0000 @@ -80737,7 +83138,7 @@ Date: Tue Feb 13 12:53:36 2007 +0000 web/week.php | 4 +- 17 files changed, 449 insertions(+), 97 deletions(-) -commit 618d4fb0 (tag: mrbs-1_2_4) +commit 618d4fb0e (tag: mrbs-1_2_4) Author: John Beranek Date: Wed Jan 24 11:12:59 2007 +0000 @@ -80748,7 +83149,7 @@ Date: Wed Jan 24 11:12:59 2007 +0000 web/ChangeLog | 168 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 328 insertions(+), 3 deletions(-) -commit f0b75dd6 +commit f0b75dd66 Author: John Beranek Date: Wed Jan 24 10:40:16 2007 +0000 @@ -80761,7 +83162,7 @@ Date: Wed Jan 24 10:40:16 2007 +0000 web/version.inc (new) | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 5 deletions(-) -commit 9427d436 +commit 9427d4362 Author: John Beranek Date: Mon Oct 9 15:54:00 2006 +0000 @@ -80830,7 +83231,7 @@ Date: Mon Oct 9 15:54:00 2006 +0000 web/week.php | 2 +- 15 files changed, 251 insertions(+), 202 deletions(-) -commit ce6917b4 +commit ce6917b45 Author: John Beranek Date: Fri Jul 7 20:16:27 2006 +0000 @@ -80839,7 +83240,7 @@ Date: Fri Jul 7 20:16:27 2006 +0000 web/lang.es | 220 +++++++++++++++++++++++++------------------------- 1 file changed, 110 insertions(+), 110 deletions(-) -commit 5531db05 +commit 5531db057 Author: John Beranek Date: Fri Jul 7 19:16:31 2006 +0000 @@ -80856,7 +83257,7 @@ Date: Fri Jul 7 19:16:31 2006 +0000 web/mysqli.inc (new) | 248 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 270 insertions(+), 16 deletions(-) -commit b8cb80ba +commit b8cb80baf Author: John Beranek Date: Wed Apr 26 10:15:29 2006 +0000 @@ -80865,7 +83266,7 @@ Date: Wed Apr 26 10:15:29 2006 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bf2dd32a +commit bf2dd32a2 Author: John Beranek Date: Wed Apr 26 10:01:43 2006 +0000 @@ -80906,13 +83307,13 @@ Date: Wed Apr 26 10:01:43 2006 +0000 web/session_remote_user.inc (new) | 90 +++++++++++++++++++++++++++++ 9 files changed, 149 insertions(+), 14 deletions(-) -commit 1b51defb +commit 1b51defbd Author: John Beranek Date: Thu Jan 26 11:34:02 2006 +0000 * Removed errant CRs from a few files. -commit 7aa45517 +commit 7aa45517e Author: John Beranek Date: Thu Jan 26 11:23:06 2006 +0000 @@ -80946,7 +83347,7 @@ Date: Thu Jan 26 11:23:06 2006 +0000 web/report.php | 4 +- 7 files changed, 124 insertions(+), 91 deletions(-) -commit d7e89b46 +commit d7e89b467 Author: John Beranek Date: Fri Sep 2 22:31:01 2005 +0000 @@ -80956,7 +83357,7 @@ Date: Fri Sep 2 22:31:01 2005 +0000 tables.pg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8e8963ba +commit 8e8963ba5 Author: John Beranek Date: Fri Sep 2 21:47:41 2005 +0000 @@ -80981,7 +83382,7 @@ Date: Fri Sep 2 21:47:41 2005 +0000 web/lang.fi | 2 +- 6 files changed, 78 insertions(+), 41 deletions(-) -commit 2eb23d88 +commit 2eb23d887 Author: John Beranek Date: Fri Sep 2 10:42:34 2005 +0000 @@ -80993,7 +83394,7 @@ Date: Fri Sep 2 10:42:34 2005 +0000 web/edit_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 539cb6b8 +commit 539cb6b8e Author: John Beranek Date: Wed Aug 31 15:45:43 2005 +0000 @@ -81002,7 +83403,7 @@ Date: Wed Aug 31 15:45:43 2005 +0000 web/site_faq_de.html (new) | 411 +++++++++++++++++++++++++++++++++++ 1 file changed, 411 insertions(+) -commit aaa23e62 (tag: mrbs-1_2_3) +commit aaa23e622 (tag: mrbs-1_2_3) Author: John Beranek Date: Sat Aug 20 19:22:51 2005 +0000 @@ -81013,7 +83414,7 @@ Date: Sat Aug 20 19:22:51 2005 +0000 web/ChangeLog | 471 +++++++++++++++++++++++++++++------------------- 3 files changed, 418 insertions(+), 268 deletions(-) -commit 2e6d7346 +commit 2e6d73460 Author: John Beranek Date: Sat Aug 20 18:49:50 2005 +0000 @@ -81022,7 +83423,7 @@ Date: Sat Aug 20 18:49:50 2005 +0000 web/session_http.inc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) -commit 4c3a85f4 +commit 4c3a85f4b Author: John Beranek Date: Sat Aug 20 18:38:50 2005 +0000 @@ -81037,7 +83438,7 @@ Date: Sat Aug 20 18:38:50 2005 +0000 web/session_php.inc | 36 +++++++++--------- 3 files changed, 88 insertions(+), 40 deletions(-) -commit 250f9d39 +commit 250f9d39a Author: John Beranek Date: Sat Aug 20 09:46:44 2005 +0000 @@ -81067,7 +83468,7 @@ Date: Sat Aug 20 09:46:44 2005 +0000 web/site_faq_es.html (new) | 136 +++++++++++++++++++++++++++++++++++ 7 files changed, 260 insertions(+), 21 deletions(-) -commit 6f04920f +commit 6f04920fc Author: John Beranek Date: Wed Jul 13 10:30:25 2005 +0000 @@ -81076,7 +83477,7 @@ Date: Wed Jul 13 10:30:25 2005 +0000 web/lang.ko (new) | 251 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 251 insertions(+) -commit 60352154 +commit 60352154d Author: John Beranek Date: Fri Jun 10 08:54:14 2005 +0000 @@ -81085,7 +83486,7 @@ Date: Fri Jun 10 08:54:14 2005 +0000 web/lang.no | 79 ++++++++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 39 deletions(-) -commit fb9849e8 +commit fb9849e82 Author: John Beranek Date: Tue May 17 15:00:42 2005 +0000 @@ -81103,7 +83504,7 @@ Date: Tue May 17 15:00:42 2005 +0000 web/lang.en | 2 ++ 2 files changed, 22 insertions(+), 10 deletions(-) -commit 4e490168 +commit 4e490168c Author: John Beranek Date: Wed May 11 10:59:15 2005 +0000 @@ -81112,7 +83513,7 @@ Date: Wed May 11 10:59:15 2005 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b02e7f31 +commit b02e7f318 Author: John Beranek Date: Wed May 11 10:03:04 2005 +0000 @@ -81124,7 +83525,7 @@ Date: Wed May 11 10:03:04 2005 +0000 web/auth_db_ext.inc (new) | 97 +++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) -commit 6fa51939 +commit 6fa519390 Author: Gavin Walker Date: Thu Apr 28 20:44:13 2005 +0000 @@ -81133,7 +83534,7 @@ Date: Thu Apr 28 20:44:13 2005 +0000 web/edit_entry_handler.php | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) -commit 1d30e5d7 (tag: mrbs-1_2_2) +commit 1d30e5d7e (tag: mrbs-1_2_2) Author: John Beranek Date: Fri Apr 22 10:57:42 2005 +0000 @@ -81143,7 +83544,7 @@ Date: Fri Apr 22 10:57:42 2005 +0000 NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 99e38511 +commit 99e38511d Author: John Beranek Date: Fri Apr 22 10:45:45 2005 +0000 @@ -81154,7 +83555,7 @@ Date: Fri Apr 22 10:45:45 2005 +0000 web/ChangeLog | 778 +++++++++++++++++++++++++------------------- 3 files changed, 654 insertions(+), 983 deletions(-) -commit 337e70b6 +commit 337e70b60 Author: John Beranek Date: Fri Apr 22 10:18:32 2005 +0000 @@ -81163,7 +83564,7 @@ Date: Fri Apr 22 10:18:32 2005 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 2e004a8e +commit 2e004a8e1 Author: John Beranek Date: Mon Apr 11 13:44:34 2005 +0000 @@ -81174,7 +83575,7 @@ Date: Mon Apr 11 13:44:34 2005 +0000 web/lang.zh-tw | 354 +++++++++++++++++++++++------------------------ 1 file changed, 177 insertions(+), 177 deletions(-) -commit 449e90a6 +commit 449e90a62 Author: John Beranek Date: Mon Apr 11 13:40:40 2005 +0000 @@ -81185,7 +83586,7 @@ Date: Mon Apr 11 13:40:40 2005 +0000 web/lang.ja | 382 +++++++++++++++++++++++++------------------------- 1 file changed, 191 insertions(+), 191 deletions(-) -commit 4f6cc97e (tag: mrbs-1_2-branch_lastmerge) +commit 4f6cc97e1 (tag: mrbs-1_2-branch_lastmerge) Author: John Beranek Date: Tue Mar 29 13:26:27 2005 +0000 @@ -81233,7 +83634,7 @@ Date: Tue Mar 29 13:26:27 2005 +0000 web/session_php.inc | 86 ++++++++++++++++++------------------ 24 files changed, 110 insertions(+), 140 deletions(-) -commit 2e051bfd +commit 2e051bfd3 Author: John Beranek Date: Sun Feb 13 11:40:26 2005 +0000 @@ -81251,7 +83652,7 @@ Date: Sun Feb 13 11:40:26 2005 +0000 web/auth_pop3.inc | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) -commit cc2b5b73 +commit cc2b5b734 Author: John Beranek Date: Sun Feb 13 11:21:02 2005 +0000 @@ -81262,7 +83663,7 @@ Date: Sun Feb 13 11:21:02 2005 +0000 tables.pg.sql | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -commit 097ae7d0 (tag: mrbs-1_2_1) +commit 097ae7d07 (tag: mrbs-1_2_1) Author: John Beranek Date: Fri Dec 10 10:19:26 2004 +0000 @@ -81271,7 +83672,7 @@ Date: Fri Dec 10 10:19:26 2004 +0000 NEWS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) -commit 7937408c +commit 7937408c4 Author: John Beranek Date: Fri Dec 10 09:58:42 2004 +0000 @@ -81281,7 +83682,7 @@ Date: Fri Dec 10 09:58:42 2004 +0000 web/ChangeLog | 78 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) -commit 2ee57218 +commit 2ee572184 Author: John Beranek Date: Mon Nov 29 23:12:33 2004 +0000 @@ -81297,7 +83698,7 @@ Date: Mon Nov 29 23:12:33 2004 +0000 upgrade3.my.sql | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) -commit 925babfc +commit 925babfc1 Author: Gavin Walker Date: Sun Nov 21 00:23:07 2004 +0000 @@ -81308,7 +83709,7 @@ Date: Sun Nov 21 00:23:07 2004 +0000 web/functions_mail.inc | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) -commit f05ffba8 +commit f05ffba8f Author: Gavin Walker Date: Sat Nov 20 00:42:41 2004 +0000 @@ -81325,7 +83726,7 @@ Date: Sat Nov 20 00:42:41 2004 +0000 web/functions_mail.inc | 204 ++++++++++++++++++++++++++++++++++----- 1 file changed, 180 insertions(+), 24 deletions(-) -commit 287e63b3 +commit 287e63b3c Author: Gavin Walker Date: Fri Nov 19 22:25:49 2004 +0000 @@ -81335,7 +83736,7 @@ Date: Fri Nov 19 22:25:49 2004 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f86e0ef6 +commit f86e0ef6f Author: Gavin Walker Date: Fri Nov 19 22:08:51 2004 +0000 @@ -81345,7 +83746,7 @@ Date: Fri Nov 19 22:08:51 2004 +0000 web/mrbs_sql.inc | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) -commit 9473b8bc +commit 9473b8bc9 Author: Gavin Walker Date: Tue Nov 9 22:37:50 2004 +0000 @@ -81356,7 +83757,7 @@ Date: Tue Nov 9 22:37:50 2004 +0000 web/functions_mail.inc | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) -commit ba5f551d +commit ba5f551d8 Author: Gavin Walker Date: Thu Oct 28 20:54:06 2004 +0000 @@ -81367,7 +83768,7 @@ Date: Thu Oct 28 20:54:06 2004 +0000 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 62c44b05 +commit 62c44b056 Author: John Beranek Date: Tue Sep 21 13:11:13 2004 +0000 @@ -81378,7 +83779,7 @@ Date: Tue Sep 21 13:11:13 2004 +0000 web/language.inc | 4 + 2 files changed, 255 insertions(+) -commit cf27c96c +commit cf27c96c8 Author: John Beranek Date: Fri Sep 17 22:44:08 2004 +0000 @@ -81392,7 +83793,7 @@ Date: Fri Sep 17 22:44:08 2004 +0000 web/style.inc | 4 +++- 2 files changed, 28 insertions(+), 6 deletions(-) -commit 4c5277dc +commit 4c5277dc7 Author: John Beranek Date: Tue Sep 14 09:01:26 2004 +0000 @@ -81401,7 +83802,7 @@ Date: Tue Sep 14 09:01:26 2004 +0000 web/lang.nl | 162 +++++++++++++++++++++++++------------------------- 1 file changed, 81 insertions(+), 81 deletions(-) -commit 829e904e +commit 829e904ec Author: John Beranek Date: Mon Sep 13 16:11:25 2004 +0000 @@ -81411,7 +83812,7 @@ Date: Mon Sep 13 16:11:25 2004 +0000 web/functions.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 5328691e +commit 5328691ed Author: John Beranek Date: Mon Sep 13 15:47:31 2004 +0000 @@ -81421,14 +83822,14 @@ Date: Mon Sep 13 15:47:31 2004 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a63971f5 (tag: mrbs-1_2-branch_bp, tag: mrbs-1_2) +commit a63971f54 (tag: mrbs-1_2-branch_bp, tag: mrbs-1_2) Author: unknown Date: Thu Sep 9 13:10:44 2004 +0000 This commit was manufactured by cvs2svn to create branch 'mrbs-1_2-branch'. -commit 30559150 +commit 305591501 Author: John Beranek Date: Thu Sep 9 13:10:43 2004 +0000 @@ -81437,7 +83838,7 @@ Date: Thu Sep 9 13:10:43 2004 +0000 NEWS | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) -commit c41be6ff +commit c41be6ff3 Author: John Beranek Date: Thu Sep 9 12:11:14 2004 +0000 @@ -81447,7 +83848,7 @@ Date: Thu Sep 9 12:11:14 2004 +0000 web/ChangeLog | 920 ++++++++++++++++-------------------------------- 2 files changed, 398 insertions(+), 995 deletions(-) -commit 7a0ba0c8 +commit 7a0ba0c89 Author: Jean-Francois LARVOIRE Date: Tue Aug 24 16:58:55 2004 +0000 @@ -81459,7 +83860,7 @@ Date: Tue Aug 24 16:58:55 2004 +0000 web/xbLib.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 5d980819 +commit 5d9808191 Author: Gavin Walker Date: Thu Aug 5 22:13:56 2004 +0000 @@ -81469,7 +83870,7 @@ Date: Thu Aug 5 22:13:56 2004 +0000 web/functions_mail.inc | 2 -- 1 file changed, 2 deletions(-) -commit 0bcce10d +commit 0bcce10de Author: Gavin Walker Date: Fri Jul 30 20:40:14 2004 +0000 @@ -81478,7 +83879,7 @@ Date: Fri Jul 30 20:40:14 2004 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 37eab2c7 +commit 37eab2c7e Author: John Beranek Date: Wed Jul 28 15:52:59 2004 +0000 @@ -81488,7 +83889,7 @@ Date: Wed Jul 28 15:52:59 2004 +0000 web/lang.cz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 09f2eb73 +commit 09f2eb739 Author: John Beranek Date: Wed Jul 28 10:01:13 2004 +0000 @@ -81518,7 +83919,7 @@ Date: Wed Jul 28 10:01:13 2004 +0000 web/language.inc | 1 + 16 files changed, 496 insertions(+), 22 deletions(-) -commit e1bf4065 +commit e1bf4065e Author: John Beranek Date: Tue Jun 29 13:04:09 2004 +0000 @@ -81534,7 +83935,7 @@ Date: Tue Jun 29 13:04:09 2004 +0000 web/language.inc | 35 +++++++++++++++++++++++++++++------ 2 files changed, 32 insertions(+), 7 deletions(-) -commit 717c4f01 +commit 717c4f01a Author: Gavin Walker Date: Wed Jun 23 21:06:52 2004 +0000 @@ -81557,7 +83958,7 @@ Date: Wed Jun 23 21:06:52 2004 +0000 web/view_entry.php | 177 +++++++++++++++++++++++++++++---------- 3 files changed, 142 insertions(+), 47 deletions(-) -commit bc2c9e10 +commit bc2c9e103 Author: John Beranek Date: Wed Jun 23 10:49:46 2004 +0000 @@ -81569,7 +83970,7 @@ Date: Wed Jun 23 10:49:46 2004 +0000 web/functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit a0c39d28 +commit a0c39d28c Author: Gavin Walker Date: Tue Jun 15 21:49:36 2004 +0000 @@ -81579,7 +83980,7 @@ Date: Tue Jun 15 21:49:36 2004 +0000 web/functions_mail.inc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) -commit 50c8260b +commit 50c8260bb Author: Gavin Walker Date: Tue Jun 15 20:40:54 2004 +0000 @@ -81589,7 +83990,7 @@ Date: Tue Jun 15 20:40:54 2004 +0000 web/month.php | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) -commit 6d66fd2b +commit 6d66fd2b5 Author: Gavin Walker Date: Tue Jun 15 19:52:57 2004 +0000 @@ -81598,7 +83999,7 @@ Date: Tue Jun 15 19:52:57 2004 +0000 web/month.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 44288a3c +commit 44288a3cc Author: Gavin Walker Date: Tue Jun 15 19:46:43 2004 +0000 @@ -81608,7 +84009,7 @@ Date: Tue Jun 15 19:46:43 2004 +0000 web/mrbs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit b2519eeb +commit b2519eeb4 Author: Gavin Walker Date: Tue Jun 15 19:43:40 2004 +0000 @@ -81618,7 +84019,7 @@ Date: Tue Jun 15 19:43:40 2004 +0000 web/mrbs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c22f58b3 +commit c22f58b3d Author: Gavin Walker Date: Mon Jun 14 21:34:10 2004 +0000 @@ -81629,7 +84030,7 @@ Date: Mon Jun 14 21:34:10 2004 +0000 web/session_cookie.inc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) -commit da717020 +commit da717020c Author: Gavin Walker Date: Mon Jun 14 21:22:33 2004 +0000 @@ -81642,7 +84043,7 @@ Date: Mon Jun 14 21:22:33 2004 +0000 web/config.inc.php | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) -commit 8e05ee9a +commit 8e05ee9a2 Author: Gavin Walker Date: Sun Jun 13 15:06:09 2004 +0000 @@ -81656,7 +84057,7 @@ Date: Sun Jun 13 15:06:09 2004 +0000 web/functions_mail.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit bb855bc3 +commit bb855bc31 Author: Gavin Walker Date: Sat Jun 12 10:38:45 2004 +0000 @@ -81666,7 +84067,7 @@ Date: Sat Jun 12 10:38:45 2004 +0000 web/day.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 44885137 +commit 448851370 Author: Gavin Walker Date: Sat Jun 12 08:38:33 2004 +0000 @@ -81675,7 +84076,7 @@ Date: Sat Jun 12 08:38:33 2004 +0000 AUTHENTICATION | 70 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 50 insertions(+), 20 deletions(-) -commit d433d9fc +commit d433d9fcd Author: Gavin Walker Date: Sat Jun 12 08:34:29 2004 +0000 @@ -81693,7 +84094,7 @@ Date: Sat Jun 12 08:34:29 2004 +0000 web/config.inc.php | 18 ++--- 2 files changed, 105 insertions(+), 71 deletions(-) -commit e9d20ee2 +commit e9d20ee22 Author: Thierry Bothorel Date: Thu May 27 20:53:56 2004 +0000 @@ -81702,7 +84103,7 @@ Date: Thu May 27 20:53:56 2004 +0000 web/lang.cz | 192 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 114 insertions(+), 78 deletions(-) -commit 760eff1c +commit 760eff1c1 Author: Thierry Bothorel Date: Wed May 26 15:55:19 2004 +0000 @@ -81713,7 +84114,7 @@ Date: Wed May 26 15:55:19 2004 +0000 web/lang.de | 88 ++++++++++++++++++++++++++++++++----------------- 3 files changed, 73 insertions(+), 33 deletions(-) -commit a92f1322 +commit a92f1322a Author: Thierry Bothorel Date: Thu May 20 02:00:32 2004 +0000 @@ -81722,7 +84123,7 @@ Date: Thu May 20 02:00:32 2004 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6a281ee2 +commit 6a281ee26 Author: Thierry Bothorel Date: Wed May 19 15:42:41 2004 +0000 @@ -81732,7 +84133,7 @@ Date: Wed May 19 15:42:41 2004 +0000 web/functions_mail.inc | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) -commit 810d600e +commit 810d600ef Author: Thierry Bothorel Date: Fri May 14 04:52:23 2004 +0000 @@ -81741,7 +84142,7 @@ Date: Fri May 14 04:52:23 2004 +0000 NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b8ffb9a7 +commit b8ffb9a7f Author: Thierry Bothorel Date: Fri May 14 03:23:21 2004 +0000 @@ -81751,7 +84152,7 @@ Date: Fri May 14 03:23:21 2004 +0000 web/ChangeLog | 390 ++++++++++++++++++++++++++++-------------------- 2 files changed, 386 insertions(+), 241 deletions(-) -commit c821b1dc +commit c821b1dca Author: Thierry Bothorel Date: Fri May 14 03:08:11 2004 +0000 @@ -81762,7 +84163,7 @@ Date: Fri May 14 03:08:11 2004 +0000 NEWS | 60 +++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 80 insertions(+), 11 deletions(-) -commit a475dcd0 +commit a475dcd03 Author: Thierry Bothorel Date: Fri May 14 02:35:02 2004 +0000 @@ -81771,7 +84172,7 @@ Date: Fri May 14 02:35:02 2004 +0000 upgrade3.my.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit e7a1a84d +commit e7a1a84d9 Author: Thierry Bothorel Date: Fri May 14 01:54:24 2004 +0000 @@ -81780,7 +84181,7 @@ Date: Fri May 14 01:54:24 2004 +0000 upgrade2.my.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a80e05c7 +commit a80e05c70 Author: Thierry Bothorel Date: Fri May 14 01:52:14 2004 +0000 @@ -81789,7 +84190,7 @@ Date: Fri May 14 01:52:14 2004 +0000 upgrade2.pg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f99e3966 +commit f99e3966f Author: Thierry Bothorel Date: Fri May 14 01:50:03 2004 +0000 @@ -81799,7 +84200,7 @@ Date: Fri May 14 01:50:03 2004 +0000 tables.pg.sql | 16 +++++++++------- 2 files changed, 18 insertions(+), 14 deletions(-) -commit a77984db +commit a77984dba Author: Thierry Bothorel Date: Wed May 12 03:31:34 2004 +0000 @@ -81812,7 +84213,7 @@ Date: Wed May 12 03:31:34 2004 +0000 web/config.inc.php | 7 ++++++- 3 files changed, 24 insertions(+), 1 deletion(-) -commit 1d2e06e7 +commit 1d2e06e73 Author: Thierry Bothorel Date: Wed May 12 03:25:26 2004 +0000 @@ -81828,7 +84229,7 @@ Date: Wed May 12 03:25:26 2004 +0000 web/functions_mail.inc | 93 ++++++++++++++++++------------------ 4 files changed, 97 insertions(+), 52 deletions(-) -commit 355b0e19 +commit 355b0e190 Author: Thierry Bothorel Date: Wed May 12 01:25:40 2004 +0000 @@ -81839,7 +84240,7 @@ Date: Wed May 12 01:25:40 2004 +0000 web/functions_mail.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 5ecf9b44 +commit 5ecf9b44e Author: Thierry Bothorel Date: Tue May 11 05:00:16 2004 +0000 @@ -81849,7 +84250,7 @@ Date: Tue May 11 05:00:16 2004 +0000 web/functions_mail.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 3abd4af7 +commit 3abd4af75 Author: Thierry Bothorel Date: Tue May 11 03:24:13 2004 +0000 @@ -81858,7 +84259,7 @@ Date: Tue May 11 03:24:13 2004 +0000 web/language.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit b86d7b21 +commit b86d7b217 Author: Thierry Bothorel Date: Mon May 10 21:03:31 2004 +0000 @@ -81868,7 +84269,7 @@ Date: Mon May 10 21:03:31 2004 +0000 web/day.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -commit 787d31f4 +commit 787d31f4c Author: Thierry Bothorel Date: Mon May 10 20:47:04 2004 +0000 @@ -81877,7 +84278,7 @@ Date: Mon May 10 20:47:04 2004 +0000 web/lang.sv | 103 +++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 51 deletions(-) -commit 0e37776f +commit 0e37776f8 Author: Thierry Bothorel Date: Mon May 10 03:36:04 2004 +0000 @@ -81889,7 +84290,7 @@ Date: Mon May 10 03:36:04 2004 +0000 web/edit_entry_handler.php | 6 ++++-- 3 files changed, 25 insertions(+), 2 deletions(-) -commit 1d5b2152 +commit 1d5b21528 Author: Thierry Bothorel Date: Sat May 8 22:48:39 2004 +0000 @@ -81898,7 +84299,7 @@ Date: Sat May 8 22:48:39 2004 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d28fdcf5 +commit d28fdcf56 Author: Thierry Bothorel Date: Sat May 8 20:48:01 2004 +0000 @@ -81916,7 +84317,7 @@ Date: Sat May 8 20:48:01 2004 +0000 web/language.inc | 4 +- 7 files changed, 315 insertions(+), 78 deletions(-) -commit 0245ddf9 +commit 0245ddf92 Author: Gavin Walker Date: Thu May 6 22:48:22 2004 +0000 @@ -81925,7 +84326,7 @@ Date: Thu May 6 22:48:22 2004 +0000 INSTALL | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) -commit 6c3cc563 +commit 6c3cc5633 Author: Gavin Walker Date: Thu May 6 22:40:30 2004 +0000 @@ -81937,7 +84338,7 @@ Date: Thu May 6 22:40:30 2004 +0000 web/week.php | 10 ++++++++-- 3 files changed, 26 insertions(+), 5 deletions(-) -commit 13ccf14a +commit 13ccf14ac Author: Gavin Walker Date: Thu May 6 21:58:01 2004 +0000 @@ -81948,7 +84349,7 @@ Date: Thu May 6 21:58:01 2004 +0000 web/day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 46a69b5a +commit 46a69b5a3 Author: Gavin Walker Date: Thu May 6 21:49:32 2004 +0000 @@ -81959,7 +84360,7 @@ Date: Thu May 6 21:49:32 2004 +0000 web/week.php | 14 +++++++------- 2 files changed, 18 insertions(+), 18 deletions(-) -commit 2243627e +commit 2243627e8 Author: Thierry Bothorel Date: Thu May 6 20:33:18 2004 +0000 @@ -81968,7 +84369,7 @@ Date: Thu May 6 20:33:18 2004 +0000 web/lang.de | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c44c61b7 +commit c44c61b7b Author: Thierry Bothorel Date: Thu May 6 18:02:26 2004 +0000 @@ -81979,7 +84380,7 @@ Date: Thu May 6 18:02:26 2004 +0000 web/functions_mail.inc | 100 ++++++++++++++++++++------------------- 2 files changed, 55 insertions(+), 49 deletions(-) -commit fe390df3 +commit fe390df3d Author: Thierry Bothorel Date: Thu May 6 01:23:52 2004 +0000 @@ -81989,7 +84390,7 @@ Date: Thu May 6 01:23:52 2004 +0000 web/edit_users.php | 39 ++++++++++++++++++++++++++++++++------- 2 files changed, 36 insertions(+), 7 deletions(-) -commit 06aea443 +commit 06aea443b Author: Thierry Bothorel Date: Thu May 6 01:20:43 2004 +0000 @@ -82000,7 +84401,7 @@ Date: Thu May 6 01:20:43 2004 +0000 web/edit_area_room.php | 42 +++++++++++++++++++++++----------------- 3 files changed, 81 insertions(+), 18 deletions(-) -commit c51247cd +commit c51247cde Author: Thierry Bothorel Date: Wed May 5 02:12:34 2004 +0000 @@ -82011,7 +84412,7 @@ Date: Wed May 5 02:12:34 2004 +0000 web/functions_mail.inc | 27 --------------------------- 2 files changed, 8 insertions(+), 31 deletions(-) -commit 7b70923c +commit 7b70923c8 Author: Thierry Bothorel Date: Mon May 3 17:39:49 2004 +0000 @@ -82020,7 +84421,7 @@ Date: Mon May 3 17:39:49 2004 +0000 web/functions_mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a558f14f +commit a558f14f6 Author: Thierry Bothorel Date: Mon May 3 06:21:32 2004 +0000 @@ -82062,7 +84463,7 @@ Date: Mon May 3 06:21:32 2004 +0000 web/mrbs_sql.inc | 4 +- 17 files changed, 987 insertions(+), 215 deletions(-) -commit 8c9a3884 +commit 8c9a38842 Author: Thierry Bothorel Date: Thu Apr 29 12:02:46 2004 +0000 @@ -82071,7 +84472,7 @@ Date: Thu Apr 29 12:02:46 2004 +0000 web/lang.fi | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) -commit ca91166d +commit ca91166d5 Author: Gavin Walker Date: Tue Apr 27 20:57:49 2004 +0000 @@ -82081,7 +84482,7 @@ Date: Tue Apr 27 20:57:49 2004 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit e0e9e213 +commit e0e9e2131 Author: Gavin Walker Date: Tue Apr 27 20:48:05 2004 +0000 @@ -82091,7 +84492,7 @@ Date: Tue Apr 27 20:48:05 2004 +0000 web/functions.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit b1b1f38f +commit b1b1f38f6 Author: Jean-Francois LARVOIRE Date: Sun Apr 25 18:10:58 2004 +0000 @@ -82104,7 +84505,7 @@ Date: Sun Apr 25 18:10:58 2004 +0000 web/pgsql.inc | 18 ++++++++++++++++++ 3 files changed, 53 insertions(+), 9 deletions(-) -commit e0be2550 +commit e0be25507 Author: Jean-Francois LARVOIRE Date: Sun Apr 25 18:01:26 2004 +0000 @@ -82120,7 +84521,7 @@ Date: Sun Apr 25 18:01:26 2004 +0000 web/xbLib.js | 8 ++++++-- 6 files changed, 17 insertions(+), 5 deletions(-) -commit 6249246c +commit 6249246c8 Author: Jean-Francois LARVOIRE Date: Sun Apr 18 17:14:46 2004 +0000 @@ -82135,7 +84536,7 @@ Date: Sun Apr 18 17:14:46 2004 +0000 web/xbLib.js | 140 +++++++++++++++++++++++++++++++----------------- 5 files changed, 134 insertions(+), 64 deletions(-) -commit d70c7f42 +commit d70c7f428 Author: Jean-Francois LARVOIRE Date: Sun Apr 18 14:37:20 2004 +0000 @@ -82145,7 +84546,7 @@ Date: Sun Apr 18 14:37:20 2004 +0000 web/week.php | 1 + 2 files changed, 2 insertions(+) -commit 8e6aaccb +commit 8e6aaccb2 Author: Thierry Bothorel Date: Sat Apr 17 15:28:37 2004 +0000 @@ -82154,7 +84555,7 @@ Date: Sat Apr 17 15:28:37 2004 +0000 web/report.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -commit 2cedb538 +commit 2cedb5386 Author: Thierry Bothorel Date: Sat Apr 17 00:50:05 2004 +0000 @@ -82164,7 +84565,7 @@ Date: Sat Apr 17 00:50:05 2004 +0000 web/ChangeLog | 218 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 265 insertions(+), 2 deletions(-) -commit ac7a561b +commit ac7a561bf Author: Thierry Bothorel Date: Fri Apr 16 23:54:53 2004 +0000 @@ -82173,7 +84574,7 @@ Date: Fri Apr 16 23:54:53 2004 +0000 web/lang.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0277c688 +commit 0277c688a Author: Gavin Walker Date: Fri Apr 16 22:22:48 2004 +0000 @@ -82185,7 +84586,7 @@ Date: Fri Apr 16 22:22:48 2004 +0000 web/week.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit dca32dcc +commit dca32dcc8 Author: Thierry Bothorel Date: Fri Apr 16 21:55:27 2004 +0000 @@ -82195,7 +84596,7 @@ Date: Fri Apr 16 21:55:27 2004 +0000 web/config.inc.php | 121 ++++++++++++++++++++++--------------------- 2 files changed, 72 insertions(+), 71 deletions(-) -commit 22b59e69 +commit 22b59e695 Author: Thierry Bothorel Date: Fri Apr 16 19:10:03 2004 +0000 @@ -82204,7 +84605,7 @@ Date: Fri Apr 16 19:10:03 2004 +0000 web/Mail/mail.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit c490a1fe +commit c490a1fe9 Author: Thierry Bothorel Date: Fri Apr 16 17:23:32 2004 +0000 @@ -82232,7 +84633,7 @@ Date: Fri Apr 16 17:23:32 2004 +0000 web/view_entry.php | 6 +- 16 files changed, 4300 insertions(+), 17 deletions(-) -commit 48306e1e +commit 48306e1ec Author: Thierry Bothorel Date: Thu Apr 15 11:08:00 2004 +0000 @@ -82241,7 +84642,7 @@ Date: Thu Apr 15 11:08:00 2004 +0000 web/auth_db.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit cbf3931a +commit cbf3931a8 Author: Gavin Walker Date: Wed Apr 14 22:27:22 2004 +0000 @@ -82251,7 +84652,7 @@ Date: Wed Apr 14 22:27:22 2004 +0000 INSTALL | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) -commit ed457265 +commit ed457265b Author: Gavin Walker Date: Wed Apr 14 22:18:35 2004 +0000 @@ -82268,7 +84669,7 @@ Date: Wed Apr 14 22:18:35 2004 +0000 tables.pg.sql | 4 ++++ 8 files changed, 38 insertions(+), 1 deletion(-) -commit c854b7c9 +commit c854b7c91 Author: Gavin Walker Date: Wed Apr 14 22:02:27 2004 +0000 @@ -82295,7 +84696,7 @@ Date: Wed Apr 14 22:02:27 2004 +0000 web/week.php | 12 ++++++------ 18 files changed, 127 insertions(+), 111 deletions(-) -commit 77ea555e +commit 77ea555e7 Author: Gavin Walker Date: Wed Apr 14 21:57:24 2004 +0000 @@ -82304,7 +84705,7 @@ Date: Wed Apr 14 21:57:24 2004 +0000 web/config.inc.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 6dffaedd +commit 6dffaedd6 Author: Thierry Bothorel Date: Wed Apr 14 16:34:37 2004 +0000 @@ -82318,7 +84719,7 @@ Date: Wed Apr 14 16:34:37 2004 +0000 web/day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8b17893c +commit 8b17893c7 Author: Jean-Francois LARVOIRE Date: Wed Apr 14 14:18:06 2004 +0000 @@ -82328,7 +84729,7 @@ Date: Wed Apr 14 14:18:06 2004 +0000 web/config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 51c47f83 +commit 51c47f835 Author: John Beranek Date: Wed Apr 14 10:23:23 2004 +0000 @@ -82339,7 +84740,7 @@ Date: Wed Apr 14 10:23:23 2004 +0000 web/functions.inc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) -commit 21df91dc +commit 21df91dc6 Author: Jean-Francois LARVOIRE Date: Wed Apr 14 09:33:33 2004 +0000 @@ -82356,7 +84757,7 @@ Date: Wed Apr 14 09:33:33 2004 +0000 web/xbLib.js (new) | 471 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 553 insertions(+), 28 deletions(-) -commit 14938672 +commit 149386729 Author: Jean-Francois LARVOIRE Date: Wed Apr 14 09:23:07 2004 +0000 @@ -82365,7 +84766,7 @@ Date: Wed Apr 14 09:23:07 2004 +0000 web/language.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit deadf160 +commit deadf160e Author: Thierry Bothorel Date: Tue Apr 13 21:48:51 2004 +0000 @@ -82375,7 +84776,7 @@ Date: Tue Apr 13 21:48:51 2004 +0000 web/config.inc.php | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) -commit 509044fe +commit 509044fec Author: Thierry Bothorel Date: Tue Apr 13 21:45:11 2004 +0000 @@ -82385,7 +84786,7 @@ Date: Tue Apr 13 21:45:11 2004 +0000 web/month.php | 52 +++++++++++++++++++++++++++++++++----------- 2 files changed, 44 insertions(+), 17 deletions(-) -commit 92514df3 +commit 92514df39 Author: Thierry Bothorel Date: Tue Apr 13 03:13:05 2004 +0000 @@ -82394,7 +84795,7 @@ Date: Tue Apr 13 03:13:05 2004 +0000 web/report.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit a3b1b6bd +commit a3b1b6bd1 Author: Gavin Walker Date: Mon Apr 12 21:22:08 2004 +0000 @@ -82403,7 +84804,7 @@ Date: Mon Apr 12 21:22:08 2004 +0000 web/day.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 4e3a779f +commit 4e3a779f2 Author: Gavin Walker Date: Mon Apr 12 21:22:07 2004 +0000 @@ -82412,7 +84813,7 @@ Date: Mon Apr 12 21:22:07 2004 +0000 web/mrbs.css | 1 + 1 file changed, 1 insertion(+) -commit b9932126 +commit b99321263 Author: Gavin Walker Date: Mon Apr 12 21:22:06 2004 +0000 @@ -82422,7 +84823,7 @@ Date: Mon Apr 12 21:22:06 2004 +0000 web/week.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -commit 8160aa84 +commit 8160aa84f Author: Gavin Walker Date: Mon Apr 12 21:22:05 2004 +0000 @@ -82439,7 +84840,7 @@ Date: Mon Apr 12 21:22:05 2004 +0000 web/mincals.inc | 63 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 44 insertions(+), 19 deletions(-) -commit 0f0f249a +commit 0f0f249a3 Author: Thierry Bothorel Date: Sun Apr 11 22:34:02 2004 +0000 @@ -82450,7 +84851,7 @@ Date: Sun Apr 11 22:34:02 2004 +0000 web/session_php.inc | 28 ++++++++-------------------- 3 files changed, 16 insertions(+), 41 deletions(-) -commit 2bc8880d +commit 2bc8880dc Author: Gavin Walker Date: Sun Apr 11 20:32:02 2004 +0000 @@ -82461,7 +84862,7 @@ Date: Sun Apr 11 20:32:02 2004 +0000 web/month.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -commit ce70919c +commit ce70919ca Author: Thierry Bothorel Date: Sun Apr 11 13:12:16 2004 +0000 @@ -82477,7 +84878,7 @@ Date: Sun Apr 11 13:12:16 2004 +0000 web/session_php.inc | 26 +++++++++++++++++++++++--- 6 files changed, 54 insertions(+), 8 deletions(-) -commit 745e2dd1 +commit 745e2dd14 Author: Thierry Bothorel Date: Sat Apr 10 05:12:53 2004 +0000 @@ -82487,7 +84888,7 @@ Date: Sat Apr 10 05:12:53 2004 +0000 web/edit_users.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -commit 548f52c6 +commit 548f52c6e Author: Thierry Bothorel Date: Sat Apr 10 04:52:54 2004 +0000 @@ -82498,7 +84899,7 @@ Date: Sat Apr 10 04:52:54 2004 +0000 web/edit_users.php | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) -commit fa7f8ce2 +commit fa7f8ce21 Author: Thierry Bothorel Date: Sat Apr 10 03:26:17 2004 +0000 @@ -82529,7 +84930,7 @@ Date: Sat Apr 10 03:26:17 2004 +0000 web/week.php | 4 ++-- 19 files changed, 32 insertions(+), 28 deletions(-) -commit 4653a33e +commit 4653a33ea Author: Gavin Walker Date: Fri Apr 9 21:19:25 2004 +0000 @@ -82544,7 +84945,7 @@ Date: Fri Apr 9 21:19:25 2004 +0000 web/config.inc.php | 6 ++- 4 files changed, 211 insertions(+), 71 deletions(-) -commit c1bd1590 +commit c1bd1590f Author: Gavin Walker Date: Thu Apr 8 21:20:52 2004 +0000 @@ -82560,7 +84961,7 @@ Date: Thu Apr 8 21:20:52 2004 +0000 web/report.php | 133 ++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 132 insertions(+), 13 deletions(-) -commit 99d98ccf +commit 99d98ccfd Author: Thierry Bothorel Date: Wed Apr 7 04:45:59 2004 +0000 @@ -82571,7 +84972,7 @@ Date: Wed Apr 7 04:45:59 2004 +0000 web/config.inc.php | 6 ++- 3 files changed, 101 insertions(+), 16 deletions(-) -commit 500df362 +commit 500df3622 Author: Thierry Bothorel Date: Wed Apr 7 02:02:35 2004 +0000 @@ -82580,7 +84981,7 @@ Date: Wed Apr 7 02:02:35 2004 +0000 web/config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit d7955812 +commit d7955812e Author: Thierry Bothorel Date: Wed Apr 7 01:57:16 2004 +0000 @@ -82593,7 +84994,7 @@ Date: Wed Apr 7 01:57:16 2004 +0000 web/week.php | 2 +- 4 files changed, 166 insertions(+), 3 deletions(-) -commit cfd21a5d +commit cfd21a5dd Author: John Beranek Date: Mon Apr 5 13:16:34 2004 +0000 @@ -82608,7 +85009,7 @@ Date: Mon Apr 5 13:16:34 2004 +0000 web/style.inc | 1 + 2 files changed, 209 insertions(+) -commit 2742d4da +commit 2742d4da7 Author: Thierry Bothorel Date: Wed Mar 24 21:47:27 2004 +0000 @@ -82617,7 +85018,7 @@ Date: Wed Mar 24 21:47:27 2004 +0000 INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit a9078fb6 +commit a9078fb6d Author: Gavin Walker Date: Mon Mar 15 22:54:05 2004 +0000 @@ -82630,7 +85031,7 @@ Date: Mon Mar 15 22:54:05 2004 +0000 web/week.php | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) -commit 39667da1 +commit 39667da1b Author: Gavin Walker Date: Mon Mar 15 22:24:49 2004 +0000 @@ -82640,7 +85041,7 @@ Date: Mon Mar 15 22:24:49 2004 +0000 web/index.php | 33 +++++++++++++++++++++++++++++---- 2 files changed, 35 insertions(+), 4 deletions(-) -commit 572e5c49 +commit 572e5c493 Author: Thierry Bothorel Date: Wed Mar 10 04:27:31 2004 +0000 @@ -82652,7 +85053,7 @@ Date: Wed Mar 10 04:27:31 2004 +0000 web/week.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -commit 337c3b4a +commit 337c3b4a0 Author: Jean-Francois LARVOIRE Date: Mon Mar 8 14:24:11 2004 +0000 @@ -82662,7 +85063,7 @@ Date: Mon Mar 8 14:24:11 2004 +0000 web/edit_users.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) -commit f670832a +commit f670832a2 Author: Thierry Bothorel Date: Fri Feb 27 01:17:49 2004 +0000 @@ -82672,7 +85073,7 @@ Date: Fri Feb 27 01:17:49 2004 +0000 web/mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3983fa89 +commit 3983fa89b Author: Thierry Bothorel Date: Wed Feb 11 13:55:55 2004 +0000 @@ -82682,7 +85083,7 @@ Date: Wed Feb 11 13:55:55 2004 +0000 web/index.php | 1 + 1 file changed, 1 insertion(+) -commit 1d991528 +commit 1d9915280 Author: John Beranek Date: Wed Feb 4 15:21:29 2004 +0000 @@ -82696,7 +85097,7 @@ Date: Wed Feb 4 15:21:29 2004 +0000 web/report.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -commit 27e0b0c7 +commit 27e0b0c7f Author: Jean-Francois LARVOIRE Date: Wed Feb 4 15:13:39 2004 +0000 @@ -82705,7 +85106,7 @@ Date: Wed Feb 4 15:13:39 2004 +0000 web/mincals.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit b823d928 +commit b823d928e Author: John Beranek Date: Mon Feb 2 17:35:41 2004 +0000 @@ -82716,7 +85117,7 @@ Date: Mon Feb 2 17:35:41 2004 +0000 web/functions.inc | 71 +++++++++++++++++---------------------------- 1 file changed, 26 insertions(+), 45 deletions(-) -commit 3fd357b2 +commit 3fd357b27 Author: Jean-Francois LARVOIRE Date: Sat Jan 31 08:51:20 2004 +0000 @@ -82725,7 +85126,7 @@ Date: Sat Jan 31 08:51:20 2004 +0000 web/language.inc | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) -commit 6d7d82e8 +commit 6d7d82e89 Author: Jean-Francois LARVOIRE Date: Sat Jan 31 07:53:03 2004 +0000 @@ -82734,7 +85135,7 @@ Date: Sat Jan 31 07:53:03 2004 +0000 web/edit_users.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit 81ec5967 +commit 81ec5967a Author: Gavin Walker Date: Wed Jan 28 23:01:48 2004 +0000 @@ -82746,7 +85147,7 @@ Date: Wed Jan 28 23:01:48 2004 +0000 web/index.php | 14 ++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) -commit 89ff5589 +commit 89ff55895 Author: Gavin Walker Date: Tue Jan 27 22:29:56 2004 +0000 @@ -82755,7 +85156,7 @@ Date: Tue Jan 27 22:29:56 2004 +0000 web/report.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 59412038 +commit 594120388 Author: Jean-Francois LARVOIRE Date: Mon Jan 26 06:31:49 2004 +0000 @@ -82765,7 +85166,7 @@ Date: Mon Jan 26 06:31:49 2004 +0000 web/edit_entry.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) -commit af99f481 +commit af99f481f Author: Jean-Francois LARVOIRE Date: Thu Jan 22 22:33:56 2004 +0000 @@ -82774,7 +85175,7 @@ Date: Thu Jan 22 22:33:56 2004 +0000 web/edit_users.php | 2 -- 1 file changed, 2 deletions(-) -commit d567024a +commit d567024ab Author: Jean-Francois LARVOIRE Date: Thu Jan 22 22:28:57 2004 +0000 @@ -82787,7 +85188,7 @@ Date: Thu Jan 22 22:28:57 2004 +0000 web/day.php | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) -commit a089ac4c +commit a089ac4c9 Author: Gavin Walker Date: Thu Jan 22 21:35:24 2004 +0000 @@ -82796,7 +85197,7 @@ Date: Thu Jan 22 21:35:24 2004 +0000 INSTALL | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) -commit 18f755b4 +commit 18f755b44 Author: Thierry Bothorel Date: Thu Jan 22 04:05:51 2004 +0000 @@ -82822,7 +85223,7 @@ Date: Thu Jan 22 04:05:51 2004 +0000 web/week.php | 42 ++++++++++++++++++++++++++++++++++++++---- 17 files changed, 104 insertions(+), 21 deletions(-) -commit 98058459 +commit 98058459a Author: Gavin Walker Date: Wed Jan 21 22:36:31 2004 +0000 @@ -82834,7 +85235,7 @@ Date: Wed Jan 21 22:36:31 2004 +0000 web/report.php | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) -commit 5dc830e6 +commit 5dc830e66 Author: Gavin Walker Date: Wed Jan 21 22:16:05 2004 +0000 @@ -82855,7 +85256,7 @@ Date: Wed Jan 21 22:16:05 2004 +0000 web/week.php | 48 +++++++---- 13 files changed, 419 insertions(+), 152 deletions(-) -commit dba99be2 +commit dba99be2a Author: Thierry Bothorel Date: Tue Jan 20 19:30:36 2004 +0000 @@ -82864,7 +85265,7 @@ Date: Tue Jan 20 19:30:36 2004 +0000 web/day.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit f4342aef +commit f4342aef1 Author: Thierry Bothorel Date: Mon Jan 19 23:40:32 2004 +0000 @@ -82874,7 +85275,7 @@ Date: Mon Jan 19 23:40:32 2004 +0000 web/ChangeLog | 126 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 156 insertions(+) -commit 900a2ee7 +commit 900a2ee75 Author: Jean-Francois LARVOIRE Date: Mon Jan 19 21:31:15 2004 +0000 @@ -82895,7 +85296,7 @@ Date: Mon Jan 19 21:31:15 2004 +0000 web/session_php.inc | 11 +- 8 files changed, 481 insertions(+), 6 deletions(-) -commit 0ec748a0 +commit 0ec748a04 Author: Jean-Francois LARVOIRE Date: Thu Jan 15 22:37:59 2004 +0000 @@ -82904,7 +85305,7 @@ Date: Thu Jan 15 22:37:59 2004 +0000 web/language.inc | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) -commit 67157cd2 +commit 67157cd2d Author: Jean-Francois LARVOIRE Date: Thu Jan 15 21:01:10 2004 +0000 @@ -82918,7 +85319,7 @@ Date: Thu Jan 15 21:01:10 2004 +0000 web/trailer.inc | 2 +- 4 files changed, 20 insertions(+), 15 deletions(-) -commit 26e2bf45 +commit 26e2bf452 Author: Thierry Bothorel Date: Thu Jan 15 20:39:46 2004 +0000 @@ -82929,7 +85330,7 @@ Date: Thu Jan 15 20:39:46 2004 +0000 web/month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 3d784c25 +commit 3d784c255 Author: Jean-Francois LARVOIRE Date: Sun Jan 11 21:52:46 2004 +0000 @@ -82938,7 +85339,7 @@ Date: Sun Jan 11 21:52:46 2004 +0000 web/mrbs.css | 2 ++ 1 file changed, 2 insertions(+) -commit dffa88e3 +commit dffa88e38 Author: Thierry Bothorel Date: Sun Jan 11 15:26:41 2004 +0000 @@ -82948,7 +85349,7 @@ Date: Sun Jan 11 15:26:41 2004 +0000 INSTALL | 1 + 1 file changed, 1 insertion(+) -commit d2885f0d +commit d2885f0d6 Author: John Beranek Date: Fri Jan 9 09:40:30 2004 +0000 @@ -82958,7 +85359,7 @@ Date: Fri Jan 9 09:40:30 2004 +0000 web/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 75adb633 +commit 75adb633a Author: Gavin Walker Date: Mon Dec 22 23:12:52 2003 +0000 @@ -82972,7 +85373,7 @@ Date: Mon Dec 22 23:12:52 2003 +0000 web/lang.en | 2 + 2 files changed, 123 insertions(+), 10 deletions(-) -commit 90c342ad +commit 90c342ad3 Author: Gavin Walker Date: Mon Dec 22 21:52:07 2003 +0000 @@ -82981,7 +85382,7 @@ Date: Mon Dec 22 21:52:07 2003 +0000 web/day.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 0a6c2278 +commit 0a6c2278f Author: Thierry Bothorel Date: Sun Dec 21 17:59:14 2003 +0000 @@ -82995,7 +85396,7 @@ Date: Sun Dec 21 17:59:14 2003 +0000 web/functions.inc | 6 ------ 4 files changed, 13 insertions(+), 14 deletions(-) -commit 325a3c6f +commit 325a3c6f4 Author: Jean-Francois LARVOIRE Date: Sun Dec 21 11:05:38 2003 +0000 @@ -83004,7 +85405,7 @@ Date: Sun Dec 21 11:05:38 2003 +0000 web/config.inc.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit 108fc0d8 +commit 108fc0d82 Author: Jean-Francois LARVOIRE Date: Sun Dec 21 11:03:39 2003 +0000 @@ -83014,7 +85415,7 @@ Date: Sun Dec 21 11:03:39 2003 +0000 AUTHENTICATION | 135 ++++++++++++++++++++++++++--------------------- 1 file changed, 75 insertions(+), 60 deletions(-) -commit e29c1265 +commit e29c12656 Author: Gavin Walker Date: Wed Dec 17 22:03:51 2003 +0000 @@ -83027,7 +85428,7 @@ Date: Wed Dec 17 22:03:51 2003 +0000 web/functions.inc | 63 ++++++++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 26 deletions(-) -commit 7f5e17f3 +commit 7f5e17f33 Author: Thierry Bothorel Date: Wed Dec 17 00:29:39 2003 +0000 @@ -83039,7 +85440,7 @@ Date: Wed Dec 17 00:29:39 2003 +0000 web/auth_ldap.inc | 145 +++++++++++++++++++++++++------------------- 1 file changed, 81 insertions(+), 64 deletions(-) -commit c29c0d39 +commit c29c0d395 Author: Thierry Bothorel Date: Wed Dec 17 00:01:32 2003 +0000 @@ -83048,7 +85449,7 @@ Date: Wed Dec 17 00:01:32 2003 +0000 web/config.inc.php | 7 +++++++ 1 file changed, 7 insertions(+) -commit f84ff492 +commit f84ff4927 Author: Thierry Bothorel Date: Sun Dec 14 22:45:43 2003 +0000 @@ -83068,7 +85469,7 @@ Date: Sun Dec 14 22:45:43 2003 +0000 web/functions.inc | 94 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 81 insertions(+), 13 deletions(-) -commit 861550da +commit 861550dae Author: Thierry Bothorel Date: Fri Dec 12 17:51:24 2003 +0000 @@ -83078,7 +85479,7 @@ Date: Fri Dec 12 17:51:24 2003 +0000 AUTHENTICATION | 83 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 61 insertions(+), 22 deletions(-) -commit c1cf3ca2 +commit c1cf3ca2a Author: Thierry Bothorel Date: Thu Dec 11 00:11:13 2003 +0000 @@ -83087,7 +85488,7 @@ Date: Thu Dec 11 00:11:13 2003 +0000 INSTALL | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -commit b92ef66b +commit b92ef66bd Author: Thierry Bothorel Date: Sun Dec 7 17:59:21 2003 +0000 @@ -83097,7 +85498,7 @@ Date: Sun Dec 7 17:59:21 2003 +0000 web/ChangeLog | 358 +++++++++++++++++++++++++++--------------------- 2 files changed, 280 insertions(+), 225 deletions(-) -commit 6e2f6578 +commit 6e2f65784 Author: Thierry Bothorel Date: Sun Dec 7 17:29:29 2003 +0000 @@ -83107,7 +85508,7 @@ Date: Sun Dec 7 17:29:29 2003 +0000 web/ChangeLog | 56 ++++++++++++++ 2 files changed, 159 insertions(+), 87 deletions(-) -commit e761e7a1 +commit e761e7a1f Author: Thierry Bothorel Date: Sun Dec 7 16:39:46 2003 +0000 @@ -83116,7 +85517,7 @@ Date: Sun Dec 7 16:39:46 2003 +0000 web/config.inc.php | 2 ++ 1 file changed, 2 insertions(+) -commit 21589200 +commit 21589200b Author: Thierry Bothorel Date: Sun Dec 7 16:35:08 2003 +0000 @@ -83125,7 +85526,7 @@ Date: Sun Dec 7 16:35:08 2003 +0000 NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) -commit 8a7b251d +commit 8a7b251dd Author: Thierry Bothorel Date: Sun Dec 7 01:31:25 2003 +0000 @@ -83136,7 +85537,7 @@ Date: Sun Dec 7 01:31:25 2003 +0000 web/edit_entry_handler.php | 5 +++-- 2 files changed, 25 insertions(+), 12 deletions(-) -commit 2c027608 +commit 2c0276080 Author: Thierry Bothorel Date: Sat Dec 6 13:02:31 2003 +0000 @@ -83145,7 +85546,7 @@ Date: Sat Dec 6 13:02:31 2003 +0000 INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) -commit ec6db561 +commit ec6db561d Author: Thierry Bothorel Date: Sat Dec 6 05:59:20 2003 +0000 @@ -83155,7 +85556,7 @@ Date: Sat Dec 6 05:59:20 2003 +0000 UPGRADE | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 5 deletions(-) -commit 2928d63a +commit 2928d63ad Author: Thierry Bothorel Date: Sat Dec 6 05:45:32 2003 +0000 @@ -83166,7 +85567,7 @@ Date: Sat Dec 6 05:45:32 2003 +0000 INSTALL | 35 +++++++++++++++++++++++++++++++---- 2 files changed, 32 insertions(+), 5 deletions(-) -commit 335db01a +commit 335db01a4 Author: Thierry Bothorel Date: Thu Dec 4 17:49:57 2003 +0000 @@ -83176,7 +85577,7 @@ Date: Thu Dec 4 17:49:57 2003 +0000 README | 9 ++++----- 2 files changed, 9 insertions(+), 9 deletions(-) -commit 99d5e923 +commit 99d5e9234 Author: Thierry Bothorel Date: Thu Dec 4 16:07:41 2003 +0000 @@ -83185,7 +85586,7 @@ Date: Thu Dec 4 16:07:41 2003 +0000 web/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1400f011 +commit 1400f0116 Author: Gavin Walker Date: Wed Dec 3 21:52:11 2003 +0000 @@ -83238,7 +85639,7 @@ Date: Wed Dec 3 21:52:11 2003 +0000 web/week.php | 285 +++++++++++++++++++---------------- 8 files changed, 371 insertions(+), 247 deletions(-) -commit 80769c71 +commit 80769c71e Author: Thierry Bothorel Date: Wed Dec 3 18:22:54 2003 +0000 @@ -83248,7 +85649,7 @@ Date: Wed Dec 3 18:22:54 2003 +0000 web/ChangeLog | 18 +++++++++++++++ 2 files changed, 79 insertions(+) -commit 777fad37 +commit 777fad373 Author: Thierry Bothorel Date: Wed Dec 3 18:16:25 2003 +0000 @@ -83278,7 +85679,7 @@ Date: Wed Dec 3 18:16:25 2003 +0000 tables.pg.73and_above.sql (new) | 71 +++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+), 8 deletions(-) -commit b559434d +commit b559434d3 Author: Thierry Bothorel Date: Wed Dec 3 18:05:12 2003 +0000 @@ -83291,7 +85692,7 @@ Date: Wed Dec 3 18:05:12 2003 +0000 web/pgsql.inc | 30 ++--- 2 files changed, 254 insertions(+), 15 deletions(-) -commit 6a573967 +commit 6a573967f Author: Jean-Francois LARVOIRE Date: Mon Dec 1 22:05:54 2003 +0000 @@ -83301,7 +85702,7 @@ Date: Mon Dec 1 22:05:54 2003 +0000 AUTHENTICATION | 997 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 744 insertions(+), 253 deletions(-) -commit c813125e +commit c813125e1 Author: Gavin Walker Date: Mon Nov 24 22:11:56 2003 +0000 @@ -83310,7 +85711,7 @@ Date: Mon Nov 24 22:11:56 2003 +0000 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7f973290 +commit 7f973290b Author: Jean-Francois LARVOIRE Date: Sat Nov 22 15:11:29 2003 +0000 @@ -83319,7 +85720,7 @@ Date: Sat Nov 22 15:11:29 2003 +0000 ROXEN (gone) | 43 ------------------------------------------- 1 file changed, 43 deletions(-) -commit 83feaa73 +commit 83feaa73c Author: Jean-Francois LARVOIRE Date: Sat Nov 22 09:40:57 2003 +0000 @@ -83329,7 +85730,7 @@ Date: Sat Nov 22 09:40:57 2003 +0000 auth_cookie_ext.inc (gone) | 248 ----------------------------------- 1 file changed, 248 deletions(-) -commit dfe76b26 +commit dfe76b26e Author: Thierry Bothorel Date: Fri Nov 21 15:27:13 2003 +0000 @@ -83341,7 +85742,7 @@ Date: Fri Nov 21 15:27:13 2003 +0000 web/help.php | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) -commit 2e028caa +commit 2e028caa3 Author: Thierry Bothorel Date: Fri Nov 21 04:19:49 2003 +0000 @@ -83350,7 +85751,7 @@ Date: Fri Nov 21 04:19:49 2003 +0000 web/ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) -commit 8a74b970 +commit 8a74b9701 Author: Thierry Bothorel Date: Fri Nov 21 01:34:44 2003 +0000 @@ -83359,7 +85760,7 @@ Date: Fri Nov 21 01:34:44 2003 +0000 web/session_cookie.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit d7fea4b3 +commit d7fea4b30 Author: Jean-Francois LARVOIRE Date: Wed Nov 19 23:18:18 2003 +0000 @@ -83372,7 +85773,7 @@ Date: Wed Nov 19 23:18:18 2003 +0000 web/auth_omni.inc (gone) | 92 -------------------------------------- 4 files changed, 308 deletions(-) -commit 68075946 +commit 68075946a Author: Jean-Francois LARVOIRE Date: Wed Nov 19 23:09:44 2003 +0000 @@ -83388,7 +85789,7 @@ Date: Wed Nov 19 23:09:44 2003 +0000 web/session_omni.inc (new) | 59 +++++++++++++++++++++++++++++++++ 6 files changed, 241 insertions(+), 2 deletions(-) -commit e9c55e6b +commit e9c55e6b0 Author: Jean-Francois LARVOIRE Date: Tue Nov 18 21:30:57 2003 +0000 @@ -83397,7 +85798,7 @@ Date: Tue Nov 18 21:30:57 2003 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 204cc7bf +commit 204cc7bf0 Author: John Beranek Date: Tue Nov 18 10:41:18 2003 +0000 @@ -83414,7 +85815,7 @@ Date: Tue Nov 18 10:41:18 2003 +0000 web/style.inc | 3 + 2 files changed, 133 insertions(+) -commit 9a93bb2a +commit 9a93bb2a4 Author: Thierry Bothorel Date: Mon Nov 17 03:52:53 2003 +0000 @@ -83424,7 +85825,7 @@ Date: Mon Nov 17 03:52:53 2003 +0000 web/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) -commit e45d244c +commit e45d244cf Author: Thierry Bothorel Date: Mon Nov 17 03:41:11 2003 +0000 @@ -83433,7 +85834,7 @@ Date: Mon Nov 17 03:41:11 2003 +0000 web/config.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 323fb904 +commit 323fb904a Author: Thierry Bothorel Date: Mon Nov 17 03:39:56 2003 +0000 @@ -83443,7 +85844,7 @@ Date: Mon Nov 17 03:39:56 2003 +0000 web/admin.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit e3430608 +commit e3430608d Author: Thierry Bothorel Date: Mon Nov 17 03:30:48 2003 +0000 @@ -83452,7 +85853,7 @@ Date: Mon Nov 17 03:30:48 2003 +0000 web/lang.fr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7623a66b +commit 7623a66bc Author: Thierry Bothorel Date: Sun Nov 16 20:25:21 2003 +0000 @@ -83462,7 +85863,7 @@ Date: Sun Nov 16 20:25:21 2003 +0000 web/session_php.inc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) -commit 76849dc2 +commit 76849dc26 Author: Thierry Bothorel Date: Sun Nov 16 19:41:42 2003 +0000 @@ -83471,7 +85872,7 @@ Date: Sun Nov 16 19:41:42 2003 +0000 web/month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d45bbd39 +commit d45bbd393 Author: Thierry Bothorel Date: Sun Nov 16 19:30:44 2003 +0000 @@ -83480,7 +85881,7 @@ Date: Sun Nov 16 19:30:44 2003 +0000 web/mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 0adde79d +commit 0adde79db Author: Thierry Bothorel Date: Sun Nov 16 19:23:27 2003 +0000 @@ -83490,7 +85891,7 @@ Date: Sun Nov 16 19:23:27 2003 +0000 web/admin.php | 5 ----- 1 file changed, 5 deletions(-) -commit 685db19a +commit 685db19a3 Author: Thierry Bothorel Date: Sun Nov 16 17:10:08 2003 +0000 @@ -83501,7 +85902,7 @@ Date: Sun Nov 16 17:10:08 2003 +0000 web/month.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -commit a7cfec8e +commit a7cfec8e8 Author: Thierry Bothorel Date: Sat Nov 15 20:37:42 2003 +0000 @@ -83510,7 +85911,7 @@ Date: Sat Nov 15 20:37:42 2003 +0000 web/ChangeLog | 116 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 89 insertions(+), 27 deletions(-) -commit 875df0a6 +commit 875df0a61 Author: Jean-Francois LARVOIRE Date: Fri Nov 14 22:26:36 2003 +0000 @@ -83519,7 +85920,7 @@ Date: Fri Nov 14 22:26:36 2003 +0000 web/day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 38d6ce50 +commit 38d6ce502 Author: Jean-Francois LARVOIRE Date: Fri Nov 14 22:23:09 2003 +0000 @@ -83528,7 +85929,7 @@ Date: Fri Nov 14 22:23:09 2003 +0000 web/auth_config.inc | 1 - 1 file changed, 1 deletion(-) -commit c2c1349c +commit c2c1349c0 Author: Jean-Francois LARVOIRE Date: Fri Nov 14 22:20:24 2003 +0000 @@ -83544,7 +85945,7 @@ Date: Fri Nov 14 22:20:24 2003 +0000 web/auth_pop3.inc | 33 ++------------------------------- 6 files changed, 13 insertions(+), 174 deletions(-) -commit d67d60f3 +commit d67d60f30 Author: Jean-Francois LARVOIRE Date: Fri Nov 14 22:13:26 2003 +0000 @@ -83556,7 +85957,7 @@ Date: Fri Nov 14 22:13:26 2003 +0000 web/auth_omni.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -commit 19018c17 +commit 19018c17e Author: Jean-Francois LARVOIRE Date: Fri Nov 14 22:07:23 2003 +0000 @@ -83566,7 +85967,7 @@ Date: Fri Nov 14 22:07:23 2003 +0000 web/mrbs_auth.inc | 42 ++++-------------------------------------- 1 file changed, 4 insertions(+), 38 deletions(-) -commit a904388c +commit a904388ca Author: Jean-Francois LARVOIRE Date: Fri Nov 14 22:01:19 2003 +0000 @@ -83579,7 +85980,7 @@ Date: Fri Nov 14 22:01:19 2003 +0000 web/session_php.inc | 37 +++++++++++++++------------ 2 files changed, 53 insertions(+), 39 deletions(-) -commit 4b5c1134 +commit 4b5c11348 Author: Jean-Francois LARVOIRE Date: Fri Nov 14 21:52:19 2003 +0000 @@ -83588,7 +85989,7 @@ Date: Fri Nov 14 21:52:19 2003 +0000 web/session_http.inc (new) | 78 ++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) -commit 09cf0111 +commit 09cf01110 Author: Jean-Francois LARVOIRE Date: Fri Nov 14 21:47:20 2003 +0000 @@ -83597,7 +85998,7 @@ Date: Fri Nov 14 21:47:20 2003 +0000 web/grab_globals.inc.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit 9bb76446 +commit 9bb764460 Author: Thierry Bothorel Date: Fri Nov 14 04:10:02 2003 +0000 @@ -83606,7 +86007,7 @@ Date: Fri Nov 14 04:10:02 2003 +0000 web/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) -commit 181a0a0c +commit 181a0a0c3 Author: Thierry Bothorel Date: Fri Nov 14 04:07:39 2003 +0000 @@ -83615,7 +86016,7 @@ Date: Fri Nov 14 04:07:39 2003 +0000 web/session_php.inc | 1 + 1 file changed, 1 insertion(+) -commit 70de1d3e +commit 70de1d3e1 Author: Thierry Bothorel Date: Wed Nov 12 03:24:56 2003 +0000 @@ -83624,7 +86025,7 @@ Date: Wed Nov 12 03:24:56 2003 +0000 README | 5 +++++ 1 file changed, 5 insertions(+) -commit ba5d25ef +commit ba5d25eff Author: Jean-Francois LARVOIRE Date: Tue Nov 11 21:59:14 2003 +0000 @@ -83645,7 +86046,7 @@ Date: Tue Nov 11 21:59:14 2003 +0000 web/lang.zh-tw | 7 +++++++ 13 files changed, 92 insertions(+), 1 deletion(-) -commit eddaea6d +commit eddaea6df Author: Jean-Francois LARVOIRE Date: Sun Nov 9 22:49:02 2003 +0000 @@ -83661,7 +86062,7 @@ Date: Sun Nov 9 22:49:02 2003 +0000 web/session_php.inc (new) | 180 +++++++++++++++++++++++++++++++++ 8 files changed, 459 insertions(+), 5 deletions(-) -commit 80a9b17b +commit 80a9b17b8 Author: Jean-Francois LARVOIRE Date: Sun Nov 9 10:58:50 2003 +0000 @@ -83672,7 +86073,7 @@ Date: Sun Nov 9 10:58:50 2003 +0000 web/language.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -commit fe9a33f1 +commit fe9a33f1a Author: Thierry Bothorel Date: Sat Nov 1 21:12:14 2003 +0000 @@ -83682,7 +86083,7 @@ Date: Sat Nov 1 21:12:14 2003 +0000 web/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) -commit e9170872 +commit e91708721 Author: Thierry Bothorel Date: Sat Nov 1 21:06:20 2003 +0000 @@ -83696,7 +86097,7 @@ Date: Sat Nov 1 21:06:20 2003 +0000 web/week.php | 15 ++++++++++----- 3 files changed, 34 insertions(+), 16 deletions(-) -commit de2ca4eb +commit de2ca4ebe Author: Thierry Bothorel Date: Sat Nov 1 19:06:07 2003 +0000 @@ -83705,7 +86106,7 @@ Date: Sat Nov 1 19:06:07 2003 +0000 web/week.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit a662b9ff +commit a662b9ff0 Author: Thierry Bothorel Date: Fri Oct 31 20:34:37 2003 +0000 @@ -83716,7 +86117,7 @@ Date: Fri Oct 31 20:34:37 2003 +0000 web/config.inc.php | 3 +++ 2 files changed, 6 insertions(+) -commit 4bef0585 +commit 4bef05857 Author: Thierry Bothorel Date: Fri Oct 31 19:45:42 2003 +0000 @@ -83726,7 +86127,7 @@ Date: Fri Oct 31 19:45:42 2003 +0000 web/language.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 0b053c29 +commit 0b053c29f Author: Thierry Bothorel Date: Fri Oct 31 19:22:50 2003 +0000 @@ -83736,7 +86137,7 @@ Date: Fri Oct 31 19:22:50 2003 +0000 web/week.php | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit 17e63744 +commit 17e637441 Author: Thierry Bothorel Date: Fri Oct 31 01:17:57 2003 +0000 @@ -83745,7 +86146,7 @@ Date: Fri Oct 31 01:17:57 2003 +0000 web/auth_pop3.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -commit 4619c682 +commit 4619c682b Author: Thierry Bothorel Date: Sat Oct 11 03:32:00 2003 +0000 @@ -83755,7 +86156,7 @@ Date: Sat Oct 11 03:32:00 2003 +0000 web/ChangeLog | 17 ++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) -commit cc1428de +commit cc1428de9 Author: Thierry Bothorel Date: Sat Oct 11 02:46:48 2003 +0000 @@ -83764,7 +86165,7 @@ Date: Sat Oct 11 02:46:48 2003 +0000 testdata.php | 1 + 1 file changed, 1 insertion(+) -commit 5deaa6f5 +commit 5deaa6f57 Author: Thierry Bothorel Date: Fri Oct 10 19:26:37 2003 +0000 @@ -83775,7 +86176,7 @@ Date: Fri Oct 10 19:26:37 2003 +0000 web/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ae7cb8c0 +commit ae7cb8c0b Author: Thierry Bothorel Date: Fri Oct 10 04:54:12 2003 +0000 @@ -83787,7 +86188,7 @@ Date: Fri Oct 10 04:54:12 2003 +0000 web/config.inc.php | 4 ++++ 2 files changed, 16 insertions(+), 4 deletions(-) -commit 0e989338 +commit 0e9893383 Author: Thierry Bothorel Date: Fri Oct 10 04:31:19 2003 +0000 @@ -83796,7 +86197,7 @@ Date: Fri Oct 10 04:31:19 2003 +0000 web/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) -commit e1c57f63 +commit e1c57f630 Author: John Beranek Date: Thu Oct 9 20:07:41 2003 +0000 @@ -83805,7 +86206,7 @@ Date: Thu Oct 9 20:07:41 2003 +0000 web/ChangeLog | 1 + 1 file changed, 1 insertion(+) -commit f0308e51 +commit f0308e51a Author: John Beranek Date: Thu Oct 9 19:58:43 2003 +0000 @@ -83862,7 +86263,7 @@ Date: Thu Oct 9 19:58:43 2003 +0000 web/week.php | 18 +-- 22 files changed, 532 insertions(+), 293 deletions(-) -commit d3c62c6a +commit d3c62c6a6 Author: Thierry Bothorel Date: Fri Oct 3 17:46:50 2003 +0000 @@ -83877,7 +86278,7 @@ Date: Fri Oct 3 17:46:50 2003 +0000 web/trailer.inc | 9 +++++---- 5 files changed, 23 insertions(+), 4 deletions(-) -commit 89816f6b +commit 89816f6b8 Author: John Beranek Date: Thu Sep 25 23:19:35 2003 +0000 @@ -83891,7 +86292,7 @@ Date: Thu Sep 25 23:19:35 2003 +0000 crypt_passwd.pl (new +x) | 65 ++++++++++++++++++++++++++++++++++++ 4 files changed, 102 insertions(+), 1 deletion(-) -commit 6bc6e026 +commit 6bc6e0266 Author: John Beranek Date: Thu Sep 25 18:20:36 2003 +0000 @@ -83902,7 +86303,7 @@ Date: Thu Sep 25 18:20:36 2003 +0000 web/auth_pop3.inc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) -commit cbcb6836 +commit cbcb6836e Author: Thierry Bothorel Date: Tue Sep 23 06:11:34 2003 +0000 @@ -83912,7 +86313,7 @@ Date: Tue Sep 23 06:11:34 2003 +0000 web/ChangeLog | 17 +++++++++++++++++ 2 files changed, 41 insertions(+) -commit f8d03d15 +commit f8d03d15a Author: Thierry Bothorel Date: Tue Sep 23 06:05:41 2003 +0000 @@ -83922,7 +86323,7 @@ Date: Tue Sep 23 06:05:41 2003 +0000 web/help.php | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) -commit c9ce61d0 +commit c9ce61d01 Author: Thierry Bothorel Date: Tue Sep 23 05:55:18 2003 +0000 @@ -83962,7 +86363,7 @@ Date: Tue Sep 23 05:55:18 2003 +0000 web/week.php | 4 ++-- 32 files changed, 87 insertions(+), 89 deletions(-) -commit a75a99f0 +commit a75a99f0c Author: Thierry Bothorel Date: Tue Sep 23 05:37:18 2003 +0000 @@ -83972,7 +86373,7 @@ Date: Tue Sep 23 05:37:18 2003 +0000 web/config.inc | 3 +++ 2 files changed, 8 insertions(+) -commit bce5260c +commit bce5260cf Author: Thierry Bothorel Date: Thu Sep 11 14:52:03 2003 +0000 @@ -83982,7 +86383,7 @@ Date: Thu Sep 11 14:52:03 2003 +0000 web/lang.fi | 63 +++++++++++++++++++++++++++---------------------- 2 files changed, 40 insertions(+), 29 deletions(-) -commit 906c4dcb +commit 906c4dcbc Author: Thierry Bothorel Date: Tue Aug 12 16:17:30 2003 +0000 @@ -83992,7 +86393,7 @@ Date: Tue Aug 12 16:17:30 2003 +0000 web/edit_entry.php | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) -commit 88871535 +commit 888715356 Author: Thierry Bothorel Date: Sat Aug 9 20:55:26 2003 +0000 @@ -84002,7 +86403,7 @@ Date: Sat Aug 9 20:55:26 2003 +0000 web/ChangeLog | 10 ++++++++++ 2 files changed, 24 insertions(+) -commit 4ba9eb0b +commit 4ba9eb0ba Author: Thierry Bothorel Date: Sat Aug 9 05:23:29 2003 +0000 @@ -84012,7 +86413,7 @@ Date: Sat Aug 9 05:23:29 2003 +0000 web/auth_nt.inc (new) | 86 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 153 insertions(+) -commit 3bfb44c1 +commit 3bfb44c14 Author: Thierry Bothorel Date: Sat Aug 9 03:36:36 2003 +0000 @@ -84024,7 +86425,7 @@ Date: Sat Aug 9 03:36:36 2003 +0000 web/config.inc | 6 ++- 4 files changed, 88 insertions(+), 48 deletions(-) -commit 26e18f40 +commit 26e18f400 Author: Thierry Bothorel Date: Thu Aug 7 15:57:29 2003 +0000 @@ -84033,7 +86434,7 @@ Date: Thu Aug 7 15:57:29 2003 +0000 NEWS | 579 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 317 insertions(+), 262 deletions(-) -commit 22bd03d5 +commit 22bd03d59 Author: Thierry Bothorel Date: Thu Aug 7 05:32:47 2003 +0000 @@ -84049,7 +86450,7 @@ Date: Thu Aug 7 05:32:47 2003 +0000 web/ChangeLog (new) | 1114 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1114 insertions(+) -commit 93da91dc +commit 93da91dcf Author: Thierry Bothorel Date: Thu Aug 7 05:28:07 2003 +0000 @@ -84065,7 +86466,7 @@ Date: Thu Aug 7 05:28:07 2003 +0000 ChangeLog | 1544 ++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 1106 insertions(+), 438 deletions(-) -commit 854d9760 +commit 854d9760e Author: Thierry Bothorel Date: Thu Aug 7 05:07:05 2003 +0000 @@ -84076,7 +86477,7 @@ Date: Thu Aug 7 05:07:05 2003 +0000 NEWS (new) | 369 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 369 insertions(+) -commit b1219e46 +commit b1219e46d Author: Thierry Bothorel Date: Thu May 29 07:25:57 2003 +0000 @@ -84086,7 +86487,7 @@ Date: Thu May 29 07:25:57 2003 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4898f9d5 +commit 4898f9d5b Author: Thierry Bothorel Date: Mon May 12 03:50:43 2003 +0000 @@ -84098,7 +86499,7 @@ Date: Mon May 12 03:50:43 2003 +0000 web/mrbs_sql.inc | 46 +++++++++++++++++++++++++++++++++------------- 2 files changed, 38 insertions(+), 13 deletions(-) -commit e1b93950 +commit e1b93950b Author: Thierry Bothorel Date: Mon May 12 03:31:22 2003 +0000 @@ -84107,7 +86508,7 @@ Date: Mon May 12 03:31:22 2003 +0000 web/mrbs_sql.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 812ea465 +commit 812ea4652 Author: Thierry Bothorel Date: Sun May 11 00:40:59 2003 +0000 @@ -84119,7 +86520,7 @@ Date: Sun May 11 00:40:59 2003 +0000 web/mrbs_sql.inc | 32 ++++++++++++++++++++++++-------- 2 files changed, 30 insertions(+), 8 deletions(-) -commit 8b655dc8 +commit 8b655dc8c Author: Thierry Bothorel Date: Thu May 8 12:55:45 2003 +0000 @@ -84131,7 +86532,7 @@ Date: Thu May 8 12:55:45 2003 +0000 web/report.php | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) -commit 93694a48 +commit 93694a481 Author: Thierry Bothorel Date: Fri Apr 25 21:20:13 2003 +0000 @@ -84141,7 +86542,7 @@ Date: Fri Apr 25 21:20:13 2003 +0000 web/mincals.inc | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) -commit f68dd0b8 +commit f68dd0b81 Author: Thierry Bothorel Date: Fri Apr 25 20:56:31 2003 +0000 @@ -84150,7 +86551,7 @@ Date: Fri Apr 25 20:56:31 2003 +0000 web/mincals.inc | 92 +++++++++++++++++++++++------------------------ 1 file changed, 46 insertions(+), 46 deletions(-) -commit b6ffb56a +commit b6ffb56a0 Author: Thierry Bothorel Date: Fri Apr 18 04:47:26 2003 +0000 @@ -84161,7 +86562,7 @@ Date: Fri Apr 18 04:47:26 2003 +0000 ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -commit 14c52b56 +commit 14c52b56d Author: Thierry Bothorel Date: Fri Apr 18 02:21:56 2003 +0000 @@ -84172,7 +86573,7 @@ Date: Fri Apr 18 02:21:56 2003 +0000 web/week.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 06884168 +commit 068841680 Author: Thierry Bothorel Date: Thu Apr 17 03:38:53 2003 +0000 @@ -84183,7 +86584,7 @@ Date: Thu Apr 17 03:38:53 2003 +0000 web/month.php | 335 ++++++++++++++++++++++++----------------------- 3 files changed, 194 insertions(+), 165 deletions(-) -commit f59b1da2 +commit f59b1da27 Author: Thierry Bothorel Date: Tue Apr 15 15:20:31 2003 +0000 @@ -84195,7 +86596,7 @@ Date: Tue Apr 15 15:20:31 2003 +0000 web/week.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 53991c9f +commit 53991c9f2 Author: Thierry Bothorel Date: Wed Apr 9 20:10:15 2003 +0000 @@ -84205,7 +86606,7 @@ Date: Wed Apr 9 20:10:15 2003 +0000 web/edit_entry_handler.php | 230 ++++++++++++++++++----------------- 1 file changed, 117 insertions(+), 113 deletions(-) -commit 0247e636 +commit 0247e6368 Author: Thierry Bothorel Date: Tue Apr 1 05:26:45 2003 +0000 @@ -84215,7 +86616,7 @@ Date: Tue Apr 1 05:26:45 2003 +0000 ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) -commit 51028562 +commit 510285621 Author: Thierry Bothorel Date: Mon Mar 31 22:19:38 2003 +0000 @@ -84224,7 +86625,7 @@ Date: Mon Mar 31 22:19:38 2003 +0000 web/lang.it | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 1b6b8ef0 +commit 1b6b8ef07 Author: Thierry Bothorel Date: Fri Mar 28 18:31:01 2003 +0000 @@ -84234,7 +86635,7 @@ Date: Fri Mar 28 18:31:01 2003 +0000 ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) -commit ee990b41 +commit ee990b419 Author: John Beranek Date: Fri Mar 28 15:40:50 2003 +0000 @@ -84249,7 +86650,7 @@ Date: Fri Mar 28 15:40:50 2003 +0000 web/mrbs_auth.inc | 37 +++++++++++++++++++++++++++++++++++++ 6 files changed, 49 insertions(+), 16 deletions(-) -commit c6163473 +commit c61634738 Author: Thierry Bothorel Date: Fri Mar 28 00:29:55 2003 +0000 @@ -84259,7 +86660,7 @@ Date: Fri Mar 28 00:29:55 2003 +0000 web/edit_entry_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ebf62630 +commit ebf626301 Author: Thierry Bothorel Date: Tue Mar 11 19:01:10 2003 +0000 @@ -84271,7 +86672,7 @@ Date: Tue Mar 11 19:01:10 2003 +0000 web/lang.da (new) | 202 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 207 insertions(+), 1 deletion(-) -commit 890daa4f +commit 890daa4fd Author: Thierry Bothorel Date: Wed Mar 5 05:12:31 2003 +0000 @@ -84295,7 +86696,7 @@ Date: Wed Mar 5 05:12:31 2003 +0000 web/week.php | 1 + 16 files changed, 151 insertions(+), 1 deletion(-) -commit 2db9689f +commit 2db9689fd Author: Thierry Bothorel Date: Wed Mar 5 05:07:53 2003 +0000 @@ -84304,7 +86705,7 @@ Date: Wed Mar 5 05:07:53 2003 +0000 web/lang.pt (new) | 202 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) -commit cdaf8a00 +commit cdaf8a00a Author: Thierry Bothorel Date: Sun Feb 9 20:03:52 2003 +0000 @@ -84314,7 +86715,7 @@ Date: Sun Feb 9 20:03:52 2003 +0000 web/edit_entry_handler.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) -commit 64ba9723 +commit 64ba9723a Author: Thierry Bothorel Date: Thu Jan 30 07:08:57 2003 +0000 @@ -84323,7 +86724,7 @@ Date: Thu Jan 30 07:08:57 2003 +0000 web/lang.fi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 874b9640 +commit 874b96409 Author: Thierry Bothorel Date: Thu Jan 30 06:53:49 2003 +0000 @@ -84335,7 +86736,7 @@ Date: Thu Jan 30 06:53:49 2003 +0000 ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) -commit 561d668e +commit 561d668ee Author: Thierry Bothorel Date: Thu Jan 30 06:50:42 2003 +0000 @@ -84344,7 +86745,7 @@ Date: Thu Jan 30 06:50:42 2003 +0000 web/lang.fi (new) | 201 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) -commit c77db546 +commit c77db546e Author: Thierry Bothorel Date: Wed Jan 29 05:48:30 2003 +0000 @@ -84353,7 +86754,7 @@ Date: Wed Jan 29 05:48:30 2003 +0000 web/lang.no | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit ab07ff6d +commit ab07ff6d3 Author: Thierry Bothorel Date: Wed Jan 29 05:43:04 2003 +0000 @@ -84364,7 +86765,7 @@ Date: Wed Jan 29 05:43:04 2003 +0000 web/lang.no | 44 ++++++++++++++++++++++---------------------- 3 files changed, 38 insertions(+), 36 deletions(-) -commit 99f33fa8 +commit 99f33fa8d Author: Thierry Bothorel Date: Wed Jan 29 00:08:12 2003 +0000 @@ -84373,7 +86774,7 @@ Date: Wed Jan 29 00:08:12 2003 +0000 web/functions.inc | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) -commit ab5f4419 +commit ab5f44194 Author: Thierry Bothorel Date: Wed Jan 15 04:02:50 2003 +0000 @@ -84382,7 +86783,7 @@ Date: Wed Jan 15 04:02:50 2003 +0000 web/mrbs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit d1ff973e +commit d1ff973ed Author: Thierry Bothorel Date: Wed Jan 15 03:49:44 2003 +0000 @@ -84403,7 +86804,7 @@ Date: Wed Jan 15 03:49:44 2003 +0000 web/lang.zh-tw | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) -commit c2b741ab +commit c2b741ab5 Author: John Beranek Date: Tue Jan 14 10:22:45 2003 +0000 @@ -84412,7 +86813,7 @@ Date: Tue Jan 14 10:22:45 2003 +0000 web/mincals.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit d666b97b +commit d666b97b0 Author: John Beranek Date: Tue Jan 14 09:58:30 2003 +0000 @@ -84435,7 +86836,7 @@ Date: Tue Jan 14 09:58:30 2003 +0000 web/week.php | 2 +- 12 files changed, 102 insertions(+), 29 deletions(-) -commit 2a79318c +commit 2a79318c5 Author: Daniel Date: Tue Jan 14 00:38:32 2003 +0000 @@ -84455,7 +86856,7 @@ Date: Tue Jan 14 00:38:32 2003 +0000 web/lang.zh-tw | 26 ++++++++++++++++++++++++++ 12 files changed, 241 insertions(+), 6 deletions(-) -commit 64852a4d +commit 64852a4d5 Author: Daniel Date: Mon Jan 13 21:41:36 2003 +0000 @@ -84468,7 +86869,7 @@ Date: Mon Jan 13 21:41:36 2003 +0000 web/week.php | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) -commit 711a1bb7 +commit 711a1bb79 Author: John Beranek Date: Mon Jan 13 14:37:53 2003 +0000 @@ -84479,7 +86880,7 @@ Date: Mon Jan 13 14:37:53 2003 +0000 web/edit_entry.php | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) -commit ce8488c1 +commit ce8488c18 Author: Thierry Bothorel Date: Mon Jan 13 01:58:31 2003 +0000 @@ -84488,7 +86889,7 @@ Date: Mon Jan 13 01:58:31 2003 +0000 web/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 0447523f +commit 0447523fa Author: Thierry Bothorel Date: Sun Jan 12 22:54:12 2003 +0000 @@ -84500,7 +86901,7 @@ Date: Sun Jan 12 22:54:12 2003 +0000 ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit 79825db3 +commit 79825db3b Author: Thierry Bothorel Date: Sun Jan 12 22:50:31 2003 +0000 @@ -84509,7 +86910,7 @@ Date: Sun Jan 12 22:50:31 2003 +0000 web/auth_omni.inc (new) | 92 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) -commit cddf27f8 +commit cddf27f81 Author: Thierry Bothorel Date: Sun Jan 12 22:46:05 2003 +0000 @@ -84518,7 +86919,7 @@ Date: Sun Jan 12 22:46:05 2003 +0000 web/auth_name.inc (new) | 67 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) -commit 25c5a3aa +commit 25c5a3aa6 Author: Thierry Bothorel Date: Sun Jan 12 21:54:47 2003 +0000 @@ -84527,7 +86928,7 @@ Date: Sun Jan 12 21:54:47 2003 +0000 web/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8eb8de06 +commit 8eb8de06e Author: Thierry Bothorel Date: Sun Jan 12 20:34:09 2003 +0000 @@ -84536,7 +86937,7 @@ Date: Sun Jan 12 20:34:09 2003 +0000 web/site_faq_fr.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) -commit 55ebc770 +commit 55ebc7709 Author: Thierry Bothorel Date: Sun Jan 12 20:15:56 2003 +0000 @@ -84553,7 +86954,7 @@ Date: Sun Jan 12 20:15:56 2003 +0000 web/edit_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit b68bbe2f +commit b68bbe2f0 Author: Thierry Bothorel Date: Sun Jan 12 19:50:29 2003 +0000 @@ -84562,7 +86963,7 @@ Date: Sun Jan 12 19:50:29 2003 +0000 web/view_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 18e931ef +commit 18e931ef8 Author: Thierry Bothorel Date: Sun Jan 12 19:39:27 2003 +0000 @@ -84572,7 +86973,7 @@ Date: Sun Jan 12 19:39:27 2003 +0000 web/pgsql.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -commit 3e8f3317 +commit 3e8f3317f Author: Thierry Bothorel Date: Sun Jan 12 19:31:19 2003 +0000 @@ -84581,7 +86982,7 @@ Date: Sun Jan 12 19:31:19 2003 +0000 web/site_faq_fr.html (new) | 163 +++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) -commit 279dbf3e +commit 279dbf3eb Author: Thierry Bothorel Date: Sun Jan 12 19:26:07 2003 +0000 @@ -84590,7 +86991,7 @@ Date: Sun Jan 12 19:26:07 2003 +0000 web/config.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit 37a92ef3 +commit 37a92ef3c Author: Thierry Bothorel Date: Sun Jan 12 19:03:56 2003 +0000 @@ -84600,7 +87001,7 @@ Date: Sun Jan 12 19:03:56 2003 +0000 web/help.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 7b27334f +commit 7b27334f9 Author: Thierry Bothorel Date: Sun Jan 12 18:54:38 2003 +0000 @@ -84609,7 +87010,7 @@ Date: Sun Jan 12 18:54:38 2003 +0000 web/edit_entry_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 7afc9743 +commit 7afc97434 Author: Thierry Bothorel Date: Sun Jan 12 18:48:54 2003 +0000 @@ -84618,7 +87019,7 @@ Date: Sun Jan 12 18:48:54 2003 +0000 web/edit_entry.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 91cbfd9d +commit 91cbfd9dd Author: Thierry Bothorel Date: Sun Jan 12 16:45:29 2003 +0000 @@ -84627,7 +87028,7 @@ Date: Sun Jan 12 16:45:29 2003 +0000 web/edit_area_room.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 0503f178 +commit 0503f1789 Author: Thierry Bothorel Date: Sun Jan 12 16:39:08 2003 +0000 @@ -84636,7 +87037,7 @@ Date: Sun Jan 12 16:39:08 2003 +0000 web/del.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 0255645f +commit 0255645fe Author: Thierry Bothorel Date: Sun Jan 12 16:32:50 2003 +0000 @@ -84646,7 +87047,7 @@ Date: Sun Jan 12 16:32:50 2003 +0000 web/lang.fr | 127 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 77 insertions(+), 50 deletions(-) -commit b9a0651e +commit b9a0651e3 Author: Thierry Bothorel Date: Sun Jan 12 16:04:57 2003 +0000 @@ -84655,7 +87056,7 @@ Date: Sun Jan 12 16:04:57 2003 +0000 web/lang.en | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) -commit 007cca2f +commit 007cca2ff Author: John Beranek Date: Fri Jan 10 12:43:36 2003 +0000 @@ -84665,7 +87066,7 @@ Date: Fri Jan 10 12:43:36 2003 +0000 ChangeLog | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -commit 0d5f91dc +commit 0d5f91dcc Author: Daniel Date: Fri Jan 10 11:33:43 2003 +0000 @@ -84675,7 +87076,7 @@ Date: Fri Jan 10 11:33:43 2003 +0000 web/search.php | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) -commit c4d42d23 +commit c4d42d23f Author: Daniel Date: Thu Jan 9 18:05:23 2003 +0000 @@ -84685,7 +87086,7 @@ Date: Thu Jan 9 18:05:23 2003 +0000 web/trailer.inc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) -commit 83156212 +commit 831562126 Author: John Beranek Date: Thu Jan 9 17:48:30 2003 +0000 @@ -84695,7 +87096,7 @@ Date: Thu Jan 9 17:48:30 2003 +0000 ChangeLog | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) -commit f4081890 +commit f4081890f Author: Daniel Date: Thu Jan 9 17:44:55 2003 +0000 @@ -84705,7 +87106,7 @@ Date: Thu Jan 9 17:44:55 2003 +0000 web/lang.es | 116 +++++++++++++++++++++++++------------------------- 2 files changed, 58 insertions(+), 59 deletions(-) -commit 0b95290c +commit 0b95290cb Author: Daniel Date: Thu Jan 9 17:39:51 2003 +0000 @@ -84714,7 +87115,7 @@ Date: Thu Jan 9 17:39:51 2003 +0000 AUTHENTICATION | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -commit 436aba69 +commit 436aba692 Author: Daniel Date: Thu Jan 9 17:38:25 2003 +0000 @@ -84728,7 +87129,7 @@ Date: Thu Jan 9 17:38:25 2003 +0000 web/config.inc | 6 ++ 4 files changed, 187 insertions(+), 1 deletion(-) -commit ce8f1d5a +commit ce8f1d5ae Author: John Beranek Date: Thu Nov 28 10:24:05 2002 +0000 @@ -84744,7 +87145,7 @@ Date: Thu Nov 28 10:24:05 2002 +0000 web/edit_entry.php | 12 ++++++++++-- 3 files changed, 23 insertions(+), 8 deletions(-) -commit 90c750f9 +commit 90c750f91 Author: John Beranek Date: Mon Oct 14 15:45:30 2002 +0000 @@ -84763,7 +87164,7 @@ Date: Mon Oct 14 15:45:30 2002 +0000 web/style.inc | 2 ++ 6 files changed, 30 insertions(+), 20 deletions(-) -commit 298881f4 +commit 298881f4c Author: John Beranek Date: Wed Oct 9 11:44:09 2002 +0000 @@ -84772,7 +87173,7 @@ Date: Wed Oct 9 11:44:09 2002 +0000 ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 269266e5 +commit 269266e52 Author: John Beranek Date: Tue Oct 8 13:19:23 2002 +0000 @@ -84844,7 +87245,7 @@ Date: Tue Oct 8 13:19:23 2002 +0000 web/view_entry.php | 52 +++++++++++------------ 28 files changed, 380 insertions(+), 204 deletions(-) -commit 352db55a +commit 352db55a1 Author: Daniel Date: Thu May 30 11:42:44 2002 +0000 @@ -84853,7 +87254,7 @@ Date: Thu May 30 11:42:44 2002 +0000 ChangeLog | 74 ++++++++++++++++++++++------------------------------- 1 file changed, 30 insertions(+), 44 deletions(-) -commit 7d12f0e5 +commit 7d12f0e5d Author: Daniel Date: Thu May 30 10:59:37 2002 +0000 @@ -84864,7 +87265,7 @@ Date: Thu May 30 10:59:37 2002 +0000 web/edit_entry.php | 9 +++++++++ 1 file changed, 9 insertions(+) -commit c4a78c94 +commit c4a78c94b Author: Daniel Date: Thu May 30 10:53:25 2002 +0000 @@ -84876,7 +87277,7 @@ Date: Thu May 30 10:53:25 2002 +0000 web/week.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -commit d673c408 +commit d673c4084 Author: Daniel Date: Sat May 25 12:27:09 2002 +0000 @@ -84885,7 +87286,7 @@ Date: Sat May 25 12:27:09 2002 +0000 web/lang.no | 86 +++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) -commit ea2de24a +commit ea2de24a3 Author: Daniel Date: Thu May 23 10:10:32 2002 +0000 @@ -84895,7 +87296,7 @@ Date: Thu May 23 10:10:32 2002 +0000 web/lang.cz (new +x) | 174 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 177 insertions(+) -commit 4d8948a1 +commit 4d8948a1c Author: Daniel Date: Sat May 18 23:04:36 2002 +0000 @@ -84906,7 +87307,7 @@ Date: Sat May 18 23:04:36 2002 +0000 web/trailer.inc | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) -commit 9e2ecd22 +commit 9e2ecd220 Author: Daniel Date: Sat May 18 18:16:34 2002 +0000 @@ -84915,7 +87316,7 @@ Date: Sat May 18 18:16:34 2002 +0000 web/help.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 5a54059e +commit 5a54059eb Author: Daniel Date: Sat May 18 16:39:36 2002 +0000 @@ -84928,7 +87329,7 @@ Date: Sat May 18 16:39:36 2002 +0000 web/week.php | 4 ++-- 3 files changed, 17 insertions(+), 15 deletions(-) -commit 54599076 +commit 545990769 Author: Daniel Date: Sat May 18 16:27:29 2002 +0000 @@ -84939,7 +87340,7 @@ Date: Sat May 18 16:27:29 2002 +0000 web/week.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit ff32b3b8 +commit ff32b3b82 Author: Daniel Date: Sat May 18 16:14:49 2002 +0000 @@ -84948,7 +87349,7 @@ Date: Sat May 18 16:14:49 2002 +0000 web/functions.inc | 6 ++++++ 1 file changed, 6 insertions(+) -commit bbd96658 +commit bbd966581 Author: Daniel Date: Sat May 18 15:59:43 2002 +0000 @@ -84957,7 +87358,7 @@ Date: Sat May 18 15:59:43 2002 +0000 web/auth_nis.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 5923a3ac +commit 5923a3ac9 Author: Daniel Date: Sat May 18 15:06:07 2002 +0000 @@ -84974,7 +87375,7 @@ Date: Sat May 18 15:06:07 2002 +0000 web/lang.zh-tw | 4 +++- 9 files changed, 64 insertions(+), 25 deletions(-) -commit c4672e80 +commit c4672e805 Author: Daniel Date: Tue May 14 16:11:49 2002 +0000 @@ -84984,7 +87385,7 @@ Date: Tue May 14 16:11:49 2002 +0000 web/week.php | 2 ++ 2 files changed, 4 insertions(+) -commit c4ff2057 +commit c4ff20577 Author: Daniel Date: Mon May 13 16:56:37 2002 +0000 @@ -84996,7 +87397,7 @@ Date: Mon May 13 16:56:37 2002 +0000 web/week.php | 54 ++++++++++++++++++++++++++------------------ 4 files changed, 100 insertions(+), 49 deletions(-) -commit 98929e96 +commit 98929e967 Author: Daniel Date: Sat May 11 12:19:57 2002 +0000 @@ -85005,7 +87406,7 @@ Date: Sat May 11 12:19:57 2002 +0000 web/day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bcfd2ab0 +commit bcfd2ab04 Author: Daniel Date: Sat May 11 11:56:39 2002 +0000 @@ -85015,7 +87416,7 @@ Date: Sat May 11 11:56:39 2002 +0000 README | 12 +++++------- 2 files changed, 9 insertions(+), 13 deletions(-) -commit 7547f29c +commit 7547f29cc Author: Daniel Date: Sat May 11 11:32:37 2002 +0000 @@ -85027,7 +87428,7 @@ Date: Sat May 11 11:32:37 2002 +0000 web/lang.en | 1 + 4 files changed, 54 insertions(+), 26 deletions(-) -commit 88bce2fc +commit 88bce2fc7 Author: Daniel Date: Sat May 11 11:31:38 2002 +0000 @@ -85036,7 +87437,7 @@ Date: Sat May 11 11:31:38 2002 +0000 checklang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7ff9d5f2 +commit 7ff9d5f2c Author: Daniel Date: Thu May 9 12:50:18 2002 +0000 @@ -85078,7 +87479,7 @@ Date: Thu May 9 12:50:18 2002 +0000 web/week.php | 14 +- 32 files changed, 1411 insertions(+), 1402 deletions(-) -commit cdb4a64c +commit cdb4a64ce Author: Daniel Date: Wed May 8 13:04:17 2002 +0000 @@ -85087,7 +87488,7 @@ Date: Wed May 8 13:04:17 2002 +0000 INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) -commit d25c7c2d +commit d25c7c2d3 Author: Daniel Date: Wed May 8 13:03:29 2002 +0000 @@ -85096,7 +87497,7 @@ Date: Wed May 8 13:03:29 2002 +0000 web/lang.fr | 177 +++++++++++++++++++++----------------------------- 1 file changed, 74 insertions(+), 103 deletions(-) -commit 3f11b70d +commit 3f11b70df Author: Daniel Date: Wed May 8 12:35:20 2002 +0000 @@ -85107,7 +87508,7 @@ Date: Wed May 8 12:35:20 2002 +0000 web/functions.inc | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 8 deletions(-) -commit 47a9c51c +commit 47a9c51c1 Author: John Beranek Date: Thu Mar 7 15:29:06 2002 +0000 @@ -85125,7 +87526,7 @@ Date: Thu Mar 7 15:29:06 2002 +0000 web/auth_nis.inc (new) | 117 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 179 insertions(+), 5 deletions(-) -commit bb454bce +commit bb454bceb Author: John Beranek Date: Thu Feb 7 13:12:46 2002 +0000 @@ -85174,7 +87575,7 @@ Date: Thu Feb 7 13:12:46 2002 +0000 web/report.php | 2 +- 21 files changed, 818 insertions(+), 90 deletions(-) -commit 48e56af1 +commit 48e56af14 Author: John Beranek Date: Fri Nov 2 12:57:44 2001 +0000 @@ -85186,7 +87587,7 @@ Date: Fri Nov 2 12:57:44 2001 +0000 web/config.inc | 2 ++ 2 files changed, 7 insertions(+) -commit fb3c0e47 +commit fb3c0e472 Author: Daniel Date: Thu Aug 30 21:27:52 2001 +0000 @@ -85195,7 +87596,7 @@ Date: Thu Aug 30 21:27:52 2001 +0000 ChangeLog | 3 +++ 1 file changed, 3 insertions(+) -commit 83ceba63 +commit 83ceba634 Author: John Beranek Date: Mon Jul 16 08:44:08 2001 +0000 @@ -85205,7 +87606,7 @@ Date: Mon Jul 16 08:44:08 2001 +0000 upgrade2.pg.sql (new) | 5 +++++ 2 files changed, 10 insertions(+) -commit 7b0bf099 +commit 7b0bf0990 Author: Daniel Date: Sun Jul 8 12:42:28 2001 +0000 @@ -85214,7 +87615,7 @@ Date: Sun Jul 8 12:42:28 2001 +0000 ChangeLog | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) -commit a42f1e96 +commit a42f1e969 Author: John Beranek Date: Mon Jul 2 17:32:20 2001 +0000 @@ -85223,7 +87624,7 @@ Date: Mon Jul 2 17:32:20 2001 +0000 web/mrbs_sql.inc | 2 -- 1 file changed, 2 deletions(-) -commit fa389274 +commit fa389274d Author: John Beranek Date: Mon Jul 2 16:58:09 2001 +0000 @@ -85233,7 +87634,7 @@ Date: Mon Jul 2 16:58:09 2001 +0000 web/style.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -commit 03cfb6a4 +commit 03cfb6a4e Author: John Beranek Date: Mon Jul 2 15:05:24 2001 +0000 @@ -85280,7 +87681,7 @@ Date: Mon Jul 2 15:05:24 2001 +0000 web/week.php | 4 +- 21 files changed, 433 insertions(+), 36 deletions(-) -commit 7961471b +commit 7961471b0 Author: John Beranek Date: Mon Mar 26 14:36:54 2001 +0000 @@ -85289,7 +87690,7 @@ Date: Mon Mar 26 14:36:54 2001 +0000 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 7bba873d +commit 7bba873d3 Author: John Beranek Date: Mon Mar 26 14:34:19 2001 +0000 @@ -85300,7 +87701,7 @@ Date: Mon Mar 26 14:34:19 2001 +0000 web/config.inc | 12 +++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) -commit f8b332dd +commit f8b332dd9 Author: John Beranek Date: Mon Mar 26 14:02:12 2001 +0000 @@ -85314,7 +87715,7 @@ Date: Mon Mar 26 14:02:12 2001 +0000 web/lang.sv | 1 + 3 files changed, 8 insertions(+) -commit 8a7b0d93 +commit 8a7b0d936 Author: Michael Redinger Date: Sun Mar 18 18:07:43 2001 +0000 @@ -85332,7 +87733,7 @@ Date: Sun Mar 18 18:07:43 2001 +0000 web/trailer.inc | 2 +- 9 files changed, 9 insertions(+), 1 deletion(-) -commit 55beb8ad +commit 55beb8add Author: Michael Redinger Date: Sun Mar 18 18:02:33 2001 +0000 @@ -85345,7 +87746,7 @@ Date: Sun Mar 18 18:02:33 2001 +0000 web/week.php | 87 +++++++++++++++++++++++++++------------------ 5 files changed, 127 insertions(+), 77 deletions(-) -commit bca4de61 +commit bca4de611 Author: John Beranek Date: Wed Mar 7 13:57:54 2001 +0000 @@ -85357,7 +87758,7 @@ Date: Wed Mar 7 13:57:54 2001 +0000 web/lang.es | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) -commit 221955e7 +commit 221955e70 Author: John Beranek Date: Wed Mar 7 13:52:18 2001 +0000 @@ -85367,7 +87768,7 @@ Date: Wed Mar 7 13:52:18 2001 +0000 ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) -commit 1a5f4cd5 +commit 1a5f4cd55 Author: Daniel Date: Wed Mar 7 00:34:05 2001 +0000 @@ -85377,7 +87778,7 @@ Date: Wed Mar 7 00:34:05 2001 +0000 web/lang.nl | 80 +++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 77 insertions(+), 6 deletions(-) -commit 74af07b2 +commit 74af07b29 Author: Daniel Date: Sun Mar 4 23:25:11 2001 +0000 @@ -85386,7 +87787,7 @@ Date: Sun Mar 4 23:25:11 2001 +0000 ChangeLog | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) -commit 9bf6b4e7 +commit 9bf6b4e7f Author: Michael Redinger Date: Fri Mar 2 13:10:53 2001 +0000 @@ -85396,7 +87797,7 @@ Date: Fri Mar 2 13:10:53 2001 +0000 auth_pam.pl (new +x) | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) -commit 986587af +commit 986587afa Author: John Beranek Date: Tue Feb 27 09:49:35 2001 +0000 @@ -85406,7 +87807,7 @@ Date: Tue Feb 27 09:49:35 2001 +0000 ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) -commit 0fa5dcc7 +commit 0fa5dcc71 Author: John Beranek Date: Mon Feb 26 12:19:35 2001 +0000 @@ -85425,7 +87826,7 @@ Date: Mon Feb 26 12:19:35 2001 +0000 web/lang.zh-tw | 6 ++++++ 10 files changed, 56 insertions(+), 4 deletions(-) -commit ca26e038 +commit ca26e0383 Author: John Beranek Date: Mon Feb 26 10:51:38 2001 +0000 @@ -85442,7 +87843,7 @@ Date: Mon Feb 26 10:51:38 2001 +0000 web/week.php | 4 ++-- 8 files changed, 52 insertions(+), 48 deletions(-) -commit 1fba0a3a +commit 1fba0a3a5 Author: L J Bayuk Date: Mon Feb 26 01:27:27 2001 +0000 @@ -85451,7 +87852,7 @@ Date: Mon Feb 26 01:27:27 2001 +0000 ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) -commit 115f8ab1 +commit 115f8ab18 Author: L J Bayuk Date: Mon Feb 26 01:24:53 2001 +0000 @@ -85461,7 +87862,7 @@ Date: Mon Feb 26 01:24:53 2001 +0000 web/mrbs_sql.inc | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) -commit f22b9d05 +commit f22b9d059 Author: L J Bayuk Date: Mon Feb 26 01:24:16 2001 +0000 @@ -85470,14 +87871,14 @@ Date: Mon Feb 26 01:24:16 2001 +0000 web/search.php | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) -commit 7a263658 -Merge: 11c555cb 8dff23db +commit 7a2636585 +Merge: 11c555cbe 8dff23dbe Author: L J Bayuk Date: Sun Feb 25 01:34:20 2001 +0000 Merge branch mrbs-0-9-1xp into trunk -commit 8dff23db (origin/mrbs-0-9-1xp) +commit 8dff23dbe (origin/mrbs-0-9-1xp) Author: Daniel Date: Thu Feb 22 20:11:10 2001 +0000 @@ -85486,7 +87887,7 @@ Date: Thu Feb 22 20:11:10 2001 +0000 web/lang.de | 87 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 76 insertions(+), 11 deletions(-) -commit 484c7659 +commit 484c76594 Author: L J Bayuk Date: Tue Feb 20 01:34:46 2001 +0000 @@ -85495,7 +87896,7 @@ Date: Tue Feb 20 01:34:46 2001 +0000 web/edit_entry.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -commit 3985e8c8 +commit 3985e8c81 Author: L J Bayuk Date: Mon Feb 19 02:56:04 2001 +0000 @@ -85508,7 +87909,7 @@ Date: Mon Feb 19 02:56:04 2001 +0000 web/week.php | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) -commit 3e80fd7c +commit 3e80fd7c2 Author: L J Bayuk Date: Mon Feb 19 02:55:52 2001 +0000 @@ -85517,7 +87918,7 @@ Date: Mon Feb 19 02:55:52 2001 +0000 web/trailer.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 84ad5f0a +commit 84ad5f0a9 Author: L J Bayuk Date: Mon Feb 19 02:55:38 2001 +0000 @@ -85531,7 +87932,7 @@ Date: Mon Feb 19 02:55:38 2001 +0000 web/report.php | 223 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 177 insertions(+), 46 deletions(-) -commit 88c21207 +commit 88c21207a Author: L J Bayuk Date: Mon Feb 19 02:55:22 2001 +0000 @@ -85543,7 +87944,7 @@ Date: Mon Feb 19 02:55:22 2001 +0000 web/month.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) -commit bec6ac60 +commit bec6ac601 Author: L J Bayuk Date: Mon Feb 19 02:55:12 2001 +0000 @@ -85559,7 +87960,7 @@ Date: Mon Feb 19 02:55:12 2001 +0000 web/lang.en | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) -commit dc3c8fd6 +commit dc3c8fd6e Author: L J Bayuk Date: Mon Feb 19 02:55:03 2001 +0000 @@ -85568,7 +87969,7 @@ Date: Mon Feb 19 02:55:03 2001 +0000 web/help.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -commit 658db5b7 +commit 658db5b7d Author: L J Bayuk Date: Mon Feb 19 02:54:54 2001 +0000 @@ -85579,7 +87980,7 @@ Date: Mon Feb 19 02:54:54 2001 +0000 web/functions.inc | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) -commit f12a3b98 +commit f12a3b98d Author: L J Bayuk Date: Mon Feb 19 02:54:42 2001 +0000 @@ -85591,7 +87992,7 @@ Date: Mon Feb 19 02:54:42 2001 +0000 web/day.php | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) -commit 7defb589 +commit 7defb5896 Author: L J Bayuk Date: Mon Feb 19 02:54:30 2001 +0000 @@ -85600,7 +88001,7 @@ Date: Mon Feb 19 02:54:30 2001 +0000 README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 536eaaea +commit 536eaaea5 Author: L J Bayuk Date: Mon Feb 19 02:54:16 2001 +0000 @@ -85611,7 +88012,7 @@ Date: Mon Feb 19 02:54:16 2001 +0000 INSTALL | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) -commit bdae3257 +commit bdae3257a Author: L J Bayuk Date: Mon Feb 19 02:54:07 2001 +0000 @@ -85620,7 +88021,7 @@ Date: Mon Feb 19 02:54:07 2001 +0000 checklang.php (new) | 85 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) -commit f059fccf +commit f059fccfe Author: Daniel Date: Fri Feb 16 08:49:11 2001 +0000 @@ -85630,7 +88031,7 @@ Date: Fri Feb 16 08:49:11 2001 +0000 web/week.php | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) -commit a2a079eb +commit a2a079eb4 Author: Daniel Date: Mon Feb 12 21:37:36 2001 +0000 @@ -85660,7 +88061,7 @@ Date: Mon Feb 12 21:37:36 2001 +0000 upgrade.my.sql | 2 ++ 22 files changed, 42 insertions(+), 11 deletions(-) -commit 084ff6e4 +commit 084ff6e41 Author: Daniel Date: Mon Feb 12 21:35:46 2001 +0000 @@ -85705,7 +88106,7 @@ Date: Mon Feb 12 21:35:46 2001 +0000 web/week.php | 1 + 37 files changed, 66 insertions(+) -commit a47ae9a8 +commit a47ae9a8c Author: L J Bayuk Date: Sat Feb 10 22:44:46 2001 +0000 @@ -85716,7 +88117,7 @@ Date: Sat Feb 10 22:44:46 2001 +0000 web/auth_nw.inc (new) | 96 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) -commit 760eb4fc +commit 760eb4fc1 Author: L J Bayuk Date: Sat Feb 10 22:44:33 2001 +0000 @@ -85725,7 +88126,7 @@ Date: Sat Feb 10 22:44:33 2001 +0000 web/week.php (new) | 311 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 311 insertions(+) -commit 3a1e8866 +commit 3a1e88662 Author: L J Bayuk Date: Sat Feb 10 22:44:15 2001 +0000 @@ -85736,7 +88137,7 @@ Date: Sat Feb 10 22:44:15 2001 +0000 web/report.php (new) | 195 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) -commit dd51cc94 +commit dd51cc944 Author: L J Bayuk Date: Sat Feb 10 22:44:02 2001 +0000 @@ -85745,7 +88146,7 @@ Date: Sat Feb 10 22:44:02 2001 +0000 web/pgsql.inc (new) | 238 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) -commit dd66943a +commit dd66943ad Author: L J Bayuk Date: Sat Feb 10 22:43:50 2001 +0000 @@ -85754,7 +88155,7 @@ Date: Sat Feb 10 22:43:50 2001 +0000 web/mysql.inc (new) | 212 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) -commit 11c14732 +commit 11c147321 Author: L J Bayuk Date: Sat Feb 10 22:43:36 2001 +0000 @@ -85763,7 +88164,7 @@ Date: Sat Feb 10 22:43:36 2001 +0000 web/month.php (new) | 270 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 270 insertions(+) -commit 7d3766aa +commit 7d3766aa3 Author: L J Bayuk Date: Sat Feb 10 22:43:15 2001 +0000 @@ -85772,7 +88173,7 @@ Date: Sat Feb 10 22:43:15 2001 +0000 tables.pg.sql (new) | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) -commit 56cb6d64 +commit 56cb6d64e Author: L J Bayuk Date: Sat Feb 10 22:43:03 2001 +0000 @@ -85781,7 +88182,7 @@ Date: Sat Feb 10 22:43:03 2001 +0000 tables.my.sql (new) | 59 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) -commit 73caba0b +commit 73caba0be Author: L J Bayuk Date: Sat Feb 10 22:42:51 2001 +0000 @@ -85791,7 +88192,7 @@ Date: Sat Feb 10 22:42:51 2001 +0000 sample-data.sql (new) | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) -commit ec9b0972 +commit ec9b0972e Author: L J Bayuk Date: Sat Feb 10 22:42:39 2001 +0000 @@ -85800,7 +88201,7 @@ Date: Sat Feb 10 22:42:39 2001 +0000 purge.pg.sql (new) | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) -commit 0c3ea785 +commit 0c3ea785a Author: L J Bayuk Date: Sat Feb 10 22:42:27 2001 +0000 @@ -85809,7 +88210,7 @@ Date: Sat Feb 10 22:42:27 2001 +0000 purge.my.sql (new) | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) -commit 0fcda71b +commit 0fcda71b9 Author: L J Bayuk Date: Sat Feb 10 22:42:15 2001 +0000 @@ -85818,7 +88219,7 @@ Date: Sat Feb 10 22:42:15 2001 +0000 grant.pg.sql (new) | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -commit d80d50f9 +commit d80d50f9a Author: L J Bayuk Date: Sat Feb 10 22:42:04 2001 +0000 @@ -85827,7 +88228,7 @@ Date: Sat Feb 10 22:42:04 2001 +0000 destroy.pg.sql (new) | 13 +++++++++++++ 1 file changed, 13 insertions(+) -commit d24f5f03 +commit d24f5f031 Author: L J Bayuk Date: Sat Feb 10 22:41:46 2001 +0000 @@ -85838,7 +88239,7 @@ Date: Sat Feb 10 22:41:46 2001 +0000 README.sqlapi (new) | 252 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 252 insertions(+) -commit 16d06c7a +commit 16d06c7a3 Author: L J Bayuk Date: Sat Feb 10 22:41:26 2001 +0000 @@ -85848,7 +88249,7 @@ Date: Sat Feb 10 22:41:26 2001 +0000 README.nwauth (new) | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) -commit 46157c37 +commit 46157c37d Author: L J Bayuk Date: Sat Feb 10 22:41:15 2001 +0000 @@ -85857,7 +88258,7 @@ Date: Sat Feb 10 22:41:15 2001 +0000 testdata.php (new) | 64 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) -commit 7b0c8cb5 +commit 7b0c8cb5a Author: L J Bayuk Date: Sat Feb 10 22:41:09 2001 +0000 @@ -85866,7 +88267,7 @@ Date: Sat Feb 10 22:41:09 2001 +0000 testdata.php3 (gone) | 65 ------------------------------------------ 1 file changed, 65 deletions(-) -commit 1287bbe9 +commit 1287bbe93 Author: L J Bayuk Date: Sat Feb 10 22:40:53 2001 +0000 @@ -85875,7 +88276,7 @@ Date: Sat Feb 10 22:40:53 2001 +0000 upgrade.my.sql (new) | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) -commit 7f2ce701 +commit 7f2ce7012 Author: L J Bayuk Date: Sat Feb 10 22:40:47 2001 +0000 @@ -85884,7 +88285,7 @@ Date: Sat Feb 10 22:40:47 2001 +0000 upgrade.sql (gone) | 43 ------------------------------------------- 1 file changed, 43 deletions(-) -commit 74b271ac +commit 74b271ac1 Author: L J Bayuk Date: Sat Feb 10 22:40:30 2001 +0000 @@ -85910,7 +88311,7 @@ Date: Sat Feb 10 22:40:30 2001 +0000 web/view_entry.php (new) | 172 +++++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) -commit 3f53b31d +commit 3f53b31d9 Author: L J Bayuk Date: Sat Feb 10 22:40:23 2001 +0000 @@ -85919,7 +88320,7 @@ Date: Sat Feb 10 22:40:23 2001 +0000 view_entry.php3 (gone) | 199 --------------------------------------- 1 file changed, 199 deletions(-) -commit 99d47a48 +commit 99d47a485 Author: L J Bayuk Date: Sat Feb 10 22:40:07 2001 +0000 @@ -85935,7 +88336,7 @@ Date: Sat Feb 10 22:40:07 2001 +0000 web/trailer.inc (new) | 66 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) -commit 805857e2 +commit 805857e2d Author: L J Bayuk Date: Sat Feb 10 22:40:02 2001 +0000 @@ -85944,7 +88345,7 @@ Date: Sat Feb 10 22:40:02 2001 +0000 trailer.inc (gone) | 31 ------------------------------- 1 file changed, 31 deletions(-) -commit 758ce25b +commit 758ce25b4 Author: L J Bayuk Date: Sat Feb 10 22:39:47 2001 +0000 @@ -85954,7 +88355,7 @@ Date: Sat Feb 10 22:39:47 2001 +0000 style.inc => web/style.inc | 0 2 files changed, 0 insertions(+), 0 deletions(-) -commit 2e348574 +commit 2e3485740 Author: L J Bayuk Date: Sat Feb 10 22:39:30 2001 +0000 @@ -85971,7 +88372,7 @@ Date: Sat Feb 10 22:39:30 2001 +0000 web/site_faq.html (new) | 181 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) -commit d84ebcc5 +commit d84ebcc5e Author: L J Bayuk Date: Sat Feb 10 22:39:23 2001 +0000 @@ -85980,7 +88381,7 @@ Date: Sat Feb 10 22:39:23 2001 +0000 site_faq.html (gone) | 163 ----------------------------------------- 1 file changed, 163 deletions(-) -commit dfe664cf +commit dfe664cfd Author: L J Bayuk Date: Sat Feb 10 22:39:06 2001 +0000 @@ -86003,7 +88404,7 @@ Date: Sat Feb 10 22:39:06 2001 +0000 web/search.php (new) | 137 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) -commit 880dffa4 +commit 880dffa40 Author: L J Bayuk Date: Sat Feb 10 22:38:59 2001 +0000 @@ -86012,7 +88413,7 @@ Date: Sat Feb 10 22:38:59 2001 +0000 search.php3 (gone) | 154 ------------------------------------------- 1 file changed, 154 deletions(-) -commit 20893fe2 +commit 20893fe23 Author: L J Bayuk Date: Sat Feb 10 22:38:42 2001 +0000 @@ -86042,7 +88443,7 @@ Date: Sat Feb 10 22:38:42 2001 +0000 web/mrbs_sql.inc (new) | 342 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 342 insertions(+) -commit 044ebea2 +commit 044ebea23 Author: L J Bayuk Date: Sat Feb 10 22:38:34 2001 +0000 @@ -86051,7 +88452,7 @@ Date: Sat Feb 10 22:38:34 2001 +0000 mrbs_sql.inc (gone) | 354 ------------------------------------------ 1 file changed, 354 deletions(-) -commit f7d253f2 +commit f7d253f24 Author: L J Bayuk Date: Sat Feb 10 22:38:19 2001 +0000 @@ -86060,7 +88461,7 @@ Date: Sat Feb 10 22:38:19 2001 +0000 web/mrbs_auth.inc (new) | 77 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) -commit 24923140 +commit 24923140f Author: L J Bayuk Date: Sat Feb 10 22:38:13 2001 +0000 @@ -86069,7 +88470,7 @@ Date: Sat Feb 10 22:38:13 2001 +0000 mrbs_auth.inc (gone) | 77 ------------------------------------------ 1 file changed, 77 deletions(-) -commit 2cbe3801 +commit 2cbe3801d Author: L J Bayuk Date: Sat Feb 10 22:37:58 2001 +0000 @@ -86086,7 +88487,7 @@ Date: Sat Feb 10 22:37:58 2001 +0000 web/mrbs.css (new) | 68 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) -commit 022d89f9 +commit 022d89f9d Author: L J Bayuk Date: Sat Feb 10 22:37:52 2001 +0000 @@ -86095,7 +88496,7 @@ Date: Sat Feb 10 22:37:52 2001 +0000 mrbs.css (gone) | 52 ----------------------------------------------- 1 file changed, 52 deletions(-) -commit 906a7470 +commit 906a74708 Author: L J Bayuk Date: Sat Feb 10 22:37:36 2001 +0000 @@ -86106,7 +88507,7 @@ Date: Sat Feb 10 22:37:36 2001 +0000 web/mincals.inc (new) | 177 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) -commit d172c82b +commit d172c82b2 Author: L J Bayuk Date: Sat Feb 10 22:37:29 2001 +0000 @@ -86115,7 +88516,7 @@ Date: Sat Feb 10 22:37:29 2001 +0000 mincals.inc (gone) | 176 ------------------------------------------- 1 file changed, 176 deletions(-) -commit 6607c023 +commit 6607c023d Author: L J Bayuk Date: Sat Feb 10 22:37:13 2001 +0000 @@ -86131,7 +88532,7 @@ Date: Sat Feb 10 22:37:13 2001 +0000 web/lang.zh-tw (new) | 62 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 315 insertions(+) -commit 6ed6c8e1 +commit 6ed6c8e1d Author: L J Bayuk Date: Sat Feb 10 22:37:08 2001 +0000 @@ -86140,7 +88541,7 @@ Date: Sat Feb 10 22:37:08 2001 +0000 lang.zh-tw (gone) | 62 --------------------------------------------- 1 file changed, 62 deletions(-) -commit 1c4e1e27 +commit 1c4e1e275 Author: L J Bayuk Date: Sat Feb 10 22:36:27 2001 +0000 @@ -86149,7 +88550,7 @@ Date: Sat Feb 10 22:36:27 2001 +0000 lang.nl (gone) | 62 ------------------------------------------------ 1 file changed, 62 deletions(-) -commit 659c5c3e +commit 659c5c3e6 Author: L J Bayuk Date: Sat Feb 10 22:36:06 2001 +0000 @@ -86158,7 +88559,7 @@ Date: Sat Feb 10 22:36:06 2001 +0000 lang.ja (gone) | 62 ------------------------------------------------ 1 file changed, 62 deletions(-) -commit 24519990 +commit 24519990d Author: L J Bayuk Date: Sat Feb 10 22:35:43 2001 +0000 @@ -86167,7 +88568,7 @@ Date: Sat Feb 10 22:35:43 2001 +0000 lang.fr (gone) | 63 ------------------------------------------------ 1 file changed, 63 deletions(-) -commit 33fef66e +commit 33fef66e2 Author: L J Bayuk Date: Sat Feb 10 22:35:27 2001 +0000 @@ -86180,7 +88581,7 @@ Date: Sat Feb 10 22:35:27 2001 +0000 web/lang.es (new) | 90 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) -commit c8170593 +commit c81705935 Author: L J Bayuk Date: Sat Feb 10 22:35:20 2001 +0000 @@ -86189,7 +88590,7 @@ Date: Sat Feb 10 22:35:20 2001 +0000 lang.es (gone) | 90 ------------------------------------------------ 1 file changed, 90 deletions(-) -commit 0142fb85 +commit 0142fb858 Author: L J Bayuk Date: Sat Feb 10 22:35:03 2001 +0000 @@ -86202,7 +88603,7 @@ Date: Sat Feb 10 22:35:03 2001 +0000 web/lang.en (new) | 102 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) -commit 5b75f40e +commit 5b75f40e6 Author: L J Bayuk Date: Sat Feb 10 22:34:56 2001 +0000 @@ -86211,7 +88612,7 @@ Date: Sat Feb 10 22:34:56 2001 +0000 lang.en (gone) | 92 ------------------------------------------------ 1 file changed, 92 deletions(-) -commit ed676150 +commit ed6761508 Author: L J Bayuk Date: Sat Feb 10 22:34:34 2001 +0000 @@ -86220,7 +88621,7 @@ Date: Sat Feb 10 22:34:34 2001 +0000 lang.de (gone) | 66 ------------------------------------------------ 1 file changed, 66 deletions(-) -commit f1988488 +commit f1988488a Author: L J Bayuk Date: Sat Feb 10 22:34:16 2001 +0000 @@ -86229,7 +88630,7 @@ Date: Sat Feb 10 22:34:16 2001 +0000 web/index.php (new) | 9 +++++++++ 1 file changed, 9 insertions(+) -commit 81272462 +commit 812724625 Author: L J Bayuk Date: Sat Feb 10 22:34:11 2001 +0000 @@ -86238,7 +88639,7 @@ Date: Sat Feb 10 22:34:11 2001 +0000 index.php3 (gone) | 9 --------- 1 file changed, 9 deletions(-) -commit 53a09497 +commit 53a09497e Author: L J Bayuk Date: Sat Feb 10 22:33:56 2001 +0000 @@ -86256,7 +88657,7 @@ Date: Sat Feb 10 22:33:56 2001 +0000 web/help.php (new) | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) -commit 59204aaf +commit 59204aaf5 Author: L J Bayuk Date: Sat Feb 10 22:33:50 2001 +0000 @@ -86265,7 +88666,7 @@ Date: Sat Feb 10 22:33:50 2001 +0000 help.php3 (gone) | 34 ---------------------------------- 1 file changed, 34 deletions(-) -commit 9665f2ca +commit 9665f2caf Author: L J Bayuk Date: Sat Feb 10 22:33:33 2001 +0000 @@ -86293,7 +88694,7 @@ Date: Sat Feb 10 22:33:33 2001 +0000 web/functions.inc (new) | 197 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) -commit d0bc41d8 +commit d0bc41d8b Author: L J Bayuk Date: Sat Feb 10 22:33:26 2001 +0000 @@ -86302,7 +88703,7 @@ Date: Sat Feb 10 22:33:26 2001 +0000 functions.inc (gone) | 373 ----------------------------------------- 1 file changed, 373 deletions(-) -commit c1fe63ec +commit c1fe63ec1 Author: L J Bayuk Date: Sat Feb 10 22:33:09 2001 +0000 @@ -86329,7 +88730,7 @@ Date: Sat Feb 10 22:33:09 2001 +0000 web/edit_entry_handler.php (new) | 188 +++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) -commit 6dfd8155 +commit 6dfd8155f Author: L J Bayuk Date: Sat Feb 10 22:33:01 2001 +0000 @@ -86338,7 +88739,7 @@ Date: Sat Feb 10 22:33:01 2001 +0000 edit_entry_handler.php3 (gone) | 187 ------------------------------- 1 file changed, 187 deletions(-) -commit 9a42df22 +commit 9a42df22a Author: L J Bayuk Date: Sat Feb 10 22:32:43 2001 +0000 @@ -86356,7 +88757,7 @@ Date: Sat Feb 10 22:32:43 2001 +0000 web/edit_entry.php (new) | 316 +++++++++++++++++++++++++++++++++++++ 1 file changed, 316 insertions(+) -commit bca7d16e +commit bca7d16ee Author: L J Bayuk Date: Sat Feb 10 22:32:35 2001 +0000 @@ -86365,7 +88766,7 @@ Date: Sat Feb 10 22:32:35 2001 +0000 edit_entry.php3 (gone) | 320 --------------------------------------- 1 file changed, 320 deletions(-) -commit 3647a565 +commit 3647a565a Author: L J Bayuk Date: Sat Feb 10 22:32:18 2001 +0000 @@ -86385,7 +88786,7 @@ Date: Sat Feb 10 22:32:18 2001 +0000 web/edit_area_room.php (new) | 107 +++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) -commit 2fcf764c +commit 2fcf764cb Author: L J Bayuk Date: Sat Feb 10 22:32:12 2001 +0000 @@ -86394,7 +88795,7 @@ Date: Sat Feb 10 22:32:12 2001 +0000 edit_area_room.php3 (gone) | 93 ------------------------------------ 1 file changed, 93 deletions(-) -commit 2fb82347 +commit 2fb82347b Author: L J Bayuk Date: Sat Feb 10 22:31:55 2001 +0000 @@ -86405,7 +88806,7 @@ Date: Sat Feb 10 22:31:55 2001 +0000 web/del_entry.php (new) | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) -commit dd242abf +commit dd242abfd Author: L J Bayuk Date: Sat Feb 10 22:31:50 2001 +0000 @@ -86414,7 +88815,7 @@ Date: Sat Feb 10 22:31:50 2001 +0000 del_entry.php3 (gone) | 26 -------------------------- 1 file changed, 26 deletions(-) -commit 4d0ae476 +commit 4d0ae476d Author: L J Bayuk Date: Sat Feb 10 22:31:33 2001 +0000 @@ -86424,7 +88825,7 @@ Date: Sat Feb 10 22:31:33 2001 +0000 web/del.php (new) | 97 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) -commit a9614391 +commit a96143915 Author: L J Bayuk Date: Sat Feb 10 22:31:28 2001 +0000 @@ -86433,7 +88834,7 @@ Date: Sat Feb 10 22:31:28 2001 +0000 del.php3 (gone) | 98 ----------------------------------------------- 1 file changed, 98 deletions(-) -commit 3f1bce82 +commit 3f1bce82f Author: L J Bayuk Date: Sat Feb 10 22:31:10 2001 +0000 @@ -86480,7 +88881,7 @@ Date: Sat Feb 10 22:31:10 2001 +0000 web/day.php (new) | 228 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 228 insertions(+) -commit 13d0a042 +commit 13d0a0420 Author: L J Bayuk Date: Sat Feb 10 22:31:03 2001 +0000 @@ -86489,7 +88890,7 @@ Date: Sat Feb 10 22:31:03 2001 +0000 day.php3 (gone) | 238 ---------------------------------------------- 1 file changed, 238 deletions(-) -commit fc508474 +commit fc508474b Author: L J Bayuk Date: Sat Feb 10 22:30:47 2001 +0000 @@ -86498,7 +88899,7 @@ Date: Sat Feb 10 22:30:47 2001 +0000 auth_ip.inc => web/auth_ip.inc | 0 1 file changed, 0 insertions(+), 0 deletions(-) -commit 5eed3584 +commit 5eed35847 Author: L J Bayuk Date: Sat Feb 10 22:30:28 2001 +0000 @@ -86513,7 +88914,7 @@ Date: Sat Feb 10 22:30:28 2001 +0000 web/admin.php (new) | 128 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) -commit 7a908984 +commit 7a9089840 Author: L J Bayuk Date: Sat Feb 10 22:30:22 2001 +0000 @@ -86522,7 +88923,7 @@ Date: Sat Feb 10 22:30:22 2001 +0000 admin.php3 (gone) | 111 -------------------------------------------- 1 file changed, 111 deletions(-) -commit 5d64b4a5 +commit 5d64b4a5b Author: L J Bayuk Date: Sat Feb 10 22:30:05 2001 +0000 @@ -86535,7 +88936,7 @@ Date: Sat Feb 10 22:30:05 2001 +0000 web/add.php (new) | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) -commit 153fa827 +commit 153fa8278 Author: L J Bayuk Date: Sat Feb 10 22:29:59 2001 +0000 @@ -86544,7 +88945,7 @@ Date: Sat Feb 10 22:29:59 2001 +0000 add.php3 (gone) | 36 ------------------------------------ 1 file changed, 36 deletions(-) -commit 65e05b50 +commit 65e05b504 Author: L J Bayuk Date: Sat Feb 10 22:29:43 2001 +0000 @@ -86553,7 +88954,7 @@ Date: Sat Feb 10 22:29:43 2001 +0000 tables.sql (gone) | 83 --------------------------------------------- 1 file changed, 83 deletions(-) -commit 3c0701a8 +commit 3c0701a8c Author: L J Bayuk Date: Sat Feb 10 22:29:34 2001 +0000 @@ -86562,7 +88963,7 @@ Date: Sat Feb 10 22:29:34 2001 +0000 connect.inc (gone) | 18 ------------------ 1 file changed, 18 deletions(-) -commit 0eb59350 +commit 0eb59350f Author: L J Bayuk Date: Sat Feb 10 22:29:21 2001 +0000 @@ -86586,7 +88987,7 @@ Date: Sat Feb 10 22:29:21 2001 +0000 web/config.inc (new) | 160 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) -commit e053ba21 +commit e053ba211 Author: L J Bayuk Date: Sat Feb 10 22:29:15 2001 +0000 @@ -86595,7 +88996,7 @@ Date: Sat Feb 10 22:29:15 2001 +0000 config.inc (gone) | 110 -------------------------------------------- 1 file changed, 110 deletions(-) -commit 257aab5d +commit 257aab5d9 Author: L J Bayuk Date: Sat Feb 10 22:29:00 2001 +0000 @@ -86604,7 +89005,7 @@ Date: Sat Feb 10 22:29:00 2001 +0000 web/auth_ext.inc (new) | 97 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) -commit 80a77794 +commit 80a777945 Author: L J Bayuk Date: Sat Feb 10 22:28:55 2001 +0000 @@ -86613,7 +89014,7 @@ Date: Sat Feb 10 22:28:55 2001 +0000 auth_ext.inc (gone) | 97 ------------------------------------------- 1 file changed, 97 deletions(-) -commit cb782b23 +commit cb782b23a Author: L J Bayuk Date: Sat Feb 10 22:28:38 2001 +0000 @@ -86622,7 +89023,7 @@ Date: Sat Feb 10 22:28:38 2001 +0000 web/auth_ldap.inc (new) | 107 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) -commit 21f789f6 +commit 21f789f6f Author: L J Bayuk Date: Sat Feb 10 22:28:33 2001 +0000 @@ -86631,7 +89032,7 @@ Date: Sat Feb 10 22:28:33 2001 +0000 auth_ldap.inc (gone) | 107 ----------------------------------------- 1 file changed, 107 deletions(-) -commit 5d77b55c +commit 5d77b55c1 Author: L J Bayuk Date: Sat Feb 10 22:28:18 2001 +0000 @@ -86640,7 +89041,7 @@ Date: Sat Feb 10 22:28:18 2001 +0000 UPGRADE | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) -commit f0269820 +commit f0269820d Author: L J Bayuk Date: Sat Feb 10 22:28:12 2001 +0000 @@ -86650,7 +89051,7 @@ Date: Sat Feb 10 22:28:12 2001 +0000 README | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) -commit 3d38c181 +commit 3d38c181e Author: L J Bayuk Date: Sat Feb 10 22:28:05 2001 +0000 @@ -86659,7 +89060,7 @@ Date: Sat Feb 10 22:28:05 2001 +0000 LANGUAGE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit fa100e17 +commit fa100e171 Author: L J Bayuk Date: Sat Feb 10 22:27:57 2001 +0000 @@ -86674,7 +89075,7 @@ Date: Sat Feb 10 22:27:57 2001 +0000 INSTALL | 228 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 187 insertions(+), 41 deletions(-) -commit 570654f1 +commit 570654f12 Author: L J Bayuk Date: Sat Feb 10 22:27:49 2001 +0000 @@ -86683,7 +89084,7 @@ Date: Sat Feb 10 22:27:49 2001 +0000 ChangeLog | 140 +++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 123 insertions(+), 17 deletions(-) -commit 1e6584a1 +commit 1e6584a1d Author: L J Bayuk Date: Sat Feb 10 22:27:37 2001 +0000 @@ -86695,7 +89096,7 @@ Date: Sat Feb 10 22:27:37 2001 +0000 AUTHENTICATION | 80 +++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 42 deletions(-) -commit 4df20cfb +commit 4df20cfba Author: L J Bayuk Date: Sat Feb 10 22:24:26 2001 +0000 @@ -86705,7 +89106,7 @@ Date: Sat Feb 10 22:24:26 2001 +0000 new.gif => web/new.gif | Bin 2 files changed, 0 insertions(+), 0 deletions(-) -commit 11c555cb +commit 11c555cbe Author: Daniel Date: Fri Feb 9 20:08:31 2001 +0000 @@ -86714,7 +89115,7 @@ Date: Fri Feb 9 20:08:31 2001 +0000 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit f499e576 +commit f499e5768 Author: Daniel Date: Thu Feb 8 22:44:45 2001 +0000 @@ -86725,13 +89126,13 @@ Date: Thu Feb 8 22:44:45 2001 +0000 mincals.inc | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) -commit 23b4b3da (tag: mrbs-0-9-1) +commit 23b4b3da5 (tag: mrbs-0-9-1) Author: unknown Date: Sun Feb 4 21:56:56 2001 +0000 This commit was manufactured by cvs2svn to create branch 'mrbs-0-9-1xp'. -commit 300b87c5 +commit 300b87c52 Author: Daniel Date: Sun Feb 4 21:56:55 2001 +0000 @@ -86740,7 +89141,7 @@ Date: Sun Feb 4 21:56:55 2001 +0000 ChangeLog | 3 +++ 1 file changed, 3 insertions(+) -commit 90b7f9e2 +commit 90b7f9e2c Author: Daniel Date: Sun Feb 4 21:53:23 2001 +0000 @@ -86749,7 +89150,7 @@ Date: Sun Feb 4 21:53:23 2001 +0000 mincals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 302b16c2 +commit 302b16c29 Author: Daniel Date: Sun Feb 4 21:40:03 2001 +0000 @@ -86758,7 +89159,7 @@ Date: Sun Feb 4 21:40:03 2001 +0000 ChangeLog | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) -commit f94a3a9e +commit f94a3a9e2 Author: Daniel Date: Sun Jan 28 17:42:33 2001 +0000 @@ -86767,7 +89168,7 @@ Date: Sun Jan 28 17:42:33 2001 +0000 UPGRADE | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -commit 97da5088 +commit 97da5088a Author: Daniel Date: Sun Jan 28 17:15:57 2001 +0000 @@ -86776,7 +89177,7 @@ Date: Sun Jan 28 17:15:57 2001 +0000 ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) -commit e1fff411 +commit e1fff411a Author: Bo Kleve Date: Wed Jan 24 23:37:00 2001 +0000 @@ -86793,7 +89194,7 @@ Date: Wed Jan 24 23:37:00 2001 +0000 view_entry.php3 | 20 ++++++++++++-------- 6 files changed, 76 insertions(+), 29 deletions(-) -commit 44919c7d +commit 44919c7df Author: Bo Kleve Date: Wed Jan 24 00:16:08 2001 +0000 @@ -86819,7 +89220,7 @@ Date: Wed Jan 24 00:16:08 2001 +0000 view_entry.php3 | 4 +- 8 files changed, 211 insertions(+), 20 deletions(-) -commit 87af1cf5 +commit 87af1cf59 Author: Daniel Date: Wed Nov 29 20:50:53 2000 +0000 @@ -86828,7 +89229,7 @@ Date: Wed Nov 29 20:50:53 2000 +0000 ChangeLog | 3 +++ 1 file changed, 3 insertions(+) -commit bf99afd7 +commit bf99afd79 Author: Daniel Date: Wed Nov 29 20:42:21 2000 +0000 @@ -86839,7 +89240,7 @@ Date: Wed Nov 29 20:42:21 2000 +0000 mrbs.css | 3 + 3 files changed, 290 insertions(+) -commit f8f10250 +commit f8f10250a Author: Sam Mason Date: Wed Sep 13 10:28:56 2000 +0000 @@ -86848,7 +89249,7 @@ Date: Wed Sep 13 10:28:56 2000 +0000 lang.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit fcfde2a5 +commit fcfde2a5e Author: Sam Mason Date: Wed Sep 13 09:00:13 2000 +0000 @@ -86857,7 +89258,7 @@ Date: Wed Sep 13 09:00:13 2000 +0000 search.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 54e40156 +commit 54e401561 Author: Sam Mason Date: Fri Sep 8 08:44:04 2000 +0000 @@ -86866,7 +89267,7 @@ Date: Fri Sep 8 08:44:04 2000 +0000 view_entry.php3 | 145 +++++++++++++++++++++++++++++++--------------- 1 file changed, 98 insertions(+), 47 deletions(-) -commit 05e20209 +commit 05e202090 Author: Sam Mason Date: Fri Sep 8 08:24:52 2000 +0000 @@ -86876,7 +89277,7 @@ Date: Fri Sep 8 08:24:52 2000 +0000 mrbs_sql.inc | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) -commit cea928a0 +commit cea928a08 Author: Sam Mason Date: Fri Sep 8 08:23:47 2000 +0000 @@ -86886,7 +89287,7 @@ Date: Fri Sep 8 08:23:47 2000 +0000 lang.en | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) -commit e0aab502 +commit e0aab502f Author: Sam Mason Date: Tue Sep 5 20:10:21 2000 +0000 @@ -86895,7 +89296,7 @@ Date: Tue Sep 5 20:10:21 2000 +0000 view_entry.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 85f400fa +commit 85f400fa8 Author: Sam Mason Date: Tue Sep 5 09:33:31 2000 +0000 @@ -86904,7 +89305,7 @@ Date: Tue Sep 5 09:33:31 2000 +0000 mrbs_auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 23782810 +commit 237828103 Author: Sam Mason Date: Mon Sep 4 08:20:30 2000 +0000 @@ -86913,7 +89314,7 @@ Date: Mon Sep 4 08:20:30 2000 +0000 lang.es | 103 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 65 insertions(+), 38 deletions(-) -commit 5bc79f9c +commit 5bc79f9c4 Author: Sam Mason Date: Mon Sep 4 08:19:02 2000 +0000 @@ -86922,7 +89323,7 @@ Date: Mon Sep 4 08:19:02 2000 +0000 config.inc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -commit 29e05ff6 +commit 29e05ff67 Author: Sam Mason Date: Fri Aug 18 11:37:27 2000 +0000 @@ -86931,7 +89332,7 @@ Date: Fri Aug 18 11:37:27 2000 +0000 mrbs_sql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit c1b30394 +commit c1b30394b Author: Sam Mason Date: Fri Aug 18 11:26:04 2000 +0000 @@ -86940,7 +89341,7 @@ Date: Fri Aug 18 11:26:04 2000 +0000 help.php3 | 1 + 1 file changed, 1 insertion(+) -commit 7a925e48 +commit 7a925e486 Author: Sam Mason Date: Fri Aug 18 11:04:08 2000 +0000 @@ -86950,7 +89351,7 @@ Date: Fri Aug 18 11:04:08 2000 +0000 functions.inc | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) -commit 912d4941 +commit 912d4941c Author: Sam Mason Date: Fri Aug 18 10:53:28 2000 +0000 @@ -86960,7 +89361,7 @@ Date: Fri Aug 18 10:53:28 2000 +0000 functions.inc | 24 +++++++++--------- 2 files changed, 44 insertions(+), 44 deletions(-) -commit b82467a5 +commit b82467a54 Author: Sam Mason Date: Fri Aug 18 08:15:20 2000 +0000 @@ -86969,7 +89370,7 @@ Date: Fri Aug 18 08:15:20 2000 +0000 auth_ip.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 03201f26 +commit 03201f268 Author: Sam Mason Date: Thu Aug 17 20:08:50 2000 +0000 @@ -86980,7 +89381,7 @@ Date: Thu Aug 17 20:08:50 2000 +0000 view_entry.php3 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) -commit 3b56d19c +commit 3b56d19c9 Author: Sam Mason Date: Thu Aug 17 20:06:36 2000 +0000 @@ -86990,7 +89391,7 @@ Date: Thu Aug 17 20:06:36 2000 +0000 search.php3 | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) -commit 27fa0c1c +commit 27fa0c1c0 Author: Sam Mason Date: Thu Aug 17 19:56:22 2000 +0000 @@ -86999,7 +89400,7 @@ Date: Thu Aug 17 19:56:22 2000 +0000 auth_ext.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit c61dcca7 +commit c61dcca73 Author: Sam Mason Date: Thu Aug 17 19:37:05 2000 +0000 @@ -87009,7 +89410,7 @@ Date: Thu Aug 17 19:37:05 2000 +0000 edit_entry_handler.php3 | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) -commit 4f448048 +commit 4f4480482 Author: Sam Mason Date: Thu Aug 17 19:30:14 2000 +0000 @@ -87018,7 +89419,7 @@ Date: Thu Aug 17 19:30:14 2000 +0000 edit_entry.php3 | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) -commit 430c2f7c +commit 430c2f7c0 Author: Sam Mason Date: Thu Aug 17 14:59:54 2000 +0000 @@ -87044,7 +89445,7 @@ Date: Thu Aug 17 14:59:54 2000 +0000 view_entry.php3 | 15 +++- 18 files changed, 364 insertions(+), 248 deletions(-) -commit 4217df97 +commit 4217df975 Author: Sam Mason Date: Thu Aug 10 12:45:09 2000 +0000 @@ -87054,7 +89455,7 @@ Date: Thu Aug 10 12:45:09 2000 +0000 auth_ldapsearch.pl | 18 ++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) -commit efedc9a5 +commit efedc9a59 Author: Sam Mason Date: Thu Aug 10 09:18:47 2000 +0000 @@ -87064,7 +89465,7 @@ Date: Thu Aug 10 09:18:47 2000 +0000 search.php3 | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 12 deletions(-) -commit 8f7675cb +commit 8f7675cb7 Author: Sam Mason Date: Thu Aug 10 09:02:40 2000 +0000 @@ -87073,7 +89474,7 @@ Date: Thu Aug 10 09:02:40 2000 +0000 help.php3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -commit 76c73588 +commit 76c735884 Author: Sam Mason Date: Thu Aug 10 09:01:44 2000 +0000 @@ -87082,7 +89483,7 @@ Date: Thu Aug 10 09:01:44 2000 +0000 search.php3 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) -commit 0d164afe +commit 0d164afeb Author: Sam Mason Date: Thu Aug 10 09:00:58 2000 +0000 @@ -87091,7 +89492,7 @@ Date: Thu Aug 10 09:00:58 2000 +0000 site_faq.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 59a8d13d +commit 59a8d13d1 Author: Sam Mason Date: Wed Aug 9 17:35:34 2000 +0000 @@ -87102,7 +89503,7 @@ Date: Wed Aug 9 17:35:34 2000 +0000 README | 9 +++------ 3 files changed, 7 insertions(+), 10 deletions(-) -commit f02f3165 +commit f02f31653 Author: Sam Mason Date: Wed Aug 9 17:24:29 2000 +0000 @@ -87111,7 +89512,7 @@ Date: Wed Aug 9 17:24:29 2000 +0000 mrbs_auth.inc | 2 ++ 1 file changed, 2 insertions(+) -commit c00fa0ba +commit c00fa0ba7 Author: Sam Mason Date: Wed Aug 9 17:04:41 2000 +0000 @@ -87120,7 +89521,7 @@ Date: Wed Aug 9 17:04:41 2000 +0000 head.gif (gone) | Bin 4304 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) -commit 2289d621 +commit 2289d621f Author: Sam Mason Date: Wed Aug 9 17:02:39 2000 +0000 @@ -87129,7 +89530,7 @@ Date: Wed Aug 9 17:02:39 2000 +0000 mrbs.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -commit f9004d4f +commit f9004d4f1 Author: Sam Mason Date: Wed Aug 9 17:00:57 2000 +0000 @@ -87138,7 +89539,7 @@ Date: Wed Aug 9 17:00:57 2000 +0000 help.php3 (new) | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -commit 16e01ef7 +commit 16e01ef73 Author: Sam Mason Date: Wed Aug 9 13:13:58 2000 +0000 @@ -87165,7 +89566,7 @@ Date: Wed Aug 9 13:13:58 2000 +0000 view_entry.php3 | 18 ++-- 19 files changed, 579 insertions(+), 184 deletions(-) -commit 7e9503c2 +commit 7e9503c24 Author: Sam Mason Date: Thu Aug 3 15:00:29 2000 +0000 @@ -87175,7 +89576,7 @@ Date: Thu Aug 3 15:00:29 2000 +0000 badpw.pl | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) -commit 30a05d9d +commit 30a05d9df Author: Sam Mason Date: Tue Aug 1 12:25:09 2000 +0000 @@ -87185,7 +89586,7 @@ Date: Tue Aug 1 12:25:09 2000 +0000 functions.inc | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) -commit 2f395e0b +commit 2f395e0b9 Author: Sam Mason Date: Tue Aug 1 11:50:04 2000 +0000 @@ -87194,7 +89595,7 @@ Date: Tue Aug 1 11:50:04 2000 +0000 edit_entry_handler.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 6f8dd6b2 +commit 6f8dd6b2d Author: Sam Mason Date: Thu Jul 27 09:54:35 2000 +0000 @@ -87203,7 +89604,7 @@ Date: Thu Jul 27 09:54:35 2000 +0000 ChangeLog | 3 +++ 1 file changed, 3 insertions(+) -commit 48141b04 +commit 48141b047 Author: Sam Mason Date: Thu Jul 27 09:48:35 2000 +0000 @@ -87212,7 +89613,7 @@ Date: Thu Jul 27 09:48:35 2000 +0000 day.php3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit 0c4efd01 +commit 0c4efd014 Author: Sam Mason Date: Thu Jul 27 09:36:26 2000 +0000 @@ -87223,7 +89624,7 @@ Date: Thu Jul 27 09:36:26 2000 +0000 mrbs_sql.inc | 16 ++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) -commit 1ada8baf +commit 1ada8baf2 Author: Sam Mason Date: Wed Jul 26 18:35:23 2000 +0000 @@ -87232,7 +89633,7 @@ Date: Wed Jul 26 18:35:23 2000 +0000 mrbs_sql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 954e3c08 +commit 954e3c08d Author: Sam Mason Date: Wed Jul 26 17:46:58 2000 +0000 @@ -87242,7 +89643,7 @@ Date: Wed Jul 26 17:46:58 2000 +0000 edit_entry_handler.php3 | 19 ++++++++++++++----- 2 files changed, 16 insertions(+), 7 deletions(-) -commit 5bca7b1c +commit 5bca7b1cc Author: Sam Mason Date: Wed Jul 26 16:49:20 2000 +0000 @@ -87251,7 +89652,7 @@ Date: Wed Jul 26 16:49:20 2000 +0000 ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) -commit de61f18c +commit de61f18c4 Author: Sam Mason Date: Wed Jul 26 16:42:59 2000 +0000 @@ -87261,7 +89662,7 @@ Date: Wed Jul 26 16:42:59 2000 +0000 mrbs_sql.inc | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) -commit 288da669 +commit 288da669e Author: Sam Mason Date: Wed Jul 26 16:32:18 2000 +0000 @@ -87270,7 +89671,7 @@ Date: Wed Jul 26 16:32:18 2000 +0000 edit_entry.php3 | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) -commit 29d255e5 +commit 29d255e58 Author: Sam Mason Date: Wed Jul 26 16:22:26 2000 +0000 @@ -87279,7 +89680,7 @@ Date: Wed Jul 26 16:22:26 2000 +0000 mrbs_sql.inc | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) -commit 9ca6cb84 +commit 9ca6cb849 Author: Sam Mason Date: Fri Jul 21 11:53:43 2000 +0000 @@ -87288,7 +89689,7 @@ Date: Fri Jul 21 11:53:43 2000 +0000 functions.inc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -commit 54dd9801 +commit 54dd9801f Author: Sam Mason Date: Thu Jul 20 09:56:57 2000 +0000 @@ -87297,7 +89698,7 @@ Date: Thu Jul 20 09:56:57 2000 +0000 ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) -commit 8ce27114 +commit 8ce271140 Author: Sam Mason Date: Thu Jul 20 09:07:11 2000 +0000 @@ -87306,7 +89707,7 @@ Date: Thu Jul 20 09:07:11 2000 +0000 view_entry.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bfb59477 +commit bfb59477f Author: Sam Mason Date: Thu Jul 20 09:06:03 2000 +0000 @@ -87315,7 +89716,7 @@ Date: Thu Jul 20 09:06:03 2000 +0000 mrbs_sql.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -commit 5b520db6 +commit 5b520db67 Author: Sam Mason Date: Thu Jul 20 09:05:10 2000 +0000 @@ -87324,7 +89725,7 @@ Date: Thu Jul 20 09:05:10 2000 +0000 lang.en | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit d33c1e44 +commit d33c1e44f Author: Sam Mason Date: Thu Jul 20 09:04:05 2000 +0000 @@ -87333,7 +89734,7 @@ Date: Thu Jul 20 09:04:05 2000 +0000 edit_entry_handler.php3 | 73 +++++++++++---------------------------- 1 file changed, 20 insertions(+), 53 deletions(-) -commit 9a613562 +commit 9a6135624 Author: Sam Mason Date: Wed Jul 19 15:02:15 2000 +0000 @@ -87342,7 +89743,7 @@ Date: Wed Jul 19 15:02:15 2000 +0000 view_entry.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -commit 7845e483 +commit 7845e483c Author: Sam Mason Date: Wed Jul 19 15:01:13 2000 +0000 @@ -87351,7 +89752,7 @@ Date: Wed Jul 19 15:01:13 2000 +0000 trailer.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 864c04ab +commit 864c04ab2 Author: Sam Mason Date: Wed Jul 19 14:59:45 2000 +0000 @@ -87360,7 +89761,7 @@ Date: Wed Jul 19 14:59:45 2000 +0000 day.php3 | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) -commit c612c900 +commit c612c9007 Author: Sam Mason Date: Wed Jul 19 14:30:34 2000 +0000 @@ -87369,13 +89770,13 @@ Date: Wed Jul 19 14:30:34 2000 +0000 edit_entry.php3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -commit 8559261c +commit 8559261ce Author: Sam Mason Date: Tue Jul 18 10:40:45 2000 +0000 CRLF conversion done -commit c2247e06 +commit c2247e067 Author: Sam Mason Date: Tue Jul 18 10:23:54 2000 +0000 @@ -87384,7 +89785,7 @@ Date: Tue Jul 18 10:23:54 2000 +0000 auth_ldap.inc | 5 +++++ 1 file changed, 5 insertions(+) -commit cc8aef5c +commit cc8aef5cc Author: Sam Mason Date: Tue Jul 18 10:22:43 2000 +0000 @@ -87393,7 +89794,7 @@ Date: Tue Jul 18 10:22:43 2000 +0000 edit_entry_handler.php3 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -commit b0a9dd2f +commit b0a9dd2f4 Author: Sam Mason Date: Tue Jul 18 10:21:30 2000 +0000 @@ -87402,7 +89803,7 @@ Date: Tue Jul 18 10:21:30 2000 +0000 day.php3 | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) -commit 11088192 +commit 110881924 Author: Sam Mason Date: Mon Jul 17 13:48:49 2000 +0000 @@ -87413,7 +89814,7 @@ Date: Mon Jul 17 13:48:49 2000 +0000 config.inc | 8 ++++ 3 files changed, 133 insertions(+), 4 deletions(-) -commit 00e871e7 +commit 00e871e76 Author: Sam Mason Date: Mon Jul 17 08:00:13 2000 +0000 @@ -87422,7 +89823,7 @@ Date: Mon Jul 17 08:00:13 2000 +0000 mrbs_sql.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 262c60a8 +commit 262c60a8f Author: Sam Mason Date: Thu Jul 13 10:53:11 2000 +0000 @@ -87431,7 +89832,7 @@ Date: Thu Jul 13 10:53:11 2000 +0000 ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) -commit 19b3e467 +commit 19b3e4679 Author: Sam Mason Date: Thu Jul 13 10:35:22 2000 +0000 @@ -87440,7 +89841,7 @@ Date: Thu Jul 13 10:35:22 2000 +0000 edit_entry_handler.php3 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) -commit c76fae69 +commit c76fae69f Author: Sam Mason Date: Thu Jul 13 10:23:41 2000 +0000 @@ -87449,7 +89850,7 @@ Date: Thu Jul 13 10:23:41 2000 +0000 mrbs_sql.inc (new) | 329 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 329 insertions(+) -commit d09e7ff7 +commit d09e7ff74 Author: Sam Mason Date: Thu Jul 13 10:22:00 2000 +0000 @@ -87460,7 +89861,7 @@ Date: Thu Jul 13 10:22:00 2000 +0000 trailer.inc | 33 ++++++++++++++++++--------------- 3 files changed, 31 insertions(+), 27 deletions(-) -commit 3a081720 +commit 3a081720b Author: Sam Mason Date: Wed Jul 12 15:25:16 2000 +0000 @@ -87488,7 +89889,7 @@ Date: Wed Jul 12 15:25:16 2000 +0000 view_entry.php3 | 108 ++++++++++++++----- 18 files changed, 610 insertions(+), 298 deletions(-) -commit 43bed0ed +commit 43bed0edb Author: Daniel Date: Thu Jun 22 11:30:49 2000 +0000 @@ -87498,7 +89899,7 @@ Date: Thu Jun 22 11:30:49 2000 +0000 mincals.inc | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) -commit 23c0ebb9 +commit 23c0ebb9f Author: Daniel Date: Wed Jun 21 13:53:35 2000 +0000 @@ -87509,7 +89910,7 @@ Date: Wed Jun 21 13:53:35 2000 +0000 auth_ldap.pl (new +x) | 13 +++++++++++++ 3 files changed, 40 insertions(+) -commit fb34ab42 +commit fb34ab421 Author: Daniel Date: Wed Jun 21 11:43:31 2000 +0000 @@ -87518,7 +89919,7 @@ Date: Wed Jun 21 11:43:31 2000 +0000 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit b25c2246 +commit b25c2246c Author: Daniel Date: Wed Jun 21 11:42:08 2000 +0000 @@ -87529,7 +89930,7 @@ Date: Wed Jun 21 11:42:08 2000 +0000 auth_ext.inc | 4 +++- 3 files changed, 34 insertions(+), 6 deletions(-) -commit e22b0b59 +commit e22b0b59d Author: Daniel Date: Wed Jun 21 10:53:33 2000 +0000 @@ -87538,7 +89939,7 @@ Date: Wed Jun 21 10:53:33 2000 +0000 lang.zh-tw | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) -commit 09b56b9d +commit 09b56b9d4 Author: Daniel Date: Wed Jun 21 07:18:25 2000 +0000 @@ -87549,7 +89950,7 @@ Date: Wed Jun 21 07:18:25 2000 +0000 lang.es (new) | 63 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+) -commit 87df7979 +commit 87df7979a Author: Daniel Date: Wed Jun 21 07:14:31 2000 +0000 @@ -87560,7 +89961,7 @@ Date: Wed Jun 21 07:14:31 2000 +0000 lang.nl (new) | 62 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) -commit c63ea8c3 +commit c63ea8c37 Author: Daniel Date: Tue Jun 20 08:46:33 2000 +0000 @@ -87575,7 +89976,7 @@ Date: Tue Jun 20 08:46:33 2000 +0000 view_entry.php3 | 2 +- 7 files changed, 6 insertions(+), 5 deletions(-) -commit 6ddcc16b +commit 6ddcc16b2 Author: Daniel Date: Mon Jun 19 08:30:05 2000 +0000 @@ -87586,7 +89987,7 @@ Date: Mon Jun 19 08:30:05 2000 +0000 lang.de (new) | 63 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 1 deletion(-) -commit e8bf1a6a +commit e8bf1a6af Author: Daniel Date: Fri Jun 16 17:23:47 2000 +0000 @@ -87600,7 +90001,7 @@ Date: Fri Jun 16 17:23:47 2000 +0000 style.inc | 1 + 6 files changed, 66 insertions(+), 2 deletions(-) -commit 95f9806f +commit 95f9806f6 Author: Daniel Date: Fri Jun 16 08:36:54 2000 +0000 @@ -87632,7 +90033,7 @@ Date: Fri Jun 16 08:36:54 2000 +0000 view_entry.php3 | 42 ++++----- 20 files changed, 692 insertions(+), 100 deletions(-) -commit 404d54ed +commit 404d54edf Author: Daniel Date: Wed Jun 14 09:07:31 2000 +0000 @@ -87642,7 +90043,7 @@ Date: Wed Jun 14 09:07:31 2000 +0000 day.php3 | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) -commit 40aaa160 +commit 40aaa1609 Author: Daniel Date: Tue Jun 13 09:02:21 2000 +0000 @@ -87651,7 +90052,7 @@ Date: Tue Jun 13 09:02:21 2000 +0000 circle.gif (gone) | Bin 58 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) -commit 4031051d +commit 4031051d2 Author: Daniel Date: Tue Jun 13 09:00:03 2000 +0000 @@ -87660,7 +90061,7 @@ Date: Tue Jun 13 09:00:03 2000 +0000 login.php3 (gone) | 82 --------------------------------------------- 1 file changed, 82 deletions(-) -commit 110d6f15 +commit 110d6f15a Author: Daniel Date: Mon Jun 12 12:50:20 2000 +0000 @@ -87669,7 +90070,7 @@ Date: Mon Jun 12 12:50:20 2000 +0000 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit a0a6c50a +commit a0a6c50a7 Author: Daniel Date: Mon Jun 12 12:43:45 2000 +0000 @@ -87678,7 +90079,7 @@ Date: Mon Jun 12 12:43:45 2000 +0000 ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit bd48b14b +commit bd48b14be Author: Daniel Date: Mon Jun 12 12:42:04 2000 +0000 @@ -87695,7 +90096,7 @@ Date: Mon Jun 12 12:42:04 2000 +0000 view_entry.php3 | 4 ++-- 9 files changed, 81 insertions(+), 25 deletions(-) -commit b75e5178 +commit b75e51785 Author: Daniel Date: Mon Jun 12 10:28:22 2000 +0000 @@ -87704,7 +90105,7 @@ Date: Mon Jun 12 10:28:22 2000 +0000 ChangeLog | 1 + 1 file changed, 1 insertion(+) -commit 860bd4c0 +commit 860bd4c0c Author: Daniel Date: Mon Jun 12 09:13:41 2000 +0000 @@ -87720,7 +90121,7 @@ Date: Mon Jun 12 09:13:41 2000 +0000 view_entry.php3 | 16 ++++++++-------- 8 files changed, 55 insertions(+), 28 deletions(-) -commit fb27204c +commit fb27204c7 Author: Daniel Date: Fri Jun 9 18:16:31 2000 +0000 @@ -87731,7 +90132,7 @@ Date: Fri Jun 9 18:16:31 2000 +0000 mincals.inc | 6 +++--- 3 files changed, 18 insertions(+), 4 deletions(-) -commit 609d3af3 +commit 609d3af3a Author: Daniel Date: Tue Jun 6 16:55:38 2000 +0000 @@ -87740,7 +90141,7 @@ Date: Tue Jun 6 16:55:38 2000 +0000 mrbs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit 035cfd68 +commit 035cfd68f Author: Daniel Date: Mon Jun 5 15:23:43 2000 +0000 @@ -87751,7 +90152,7 @@ Date: Mon Jun 5 15:23:43 2000 +0000 mrbs.css | 3 + 3 files changed, 154 insertions(+), 83 deletions(-) -commit ecfd2bd8 +commit ecfd2bd8b Author: Daniel Date: Mon Jun 5 11:31:16 2000 +0000 @@ -87761,7 +90162,7 @@ Date: Mon Jun 5 11:31:16 2000 +0000 mrbs.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) -commit fd54762f +commit fd54762fa Author: Daniel Date: Sat Jun 3 18:56:09 2000 +0000 @@ -87772,7 +90173,7 @@ Date: Sat Jun 3 18:56:09 2000 +0000 mrbs.css | 5 +++-- 3 files changed, 20 insertions(+), 13 deletions(-) -commit b0545792 +commit b05457926 Author: Daniel Date: Wed May 31 21:47:38 2000 +0000 @@ -87781,7 +90182,7 @@ Date: Wed May 31 21:47:38 2000 +0000 lang.en | 1 - 1 file changed, 1 deletion(-) -commit c1023834 +commit c10238345 Author: Daniel Date: Tue May 30 18:49:50 2000 +0000 @@ -87790,7 +90191,7 @@ Date: Tue May 30 18:49:50 2000 +0000 lang.ja (new) | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) -commit e6d3f985 +commit e6d3f9856 Author: Daniel Date: Tue May 30 18:49:06 2000 +0000 @@ -87801,7 +90202,7 @@ Date: Tue May 30 18:49:06 2000 +0000 day.php3 | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) -commit d7ec5e62 +commit d7ec5e62b Author: Daniel Date: Tue May 30 18:41:33 2000 +0000 @@ -87810,7 +90211,7 @@ Date: Tue May 30 18:41:33 2000 +0000 ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -commit df3770c7 +commit df3770c75 Author: Daniel Date: Tue May 30 18:40:11 2000 +0000 @@ -87820,7 +90221,7 @@ Date: Tue May 30 18:40:11 2000 +0000 view_entry.php3 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -commit b036288c +commit b036288cb Author: Daniel Date: Mon May 29 17:16:43 2000 +0000 @@ -87840,7 +90241,7 @@ Date: Mon May 29 17:16:43 2000 +0000 view_entry.php3 | 22 +++++++++--------- 12 files changed, 126 insertions(+), 37 deletions(-) -commit 724d9dd1 +commit 724d9dd16 Author: Daniel Date: Sun May 28 19:28:06 2000 +0000 @@ -87849,7 +90250,7 @@ Date: Sun May 28 19:28:06 2000 +0000 INSTALL | 4 ++++ 1 file changed, 4 insertions(+) -commit d220a8d3 +commit d220a8d37 Author: Daniel Date: Sun May 28 15:22:29 2000 +0000 @@ -87858,7 +90259,7 @@ Date: Sun May 28 15:22:29 2000 +0000 TODO (gone) | 4 ---- 1 file changed, 4 deletions(-) -commit b4fb1c12 +commit b4fb1c123 Author: Daniel Date: Sun May 28 15:12:56 2000 +0000 @@ -87868,7 +90269,7 @@ Date: Sun May 28 15:12:56 2000 +0000 day.php3 | 109 ++++++++++++++++++++++++++++------------------------ 2 files changed, 63 insertions(+), 50 deletions(-) -commit 5d2c03ba +commit 5d2c03ba4 Author: Daniel Date: Sun May 28 13:15:01 2000 +0000 @@ -87878,7 +90279,7 @@ Date: Sun May 28 13:15:01 2000 +0000 README | 11 +++++++++-- 2 files changed, 37 insertions(+), 2 deletions(-) -commit 70686359 +commit 706863590 Author: Daniel Date: Sat May 27 08:29:30 2000 +0000 @@ -87905,7 +90306,7 @@ Date: Sat May 27 08:29:30 2000 +0000 needed_files (gone) | 19 ------------------- 8 files changed, 42 insertions(+), 43 deletions(-) -commit 8e0891ae +commit 8e0891ae1 Author: Daniel Date: Sun May 21 11:08:40 2000 +0000 @@ -87914,7 +90315,7 @@ Date: Sun May 21 11:08:40 2000 +0000 ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) -commit 31b34908 +commit 31b349086 Author: Daniel Date: Sun May 21 11:03:29 2000 +0000 @@ -87924,7 +90325,7 @@ Date: Sun May 21 11:03:29 2000 +0000 del.php3 (new) | 68 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) -commit 86a28f2a +commit 86a28f2ab Author: Daniel Date: Sun May 21 11:02:10 2000 +0000 @@ -87939,7 +90340,7 @@ Date: Sun May 21 11:02:10 2000 +0000 testdata.php3 | 2 +- 7 files changed, 146 insertions(+), 108 deletions(-) -commit 6e9e854b +commit 6e9e854b5 Author: Daniel Date: Sat May 20 21:43:29 2000 +0000 @@ -87954,21 +90355,21 @@ Date: Sat May 20 21:43:29 2000 +0000 edit_entry_handler.php3 | 194 ++++++++++++-------------------------- 7 files changed, 98 insertions(+), 285 deletions(-) -commit c53eabea -Merge: 5d2350b9 50650434 +commit c53eabea8 +Merge: 5d2350b99 50650434f Author: Daniel Date: Wed May 3 22:41:26 2000 +0000 This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. -commit 5d2350b9 +commit 5d2350b99 Author: unknown Date: Wed May 3 22:41:26 2000 +0000 Standard project directories initialized by cvs2svn. -commit 50650434 (tag: start, origin/vendor) +commit 50650434f (tag: start, origin/vendor) Author: Daniel Date: Wed May 3 22:41:26 2000 +0000 diff --git a/NEWS b/NEWS index 1ec466cca5..cba919c027 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,129 @@ [ - Bug fixed (we hope) ] [============================] +------------------------------------------------------------------------------- +Version 1.11.4 (Sun 24th September 2023): + +[-] Fix problem with not being able to press the Import button on the Import form. + See GitHub Issues #3466. + +[-] Fix problem with not being able to authenticate against Wix. (Wix has changed the + names of the member properties.) + +[-] Fix GitHub Issue #3468. Fatal error when no locales installed. + +[*] Make it clear that policy limits apply per user. + +[-] Fix bug resulting in bookings not being displayed in some circumstances on DST + transition days when the start of the booking day occurs before the DST transition. + +[*] Remove use of assert_options() which is deprecated in PHP 8.3. + +[*] Created RFC5545 class. + +[-] Fix bug causing resizable bookings not to work in the week view. + +[*] Updated Brazilian Portuguese translation. Thanks to Bruno Calado. See GitHub Issues #3476. + +[*] Repeat logic moved into a class. + +[-] Fix incorrect minimum version for MariaDB. See GitHub Issues #3481. + +[*] Add mailto: link to booking creator in reports. + +[+] Add button to copy email addresses to the clipboard in reports. Useful for sending + messages to those booked on a certain day or in a certain room. + +[*] Make the instructions for multisite clearer. See GitHub Issues #3483. + +[*] Upgrade to jQuery Version 3.7.0. + +[-] Fix problem with importing weekly repeats. See GitHub Issues #3485. + +[-] Fix problem with importing weekly repeats when BYDAY is not specified. See also + GitHub Issues #3485. + +[-] Fix bug when importing MONTHLY events and an integer modifier for BYDAY is not + present. + +[*] Upgrade to latest version of DataTables. + +[-] Fix bug in Copy Email Addresses button when there is no anchor. + +[-] Updated SimpleSAML namespace separator to backslash. + +[*] Add a 'required' attribute to the rep_interval field. + +[*] Provide a default for rep_interval to prevent uncaught exceptions on post requests. + +[*] Restrict ability to see email addresses in reports to admins, for privacy reasons. + +[*] Disallow viewing of email addresses if the email field in the users table is + private. + +[*] Add mailto: links to registrants table. + +[*] Add "Copy email addresses" button to registrants table. + +[-] MRBS Docker container will now install the PHP intl extension and PHP 8.2. + +[-] Fix problem with datepickers returning empty strings when Backspace or Delete is + pressed. + +[*] Upgraded to PHPMailer 6.8.1. + +[-] Fix problem with getting ISO Date strings in timezones other than UTC. + +[-] Fix problem with the wrong minicalendars being shown in the month view when you're + at the end of the month (eg Aug 31) and the next month has fewer days than the current + one. + +[-] Reduce stream timeout. See GitHub Issues #3497. + +[-] Fix bug causing the EXDATE property to be ignored when importing events. + +[-] Fix bug producing incorrect .ics files when exporting a series with a changed entry. + +[-] Fix bug when importing a series with a changed entry. + +[+] Add export and import of registration details (but not registrants at this stage). + +[*] Handle invalid timezones on import. + +[*] Internationalise bad timezone message. + +[*] Throttle the Ajax requests to del_entries.php. + +[*] Improve performance of bulk deletion. + +[-] Fix bug causing repeated deletion of entries after a cancellation. + +[*] 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. + +[-] Fix potential PHP deprecation notice. + +[*] Initial shot at preventing users with bookings in the system from being deleted. + +[-] Fix bug allowing private entry information to be displayed in the week (single + room) view. See GitHub Issues #3510. + +[*] Add server-side checking of whether users can be deleted. + +[+] Add a configuration option to prevent the deletion of users that appear in bookings. + +[-] Fix problem with PDF landscape orientation not being respected on some clients. See + GitHub Issues #3512. + +[-] Remove repeated colons in Norwegian translations. + +[-] Fix bugs in use of $mincals_week_numbers and $view_week_number. See GitHub Issues #3515. + +[*] Only display week numbers in the mini-calendars if the week starts on a Monday, the start of the + ISO week. + + ------------------------------------------------------------------------------- Version 1.11.3 (Wed 12th July 2023): @@ -99,7 +222,7 @@ Version 1.11.1 (Mon 3rd July 2023): [*] Fixes error in Korean language string. See SF Support Requests #2729. -[-] Fixed bug causing spurious validation message when $is_mandatory_field[entry.xxx] is set to false. +[-] Fixed bug causing spurious validation message when $is_mandatory_field[entry.xxx] is set to false. See SF Support Requests #2733. [-] Fixed bug when the timezone definition in the database has expired and MRBS is unable to get a @@ -145,7 +268,7 @@ Version 1.11.1 (Mon 3rd July 2023): [-] Set LDAP admin level to $max_level instead of 2. See SF Support Requests #2763. -[*] Swap the priority of $cli_language and $override_locale when determining which locale to use. +[*] Swap the priority of $cli_language and $override_locale when determining which locale to use. It was always intended that $override_locale should override everything else. [-] Fix "Unknown database type '(Ubuntu)'" problem on some Ubuntu systems. See SF Bugs #545. @@ -304,7 +427,7 @@ Version 1.11.0 (Tue 27th December 2022): [+] Added check for minimum versions of MySQL/MariaDB. -[-] Fixed bug preventing sessions from working when using certain versions of PHP. +[-] Fixed bug preventing sessions from working when using certain versions of PHP. See https://github.com/php/php-src/issues/9668. [*] Truncated lock names in MySQL as since MYSQL 5.7.5 they are restricted to 64 characters. @@ -410,7 +533,7 @@ initialisation to be disabled when using SAML. See SF Support Requests #2390. [*] Improved print layout. -[*] Improved fix if no booking types are set. +[*] Improved fix if no booking types are set. See https://github.com/meeting-room-booking-system/mrbs-code/issues/11#issuecomment-90 [*] Improved documentation on auth/session classes.