Skip to content

Commit 4eb3202

Browse files
authored
Merge pull request #2781 from drgrice1/WeBWorK-2.20-back-to-develop
WeBWorK 2.20 back to develop
2 parents 33436c3 + 54d435c commit 4eb3202

File tree

275 files changed

+15
-3970
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+15
-3970
lines changed

DockerfileStage2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN echo Cloning branch $PG_BRANCH branch from $PG_GIT_URL \
3333

3434
# We need to change FROM before setting the ENV variables.
3535

36-
FROM webwork-base:forWW219
36+
FROM webwork-base:forWW220
3737

3838
ENV WEBWORK_URL=/webwork2 \
3939
WEBWORK_ROOT_URL=http://localhost:8080 \

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Online Homework Delivery System
33
Version 2.*
44

5-
Copyright 2000-2024, The WeBWorK Project
5+
Copyright 2000-2025, The WeBWorK Project
66

77
All rights reserved.
88

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Version 2.*
44
Branch: github.com/openwebwork
55

6-
https://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.19
7-
Copyright 2000-2024, The WeBWorK Project
6+
https://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.20
7+
Copyright 2000-2025, The WeBWorK Project
88
https://openwebwork.org/
99
All rights reserved.
1010

@@ -26,8 +26,6 @@ New users interested in getting started with their own WeBWorK server, or instru
2626

2727
## Information for Downloading
2828

29-
* The current version is WeBWorK-2.18 and its companion PG-2.18
30-
3129
* Installation manuals can be found at https://webwork.maa.org/wiki/Category:Installation_Manuals
3230

3331
## Information For Developers

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$WW_VERSION = '2.19+develop';
2-
$WW_COPYRIGHT_YEARS = '1996-2024';
1+
$WW_VERSION = '2.20+develop';
2+
$WW_COPYRIGHT_YEARS = '1996-2025';
33

44
1;

bin/OPL-update-legacy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ use DBI;
2828
my $taxo={};
2929
#my $taxsubs = [];
3030

31-
3231
### Data for creating the database tables
3332

3433
my %OPLtables = (

bin/OPLUtils.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
package OPLUtils;
32
use base qw(Exporter);
43

bin/addcourse

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
#!/usr/bin/env perl
2-
################################################################################
3-
# WeBWorK Online Homework Delivery System
4-
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
5-
#
6-
# This program is free software; you can redistribute it and/or modify it under
7-
# the terms of either: (a) the GNU General Public License as published by the
8-
# Free Software Foundation; either version 2, or (at your option) any later
9-
# version, or (b) the "Artistic License" which comes with this package.
10-
#
11-
# This program is distributed in the hope that it will be useful, but WITHOUT
12-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13-
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
14-
# Artistic License for more details.
15-
################################################################################
162

173
=head1 NAME
184

bin/change_user_id

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ unless($db->existsPermissionLevel($new_user_id)) {
6969
$db->addPermissionLevel($permission);
7070
}
7171

72-
7372
my @old_user_sets = $db->listUserSets($old_user_id);
7473
foreach(@old_user_sets) {
7574
my $set_id = $_;

bin/check_latex

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
#!/usr/bin/env perl
2-
################################################################################
3-
# WeBWorK Online Homework Delivery System
4-
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
5-
#
6-
# This program is free software; you can redistribute it and/or modify it under
7-
# the terms of either: (a) the GNU General Public License as published by the
8-
# Free Software Foundation; either version 2, or (at your option) any later
9-
# version, or (b) the "Artistic License" which comes with this package.
10-
#
11-
# This program is distributed in the hope that it will be useful, but WITHOUT
12-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13-
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
14-
# Artistic License for more details.
15-
################################################################################
162

173
=head1 NAME
184

bin/check_latex_article.tex

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2-
% WeBWorK Online Homework Delivery System
3-
% Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
4-
%
5-
% This program is free software; you can redistribute it and/or modify it under
6-
% the terms of either: (a) the GNU General Public License as published by the
7-
% Free Software Foundation; either version 2, or (at your option) any later
8-
% version, or (b) the "Artistic License" which comes with this package.
9-
%
10-
% This program is distributed in the hope that it will be useful, but WITHOUT
11-
% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12-
% FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
13-
% Artistic License for more details.
14-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15-
161
\documentclass[10pt]{article}
172

183
\usepackage{webwork2}

0 commit comments

Comments
 (0)