[webwork-pg] annotated tag PG-2.10 created (now e1dc553)
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Tue Nov 24 04:42:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a change to annotated tag PG-2.10
in repository webwork-pg.
at e1dc553 (tag)
tagging 0d984b48fe82cbffa20ff9290207d699291682d3 (commit)
replaces PG-2.9+
tagged by Geoff Goehle
on Sun Jan 4 22:33:10 2015 -0500
- Log -----------------------------------------------------------------
Initial version of 2.10
Alex Jordan (2):
changed how beginproblem() prints file path to use \path
fixed bug with niceTables.pl
Alex-Jordan (8):
updates to pccTables.pl
lots of upgrades to pccTables.pl, which is renamed to niceTables.pl, and pccTables.pl now redirects there
tidying things for develop branch
moved pccTables.pl to OPL/PCC/macros
fixed bug with vertical lines between columns
I had forgotten to change this line when I changed it from pccTables to niceTables
added back in alternative division operators; it was only the alternatives for addition and subtraction causing trouble as Davide's comment in pull request 118 explains
made it so that -1/b x is bizarro equivalent to -x/b
Davide P. Cervone (52):
Fix MultiAnswer to set the correct_ans_latex_string, and also make it use the format and tex_format strings for the correct answer when singleResult is used.
Fix contextComplexJ so that it can be loaded in parserCustomization.pl, and so that it can allow or disallow each of the i and j notation independently.
Fix parserFunctionPrime.pl to handle names with primes properly in perl output (needed for answer checking, but not for display). Apparently this file never worked (argh).
Fix List answer checker to set correct_ans_latex_string when parens have been removed.
Make sure lists are printed with the proper separators as given by the context.
Fix a typo in comments, and remove unneeded parens.
Add macro files for new contexts (AlternateDecimals, AlternateIntervals, InequalitySetBuilder, Partition, Permutation, Root).
Don't force functions to be of class parser::FunctionPrime (this messed up teh differentiation, since parser::FunctionPrime has parent parserFunction, and that overrides the D method).
Add a missing semicolon
Only remove parens when there are some, and make sure formulas returning lists also set correct_ans_latex_string.
Fix alternate intervals so it works with answer checking (not sure wy this wasn't included initially.
Fix problem with error messages when a restricted input format is required. Make sure constants display their TeX forms correctly. Force the constant i into the given context so that it produces the proper class when evaluated.
Make sure the changes to teh context actually take effect.
Clean up ans_matrix in AnswerChecker.pm (mostlu cosmetic, but removes double underscore from answer extension names).
Make MultiAnswer use name prefixes that include the answer name for the initial blank (so that color.js can track them properly). This removes the count, and makes more heavy use of the named answer rules and arrays.
Make PopUp and RadioButtons objects work properly with the new MultiAnswer name prefixes. (These didn't work with singleResult=>1 in the past, but now do.)
Don't need quiz prefix since it is part of the ans_name now. Fix entry_check to work with scaffolding macros.
Fix problem with unnamed answer rules in PopUp menus.
New scaffolding macros.
Add documentation about solutions.
Update compound problem macros to record which answers are used, so that the iscorrect and canshow options aren't needed. Add PGML support. Add documentation.
Fixed the name of the init function (was going to rename this scaffold.pl until I wrote my new versions that I think are even easier to use that these ones).
Address Geoff's comments. Add after_AnswerDate_can_open and hardcopy_is_open options to make it possible to see all the part after the answer date, and all the openable parts in hardcopy. Fix issues with viewing problems in library browser and problem detail page. Add more CSS for those situations. Open all sections in library browser.
Rewrap POD sections to remove trailing spaces, etc.
Fix some documentation issues with contextComplexJ.pl
Reduce sets when they are added. Fixes a problem reported on the forum.
Have set addition produce an actual union, so it is controlled by the reduceUnions flag.
Merge pull request #162 from goehle/radiobug
Fix wrong name in documentation for compoundProblem5.pl
Allow Set() to coerce a union of sets to a single set
Fix an infinite loop when checking sets formed by unions (using 'or'), and make empty sets print better.
Avoid error messages from comparisons to strings and in testing for when the formula agrees with the previous one typed by the student.
Fix problem where original MathObjects get converted to Currency class when passed to Currency(). Resolves issue #171
Fix general_math_ev3 so that it doesn't escape % when it is already escaped.
Merge pull request #169 from goehle/encodebug2
Merge pull request #118 from Alex-Jordan/bizarroArithmetic
Replace eval with Parser::Eval() to avoid it being trapped in safe compartment in some versions of perl
Fix some documentation typos.
Fix Compute() to use stringified version of the original string for the correct answer, just like it does for the latex string. This will make sure they are consistent (now that the latex string is the one actually shown). This also fixes the problem of how to handle alternate formats like commas for decimal separator, and backward brackets for intervals.
Fix use of $flags in Compute()
Add context for percentage values.
Removed redundent definition of divide
Fix problems with AlternateDecimal context.
Fix output of alternate decimals in formula output.
Fix typo in InequalitySetBuilder documentation
Fix Permutation context to allow powers with parentheses.
Allow root() in complex contexts, and handle roots of negative numbers better.
Promotion of negative real shouldn't happen until evaluation (since we don't know if the result is actually negative or not when it is a formula).
Add Enable and Default functions to AlternateIntervals, and move initialization to a separate Init function for AlternateDecimals.
Make cmpDefaults work for limiting the type of interval that can be entered, and add the InequalitySetBuilder classes, since they aren't part of the default Interval context.
Fix up documentation for setting AlternateIntervals as the default.
Fix problems with negative powers and parentheses reported by Goeff.
Davor Cubranic (1):
Use WARN_MESSAGE macro instead of the old WARNING_MESSAGE and WARN
Geoff Goehle (75):
Merge pull request #126 from Alex-Jordan/revertUnionTables
Merge branch 'release/2.9' into develop
Changed the credit terminology to scoring.
fixed version number (again!)
Merge branch 'release/2.9' of https://github.com/openwebwork/pg into develop
Merge branch 'release/2.9' of https://github.com/openwebwork/pg into develop
Merge pull request #142 from paultpearson/patch-4
Merge pull request #135 from dpvc/patch-multi-answer
Merge pull request #139 from dpvc/patch-commas
Merge pull request #137 from dpvc/patch-primes
Merge pull request #138 from dpvc/patch-list-checker
Merge pull request #136 from dpvc/patch-complex-j
Merge pull request #134 from mgage/develop_fixsage
Added href to knowl links
Changed pts to points
First attempt at adding aria labels
Added BLABEL and ELABEL
Increased aria support
Added aria-labels to matrix answers
Merge branch 'patch-input-colors' of http://github.com/dpvc/pg into access
Added aria label support for multianswers
Polish after whitebox testing. Added missing BBOLD and EBOLD stuff.
Upgraded aria labelling so it works with matricies inside multianswer
Fixed ans_array to work properly with multianswer. Did some double checking just to make sure.
Merge pull request #146 from dpvc/patch-input-colors
Merge remote-tracking branch 'upstream/develop' into access
Merge pull request #152 from jwj61/develop
Merge pull request #156 from dpvc/patch-complexJ
Merge pull request #155 from cubranic/warn-message
Merge pull request #157 from Alex-Jordan/pccTables
Merge pull request #158 from Alex-Jordan/pccTables
Merge pull request #160 from Alex-Jordan/niceTablesPatch
Merge pull request #159 from dpvc/patch-sets
Merge pull request #161 from dpvc/patch-sets
Fixed bug where parserRadioButtons wasn't printing itemize enviornment in hardcopy.
Merge pull request #165 from dpvc/patch-compound-problem
Merge pull request #166 from Alex-Jordan/niceTablesPatch
Merge pull request #167 from dpvc/patch-sets
Merge pull request #164 from Alex-Jordan/wrapFilePathsInHardcopy
Add tex2jax_ignore to plainText dislay mode to keep it from being rendered from floating Mathjax.
Merge remote-tracking branch 'origin/develop' into access
Added some html escaping to plain text
Merge pull request #173 from dpvc/patch-implicit-plane
Added some more html character escaping
Merge pull request #174 from dpvc/patch-currency
Merge branch 'develop' of https://github.com/openwebwork/pg into access
Merge pull request #149 from goehle/access
Merge pull request #175 from Alex-Jordan/bizarroBug
Update README
Merge tag 'PG-2.8.1+' of https://github.com/openwebwork/pg into develop
Merge branch 'develop' of https://github.com/openwebwork/pg into develop
Update README
Merge pull request #176 from dpvc/patch-scaffold
Merge pull request #177 from dpvc/patch-compute
Merge pull request #178 from dpvc/patch-compute
Merge pull request #179 from dpvc/patch-ev3
Merge pull request #180 from dpvc/feature-percents
Merge pull request #141 from dpvc/feature-new-macros
set version.
Upaded README
Updated LICENSE
Added aria-labels to radio buttons, selects and checkbox answer types.
Merge pull request #182 from goehle/2.10-bugfixes
Made some changes to help with accessibility
Merge branch 'release/2.10' of https://github.com/openwebwork/pg into 2.10-bugfixes
Merge pull request #186 from jwj61/rel2.10
Merge pull request #183 from goehle/2.10-bugfixes
Made parserPopUp actually print out its option for hardcopies.
Changed parserPopUp so it tries to print the options inline if there aren't too many of them and if they aren't too long.
Tweaked PopUP a bit
More tweaks!
Fixed bug where geogebra wouldn't load on secure pages.
url also changed
Merge pull request #188 from goehle/2.10-bugfixes
Merge branch 'release/2.10' of https://github.com/openwebwork/pg
John Jones (2):
Make COMMENTS from a given pg file accumulate and show them all,
Squashing the double-core cosh bug
Michael Gage (5):
Upgrade AskSage error reporting and portability
Merge pull request #154 from dpvc/patch-compoundProblem
Merge pull request #148 from goehle/readbug
Merge pull request #170 from goehle/plaintext
Merge pull request #153 from dpvc/feature-scaffold
Peter Staab (1):
Merge pull request #145 from mgage/master_IO_fix
wwadmin (1):
Fixed a display bug with contextLimitedFactor.pl
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/webwork-pg.git
More information about the debian-science-commits
mailing list