From: Sam H. v. a. <we...@ma...> - 2006-01-13 21:14:36
|
Log Message: ----------- LICENSE/README for 2.2-pre1. updated version number to 2.2-pre1 updated copyright date range to 2000-2006. updated README text to PGLanguageRelease2pt2pre1 Tags: ---- rel-2-2-dev Modified Files: -------------- webwork2: LICENSE README Revision Data ------------- Index: README =================================================================== RCS file: /webwork/cvs/system/webwork2/README,v retrieving revision 1.12 retrieving revision 1.12.2.1 diff -LREADME -LREADME -u -r1.12 -r1.12.2.1 --- README +++ README @@ -1,80 +1,102 @@ WeBWorK Online Homework Delivery System - Version 2.1 + Version 2.2-pre1 - Copyright 2000-2004, The WeBWorK Project + Copyright 2000-2006, 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 is a test prerelease of the upcoming WeBWorK 2.2. It contains + numerous improvements over WeBWorK 2.1.3. Some changes are as follows: - (Contributiors: please feel free to add anything I've forgotten.) + Removal of deprecated database layouts: The gdbm and sql database + layouts have been removed. If you have existing courses that use + either of these database layouts, you must convert them to use the + sql_single database layout before upgrading. Please consult + [1]InstallationManualV2pt2#Before_you_upgrade for more information. + + Gateway testing: allows a user to complete multiple versions of a + problem set. The instructor can optionally specify restrictions on + how often a new version can be viewed, how long a user has to + complete a version, and whether a proctor is required to + authenticate before a version is completed. + + jsMath 3.0: See + [2]http://www.math.union.edu/~dpvc/jsMath/changes.html for details. + + Status system: The status system maps status names (like + "Enrolled", "Drop", "Audit") to a list of behaviors the system + should have when dealing with users who have the status. (For + example, users who are auditing the course are allowed to log in + and are included in assignments, but are not included in scoring.) + See comments in global.conf for more information. + + Additional permissions: can_always_use_show_old_answers_default, + can_show_old_answers_by_default, download_hardcopy_format_pdf, + manage_course_files, proctor_quiz, view_problem_debugging_info, + view_proctored_tests. + + Hardcopy rewrite: Faster, smaller memory footprint, better error + handling. + + Course Configuration module: Allows web-based configuration of + commonly-modified settings. + + User Detail module: Replaces "Sets assigned to user" module, allows + customization of open/due/answer dates as well as + assigning/unassigning sets. + + Login and activity logs: Detailed login success and failure + information is logged to the login log. The activity log logs each + request issued to the WeBWorK system (if configured). + + Feedback improvements: Subject line is now customizable. User, set, + and problem record information is now printed in a more readable + format. + + File Manager improvements: Show dates and sizes of files, provide + better control over renaming of uploaded files whose names already + exist, allow the creation or gzipped tar archives from files in the + course directory, follow symbolic links that are to files or + directories within the course hierarchy (and outside of the course + directory, if configured). + + And of course, many UI improvements and bug fixes. 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.2-pre1 is available from our CVS repository. Read + [3]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-2-pre1. + + WeBWorK 2.2-pre1 is also available as a tarball from our SourceForge + project page: + [4]http://sourceforge.net/project/showfiles.php?group_id=93112 - Installation directly from CVS is also possible. Refer to the - [12]InstallationManualV2pt1 for more information. + You must also install [5]PGLanguageRelease2pt2pre1 at the same time + you install WeBWorK 2.2-pre1. 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. + Installation instructions are available from + [6]InstallationManualV2pt2. -Help + If you are upgrading, please read the section [7]Upgrading WeBWorK, + paying special attention to the subsections [8]Before you upgrade and + [9]Making changes for the new release. - 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.2, visit the + [10]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 + [11]http://bugs.webwork.rochester.edu/. We can't fix bugs and add features if you don't tell us about them! Patches @@ -83,27 +105,19 @@ 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. - - -- [25]SamHathaway - 28 Oct 2004 + against that. Consult the [12]WeBWorKCVS topic for more information. 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 + 1. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt2#Before_you_upgrade + 2. http://www.math.union.edu/~dpvc/jsMath/changes.html + 3. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVSReadOnly + 4. http://sourceforge.net/project/showfiles.php?group_id=93112 + 5. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PGLanguageRelease2pt2pre1 + 6. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt2 + 7. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt2#Upgrading_WeBWorK + 8. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt2#Before_you_upgrade + 9. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt2#Making_changes_for_the_new_relea + 10. http://webhost.math.rochester.edu/webworkdocs/discuss/ + 11. http://bugs.webwork.rochester.edu/ + 12. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVS Index: LICENSE =================================================================== RCS file: /webwork/cvs/system/webwork2/LICENSE,v retrieving revision 1.5 retrieving revision 1.5.4.1 diff -LLICENSE -LLICENSE -u -r1.5 -r1.5.4.1 --- LICENSE +++ LICENSE @@ -1,9 +1,8 @@ - WeBWorK Online Homework Delivery System - Version 2.1 + Version 2.2-pre1 - Copyright 2000-2004, The WeBWorK Project + Copyright 2000-2006, The WeBWorK Project All rights reserved. This program is free software; you can redistribute it and/or modify |