From: Sam H. v. a. <we...@ma...> - 2005-02-14 21:05:31
|
Log Message: ----------- updated README from TWiki topic WeBWorKRelease2pt1pt1, updated LICENCE with new version number 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 retrieving revision 1.10.2.1 diff -LREADME -LREADME -u -r1.10 -r1.10.2.1 --- README +++ README @@ -1,81 +1,100 @@ WeBWorK Online Homework Delivery System - Version 2.1 + Version 2.1.1 Copyright 2000-2004, The WeBWorK Project All rights reserved. Introduction - The [8]WeBWorKTeam is pleased to announce the release of WeBWorK 2.1. - This release includes new functionality and enhancements to the user - interface, database system, and PG language: - - * New sql_single database layout, for more efficient access to SQL - databases. - * New [9]mathematical-expression parser (for use in writing PG - problems). - * New File Manager module provides full access to course files. - (Will replace File Xfer module in a future release.) - * New Problem Set Detail module allows editing of set data (dates, - headers), editing of problems (source file, value, etc.), and - reordering of problems. - * Improvements to jsMath display mode. - * Many usability and cosmetic improvements. - * Many bugfixes. + This release introduces several improvements and release fixes many + bugs in WeBWorK 2.1. Among the changes made are the following: - (Contributiors: please feel free to add anything I've forgotten.) + Enhancements + + 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) Availability - WeBWorK 2.1 requires [10]PGLanguageRelease2pt1. Both WeBWorK and PG is - available on our SourceForge project page: - [11]http://sourceforge.net/project/showfiles.php?group_id=93112 + WeBWorK 2.1.1 is available our CVS repository. Read + [16]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 + + WeBWorK 2.1.1 is also available in tarball form from our SourceForge + project page: + [17]http://sourceforge.net/project/showfiles.php?group_id=93112 - Installation directly from CVS is also possible. Refer to the - [12]InstallationManualV2pt1 for more information. + We recommend you also install [18]PGLanguageRelease2pt1pt1 at the same + time you install WeBWorK 2.1.1. Installation - Documentation on installing and configuring WeBWorK is available in - the [13]InstallationManualV2pt1. If you are upgrading an existing - installation, be sure to read the section [14]Upgrading an existing - WeBWorK installation. - - Using the new 'sql_single' database layout - - The new sql_single database layout stores the data for all courses - using the layout in a single database, reducing the number of - connections that need to be made to the SQL server and eliminates the - need for database to be created and deleted as courses are created and - deleted. It also adds indexing to data tables, improving system speed. - - To learn more about the database options available in WeBWorK 2.1, - including the sql_single layout, consult the [15]Database - configuration section of [16]InstallationManualV2pt1 and the - [17]DatabaseLayoutManual. - - Before creating courses using the sql_single layout (or converting - existing courses), you must [18]create a single database and grant - access to it. - - We suggest that you convert all courses using the sql database layout - to use sql_single instead and add indexing to converted courses. - Instructions are available in the [19]CourseAdministrationManual. + Read the section in the installation manual on [19]Upgrading WeBWorK. -Help + 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. - If you need help installing or using WeBWorK 2.1, consult - [20]WeBWorKDocs and [21]WeBWorKFAQs. +Help - You can also visit the [22]WeBWorK discussion group and post your - question there. The developers monitor this forum. + If you need help installing or using WeBWorK 2.1.1, visit the + [20]WeBWorK discussion group and post your question there. The + developers monitor this forum. Bug Reports & Feature Requests Submit bug reports and feature requests at - [23]http://bugs.webwork.rochester.edu/. We can't fix bugs and add + [21]http://bugs.webwork.rochester.edu/. We can't fix bugs and add features if you don't tell us about them! Patches @@ -84,27 +103,24 @@ 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 [24]WeBWorKCVS topic for more information. + against that. Consult the [22]WeBWorKCVS topic for more information. - -- [25]SamHathaway - 28 Oct 2004 + -- [23]SamHathaway - 08 Feb 2005 References - 8. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKTeam - 9. http://devel.webwork.rochester.edu/doc/cvs/webwork2_rel-2-1/doc/parser/ - 10. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PGLanguageRelease2pt1 - 11. http://sourceforge.net/project/showfiles.php?group_id=93112 - 12. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1 - 13. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1 - 14. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1#Upgrading_an_existing_WeBWorK_in - 15. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1#Database_configuration - 16. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1 - 17. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/DatabaseLayoutManual - 18. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1#Configration_for_the_sql_single_ - 19. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/CourseAdministrationManual - 20. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKDocs - 21. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKFAQs - 22. http://webhost.math.rochester.edu/webworkdocs/discuss/ - 23. http://bugs.webwork.rochester.edu/ - 24. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVS - 25. http://devel.webwork.rochester.edu/twiki/bin/view/Main/SamHathaway + 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 Index: LICENSE =================================================================== RCS file: /webwork/cvs/system/webwork2/LICENSE,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -LLICENSE -LLICENSE -u -r1.5 -r1.5.2.1 --- LICENSE +++ LICENSE @@ -1,7 +1,7 @@ WeBWorK Online Homework Delivery System - Version 2.1 + Version 2.1.1 Copyright 2000-2004, The WeBWorK Project All rights reserved. |