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

Test -- is there anything in this that needs to be preserved?? #8

Open
wants to merge 108 commits into
base: develop_plus_tableau
Choose a base branch
from

Commits on Dec 11, 2016

  1. Merge pull request openwebwork#287 from Alex-Jordan/niceTablesPatch

    bugfixes for niceTables.pl
    mgage authored Dec 11, 2016
    Configuration menu
    Copy the full SHA
    8982a83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#288 from Alex-Jordan/MBX-mods-to-PGbas…

    …icmacros
    
    Adjustments to PGbasicmacros.pl for compatibility with MathBook XML
    mgage authored Dec 11, 2016
    Configuration menu
    Copy the full SHA
    47583ef View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

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

Commits on Jan 20, 2017

  1. Merge pull request openwebwork#294 from dlglin/master

    Fix issue where test_at is ignored if upToConstant is used
    dpvc authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    f10279a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

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

Commits on Jul 7, 2017

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

Commits on Jul 20, 2017

  1. add mph to units

    Alex-Jordan committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    db091be View commit details
    Browse the repository at this point in the history
  2. add % to units

    Alex-Jordan committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    c403519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9fc620 View commit details
    Browse the repository at this point in the history
  4. code typo

    Alex-Jordan committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    0413bef View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    73356d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    144b7fb View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. introduce BLTR and ELTR for "left to right" environments

    Purpose: In HTML pages with global dir="rtl" setting (for instance in an
    arabic or hebrew environment) one may still want mathematical formulas
    to be printed from left to right.
    heiderich committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    1655360 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Configuration menu
    Copy the full SHA
    f7d31a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70e1509 View commit details
    Browse the repository at this point in the history
  3. unit test for percent

    Alex-Jordan committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    209846a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Configuration menu
    Copy the full SHA
    2585cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131bed9 View commit details
    Browse the repository at this point in the history
  3. add 'dir="auto"' to <input> elements

    This assures that the direction is automatically detected. In a global
    RTL setting entering ASCII characters should lead to a LTR direction. If
    entering characters in languages that are traditionally written in the
    RTL direction, the direction should be RTL.
    
    See also: https://www.w3schools.com/tags/att_global_dir.asp
    
    An alternative setting would be "ltr" for the moment, since most input
    will be left to right. But this would probably lead to problem in case
    of problems that require the student to write down a proof or some other
    form of "free text" in languages that are written from right to left. So
    I propose the "auto" setting.
    heiderich committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    b65a70a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

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

Commits on Oct 14, 2017

  1. Fix checks for scalar multiplication to not have to stringify the val…

    …ue if it is already a Real or Complex number.
    dpvc committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    334315b View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#330 from dpvc/fix-number-check

    Fix checks for scalar multiplication to not have to stringify the val…
    mgage authored Oct 14, 2017
    Configuration menu
    Copy the full SHA
    9e0930c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Fix reduction rule for x^(-1) to not reduce matrices, and extend it t…

    …o x^(-a) for any constant power
    dpvc committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    fcf8c08 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Remove commented out code.

    Accepting the recommendations of the reviewer.  Thanks @dsteinmo
    mgage committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    1082884 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#324 from mgage/develop_update_for_drag…

    …gable
    
    Modify warning messages
    mgage authored Nov 17, 2017
    Configuration menu
    Copy the full SHA
    1660703 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Configuration menu
    Copy the full SHA
    1c3a88f View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#332 from heiderich/Matices_to_Matrices

    Matices to matrices
    jwj61 authored Nov 20, 2017
    Configuration menu
    Copy the full SHA
    1dd61f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2017

  1. Configuration menu
    Copy the full SHA
    e455781 View commit details
    Browse the repository at this point in the history
  2. Fix a typo and change defaults

    jwj61 committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    7b6585d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Configuration menu
    Copy the full SHA
    6230c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9838731 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    b6989cb View commit details
    Browse the repository at this point in the history
  2. Add support for ions and states to the Reaciton context, and update t…

    …he heavy atoms to their official names.
    dpvc committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    00ce5f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

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

