Difference between revisions of "Release notes for WeBWorK 2.5.2"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | |||
+ | |||
+ | {{Historical}} |
||
+ | {{Deprecated|2.6. This release was too ambitious. Many of the features have been rolled in to releases 2.6 and release 2.7 }} |
||
+ | |||
+ | |||
<pre> WeBWorK |
<pre> WeBWorK |
||
Online Homework Delivery System |
Online Homework Delivery System |
||
Line 13: | Line 20: | ||
Beta release date: August, 2012 |
Beta release date: August, 2012 |
||
− | Github repository: https://github.com/openwebwork |
+ | Github repository: https://github.com/openwebwork/webwork2-dev (as of Sept 7, 2012) |
Modules: webwork2 pg |
Modules: webwork2 pg |
||
</pre> |
</pre> |
||
+ | {{Warning | The ww2.5.2 release is not yet ready for prime time!}} |
||
− | {{UnderConstruction}} |
||
Line 26: | Line 33: | ||
− | This repo is currently in |
+ | This repo is currently in openwebwork/webwork2-dev branch: ww2.5.2 |
Line 32: | Line 39: | ||
* Replacing the current database.conf with database.conf.dist (assuming you have made no changes to your local database.conf version) |
* Replacing the current database.conf with database.conf.dist (assuming you have made no changes to your local database.conf version) |
||
− | |||
+ | ** new tables and fields have been added for the essayQuestion feature. |
||
* Upgrading the tables by visiting the admin page -- which will create a showPastAnswers table |
* Upgrading the tables by visiting the admin page -- which will create a showPastAnswers table |
||
− | == New features for 2.5.2 == |
||
+ | ** This replaces the showPastAnswers logs and also supports the essayQuestion feature. |
||
− | * Highlights |
||
− | ** MathAchievements module added. When turned on it provides "gamefication" for WeBWorK. |
||
− | ** New features for Admin courses editor page. |
||
− | ** Experimental editor pages: HmwkEditor1,2;,ClasslistEditor1,2; PGProblemEditor1,2,3 |
||
− | ** Basic support for the ipad. |
||
− | |||
+ | == New features for WW2.5.2 == |
||
− | |||
+ | * Highlights |
||
− | * Configuration files |
||
− | ** configuration files split into prelocal.conf, global.conf.dist,postlocal.conf ** this makes incremental upgrading of webwork2 much easier since the configuration files will not in general need to be rewritten. |
||
− | ** VERSION file indicates the current version of WeBWorK which is printed in the footer of each page. |
||
− | * MathAchievements module added. |
||
− | * Admin pages: |
||
− | ** Ability to show/hide courses from the command line |
||
− | ** Replace email registration of WeBWorK site with link to the MAA registration form. |
||
− | * Editor pages |
||
− | ** There are new (beta) editors for homework, classlists, librarybrowser and PGproblemeditor. |
||
− | ** There is a setting in postlocal.conf which allows you to determine which links to editors are displayed in the left margin. (You can hide the more experimental browsers if you wish.) |
||
− | ** Homework editor pages |
||
− | ** Classlist editor pages |
||
− | ** PGProblemEditor pages |
||
− | ** LibraryBrowser pages |
||
− | *** There are now three alternatives for browsing the collection of problems (WeBWorK Open Problem Library or OPL for short. Formerly called NPL) |
||
− | |||
− | * Add basic support for using WeBWorK on the ipad. This makes WeBWorK useable on an ipad and iphone but it has not yet been optimized for ipad use. |
||
− | * Dates, Time and Timezones |
||
− | ** pop up menu date entry for some (not all) date entry in HmwkEditor2 |
||
− | * Localization |
||
− | * Authorization |
||
− | ** Add module for authorizing using the shibboleth module. |
||
− | ** LTI standard interface installed allowing for WeBWorK integration into Course Management Systems using that standard. (thanks to Bill Wheeler) |
||
− | * More changes under the hood |
||
− | ** webwork webservice: Upgrades to the to serve LibraryBrowser |
||
− | ** webwork webservice: Allow option to assign homework when user is added via web service (John Hsu at UBC) |
||
− | ** webwork webservice: Allow course creation via webservice (John Hsu at UBC) |
||
== Release notes for PG 2.5.2 == |
== Release notes for PG 2.5.2 == |
||
* Under the hood |
* Under the hood |
||
− | ** Improvements to the PG warning and debug message channels |
||
Latest revision as of 13:00, 22 April 2022
This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility.
This feature was deprecated in version 2.6. This release was too ambitious. Many of the features have been rolled in to releases 2.6 and release 2.7 . 9
WeBWorK Online Homework Delivery System Version 2.5.2 Copyright 2000-2012, The WeBWorK Project All rights reserved. Details ------- Beta release date: August, 2012 Github repository: https://github.com/openwebwork/webwork2-dev (as of Sept 7, 2012) Modules: webwork2 pg
Warning : | The ww2.5.2 release is not yet ready for prime time! |
Software repo
This repo is currently in openwebwork/webwork2-dev branch: ww2.5.2
Upgrading from ww2.5.1 will require:
- Replacing the current database.conf with database.conf.dist (assuming you have made no changes to your local database.conf version)
- new tables and fields have been added for the essayQuestion feature.
- Upgrading the tables by visiting the admin page -- which will create a showPastAnswers table
- This replaces the showPastAnswers logs and also supports the essayQuestion feature.
New features for WW2.5.2
- Highlights
Release notes for PG 2.5.2
- Under the hood