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

Rel pg 2.14 #364

Merged
merged 118 commits into from Dec 30, 2018
Merged

Rel pg 2.14 #364

merged 118 commits into from Dec 30, 2018

Commits on Jun 27, 2017

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

Commits on Jul 7, 2017

  1. 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
    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
    Copy the full SHA
    c403519 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e9fc620 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    27e1f7c View commit details
    Browse the repository at this point in the history
  5. code typo

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

Commits on Aug 2, 2017

  1. Copy the full SHA
    7e91f69 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ec951d6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    db2b07f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #318 from openwebwork/PG-213a

    Pg 213a
    mgage committed Aug 2, 2017
    Copy the full SHA
    ce6275e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f5957ff View commit details
    Browse the repository at this point in the history
  6. Merge pull request #316 from Alex-Jordan/image-aspect-ratio

    allow omission of height from image subroutine and preserve aspect ratio
    mgage committed Aug 2, 2017
    Copy the full SHA
    a140ed5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #320 from dpvc/matrix-patch

    Fix problem with using identity matrix as a constant
    mgage committed Aug 2, 2017
    Copy the full SHA
    5f89e9c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #321 from dpvc/ijk-patch

    Add missing parentheses around vectors in IJK mode.
    mgage committed Aug 2, 2017
    Copy the full SHA
    9475f7f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #322 from dpvc/inequality-patch

    Use proper closing markers for inequalities using 'and x != ...'
    mgage committed Aug 2, 2017
    Copy the full SHA
    7e7581d 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
    Copy the full SHA
    1655360 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Copy the full SHA
    69164ee View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Add 'simplified' to messages referring to polynomials that are only t…

    …rue for simplified ones.
    dpvc committed Sep 7, 2017
    Copy the full SHA
    21cb6d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #325 from dpvc/polynomial-messages

    Adjust simplified polynomial error messages
    mgage committed Sep 7, 2017
    Copy the full SHA
    56efee9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Copy the full SHA
    f7d31a6 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    209846a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Copy the full SHA
    2585cb1 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    b65a70a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. 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
    Copy the full SHA
    334315b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #330 from dpvc/fix-number-check

    Fix checks for scalar multiplication to not have to stringify the val…
    mgage committed Oct 14, 2017
    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
    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
    Copy the full SHA
    1082884 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #324 from mgage/develop_update_for_draggable

    Modify warning messages
    mgage committed Nov 17, 2017
    Copy the full SHA
    1660703 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

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

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

Commits on Dec 24, 2017

  1. 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
    Copy the full SHA
    7b6585d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

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

Commits on Dec 27, 2017

  1. 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
    Copy the full SHA
    00ce5f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. 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 #313 from Alex-Jordan/unit-words

    add full word options for some units
    mgage committed Dec 30, 2017
    Copy the full SHA
    985ff70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #314 from Alex-Jordan/new-units

    New units
    mgage committed Dec 30, 2017
    Copy the full SHA
    5d3a1df View commit details
    Browse the repository at this point in the history
  3. Merge pull request #331 from dpvc/fix-power-reduce

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

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

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

    Add support for ions and states to the Reaciton context
    mgage committed Dec 30, 2017
    Copy the full SHA
    c874867 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ac8b081 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    50abd18 View commit details
    Browse the repository at this point in the history
  9. 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
    Copy the full SHA
    2911251 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #326 from jwj61/customizelatex

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

Commits on Dec 31, 2017

  1. 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 #323 from heiderich/BLTR-ELTR

    introduce BLTR and ELTR for "left to right" environments
    mgage committed Jan 2, 2018
    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
    Copy the full SHA
    bfd0a5b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e3832a9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bae640e View commit details
    Browse the repository at this point in the history
  5. 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 #339 from heiderich/more_customizeLaTeX_subroutine…

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

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

Commits on Jan 5, 2018

  1. 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 #341 from dpvc/fix-lists

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

Commits on Feb 6, 2018

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

    correct typo in macros/contextLimitedNumeric.pl
    dpvc committed Feb 6, 2018
    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
    Copy the full SHA
    08d7931 View commit details
    Browse the repository at this point in the history
  2. 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 #344 from selinger/matrix-bugs

    Matrix bugs
    dpvc committed Feb 12, 2018
    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
    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
    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
    Copy the full SHA
    eeb9ad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

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

Commits on Apr 2, 2018

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

Commits on Apr 3, 2018

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

Commits on Apr 14, 2018

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

    Looks like a clear fix in the documentation.  I see no reason not to merge right away.
    jwj61 committed Apr 14, 2018
    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
    Copy the full SHA
    ede4534 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Copy the full SHA
    d5dfcdd View commit details
    Browse the repository at this point in the history
  2. 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 #355 from mgage/geogebra_hotfix

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

    Bugfix: macros should not set global variables $n, $i, $j, $s
    mgage committed May 13, 2018
    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 #351 from heiderich/maketext_in_problemRandomize

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

    corrected typo
    mgage committed May 14, 2018
    Copy the full SHA
    e839e8f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #346 from heiderich/typo

    Typo
    mgage committed May 14, 2018
    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 #348 from dpvc/ln-e-reduction

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

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

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

Commits on May 22, 2018

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

    Fix typo in radio button error message.
    jwj61 committed May 22, 2018
    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
    Copy the full SHA
    2802880 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. 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
    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
    Copy the full SHA
    285769c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #329 from mgage/develop_sagefix

    Develop sagefix
    mgage committed Jun 3, 2018
    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
    Copy the full SHA
    e911b66 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #338 from mgage/develop_328

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

Commits on Jun 12, 2018

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

Commits on Jun 13, 2018

  1. 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
    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
    Copy the full SHA
    abe27fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #360 from mgage/develop_PGbasic_fix

    fix typos in PTX_cleanup in PGbasicmacros.pl
    mgage committed Jun 13, 2018
    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
    Copy the full SHA
    4826aeb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #363 from mgage/develop_PGmorematrix_fix

    Format comment properly.
    mgage committed Jun 13, 2018
    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 #358 from Alex-Jordan/PGML-displaymath

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

    font options for graph labels
    mgage committed Jun 21, 2018
    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
    Copy the full SHA
    c93196e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

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

Commits on Jul 22, 2018

  1. Copy the full SHA
    178db8b View commit details
    Browse the repository at this point in the history
  2. 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 #365 from dpvc/fix-num-with-unit

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

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

Commits on Oct 21, 2018

  1. Copy the full SHA
    c32c8cb View commit details
    Browse the repository at this point in the history
  2. Update copyright

    mgage committed Oct 21, 2018
    Copy the full SHA
    9b5d07b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #370 from mgage/PG-2.14-test

    PG-2.14 test -- fix one bug and update copyright
    mgage committed Oct 21, 2018
    Copy the full SHA
    c410210 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Replace references to hosted2 with references to demo now that the se…

    …rvers have changed.
    mgage committed Oct 27, 2018
    Copy the full SHA
    ef1fd72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #372 from mgage/rel-PG-2.14-hardcoded-url-fix

    Replace references to hosted2 with references to demo now that the se…
    mgage committed Oct 27, 2018
    Copy the full SHA
    60a17f1 View commit details
    Browse the repository at this point in the history