Commits on Dec 30, 2017

  1. Merge pull request openwebwork#313 from Alex-Jordan/unit-words

    add full word options for some units
    mgage authored Dec 30, 2017
    Configuration menu
    Copy the full SHA
    985ff70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d3a1df View commit details
    Browse the repository at this point in the history
  3. Merge pull request openwebwork#331 from dpvc/fix-power-reduce

    Fix reduction rule for negative powers
    mgage authored Dec 30, 2017
    Configuration menu
    Copy the full SHA
    7f67b89 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openwebwork#333 from dpvc/fix-matrix-errors

    Improve error messages for non-invertible matrices
    mgage authored Dec 30, 2017
    Configuration menu
    Copy the full SHA
    43745d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openwebwork#335 from dpvc/fix-default-context

    Make sure initial context is Numeric
    mgage authored Dec 30, 2017
    Configuration menu
    Copy the full SHA
    ed8c717 View commit details
    Browse the repository at this point in the history
  6. Merge pull request openwebwork#334 from dpvc/update-reaction

    Add support for ions and states to the Reaciton context
    mgage authored Dec 30, 2017
    Configuration menu
    Copy the full SHA
    c874867 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac8b081 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50abd18 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28ba783 View commit details
    Browse the repository at this point in the history
  10. Change default for vector

    jwj61 committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    2911251 View commit details
    Browse the repository at this point in the history
  11. Merge pull request openwebwork#326 from jwj61/customizelatex

    Tidying up addition of customizeLaTeX
    mgage authored Dec 30, 2017
    Configuration menu
    Copy the full SHA
    29c4c15 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

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

Commits on Jan 2, 2018

  1. Merge pull request openwebwork#323 from heiderich/BLTR-ELTR

    introduce BLTR and ELTR for "left to right" environments
    mgage authored Jan 2, 2018
    Configuration menu
    Copy the full SHA
    520237d View commit details
    Browse the repository at this point in the history
  2. PTX support for WeBWorK

    Alex-Jordan committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    bfd0a5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3832a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bae640e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16b9c7d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Merge pull request openwebwork#339 from heiderich/more_customizeLaTeX…

    …_subroutines_for_linear_algebra
    
    I am open, as well, to additional commented versions and/or changes in the defaults.
    jwj61 authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    4608ffa View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#327 from Alex-Jordan/ptx

    PreTeXt support
    mgage authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    8c0860d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

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

Commits on Jan 6, 2018

  1. Merge pull request openwebwork#341 from dpvc/fix-lists

    Fix problem with empty lists.
    mgage authored Jan 6, 2018
    Configuration menu
    Copy the full SHA
    af17dad View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    1af1443 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#343 from heiderich/typo_in_contextLimi…

    …tedNumeric
    
    correct typo in macros/contextLimitedNumeric.pl
    dpvc authored Feb 6, 2018
    Configuration menu
    Copy the full SHA
    9279653 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Fixed bugs in rref(), elem_matrix_row_mult(), row_mult(), apply_fract…

    …ion_to_matrix_entries(). These did not work correctly for 1xm-matrices. More generally, use Matrix(\@m) instead of Matrix(@m), because the latter behaves incorrectly when @m is an array of length 1.
    selinger committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    08d7931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc79810 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Merge pull request openwebwork#344 from selinger/matrix-bugs

    Matrix bugs
    dpvc authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    10d9967 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. corrected typo

    heiderich committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    88a90a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. typo

    heiderich committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    235b2f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. typo (space)

    heiderich committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    eeb9ad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

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

Commits on Apr 2, 2018

  1. Configuration menu
    Copy the full SHA
    b227b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf6ffd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

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

