Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
c7830d1
Tweaking how UTF8 encoding is done.
goehle Jun 20, 2016
7f6a18a
Adding more UTF8 support.
goehle Jun 20, 2016
5c20361
Cleanup
goehle Jun 20, 2016
a54c760
Added support for utf8 on xml
goehle Jun 21, 2016
5c44802
Encoded results from freeze so they don't become long utf8 characters…
goehle Jun 21, 2016
fa1f954
Fix some broken css
goehle Jun 21, 2016
ad37eb1
small change.
goehle Jun 21, 2016
0073969
Added hardcopy support (assumin gyou have the fonts installed and ena…
goehle Jun 21, 2016
45f8bc1
Tracking down more open commands.
goehle Jun 21, 2016
7998565
corrected file encodings
heiderich Jul 15, 2016
eeb63a3
Merge branch 'convert_to_utf8_encoding' of https://github.com/heideri…
goehle Jul 15, 2016
e8b9947
added [qw(Encode::Encoding)] to ${pg}{modules}) in defaults.config as…
heiderich Aug 3, 2016
ceb43be
Merge pull request #14 from heiderich/Encode-error
goehle Aug 3, 2016
e1b5553
Merge branch 'add_maketext_calls_to_achievements' of https://github.c…
goehle Aug 4, 2016
70ae45a
Merge branch 'locbug' of https://github.com/goehle/webwork2 into locbug
goehle Aug 4, 2016
80b663e
Merge branch 'develop' of https://github.com/openwebwork/webwork2 int…
goehle Aug 4, 2016
f2b1564
Merge branch 'develop' of https://github.com/openwebwork/webwork2 int…
goehle Aug 4, 2016
b0bfe73
Freeze/thaw to base64 because mysql fields are varchar
goehle Aug 4, 2016
200c5b8
update localization files.
goehle Aug 4, 2016
ea7147f
Support for transition to freeze_base64
goehle Aug 4, 2016
3d3795c
Polishing error handling
goehle Aug 4, 2016
eaf0f2f
Misspelled method.
goehle Aug 15, 2016
239790f
Merge branch 'locbug' of https://github.com/goehle/webwork2 into locbug
goehle Aug 15, 2016
1b083a0
Used utf8::valid when I should have used utf8::is_utf8
goehle Aug 17, 2016
6e2fbfd
Whoops.
goehle Aug 17, 2016
e85eb00
Wrong maketext
goehle Aug 17, 2016
054666f
Merge branch 'locbug' of https://github.com/goehle/webwork2 into deve…
mgage Jul 30, 2017
7541f5d
local experimental changes
mgage Jul 31, 2017
20c3237
add utf-8 support to OPL-update (needs testing)
heiderich Dec 28, 2016
4bee27e
add use utf8; to WWSafe.pm
mgage Aug 1, 2017
bbec446
Remove test messages from system.template and Problem.pm
mgage Aug 2, 2017
35d9b8b
decode $authen_error (thanks @jutrembBDEB)
heiderich Aug 4, 2017
67f18ff
Correcting anomalies in utf8 characters
Aug 4, 2017
49c10f0
Change uri_escape to uri_escape_utf8 in status_message.
Aug 5, 2017
154ec00
replace uri_escape by uri_escape_utf8
heiderich Aug 6, 2017
44c8c98
replacing more uri_escape by uri_escape_utf8
Aug 6, 2017
a148fe7
Adding utf8 support for simple.conf file and corrected maketext on pe…
Aug 7, 2017
221844e
Merge branch 'develop_uft8_ver3' into develop_utf8_ver3
heiderich Aug 10, 2017
31f0c87
Merge pull request #1 from CCDMD/develop_utf8_ver3
heiderich Aug 10, 2017
e6545d6
fix spacing
heiderich Aug 10, 2017
15a7992
add missing maketext call
heiderich Aug 27, 2017
95cbe78
add support for the UTF-8 euro symbol in pg files
heiderich Sep 2, 2017
e63662e
undo debugging changes
heiderich Sep 11, 2017
d24b860
add execuse "SET NAMES 'utf8';" to properly deal with UTF-8 characters
heiderich Nov 13, 2017
ac90685
upgrade strings using utf8::upgrade
heiderich Nov 13, 2017
5758400
Modified the math4 template files to set the LANG attribute for the main
May 8, 2018
e4b6358
Same LANG and DIR attribute change to math4/lbtwo.template.
May 8, 2018
cbca78f
Call output_problem_lang_and_dir() in the DIV element which
May 9, 2018
9a33296
Call output_problem_lang_and_dir() in the DIV element which
May 9, 2018
1738410
Add CSS override to force CodeMirror to be in LTR direction, as
May 9, 2018
83a48ad
This is an early version of the Perl code for the function
May 9, 2018
53a55cf
Added new config setting $perProblemLangAndDirSettingMode
May 10, 2018
74a8ce1
Moved the code to select problem language and direction into a Util
May 10, 2018
732cf21
Make use of the new Util function Util function get_problem_lang_and_…
May 10, 2018
d7349da
Some changes to the doc2 value for perProblemLangAndDirSettingMode.
May 10, 2018
8e7a07a
UTF-8 euro symbol support in oneColumn preamble
heiderich May 22, 2018
700b6ba
Added the perProblemLangAndDirSettingMode setting block to
May 30, 2018
cb362bb
Merge branch 'develop_international' into develop_uft8_ver3
mgage Jul 23, 2018
efafbba
Merge pull request #800 from heiderich/develop_uft8_ver3
mgage Jul 23, 2018
ca246f9
Merge pull request #850 from taniwallach/Add_lang_and_direction_to_ma…
mgage Jul 23, 2018
e013192
Merge pull request #851 from taniwallach/Add_lang_and_direction_to_pr…
mgage Jul 23, 2018
f792915
Merge branch 'develop_international' into support_for_utf-8_euro_symb…
mgage Jul 23, 2018
47b67ac
Merge pull request #805 from heiderich/support_for_utf-8_euro_symbol_…
mgage Jul 23, 2018
082d545
Merge branch 'tani_sendxmlrpc_patch2' of https://github.com/taniwalla…
mgage Jul 24, 2018
5a1b648
Merge branch 'wiriseditoranswer' of https://github.com/manuelwiris/we…
mgage Jul 24, 2018
4a6e9d7
Changes to somewhat improve the debugging info for problems transmitt…
mgage Oct 6, 2018
dfa54fa
Changed copyright date and symbol (use ©)
mgage Oct 20, 2018
cf9ae88
Merge branch 'develop_international_updates' into develop_international
mgage Oct 21, 2018
618cd13
Merge branch 'develop_international' into develop
mgage Oct 21, 2018
dde6f68
get PG_VERSION correct as PG-2.14
mgage Oct 21, 2018
3872652
Don't read non-existence course files.
mgage Oct 21, 2018
ec25851
Update copyright and change copyright symbol to &copy to prevent utf8…
mgage Oct 21, 2018
216b6a1
Improve Utils::readFile so that it better detects files that are not …
mgage Oct 21, 2018
3e10efc
Update Dockerfile
mgage Oct 21, 2018
51b2ae0
Merge branch 'develop_candidate' into rel-2.14
mgage Oct 21, 2018
10ab162
Merge pull request #22 from mgage/rel-2.14
mgage Oct 21, 2018
89c61b7
remove use Mail::Sender
mgage Oct 21, 2018
76e1dd9
Merge pull request #904 from mgage/master
mgage Jan 1, 2019
bfbf026
preserve some local changes for now
mgage Jan 1, 2019
e26dceb
relabel with 'develop'
mgage Jan 1, 2019
a519cc3
Merge branch 'develop_candidate' into develop_w_develop_candidate+dev…
mgage Jan 2, 2019
a25ae07
fix merge conflict in version
mgage Jan 2, 2019
3da5e96
Merge branch 'develop_laptop' into develop_w_develop_candidate+develo…
mgage Jan 2, 2019
3f79439
Don't barf if the file to be read (e.g. simple.conf) doesn't exist.
mgage Jan 3, 2019
a57dddf
Fix error in opening taxonomy files. They should be opened for reading.
mgage Jan 4, 2019
b0b42bc
Add script updating copyright line and
mgage Jan 4, 2019
595f7d8
update usage comment
mgage Jan 4, 2019
3f2e055
switching hosted2 references back to demo.
mgage Jan 5, 2019
a7fed53
two more occurrences of hosted2
mgage Jan 5, 2019
e40070f
File '' uploaded successfully
goehle Jan 8, 2019
eca1bcf
Merge pull request #910 from openwebwork/goehle-uploaded-message
mgage Jan 8, 2019
7386472
Modify the main checkPassword() in lib/WeBWorK/Authen.pm to forbid ac…
taniwallach Jan 9, 2019
3f83a1b
Include Encode as a module which is shared with the Safe compartment
mgage Jan 9, 2019
2eb2a2d
Add link to WeBWorK/webwork2 library
mgage Jan 9, 2019
798331b
1. Fix the trim() function not to replace undef values,
taniwallach Jan 9, 2019
01cba1e
Merge pull request #23 from taniwallach/tani_forbid_whitespace_and_em…
mgage Jan 10, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN mkdir -p $APP_ROOT/courses $APP_ROOT/libraries $APP_ROOT/webwork2

