New develop candidate 01 01 2019#386
Closed
mgage wants to merge 22 commits into
Closed
Conversation
…esn't interfere with utf8
Update the definition of parsec to include more accuracy -- it still doesn't pass the test_units.t file. The definition of steradian is still iffy.
…evelop_test_units
…sing statements to see the next error.
This can be used to test utf8 coverage as well as the template math4_ar which has right justification and is a preliminary stab at creating a template suitable for arabic PG problems.
create records in PG->{flags} with settings which will influence the
HTML lang and dir attributes set for the HTML element containing the
problem. This allows proper detection of the language of the problem in
the browser, when it is not the primary course language, and to override
the direction for cases when a LTR problem is being viewed/assigned in a
course in a RTL course, or visa-versa. The flag values set in the problem
are processed in the subroutine output_problem_lang_and_dir() in
webwork2/lib/WeBWorK/ContentGenerator/Problem.pm
if there is no override set in the course configuration.
set flags for the problem language and textdirection which can be accessed inside the webwork2 code to allow using this data to set the HTML lang and dir tags as needed on DIV elements which envelop the problem text.
Develop utf8 ver2
…ction_to_PG_flags Add lang and direction to pg flags
…e Encoding.pm file
Develop unit tests2
Closed
Member
Author
|
I believe that I've successfully split this pull request in two. It is replaced by I'm closing this pull request. We can revive it if I've missed something that is not in #390 and #394 |
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
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.
I believe this is later and improved version of develop_candidate. I am closing #373