-
-
Notifications
You must be signed in to change notification settings - Fork 166
added Shibboleth authentication module #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
Closed
Closed
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
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6291 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6293 c0722133-6baf-4dd8-8699-98d999cd4f06
…of non-TeX string) git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6295 c0722133-6baf-4dd8-8699-98d999cd4f06
changes here need to wait for a larger over haul of how PG reports errors git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6303 c0722133-6baf-4dd8-8699-98d999cd4f06
…swer evaluator is not a MathObject git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6305 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6306 c0722133-6baf-4dd8-8699-98d999cd4f06
Corrected typo which prevented the course names listed on the front page of admin from being linked to their courses. git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6309 c0722133-6baf-4dd8-8699-98d999cd4f06
…on the front page. git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6311 c0722133-6baf-4dd8-8699-98d999cd4f06
…a and flash applets. Sometimes there will be a failure for the applet to load, followed by a successful load -- there is apparently still a race condition in determining whether an applet - particularly a flash applet -- is ready git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6317 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6326 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6328 c0722133-6baf-4dd8-8699-98d999cd4f06
http://webwork.maa.org/wiki/Available_Functions git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6329 c0722133-6baf-4dd8-8699-98d999cd4f06
Added MAA logo timestamp now gives local time, not server time allow @ in user name added support for alternative archive paths added support for WARNING_MESSAGE and DEBUG_MESSAGE channels git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6348 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6349 c0722133-6baf-4dd8-8699-98d999cd4f06
…rver) is specified in global.conf git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6350 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6351 c0722133-6baf-4dd8-8699-98d999cd4f06
… access to the Util.pm formatDateTime subroutine. Since an intelligent formatDateTime method exists in ContentGenerator I've redirected Feedback.pm as a subclass to use that instead. I also simplified the implimentation for fformatting the date in the timestamp simultaneously. git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6352 c0722133-6baf-4dd8-8699-98d999cd4f06
Corrected bug which caused error only in Feedback.pm which had direct access to the Util.pm formatDateTime subroutine. Since an intelligent formatDateTime method exists in ContentGenerator I've redirected Feedback.pm as a subclass to use that instead. I also simplified the implimentation for fformatting the date in the timestamp simultaneously. git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6353 c0722133-6baf-4dd8-8699-98d999cd4f06
(note that the instructor cannot unarchive the course. To emphasize this the course is prefixed with 'archived_course': archived_course_course_name.tar.gz and the prefix has to be removed from the tar.gz file and it has to be transferred to the courses directory before the course can be unarchived. git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6355 c0722133-6baf-4dd8-8699-98d999cd4f06
…ng timestamp according to local time zone git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6360 c0722133-6baf-4dd8-8699-98d999cd4f06
line left in my mistake. git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6361 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6366 c0722133-6baf-4dd8-8699-98d999cd4f06
changes to support applets changes in how answers are stored git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6367 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6371 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6373 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6375 c0722133-6baf-4dd8-8699-98d999cd4f06
when you change versions of Storable. removed lines from WeBWorK.pm that attempted to solve the Inequalities::common problem they weren't really doing any good. The basic problem is that we need a line: use Inequalities::common before the @isa() statement -- unfortunately we've barred the use of "use" in Safe. :-( git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6379 c0722133-6baf-4dd8-8699-98d999cd4f06
…blem git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6388 c0722133-6baf-4dd8-8699-98d999cd4f06
…edback git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6389 c0722133-6baf-4dd8-8699-98d999cd4f06
…st viewing problem git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@6390 c0722133-6baf-4dd8-8699-98d999cd4f06
removed some tr: lines git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@7117 c0722133-6baf-4dd8-8699-98d999cd4f06
…d up the object chain to WeBWorK::Localize to be handled. In particular this means that the subroutine negquant now works as expected. (Bug reported by Ben Walter) git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@7118 c0722133-6baf-4dd8-8699-98d999cd4f06
…sting strings. git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@7119 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@7121 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@7124 c0722133-6baf-4dd8-8699-98d999cd4f06
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@7126 c0722133-6baf-4dd8-8699-98d999cd4f06
xcompass
pushed a commit
to xcompass/webwork2
that referenced
this pull request
May 15, 2012
latest developments on my end
whytheplatypus
added a commit
that referenced
this pull request
Jun 11, 2012
documentation start…. and testing the dev branch
aubreyja
added a commit
that referenced
this pull request
Jun 11, 2012
mgage
added a commit
that referenced
this pull request
Aug 23, 2012
Include peter's changes to classlist3
mgage
pushed a commit
that referenced
this pull request
Jul 23, 2018
drdrew42
referenced
this pull request
in drdrew42/webwork2
Feb 20, 2019
mgage
pushed a commit
that referenced
this pull request
Dec 29, 2019
Implement changes suggested in my review of PR #988.
mgage
pushed a commit
that referenced
this pull request
Feb 27, 2020
drgrice1
pushed a commit
that referenced
this pull request
Mar 2, 2021
Suggestions to improve the graphTool javascript
pstaabp
pushed a commit
that referenced
this pull request
May 27, 2022
Fix the score update in the navigation with problem randomization.
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.
Please ignore this pull request. Something got messed up. I'll send a new one.