Skip to content
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

Develop wwclientsup8 #672

Merged
merged 34 commits into from
Mar 2, 2016
Merged

Commits on Dec 27, 2015

  1. Commenting out, temporarily, calls to mod_perl.pm and MP2 which are n…

    …ot always set by standalone editor.
    
    Should we continue to support apache 1? or just move entirely to apache2?
    mgage committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    26a01fe View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

  1. Configuration menu
    Copy the full SHA
    939a69f View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Configuration menu
    Copy the full SHA
    db89f64 View commit details
    Browse the repository at this point in the history
  2. add new formatting files

    mgage committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    a79fd55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44adcb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2015

  1. Configuration menu
    Copy the full SHA
    521cd00 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2016

  1. Configuration menu
    Copy the full SHA
    255498a View commit details
    Browse the repository at this point in the history
  2. Add small script that will redirect a text file in Bbedit through the…

    … sendxmlrpc client.
    
    This is a sample -- something similar, but definitely not identical, can be used to connect other editors to the client.
    mgage committed Jan 1, 2016
    Configuration menu
    Copy the full SHA
    498e3c1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop_wwclientsup5' into develop_wwclientsup8

    # Conflicts:
    #	lib/WebworkClient.pm
    mgage committed Jan 1, 2016
    Configuration menu
    Copy the full SHA
    f791c02 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Configuration menu
    Copy the full SHA
    726dcb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a7b2f View commit details
    Browse the repository at this point in the history
  3. Respond to bug fix requests

    mgage committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    0eed8ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1079210 View commit details
    Browse the repository at this point in the history
  5. Clean up -- responding to bugs

    mgage committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    21cfce3 View commit details
    Browse the repository at this point in the history
  6. Merge commit 'e1f1b6e0da16a3c9e25605351aae975da066f535' into develop_…

    …wwclientsup8
    
    # Conflicts:
    #	lib/WeBWorK/ContentGenerator/instructorXMLHandler.pm
    #	lib/WebworkClient.pm
    #	lib/WebworkWebservice.pm
    mgage committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    62c48f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2016

  1. Merge branch 'origin_develop' into develop_wwclientsup8

    # Conflicts:
    #	lib/WeBWorK/ContentGenerator/instructorXMLHandler.pm
    mgage committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    5908441 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Configuration menu
    Copy the full SHA
    6e8616c View commit details
    Browse the repository at this point in the history
  2. Remove FormatRenderedProblem.pm for now -- it will eventually be refa…

    …ctored with WebworkClient.pm but that hasn't happened yet.
    
    A copy  is used in the standalone project
    mgage committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    47f74a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901530e View commit details
    Browse the repository at this point in the history
  4. Allow simple.template to be used for course homepage, for the homewor…

    …k set page as well as for an individual problem. Also allow other templates besides those named simple/gateway/system to be used. (e.g. plain.template which is simply a link to simple.template)
    mgage committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    e5c4161 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fe08c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Configuration menu
    Copy the full SHA
    58692e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    157ed84 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2016

  1. Report error unless displayMode, userID, courseID and problemSeed are…

    … all non-empty strings.
    
    ProblemSeed=0 is considered to be an empty string.
    mgage committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    30a7b92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede3c06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f6e6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a60086 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b66257c View commit details
    Browse the repository at this point in the history
  6. Update test file for comparing appearance of simple template used via…

    … xmlrpc (through WebworkClient) and via ContentGenerator (standard webwork2 interface).
    mgage committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    7606b6d View commit details
    Browse the repository at this point in the history
  7. Fix extraneous display of Show: when there are only hints or solution…

    …s to be shown. (The introduction of knows changes when the showHint and showSolution checkbox are displayed. Even if knowls is disabled the checkboxes already display "show hints" and "show solutions" as labels. )
    mgage committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    d589bb8 View commit details
    Browse the repository at this point in the history
  8. Moved more configuration to the ww_credentials.dist file. Check that …

    …configurations can be made in that file and that the lack of a configuration is either reported or replaced with a sensible default. (The webwork displayMode defaults to "MathJax" for example.)
    
    The hash output modes print directly to STDOUT -- one can pipe this through less if desired, or use the output in otherwise. The output continues to be pretty printed.
    
    It is possible to set the log file path using --log=path_to_log_file.  The path defaults to ...../webwork2/DATA/xmlrpc_results.log
    mgage committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    f02b82b View commit details
    Browse the repository at this point in the history
  9. Merge branch 'myclients8' of https://github.com/goehle/webwork2 into …

    …develop_wwclientsup8
    mgage committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    d222e18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f89767f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Configuration menu
    Copy the full SHA
    6ab62d3 View commit details
    Browse the repository at this point in the history