Changeset:
        f2ba00a8841b
        
https://sourceforge.net/p/mrbs/hg-code/ci/f2ba00a8841bd99c34cfdc3ef9490a4ed4cedbd6
Author:
        John Beranek <[email protected]>
Date:
        Sat Feb 11 16:34:15 2017 +0000
Log message:

Updated ChangeLog and NEWS for 1.6.0 release

diffstat:

 ChangeLog |  2217 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 NEWS      |   152 ++++
 2 files changed, 2368 insertions(+), 1 deletions(-)

diffs (truncated from 2390 to 300 lines):

diff -r 8de8b062a9d3 -r f2ba00a8841b ChangeLog
--- a/ChangeLog Sat Feb 11 16:10:57 2017 +0000
+++ b/ChangeLog Sat Feb 11 16:34:15 2017 +0000
@@ -1,8 +1,2223 @@
+2017-02-11  John Beranek  <[email protected]>
+
+       * UPGRADE:
+       Added MRBS 1.6.0 upgrade step to UPGRADE.
+       [8de8b062a9d3] [tip]
+
+2017-02-02  Campbell Morrison  <[email protected]>
+
+       * web/functions.inc:
+       Fixed bug introduced in recent commit
+       [ce506efb8fac]
+
+2017-02-11  John Beranek  <[email protected]>
+
+       * web/version_num.inc:
+       Updated version number in preparation for release
+       [7346e8dfc1d6]
+
+2017-01-31  Campbell Morrison  <[email protected]>
+
+       * web/edit_area_room.php:
+       Restructured code
+       [93874f9750d0]
+
+       * web/css/mrbs.css.php, web/import.php:
+       Restructured code
+       [8eb7b2bc4923]
+
+       * web/functions.inc, web/import.php, web/lang/lang.en,
+       web/mrbs_sql.inc:
+       Added the ability to specify a default room if no LOCATION property
+       is given when importing a VEVENT
+       [017e435c99b5]
+
+2017-01-30  Campbell Morrison  <[email protected]>
+
+       * web/import.php:
+       Added the ability to recocgnise type information in imported .ics
+       files using the X-MRBS-TYPE property.
+       [80052eb62baa]
+
+       * web/functions_ical.inc:
+       Added the booking type when exporting as a .ics file
+       [7f9da2c50e55]
+
+       * web/import.php:
+       Fixed bug preventing an event whose room name includes the area-room
+       separator from being imported.
+       [ce7ea3de1514]
+
+2017-01-20  Campbell Morrison  <[email protected]>
+
+       * web/Themes/classic126/styling.inc, web/Themes/default/styling.inc,
+       web/css/mrbs.css.php, web/functions_table.inc, web/month.php:
+       Fixed bug that allowed the type colour to be shown even when the
+       type was private. See SF bugs #372.
+       [ff4f3916c8eb]
+
+       * web/month.php:
+       Fixed bug causing bookings to be shown as private when they weren't.
+       [532717464595]
+
+       * web/month.php:
+       Restructured code to use new function get_end_last_slot().
+       [ebc7c40bb991]
+
+2017-01-18  John Beranek  <[email protected]>
+
+       * web/functions_mail.inc, web/systemdefaults.inc.php:
+       Added a new option to disable "Opportunistic TLS" in PHPMailer.
+       [336e9f89eb59]
+
+2017-01-18  Campbell Morrison  <[email protected]>
+
+       * web/edit_entry.php:
+       Made sure that the default duration for new bookings doesn't exceed
+       the maximum duration
+       [e5cec8ee77b5]
+
+2017-01-17  Campbell Morrison  <[email protected]>
+
+       * web/edit_entry.php:
+       Fixed problem when the default duration takes a booking beyond the
+       start day and multiday bookings are not allowed.
+       [616210bd53b6]
+
+       * web/functions.inc:
+       Fixed bug introduced in recent change. See SF Support Requests
+       #1116.
+       [17722e310c1a]
+
+2017-01-10  Campbell Morrison  <[email protected]>
+
+       * web/edit_entry.php, web/functions.inc:
+       Fixed problem with default_duration not going past the end of a
+       booking day. See SF Support Requests #116
+       [81c9eb134647]
+
+2017-01-07  Campbell Morrison  <[email protected]>
+
+       * web/functions_mail.inc:
+       Limited use of the error suppression operator when sending mail to
+       just those cases where it is necessary, and even then MRBS will
+       trigger an E_USER_NOTICE error.
+       [7a02bb005992]
+
+2017-01-01  Campbell Morrison  <[email protected]>
+
+       * web/functions_mail.inc:
+       Fixed bug causing a fatal error in SMTP debug code
+       [639d2c8bd5c0]
+
+2016-12-29  Campbell Morrison  <[email protected]>
+
+       * web/functions_mail.inc, web/lib/PHPMailer/VERSION,
+       web/lib/PHPMailer/class.phpmailer.php,
+       web/lib/PHPMailer/class.phpmaileroauth.php,
+       web/lib/PHPMailer/class.phpmaileroauthgoogle.php,
+       web/lib/PHPMailer/class.pop3.php, web/lib/PHPMailer/class.smtp.php,
+       web/lib/PHPMailer/get_oauth_token.php,
+       web/lib/PHPMailer/language/phpmailer.lang-ar.php,
+       web/lib/PHPMailer/language/phpmailer.lang-bg.php,
+       web/lib/PHPMailer/language/phpmailer.lang-ca.php,
+       web/lib/PHPMailer/language/phpmailer.lang-ch.php,
+       web/lib/PHPMailer/language/phpmailer.lang-cs.php,
+       web/lib/PHPMailer/language/phpmailer.lang-da.php,
+       web/lib/PHPMailer/language/phpmailer.lang-de.php,
+       web/lib/PHPMailer/language/phpmailer.lang-el.php,
+       web/lib/PHPMailer/language/phpmailer.lang-es.php,
+       web/lib/PHPMailer/language/phpmailer.lang-fi.php,
+       web/lib/PHPMailer/language/phpmailer.lang-fo.php,
+       web/lib/PHPMailer/language/phpmailer.lang-gl.php,
+       web/lib/PHPMailer/language/phpmailer.lang-he.php,
+       web/lib/PHPMailer/language/phpmailer.lang-hr.php,
+       web/lib/PHPMailer/language/phpmailer.lang-ja.php,
+       web/lib/PHPMailer/language/phpmailer.lang-ka.php,
+       web/lib/PHPMailer/language/phpmailer.lang-ko.php,
+       web/lib/PHPMailer/language/phpmailer.lang-lt.php,
+       web/lib/PHPMailer/language/phpmailer.lang-lv.php,
+       web/lib/PHPMailer/language/phpmailer.lang-ms.php,
+       web/lib/PHPMailer/language/phpmailer.lang-nb.php,
+       web/lib/PHPMailer/language/phpmailer.lang-nl.php,
+       web/lib/PHPMailer/language/phpmailer.lang-pl.php,
+       web/lib/PHPMailer/language/phpmailer.lang-pt.php,
+       web/lib/PHPMailer/language/phpmailer.lang-pt_br.php,
+       web/lib/PHPMailer/language/phpmailer.lang-ro.php,
+       web/lib/PHPMailer/language/phpmailer.lang-ru.php,
+       web/lib/PHPMailer/language/phpmailer.lang-sl.php,
+       web/lib/PHPMailer/language/phpmailer.lang-sr.php,
+       web/lib/PHPMailer/language/phpmailer.lang-sv.php,
+       web/lib/PHPMailer/language/phpmailer.lang-vi.php,
+       web/lib/PHPMailer/language/phpmailer.lang-zh_cn.php:
+       Upgraded PHPMailer to latest version (5.2.21)
+       [f32b475f5377]
+
+       * web/functions_error.inc:
+       Fixed the custom error handler so that it doesn't report errors if
+       the error suppression operator has been used.
+       [b1834d82b9e1]
+
+2016-12-13  Campbell Morrison  <[email protected]>
+
+       * web/day.php, web/month.php, web/week.php:
+       Moved the SQL query of the entry table until after the authorisation
+       check for the page has been done, to avoid unnecessary database
+       queries.
+       [5abfcd33114b]
+
+2016-12-09  Campbell Morrison  <[email protected]>
+
+       * web/functions_mail.inc:
+       Improved error reporting when $mail_settings['from'] not set.
+       [891da51bdd07]
+
+       * web/auth/cms/joomla.inc, web/internalconfig.inc.php:
+       Got rid of the 'DS' (DIRECTORY_SEPARATOR) constant as it is
+       unnecessary and causes clashes with Joomla.
+       [32dcfd1f1928]
+
+2016-12-05  Campbell Morrison  <[email protected]>
+
+       * web/css/mrbs.css.php, web/mincals.inc:
+       Simplified HTML
+       [6c4209d3e17a]
+
+       * web/Themes/default/header.inc, web/css/mrbs-print.css.php, web/css
+       /mrbs-rtl.css.php, web/css/mrbs.css.php:
+       Simplified CSS
+       [925b634d53e8]
+
+       * web/css/mrbs-print.css.php, web/day.php, web/month.php,
+       web/week.php:
+       Simplified HTML
+       [edb5504e6dee]
+
+       * web/css/mrbs-rtl.css.php:
+       Fixed CSS for Goto nav links for RTL languages
+       [c1ccc04f49f8]
+
+       * web/css/mrbs.css.php, web/day.php, web/month.php, web/week.php:
+       Simplified HTML for the Go to Day/Week/Month links.
+       [89f2e1355f77]
+
+2016-12-04  Campbell Morrison  <[email protected]>
+
+       * web/day.php, web/month.php, web/week.php:
+       Removed whitespace that shouldn't be there
+       [001b47e6e80c]
+
+       * web/css/mrbs.css.php:
+       Simplify CSS
+       [69654721884d]
+
+       * web/css/mrbs.css.php:
+       Simplified CSS
+       [c4a5b686251b]
+
+       * web/css/mrbs.css.php, web/day.php, web/month.php, web/week.php:
+       Moved << and >> navigation symbols out of HTML and into CSS.
+       [e9ad88b317b2]
+
+       * web/day.php:
+       Removed unnecessary <div>
+       [b54aa41d7d06]
+
+       * web/day.php:
+       Reverted test code accidentally included in previous commit.
+       [4737d5b39c01]
+
+       * web/Themes/default/header.inc, web/css/mrbs.css.php, web/day.php:
+       Fixed height of header when debugging with display_errors set to
+       '1'.
+       [d327cca4654e]
+
+       * web/js.inc, web/js/html5shiv.js, web/js/html5shiv.min.js:
+       Added HTML5 Shiv version 3.7.3 so that HTML5 elelements such as
+       <header> can be styled in IE8 and below.
+       [847556466ab8]
+
+2016-11-30  Campbell Morrison  <[email protected]>
+
+       * web/edit_area_room.php:
+       Minor tweak to code layout
+       [64d5a8c65b66]
+
+       * web/view_entry.php:
+       Fixed fatal error when exporting an entry from the view_entry page
+       [988fc0d15ef9]
+
+2016-11-28  Campbell Morrison  <[email protected]>
+
+       * web/css/mrbs.css.php:
+       Fixed problem with layout of header
+       [dad05b9be5c4]
+
+2016-11-16  Campbell Morrison  <[email protected]>
+
+       * web/mrbs_sql.inc:
+       Fixed bug causing fatal error when trying to delete a series.
+       [5629d1e5b477]
+
+2016-11-15  Campbell Morrison  <[email protected]>
+
+       * web/systemdefaults.inc.php:
+       Fixed comment.
+       [74832ee64f3e]
+
+2016-11-12  Campbell Morrison  <[email protected]>
+
+       * web/css/mrbs.css.php:
+       Simplified the CSS and got rid of the occasional 1px gap in the
+       month view cells. All browsers nowadays (IE8+, Edge, Firefox, Opera,
+       Chrome and Safari) seem to be able to handle sub-pixel rounding
+       sensibly.
+       [bf3c842d9f98]
+
+2016-11-11  Campbell Morrison  <[email protected]>
+
+       * web/admin.php:
+       Replaced '...' with the ellipsis HTML entity.
+       [0f0b5e0e0ef2]
+
+       * web/css/mrbs-print.css.php:
+       Fixed problem with (a) right border of bookings not appearing when
+       using the 'both' option for monthly listings and (b) listings
+       wrapping when using 'slot' or 'description'.
+       [1698de3cad7d]
+
+       * web/css/mrbs.css.php, web/month.php:
+       Moved the width for monthly bookings out from a style attribute to
+       the CSS file
+       [f579e2084d16]
+
+       * web/css/mrbs-print.css.php:
+       Changed the behaviour of the printed month view, getting rid of
+       horizontal and vertical scrollbars. Instead, horizontal overflow is

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to