Commits on Apr 14, 2018

  1. Configuration menu
    Copy the full SHA
    84af109 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#349 from heiderich/typo_contextLimited…

    …Numeric
    
    Looks like a clear fix in the documentation.  I see no reason not to merge right away.
    jwj61 authored Apr 14, 2018
    Configuration menu
    Copy the full SHA
    e6b3aec View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. add maketext calls in macros/problemRandomize.pl

    IkiWiki committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    ede4534 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Add protecting <div> around the geogebra object. The geogebra javaScr…

    …ipt modifies the style of the second enveloping <div> containing the geogebra object. Specifically it sets the height and width. If the <div> contains other material besides the geogebra object these values for the height and width will be incorrect causing overlapping outputs.
    mgage committed May 3, 2018
    Configuration menu
    Copy the full SHA
    13bb849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5dfcdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7996ae5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Merge pull request openwebwork#355 from mgage/geogebra_hotfix

    Geogebra hotfix
    mgage authored May 13, 2018
    Configuration menu
    Copy the full SHA
    ba120fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#347 from selinger/bug-fixes

    Bugfix: macros should not set global variables $n, $i, $j, $s
    mgage authored May 13, 2018
    Configuration menu
    Copy the full SHA
    9345460 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Merge pull request openwebwork#351 from heiderich/maketext_in_problem…

    …Randomize
    
    add maketext calls in macros/problemRandomize.pl
    mgage authored May 14, 2018
    Configuration menu
    Copy the full SHA
    bab890a View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#345 from heiderich/typo_in_contextPerm…

    …utation
    
    corrected typo
    mgage authored May 14, 2018
    Configuration menu
    Copy the full SHA
    e839e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17adc9e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Merge pull request openwebwork#348 from dpvc/ln-e-reduction

    Ln e reduction
    mgage authored May 16, 2018
    Configuration menu
    Copy the full SHA
    d5c25be View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#353 from Alex-Jordan/disc

    implement PGML explicit disc
    mgage authored May 16, 2018
    Configuration menu
    Copy the full SHA
    1a891ea View commit details
    Browse the repository at this point in the history
  3. Merge pull request openwebwork#352 from Alex-Jordan/sidebyside

    In PTX output, merge consecutive sidebysides into one
    mgage authored May 16, 2018
    Configuration menu
    Copy the full SHA
    24b49e3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Configuration menu
    Copy the full SHA
    483753d View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#357 from d-torrance/fix-typo

    Fix typo in radio button error message.
    jwj61 authored May 22, 2018
    Configuration menu
    Copy the full SHA
    c720517 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. PGML true display math

    Alex-Jordan committed May 30, 2018
    Configuration menu
    Copy the full SHA
    2802880 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

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

Commits on Jun 1, 2018

  1. Cleaned up sage.pl for pull request according to comments

    1. fixed "top_test" typo in sageCalculatorPad
    2. added hide: option to hid the "share" permalink button
    3. added POD documentation for top level functions
    4. Added explanatory comments for obscure code, or code handling legacy conditions from older problems
    5. Removed #mycell div support from sageCalculatorPad
    mgage committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    1869a4f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Modify documentation

    mgage committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    285769c View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#329 from mgage/develop_sagefix

    Develop sagefix
    mgage authored Jun 3, 2018
    Configuration menu
    Copy the full SHA
    4fa4763 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into develop_328

    # Conflicts:
    #	macros/MatrixReduce.pl
    
    fixed.
    mgage committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    e911b66 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openwebwork#338 from mgage/develop_328

    Develop 328
    mgage authored Jun 3, 2018
    Configuration menu
    Copy the full SHA
    e935f2b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    dbd56e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    026427f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80379fb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    c6a0436 View commit details
    Browse the repository at this point in the history
  2. Fix typo in PGmatrixmacros.pl

    mgage committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    cfbca5f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop_PGbasic_fix' of https://github.com/mgage/pg int…

    …o develop_PGbasic_fix
    mgage committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    abe27fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request openwebwork#360 from mgage/develop_PGbasic_fix

    fix typos in PTX_cleanup in PGbasicmacros.pl
    mgage authored Jun 13, 2018
    Configuration menu
    Copy the full SHA
    ff854d1 View commit details
    Browse the repository at this point in the history
  5. Format comment properly.

    mgage committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    4826aeb View commit details
    Browse the repository at this point in the history
  6. Merge pull request openwebwork#363 from mgage/develop_PGmorematrix_fix

    Format comment properly.
    mgage authored Jun 13, 2018
    Configuration menu
    Copy the full SHA
    1e17dd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Merge pull request openwebwork#358 from Alex-Jordan/PGML-displaymath

    PGML true display math
    mgage authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    7e38434 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#359 from Alex-Jordan/graphLabels

    font options for graph labels
    mgage authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    51d0969 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

  1. Update copyright

    mgage committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    c93196e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

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

Commits on Jul 22, 2018

  1. Configuration menu
    Copy the full SHA
    178db8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd051f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Merge pull request openwebwork#365 from dpvc/fix-num-with-unit

    Make sure saved correct answer has units in NumberWithUnits()
    mgage authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    aade52c View commit details
    Browse the repository at this point in the history
  2. Merge pull request openwebwork#366 from dpvc/PGML-pre-fix

    Fix crash when preformatted text is used in a list
    mgage authored Jul 23, 2018
    Configuration menu
    Copy the full SHA
    d383a1f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

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