Revision: 1591
http://mrbs.svn.sourceforge.net/mrbs/?rev=1591&view=rev
Author: jberanek
Date: 2010-11-05 14:56:08 +0000 (Fri, 05 Nov 2010)
Log Message:
-----------
* Updated NEWS and ChangeLog for 1.4.5rc2 release.
Modified Paths:
--------------
mrbs/trunk/ChangeLog
mrbs/trunk/NEWS
Modified: mrbs/trunk/ChangeLog
===================================================================
--- mrbs/trunk/ChangeLog 2010-11-05 14:40:14 UTC (rev 1590)
+++ mrbs/trunk/ChangeLog 2010-11-05 14:56:08 UTC (rev 1591)
@@ -1,3 +1,289 @@
+2010-11-05 14:40 John Beranek <[email protected]>
+
+ * [r1590] web/version.inc:
+
+ * Updated version number for 1.4.5rc2 release.
+
+2010-11-05 13:43 Campbell Morrison <[email protected]>
+
+ * [r1589] web/Themes/default/header.inc:
+
+ Fixed incorrect PHP script marker
+
+2010-11-05 12:49 Campbell Morrison <[email protected]>
+
+ * [r1588] ., web/Themes/default/header.inc, web/edit_entry.php,
+ web/edit_entry_handler.php, web/functions.inc, web/lang.ca,
+ web/lang.cs, web/lang.da, web/lang.de, web/lang.el, web/lang.en,
+ web/lang.es, web/lang.eu, web/lang.fi, web/lang.fr, web/lang.it,
+ web/lang.ja, web/lang.ko, web/lang.nl, web/lang.no, web/lang.pl,
+ web/lang.pt, web/lang.sl, web/lang.sv, web/lang.tr,
+ web/lang.zh-cn, web/lang.zh-tw, web/mrbs-ie.css,
+ web/mrbs.css.php, web/systemdefaults.inc.php,
+ web/upgrade/21/post.inc, web/upgrade/5/pgsql.sql:
+
+ Merged the from_to_bookings branch back into the trunk.
+
+2010-11-05 12:07 Campbell Morrison <[email protected]>
+
+ * [r1587] web/edit_users.php, web/systemdefaults.inc.php:
+
+ Added a config variable $auth['only_admin_can_see_other_users']
+ to allow visibility of other users' details to be restricted when
+ using the 'db' authentication scheme. See SF tracker ID: 3102887.
+
+2010-11-05 11:49 Campbell Morrison <[email protected]>
+
+ * [r1586] INSTALL, web/config.inc.php, web/systemdefaults.inc.php:
+
+ Expanded the documentation on timezones. See SF tracker ID:
+ 3102895
+
+2010-11-03 14:53 Campbell Morrison <[email protected]>
+
+ * [r1582] web/systemdefaults.inc.php:
+
+ Declared the empty array $is_mandatory_field to avoid warning
+ messages later on when used with array_key_exists()
+
+2010-11-03 11:08 Campbell Morrison <[email protected]>
+
+ * [r1577] web/functions.inc:
+
+ Removed any trailing decimal zeros from the duration
+
+2010-11-02 15:10 Campbell Morrison <[email protected]>
+
+ * [r1571] ., UPGRADE, tables.my.sql, tables.pg.pre73.sql,
+ tables.pg.sql, web/Themes/classic126/styling.inc,
+ web/Themes/default/header.inc, web/Themes/default/styling.inc,
+ web/approve_entry_handler.php[CPY],
+ web/confirm_entry_handler.php[DEL], web/day.php, web/dbsys.inc,
+ web/edit_area_room.php, web/edit_entry.php,
+ web/edit_entry_handler.php, web/edit_users.php,
+ web/functions.inc, web/functions_mail.inc,
+ web/internalconfig.inc.php, web/lang.en, web/lang.es,
+ web/lang.fi, web/lang.fr, web/lang.it, web/lang.ja, web/lang.nl,
+ web/lang.pl, web/lang.sl, web/lang.tr, web/language.inc,
+ web/month.php, web/mrbs.css.php, web/mrbs_auth.inc,
+ web/mrbs_sql.inc, web/pending.php, web/report.php,
+ web/search.php, web/systemdefaults.inc.php, web/upgrade/17[CPY],
+ web/upgrade/17/mysql.sql[CPY], web/upgrade/17/pgsql.sql[CPY],
+ web/upgrade/17/post.inc[CPY], web/upgrade/18[CPY],
+ web/upgrade/18/mysql.sql[CPY], web/upgrade/18/pgsql.sql[CPY],
+ web/upgrade/19[CPY], web/upgrade/19/mysql.sql[CPY],
+ web/upgrade/19/pgsql.sql[CPY], web/upgrade/20[CPY],
+ web/upgrade/20/mysql.sql[CPY], web/upgrade/20/pgsql.sql[CPY],
+ web/upgrade/21[CPY], web/upgrade/21/mysql.sql[CPY],
+ web/upgrade/21/pgsql.sql[CPY], web/upgrade/21/post.inc[CPY],
+ web/upgrade/5/pgsql.sql, web/view_entry.php, web/week.php:
+
+ 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.
+
+2010-11-02 11:27 Campbell Morrison <[email protected]>
+
+ * [r1565] web/upgrade/15/post.inc:
+
+ Fixed bug causing upgrade error using PostgreSQL
+
+2010-11-01 19:32 Campbell Morrison <[email protected]>
+
+ * [r1561] web/functions.inc:
+
+ Added a check to see that $timezone is set to a valid timezone
+ identifier
+
+2010-10-31 08:16 John Beranek <[email protected]>
+
+ * [r1560] web/mrbs_sql.inc:
+
+ * Fixed confirmation of bookings for people using the Postgresql
+ backend. Postgresql doesn't accept LIMIT in UPDATE statements.
+
+2010-10-31 08:14 John Beranek <[email protected]>
+
+ * [r1559] web/upgrade/15/pgsql.sql:
+
+ * Fix for a NULL upgrade, Postgresql doesn't like an SQL file
+ with no query.
+
+2010-10-26 14:22 Campbell Morrison <[email protected]>
+
+ * [r1555] web/edit_area_room.php:
+
+ Fixed bug whereby values might not get updated
+
+2010-10-25 16:58 Campbell Morrison <[email protected]>
+
+ * [r1548] web/Themes/default/header.inc:
+
+ Fixed JavaScript undefined object problem
+
+2010-10-25 11:40 Campbell Morrison <[email protected]>
+
+ * [r1544] web/systemdefaults.inc.php:
+
+ Added comment that $enable_periods is now settable per-area
+
+2010-10-25 11:30 Campbell Morrison <[email protected]>
+
+ * [r1542] tables.my.sql, tables.pg.pre73.sql, tables.pg.sql,
+ web/Themes/default/header.inc, web/dbsys.inc,
+ web/edit_area_room.php, web/functions.inc,
+ web/internalconfig.inc.php, web/lang.en, web/mrbs-ielte7.css.php,
+ web/mrbs.css.php, web/upgrade/16[ADD],
+ web/upgrade/16/mysql.sql[ADD], web/upgrade/16/pgsql.sql[ADD],
+ web/upgrade/16/post.inc[ADD]:
+
+ Implemented $enable_periods on a per-area basis. This means that
+ sites can now have some areas using periods and others using time
+ slots.
+
+2010-10-23 13:10 Campbell Morrison <[email protected]>
+
+ * [r1541] tables.my.sql, tables.pg.pre73.sql, tables.pg.sql,
+ web/dbsys.inc, web/upgrade/15[ADD],
+ web/upgrade/15/mysql.sql[ADD], web/upgrade/15/pgsql.sql[ADD],
+ web/upgrade/15/post.inc[ADD]:
+
+ Update the area table replacing any NULLs with the per-area
+ settings defaults. This is the second and final part of a fix to
+ a bug which caused Search and Report not to find all the results
+ that they should have done if you were not logged in as an admin.
+
+2010-10-23 12:25 Campbell Morrison <[email protected]>
+
+ * [r1540] web/add.php, web/functions.inc,
+ web/internalconfig.inc.php:
+
+ Changed Add Area so that it writes the default area settings to
+ the database rather than NULL. This is the first part of a fix to
+ a bug which caused Search and Report not to find all the results
+ that they should have done if you were not logged in as an admin.
+ (Second part will be to update existing rows in the area table
+ replacing NULLs with the area defaults).
+
+2010-10-21 16:49 Campbell Morrison <[email protected]>
+
+ * [r1527] web/lang.ca, web/lang.es:
+
+ Removed duplicate definitions ("valid_time_of_day")
+
+2010-10-20 11:42 John Beranek <[email protected]>
+
+ * [r1517] web/edit_entry.php:
+
+ * Made the new mandatory field checking Javascript code
+ compatible with IE, by using jQuery.
+
+2010-10-19 10:40 Campbell Morrison <[email protected]>
+
+ * [r1515] INSTALL:
+
+ Added documentation on making custom fields private.
+
+2010-10-19 08:36 John Beranek <[email protected]>
+
+ * [r1514] INSTALL, web/edit_entry.php, web/edit_entry_handler.php,
+ web/systemdefaults.inc.php:
+
+ * Renamed the new config array $mandatory_fields to
+ $is_mandatory_field to match the existing convention. Also added
+ some documentation of this new configuration option into
+ systemdefaults.inc.php.
+
+2010-10-18 16:44 John Beranek <[email protected]>
+
+ * [r1513] web/session_cookie.inc, web/systemdefaults.inc.php:
+
+ * Fixed accidental checkin of debug code. Documented the new
+ $auth["session_cookie"]["session_expire_time"] fucntionality in
+ systemdefaults.inc.php.
+
+2010-10-18 16:32 John Beranek <[email protected]>
+
+ * [r1512] web/session_cookie.inc:
+
+ * Added support for setting 'cookie' session scheme to use only
+ session cookies. For this set
+ $auth["session_cookie"]["session_expire_time"] to 0. Fixed token
+ checking code, so this it takes notice of this variable.
+
+2010-10-18 16:07 John Beranek <[email protected]>
+
+ * [r1510] web/session_cookie.inc:
+
+ * Fixed an unescaped / in a regular expression.
+
+2010-10-18 16:06 John Beranek <[email protected]>
+
+ * [r1509] web/systemdefaults.inc.php:
+
+ * Changed default value of $cookie_path_override to unset.
+
+2010-10-18 15:25 Campbell Morrison <[email protected]>
+
+ * [r1508] web/session_php.inc:
+
+ Reversed the order of session_name() and
+ session_set_cookie_params() for safety (see PHP manual)
+
+2010-10-18 15:16 Campbell Morrison <[email protected]>
+
+ * [r1507] web/session_php.inc:
+
+ Fixed problem which gave a warning in regular expression
+
+2010-10-18 11:30 John Beranek <[email protected]>
+
+ * [r1506] INSTALL, web/edit_entry.php, web/edit_entry_handler.php,
+ web/functions.inc, web/lang.en:
+
+ * Added the ability to make a custom entry field mandatory.
+ Introduces the config variable $mandatory_fields.
+
+ * Documented $select_options and $mandatory_fields in INSTALL.
+
+2010-10-15 16:09 Campbell Morrison <[email protected]>
+
+ * [r1504] web/functions_mail.inc:
+
+ Fixed problem with internationalisation of email notifications
+
+2010-10-15 09:44 Campbell Morrison <[email protected]>
+
+ * [r1501] web/edit_area_room.php, web/functions_mail.inc,
+ web/lang.en, web/mrbs.css.php:
+
+ - Made the area and room admin email address boxes textareas -
+ Allowed newlines to be used as address separators as well as
+ commas - Added a title tooltip explaining this - Made formatting
+ of textareas consistent in the edit_area_room page
+
+2010-10-14 17:04 Campbell Morrison <[email protected]>
+
+ * [r1499] web/Themes/default/header.inc:
+
+ Improved the localisation of the datepicker calendar so that if
+ the broswer language is set to xx-YY, MRBS will try and use the
+ datepicker xx localisation if there isn't one for xx-YY.
+
+2010-10-13 07:46 Campbell Morrison <[email protected]>
+
+ * [r1495] web/mrbs-ie8.css, web/mrbs.css.php:
+
+ Fixed a problem with the formatting of radio button labels on the
+ edit area page in IE8.
+
+2010-10-08 09:28 John Beranek <[email protected]>
+
+ * [r1490] ChangeLog, NEWS:
+
+ * Updated NEWS and ChangeLog for 1.4.5rc1 release.
+
2010-10-08 09:05 John Beranek <[email protected]>
* [r1489] web/version.inc:
Modified: mrbs/trunk/NEWS
===================================================================
--- mrbs/trunk/NEWS 2010-11-05 14:40:14 UTC (rev 1590)
+++ mrbs/trunk/NEWS 2010-11-05 14:56:08 UTC (rev 1591)
@@ -7,6 +7,39 @@
[============================]
-------------------------------------------------------------------------------
+Version 1.4.5rc2 (Fri Nov 5 15:00:00 GMT 2010):
+
+[-] Fixed a problem with the formatting of radio button labels on the
+ edit area page in IE8.
+[*] Improved the localisation of the datepicker calendar so that it will
+ utilise an xx-YY language specifier if that translation exists.
+[*] Made the area and room admin email address boxes textareas, and
+ allowed newlines to be used as address separators.
+[-] Fixed problem with internationalisation of email notifications
+[+] Added the ability to make a custom entry field mandatory, introduces
+ the config array variable $is_mandatory_field.
+[-] Fixed problem which gave a warning in regular expression in PHP session
+ scheme.
+[*] Some fixes/improvements in session/cookie handling in PPS and cookie
+ session schemes.
+[-] Fixed setting of area defaults, and created a database schema update
+ to fix existing settings.
+[+] Implemented $enable_periods on a per-area basis. This means that
+ sites can now have some areas using periods and others using time
+ slots.
+[-] Some fixes to support Postgresql, including a fix for a problem
+ reported on the mailing list with confirming bookings.
+[+] Added the ability to have "tentative" bookings, i.e. bookings which are
+ not 100% certain to happen, but where the user wants to reserve the slot
+ in the meantime.
+[*] Expanded the documentation on timezones. See SF tracker ID: 3102895.
+[+] Added a config variable $auth['only_admin_can_see_other_users']
+ to allow visibility of other users' details to be restricted when
+ using the 'db' authentication scheme. See SF tracker ID: 3102887.
+[+] Improved the way in which meeting times are specified. You now specify
+ the start date/time and also the end date/time.
+
+-------------------------------------------------------------------------------
Version 1.4.5rc1 (Fri Oct 8 11:00:00 BST 2010):
[*] Optimised SQL to improve performance.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits