Changeset:
        a0ac7ab52205
        
https://sourceforge.net/p/mrbs/hg-code/ci/a0ac7ab522050920b67390325b7ac2092aa8bda1
Author:
        John Beranek <[email protected]>
Date:
        Thu Oct 22 20:20:36 2015 +0100
Log message:

Updated NEWS and ChangeLog for release of MRBS 1.5.0

diffstat:

 ChangeLog |  36784 ++++++++++++++++++++++++++++-------------------------------
 NEWS      |    125 +
 2 files changed, 17836 insertions(+), 19073 deletions(-)

diffs (truncated from 36923 to 300 lines):

diff -r 5818e10a533c -r a0ac7ab52205 ChangeLog
--- a/ChangeLog Thu Oct 22 18:51:12 2015 +0100
+++ b/ChangeLog Thu Oct 22 20:20:36 2015 +0100
@@ -1,19073 +1,17711 @@
-2014-05-28 15:53  Campbell Morrison <[email protected]>
-
-       * [r2840] web/functions_ical.inc, web/functions_mail.inc:
-         
-         Fixed bug in export of an event: the description included the
-         complete booking details instead of just the description.
-
-2014-05-28 15:20  Campbell Morrison <[email protected]>
-
-       * [r2839] web/functions_ical.inc, web/import.php,
-         web/systemdefaults.inc.php:
-         
-         Made the default area and room consistent on import and export of
-         an event. See SF Support Requests #541
-
-2014-05-22 09:54  Campbell Morrison <[email protected]>
-
-       * [r2838] web/admin.php:
-         
-         Changed form action link to a relative path name from an absolute
-         path name, which was causing problems on some sites with reverse
-         proxy rules. See the bug report on the MRBS-general mailing list.
-
-2014-05-09 11:29  Campbell Morrison <[email protected]>
-
-       * [r2837] web/css/mrbs.css.php:
-         
-         Fixed problem with resizing bookings in IE. See SF Bugs #293 and
-         #300.
-
-2014-05-09 09:38  Campbell Morrison <[email protected]>
-
-       * [r2836] web/css/mrbs.css.php:
-         
-         Fixed problem with colour key and trailer shifting downwards
-         during a booking resize in IE. See SF Bugs #300
-
-2014-04-27 17:37  Campbell Morrison <[email protected]>
-
-       * [r2832] web/style.inc:
-         
-         Added nofollow to robots meta tag. See SF Bugs #298
-
-2014-04-27 17:10  Campbell Morrison <[email protected]>
-
-       * [r2831] web/functions_ical.inc, web/systemdefaults.inc.php:
-         
-         Changed the ORGANIZER in an iCalendar event to be a new email
-         address, defined as $mail_settings['organizer'] and not the
-         creator. This is to avoid a problem in some mail systems, eg IBM
-         Domino, where an iCalendar event notification email is silently
-         discarded if the organizer's email address is the same as the
-         recipient's
-
-2014-04-27 10:06  Campbell Morrison <[email protected]>
-
-       * [r2830] web/functions_ical.inc:
-         
-         Added a LAST-MODIFIED property to all VEVENTS
-
-2014-04-26 15:44  Campbell Morrison <[email protected]>
-
-       * [r2829] web/Mail/mime.php, web/Mail/mimePart.php:
-         
-         Upgraded Mail_Mime package to Version 1.8.8
-
-2014-04-02 17:17  Campbell Morrison <[email protected]>
-
-       * [r2828] web/language.inc:
-         
-         Added an alternative for the %e modifier for strftime() when
-         running on Windows. See also SF Support Requests #521
-
-2014-03-17 15:55  Campbell Morrison <[email protected]>
-
-       * [r2827] web/edit_users.php:
-         
-         Corrected typo in comment
-
-2014-03-09 10:03  Campbell Morrison <[email protected]>
-
-       * [r2826] web/js/resizable.js.php:
-         
-         Fixed a problem in the day and week views with resizable bookings
-         not filling the whole time period when $clipped is set to FALSE.
-         See SF Support Requests #503.
-
-2014-03-08 10:02  Campbell Morrison <[email protected]>
-
-       * [r2825] web/functions.inc:
-         
-         Fixed bug in last change
-
-2014-03-08 09:09  Campbell Morrison <[email protected]>
-
-       * [r2824] web/edit_entry.php, web/functions.inc:
-         
-         Made the first option of a radio button group the default value
-         if no value is given, mirroring the way a <select> element works.
-
-2014-03-07 11:10  Campbell Morrison <[email protected]>
-
-       * [r2823] web/functions.inc, web/functions_mail.inc,
-         web/language.inc, web/mrbs_sql.inc:
-         
-         Converted a few substr() and strlen() calls to their utf8_
-         equivalents for good measure
-
-2014-03-03 17:38  Campbell Morrison <[email protected]>
-
-       * [r2822] web/edit_area_room.php, web/edit_entry.php,
-         web/functions.inc, web/report.php:
-         
-         Changed the operation for generate_radio_group() so that it
-         operates in the same way as generate_select() and can take either
-         a simple or an associative array. This enables custom fields to
-         be presented as radio buttons instead of as <select> elements if
-         desired. See SF Support Requests #489.
-
-2014-02-25 16:13  Campbell Morrison <[email protected]>
-
-       * [r2821] web/language.inc:
-         
-         Fixed bug in utf8_substr() on 64 bit Linux systems caused by an
-         underlying bug in mb_substr()
-
-2014-02-24 13:44  Campbell Morrison <[email protected]>
-
-       * [r2820] web/language.inc:
-         
-         Added locale mappings for 'nb' ( => 'nb_NO') and 'nn' (=>
-         'nn_NO')
-
-2014-02-22 18:22  Campbell Morrison <[email protected]>
-
-       * [r2819] web/functions_ical.inc:
-         
-         Added escaping and unescaping of '\N' in property values
-         (required by RFC 5545 Section 3.3.11)
-
-2014-02-14 10:12  Campbell Morrison <[email protected]>
-
-       * [r2818] web/import.php:
-         
-         Modified import.php so that it is tolerant of blank lines at the
-         start of the file and also between components (eg VEVENTS).
-         Strictly speaking these are not allowed according to RFC5545, but
-         it does no harm to tolerate them.
-
-2014-02-13 18:53  Campbell Morrison <[email protected]>
-
-       * [r2817] web/jquery/ui/jquery-ui-i18n.MRBS.js:
-         
-         Added an en-IE regional setting for the datepicker
-
-2014-02-13 11:34  Campbell Morrison <[email protected]>
-
-       * [r2816] web/language.inc:
-         
-         Fixed some errors in the Windows language map and expanded the
-         Windows codepage map
-
-2014-02-13 10:11  Campbell Morrison <[email protected]>
-
-       * [r2815] web/language.inc:
-         
-         Fixed problem with es-CO on Windows. See SF Support Requests 477.
-         Also added support for the remaining Spanish variants.
-
-2014-02-10 18:37  Campbell Morrison <[email protected]>
-
-       * [r2814] web/functions_mail.inc, web/language.inc:
-         
-         Fixed bug causing dates in mail messages to be in the wrong
-         language when the main MRBS language differs from the mail
-         language. See SF Support Requests #474.
-
-2014-02-09 14:26  Campbell Morrison <[email protected]>
-
-       * [r2813] web/edit_entry_handler.php:
-         
-         Changed error level for missing id from E_USER_WARNING to
-         E_USER_NOTICE (see SF Feature Requests 249)
-
-2014-02-09 09:41  Campbell Morrison <[email protected]>
-
-       * [r2812] web/js/resizable.js.php:
-         
-         Fixed problem with shaded selection sometimes not snapping to the
-         edge of the slot when selecting a group of empty slots. Bug
-         caused by the fact that .offset() in some browsers (eg Firefox)
-         returns decimal values calculated from styling rather than
-         integer pixel values from rendering.
-
-2014-02-08 11:38  Campbell Morrison <[email protected]>
-
-       * [r2811] web/jquery/ui/css/sunny/images/animated-overlay.gif[ADD],
-         
web/jquery/ui/css/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png,
-         web/jquery/ui/css/sunny/images/ui-bg_flat_30_cccccc_40x100.png,
-         web/jquery/ui/css/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png,
-         web/jquery/ui/css/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png,
-         web/jquery/ui/css/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png,
-         web/jquery/ui/css/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png,
-         web/jquery/ui/css/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png,
-         
web/jquery/ui/css/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png,
-         web/jquery/ui/css/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png,
-         web/jquery/ui/css/sunny/images/ui-icons_3d3d3d_256x240.png,
-         web/jquery/ui/css/sunny/images/ui-icons_bd7b00_256x240.png,
-         web/jquery/ui/css/sunny/images/ui-icons_d19405_256x240.png,
-         web/jquery/ui/css/sunny/images/ui-icons_eb990f_256x240.png,
-         web/jquery/ui/css/sunny/images/ui-icons_ed9f26_256x240.png,
-         web/jquery/ui/css/sunny/images/ui-icons_fadc7a_256x240.png,
-         web/jquery/ui/css/sunny/images/ui-icons_ffe180_256x240.png,
-         web/jquery/ui/css/sunny/jquery-ui-1.10.4.custom.min.css[ADD],
-         web/jquery/ui/css/sunny/jquery-ui-1.9.1.custom.min.css[DEL],
-         web/jquery/ui/jquery-ui-1.10.4.custom.min.js[ADD],
-         web/jquery/ui/jquery-ui-1.9.1.custom.min.js[DEL],
-         web/jquery/ui/jquery-ui-i18n.js, web/js.inc, web/style.inc:
-         
-         Upgraded to jQuery UI Release 1.10.4
-
-2014-02-08 10:58  Campbell Morrison <[email protected]>
-
-       * [r2810] web/jquery/jquery-2.1.0.min.js[ADD], web/js.inc:
-         
-         Upgraded to jQuery 2.1.0, with a fallback to 1.11.0 for IE8 and
-         below
-
-2014-02-08 10:28  Campbell Morrison <[email protected]>
-
-       * [r2809] web/internalconfig.inc.php,
-         web/jquery/jquery-1.11.0.min.js[ADD],
-         web/jquery/jquery-1.8.2.min.js[DEL],
-         web/jquery/jquery-migrate-1.2.1.js[ADD],
-         web/jquery/jquery-migrate-1.2.1.min.js[ADD], web/js.inc:
-         
-         Upgraded to jQuery 1.11.0, fixing SF Bugs #293 in the process
-
-2014-01-29 14:47  Campbell Morrison <[email protected]>
-
-       * [r2808] web/grab_globals.inc.php:
-         
-         Simplified code
-
-2014-01-29 09:06  Campbell Morrison <[email protected]>
-
-       * [r2807] web/lang/lang.id[ADD], web/language.inc:
-         
-         Added Bahasa Indonesian translation. Thanks to Gibransyah Fakhri.
-         See SF Patches #44.
-
-2014-01-29 08:49  Campbell Morrison <[email protected]>
-
-       * [r2806] web/systemdefaults.inc.php:
-         
-         Updated comment on changing type colours
-
-2014-01-24 20:05  Campbell Morrison <[email protected]>
-
-       * [r2805] web/internalconfig.inc.php:
-         
-         Added missing commas. See SF Bugs #292
-
-2014-01-20 20:59  Campbell Morrison <[email protected]>
-
-       * [r2804] web/js/datepicker.js.php:
-         
-         Allowed datepickers to be edited manually. See SF Bugs #291
-
-2014-01-17 14:25  Campbell Morrison <[email protected]>
-
-       * [r2803] tables.my.pre41.sql, tables.my.sql, tables.pg.pre73.sql,
-         tables.pg.sql, web/dbsys.inc, web/edit_entry_handler.php,
-         web/functions_view.inc, web/internalconfig.inc.php,
-         web/lang/lang.en, web/lang/lang.it, web/mrbs_sql.inc,
-         web/upgrade/36[ADD], web/upgrade/36/mysql.sql[ADD],
-         web/upgrade/36/pgsql.sql[ADD]:
-         
-         Added 'modified_by' field so you can see who last modified an
-         entry
-
-2014-01-15 21:29  Campbell Morrison <[email protected]>
-
-       * [r2802] web/upgrade.inc:
-         
-         Fixed upgrade.inc to work with multiple schemas
-
-2014-01-15 20:50  Campbell Morrison <[email protected]>
-
-       * [r2801] web/pgsql.inc:
-         
-         Fixed sql_pgsql_table_exists() when used with a database
-         containing multiple schemas.
-
-2014-01-09 15:24  Campbell Morrison <[email protected]>
-

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to