-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
113 changed files
with
74,128 additions
and
5,192 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,262 @@ | ||
2020-08-19 Hugh Cayless <[email protected]> | ||
|
||
Updating p5subset.xml | ||
|
||
Setting VERSION. | ||
|
||
2020-08-14 martindholmes <[email protected]> | ||
|
||
Fix for issue #456. | ||
|
||
2020-08-12 Peter Stadler <[email protected]> | ||
|
||
minor update for pureODD | ||
|
||
adjust function signature | ||
@nikobeer reported the error message "An empty sequence is not allowed as the result of call to tei:i18n". In fact, the `xsl:for-each` (https://github.com/TEIC/Stylesheets/blob/fec23117724718edf72bbc48ad44cd9d1b161dec/common/functions.xsl#L616-L634) may result in zeroOrMore strings so I updated the function signature accordingly. Whether this makes sense probably needs deeper inspection … | ||
|
||
fix typo in xpath predicate | ||
|
||
2020-08-07 Hugh Cayless <[email protected]> | ||
|
||
Fix for TEI#1985. | ||
|
||
Enable styling of deprecation dates. | ||
|
||
2020-08-06 Hugh Cayless <[email protected]> | ||
|
||
Fixed accidental element renaming. | ||
|
||
Fix for deprecations appendix style. | ||
|
||
2020-08-05 Peter Stadler <[email protected]> | ||
|
||
upgrade jquery library, fixes #433 | ||
|
||
2020-07-31 Peter Stadler <[email protected]> | ||
|
||
add copyright statement, closes #413 | ||
copied copyright statement including year 2011 from https://tei-c.org/guidelines/licensing-and-citation/ | ||
|
||
2020-07-08 Martin Holmes <[email protected]> | ||
|
||
Merge pull request #450 from rvdb/jTEI-urlchopping | ||
added zero-width spaces after slashes and periods in URLs that are be… | ||
|
||
2020-07-08 rvdb <[email protected]> | ||
|
||
added backslash before periods regex | ||
|
||
added zero-width spaces after slashes and periods in URLs that are being output in the text | ||
|
||
2020-07-07 Hugh A. Cayless <[email protected]> | ||
|
||
Merge pull request #448 from TEIC/subsetSetup | ||
Subset setup | ||
|
||
2020-07-03 Syd Bauman <[email protected]> | ||
|
||
Get transformtei to use new source/p5subset | ||
|
||
Get makefile to use local source | ||
|
||
Add local p5subset: Add new directory, source/, which for now has only 1 file, the p5subset against which these Stylesheets should be tested. | ||
|
||
2020-06-15 rvdb <[email protected]> | ||
|
||
fix for handling @w:val[. = "0"] on //w:i and //w:b elements (#441) | ||
* fix for handling @w:val[. = "0"] on //w:i and //w:b elements | ||
|
||
* expanded fix to: | ||
-other basic styles: w:i, w:b, w:strike, w:dstrike, w:smallCaps, w:caps | ||
-allowed values for @w:val: ('0', 'false', 'off') vs ('1', 'true', 'on') | ||
|
||
* add test for `@w:val attribute` as provided by @rvdb in #440 | ||
|
||
2020-06-10 Martin Holmes <[email protected]> | ||
|
||
Merge pull request #443 from TEIC/issue-442 | ||
Thanks @peterstadler ! | ||
|
||
2020-06-10 Peter Stadler <[email protected]> | ||
|
||
add more RTL languages | ||
Co-Authored-By: Martin Holmes <[email protected]> | ||
|
||
wrap arabic text in hbox{}, fixes #442 | ||
NB: only in verbatim (e.g. egXML) environments | ||
|
||
2020-06-08 Peter Stadler <[email protected]> | ||
|
||
force params to hold a node or the empty sequence | ||
this fixes some errors "Required item type of first operand of '/' is node(); supplied value has item type xs:string". | ||
When no value was passed, it defaulted to the empty string. With the "as" the empty sequence is enforced and subsequent node tests do not fail. | ||
|
||
2020-06-04 Martin Holmes <[email protected]> | ||
|
||
Merge pull request #439 from TEIC/issue-400 | ||
replace http requests/links with https in XSL scripts. I'm slightly ashamed I hadn't done this ages ago. | ||
|
||
2020-06-04 Syd Bauman <[email protected]> | ||
|
||
Update Test2/ to match: Updated a bunch of Test2/expected-results/*.html files to have “https:” instead of “http:”. | ||
|
||
2020-06-04 Peter Stadler <[email protected]> | ||
|
||
update expected results due to changed scheme | ||
see 52fec65e | ||
|
||
replace scheme http with https, closes #400 | ||
Did a `grep -ER "http://(www.)?tei-c.org/(Vault|release)" **/*.xsl` from the repo root and fixed those occurences. | ||
|
||
2020-06-03 Peter Stadler <[email protected]> | ||
|
||
switched the last occurence of 'http' for $defaultTEIServer to 'https', closes #378 | ||
|
||
update more latex tests | ||
|
||
update expected results | ||
for latest tei2latex changes | ||
|
||
add new parameters $japaneseFont, $chineseFont, and $koreanFont | ||
and set NOTO as default. Closes #132, closes #148 | ||
|
||
update expected results to fix the build | ||
NB: this only tries to fix the default build stylesheets-dev against guidelines-master (aka current release version of p5subset.xml). | ||
|
||
2020-06-01 Syd Bauman <[email protected]> | ||
|
||
Try to fix build: I am not sure, but I think this commit simply reverses a recent one. We are caught in dev-vs-current cycle, here. With this commit, I believe that Stylesheets_dev against P5_dev should pass the tests; however, Stylesheets_dev aaginst P5_released (current) will not (with a diff error in test.rng due to changes to lexicographic attrs). I am not sure what, if anything, could be done to get both to pass simultaneously. | ||
|
||
Fix Test/: Fixed Test/ portion of build process by copying 2 particular output files to expected results, pretty much exactly what @martindholmes and I did on Fri 29 May in Test2/, but apparently forgot to do in Test/. | ||
|
||
2020-05-29 martindholmes <[email protected]> | ||
|
||
With @sydb: Fixing Test2 to handle changes to att.lex in P5. | ||
|
||
2020-05-29 Syd Bauman <[email protected]> | ||
|
||
Partial build fix: Copy over some expected results so that Test should work now; @martindholmes and I are working on Test2/ now. | ||
|
||
2020-05-29 Martin Holmes <[email protected]> | ||
|
||
Merge pull request #437 from rvdb/jTEI-improveNestedBlocksHandling | ||
refactored handling of nested blocks inside //p and //list/item, thus… | ||
|
||
2020-05-29 rvdb <[email protected]> | ||
|
||
added some comments for clarification | ||
|
||
2020-05-28 rvdb <[email protected]> | ||
|
||
refactored handling of nested blocks inside //p and //list/item, thus avoiding opaque pre-processing steps | ||
|
||
2020-05-22 martindholmes <[email protected]> | ||
|
||
Slightly cleaner way to avoid making names.xml multiple times. Issue #435 now done. | ||
|
||
Initial implementation for issue #435. Should fix the problem, but I'd like to optimize a bit. | ||
|
||
2020-05-22 Syd Bauman <[email protected]> | ||
|
||
Improve diff msgs: With @martindholmes finally commit changes I made on 04-08 designed to make the messages about the diff (or filesmatch) process that is about to be executed a bit friendlier. | ||
|
||
2020-05-15 martindholmes <[email protected]> | ||
|
||
Tweaks to diff formatting in Test2. | ||
|
||
2020-05-12 Martin Holmes <[email protected]> | ||
|
||
Merge pull request #434 from rvdb/jTEI-openeditionfixes | ||
skipped processing of unsupported TEI elements in OpenEdition schema (<title level="s">, <email>) | ||
|
||
2020-05-12 rvdb <[email protected]> | ||
|
||
skipped processing of unsupported TEI elements in OpenEdition schema (<title level="s">, <email>) fixes https://github.com/TEIC/Stylesheets/issues/430 | ||
|
||
updated OpenEdition output to version 1.6.2 (https://tei-openedition.readthedocs.io/en/latest/changelog.html#version-1-6-2) | ||
|
||
2020-04-22 lou burnard <[email protected]> | ||
|
||
fixed typo | ||
|
||
2020-04-09 martindholmes <[email protected]> | ||
|
||
Fixing expected-results fallout for HTML testing resulting from @sydb's work yesterday. | ||
|
||
2020-04-08 Peter Stadler <[email protected]> | ||
|
||
add switch case for Korean to `tei:bibl` #202 | ||
NB: At present there are no bibl entries with `@xml:lang='ko'` but I think it makes sense to align the processing of CJK languages | ||
|
||
fix korean language code #202 | ||
|
||
add switch case for korean to `tei:seg[@xml:lang]` #202 | ||
that should fix character display issues in teix:egXML environments, see e.g. the last example of section 22.5.3.2 "Value Specification". | ||
|
||
2020-04-07 Syd Bauman <[email protected]> | ||
|
||
Re-generate tests: due to whitespace changes in html/html_textstructure.xsl, some of the whitespace in output changed. | ||
|
||
2020-04-07 Elisa Beshero-Bondar <[email protected]> | ||
|
||
nearly resolving #326 we hope | ||
|
||
2020-03-26 martindholmes <[email protected]> | ||
|
||
Follow-up on issue #349: updated Test2 expected results and removed note per @sydb's note on ticket. | ||
|
||
2020-03-24 Hugh Cayless <[email protected]> | ||
|
||
Fix for #349. | ||
|
||
Updating http to https. | ||
|
||
2020-03-20 martindholmes <[email protected]> | ||
|
||
@sydb used XSLT 3 concatenation operator in XSLT 2 file. Switching to concat() until we switch all stylesheets to 3.0. | ||
|
||
2020-03-18 martindholmes <[email protected]> | ||
|
||
Trying to fix test incompatibility between dev p5subset and release p5subset. | ||
|
||
Attempting fix for build discrepancy where test.rng diff fails when built against dev tree's p5subset. Should (I hope) now build against both dev and release p5subset. | ||
|
||
2020-03-17 Syd Bauman <[email protected]> | ||
|
||
Address #408: Stylesheets group meeting added code to handle <dataRef> elements with name attributes | ||
|
||
2020-02-27 rvdb <[email protected]> | ||
|
||
fixed some XSLT details to avoid stricter SXWN9000 warnings with Saxon-9.9.1.5 (#421) | ||
|
||
2020-02-21 martindholmes <[email protected]> | ||
|
||
Fixing expected-results in Test2 with @sydb. | ||
|
||
2020-02-15 Syd Bauman <[email protected]> | ||
|
||
Fix #422: When generating the context= of generated <sch:rule> elements, the processSchematron template was always using a namespace prefix (of "tei:") even when the generated context was an attribute (because the placement of the corrent <constraintSpec> was inside an <attDef> that is not itself inside an <elementSpec>). Fixed by adding another <xsl:when> clause. | ||
|
||
2020-02-14 Martin Holmes <[email protected]> | ||
|
||
Merge pull request #420 from rvdb/jTEI-openedition | ||
updated OpenEdition output to version 1.6.2 | ||
|
||
2020-02-13 raffazizzi <[email protected]> | ||
|
||
Increased version number | ||
|
||
Revert "Increased version number" | ||
This reverts commit e0c49a6ba54e8b7621fffbd4179ea07a3f4c5ed6. | ||
|
||
Increased version number | ||
|
||
added changelog | ||
|
||
upped version for release | ||
|
||
YOUR COMMIT MESSAGE | ||
2020-02-13 raffazizzi <[email protected]> | ||
|
||
upped version for release | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.