CVS log for loncom/xml/lontable.pm

[BACK] Up to [LON-CAPA] / loncom / xml

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Dec 15 00:52:40 2014 UTC (9 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, 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, HEAD
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +6 -6 lines
- Coding style: keys()

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Nov 30 18:01:33 2011 UTC (12 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +1 -27 lines
- Remove duplicate of existing &size_to_cm()subroutine.
  Original routine added in rev 1.14, and moved in 1.17.
  Duplicate was added in rev 1.19.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Oct 6 23:22:22 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +5 -3 lines
- Reverse some changes (inadvertent?) in 1.19.
  - Remove blank line
  - Restore all lines in license boilerplate
  - Remove debugging (Data::Dumper).

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Apr 19 22:30:42 2011 UTC (12 years, 11 months ago) by foxr
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +98 -25 lines
BZ6317 - Get rules to work for <cgroup /> case.  This should complete the work
on this bug.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Apr 13 10:44:26 2011 UTC (12 years, 11 months ago) by foxr
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +4 -6 lines
BZ6317 - Support (W/O debug spew) rules="groups" for tables with
row groups (tbody, thead, tfoot)...also get those sections out in the
right order.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Apr 13 10:08:06 2011 UTC (12 years, 11 months ago) by foxr
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +293 -73 lines
BZ 6317 - NOTE This commit contains over-extensive debugging output and should not be used in production.
- This commit includes initial work to support the rule="groups" option in
<table> for printing.  Commit because some drastic re-factoring and some data
structure re-engineering was requuired to capture some of the group information.
Anticipate the next commit will support <thead><tbody><tfoot> properly
both with respect to the order in which they appear in the output and
with respect to rules="groups"...if this version does not already do that
correctly...at that time the debug spew will be removed as well.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Apr 5 10:02:58 2011 UTC (12 years, 11 months ago) by foxr
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +26 -9 lines
Bug 6317 - Made rules for all but "groups" work correctly.  Have to think
much harder about the data structures needed for row and column groups
(which are currently not processed in printing) to get that last to
work correctly.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Nov 18 17:12:14 2010 UTC (13 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_10_0_RC2, version_2_10_0
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +5 -2 lines
- prevent divide-by-zero error
- duplicate declaration for $cw

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Nov 1 10:52:09 2010 UTC (13 years, 4 months ago) by foxr
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +126 -12 lines
BZ6378 - Add back support for TeXwidth in <td> tag.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Sep 28 22:55:41 2010 UTC (13 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +2 -3 lines
- Keep text in cells with align="right" vertically aligned with text in cells
  with align="left".

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Aug 27 09:42:49 2010 UTC (13 years, 7 months ago) by foxr
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +10 -14 lines
BZ 6331 - Replace LaTeX::Table usage with lonlatextable which is a simple
subset that is ok in safe space.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 11 10:57:36 2010 UTC (13 years, 7 months ago) by foxr
Branches: MAIN
CVS tags: version_2_10_0_RC1
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +22 -2 lines
BZ 6317 : Honor the table border.
          Furthermore.. add limited support for rules attribute. This
          allows table borders without cell borders e.g.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 17 20:17:48 2009 UTC (14 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_99_0, version_2_9_0, version_2_8_99_1, version_2_8_99_0, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, GCI_2, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- Reversing 1.9 (1/26/2009).
  -  Follow the instructions found at: http://mail.lon-capa.org/pipermail/lon-capa-dev/2009-April/001952.html to update development machines to use LONCAPA-prerequisites 1-13 (which includes the perl-LaTeX-Table dependency).

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 26 09:39:19 2009 UTC (15 years, 2 months ago) by bisitz
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Temporary disabled LaTeX::Table to get LON-CAPA running again.
Please re-enable when the needed links, etc. are set.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 20 12:01:01 2009 UTC (15 years, 2 months ago) by foxr
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +111 -16 lines
Switch to new table code.  It seems to work for all my table problems.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 29 11:57:37 2008 UTC (15 years, 3 months ago) by foxr
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +74 -4 lines
Add code to support horizontal alignment, correct bordering, and
table width.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 23 11:49:32 2008 UTC (15 years, 3 months ago) by foxr
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +137 -38 lines
Starting to get an idea of how to control what LaTeX::Table generates
so we can format the table the way the XML/Html will request it.l

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Dec 9 11:50:08 2008 UTC (15 years, 3 months ago) by foxr
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +53 -41 lines
Many more tests.. not 100% handling the spans correctly yet.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Dec 2 11:57:25 2008 UTC (15 years, 3 months ago) by foxr
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +27 -17 lines
- Start writing tests for lontable.
- Fix some errors in lontable that the tests written so far pointed out.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 1 12:25:06 2008 UTC (15 years, 3 months ago) by foxr
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +146 -22 lines
More coding.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 25 12:27:34 2008 UTC (15 years, 4 months ago) by foxr
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +229 -2 lines
Bunch o' coding.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Nov 24 11:56:53 2008 UTC (15 years, 4 months ago) by foxr
Branches: MAIN
Initial definition of the data structures and implementation of the
new operator.

This file will contain an object oriented interface to the data structures
needed to define a table in 'tex' mode and generate it using the
Latex::Table package.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>