[system] / branches / rel-2-4-dev / webwork2 / README Repository:
ViewVC logotype

Diff of /branches/rel-2-4-dev/webwork2/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 5423 Revision 5424
1 WeBWorK 1 WeBWorK
2 Online Homework Delivery System 2 Online Homework Delivery System
3 Version 2.4.0 3 Version 2.4.1
4 4
5 Copyright 2000-2007, The WeBWorK Project 5 Copyright 2000-2007, The WeBWorK Project
6 All rights reserved. 6 All rights reserved.
7
8Details
9-------
10
11Release date: 25-August-2007
12CVS tag: rel-2-4-1
13CVS branch: rel-2-4-dev
14
15Changes since 2.4.0
16-------------------
17
18* Fixed a "Duplicate entry" error that occurred when WeBWorK attempted to assign
19 a set to a user to whom it was already assigned, for example with the "Assign
20 Set to All Users" button. (Bug #1293)
21
22* Fixed a problem that occurred when viewing the set details for a set that had
23 not been assigned to any users.
24
25* Added the ability to unarchive .tar.gz and .tar files to the File Manager.
26
27* Worked around an IE bug in the File Manager where pressing return submits a
28 form but does not set the submit button's value properly in some
29 circumstances.
30
31* Fixed a problem where the "over time: closed." status message would appear in
32 incorrect circumstances in the problem set list.
33
34* Improved handling of textbook chapters and sections in the NPL-update script.
35
36* Improved handling in the NPL-update script for problems which are tagged to a
37 chapter, but not to a particular section in the chapter.
38
39* Show the numbers for textbook chapters and sections in the Library Browser.
40
41* Improve speed of browsing the National Problem Library in the Library Browser.
42
43* Ignore .svn directories when browsing file-based problem libraries in the
44 Library browser.
45
46* Extended the set definition file format to support commas in the source_file,
47 value, and max_attempts fields. Literal commas and backslashes are backslash-
48 escaped.
49
50Installation & Upgrade
51----------------------
52
53Comprehensive installation and upgrade instructions are located at:
54http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt4
55
56Read the sections below for specific information about upgrading from various
57versions of WeBWorK.
58
59Upgrading from 2.4.0
60--------------------
61
62Before beginning, back up your WeBWorK database and course directories.
63
64To update WeBWorK to exactly 2.4.1, use the following commands:
65
66cd /opt/webwork/webwork2
67cvs -q up -dP -rrel-2-4-1
68
69To update WeBWorK to the "tip" of the 2.4.x branch, which is mostly stable and
70includes bug fixes and new features before they are officially released, use the
71following commands:
72
73cd /opt/webwork/webwork2
74cvs -q up -dP -rrel-2-4-dev
75
76If you are using the National Problem Library, re-run bin/NPL-update to update
77the database format to the latest version.
78
79No database changes occurred between 2.4.0 and 2.4.1, so running bin/wwdb_upgrade
80is not necessary. No configuration file changes occurred between
81
82Upgrading from 2.3.x
83--------------------
84
85Before beginning, back up your WeBWorK database and course directories.
86
87To update WeBWorK to exactly 2.4.1, use the following commands:
88
89cd /opt/webwork/webwork2
90cvs -q up -dP -rrel-2-4-1
91
92To update WeBWorK to the "tip" of the 2.4.x branch, which is mostly stable and
93includes bug fixes and new features before they are officially released, use the
94following commands:
95
96cd /opt/webwork/webwork2
97cvs -q up -dP -rrel-2-4-dev
98
99Merge changes from global.conf.dist, database.conf.dist, and
100webwork.apache-config (if you are using Apache 1) or webwork.apache2-config (if
101you are using Apache 2) into your configuration files.
102
103Run bin/wwdb_upgrade -v to upgrade your database. If you receive errors about
104modelCourse it is OK to go on -- modelCourse is not a real course.
105
106If you are using the National Problem Library, the loadDB2 script in the
107database_problems directory has been replaced with a new bin/NPL-update script
108in the main webwork2 distribution. The problem library metadata is now stored
109within the main webwork database. Run bin/NPL-update to load the problem
110metadata into the its new location. It is safe to remove the separate
111ProblemLibrary database.
112
113Upgrading from 2.2.x
114--------------------
115
116Make sure you are using the sql_single database layout for all the courses you
117wish to continue to use. After you upgrade, courses using other database
118layouts will be inaccessible. Move non-sql_single courses out of your courses
119directory.
120
121The standard directory layout of WeBWorK has changed since 2.2.x. We now suggest
122that you place the webwork2 directory, as well as the pg, courses, and
123libraries, directories in /opt/webwork rather than in /opt.
124
125To update WeBWorK to exactly 2.4.1, use the following commands:
126
127cd /opt/webwork/webwork2
128cvs -q up -dP -rrel-2-4-1
129
130To update WeBWorK to the "tip" of the 2.4.x branch, which is mostly stable and
131includes bug fixes and new features before they are officially released, use the
132following commands:
133
134cd /opt/webwork/webwork2
135cvs -q up -dP -rrel-2-4-dev
136
137Merge changes from global.conf.dist, database.conf.dist, and
138webwork.apache-config into your configuration files.
139
140Run bin/wwdb_check -v to verify that your database is up-to-date for version
1412.3.0 (the first version that included automated database upgrades). Then run
142bin/wwdb_upgrade -v to upgrade to bring your database up-to-date for version
1432.4.1.
144
145Getting help
146------------
147
148The best place to get support is in the WeBWorK discussion forums located at:
149http://webwork.maa.org/moodle/course/view.php?id=2
150
151To report bugs:
152http://bugs.webwork.rochester.edu/
153
154Lots of WeBWorK documentation:
155http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKDocs
156

Legend:
Removed from v.5423  
changed lines
  Added in v.5424

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9