forked from mgage/retired--webwork2-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
update to latest webwork2-dev #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
awangberg
wants to merge
237
commits into
awangberg:master
Choose a base branch
from
openwebwork:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
passed by various LMSs and to improve coordination with Login.pm and Logout.pm.
to the webwork2/bin directory.
Conflicts: conf/global.conf.dist lib/WeBWorK/ContentGenerator.pm
Conflicts: conf/global.conf.dist
…in global.conf.dist
Conflicts: conf/global.conf.dist lib/WeBWorK/ContentGenerator.pm
This now corresponds to the conf files used in test.webwork.math.rochester master branch
to use the new configuration scheme (i.e., defaults.config, localOverrides.conf.dist, and authen_LTI.conf.dist), includes the shell program ww_purge_old_nonces, and updates Authen.pm, Authz.pm, LTIBasic.pm, Login.pm, and Logout.pm to the same versions that are in the SVN (with a few minor additions). This commit also aims to address in part the memory leaks in webwork2 by weakening the circular references to the request $r in Authen.pm, Authz.pm, ContentGenerator.pm, and URLPath.pm
Conflicts: conf/global.conf.dist
Pull Request to update the LTIBasic package and weaken several circular references.
changes supplied by Bill Wheeler
…work. You use the essay answers by making use of the PGessayanswer.pl macro You graade the answer by using the ProblemGrader which should appear automatically in the DetailSetList
This version has a different database schema. It's possible to upgrade courses to this but it might not be so easy to move them back to this.
Move conf/templates to conf/old_templates to avoid accidental references to old files Add link to code mirror to math, math2, math3
…new essayQuestion This also revises how past answers are handled. They use the database instead of a log file.
This also changes the way past_answers are stored. The are now stored in the database.
This avoids including codemirror2 in each theme. This change was made previously but was overwritten in a subsequent update.
This will cause some incompatibility for old courses. It may require you to reset whether a homework set is visible or not (once). It will also cause error messages in upgrade courses about extra fields in the database which are not in the schema (e.g. published) -- these can be ignored.
…le user These lines seem to have been inadvertently removed while updating the default structure.
This fixes abug discussed in http://webwork.maa.org/moodle/mod/forum/discuss.php?d=2562
sync ww2.5.1.1 with master
sync Ww2.5.1.1 and master
incorporate all updates to master into ww2.5.1.3
…OPL-update to swf files found in the problem library"
the file handles for searching the theme directory and the localize directory must be different
Updated mathjax submodule to point to v2.1 and updated .gitignore to ignore new htdocs/applets/*.swf symlinks intoduced by recent update to OPL-update
Adding Korean localization file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.