# Block to include webwork2 in the container, when needed, instead of getting it from a bind mount.
# Uncomment when needed, and set the correct branch name on the following line.
#ENV WEBWORK_BRANCH=master # need a valid branch name from https://github.com/openwebwork/webwork2
#ENV WEBWORK_BRANCH=develop # need a valid branch name from https://github.com/openwebwork/webwork2
#RUN curl -fSL https://github.com/openwebwork/webwork2/archive/${WEBWORK_BRANCH}.tar.gz -o /tmp/${WEBWORK_BRANCH}.tar.gz \
# && cd /tmp \
# && tar xzf /tmp/${WEBWORK_BRANCH}.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion PG_VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$PG_VERSION ='PG-2.14';
$PG_VERSION ='develop';
$PG_COPYRIGHT_YEARS = '1996-2019';

1;
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Version 2.*
Branch: github.com/openwebwork

http://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.13
Copyright 2000-2017, The WeBWorK Project
http://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.14
Copyright 2000-2019, The WeBWorK Project
http://webwork.maa.org
All rights reserved.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

$WW_VERSION = 'WeBWorK-2.14';
$WW_VERSION = 'develop';
$WW_COPYRIGHT_YEARS = '1996-2019';

1;
11 changes: 7 additions & 4 deletions bin/OPL-update
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use File::Basename;
use Cwd;
use DBI;


