CVS log for loncom/interface/lonhtmlgateway.pm
Up to [LON-CAPA] / loncom / interface
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 24 23:47:22 2010 UTC (14 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
version_2_11_4_uiuc,
version_2_11_4_msu,
version_2_11_4,
version_2_11_3_uiuc,
version_2_11_3_msu,
version_2_11_3,
version_2_11_2_uiuc,
version_2_11_2_msu,
version_2_11_2_educog,
version_2_11_2,
version_2_11_1,
version_2_11_0_RC3,
version_2_11_0_RC2,
version_2_11_0,
language_hyphenation_merge,
language_hyphenation,
HEAD,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse
Diff to previous 1.4: preferred, colored to selected 1.3: preferred, colored
Changes since revision 1.4: +4 -3
lines
- 'tth' is sixth arg in lontexconvert::algebra().
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 4 19:45:05 2010 UTC (14 years, 6 months ago) by faziophi
Branches: MAIN
CVS tags: PRINT_INCOMPLETE_base,
PRINT_INCOMPLETE
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +14 -5
lines
-- Encodes all high-bit (unicode) characters to their XML decimal entity
in form &#xxxx;. This fixes problems with unicode characters being
destroyed when passed through HTML->TeX.
-- Only run &to_convert() when web output, otherwise just create an <m>
tag which gets handled further down. This prevents the TeX output
looking for an image which doesn't exist.
Revision
1.3:
download - view:
text,
markup,
annotated -
[selected for diffs]
Tue Apr 27 20:29:25 2010 UTC (14 years, 6 months ago) by
faziophi
Branches:
MAIN
Diff to previous 1.2:
preferred,
colored
Changes since revision 1.2: +9 -5
lines
Making &init_tth() optional when calling lontexconvert::algebra, by adding
an extra argument, and then updating the two places where this function
is called.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Apr 27 17:07:35 2010 UTC (14 years, 6 months ago) by faziophi
Branches: MAIN
Diff to previous 1.1: preferred, colored to selected 1.3: preferred, colored
Changes since revision 1.1: +7 -5
lines
Fixes <algebra> tag not printing properly on templated pages.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 26 20:45:28 2010 UTC (14 years, 6 months ago) by faziophi
Branches: MAIN
Diff to selected 1.3: preferred, colored
Adding new module lonhtmlgateway.pm.
lonhtmlgateway is an object-oriented module used to parse and correct
malformed HTML input from the client, as well as to perform processing
of custom LON-CAPA HTML output before it is sent along to the end-user.
It replaces a number of subroutines in various modules, and adds new
code to tidy and process malformed HTML using XML::LibXML.
This module is intended to be used for all non-authoring perspectives
in the system.
New to LON-CAPA version 3.0.
**Formally adds dependency on libxml and XML::LibXML**
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>