From: Mike G. v. a. <we...@ma...> - 2005-06-10 19:17:48
|
Log Message: ----------- New files for rel-2-1-3 Tags: ---- rel-2-1-patches Modified Files: -------------- webwork2: LICENSE README Revision Data ------------- Index: README =================================================================== RCS file: /webwork/cvs/system/webwork2/README,v retrieving revision 1.10.2.4 retrieving revision 1.10.2.5 diff -LREADME -LREADME -u -r1.10.2.4 -r1.10.2.5 --- README +++ README @@ -1,37 +1,52 @@ -this is a test + WeBWorK Online Homework Delivery System - Version 2.1.2 + Version 2.1.3 Copyright 2000-2005, The WeBWorK Project All rights reserved. - * [1]Introduction - * [2]Availability - * [3]Installation - * [4]Help - * [5]Bug Reports & Feature Requests - * [6]Patches + * [1]Introduction + * [2]Availability + * [3]Installation + * [4]Help + * [5]Bug Reports & Feature Requests + * [6]Patches Introduction - This release builds on WeBWorK 2.1.1 by adding an improved PG Problem - Editor module and enabling a function to add a blank problem to an - existing problem set. + This release builds on WeBWorK 2.1.2 by adding a number of incremental + improvements. + * Site wide message on login page (in webwork2/htdocs/site_info.txt) + * New sorting options on Instructor pages. All sorts are now case insensitive. + * Ability to change password on "Classlist editor" page as well a "Instructor Tools" page + * Reformatted scoring files + * Minor changes in navigation links + * import/export of courses is now made to gzipped files in the templates directory + rather than being downloaded directly to the administrators machine. This is + still very slow, but it avoids the problem of browser timeouts. + * Answer strings are base64 encoded to protect against problems of illegal characters + in answers. + * There is a big speed increase on using the "Set Assigner" page + * Hosted courses can be renamed + * Davide Cervone has contributed a number of additions to the PG capabilities. One related + to the =webwork2= code base allows macro files to be located in directories specified + in =global.conf=. It is also possible to specify subdirectories: e.g. + ="context/LimitedVector.pl"= Availability - WeBWorK 2.1.2 is available from our CVS repository. Read + WeBWorK 2.1.3 is available from our CVS repository. Read [7]WeBWorKCVSReadOnly for more information on how to set up a CVS connection. For those who already have a CVS connection, this update can be obtained by updating to the tag rel-2-1-patches. - WeBWorK 2.1.2 is also available as a tarball from our SourceForge + WeBWorK 2.1.3 is also available as a tarball from our SourceForge project page: [8]http://sourceforge.net/project/showfiles.php?group_id=93112 - We recommend you also install [9]PGLanguageRelease2pt1pt1 at the same - time you install WeBWorK 2.1.2. + We recommend you also install [9]PGLanguageRelease2pt1pt3 at the same + time you install WeBWorK 2.1.3. Installation @@ -39,7 +54,7 @@ Help - If you need help installing or using WeBWorK 2.1.2, visit the + If you need help installing or using WeBWorK 2.1.3, visit the [11]WeBWorK discussion group and post your question there. The developers monitor this forum. @@ -57,12 +72,5 @@ code. Check out the latest development version from CVS and patch against that. Consult the [13]WeBWorKCVS topic for more information. - -- [14]SamHathaway - 21 Feb 2005 - 7. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVSReadOnly - 8. http://sourceforge.net/project/showfiles.php?group_id=93112 - 9. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PGLanguageRelease2pt1pt1 - 10. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1#Upgrading_WeBWorK - 11. http://webhost.math.rochester.edu/webworkdocs/discuss/ - 12. http://bugs.webwork.rochester.edu/ - 13. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVS - 14. http://devel.webwork.rochester.edu/twiki/bin/view/Main/SamHathaway + -- MichaelGage - 10 Jun 2005 + \ No newline at end of file Index: LICENSE =================================================================== RCS file: /webwork/cvs/system/webwork2/LICENSE,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -LLICENSE -LLICENSE -u -r1.5.2.3 -r1.5.2.4 --- LICENSE +++ LICENSE @@ -1,7 +1,7 @@ WeBWorK Online Homework Delivery System - Version 2.1.2 + Version 2.1.3 Copyright 2000-2005, The WeBWorK Project All rights reserved. |