#(maximum varchar length is 255 for mysql version < 5.0.3.
#You can increase path length to 4096 for mysql > 5.0.3)

Expand Down Expand Up @@ -93,9 +92,12 @@ my $dbh = DBI->connect(
{
PrintError => 0,
RaiseError => 1,
mysql_enable_utf8 => 1,
},
);

$dbh->prepare("SET NAMES 'utf8'")->execute();

my $libraryRoot = $ce->{problemLibrary}->{root};
$libraryRoot =~ s|/+$||;
my $libraryVersion = $ce->{problemLibrary}->{version};
Expand Down Expand Up @@ -346,7 +348,7 @@ my ($name,$pgfile,$pgpath);

#### First read in textbook information

if(open(IN, "$libraryRoot/Textbooks")) {
if(open(IN, '<:encoding(UTF-8)', "$libraryRoot/Textbooks")) {
print "Reading in textbook data from Textbooks in the library $libraryRoot.\n";
my %textinfo = ( TitleText => '', EditionText =>'', AuthorText=>'');
my $bookid = undef;
Expand Down Expand Up @@ -445,10 +447,10 @@ my $tagtaxo = [];
my ($chaplist, $seclist) = ([],[]);

my $canopenfile = 0;
if(open(IN, "$libraryRoot/Taxonomy2")) {
if(open(IN, '<:encoding(UTF-8)', "$libraryRoot/Taxonomy2")) {
print "Reading in OPL taxonomy from Taxonomy2 in the library $libraryRoot.\n";
$canopenfile = 1;
} elsif(open(IN, "$libraryRoot/Taxonomy")) {
} elsif(open(IN, '<:encoding(UTF-8)', "$libraryRoot/Taxonomy")) {
print "Reading in OPL taxonomy from Taxonomy in the library $libraryRoot.\n";
$canopenfile = 1;
} else {
Expand Down Expand Up @@ -516,6 +518,7 @@ if($canopenfile) {
my $webwork_htdocs = $ce->{webwork_dir}."/htdocs";
my $file = "$webwork_htdocs/DATA/tagging-taxonomy.json";
open(OUTF, ">$file") or die "Cannot open $file";
binmode(OUTF,':encoding(UTF-8)');
print OUTF to_json($tagtaxo,{pretty=>1}) or die "Cannot write to $file";
close(OUTF);
print "Saved taxonomy to $file.\n";
Expand Down
3 changes: 1 addition & 2 deletions bin/addcourse
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright � 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/addcourse,v 1.20 2006/12/09 03:29:56 sh002i Exp $
# Copyright &copy; 2000-2018 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
Expand Down
2 changes: 1 addition & 1 deletion bin/check_latex.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% WeBWorK Online Homework Delivery System
% Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
% Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
% $CVSHeader: webwork2/bin/check_latex.tex,v 1.2 2004/10/06 21:09:33 gage Exp $
%
% This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/delcourse
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/delcourse,v 1.4 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/dump_past_answers
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##############################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwdb,v 1.13 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
14 changes: 14 additions & 0 deletions bin/fix_copyright.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh
sed -i .bak '/Copyright/c\
# Copyright &copy; 2000-2019. The WeBWorK Project. https://github.com/openwebwork/webwork2\
' $1



#obtained by trial and error after much toil -- mostly error.
# this version works on a mac
# the space after -i might need to be removed for linux.
# produces $1.bak file

# use with the find command:
# find . -name course.conf -exec /opt/webwork/webwork2/bin/fix_copyright.sh {} ';'
2 changes: 1 addition & 1 deletion bin/integrity_check.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwdb_upgrade,v 1.17 2007/08/13 22:59:50 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/newpassword
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/newpassword,v 1.3 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/old_scripts/timing
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/timing,v 1.5 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/old_scripts/wwaddindexing
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwaddindexing,v 1.3 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/old_scripts/wwdb_addgw
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwdb_addgw,v 1.3 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/old_scripts/wwdb_check
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwdb_check,v 1.7 2006/08/14 17:23:56 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/old_scripts/wwdb_upgrade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwdb_upgrade,v 1.16 2007/07/22 05:24:20 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/pg-append-textbook-tags
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/pg-append-textbook-tags,v 1.1 2007/10/17 16:56:16 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/pg-find-tags
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/pg-find-tags,v 1.1 2007/10/17 16:56:16 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/pg-pull
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/pg-pull,v 1.3 2007/10/22 20:32:38 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/remove_stale_images
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/remove_stale_images,v 1.7 2008/06/24 22:54:03 gage Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/setfilepermissions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/newpassword,v 1.3 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/update-OPL-statistics
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##############################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwdb,v 1.13 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/upgrade_admin_db.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwdb,v 1.13 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/upload-OPL-statistics
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##############################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwdb,v 1.13 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/wwapache2ctl.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwapache2ctl.dist,v 1.3 2007/08/13 22:59:50 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/wwapachectl.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwapachectl.dist,v 1.17 2006/05/31 18:25:18 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/wwdb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwdb,v 1.13 2006/01/25 23:13:45 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion bin/wwsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/bin/wwsh,v 1.10 2006/05/31 01:07:25 gage Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
3 changes: 2 additions & 1 deletion clients/sendXMLRPC.pl
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ BEGIN
}
$ENV{MOD_PERL_API_VERSION} = 2;
use lib "$main::dirname";
print "home directory ".$main::dirname;
#use lib "."; # is this needed?

# some files such as FormatRenderedProblem.pm may need to be in the same directory
Expand All @@ -290,7 +291,7 @@ BEGIN
}

}

use lib "$WeBWorK::Constants::WEBWORK_DIRECTORY/lib";


use Carp;
Expand Down
2 changes: 1 addition & 1 deletion conf/database.conf.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright &copy; 2000-2018 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: webwork2/conf/database.conf.dist,v 1.38 2007/08/13 22:59:51 sh002i Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
Loading