mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
OK, this is pretty much time to call it 1.0.9 Beta 1 ... I'm going to
do a few last checks then tag it as "Moodle_109_B1" and package it all up.
This commit is contained in:
parent
33de9f7bdc
commit
cf565fd7cf
@ -11,7 +11,7 @@
|
||||
<BODY BGCOLOR="#FFFFFF">
|
||||
<H2>Release notes</H2>
|
||||
|
||||
<H3> New in Moodle 1.0.9 (Due for release 29th May, 2003) :</H3>
|
||||
<H3> New in Moodle 1.0.9 Beta 1 (16th May, 2003) :</H3>
|
||||
<UL><DL>
|
||||
<DT> General</DT>
|
||||
<DD>
|
||||
@ -26,7 +26,6 @@
|
||||
<LI>Some fixes for servers running in Safe Mode (some file problems remain)</LI>
|
||||
<LI>Various fixes for cleaning some external text of quotes, etc</LI>
|
||||
<LI>Various fixes for PostgreSQL 7.3 compatibility</LI>
|
||||
<LI>Many changes to themes - authors of custom themes should read <A HREF="http://moodle.org/theme/UPGRADE.txt">theme/UPGRADE.txt</A> </LI>
|
||||
<LI>Started migration of HTML code towards XHTML Transitional</LI>
|
||||
<LI>Countless other little fixes all over the place</LI>
|
||||
</DD>
|
||||
@ -50,7 +49,8 @@
|
||||
|
||||
<DT> Admin</DT>
|
||||
<DD>
|
||||
<LI>Some new options in config-dist.php (if upgrading, compare with your current config.php)</LI>
|
||||
<LI>Some changed options and code in config-dist.php (if upgrading, compare with your current config.php or rebuild your config.php from scratch)</LI>
|
||||
<LI>Many changes to themes - authors of custom themes should read <A HREF="http://moodle.org/theme/UPGRADE.txt">theme/UPGRADE.txt</A> </LI>
|
||||
<LI>Admin directory can be moved from /admin to something else (see config-dist.php)</LI>
|
||||
<LI>User listing is now paged, and can now be searched for strings</LI>
|
||||
<LI>Module management: activity modules can now be individually disabled or deleted completely</LI>
|
||||
|
@ -65,7 +65,7 @@ $string['attlsm1'] = "Attitudes Towards Thinking and Learning";
|
||||
$string['attlsm2'] = "Connected Learning";
|
||||
$string['attlsm3'] = "Separate Learning";
|
||||
$string['ciqname'] = "Critical Incidents";
|
||||
$string['ciqintro'] = "While thinking about the events in this class over the past week, answer the questions below.";
|
||||
$string['ciqintro'] = "While thinking about recent events in this class, answer the questions below.";
|
||||
$string['ciq1'] = "At what moment in class were you most engaged as a learner?";
|
||||
$string['ciq2'] = "At what moment in class were you most distanced as a learner?";
|
||||
$string['ciq3'] = "What action from anyone in the forums did you find most affirming or helpful?";
|
||||
|
@ -5,7 +5,7 @@
|
||||
// database to determine whether upgrades should
|
||||
// be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2003051200; // The current version is a date (YYYYMMDDXX)
|
||||
$version = 2003051600; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$release = "1.0.9 development"; // User-friendly version number
|
||||
$release = "1.0.9 Beta 1"; // User-friendly version number
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user