From: Sam H. v. a. <we...@ma...> - 2005-02-21 17:11:03
|
Log Message: ----------- updated for 2.1.2 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.2 retrieving revision 1.10.2.3 diff -LREADME -LREADME -u -r1.10.2.2 -r1.10.2.3 --- README +++ README @@ -1,100 +1,52 @@ WeBWorK Online Homework Delivery System - Version 2.1.1 + Version 2.1.2 Copyright 2000-2005, The WeBWorK Project All rights reserved. -Introduction - - This release introduces several improvements and release fixes many - bugs in WeBWorK 2.1. Among the changes made are the following: + * [1]Introduction + * [2]Availability + * [3]Installation + * [4]Help + * [5]Bug Reports & Feature Requests + * [6]Patches - Enhancements +Introduction - 1. Added a login privilege to the permissions system - 2. Update jsMath to 1.7e, including support for additional LaTeX - environments - 3. Improved the mail merge user interface - 4. Improved the default stylesheet - 5. Added an option to rename the Change Display Settings submit - buttton - 6. Added summary column to the scoring module for the total value of - WeBWorK problems done - 7. Optimized checking of permission levels by caching the currently - logged-in user's permission level - 8. Added several features to the classlist editor - + ability to search on any data field ( bug_small.gif [9]Bug - #664) - + ability to define a subsort (i.e. first sort by last name, - then by first name) ( bug_small.gif [10]Bug #654) - + warning is given when users with duplicate names are imported - ( bug_small.gif [11]Bug #684) - 9. Added option to file manager to convert newlines on uploaded files - 10. Feedback messages now include course ID - 11. Leading and trailing whitespace is now removed on the add users - page - 12. Added the ability to add a new, blank problem to an existing - problem set - 13. Made changes to preserve problem display options across all pages - 14. Modified the default template to refer to the stylesheet by - reference, reducing page load times - - Bug fixes - - 1. Fixed a bug where the Show saved answers option could not be - turned off - 2. Fixed a big where an incorrect error message would be given when a - database error occurred - 3. Fixed "uninitialized value" error in grading ( bug_small.gif - [12]Bug #733) - 4. Fixed a bug where a weight of 0 would appear as a blank ( - bug_small.gif [13]Bug #730) - 5. Fixed a bug where fun_cmp would give the error "This answer is the - same as the one you just submitted" after a preview operation ( - bug_small.gif [14]Bug #557) - 6. Fixed a bug where the parameter user would be defined multiple - times in a form or URL - 7. Fixed a bug where non-overridden date values would be displayed as - 12/31/1969 on the problem set detail page - 8. Fixed several bugs in the file manager - 9. Fixed a bug where the scoring page would crash and burn if no set - was selected ( bug_small.gif [15]Bug #750) + 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. Availability - WeBWorK 2.1.1 is available our CVS repository. Read - [16]WeBWorKCVSReadOnly for more information on how to set up a CVS + WeBWorK 2.1.2 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 release: rel-2-1-patches + can be obtained by updating to the tag rel-2-1-patches. - WeBWorK 2.1.1 is also available in tarball form from our SourceForge + WeBWorK 2.1.2 is also available as a tarball from our SourceForge project page: - [17]http://sourceforge.net/project/showfiles.php?group_id=93112 + [8]http://sourceforge.net/project/showfiles.php?group_id=93112 - We recommend you also install [18]PGLanguageRelease2pt1pt1 at the same - time you install WeBWorK 2.1.1. + We recommend you also install [9]PGLanguageRelease2pt1pt1 at the same + time you install WeBWorK 2.1.2. Installation - Read the section in the installation manual on [19]Upgrading WeBWorK. - - Changes were made to the configuration global.conf.dist in this - release. Be sure to compare your existing global.conf file with the - new global.conf.dist file and make any changes necessary. The utility - diff3 may be useful to you. + Read the section in the installation manual on [10]Upgrading WeBWorK. Help - If you need help installing or using WeBWorK 2.1.1, visit the - [20]WeBWorK discussion group and post your question there. The + If you need help installing or using WeBWorK 2.1.2, visit the + [11]WeBWorK discussion group and post your question there. The developers monitor this forum. Bug Reports & Feature Requests Submit bug reports and feature requests at - [21]http://bugs.webwork.rochester.edu/. We can't fix bugs and add + [12]http://bugs.webwork.rochester.edu/. We can't fix bugs and add features if you don't tell us about them! Patches @@ -103,24 +55,14 @@ CVS code, you save us and yourself time. A bug in this release may be fixed in CVS, and we can more easily handle patches against the latest code. Check out the latest development version from CVS and patch - against that. Consult the [22]WeBWorKCVS topic for more information. - - -- [23]SamHathaway - 08 Feb 2005 - -References + against that. Consult the [13]WeBWorKCVS topic for more information. - 9. http://bugs.webwork.rochester.edu/show_bug.cgi?id=664 - 10. http://bugs.webwork.rochester.edu/show_bug.cgi?id=654 - 11. http://bugs.webwork.rochester.edu/show_bug.cgi?id=684 - 12. http://bugs.webwork.rochester.edu/show_bug.cgi?id=733 - 13. http://bugs.webwork.rochester.edu/show_bug.cgi?id=730 - 14. http://bugs.webwork.rochester.edu/show_bug.cgi?id=557 - 15. http://bugs.webwork.rochester.edu/show_bug.cgi?id=750 - 16. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVSReadOnly - 17. http://sourceforge.net/project/showfiles.php?group_id=93112 - 18. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PGLanguageRelease2pt1pt1 - 19. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1#Upgrading_WeBWorK - 20. http://webhost.math.rochester.edu/webworkdocs/discuss/ - 21. http://bugs.webwork.rochester.edu/ - 22. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVS - 23. http://devel.webwork.rochester.edu/twiki/bin/view/Main/SamHathaway + -- [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 Index: LICENSE =================================================================== RCS file: /webwork/cvs/system/webwork2/LICENSE,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -LLICENSE -LLICENSE -u -r1.5.2.2 -r1.5.2.3 --- LICENSE +++ LICENSE @@ -1,7 +1,7 @@ WeBWorK Online Homework Delivery System - Version 2.1.1 + Version 2.1.2 Copyright 2000-2005, The WeBWorK Project All rights reserved. |