Difference between revisions of "Release notes for WeBWorK 2.5.2"

From WeBWorK_wiki
Jump to navigation Jump to search
(Created page with "<pre> WeBWorK Online Homework Delivery System ...")
 
 
(18 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-dev pg-dev
+
Modules: webwork2 pg
 
</pre>
 
</pre>
   
   
  +
{{Warning | The ww2.5.2 release is not yet ready for prime time!}}
   
== New features for 2.5.2 ==
 
  +
  +
  +
  +
== 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
 
* Highlights
** MathAchievements module added. When turned on it provides "gamefication" for WeBWorK.
 
  +
** '''New config''' files that once set up will simplify upgrades in the future.
 
  +
== Release notes for PG 2.5.2 ==
** New features for Admin courses editor page.
 
  +
* Under the hood
** Experimental editor pages: HmwkEditor1,2;,ClasslistEditor1,2; PGProblemEditor1,2,3
 
  +
** Basic support for the ipad.
 
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
[[Category:Release Notes]]

Latest revision as of 14:00, 22 April 2022


This article has been retained as a historical document. It is not up-to-date and the formatting may be lacking. Use the information herein with caution.
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