CVS log for loncom/xml/lonxml.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.572: download - view: text, markup, annotated - select for diffs
Wed Apr 17 15:15:13 2024 UTC (2 days, 8 hours ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.571: preferred, colored
Changes since revision 1.571: +44 -44 lines
- Remove trailing white space.

Revision 1.571: download - view: text, markup, annotated - select for diffs
Wed Apr 17 13:37:37 2024 UTC (2 days, 10 hours ago) by raeburn
Branches: MAIN
Diff to previous 1.570: preferred, colored
Changes since revision 1.570: +11 -7 lines
- Save some screen real estate by eliminating breadcrumbs trail when
  editing HTML file created or uploaded to a course in Course Editor, for
  both text and Daxe  editors for both Main and Supplemental Content areas.

Revision 1.570: download - view: text, markup, annotated - select for diffs
Sun Apr 14 17:12:28 2024 UTC (5 days, 6 hours ago) by raeburn
Branches: MAIN
Diff to previous 1.569: preferred, colored
Changes since revision 1.569: +53 -2 lines
- Available editors in Course Authoring Space, or when editing an html file
  created in a course folder using the Course Editor is a domain default,
  which can be overridden in specific course(s) by a Domain Coordinator.

Revision 1.531.2.24.2.3: download - view: text, markup, annotated - select for diffs
Sun Mar 31 02:02:32 2024 UTC (2 weeks, 5 days ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.531.2.24.2.2: preferred, colored to branchpoint 1.531.2.24: preferred, colored next main 1.532: preferred, colored
Changes since revision 1.531.2.24.2.2: +6 -2 lines
- For 2.11.4 (modified)
  Include changes in 1.569

Revision 1.569: download - view: text, markup, annotated - select for diffs
Sun Mar 31 01:50:18 2024 UTC (2 weeks, 5 days ago) by raeburn
Branches: MAIN
Diff to previous 1.568: preferred, colored
Changes since revision 1.568: +6 -2 lines
- Support "Save and Edit", "Save and View", and "Discard and View" buttons
  above Daxe Editor iframe, when editing HTML file in Daxe, for consistency
  with UI for standard "Text" Editor for this type of file.

Revision 1.531.2.24.2.2: download - view: text, markup, annotated - select for diffs
Wed Feb 28 18:33:00 2024 UTC (7 weeks, 2 days ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.531.2.24.2.1: preferred, colored to branchpoint 1.531.2.24: preferred, colored
Changes since revision 1.531.2.24.2.1: +30 -12 lines
- For 2.11.4 (modified)
  Include changes in 1.563 and 1.564 omitted in previous 1.531.2.24.2.1
  and changes in 1.567 and 1.568.

Revision 1.568: download - view: text, markup, annotated - select for diffs
Thu Jan 25 23:37:14 2024 UTC (2 months, 3 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.567: preferred, colored
Changes since revision 1.567: +3 -3 lines
- Move any warnings about missing starting/ending html or body tags so
  they occur after (or below) buttons for editing when viewing HTML file
  in Authoring Space.

Revision 1.531.2.24.2.1: download - view: text, markup, annotated - select for diffs
Fri Dec 29 23:40:37 2023 UTC (3 months, 2 weeks ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.531.2.24: preferred, colored
Changes since revision 1.531.2.24: +58 -16 lines
- For 2.11.4 (modified)
  Include changes in 1.563 (part), 1.564 (part), 1.565, 1.566

Revision 1.567: download - view: text, markup, annotated - select for diffs
Tue Nov 28 04:48:14 2023 UTC (4 months, 3 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.566: preferred, colored
Changes since revision 1.566: +14 -6 lines
- If Daxe available in current Authoring Space, include "Edit with Daxe"
  buttons to switch to Daxe when editing an assessment item with colorful
  editor or with XML (text) editor or an html file with standard editor.

Revision 1.566: download - view: text, markup, annotated - select for diffs
Tue Nov 28 02:39:01 2023 UTC (4 months, 3 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.565: preferred, colored
Changes since revision 1.565: +28 -14 lines
- Changes in handle_save_or_undo() in lonhomework.pm rev. 1.323 caused the
  "undo" button to have no effect for html file editing. Change input items
  to button and add onclick call to setmode() to reinstate.

Revision 1.565: download - view: text, markup, annotated - select for diffs
Tue Nov 28 01:33:14 2023 UTC (4 months, 3 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.564: preferred, colored
Changes since revision 1.564: +5 -5 lines
- Switch order of <div>s to reduce the header above the textarea by one row
  when using LON-CAPA's standard html editor in Authoring Space.

Revision 1.564: download - view: text, markup, annotated - select for diffs
Mon Nov 27 23:24:05 2023 UTC (4 months, 3 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.563: preferred, colored
Changes since revision 1.563: +19 -1 lines
- Include file path with colored background in collapsible header used for
  Daxe Editor page. Buttons to access other available editors at far right.

Revision 1.563: download - view: text, markup, annotated - select for diffs
Mon Nov 27 22:44:21 2023 UTC (4 months, 3 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.562: preferred, colored
Changes since revision 1.562: +21 -1 lines
- Move &setmode_javascript() from structuretags.pm to lonxml.pm to facilitate
  reuse.

Revision 1.562: download - view: text, markup, annotated - select for diffs
Sat Jul 22 22:41:45 2023 UTC (8 months, 4 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.561: preferred, colored
Changes since revision 1.561: +2 -2 lines
- Fix typo in rev. 1.561

Revision 1.561: download - view: text, markup, annotated - select for diffs
Thu Jul 13 19:38:43 2023 UTC (9 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.560: preferred, colored
Changes since revision 1.560: +23 -5 lines
- Breadcrumbs text when displaying/editing resource in Course Authoring Space.

Revision 1.531.2.24: download - view: text, markup, annotated - select for diffs
Fri Sep 14 21:41:13 2018 UTC (5 years, 7 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_4_uiuc, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3
Branch point for: version_2_11_4_msu
Diff to previous 1.531.2.23: preferred, colored next main 1.532: preferred, colored
Changes since revision 1.531.2.23: +7 -4 lines
- For 2.11
  Backport 1.556 (part), 1.557, 1.559, 1.560

Revision 1.560: download - view: text, markup, annotated - select for diffs
Wed Sep 12 21:10:57 2018 UTC (5 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.559: preferred, colored
Changes since revision 1.559: +4 -1 lines
- Bug 6873
  LONCAPA-prerequisites needs perl-Number-FormatEng.

Revision 1.531.2.23: download - view: text, markup, annotated - select for diffs
Wed Dec 6 14:23:44 2017 UTC (6 years, 4 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.22: preferred, colored
Changes since revision 1.531.2.22: +3 -1 lines
- For 2.11
  - Backport 1.558

Revision 1.531.2.22.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 16 23:54:43 2017 UTC (6 years, 5 months ago) by raeburn
Branches: version_2_11_2_msu
Diff to previous 1.531.2.22: preferred, colored next main 1.531.2.23: preferred, colored
Changes since revision 1.531.2.22: +2 -2 lines
- For 2.11.2 (modified)
  - Include changes in 1.559.

Revision 1.559: download - view: text, markup, annotated - select for diffs
Sun Nov 12 23:10:33 2017 UTC (6 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.558: preferred, colored
Changes since revision 1.558: +2 -2 lines
- Use three-argument open() to separate file mode from the filename.

Revision 1.558: download - view: text, markup, annotated - select for diffs
Sun Sep 24 01:52:53 2017 UTC (6 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.557: preferred, colored
Changes since revision 1.557: +3 -1 lines
- Include Math::Calculus::Expression in perl Safe space, to support
  parsing of an algebraic expression into a tree structure, followed by
  simplificnation (including substitution of named variables etc.).
  - Requires perl-Math-Calculus-Expression_loncapa (slightly modified version
    of Math::Calculus::Expression from cpan.org).

Revision 1.557: download - view: text, markup, annotated - select for diffs
Thu Feb 16 18:17:53 2017 UTC (7 years, 2 months ago) by damieng
Branches: MAIN
Diff to previous 1.556: preferred, colored
Changes since revision 1.556: +2 -2 lines
fixed bug 6846 (bad regexp to match part id)

Revision 1.531.2.22: download - view: text, markup, annotated - select for diffs
Fri Sep 16 14:20:47 2016 UTC (7 years, 7 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_2_uiuc, version_2_11_2_educog, version_2_11_2
Branch point for: version_2_11_2_msu
Diff to previous 1.531.2.21: preferred, colored
Changes since revision 1.531.2.21: +3 -3 lines
- For 2.11
  - Backport 1.554

Revision 1.531.2.21: download - view: text, markup, annotated - select for diffs
Tue Aug 9 23:49:16 2016 UTC (7 years, 8 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.20: preferred, colored
Changes since revision 1.531.2.20: +3 -3 lines
- For 2.11
  - Backport 1.556

Revision 1.556: download - view: text, markup, annotated - select for diffs
Tue Aug 9 23:43:39 2016 UTC (7 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.555: preferred, colored
Changes since revision 1.555: +3 -3 lines
- Eliminate "Unescaped left brace in regex is deprecated," warnings
  in error_log with perl 5.22 (Ubuntu 16 LTS).

Revision 1.531.2.20: download - view: text, markup, annotated - select for diffs
Fri Aug 5 20:57:58 2016 UTC (7 years, 8 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.19: preferred, colored
Changes since revision 1.531.2.19: +1 -2 lines
- For 2.11
  - Backport 1.555

Revision 1.555: download - view: text, markup, annotated - select for diffs
Sat Feb 20 00:12:45 2016 UTC (8 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.554: preferred, colored
Changes since revision 1.554: +1 -2 lines
- Eliminate jsMath.
  Use MathJax instead in cases where jsMath use is indicated in a resource,
  ina user's preferences, or in course preferences.

Revision 1.554: download - view: text, markup, annotated - select for diffs
Fri Apr 17 12:34:12 2015 UTC (9 years ago) by droeschl
Branches: MAIN
Diff to previous 1.553: preferred, colored
Changes since revision 1.553: +3 -3 lines
Changes related to editors in authoring space.
- moved several menu related subroutines from structuretags to lonhomework
- typos, wording and German translation
- menu structure (xml editor): merged graphical and advanced sections into miscellaneous
- replaced the template menu by separate menus for each submenu
- adjusted styles and structure of the actionbar

Revision 1.531.2.19: download - view: text, markup, annotated - select for diffs
Mon Apr 6 17:02:33 2015 UTC (9 years ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_1
Diff to previous 1.531.2.18: preferred, colored
Changes since revision 1.531.2.18: +22 -6 lines
- For 2.11
  Backport 1.553

Revision 1.553: download - view: text, markup, annotated - select for diffs
Mon Apr 6 16:27:12 2015 UTC (9 years ago) by raeburn
Branches: MAIN
Diff to previous 1.552: preferred, colored
Changes since revision 1.552: +22 -6 lines
- Re-enable rendering and editing of physnet resources.

Revision 1.531.2.18: download - view: text, markup, annotated - select for diffs
Wed Mar 11 13:10:56 2015 UTC (9 years, 1 month ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.17: preferred, colored
Changes since revision 1.531.2.17: +13 -9 lines
- For 2.11
  Backport 1.550, 1.551, 1.552

Revision 1.552: download - view: text, markup, annotated - select for diffs
Sun Feb 22 18:40:18 2015 UTC (9 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.551: preferred, colored
Changes since revision 1.551: +6 -2 lines
Bug 6476
 - When target is grade, put rawrndseed returned by &initialize_rndseed()
   in $Apache::lonhomework::rawrndseed so it can be later stored in:
   in %Apache::lonhomework::results

Revision 1.551: download - view: text, markup, annotated - select for diffs
Mon Dec 15 17:39:24 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.550: preferred, colored
Changes since revision 1.550: +6 -7 lines
- Coding style:
   - keys(), sort()
   - standard indent is four spaces

Revision 1.550: download - view: text, markup, annotated - select for diffs
Mon Aug 25 00:20:55 2014 UTC (9 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.549: preferred, colored
Changes since revision 1.549: +2 -2 lines
- Coding style.

Revision 1.531.2.17: download - view: text, markup, annotated - select for diffs
Sun Jul 27 20:26:12 2014 UTC (9 years, 8 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.16: preferred, colored
Changes since revision 1.531.2.16: +11 -3 lines
- For 2.11
  - Backport 1.549.

Revision 1.549: download - view: text, markup, annotated - select for diffs
Sun Jul 27 11:20:13 2014 UTC (9 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.548: preferred, colored
Changes since revision 1.548: +11 -3 lines
- Serve .css or .js file content as-is in Authoring Space, if file is a
  dependency of an .html or .swf file currently being displayed.

Revision 1.531.2.16: download - view: text, markup, annotated - select for diffs
Sat Jun 21 23:39:27 2014 UTC (9 years, 10 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_0
Diff to previous 1.531.2.15: preferred, colored
Changes since revision 1.531.2.15: +37 -33 lines
- For 2.11
  - Backport 1.548.

Revision 1.548: download - view: text, markup, annotated - select for diffs
Sat Jun 21 23:36:05 2014 UTC (9 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.547: preferred, colored
Changes since revision 1.547: +37 -33 lines
- Editing HTML file uploaded to Syllabus:
  WYSIWYG editor set to load automatically in this case, so "Edit Math"
  button needs to be hidden by an onload action.

Revision 1.531.2.15: download - view: text, markup, annotated - select for diffs
Sat Jun 21 20:58:12 2014 UTC (9 years, 10 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.14: preferred, colored
Changes since revision 1.531.2.14: +11 -4 lines
- For 2.11
  - Backport 1.547

Revision 1.547: download - view: text, markup, annotated - select for diffs
Sat Jun 21 20:56:40 2014 UTC (9 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.546: preferred, colored
Changes since revision 1.546: +11 -4 lines
- Editing HTML file uploaded directly to a course.
  - No undo button.
  - No help links for output tags or languages.

Revision 1.531.2.14: download - view: text, markup, annotated - select for diffs
Thu Feb 6 17:34:19 2014 UTC (10 years, 2 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_0_RC3
Diff to previous 1.531.2.13: preferred, colored
Changes since revision 1.531.2.13: +10 -4 lines
- For 2.11
  - Backport 1.546.

Revision 1.546: download - view: text, markup, annotated - select for diffs
Thu Feb 6 17:14:33 2014 UTC (10 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.545: preferred, colored
Changes since revision 1.545: +10 -4 lines
- Modify changes in rev. 1.527.
  Re-enable display of Script Vars link in "Correct answer" box
  when viewing/grading student's submissions with "View Answer"
  set to other than "no".

Revision 1.531.2.13: download - view: text, markup, annotated - select for diffs
Sat Dec 14 01:22:15 2013 UTC (10 years, 4 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_0_RC2
Diff to previous 1.531.2.12: preferred, colored
Changes since revision 1.531.2.12: +3 -3 lines
- For 2.11
  - Backport 1.545

Revision 1.545: download - view: text, markup, annotated - select for diffs
Tue Dec 3 16:39:47 2013 UTC (10 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.544: preferred, colored
Changes since revision 1.544: +3 -3 lines
Internationalization of colorful editor: Added missing &mt() calls

Revision 1.531.2.12: download - view: text, markup, annotated - select for diffs
Wed Nov 20 02:38:26 2013 UTC (10 years, 5 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.11: preferred, colored
Changes since revision 1.531.2.11: +2 -2 lines
- For 2.11
  - Backport 1.544

Revision 1.544: download - view: text, markup, annotated - select for diffs
Tue Oct 29 21:01:21 2013 UTC (10 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.543: preferred, colored
Changes since revision 1.543: +2 -2 lines
- Bug 6629.
  - Re-enable access to functionality in Math::Complex in Safe Space by
    copying Math::Complex 1.55 to LONCAPA::LCMathComplex and eliminating use
    of Config.pm
    - Whenever ./UPDATE is run to install or update LON-CAPA, the code which
      sets $nvsize in the standard Math::Complex script will be run in
      lcmathcomplex.piml and the value of $nvsize will be set to the
      appropriate value: 4, 8, 10, 12 or 16 in LONCAPA/LCMathComplex.pm.

Revision 1.531.2.11: download - view: text, markup, annotated - select for diffs
Sun Sep 22 02:41:23 2013 UTC (10 years, 6 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.10: preferred, colored
Changes since revision 1.531.2.10: +6 -6 lines
- For 2.11
  - Backport 1.543.

Revision 1.543: download - view: text, markup, annotated - select for diffs
Sat Sep 21 14:33:13 2013 UTC (10 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.542: preferred, colored
Changes since revision 1.542: +6 -6 lines
- Initial edit of minimal template as Syllabus page
  - Need to include forceedit=1 in query string when saving changes in editor
    so modifications are preserved.

Revision 1.531.2.10: download - view: text, markup, annotated - select for diffs
Thu Aug 8 12:47:13 2013 UTC (10 years, 8 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_0_RC1
Diff to previous 1.531.2.9: preferred, colored
Changes since revision 1.531.2.9: +2 -2 lines
- For 2.11
  - Backport 1.542

Revision 1.542: download - view: text, markup, annotated - select for diffs
Mon Jul 15 16:13:36 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
Diff to previous 1.541: preferred, colored
Changes since revision 1.541: +2 -2 lines
XHTML: action attribute in <form> tag required (dummy attribute added)

Revision 1.531.2.9: download - view: text, markup, annotated - select for diffs
Wed Jun 5 15:39:34 2013 UTC (10 years, 10 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.8: preferred, colored
Changes since revision 1.531.2.8: +4 -4 lines
- For 2.11
  - Backport 1.541

Revision 1.541: download - view: text, markup, annotated - select for diffs
Tue Jun 4 22:20:20 2013 UTC (10 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.540: preferred, colored
Changes since revision 1.540: +4 -4 lines
- Replace term: "Construction Space" with "Authoring Space" for
  consistency with type of role used to access it, and action taken there.

Revision 1.531.2.8: download - view: text, markup, annotated - select for diffs
Sun May 12 13:32:16 2013 UTC (10 years, 11 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.7: preferred, colored
Changes since revision 1.531.2.7: +27 -6 lines
- For 2.11
  - Backport 1.540

Revision 1.540: download - view: text, markup, annotated - select for diffs
Sun May 12 13:05:31 2013 UTC (10 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.539: preferred, colored
Changes since revision 1.539: +27 -6 lines
- For HTML file uploaded as syllabus, or for "minimal" syllabus template,
  load WYSIWYG editor automatically in "Edit" mode.

Revision 1.531.2.7: download - view: text, markup, annotated - select for diffs
Sun May 12 00:00:24 2013 UTC (10 years, 11 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.6: preferred, colored
Changes since revision 1.531.2.6: +32 -11 lines
- For 2.11
  - Backport 1.539.

Revision 1.539: download - view: text, markup, annotated - select for diffs
Sun May 5 00:10:16 2013 UTC (10 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.538: preferred, colored
Changes since revision 1.538: +32 -10 lines
- Provide "Manage dependencies" button when editing an HTML file uploaded as
  the syllabus, i.e., user supplied file, instead of the templated syllabus.

Revision 1.531.2.6: download - view: text, markup, annotated - select for diffs
Mon Mar 18 00:04:27 2013 UTC (11 years, 1 month ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.5: preferred, colored
Changes since revision 1.531.2.5: +2 -1 lines
- For 2.11
  - Backport 1.538.

Revision 1.538: download - view: text, markup, annotated - select for diffs
Mon Mar 11 21:37:10 2013 UTC (11 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.537: preferred, colored
Changes since revision 1.537: +2 -1 lines
- Strip trailing ::::: from supplemental folder name when constructing
  folder hierarchy (edit mode for HTML files uploaded to supplemental content).

Revision 1.531.2.5: download - view: text, markup, annotated - select for diffs
Thu Dec 13 22:28:15 2012 UTC (11 years, 4 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.4: preferred, colored
Changes since revision 1.531.2.4: +56 -20 lines
- For 2.11
  - Backport 1.533, 1.534, 1.535 (part), 1.536, 1.537

Revision 1.537: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:16:01 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.536: preferred, colored
Changes since revision 1.536: +5 -2 lines
- "Exit Editing" returns user to Course Editor if edit mode was accessed via the
  "Edit" link for a templated page, or uploaded HTML/js/css/txt file, in the
  Course Editor.

Revision 1.536: download - view: text, markup, annotated - select for diffs
Thu Dec 6 13:54:47 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.535: preferred, colored
Changes since revision 1.535: +3 -1 lines
- "Return to Last Location icon/link" needs to be available after pusing "Edit"
  for published HTML or other text file in course context.

Revision 1.535: download - view: text, markup, annotated - select for diffs
Fri Nov 30 11:45:57 2012 UTC (11 years, 4 months ago) by foxr
Branches: MAIN
Diff to previous 1.534: preferred, colored
Changes since revision 1.534: +12 -2 lines
BZ 6626 - Don't strip variable optinos for foilgroups.

Revision 1.534: download - view: text, markup, annotated - select for diffs
Thu Nov 29 20:47:11 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.533: preferred, colored
Changes since revision 1.533: +43 -18 lines
- HTML files uploaded to course's Supplemental content area can be edited,
  and any dependencies can be replaced (or uploaded if missing).

Revision 1.533: download - view: text, markup, annotated - select for diffs
Wed Nov 21 23:13:30 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.532: preferred, colored
Changes since revision 1.532: +2 -2 lines
- Bug 6629.
- Reverse one change in rev. 1.511, so Math::Complex::ln is available in
  safe space for perl 5.10.0 and older.

Revision 1.531.2.4: download - view: text, markup, annotated - select for diffs
Wed Aug 1 05:17:02 2012 UTC (11 years, 8 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.3: preferred, colored
Changes since revision 1.531.2.3: +2 -2 lines
- For 2.11
  - Backport 1.532.

Revision 1.532: download - view: text, markup, annotated - select for diffs
Thu Jul 5 19:24:02 2012 UTC (11 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.531: preferred, colored
Changes since revision 1.531: +2 -2 lines
- In &get_courseupload_hierarchy() pass $url to symbread().

Revision 1.531.2.3: download - view: text, markup, annotated - select for diffs
Fri May 25 15:01:31 2012 UTC (11 years, 10 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.2: preferred, colored
Changes since revision 1.531.2.2: +2 -1 lines
- For 2.11
  - Reinstate 1.526 (reverse 1.531.2.1). MathJax is in 2.11.

Revision 1.531.2.2: download - view: text, markup, annotated - select for diffs
Sun May 13 23:51:59 2012 UTC (11 years, 11 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531.2.1: preferred, colored
Changes since revision 1.531.2.1: +95 -1 lines
- For 2.11.
  - Reverse changes in 1.507.  Still called by "pre-3.0" grades.pm in 2.11.0.

Revision 1.531.2.1: download - view: text, markup, annotated - select for diffs
Thu May 10 19:08:33 2012 UTC (11 years, 11 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.531: preferred, colored
Changes since revision 1.531: +1 -2 lines
- For 2.11
  - Reverse 1.526. MathJax not in 2.11.0.

Revision 1.531: download - view: text, markup, annotated - select for diffs
Tue May 8 15:13:58 2012 UTC (11 years, 11 months ago) by bisitz
Branches: MAIN
Branch point for: version_2_11_X
Diff to previous 1.530: preferred, colored
Changes since revision 1.530: +3 -3 lines
- Standard warning style for messages about resource processing issues
- Consistent wording username:domain

Revision 1.530: download - view: text, markup, annotated - select for diffs
Mon Apr 16 19:46:14 2012 UTC (12 years ago) by raeburn
Branches: MAIN
Diff to previous 1.529: preferred, colored
Changes since revision 1.529: +36 -19 lines
- Part of change in lonxml.pm rev 1.529 moved to subroutine:
  &get_courseupload_hierarchy() which returns symb, item title in course
  and path based on folder context for HTML page uploaded directly to course.
- Bug 6448.  "Manage Dependencies" button to open pop-up window to upload,
  replace or delete files associated with an HTML page in a course.

Revision 1.529: download - view: text, markup, annotated - select for diffs
Wed Apr 11 15:58:07 2012 UTC (12 years ago) by raeburn
Branches: MAIN
Diff to previous 1.528: preferred, colored
Changes since revision 1.528: +18 -2 lines
- Edit mode for a file uploaded directly to a course (e.g., html page).
  Replace path to file with path based on folder/sub-folder context of
  symb in course context for /uploaded/ item.

Revision 1.528: download - view: text, markup, annotated - select for diffs
Wed Dec 28 13:15:00 2011 UTC (12 years, 3 months ago) by www
Branches: MAIN
CVS tags: BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.527: preferred, colored
Changes since revision 1.527: +7 -3 lines
Don't show discussions when previewing a resource that is already in the course

Revision 1.527: download - view: text, markup, annotated - select for diffs
Fri Dec 9 21:21:43 2011 UTC (12 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.526: preferred, colored
Changes since revision 1.526: +3 -2 lines
Fix XHTML

Revision 1.526: download - view: text, markup, annotated - select for diffs
Tue Dec 6 16:30:19 2011 UTC (12 years, 4 months ago) by dseaton
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation
Diff to previous 1.525: preferred, colored
Changes since revision 1.525: +3 -2 lines
*** empty log message ***

Revision 1.505.2.7: download - view: text, markup, annotated - select for diffs
Thu Dec 1 04:41:55 2011 UTC (12 years, 4 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_1, loncapaMITrelate_1
Diff to previous 1.505.2.6: preferred, colored to branchpoint 1.505: preferred, colored next main 1.506: preferred, colored
Changes since revision 1.505.2.6: +7 -5 lines
- Backport 1.525.

Revision 1.525: download - view: text, markup, annotated - select for diffs
Thu Dec 1 04:14:12 2011 UTC (12 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.524: preferred, colored
Changes since revision 1.524: +7 -5 lines
- Eliminate "Use of uninitialized value in concatenation (.) or string" warnings.

Revision 1.524: download - view: text, markup, annotated - select for diffs
Mon Nov 21 21:45:36 2011 UTC (12 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.523: preferred, colored
Changes since revision 1.523: +5 -1 lines
Evaluate vector conditions with respect to each other

Revision 1.505.2.6: download - view: text, markup, annotated - select for diffs
Tue Nov 15 17:43:20 2011 UTC (12 years, 5 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.505.2.5: preferred, colored to branchpoint 1.505: preferred, colored
Changes since revision 1.505.2.5: +7 -1 lines
- Backport 1.520, 1.521.

Revision 1.523: download - view: text, markup, annotated - select for diffs
Mon Nov 14 00:20:42 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.522: preferred, colored
Changes since revision 1.522: +3 -3 lines
- &authorspace() routine now takes an argument: $uri
  so "Construction Space" breadcrumb points at appropriate author space
  for resource/directory being viewed or acted om.
  - current role could be different or ("no role" - i.e., cm), so is only
    used to determine authorspace when $uri is unavailable.

Revision 1.522: download - view: text, markup, annotated - select for diffs
Fri Nov 11 02:55:37 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.521: preferred, colored
Changes since revision 1.521: +7 -5 lines
- Use values from perlvar in place of hardcoded strings.
- Update POD for &increment_counter().

Revision 1.521: download - view: text, markup, annotated - select for diffs
Fri Oct 14 00:40:32 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.520: preferred, colored
Changes since revision 1.520: +2 -1 lines
Be able to access labels when defining values

Revision 1.520: download - view: text, markup, annotated - select for diffs
Thu Oct 13 01:54:21 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.519: preferred, colored
Changes since revision 1.519: +6 -1 lines
Values in functionplotresponse rules can be evaluated

Revision 1.505.2.5: download - view: text, markup, annotated - select for diffs
Fri May 27 19:29:21 2011 UTC (12 years, 10 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.505.2.4: preferred, colored to branchpoint 1.505: preferred, colored
Changes since revision 1.505.2.4: +7 -7 lines
- Backport 1.519.

Revision 1.519: download - view: text, markup, annotated - select for diffs
Fri May 27 19:07:25 2011 UTC (12 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.518: preferred, colored
Changes since revision 1.518: +7 -7 lines
- Avoid "Use of uninitialized value in concatenation (.) or string" warnings.

Revision 1.494.4.5: download - view: text, markup, annotated - select for diffs
Fri Oct 1 14:21:55 2010 UTC (13 years, 6 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_1
Diff to previous 1.494.4.4: preferred, colored to branchpoint 1.494: preferred, colored next main 1.495: preferred, colored
Changes since revision 1.494.4.4: +20 -12 lines
- Backport 1.516, 1.518.

Revision 1.505.2.4: download - view: text, markup, annotated - select for diffs
Wed Sep 29 16:12:17 2010 UTC (13 years, 6 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_0_RC2, version_2_10_0
Diff to previous 1.505.2.3: preferred, colored to branchpoint 1.505: preferred, colored
Changes since revision 1.505.2.3: +2 -2 lines
- Backport 1.518

Revision 1.518: download - view: text, markup, annotated - select for diffs
Wed Sep 29 16:09:20 2010 UTC (13 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.517: preferred, colored
Changes since revision 1.517: +2 -2 lines
- Complete editing of regexp started in 1.516.

Revision 1.505.2.3: download - view: text, markup, annotated - select for diffs
Wed Sep 29 16:02:19 2010 UTC (13 years, 6 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.505.2.2: preferred, colored to branchpoint 1.505: preferred, colored
Changes since revision 1.505.2.2: +21 -16 lines
- Backport 1.515, 1.516, 1.517.

Revision 1.517: download - view: text, markup, annotated - select for diffs
Wed Sep 29 15:56:03 2010 UTC (13 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.516: preferred, colored
Changes since revision 1.516: +1 -4 lines
- Remove unnecessary call to verify_html().

Revision 1.516: download - view: text, markup, annotated - select for diffs
Wed Sep 29 15:53:07 2010 UTC (13 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.515: preferred, colored
Changes since revision 1.515: +20 -12 lines
- Publication of files containing valid XML was being disallowed.
  - XML declaration is of the form: <?xml ?> (with no closing </xml> tag).

Revision 1.515: download - view: text, markup, annotated - select for diffs
Wed Sep 29 15:47:21 2010 UTC (13 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.514: preferred, colored
Changes since revision 1.514: +2 -2 lines
- RichTextEditor off by default when editing HTML files in Construction Space.

Revision 1.505.2.2: download - view: text, markup, annotated - select for diffs
Mon Aug 16 17:29:11 2010 UTC (13 years, 8 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_0_RC1
Diff to previous 1.505.2.1: preferred, colored to branchpoint 1.505: preferred, colored
Changes since revision 1.505.2.1: +27 -48 lines
- Backport 1.509, 1.510, 1.512, 1.513, 1.514.

Revision 1.514: download - view: text, markup, annotated - select for diffs
Sat Aug 14 00:28:18 2010 UTC (13 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.513: preferred, colored
Changes since revision 1.513: +10 -10 lines
- resize_textarea() available when editing js, txt, and tex files.
- no "Edit Math" button when editing .tex files.

Revision 1.513: download - view: text, markup, annotated - select for diffs
Sun Aug 8 02:00:44 2010 UTC (13 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.512: preferred, colored
Changes since revision 1.512: +4 -5 lines
- Replacement of user's environment.wysiwygeditor with link to switch to/from
  CKEditor 3 Richtext editor on textareas where needed.
- Rich text editor link available for Text/HTML block in colorful editor
- Eliminate duplicate Richtext link for textarea entry fields
- "Edit Math" button hidden when richtext editor enabled - use <span> instead
  of <div> for more compact display.
- Help icon for "Edit Math" hidden by switching img src from help.png to
  transparent gif. Additional arg to loncommon::help_open_topic() is
  imgid - id of img tag for icon associated with each "Edit Math" button.

Revision 1.512: download - view: text, markup, annotated - select for diffs
Sat Aug 7 19:23:56 2010 UTC (13 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.511: preferred, colored
Changes since revision 1.511: +18 -42 lines
- Eliminate routines no longer needed following switch from FCKEditor 2 to CKEdi
tor 3
- Eliminate checking for environment.wysiwygeditor (no longer used).
- Access to "Richtext" editor available via link on each textarea for which it is
  to be made available.
- When editing an HTML document provide "Edit Math" button to allow
  insertion of TeX within the textarea. Button is hidden if Richtext editor in use.
- Additional tags permitted by clear_out_html() - <pre> and <chem>.

Revision 1.511: download - view: text, markup, annotated - select for diffs
Mon Jul 26 09:58:53 2010 UTC (13 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.510: preferred, colored
Changes since revision 1.510: +3 -2 lines
BZ6331 - Import LaTeX::Table into safe space before clamping down permissions.

Revision 1.510: download - view: text, markup, annotated - select for diffs
Sun Jun 6 02:40:40 2010 UTC (13 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.509: preferred, colored
Changes since revision 1.509: +4 -4 lines
- Bug 6251.
  - Third arg is now a ref to a hash, instead of a hash.
  - New (optional) fourth arg, is an additional attribute for the
    select tag, e.g., an onchange action.
- Update calls to loncommon::select_form() accordingly.

Revision 1.509: download - view: text, markup, annotated - select for diffs
Sat Jun 5 19:37:01 2010 UTC (13 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.508: preferred, colored
Changes since revision 1.508: +5 -1 lines
Be able to wrap stuff into a part using colorful editor

Revision 1.505.2.1: download - view: text, markup, annotated - select for diffs
Sun May 30 02:57:01 2010 UTC (13 years, 10 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.505: preferred, colored
Changes since revision 1.505: +10 -14 lines
- Backport 1.508.

Revision 1.508: download - view: text, markup, annotated - select for diffs
Mon May 3 14:43:07 2010 UTC (13 years, 11 months ago) by onken
Branches: MAIN
CVS tags: PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Diff to previous 1.507: preferred, colored
Changes since revision 1.507: +10 -14 lines
changes sub print_pdf_radiobutton - only print a single PDF-form-radiobutton instead a whole tabularx

Revision 1.507: download - view: text, markup, annotated - select for diffs
Sun Mar 21 18:32:02 2010 UTC (14 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.506: preferred, colored
Changes since revision 1.506: +1 -96 lines
Clean out CBI "Token" mechanism (never used)
Use common routines for some grading menus
... work in progress, currently partly defunct

Revision 1.506: download - view: text, markup, annotated - select for diffs
Wed Mar 10 21:26:10 2010 UTC (14 years, 1 month ago) by droeschl
Branches: MAIN
Diff to previous 1.505: preferred, colored
Changes since revision 1.505: +15 -23 lines
In process of removing remote control, remote navmap and different icon modes code
Also some minor refactoring.

Revision 1.494.4.4: download - view: text, markup, annotated - select for diffs
Thu Feb 11 20:44:15 2010 UTC (14 years, 2 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_0, version_2_8_99_1
Diff to previous 1.494.4.3: preferred, colored to branchpoint 1.494: preferred, colored
Changes since revision 1.494.4.3: +4 -4 lines
- Backport 1.505.

Revision 1.505: download - view: text, markup, annotated - select for diffs
Mon Feb 8 00:35:06 2010 UTC (14 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_99_0
Branch point for: version_2_10_X
Diff to previous 1.504: preferred, colored
Changes since revision 1.504: +4 -4 lines
- xhtml.

Revision 1.494.4.3: download - view: text, markup, annotated - select for diffs
Thu Jan 28 18:46:47 2010 UTC (14 years, 2 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.494.4.2: preferred, colored to branchpoint 1.494: preferred, colored
Changes since revision 1.494.4.2: +24 -14 lines
- Backport 1.500 (part), 1.504.

Revision 1.504: download - view: text, markup, annotated - select for diffs
Wed Dec 2 18:33:43 2009 UTC (14 years, 4 months ago) by bisitz
Branches: MAIN
CVS tags: bz6209-base, bz6209, GCI_3
Diff to previous 1.503: preferred, colored
Changes since revision 1.503: +19 -14 lines
Localization - Corrected "loncommon::select_form" usage:
Only translate once but translate what needs to be translated. Don't translate custom text, e.g. custom folder names.
Even avoid ISE: Unusual but possible special folder names on messages screen used to be misinterpreted.

Revision 1.503: download - view: text, markup, annotated - select for diffs
Mon Nov 30 23:22:47 2009 UTC (14 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.502: preferred, colored
Changes since revision 1.502: +11 -3 lines
- Bug 4936.
- Allow publication of raw .tex files in Construction Space.
Work in progress

Revision 1.502: download - view: text, markup, annotated - select for diffs
Mon Nov 30 21:29:41 2009 UTC (14 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.501: preferred, colored
Changes since revision 1.501: +24 -9 lines
- Breadcrumbs displayed in standard location when displaying or editing
  .txt, .js, .css or .tex files in Construction Space.
- Use different anem for editor in breadcrumb trail depending on type of file.
- Bug 4936
  - Can edit .tex files in Construction Space.

Revision 1.501: download - view: text, markup, annotated - select for diffs
Mon Nov 30 21:17:41 2009 UTC (14 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.500: preferred, colored
Changes since revision 1.500: +12 -2 lines
- Link to enable/disable WYSIWYG editor for HTML editor in CSTR.

Revision 1.500: download - view: text, markup, annotated - select for diffs
Thu Oct 15 21:12:51 2009 UTC (14 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.499: preferred, colored
Changes since revision 1.499: +23 -16 lines
When editing an HTML document uploaded directly to a course:
  - Only include Math Rendering switcher in edit_tools.
  - Do not generate CSTR breadcrumbs.

Revision 1.484.4.3: download - view: text, markup, annotated - select for diffs
Sun Oct 4 03:42:42 2009 UTC (14 years, 6 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_2
Diff to previous 1.484.4.2: preferred, colored to branchpoint 1.484: preferred, colored next main 1.485: preferred, colored
Changes since revision 1.484.4.2: +16 -1 lines
- Backport 1.499.

Revision 1.494.4.2: download - view: text, markup, annotated - select for diffs
Sun Oct 4 03:40:13 2009 UTC (14 years, 6 months ago) by raeburn
Branches: version_2_9_X
CVS tags: GCI_2
Diff to previous 1.494.4.1: preferred, colored to branchpoint 1.494: preferred, colored
Changes since revision 1.494.4.1: +16 -1 lines
- Backport 1.499.

Revision 1.499: download - view: text, markup, annotated - select for diffs
Sun Oct 4 03:36:08 2009 UTC (14 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.498: preferred, colored
Changes since revision 1.498: +16 -1 lines
- Bug 6063.
  - Omit no-cache directive for XML files served by https to IE client browser.
  - Set expiration 60s in the future.

Revision 1.494.4.1: download - view: text, markup, annotated - select for diffs
Thu Aug 13 04:30:56 2009 UTC (14 years, 8 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_8_99_0
Diff to previous 1.494: preferred, colored
Changes since revision 1.494: +4 -2 lines
- Backport 1.497, 1.498.

Revision 1.498: download - view: text, markup, annotated - select for diffs
Wed Jul 8 17:55:16 2009 UTC (14 years, 9 months ago) by bisitz
Branches: MAIN
CVS tags: bz2851
Diff to previous 1.497: preferred, colored
Changes since revision 1.497: +2 -2 lines
- Avoid HTML encoding conflicts:
    Don't use unescaped "&"
- Better separation of content and style
    Moved quotation marks and bold tags from mt text to script code
- Consistent wording and highlighting of Back and Next buttons
    (course initialization helper)
- Cloning courses helper screen:
    - Added some missing phrases to translation files (de.pm, zh.pm)
    - Wording: It's usernames, not names (who are allowed to clone)
- Wording (de.pm)

Revision 1.497: download - view: text, markup, annotated - select for diffs
Tue Jun 23 03:01:26 2009 UTC (14 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.496: preferred, colored
Changes since revision 1.496: +3 -1 lines
Paul Rubin's interface to R.

Works now. However, it needs additional Perl libraries, which are currently
commented out. Also, an R-package needs to be installed.

Revision 1.496: download - view: text, markup, annotated - select for diffs
Thu May 28 17:08:43 2009 UTC (14 years, 10 months ago) by bisitz
Branches: MAIN
CVS tags: bz5969, BZ5971-printing-apage
Diff to previous 1.495: preferred, colored
Changes since revision 1.495: +3 -3 lines
Changes related to modification of LON-CAPA screen header.
Added dynamic link to Construction Space to breadcrumbs

Revision 1.495: download - view: text, markup, annotated - select for diffs
Thu May 28 11:31:03 2009 UTC (14 years, 10 months ago) by bisitz
Branches: MAIN
Diff to previous 1.494: preferred, colored
Changes since revision 1.494: +44 -20 lines
Changes related to modification of LON-CAPA screen header.
start_page calls:
- Added breadcrumbs
- Added head_subbox and included CSTR standard header

"File not found" error message:
    - Added error style
    - Optimized &mt usage

- Replaced some tabs by blanks for higher script editor compatibility

Revision 1.494: download - view: text, markup, annotated - select for diffs
Fri Apr 17 01:00:20 2009 UTC (15 years ago) by www
Branches: MAIN
CVS tags: BZ5434-fox
Branch point for: version_2_9_X
Diff to previous 1.493: preferred, colored
Changes since revision 1.493: +7 -1 lines
Support for R CAS
- needs testing
- better error handling
- correct blacklist
- correct list of allowed libraries

Revision 1.493: download - view: text, markup, annotated - select for diffs
Mon Apr 13 20:42:32 2009 UTC (15 years ago) by raeburn
Branches: MAIN
Diff to previous 1.492: preferred, colored
Changes since revision 1.492: +48 -21 lines
- Bug 5826.
  - Edit button in Construction Space for files with extensions: css, js, or txt.

Revision 1.492: download - view: text, markup, annotated - select for diffs
Mon Apr 13 20:15:44 2009 UTC (15 years ago) by raeburn
Branches: MAIN
Diff to previous 1.491: preferred, colored
Changes since revision 1.491: +7 -2 lines
- "Edit Math" button available when editing HTML documents in author space (wysiwyg disabled).

Revision 1.484.4.2: download - view: text, markup, annotated - select for diffs
Fri Mar 20 20:59:54 2009 UTC (15 years, 1 month ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_1, GCI_1
Diff to previous 1.484.4.1: preferred, colored to branchpoint 1.484: preferred, colored
Changes since revision 1.484.4.1: +7 -4 lines
- Backport 1.491.

Revision 1.491: download - view: text, markup, annotated - select for diffs
Wed Feb 18 06:43:55 2009 UTC (15 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.490: preferred, colored
Changes since revision 1.490: +7 -4 lines
- Don't call &verify_html() for .sty files.

Revision 1.484.4.1: download - view: text, markup, annotated - select for diffs
Thu Dec 11 22:19:45 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_0, version_2_7_99_1, version_2_7_99_0
Diff to previous 1.484: preferred, colored
Changes since revision 1.484: +7 -4 lines
- Backport 1.486, 1.490.

Revision 1.490: download - view: text, markup, annotated - select for diffs
Sun Dec 7 23:41:02 2008 UTC (15 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.489: preferred, colored
Changes since revision 1.489: +4 -1 lines
Detect if there were timeouts or other internal errors during grading.

Do not charge a try, allow student to enter same answer again.

Revision 1.489: download - view: text, markup, annotated - select for diffs
Mon Nov 24 17:17:52 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.488: preferred, colored
Changes since revision 1.488: +20 -1 lines
POD comments added/altered

Revision 1.488: download - view: text, markup, annotated - select for diffs
Mon Oct 27 19:15:35 2008 UTC (15 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.487: preferred, colored
Changes since revision 1.487: +5 -7 lines
Subsitution of $m in expressions such as <m>$m$</m>
(inside <translated> block) which resulted in LaTeX errors when generating printouts.
 - update to previous fix (with lonxml.pm rev. 1.487).
 - preferred solution: issue was restricted to perl variables named with a single character (e.g., $m, $a, $L etc.).
   - modify regexp in londefdef.pm to detect these inside<m> tags. Revert lonxml.pm to 1.486.

Revision 1.484.2.2: download - view: text, markup, annotated - select for diffs
Fri Oct 24 19:36:40 2008 UTC (15 years, 5 months ago) by raeburn
Branches: version_2_7_X
Diff to previous 1.484.2.1: preferred, colored to branchpoint 1.484: preferred, colored next main 1.485: preferred, colored
Changes since revision 1.484.2.1: +8 -6 lines
Backport 1.487.

Revision 1.487: download - view: text, markup, annotated - select for diffs
Fri Oct 24 18:23:22 2008 UTC (15 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.486: preferred, colored
Changes since revision 1.486: +8 -6 lines
Stop evaluating variables included within <translated> blocks,
  (Any required substitutions already occur elsewhere).
- Was causing subsitution of $m in expressions such as <m>$m$</m>
 (inside <translated> block) which resulted in LaTeX errors when generating printouts.

Revision 1.484.2.1: download - view: text, markup, annotated - select for diffs
Sat Sep 20 01:17:58 2008 UTC (15 years, 7 months ago) by raeburn
Branches: version_2_7_X
CVS tags: version_2_7_1
Diff to previous 1.484: preferred, colored
Changes since revision 1.484: +4 -4 lines
Backport 1.486.

Revision 1.486: download - view: text, markup, annotated - select for diffs
Thu Sep 11 14:47:24 2008 UTC (15 years, 7 months ago) by bisitz
Branches: MAIN
Diff to previous 1.485: preferred, colored
Changes since revision 1.485: +4 -4 lines
Past tense of "occur" is "occurred" (rr!)
Also added some missing &mt() calls and corrected some other little typos

Revision 1.485: download - view: text, markup, annotated - select for diffs
Fri Sep 5 12:11:45 2008 UTC (15 years, 7 months ago) by onken
Branches: MAIN
Diff to previous 1.484: preferred, colored
Changes since revision 1.484: +104 -2 lines
Add several Methodes to generate LaTeX-Code for PDF-formfields

Revision 1.484: download - view: text, markup, annotated - select for diffs
Fri Aug 8 16:50:39 2008 UTC (15 years, 8 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_7_0
Branch point for: version_2_8_X, version_2_7_X
Diff to previous 1.483: preferred, colored
Changes since revision 1.483: +9 -7 lines
- Added error style and div and blank before message text to error message in CSTR
- Changed span to div for warning message in CSTR

Revision 1.483: download - view: text, markup, annotated - select for diffs
Thu Aug 7 10:19:26 2008 UTC (15 years, 8 months ago) by bisitz
Branches: MAIN
Diff to previous 1.482: preferred, colored
Changes since revision 1.482: +4 -4 lines
- Added two missing &mt() calls to error messages
- tth - same wording everywhere

Revision 1.482: download - view: text, markup, annotated - select for diffs
Fri Aug 1 16:31:26 2008 UTC (15 years, 8 months ago) by bisitz
Branches: MAIN
Diff to previous 1.481: preferred, colored
Changes since revision 1.481: +8 -5 lines
Localized, optimized and standarized warning messages

Revision 1.481: download - view: text, markup, annotated - select for diffs
Wed Jun 25 12:00:37 2008 UTC (15 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_6_99_1, version_2_6_99_0
Diff to previous 1.480: preferred, colored
Changes since revision 1.480: +2 -2 lines
Bug 5695.
Improved fix.  Earlier fix caused other things to break (e.g., scantron grading). Now explicitly pass a grade_noincrement form element in the ssi call to inhibit the unwanted second increment of the counter when displaying submission details ("by datess and submissions" case only).

Revision 1.480: download - view: text, markup, annotated - select for diffs
Tue Jun 10 16:20:39 2008 UTC (15 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.479: preferred, colored
Changes since revision 1.479: +5 -1 lines
The &due_date, etc, functions now return correct timezones and languages.

Revision 1.479: download - view: text, markup, annotated - select for diffs
Thu May 29 15:43:01 2008 UTC (15 years, 10 months ago) by bisitz
Branches: MAIN
Diff to previous 1.478: preferred, colored
Changes since revision 1.478: +5 -5 lines
Same mathrendering optionlist texts as in lonparmset.pm and lonpreferences.pm

Revision 1.478: download - view: text, markup, annotated - select for diffs
Wed May 28 01:32:59 2008 UTC (15 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.477: preferred, colored
Changes since revision 1.477: +25 -1 lines
Rendering options (language and math rendering) also available in xml edit

Revision 1.477: download - view: text, markup, annotated - select for diffs
Fri May 2 22:00:12 2008 UTC (15 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.476: preferred, colored
Changes since revision 1.476: +2 -1 lines
Possibly fixing Bug #5695

Revision 1.476: download - view: text, markup, annotated - select for diffs
Mon Apr 28 14:38:45 2008 UTC (15 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.475: preferred, colored
Changes since revision 1.475: +7 -4 lines
Localization:
Added missing mt() calls

Revision 1.473.2.1: download - view: text, markup, annotated - select for diffs
Fri Mar 21 18:52:28 2008 UTC (16 years, 1 month ago) by raeburn
Branches: version_2_6_X
CVS tags: version_2_6_3
Diff to previous 1.473: preferred, colored next main 1.474: preferred, colored
Changes since revision 1.473: +2 -2 lines
- backport 1.475

Revision 1.475: download - view: text, markup, annotated - select for diffs
Fri Mar 21 18:36:48 2008 UTC (16 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.474: preferred, colored
Changes since revision 1.474: +2 -2 lines
- Remove unbalanced </p>

Revision 1.474: download - view: text, markup, annotated - select for diffs
Wed Mar 12 02:46:03 2008 UTC (16 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.473: preferred, colored
Changes since revision 1.473: +4 -4 lines
Change arguments accepted by lonnet::appenv() to:
1. reference to hash
2. (optional) reference to array.

Change all instances where lonnet::appenv() is called to replace first argument passed (originally a hash) to a reference to the hash.

- Modify lonnet.pm rev 1.35 code intended to prevent "dangerous" modifications of the environment, so it will actually do this.
- Allow these modifications to be made in certain instances:
   DC switching to adhoc role
   CC switching to a different course role in the current course.
   user self-enrolling as a student

Revision 1.473: download - view: text, markup, annotated - select for diffs
Fri Mar 7 21:17:04 2008 UTC (16 years, 1 month ago) by www
Branches: MAIN
Branch point for: version_2_6_X
Diff to previous 1.472: preferred, colored
Changes since revision 1.472: +5 -1 lines
Bug #3381: stop people from publishing broken HTML files

Revision 1.472: download - view: text, markup, annotated - select for diffs
Fri Mar 7 20:49:17 2008 UTC (16 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.471: preferred, colored
Changes since revision 1.471: +25 -3 lines
Part of Bug #3381: LON-CAPA yells if no <html>, <xml>, <body>, etc.

Revision 1.471: download - view: text, markup, annotated - select for diffs
Fri Feb 15 12:59:50 2008 UTC (16 years, 2 months ago) by bisitz
Branches: MAIN
Diff to previous 1.470: preferred, colored
Changes since revision 1.470: +2 -1 lines
Allow authors to use function &implicit_multiplication()
This is necessary for customsresponse problems which should behave like formularesponse problems.

Revision 1.470: download - view: text, markup, annotated - select for diffs
Wed Dec 5 14:52:15 2007 UTC (16 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_99_1
Diff to previous 1.469: preferred, colored
Changes since revision 1.469: +31 -30 lines
- make editing html/sty have same look and feel as EditXML
- elminate bottom buttons

Revision 1.469: download - view: text, markup, annotated - select for diffs
Tue Nov 13 22:16:10 2007 UTC (16 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_99_0
Diff to previous 1.468: preferred, colored
Changes since revision 1.468: +3 -2 lines
- save the target away so it can get enquired about

Revision 1.468: download - view: text, markup, annotated - select for diffs
Tue Oct 30 00:22:27 2007 UTC (16 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.467: preferred, colored
Changes since revision 1.467: +3 -3 lines
- correct some documentation

Revision 1.467: download - view: text, markup, annotated - select for diffs
Wed Oct 24 10:06:22 2007 UTC (16 years, 6 months ago) by foxr
Branches: MAIN
Diff to previous 1.466: preferred, colored
Changes since revision 1.466: +16 -16 lines
rename response_id -> part_response

Revision 1.466: download - view: text, markup, annotated - select for diffs
Mon Oct 22 09:27:50 2007 UTC (16 years, 6 months ago) by foxr
Branches: MAIN
Diff to previous 1.465: preferred, colored
Changes since revision 1.465: +18 -18 lines
Some linguistic changes to reflect the fact that response_id's are being
passed to the bubble tracking stuff.

Revision 1.465: download - view: text, markup, annotated - select for diffs
Tue Oct 16 23:20:05 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.464: preferred, colored
Changes since revision 1.464: +20 -1 lines
- BUG#5481, throw errors in CSTR when the are extraneous unnested startoutext/endouttext tags

Revision 1.464: download - view: text, markup, annotated - select for diffs
Wed Oct 10 14:39:49 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.463: preferred, colored
Changes since revision 1.463: +1 -2 lines
- missed a addbuttons removal

Revision 1.463: download - view: text, markup, annotated - select for diffs
Wed Oct 10 00:02:27 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.462: preferred, colored
Changes since revision 1.462: +19 -17 lines
- switch to using fckeditor rather than html area

Revision 1.462: download - view: text, markup, annotated - select for diffs
Mon Oct 8 09:20:22 2007 UTC (16 years, 6 months ago) by foxr
Branches: MAIN
Diff to previous 1.461: preferred, colored
Changes since revision 1.461: +110 -7 lines
BZ 4074
Add support for maintaining the counters for the number of bubble
lines required per response in exam mode.

Revision 1.461: download - view: text, markup, annotated - select for diffs
Wed Sep 12 14:34:52 2007 UTC (16 years, 7 months ago) by foxr
Branches: MAIN
Diff to previous 1.460: preferred, colored
Changes since revision 1.460: +1 -123 lines
Revert

Revision 1.460: download - view: text, markup, annotated - select for diffs
Wed Sep 12 10:58:18 2007 UTC (16 years, 7 months ago) by foxr
Branches: MAIN
Diff to previous 1.459: preferred, colored
Changes since revision 1.459: +124 -2 lines
BZ4074  - Start moving the book-keeping for the number of bubble lines
in a problem into lonxml.pm.. to be invoked by the various problem types

Revision 1.459: download - view: text, markup, annotated - select for diffs
Tue Sep 11 23:53:13 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.458: preferred, colored
Changes since revision 1.458: +4 -1 lines
- BUG#4816, implementing the <translated> idea

Revision 1.458: download - view: text, markup, annotated - select for diffs
Tue Sep 11 20:36:18 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.457: preferred, colored
Changes since revision 1.457: +2 -1 lines
- BUG#4816, implement new &languages() routine for authoring

Revision 1.457: download - view: text, markup, annotated - select for diffs
Mon Sep 10 20:09:13 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.456: preferred, colored
Changes since revision 1.456: +5 -2 lines
- get the Edit for .sty to only appear in CSTR space

Revision 1.456: download - view: text, markup, annotated - select for diffs
Mon Sep 10 19:46:57 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.455: preferred, colored
Changes since revision 1.455: +26 -15 lines
- adding cstr headers on to .sty file when editing in CSTR
- enable the autoresizing textarea to editing .sty files

Revision 1.449.2.1: download - view: text, markup, annotated - select for diffs
Wed Sep 5 01:03:21 2007 UTC (16 years, 7 months ago) by albertel
Branches: version_2_5_X
CVS tags: version_2_5_2, version_2_5_1
Diff to previous 1.449: preferred, colored next main 1.450: preferred, colored
Changes since revision 1.449: +6 -2 lines
- backport 1.455

Revision 1.455: download - view: text, markup, annotated - select for diffs
Fri Aug 31 19:32:54 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.454: preferred, colored
Changes since revision 1.454: +6 -2 lines
- BUG#5400, was bleeding resource titles across requests if an html file
  contained some subset of .problem related tags

Revision 1.454: download - view: text, markup, annotated - select for diffs
Wed Aug 29 21:49:38 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.453: preferred, colored
Changes since revision 1.453: +22 -3 lines
- add the response id and part id to the error message BUG#5399

Revision 1.453: download - view: text, markup, annotated - select for diffs
Wed Aug 22 19:02:06 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.452: preferred, colored
Changes since revision 1.452: +3 -3 lines
- typo

Revision 1.452: download - view: text, markup, annotated - select for diffs
Sat Aug 18 00:08:36 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.451: preferred, colored
Changes since revision 1.451: +20 -7 lines
- apply to auto-resizing changes to the edit of html pages in CSTR too

Revision 1.451: download - view: text, markup, annotated - select for diffs
Fri Aug 17 21:24:21 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.450: preferred, colored
Changes since revision 1.450: +12 -4 lines
- add on change detection to the html editor (both views)

Revision 1.450: download - view: text, markup, annotated - select for diffs
Fri Aug 17 20:34:31 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.449: preferred, colored
Changes since revision 1.449: +16 -11 lines
- reorder the textarea generation code

Revision 1.449: download - view: text, markup, annotated - select for diffs
Fri Aug 3 23:29:54 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_0
Branch point for: version_2_5_X
Diff to previous 1.448: preferred, colored
Changes since revision 1.448: +9 -8 lines
- more restrictive about what is allowed in id numbers (throws errors on in construct to hopefully not break too many users)

Revision 1.448: download - view: text, markup, annotated - select for diffs
Mon Jun 11 20:52:40 2007 UTC (16 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1
Diff to previous 1.447: preferred, colored
Changes since revision 1.447: +16 -1 lines
- <while> tag was mishandling the grade/answer/analyze modes when displayed output was generated
- moving script var generation out-of main result mechanism and move it to an out of the way location the xml parser handles readding

Revision 1.447: download - view: text, markup, annotated - select for diffs
Thu May 31 04:15:59 2007 UTC (16 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.446: preferred, colored
Changes since revision 1.446: +29 -3 lines
- adding some docs to some internal routines

Revision 1.446: download - view: text, markup, annotated - select for diffs
Thu May 17 21:00:59 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_0, version_2_3_99_0
Diff to previous 1.445: preferred, colored
Changes since revision 1.445: +3 -3 lines
- show insertables by default

Revision 1.445: download - view: text, markup, annotated - select for diffs
Mon May 14 08:42:13 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.444: preferred, colored
Changes since revision 1.444: +4 -2 lines
- prevent some uninitialized warnings

Revision 1.444: download - view: text, markup, annotated - select for diffs
Mon Apr 16 18:47:46 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.443: preferred, colored
Changes since revision 1.443: +3 -2 lines
- handle space in urls that are <allow>ed

Revision 1.443: download - view: text, markup, annotated - select for diffs
Sat Apr 7 01:21:59 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.442: preferred, colored
Changes since revision 1.442: +1 -44 lines
 - elminating insertlist.tab

Revision 1.442: download - view: text, markup, annotated - select for diffs
Sat Apr 7 00:04:40 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.441: preferred, colored
Changes since revision 1.441: +14 -5 lines
- xml mode of insertlist was not respecting the <show> setting

Revision 1.441: download - view: text, markup, annotated - select for diffs
Sat Apr 7 00:02:31 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.440: preferred, colored
Changes since revision 1.440: +13 -7 lines
- when changing a tag's attributes  and intersting something inside of it in one pass, the insert was ignored

Revision 1.440: download - view: text, markup, annotated - select for diffs
Fri Feb 23 00:39:35 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.439: preferred, colored
Changes since revision 1.439: +2 -2 lines
- making error messages get sent again for print failures (BUG#2231)
  - moving decide_receivers to lonmsg for easier inclusion/use by
    cgi scripts

Revision 1.439: download - view: text, markup, annotated - select for diffs
Sun Feb 18 02:10:04 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.438: preferred, colored
Changes since revision 1.438: +15 -23 lines
- cleanup some nasty old bookkeeping code

Revision 1.438: download - view: text, markup, annotated - select for diffs
Sun Feb 18 02:07:11 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.437: preferred, colored
Changes since revision 1.437: +117 -7 lines
- switch to using xml description of insertionabilities

Revision 1.437: download - view: text, markup, annotated - select for diffs
Mon Jan 29 23:51:04 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.436: preferred, colored
Changes since revision 1.436: +29 -28 lines
- modfying how insertlist looks
- some code simplification

Revision 1.430.2.3: download - view: text, markup, annotated - select for diffs
Mon Jan 8 18:45:31 2007 UTC (17 years, 3 months ago) by albertel
Branches: version_2_3_X
CVS tags: version_2_3_2, version_2_3_1
Diff to previous 1.430.2.2: preferred, colored to branchpoint 1.430: preferred, colored next main 1.431: preferred, colored
Changes since revision 1.430.2.2: +1 -2 lines
- backport 1.436

Revision 1.436: download - view: text, markup, annotated - select for diffs
Mon Jan 8 18:44:01 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.435: preferred, colored
Changes since revision 1.435: +1 -2 lines
- log spew

Revision 1.430.2.2: download - view: text, markup, annotated - select for diffs
Fri Dec 29 20:36:13 2006 UTC (17 years, 3 months ago) by albertel
Branches: version_2_3_X
CVS tags: version_2_3_0
Diff to previous 1.430.2.1: preferred, colored to branchpoint 1.430: preferred, colored
Changes since revision 1.430.2.1: +3 -2 lines
- backport 1.435

Revision 1.435: download - view: text, markup, annotated - select for diffs
Thu Dec 28 17:20:36 2006 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.434: preferred, colored
Changes since revision 1.434: +3 -2 lines
Bug 4604  Include baseurl in message.

Revision 1.430.2.1: download - view: text, markup, annotated - select for diffs
Thu Dec 28 03:00:24 2006 UTC (17 years, 3 months ago) by albertel
Branches: version_2_3_X
Diff to previous 1.430: preferred, colored
Changes since revision 1.430: +5 -2 lines
- backport 1.434

Revision 1.434: download - view: text, markup, annotated - select for diffs
Sun Dec 24 22:13:20 2006 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.433: preferred, colored
Changes since revision 1.433: +5 -2 lines
Include symb in msgid when sending feedback about a resource.

Include an error bit in msgid (1 if message is a "bomb" caused by an error when rendering a problem.

Include symb and resource title in messsage (<symb> and <resource_title> tags) when feedback is about a resource.

Navigate Contents page now checks for unread feedback or errors using symb instead of just resource url.

Navigate Contents page checks for resource context based on symb in msgid instead of in [url] included in message subject.  Backwards compatibility with old-style messages retained.

Subject for feedback messages about resources appends message title instead of url inside [].

Title on feedback page now avoids leaking unencrypted file name in cases where no title was assigned to a resource with hidden url.

When displaying feedback messages about a resource in a course, "Refers to" link displayed when viewer has corresponding course role selected includes symb in the link. Link text is now resource title.

"Refers to" link points to unencrypted resource url if feedback message is viewed under role other than original course, only if user has bre privilege for the resource, otherwise "Refers to" link is not displayed.

lonfeedback -- Some replacement of decode_symb() and &clutter() and &dewrapper() with &get_feedurl_and_clean_symb() for replies and edits of discussion posts.

lonfeedback -- More work on in ensuring hidden urls are encrypted or unencrypted as required.

Revision 1.433: download - view: text, markup, annotated - select for diffs
Wed Dec 20 22:51:27 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.432: preferred, colored
Changes since revision 1.432: +6 -3 lines
- correct reference to subroutine to correct namespace

Revision 1.432: download - view: text, markup, annotated - select for diffs
Tue Dec 19 14:53:18 2006 UTC (17 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.431: preferred, colored
Changes since revision 1.431: +4 -1 lines
- Make <formulahint> work with MAXIMA
- fix normal formulahint. Didn't have access to &capa_formula_fix

Revision 1.431: download - view: text, markup, annotated - select for diffs
Tue Dec 19 14:24:07 2006 UTC (17 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.430: preferred, colored
Changes since revision 1.430: +4 -1 lines
&cas()

Revision 1.430: download - view: text, markup, annotated - select for diffs
Mon Dec 11 00:42:47 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_99_1, version_2_2_99_0
Branch point for: version_2_3_X
Diff to previous 1.429: preferred, colored
Changes since revision 1.429: +3 -3 lines
- disable some debuggin routines

Revision 1.429: download - view: text, markup, annotated - select for diffs
Thu Nov 30 08:53:35 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.428: preferred, colored
Changes since revision 1.428: +3 -3 lines
- change misnamed variable

Revision 1.428: download - view: text, markup, annotated - select for diffs
Thu Nov 30 01:07:09 2006 UTC (17 years, 4 months ago) by banghart
Branches: MAIN
Diff to previous 1.427: preferred, colored
Changes since revision 1.427: +8 -10 lines
	Bug #5081. Adds undo function to edit HTML.

Revision 1.427: download - view: text, markup, annotated - select for diffs
Thu Nov 23 22:11:21 2006 UTC (17 years, 4 months ago) by banghart
Branches: MAIN
Diff to previous 1.426: preferred, colored
Changes since revision 1.426: +7 -3 lines
	Bug 5081. Toward giving edit HTML the same functionality as
		edit XML. Still need UNDO function.

Revision 1.426: download - view: text, markup, annotated - select for diffs
Thu Nov 23 02:26:43 2006 UTC (17 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.425: preferred, colored
Changes since revision 1.425: +4 -4 lines
	Bug 5081. HTML editor now has "Save and Edit" and "Save and View"
		  buttons.

Revision 1.425: download - view: text, markup, annotated - select for diffs
Fri Nov 10 19:41:34 2006 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.424: preferred, colored
Changes since revision 1.424: +6 -1 lines
- BUG#5076 warn when tags don't get closed.

Revision 1.424: download - view: text, markup, annotated - select for diffs
Wed Nov 1 23:24:51 2006 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.423: preferred, colored
Changes since revision 1.423: +2 -2 lines
- adding support for <vector> answers
    <answer><value>1</value><value>2</value></answer>
    requires 2 <textline>s
    <answer><vector>1,2</vector></answer>
    requires 1 textline

    Still borken:
    <answer type="unordered"><vector>1,2</vector><value>3</value></answer>

Revision 1.423: download - view: text, markup, annotated - select for diffs
Tue Oct 17 15:11:37 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.422: preferred, colored
Changes since revision 1.422: +3 -45 lines
- complte the move of whichuser() from lonnxml -> lonnet

Revision 1.415.2.1: download - view: text, markup, annotated - select for diffs
Wed Oct 4 19:50:43 2006 UTC (17 years, 6 months ago) by albertel
Branches: version_2_2_X
CVS tags: version_2_2_2
Diff to previous 1.415: preferred, colored next main 1.416: preferred, colored
Changes since revision 1.415: +3 -4 lines
- backport 1.421 1.422

Revision 1.422: download - view: text, markup, annotated - select for diffs
Wed Oct 4 19:48:36 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.421: preferred, colored
Changes since revision 1.421: +3 -3 lines
- problem counter updating requires forced reloads of the session environment

Revision 1.421: download - view: text, markup, annotated - select for diffs
Tue Oct 3 20:37:07 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.420: preferred, colored
Changes since revision 1.420: +1 -2 lines
- was double initing the html area editor in CSTR for html pages

Revision 1.420: download - view: text, markup, annotated - select for diffs
Fri Sep 29 20:36:45 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.419: preferred, colored
Changes since revision 1.419: +4 -1 lines
- making some debug tools available n the safe spaceto safe space

Revision 1.419: download - view: text, markup, annotated - select for diffs
Tue Sep 26 04:26:15 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.418: preferred, colored
Changes since revision 1.418: +3 -3 lines
- BUG#5027

Revision 1.418: download - view: text, markup, annotated - select for diffs
Tue Sep 19 18:17:18 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.417: preferred, colored
Changes since revision 1.417: +1 -2 lines
- remove debug

Revision 1.417: download - view: text, markup, annotated - select for diffs
Mon Sep 18 21:47:34 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.416: preferred, colored
Changes since revision 1.416: +21 -16 lines
- BUG#5013

Revision 1.416: download - view: text, markup, annotated - select for diffs
Thu Sep 14 21:52:36 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.415: preferred, colored
Changes since revision 1.415: +2 -2 lines
- fixing the english

Revision 1.415: download - view: text, markup, annotated - select for diffs
Tue Jul 11 09:44:04 2006 UTC (17 years, 9 months ago) by foxr
Branches: MAIN
CVS tags: version_2_2_1, version_2_2_0, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1
Branch point for: version_2_2_X
Diff to previous 1.414: preferred, colored
Changes since revision 1.414: +3 -3 lines
Correct order of substitutions for LaTeX special chars.

Revision 1.414: download - view: text, markup, annotated - select for diffs
Mon Jul 3 10:34:30 2006 UTC (17 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.413: preferred, colored
Changes since revision 1.413: +4 -3 lines
Adjust latex_special_symbols so that instead of mapping some stuff to " "
it gets mapped to LaTeX to generate the correct characters.

Revision 1.413: download - view: text, markup, annotated - select for diffs
Tue Jun 27 14:22:39 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_99_0
Diff to previous 1.412: preferred, colored
Changes since revision 1.412: +3 -2 lines
- need to add the machine id to the error messages in order for to tell the cause of some messages

Revision 1.412: download - view: text, markup, annotated - select for diffs
Mon May 15 22:30:10 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.411: preferred, colored
Changes since revision 1.411: +2 -2 lines
- throwing ISE when creating new html file

Revision 1.411: download - view: text, markup, annotated - select for diffs
Thu Apr 20 02:58:14 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.410: preferred, colored
Changes since revision 1.410: +1 -5 lines
- moving this global from lonxml into the session environment

Revision 1.410: download - view: text, markup, annotated - select for diffs
Tue Apr 18 22:35:55 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.409: preferred, colored
Changes since revision 1.409: +3 -5 lines
- moving htmlare filed handling to be in htmlcommon like the rest of the htmlarea handling

Revision 1.409: download - view: text, markup, annotated - select for diffs
Tue Apr 18 20:55:26 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.408: preferred, colored
Changes since revision 1.408: +1 -23 lines
- move xmlbegin to loncommon

Revision 1.408: download - view: text, markup, annotated - select for diffs
Tue Apr 18 20:50:45 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.407: preferred, colored
Changes since revision 1.407: +1 -13 lines
- move fontsetting to be with start/end_page

Revision 1.407: download - view: text, markup, annotated - select for diffs
Tue Apr 18 20:43:47 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.406: preferred, colored
Changes since revision 1.406: +2 -2 lines
- xmlend should only get called by end_page

Revision 1.406: download - view: text, markup, annotated - select for diffs
Thu Apr 13 19:00:40 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.405: preferred, colored
Changes since revision 1.405: +1 -2 lines
- moving the 'only body tag when in construction space and using the remote control' detection into the bodytag function directly

Revision 1.405: download - view: text, markup, annotated - select for diffs
Thu Apr 13 18:35:17 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.404: preferred, colored
Changes since revision 1.404: +3 -3 lines
-elimintaing some endbodytag usaages

Revision 1.404: download - view: text, markup, annotated - select for diffs
Tue Apr 11 14:17:06 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.403: preferred, colored
Changes since revision 1.403: +2 -3 lines
- adding machine that cuased the error to be added to the error message

Revision 1.403: download - view: text, markup, annotated - select for diffs
Tue Apr 11 14:07:33 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.402: preferred, colored
Changes since revision 1.402: +6 -4 lines
- adding the machine id of the computer that is throwing the error message

Revision 1.402: download - view: text, markup, annotated - select for diffs
Thu Mar 23 23:48:10 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.401: preferred, colored
Changes since revision 1.401: +14 -15 lines
- start_page

Revision 1.401: download - view: text, markup, annotated - select for diffs
Fri Mar 10 23:49:35 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.400: preferred, colored
Changes since revision 1.400: +7 -1 lines
- elmintaing more direct manipulations of form.counter
- some style cleanups to the use of ::ssi

Revision 1.400: download - view: text, markup, annotated - select for diffs
Thu Mar 9 00:39:28 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.399: preferred, colored
Changes since revision 1.399: +1 -2 lines
- log spew

Revision 1.399: download - view: text, markup, annotated - select for diffs
Wed Mar 8 22:15:47 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.398: preferred, colored
Changes since revision 1.398: +10 -0 lines
- being more insistant about correct id

Revision 1.398: download - view: text, markup, annotated - select for diffs
Wed Mar 8 21:49:26 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.397: preferred, colored
Changes since revision 1.397: +22 -0 lines
- add some functions to make form.counter easier to live with

Revision 1.397: download - view: text, markup, annotated - select for diffs
Sun Feb 5 18:30:56 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.396: preferred, colored
Changes since revision 1.396: +2 -1 lines
- need to setup the global

Revision 1.396: download - view: text, markup, annotated - select for diffs
Sat Feb 4 22:11:42 2006 UTC (18 years, 2 months ago) by foxr
Branches: MAIN
Diff to previous 1.395: preferred, colored
Changes since revision 1.395: +21 -1 lines
defect 4520: When printing a <pre></pre> section latex symbol substitution
must be turned off or else output can look funny e.g.
%  -> \%  <  -> \ensuremath{<} etc.
 ----------------------------------------------------------------------

Revision 1.395: download - view: text, markup, annotated - select for diffs
Fri Jan 13 10:33:25 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3, version_2_1_2, version_2_1_1
Diff to previous 1.394: preferred, colored
Changes since revision 1.394: +2 -2 lines
- make rawmode actually work

Revision 1.394: download - view: text, markup, annotated - select for diffs
Tue Dec 20 20:32:55 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_0, version_2_0_99_1
Diff to previous 1.393: preferred, colored
Changes since revision 1.393: +4 -4 lines
- need to only do the grade mode endredirection once on the main intial inner_xmlparse call, not any reentrent calls to it

Revision 1.393: download - view: text, markup, annotated - select for diffs
Thu Dec 8 19:37:05 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.392: preferred, colored
Changes since revision 1.392: +34 -0 lines
- reenabling Math::Complex
- cleanse any possbile sub namespaces under the Safe namespace to reduce memory usage

Revision 1.392: download - view: text, markup, annotated - select for diffs
Thu Dec 8 02:15:36 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.391: preferred, colored
Changes since revision 1.391: +1 -3 lines
- need to remove Math::Complex, this means of including it is causing over 600k of memory leakage per safe space initialization

Revision 1.391: download - view: text, markup, annotated - select for diffs
Tue Dec 6 10:21:18 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.390: preferred, colored
Changes since revision 1.390: +5 -2 lines
- reset the counter evertime when looking at resources in CSTR

Revision 1.390: download - view: text, markup, annotated - select for diffs
Thu Nov 17 20:04:19 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.389: preferred, colored
Changes since revision 1.389: +2 -8 lines
- increasing use of plainname

Revision 1.389: download - view: text, markup, annotated - select for diffs
Tue Nov 15 16:38:12 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.388: preferred, colored
Changes since revision 1.388: +5 -5 lines
- inner_xmlparse is renetrant need to preserve the state of Apache::lonxml::redirection

Revision 1.388: download - view: text, markup, annotated - select for diffs
Thu Nov 10 21:38:27 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.387: preferred, colored
Changes since revision 1.387: +7 -2 lines
- Apache->request doesn't work unde mod_perl 2...

Revision 1.387: download - view: text, markup, annotated - select for diffs
Thu Nov 10 21:28:21 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.386: preferred, colored
Changes since revision 1.386: +9 -3 lines
- throw an error when enderedirection hasn't been called

Revision 1.386: download - view: text, markup, annotated - select for diffs
Wed Nov 2 22:48:52 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.385: preferred, colored
Changes since revision 1.385: +2 -2 lines
- BUG #4435

Revision 1.385: download - view: text, markup, annotated - select for diffs
Tue Oct 18 21:49:37 2005 UTC (18 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.384: preferred, colored
Changes since revision 1.384: +6 -3 lines
- allow 'raw' access to an html file

Revision 1.384: download - view: text, markup, annotated - select for diffs
Tue Oct 18 21:46:19 2005 UTC (18 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.383: preferred, colored
Changes since revision 1.383: +9 -1 lines
- rework how extlink is used

Revision 1.383: download - view: text, markup, annotated - select for diffs
Mon Sep 26 21:39:53 2005 UTC (18 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.382: preferred, colored
Changes since revision 1.382: +34 -1 lines
- adding Math::Complex and Math::Cephes::Matrix

Revision 1.382: download - view: text, markup, annotated - select for diffs
Wed Sep 14 19:20:23 2005 UTC (18 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2
Diff to previous 1.381: preferred, colored
Changes since revision 1.381: +16 -4 lines
- preserver CDATA sections as such

Revision 1.381: download - view: text, markup, annotated - select for diffs
Sun Jul 10 21:43:35 2005 UTC (18 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2
Diff to previous 1.380: preferred, colored
Changes since revision 1.380: +2 -3 lines
Bug #3750:
View HTML/XML/... ignored bodytag settings, forced style.
Double DTD entry, because lonxml now produces one itself.

Revision 1.380: download - view: text, markup, annotated - select for diffs
Fri Jul 8 10:39:49 2005 UTC (18 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.379: preferred, colored
Changes since revision 1.379: +15 -3 lines
Back in town.

Revision 1.379: download - view: text, markup, annotated - select for diffs
Wed Jun 29 19:02:14 2005 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1
Diff to previous 1.378: preferred, colored
Changes since revision 1.378: +3 -3 lines
- discussion per reource on a page was happening

Revision 1.378: download - view: text, markup, annotated - select for diffs
Fri Jun 24 21:09:31 2005 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_0
Diff to previous 1.377: preferred, colored
Changes since revision 1.377: +2 -1 lines
- \ wasn't printing

Revision 1.377: download - view: text, markup, annotated - select for diffs
Fri Jun 17 17:51:15 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.376: preferred, colored
Changes since revision 1.376: +2 -7 lines
- this is what clutter takes care of

Revision 1.376: download - view: text, markup, annotated - select for diffs
Wed Jun 15 13:06:41 2005 UTC (18 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.375: preferred, colored
Changes since revision 1.375: +7 -2 lines
Change so students can view embedded images in HTML pages uploaded via DOCS.

Revision 1.375: download - view: text, markup, annotated - select for diffs
Thu Jun 9 02:12:26 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.374: preferred, colored
Changes since revision 1.374: +1 -3 lines
- useless lines

Revision 1.374: download - view: text, markup, annotated - select for diffs
Sat May 28 01:32:33 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.373: preferred, colored
Changes since revision 1.373: +3 -37 lines
Put all XML/HTML cleanup into separate handler

Revision 1.373: download - view: text, markup, annotated - select for diffs
Tue May 3 06:44:56 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1_tmcc
Diff to previous 1.372: preferred, colored
Changes since revision 1.372: +11 -6 lines
- setup env so lonxml::whichuser returns data for user being graded
- need to reset rndseed, since we don't know til the end of <Task> who we are grading
- remember who we are grading

Revision 1.372: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:27 2005 UTC (19 years ago) by albertel
Branches: MAIN
CVS tags: version_1_99_0_tmcc
Diff to previous 1.371: preferred, colored
Changes since revision 1.371: +76 -76 lines
- ENV -> env

Revision 1.371: download - view: text, markup, annotated - select for diffs
Thu Apr 7 00:42:07 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.370: preferred, colored
Changes since revision 1.370: +3 -1 lines
- BUG#4045 diable the srand and rand Opcode, attempts to use either will throw errors
  and not work

Revision 1.370: download - view: text, markup, annotated - select for diffs
Mon Apr 4 18:14:58 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.369: preferred, colored
Changes since revision 1.369: +2 -1 lines
- making bridge tasks randomize whihc instance in a dimension is shown

Revision 1.369: download - view: text, markup, annotated - select for diffs
Fri Apr 1 18:08:14 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.368: preferred, colored
Changes since revision 1.368: +2 -1 lines
- BUG# 2331, homework can be done in 'sequential' mode now, Only show part 2 once part 1 is correct, or unanswerable (tries exhausted)
- added new function &check_status($partid) to check the current status of a part

Revision 1.368: download - view: text, markup, annotated - select for diffs
Thu Mar 31 15:55:47 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.367: preferred, colored
Changes since revision 1.367: +4 -2 lines
- adding Apache::lonhomework::parsing_a_task

Revision 1.367: download - view: text, markup, annotated - select for diffs
Wed Mar 23 22:02:32 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.366: preferred, colored
Changes since revision 1.366: +8 -9 lines
- escape { and } for printing
- handle strings of special symbols more correctly

Revision 1.366: download - view: text, markup, annotated - select for diffs
Thu Mar 17 13:56:32 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.365: preferred, colored
Changes since revision 1.365: +2 -2 lines
- style="width:100%" tells a textarea to be as wides as it can be

Revision 1.365: download - view: text, markup, annotated - select for diffs
Wed Mar 16 19:09:44 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.364: preferred, colored
Changes since revision 1.364: +3 -2 lines
- can do a very simplistic rendering of a bridge task, doesn't actually implement any of the functionality, just puls it a part, picks the first <Instance> in a <Dimension> and wraps the <Criteria> in a <table> , enough to get started on implementing the proper acces controls logic

Revision 1.364: download - view: text, markup, annotated - select for diffs
Wed Mar 16 15:46:42 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.363: preferred, colored
Changes since revision 1.363: +2 -6 lines
- context_type takes care of switching it to xml now

Revision 1.363: download - view: text, markup, annotated - select for diffs
Wed Mar 16 13:24:15 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.362: preferred, colored
Changes since revision 1.362: +5 -3 lines
- only send last modified headers for published requests

Revision 1.362: download - view: text, markup, annotated - select for diffs
Thu Mar 10 19:10:31 2005 UTC (19 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.361: preferred, colored
Changes since revision 1.361: +8 -2 lines
Exclude discussion by default from ssi_body calls.

Revision 1.361: download - view: text, markup, annotated - select for diffs
Thu Mar 10 02:34:59 2005 UTC (19 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.360: preferred, colored
Changes since revision 1.360: +4 -1 lines
Do document-checking via ssi-call
Do not let people publish documents with errors

Revision 1.360: download - view: text, markup, annotated - select for diffs
Tue Mar 1 03:21:58 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.359: preferred, colored
Changes since revision 1.359: +2 -2 lines
- jsMath mode works on HW problems in a course
- jsMath works in FDBK

Revision 1.359: download - view: text, markup, annotated - select for diffs
Mon Feb 28 22:21:40 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.358: preferred, colored
Changes since revision 1.358: +2 -3 lines
- my imperfection nows no bounds

Revision 1.358: download - view: text, markup, annotated - select for diffs
Mon Feb 28 22:17:09 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.357: preferred, colored
Changes since revision 1.357: +27 -4 lines
- stop allowing infinte loops to cause havoc, nesting alram() doesn't work so we need to fake the ability to do it.

Revision 1.357: download - view: text, markup, annotated - select for diffs
Sat Feb 26 05:37:23 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.356: preferred, colored
Changes since revision 1.356: +7 -5 lines
- ttm can now be forced on, which means Hi XML, what you mean we really have to be xml now?
   - roles screen with no roles doesn't barf in xml mode
   - viewing a homework problem with an inline remote and no selected roles doesn't baf
   - pref screen to change back to something else doesn't barf

- no guarentees about anything else, not that the remote control in particular is non functional

Revision 1.356: download - view: text, markup, annotated - select for diffs
Thu Feb 17 08:34:56 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.355: preferred, colored
Changes since revision 1.355: +15 -12 lines
- changes to xmlbegin to allow use inside javascript

Revision 1.355: download - view: text, markup, annotated - select for diffs
Sun Jan 30 23:31:12 2005 UTC (19 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.354: preferred, colored
Changes since revision 1.354: +3 -2 lines
More known tags for lowercasing during cleanup.

Revision 1.354: download - view: text, markup, annotated - select for diffs
Sun Jan 30 12:56:45 2005 UTC (19 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.353: preferred, colored
Changes since revision 1.353: +20 -15 lines
Bug #1148: Treebuilder removes perfectly fine endtags, Tidy is not ready for
use. Just manually fix the basics so the button can be used.

Revision 1.353: download - view: text, markup, annotated - select for diffs
Fri Jan 28 21:08:45 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.352: preferred, colored
Changes since revision 1.352: +2 -2 lines
- typo

Revision 1.352: download - view: text, markup, annotated - select for diffs
Fri Jan 28 09:49:52 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.351: preferred, colored
Changes since revision 1.351: +3 -1 lines
- attempting to correctly set the Last-Modified header. BUG#603

Revision 1.351: download - view: text, markup, annotated - select for diffs
Mon Jan 24 22:36:03 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2
Diff to previous 1.350: preferred, colored
Changes since revision 1.350: +5 -1 lines
 BUG#3851, when able to edit a simple problem, don't throw bombs, just show the error/warnign messages

Revision 1.350: download - view: text, markup, annotated - select for diffs
Thu Dec 9 23:45:59 2004 UTC (19 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_1, version_1_3_0, version_1_2_99_1
Diff to previous 1.349: preferred, colored
Changes since revision 1.349: +29 -28 lines
- BUG#3704, also whichuser will now will better if a user is trying to force through a course/symb/user/daom cahnge,

Revision 1.349: download - view: text, markup, annotated - select for diffs
Fri Dec 3 22:14:22 2004 UTC (19 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.348: preferred, colored
Changes since revision 1.348: +6 -2 lines
- headers on in remoteless CSTR html editing

Revision 1.348: download - view: text, markup, annotated - select for diffs
Tue Nov 30 22:57:16 2004 UTC (19 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.347: preferred, colored
Changes since revision 1.347: +11 -3 lines
 - fixing at least BUG#3648, BUG#3649, simple problem editor now uses ::ssi to get the rendering of the problem.

Revision 1.347: download - view: text, markup, annotated - select for diffs
Mon Nov 29 22:45:51 2004 UTC (19 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.346: preferred, colored
Changes since revision 1.346: +14 -2 lines
BUG#3634, don't emit the fullpage plugin load commands if htmlarea isn't being used.

Revision 1.346: download - view: text, markup, annotated - select for diffs
Thu Oct 21 02:43:34 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_99_0
Diff to previous 1.345: preferred, colored
Changes since revision 1.345: +3 -2 lines
- BUG#1363, unit="$" now requires the answer to start with $
            unit="," now requires proper commation
            unit="$," requires both

Revision 1.332.2.2: download - view: text, markup, annotated - select for diffs
Mon Oct 18 19:50:43 2004 UTC (19 years, 6 months ago) by albertel
Branches: version_1_2_X
Diff to previous 1.332.2.1: preferred, colored to branchpoint 1.332: preferred, colored next main 1.333: preferred, colored
Changes since revision 1.332.2.1: +7 -1 lines
- backport 1.345

Revision 1.345: download - view: text, markup, annotated - select for diffs
Mon Oct 18 19:49:58 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.344: preferred, colored
Changes since revision 1.344: +7 -1 lines
- BUG#3553, whichuser wasn't checking allowed with section

Revision 1.344: download - view: text, markup, annotated - select for diffs
Tue Oct 12 22:55:22 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.343: preferred, colored
Changes since revision 1.343: +3 -2 lines
- xhtmlizing cleanup

Revision 1.343: download - view: text, markup, annotated - select for diffs
Tue Oct 12 22:25:40 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.342: preferred, colored
Changes since revision 1.342: +7 -3 lines
- BUG#3445 try to detect when someone uploads a rendering of a Lon-CAPA reesource. (Wlooks for 'BEGIN LON-CAPA Internal'

Revision 1.342: download - view: text, markup, annotated - select for diffs
Thu Oct 7 16:27:48 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.341: preferred, colored
Changes since revision 1.341: +2 -2 lines
- escape any dollar signs that appear in a string arg if they aren't immediately
    followed by a-z A-Z _ { this is less restictive then what I did in 1.293, and
     shouldn't trigger bug #2420 again. Crossing my fingers.

Revision 1.341: download - view: text, markup, annotated - select for diffs
Tue Oct 5 20:18:29 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.340: preferred, colored
Changes since revision 1.340: +3 -2 lines
- BUG#1363, support $ and , format specifiers in <numericalresponse> if $ is required, require the answer to have a $ at the beginning

Revision 1.340: download - view: text, markup, annotated - select for diffs
Tue Oct 5 18:54:49 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.339: preferred, colored
Changes since revision 1.339: +13 -7 lines
- only do the gettimeofday calls when in debug mode

Revision 1.339: download - view: text, markup, annotated - select for diffs
Tue Oct 5 18:51:50 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.338: preferred, colored
Changes since revision 1.338: +14 -4 lines
- add in timing info to the debugging info

Revision 1.332.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 29 08:17:22 2004 UTC (19 years, 7 months ago) by albertel
Branches: version_1_2_X
CVS tags: version_1_2_1, version_1_2_0
Diff to previous 1.332: preferred, colored
Changes since revision 1.332: +2 -1 lines
 backport 1.338

Revision 1.338: download - view: text, markup, annotated - select for diffs
Sun Aug 29 08:14:41 2004 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.337: preferred, colored
Changes since revision 1.337: +2 -1 lines
- add ability to turn off wysiwig eidtor when editing html files

Revision 1.337: download - view: text, markup, annotated - select for diffs
Mon Aug 23 19:53:13 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.336: preferred, colored
Changes since revision 1.336: +10 -8 lines
- allow multiple style files

Revision 1.336: download - view: text, markup, annotated - select for diffs
Thu Aug 19 20:53:48 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.335: preferred, colored
Changes since revision 1.335: +35 -25 lines
- error message now reads better depeing on context BUG#3312

Revision 1.335: download - view: text, markup, annotated - select for diffs
Tue Aug 10 18:25:53 2004 UTC (19 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.334: preferred, colored
Changes since revision 1.334: +4 -3 lines
Cleanup for bug 2838 is done.

Revision 1.334: download - view: text, markup, annotated - select for diffs
Tue Aug 10 18:03:30 2004 UTC (19 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.333: preferred, colored
Changes since revision 1.333: +9 -2 lines
Bug 2838 (print attached discussions too) is fixed with the use of newparser. I have another variant with inner_parser too but hope to hear your opinion first.
As I've mentioned in log for lonfeedback.pm I am open for any changes of printed info (I want to talk with people about this).

Revision 1.333: download - view: text, markup, annotated - select for diffs
Tue Jul 27 23:35:34 2004 UTC (19 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.332: preferred, colored
Changes since revision 1.332: +5 -3 lines
Spelling links

Revision 1.332: download - view: text, markup, annotated - select for diffs
Mon Jul 26 16:23:47 2004 UTC (19 years, 8 months ago) by sakharuk
Branches: MAIN
CVS tags: version_1_1_99_5, version_1_1_99_4
Branch point for: version_1_2_X
Diff to previous 1.331: preferred, colored
Changes since revision 1.331: +2 -1 lines
Bug 3182 (Printing random label problem with more than one image.) is fixed.

Revision 1.331: download - view: text, markup, annotated - select for diffs
Mon Jul 19 16:48:28 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.330: preferred, colored
Changes since revision 1.330: +2 -1 lines
- need to allow require because of &xmlparse recursion into run::evaluate

Revision 1.330: download - view: text, markup, annotated - select for diffs
Tue Jul 13 19:12:46 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_3
Diff to previous 1.329: preferred, colored
Changes since revision 1.329: +1 -22 lines
- can't do this in a subroutine the $decls are my scoped and therefore not visibile in the subroutine, Need to move it back into the regexp, which mean enabling require opcode when doing run::evaluate might be able to get around this in a future release.

Revision 1.329: download - view: text, markup, annotated - select for diffs
Tue Jul 13 18:13:46 2004 UTC (19 years, 9 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.328: preferred, colored
Changes since revision 1.328: +4 -3 lines
Underscore problem is fixed (escaped everywhere).

Revision 1.328: download - view: text, markup, annotated - select for diffs
Mon Jul 12 16:25:51 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.327: preferred, colored
Changes since revision 1.327: +17 -9 lines
- BUG#3186, when doing redirection, need to turn metamode off, so that endriderection does actually get any interveing text.

Revision 1.327: download - view: text, markup, annotated - select for diffs
Thu Jul 8 14:35:12 2004 UTC (19 years, 9 months ago) by sakharuk
Branches: MAIN
CVS tags: version_1_1_99_2
Diff to previous 1.326: preferred, colored
Changes since revision 1.326: +3 -1 lines
Transfered one line of the code from lonprintout.pm to lonxml.pm to fox a bug
3175 (printing with ____).

Revision 1.326: download - view: text, markup, annotated - select for diffs
Wed Jul 7 20:43:20 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.325: preferred, colored
Changes since revision 1.325: +25 -25 lines
- BUG#3177, silly regexp was causing massize slowdown on large <script> blocks

Revision 1.325: download - view: text, markup, annotated - select for diffs
Sat Jun 12 01:09:31 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_1_1_99_1
Diff to previous 1.324: preferred, colored
Changes since revision 1.324: +3 -1 lines
Bug #3066: spurious "enable/disable htmlarea" link is gone (hopefully)

Revision 1.324: download - view: text, markup, annotated - select for diffs
Mon Jun 7 21:56:24 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.323: preferred, colored
Changes since revision 1.323: +4 -2 lines
- BUG#2783, <reactionresponse> now does a parse pass to reorder strip whitespace etc, from  oth instructor supplied answer and student supplid answer before comparing.
- new function &chem_standard_order available to Safe space

Revision 1.323: download - view: text, markup, annotated - select for diffs
Sat Jun 5 14:46:12 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.322: preferred, colored
Changes since revision 1.322: +5 -6 lines
Fullpage editor for html files in Construction Space

Revision 1.322: download - view: text, markup, annotated - select for diffs
Fri Jun 4 22:56:46 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.321: preferred, colored
Changes since revision 1.321: +2 -1 lines
- new course PARM 'disablesigfigs' allows one to turn off sigfig checking in the entire course (BUG#2842)

Revision 1.321: download - view: text, markup, annotated - select for diffs
Fri Jun 4 14:03:57 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.320: preferred, colored
Changes since revision 1.320: +29 -11 lines
Work on making fullpage HTMLArea - still need to install the plugin.

Revision 1.320: download - view: text, markup, annotated - select for diffs
Thu Jun 3 14:28:39 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.319: preferred, colored
Changes since revision 1.319: +2 -2 lines
HTMLarea - only have 5 minutes.

There are lots of odd problems with Mozilla, not just meta-refresh, but
also popup windows and one random segmentation fault.

Revision 1.319: download - view: text, markup, annotated - select for diffs
Thu May 27 04:25:13 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.318: preferred, colored
Changes since revision 1.318: +2 -2 lines
- fixes for randnumber generation
   - due to a error in coding the 64bit and 64bit2 rnd seeds were throwing away the second half of the seed, we now preserve this functionality and make it explicit
   - additionally 64bit3 now uses all 64bits of the seed
   - also added new function pushrandomnumber poprandomnumber to be called instead of setrandomnumber before we were crunching the Safe space random number generator state, as this function is used bu thing the <optionresponse> and <radoibuttonresponse> this meant changes in the internal randomization code could screw up later Safe space random calls the old method is preserved for blank 64bit and 64bit2 randomiztion env.

Revision 1.318: download - view: text, markup, annotated - select for diffs
Fri May 21 21:07:54 2004 UTC (19 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.317: preferred, colored
Changes since revision 1.317: +9 -1 lines
Throw away unhandled tags in tex output, just like web browsers do with
bogus html tags.

Revision 1.317: download - view: text, markup, annotated - select for diffs
Thu Apr 15 20:18:46 2004 UTC (20 years ago) by albertel
Branches: MAIN
Diff to previous 1.316: preferred, colored
Changes since revision 1.316: +5 -5 lines
- the tag  <annoy)guy> is valid. :-)

Revision 1.316: download - view: text, markup, annotated - select for diffs
Mon Apr 12 22:55:59 2004 UTC (20 years ago) by albertel
Branches: MAIN
Diff to previous 1.315: preferred, colored
Changes since revision 1.315: +10 -29 lines
- BUG#2866, Were npot doing a case insensensitve search in get_all_text_unbalanced
- also were incorrectly allowing <loncapa_internal_turn_sylyeon/off /> need to require it to be capitalized
- some protective \Q \E added

Revision 1.315: download - view: text, markup, annotated - select for diffs
Wed Mar 31 05:24:00 2004 UTC (20 years ago) by albertel
Branches: MAIN
Diff to previous 1.314: preferred, colored
Changes since revision 1.314: +2 -9 lines
- trying to be UTF8 transparent

Revision 1.314: download - view: text, markup, annotated - select for diffs
Tue Mar 30 07:16:24 2004 UTC (20 years ago) by albertel
Branches: MAIN
Diff to previous 1.313: preferred, colored
Changes since revision 1.313: +4 -4 lines
- utf-8 can do some funk-ass things to Perl

Revision 1.313: download - view: text, markup, annotated - select for diffs
Tue Mar 23 00:47:48 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.312: preferred, colored
Changes since revision 1.312: +6 -6 lines
- the character to escape might be the first caharacter on the line

Revision 1.312: download - view: text, markup, annotated - select for diffs
Fri Mar 19 22:06:53 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.311: preferred, colored
Changes since revision 1.311: +2 -1 lines
- escape \ the most fun character in the world.

Revision 1.311: download - view: text, markup, annotated - select for diffs
Fri Mar 19 22:01:13 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.310: preferred, colored
Changes since revision 1.310: +12 -5 lines
- Fixes the order in which things get escaped, with the old order things like &deg; broke
  now it
   a) escapes individually the special characters except for & and #
   b) converts HTML entity references to correct TeX
   c) escapes any & or # that aren't preceded by \

Revision 1.310: download - view: text, markup, annotated - select for diffs
Fri Mar 12 17:26:29 2004 UTC (20 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.309: preferred, colored
Changes since revision 1.309: +11 -16 lines
Cleanup has been done for latex_special_symbols. Now you can print carets, ~, $, $$$, #, ###, %, and ... correctly

Revision 1.309: download - view: text, markup, annotated - select for diffs
Tue Mar 9 20:37:58 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.308: preferred, colored
Changes since revision 1.308: +41 -10 lines
- Added &Apache::lonxml::info, for display informational message (saved changes etc.), messages are suppressed when not in CSTR
- Tryin to address BUG#2305, we were emitting text before the <html> tag (error messages etc.)
   - now exists &Apache::lonxml::message_location() which is used o mark where messages should go
   - &Apache::lonxml::add_messages() which puts the info/warning/error message into the page (And should be called right before display the results of the parse)

- Homework Edit,EditXML, and display modes converted to use this mechanism
- HTML display and Edit converted to use this

Revision 1.308: download - view: text, markup, annotated - select for diffs
Thu Mar 4 23:01:31 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.307: preferred, colored
Changes since revision 1.307: +2 -2 lines
- printing was breaking for &frac12;

Revision 1.307: download - view: text, markup, annotated - select for diffs
Tue Mar 2 22:45:56 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.306: preferred, colored
Changes since revision 1.306: +1 -2 lines
- Removing some debug stuff

Revision 1.306: download - view: text, markup, annotated - select for diffs
Tue Mar 2 22:39:12 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.305: preferred, colored
Changes since revision 1.305: +6 -5 lines
- one more try at fixing this variable eval thing,

Revision 1.305: download - view: text, markup, annotated - select for diffs
Tue Mar 2 21:31:22 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.304: preferred, colored
Changes since revision 1.304: +4 -3 lines
- add access to the &Apache::lonxml::error funtion inside the safe space
- clean up the error function a bit
- the use strict in the new evaulate function looks to be uneccessary.
 (I had things backwards in my external test script that I was prototyping in)

Revision 1.304: download - view: text, markup, annotated - select for diffs
Tue Mar 2 20:59:24 2004 UTC (20 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.303: preferred, colored
Changes since revision 1.303: +3 -3 lines
Added keyboard shortcuts to construction space editing.

Revision 1.303: download - view: text, markup, annotated - select for diffs
Thu Feb 26 23:39:03 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.302: preferred, colored
Changes since revision 1.302: +23 -5 lines
- BUG#2414, okay $$a should work when only $a is defined.
- commented the regexp of doom some

Revision 1.302: download - view: text, markup, annotated - select for diffs
Thu Feb 19 19:29:40 2004 UTC (20 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.301: preferred, colored
Changes since revision 1.301: +2 -2 lines
I fixed my own bug. When I added line allowing to print something like ###3 I
disallowed to print HTML entities (for example &$984;). Now all these possibilities are supported and can be printed.

Revision 1.301: download - view: text, markup, annotated - select for diffs
Fri Feb 6 20:59:50 2004 UTC (20 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.300: preferred, colored
Changes since revision 1.300: +2 -1 lines
Added line #414 and now it's possible to print ###, ##, ...

Revision 1.300: download - view: text, markup, annotated - select for diffs
Thu Feb 5 21:00:15 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.299: preferred, colored
Changes since revision 1.299: +13 -7 lines
- print seems to not work in Apache 1 on Fedora, switching to $request->print
  (One might argue that it always should have been thus.)

Revision 1.299: download - view: text, markup, annotated - select for diffs
Fri Jan 30 17:27:34 2004 UTC (20 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.298: preferred, colored
Changes since revision 1.298: +2 -2 lines
Bug 2661 (Printing error for "capa units" problem) is fixed. I added \strut in the line 408 to avoid print accent and print real ^.

Revision 1.298: download - view: text, markup, annotated - select for diffs
Wed Jan 28 16:10:26 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.297: preferred, colored
Changes since revision 1.297: +6 -6 lines
- turning on the code to hide the FDBK discussion if the problem shouldn't allow it.
-  currently only allows view of discussion when in 'CAN_ANSWER' 'CANNOT_ANSWER' modes

Revision 1.297: download - view: text, markup, annotated - select for diffs
Wed Jan 21 02:33:05 2004 UTC (20 years, 3 months ago) by sakharuk
Branches: MAIN
CVS tags: version_1_1_X, version_1_1_3, version_1_1_2, version_1_1_1
Diff to previous 1.296: preferred, colored
Changes since revision 1.296: +7 -1 lines
- Hey lets actually use those silly parameters to the styled tag for something, like I don't know, maybe evaulating variables inside the style? Nah. that be what they'd be expecting. (Err, this is a guy commit)

Revision 1.296: download - view: text, markup, annotated - select for diffs
Tue Dec 9 16:52:13 2003 UTC (20 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1
Diff to previous 1.295: preferred, colored
Changes since revision 1.295: +1 -2 lines
Revert back to revision 1.293 due to bug #2420

Revision 1.295: download - view: text, markup, annotated - select for diffs
Fri Nov 21 20:21:20 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_1_0_99
Diff to previous 1.294: preferred, colored
Changes since revision 1.294: +16 -8 lines
- BUG#2400, message about Edit errors may only be edit modde errors

Revision 1.294: download - view: text, markup, annotated - select for diffs
Fri Nov 21 18:54:10 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.293: preferred, colored
Changes since revision 1.293: +4 -2 lines
- this should squash the repopen of BUG#653 (AT&T blows up)

Revision 1.293: download - view: text, markup, annotated - select for diffs
Thu Nov 20 21:43:24 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.292: preferred, colored
Changes since revision 1.292: +2 -1 lines
- escape $ in args in some cases

Revision 1.292: download - view: text, markup, annotated - select for diffs
Tue Nov 11 16:48:11 2003 UTC (20 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.291: preferred, colored
Changes since revision 1.291: +2 -2 lines
Changes the name of environment variable for the style file.

Revision 1.291: download - view: text, markup, annotated - select for diffs
Thu Nov 6 19:24:11 2003 UTC (20 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.290: preferred, colored
Changes since revision 1.290: +8 -1 lines
Added possibility to include style file during printing from the construction space. Waiting critical comments from Guy.

Revision 1.290: download - view: text, markup, annotated - select for diffs
Thu Oct 30 20:22:00 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.289: preferred, colored
Changes since revision 1.289: +2 -1 lines
- convert end lines into unix style \n
- modify lonxml html editor and problem editor to correct this

Revision 1.289: download - view: text, markup, annotated - select for diffs
Wed Oct 29 18:29:24 2003 UTC (20 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.288: preferred, colored
Changes since revision 1.288: +6 -8 lines
Removed last changes.

Revision 1.288: download - view: text, markup, annotated - select for diffs
Mon Oct 27 19:00:11 2003 UTC (20 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.287: preferred, colored
Changes since revision 1.287: +9 -7 lines
Bug 2323 (problem numbering when printing exam with answers) is fixed for resources from sequence (not for selected students yet). I want to know the Guy's opinion.

Revision 1.287: download - view: text, markup, annotated - select for diffs
Fri Oct 24 21:31:05 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.286: preferred, colored
Changes since revision 1.286: +2 -1 lines
- londefdef global reinit paranoia

Revision 1.286: download - view: text, markup, annotated - select for diffs
Thu Oct 23 18:14:16 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.285: preferred, colored
Changes since revision 1.285: +2 -1 lines
- BUG#2322

Revision 1.285: download - view: text, markup, annotated - select for diffs
Sat Oct 11 21:06:11 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.284: preferred, colored
Changes since revision 1.284: +2 -1 lines
Move <mt>-tag into separate module to avoid module-dependency vicious cycle.

Revision 1.284: download - view: text, markup, annotated - select for diffs
Sat Oct 4 20:49:40 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.283: preferred, colored
Changes since revision 1.283: +15 -12 lines
Internationalization, and in particular, lonlocal:locallocaltime and
Japanese dates.

Revision 1.283: download - view: text, markup, annotated - select for diffs
Thu Oct 2 05:45:38 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.282: preferred, colored
Changes since revision 1.282: +2 -6 lines
- this should fix going compute bound for style file redefinitons that causes reaches across intervening text,

Revision 1.282: download - view: text, markup, annotated - select for diffs
Wed Oct 1 21:13:50 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.281: preferred, colored
Changes since revision 1.281: +8 -2 lines
- BUG#2254, <m> should not be run::evaluate afterwards

Revision 1.266.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 27 04:15:26 2003 UTC (20 years, 6 months ago) by albertel
Branches: version_0_99_4
CVS tags: version_1_0_3, version_1_0_2
Diff to previous 1.266.2.1: preferred, colored next main 1.267: preferred, colored
Changes since revision 1.266.2.1: +19 -1 lines
- backport lonplot.pm 1.91, lonxml.pm 1.281

Revision 1.281: download - view: text, markup, annotated - select for diffs
Sat Sep 27 04:08:56 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.280: preferred, colored
Changes since revision 1.280: +19 -1 lines
- Can't do Apache::lonnet::ssi when &xmlparse()ing from inside the safe space, register the url and call it after we absolutely out of the safe space.

Revision 1.280: download - view: text, markup, annotated - select for diffs
Sun Sep 21 21:40:06 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.279: preferred, colored
Changes since revision 1.279: +13 -9 lines
Internationalizing.

Revision 1.279: download - view: text, markup, annotated - select for diffs
Fri Sep 19 20:29:29 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.278: preferred, colored
Changes since revision 1.278: +4 -4 lines
- start locaization of structuretags.pm
- need to check form values against localized versions of string (it works!)
- Need to stop enociding high ascci othewise no umlauts

Revision 1.278: download - view: text, markup, annotated - select for diffs
Mon Sep 15 19:56:44 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.277: preferred, colored
Changes since revision 1.277: +7 -1 lines
Getting status info into list_discussion.

Revision 1.277: download - view: text, markup, annotated - select for diffs
Mon Sep 15 13:38:19 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.276: preferred, colored
Changes since revision 1.276: +2 -13 lines
Further cleanup of spaghetti between lonxml::xmlend and
lonfeedback::list_discussion in preparation of an overhaul of
the discussion feature.

Revision 1.276: download - view: text, markup, annotated - select for diffs
Sun Sep 14 23:57:18 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.275: preferred, colored
Changes since revision 1.275: +3 -103 lines
In preparation for implementing threaded discussion and disentangling COM
from FDBK, disentagle the subroutines - there is really no reason for the
discussion display to be embedded into lonxml.

Revision 1.275: download - view: text, markup, annotated - select for diffs
Thu Sep 11 22:37:54 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.274: preferred, colored
Changes since revision 1.274: +7 -2 lines
- add submissions link to discussion postings
- new sumbroutine &submlink() to easily insert submissions links in other desired locales

Revision 1.274: download - view: text, markup, annotated - select for diffs
Mon Sep 8 19:00:09 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.273: preferred, colored
Changes since revision 1.273: +38 -9 lines
- Fixes 2128, (new sty file gets seeded with the contents for HTML pages.)

Revision 1.273: download - view: text, markup, annotated - select for diffs
Thu Aug 21 15:51:41 2003 UTC (20 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.272: preferred, colored
Changes since revision 1.272: +2 -1 lines
Small change to fix bug 2062 (Cannot Print HW for a Class due some special LaTeX symbols). Continue to work with "\".

Revision 1.272: download - view: text, markup, annotated - select for diffs
Wed Aug 13 18:57:28 2003 UTC (20 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.271: preferred, colored
Changes since revision 1.271: +17 -17 lines
- cleanup latex_special_symbols call (unnneeded middle parameters)

Revision 1.271: download - view: text, markup, annotated - select for diffs
Wed Aug 13 14:23:37 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.270: preferred, colored
Changes since revision 1.270: +8 -3 lines
Bug #486: feedback after saving HTML/XML file.
Jay Ihry
Gerd: changed from lazy loading of POSIX

Revision 1.270: download - view: text, markup, annotated - select for diffs
Mon Aug 11 20:05:53 2003 UTC (20 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.269: preferred, colored
Changes since revision 1.269: +100 -78 lines
- modifying get_all_text to take a $style arg
- using the $style to take a look in the end tag definitons to see if
  the getted tag is ended in there
- modifying <block>, <languageblock> and <instructorcomment> to
    pass style along

Revision 1.266.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 7 19:31:16 2003 UTC (20 years, 8 months ago) by albertel
Branches: version_0_99_4
CVS tags: version_1_0_1, version_1_0_0, version_0_99_5
Diff to previous 1.266: preferred, colored
Changes since revision 1.266: +2 -2 lines
- backport 1.269

Revision 1.269: download - view: text, markup, annotated - select for diffs
Wed Aug 6 17:00:30 2003 UTC (20 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.268: preferred, colored
Changes since revision 1.268: +2 -2 lines
- fixes BUG#1989, students can generate an answer mode display but only when
  generating a feedback email

Revision 1.268: download - view: text, markup, annotated - select for diffs
Wed Aug 6 14:30:01 2003 UTC (20 years, 8 months ago) by bowersj2
Branches: MAIN
Diff to previous 1.267: preferred, colored
Changes since revision 1.267: +18 -2 lines
Add help info to inserttab.

Revision 1.267: download - view: text, markup, annotated - select for diffs
Mon Aug 4 14:30:34 2003 UTC (20 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.266: preferred, colored
Changes since revision 1.266: +3 -2 lines
 Bug 1188 (The % at the end doesn't show up) is fixed. I did this in a rather bad way but I am working with this (I have a few more situations with %) so I am going to return to this issue a little bit letter.

Revision 1.266: download - view: text, markup, annotated - select for diffs
Tue Jul 8 14:49:30 2003 UTC (20 years, 9 months ago) by bowersj2
Branches: MAIN
Branch point for: version_0_99_4
Diff to previous 1.265: preferred, colored
Changes since revision 1.265: +4 -1 lines
Just a couple of missing "use"s.

Revision 1.265: download - view: text, markup, annotated - select for diffs
Fri Jun 20 14:45:48 2003 UTC (20 years, 10 months ago) by bowersj2
Branches: MAIN
CVS tags: version_0_99_3
Diff to previous 1.264: preferred, colored
Changes since revision 1.264: +2 -8 lines
Use Apache::loncommon::helpLatexCheatesheet instead of constructing it
manually.

Revision 1.264: download - view: text, markup, annotated - select for diffs
Mon Jun 16 21:32:43 2003 UTC (20 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.263: preferred, colored
Changes since revision 1.263: +5 -1 lines
Bug #430 - way to directly go into (XML) edit mode if problem/page is
broken.

Revision 1.263: download - view: text, markup, annotated - select for diffs
Thu Jun 12 20:28:14 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_2
Diff to previous 1.262: preferred, colored
Changes since revision 1.262: +2 -2 lines
- only set output to ut-8 if browser wants math in utf-8 mode

Revision 1.262: download - view: text, markup, annotated - select for diffs
Tue Jun 10 18:17:03 2003 UTC (20 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.261: preferred, colored
Changes since revision 1.261: +7 -2 lines
Fixes to whichuser to pass in symb.  Guy.

Revision 1.261: download - view: text, markup, annotated - select for diffs
Tue Jun 10 14:33:32 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.260: preferred, colored
Changes since revision 1.260: +13 -5 lines
- throw processing instructions away in tex mode
- throw directives awway in tex mode
- don't emit warning when in tex mode

Revision 1.260: download - view: text, markup, annotated - select for diffs
Thu May 29 18:42:22 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_1, conference_2003
Diff to previous 1.259: preferred, colored
Changes since revision 1.259: +5 -1 lines
- documenting some globals

Revision 1.259: download - view: text, markup, annotated - select for diffs
Thu May 29 18:41:04 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.258: preferred, colored
Changes since revision 1.258: +4 -2 lines
- end style tags need to get the parameter values for the start style tag, which is some arbitrary location in the tag stack, not -1

Revision 1.258: download - view: text, markup, annotated - select for diffs
Wed May 28 21:05:33 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.257: preferred, colored
Changes since revision 1.257: +20 -20 lines
- should no longer generate warning on properly constructed stylefiles
- end tag styles register the tag name with the <LONCAPA_INTERNAL_TURN_STYLE_ON />
  callback. In the end tag we do an extra &Apache::lonxml::end_tag() that actually clears
  out the </LONCAPA_INTERNAL_TURN_STYLE_ON> tag, but that causes the normal &end_tag call
  in the inner_xmlparse routine to clear out the now finished off style definition

Revision 1.257: download - view: text, markup, annotated - select for diffs
Thu May 22 21:05:01 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_0
Diff to previous 1.256: preferred, colored
Changes since revision 1.256: +10 -4 lines
- tags inside style file definitions use both the tags args and the style defintion args to do variable interpolation

Revision 1.256: download - view: text, markup, annotated - select for diffs
Thu May 22 20:19:18 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.255: preferred, colored
Changes since revision 1.255: +1 -15 lines
- trying to figure out why the normal mechanism for doing this isn't working

Revision 1.255: download - view: text, markup, annotated - select for diffs
Wed May 21 20:41:55 2003 UTC (20 years, 11 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.254: preferred, colored
Changes since revision 1.254: +73 -59 lines
 I included variable interpolation for tags defined in the style file. The absence of this variable interpolation was the reason of strange output for CBI files. I did variable interpolation in the simplest way - I mean that this (added by me) chunck of code can probably be rewritten in more reasonable way but at least it works fine (I've checked on 43 different CBI files - it works). Guy, would you be so kind send me by e-mail your estimation and critical opinion of these cxhanges? I am very interested. Thanks.

Revision 1.254: download - view: text, markup, annotated - select for diffs
Fri May 16 20:51:25 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.253: preferred, colored
Changes since revision 1.253: +3 -1 lines
- one last thing for 1449, editmode of html docs

Revision 1.253: download - view: text, markup, annotated - select for diffs
Fri May 16 20:47:07 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.252: preferred, colored
Changes since revision 1.252: +14 -12 lines
- should take care of #1448,
  - directories put their name in the title
  - any html puts a name in the title

(currently images don't and I don't see any good way of changing that.)

Revision 1.252: download - view: text, markup, annotated - select for diffs
Fri May 16 18:34:56 2003 UTC (20 years, 11 months ago) by bowersj2
Branches: MAIN
Diff to previous 1.251: preferred, colored
Changes since revision 1.251: +13 -1 lines
If we're editing the file, show the filename in the title of the frame,
which will show in the tabs.

(Guy: Please make sure that $ENV{'form.editmode'} is true if and only
if we're in editing mode; I think this is so but I don't want to be
wrong.)

Fixes bug 1448.

Revision 1.251: download - view: text, markup, annotated - select for diffs
Sat May 3 21:09:03 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.250: preferred, colored
Changes since revision 1.250: +2 -1 lines
- implements last of BUG#1276,
- new script space function &multipart, returns a list of parts if it is a multipart problem or undef if it isn't

Revision 1.250: download - view: text, markup, annotated - select for diffs
Fri May 2 19:57:01 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.249: preferred, colored
Changes since revision 1.249: +2 -2 lines
- typo

Revision 1.249: download - view: text, markup, annotated - select for diffs
Thu May 1 15:49:26 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.248: preferred, colored
Changes since revision 1.248: +6 -4 lines
- should fix the escaping of tex in tex sections in style files

Revision 1.248: download - view: text, markup, annotated - select for diffs
Fri Apr 11 16:03:26 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.247: preferred, colored
Changes since revision 1.247: +6 -3 lines
- setting document encoding to utf-8 if not a mac

Revision 1.247: download - view: text, markup, annotated - select for diffs
Mon Apr 7 22:28:08 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.246: preferred, colored
Changes since revision 1.246: +9 -4 lines
- better handling of counters
- always increment the counters for modes with output

- option/radiobutton responses now use new method for getting current response
  supporting scantron mode

Revision 1.246: download - view: text, markup, annotated - select for diffs
Thu Apr 3 22:34:26 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.245: preferred, colored
Changes since revision 1.245: +2 -2 lines
- partial fix of BUG#1348, now allows &[A-Z]

Revision 1.245: download - view: text, markup, annotated - select for diffs
Thu Apr 3 22:25:49 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.244: preferred, colored
Changes since revision 1.244: +3 -3 lines
- Apache::lonxml::whichuser, no says if the user is public
- inhibit 'ambiguous' message for public users, they can't be anything but.

Revision 1.244: download - view: text, markup, annotated - select for diffs
Thu Apr 3 21:58:09 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.243: preferred, colored
Changes since revision 1.243: +14 -7 lines
- public users can now submit answers to problems that are published public
- lonxml includes line numbers when complaing about missing tags

Revision 1.243: download - view: text, markup, annotated - select for diffs
Sun Mar 30 21:58:17 2003 UTC (21 years ago) by www
Branches: MAIN
Diff to previous 1.242: preferred, colored
Changes since revision 1.242: +9 -2 lines
Attachments in discussions work, but not yet in other messages.

Revision 1.242: download - view: text, markup, annotated - select for diffs
Sat Mar 29 22:50:22 2003 UTC (21 years ago) by www
Branches: MAIN
Diff to previous 1.241: preferred, colored
Changes since revision 1.241: +4 -1 lines
Work on small attachments for discussion and feedback

Revision 1.241: download - view: text, markup, annotated - select for diffs
Tue Mar 25 22:51:48 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.240: preferred, colored
Changes since revision 1.240: +3 -3 lines
- better as str compare

Revision 1.221.2.3: download - view: text, markup, annotated - select for diffs
Wed Mar 19 21:57:59 2003 UTC (21 years, 1 month ago) by albertel
Branches: version_0_6
CVS tags: version_0_6_2
Diff to previous 1.221.2.2: preferred, colored next main 1.222: preferred, colored
Changes since revision 1.221.2.2: +3 -2 lines
- removing HTML coments from printouts

Revision 1.240: download - view: text, markup, annotated - select for diffs
Wed Feb 26 17:52:14 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.239: preferred, colored
Changes since revision 1.239: +9 -1 lines
- the last of BUG#1146

Revision 1.239: download - view: text, markup, annotated - select for diffs
Tue Feb 25 21:27:07 2003 UTC (21 years, 1 month ago) by sakharuk
Branches: MAIN
Diff to previous 1.238: preferred, colored
Changes since revision 1.238: +3 -2 lines
 Corrected comments inside problems for the case when you use variable interpolation inside of the comments.

Revision 1.238: download - view: text, markup, annotated - select for diffs
Wed Feb 19 17:48:05 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.237: preferred, colored
Changes since revision 1.237: +13 -13 lines
- retabinate

Revision 1.237: download - view: text, markup, annotated - select for diffs
Wed Feb 19 15:20:35 2003 UTC (21 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.236: preferred, colored
Changes since revision 1.236: +6 -14 lines
Changes are
	1. Corrected enumeration for the problems printed for selected students;
	2. Done some additional cleanup (probably not the last time).

Revision 1.236: download - view: text, markup, annotated - select for diffs
Wed Feb 19 14:55:27 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.235: preferred, colored
Changes since revision 1.235: +3 -1 lines
Filter out x-tended HTML tags as produced by Claris Homepage, for example
<x-claris-tagview>. Kept many documents from printing. Could not be dealt
with by normal callsub mechanism, because Perl subroutine names must be
alphanumeric.

Revision 1.235: download - view: text, markup, annotated - select for diffs
Mon Feb 17 20:10:08 2003 UTC (21 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.234: preferred, colored
Changes since revision 1.234: +8 -2 lines
 Added a few LaTeX special symbols to latex_special_symbols subroutine
which have to be cleaned up in the header of document.

Revision 1.234: download - view: text, markup, annotated - select for diffs
Fri Feb 14 19:35:55 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.233: preferred, colored
Changes since revision 1.233: +1 -205 lines
A lot of things happened here:

* everything menu-related was moved out of lonxml, and into lonmenu
* thus, function calls to registerurl, loadevents and unloadevents modified
* fixed lontex.pm, which actually did not call the right routines
* put in calls to lonmenu::menubuttons, which is supposed to insert buttons
  after the body tag in "textual mode" - this function and registerurl will
  be unified (buttons either in Remote or on top of page)

Revision 1.233: download - view: text, markup, annotated - select for diffs
Fri Feb 14 15:14:37 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.232: preferred, colored
Changes since revision 1.232: +52 -63 lines
Trying to move more and more menu-related functions into lonmenu.pm

Revision 1.232: download - view: text, markup, annotated - select for diffs
Thu Feb 13 21:14:35 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.231: preferred, colored
Changes since revision 1.231: +4 -1 lines
- moving global inits to xmlparse, some problems sometimes don't go through the lonproblem handler

Revision 1.231: download - view: text, markup, annotated - select for diffs
Wed Feb 12 22:45:01 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.230: preferred, colored
Changes since revision 1.230: +2 -2 lines
- explict strings \ and ' now work in string response BUG#1036

Revision 1.230: download - view: text, markup, annotated - select for diffs
Wed Feb 12 22:04:34 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.229: preferred, colored
Changes since revision 1.229: +11 -3 lines
- @ now works as an explict answer to string response

Revision 1.229: download - view: text, markup, annotated - select for diffs
Wed Feb 12 20:43:18 2003 UTC (21 years, 2 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.228: preferred, colored
Changes since revision 1.228: +20 -14 lines
Small changes to remove additional latex cleanup subroutine from lonprintout.pm.

Revision 1.228: download - view: text, markup, annotated - select for diffs
Fri Feb 7 21:55:57 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.227: preferred, colored
Changes since revision 1.227: +2 -2 lines
- should check first

Revision 1.227: download - view: text, markup, annotated - select for diffs
Mon Feb 3 18:03:53 2003 UTC (21 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.226: preferred, colored
Changes since revision 1.226: +1 -2 lines
best wishes to all.

Revision 1.226: download - view: text, markup, annotated - select for diffs
Thu Jan 30 22:19:09 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.225: preferred, colored
Changes since revision 1.225: +5 -5 lines
- xhtml ifying, some day the remote will work in XML mode, not today though

Revision 1.225: download - view: text, markup, annotated - select for diffs
Wed Jan 15 23:59:27 2003 UTC (21 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.224: preferred, colored
Changes since revision 1.224: +6 -7 lines
Remote control has "tool hint" bubbles.

Revision 1.221.2.2: download - view: text, markup, annotated - select for diffs
Mon Jan 13 22:20:35 2003 UTC (21 years, 3 months ago) by albertel
Branches: version_0_6
CVS tags: version_0_6_1
Diff to previous 1.221.2.1: preferred, colored
Changes since revision 1.221.2.1: +14 -3 lines
- backport of 1.224 (Fixes bug # 1139)

Revision 1.224: download - view: text, markup, annotated - select for diffs
Mon Jan 13 22:18:34 2003 UTC (21 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.223: preferred, colored
Changes since revision 1.223: +14 -3 lines
- if you can't find the end tag when doing get_all_text throw an
  error and send nothing back, (No need to send random garbage into the
  perl interpreter)
- have <script> and <display> send the full parser stack

Revision 1.221.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 9 22:45:50 2003 UTC (21 years, 3 months ago) by albertel
Branches: version_0_6
Diff to previous 1.221: preferred, colored
Changes since revision 1.221: +4 -2 lines
- backport of 1.223 cahnges

Revision 1.223: download - view: text, markup, annotated - select for diffs
Tue Jan 7 17:02:10 2003 UTC (21 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.222: preferred, colored
Changes since revision 1.222: +4 -2 lines
- Fixes BUG #1123, could cause infinite loops with missing end tags

Revision 1.222: download - view: text, markup, annotated - select for diffs
Thu Dec 26 16:40:33 2002 UTC (21 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.221: preferred, colored
Changes since revision 1.221: +7 -4 lines
Bug #905 - delete a feedback message (actually, hide for good)

Revision 1.221: download - view: text, markup, annotated - select for diffs
Fri Dec 13 21:39:19 2002 UTC (21 years, 4 months ago) by albertel
Branches: MAIN
Branch point for: version_0_6
Diff to previous 1.220: preferred, colored
Changes since revision 1.220: +2 -2 lines
- using png now

Revision 1.220: download - view: text, markup, annotated - select for diffs
Mon Dec 9 22:40:18 2002 UTC (21 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.219: preferred, colored
Changes since revision 1.219: +4 -4 lines
- debug cleanup

Revision 1.219: download - view: text, markup, annotated - select for diffs
Fri Dec 6 19:29:02 2002 UTC (21 years, 4 months ago) by matthew
Branches: MAIN
Diff to previous 1.218: preferred, colored
Changes since revision 1.218: +2 -2 lines
Added the 'cstr' button to the list of ones to clear in a delayed fasion.

Revision 1.218: download - view: text, markup, annotated - select for diffs
Fri Dec 6 17:56:53 2002 UTC (21 years, 4 months ago) by matthew
Branches: MAIN
Diff to previous 1.217: preferred, colored
Changes since revision 1.217: +1 -2 lines
Removed unneeded "use Apache::lonmenu();".

Revision 1.217: download - view: text, markup, annotated - select for diffs
Fri Dec 6 17:49:48 2002 UTC (21 years, 4 months ago) by matthew
Branches: MAIN
Diff to previous 1.216: preferred, colored
Changes since revision 1.216: +72 -1 lines
Fix bug 262.  lonxml.pm now checks to see if you have permissions to edit
the currently view resource.  mydesk.tab no longer calls cstrgo in menu.html
so cstrgo and is_editable_resource (javascript functions) have been
removed from menu.html.  lonmenu.pm was cleaned up.
This has been tested for authors and co-authors and across domains.

Revision 1.216: download - view: text, markup, annotated - select for diffs
Tue Dec 3 22:04:43 2002 UTC (21 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.215: preferred, colored
Changes since revision 1.215: +6 -7 lines
Bug 1012 is fixed (thanks Guy).

Revision 1.215: download - view: text, markup, annotated - select for diffs
Wed Nov 13 23:21:07 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.214: preferred, colored
Changes since revision 1.214: +32 -1 lines
- some math functions Lars wants

Revision 1.214: download - view: text, markup, annotated - select for diffs
Tue Nov 12 20:11:10 2002 UTC (21 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.213: preferred, colored
Changes since revision 1.213: +18 -13 lines
Extended display works now.

Revision 1.213: download - view: text, markup, annotated - select for diffs
Thu Nov 7 19:33:52 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.212: preferred, colored
Changes since revision 1.212: +27 -13 lines
- get_param can now be insensitive to case, it takes an optional 4th
   parameter that controls this
- BUG#932 and BUG#934

Revision 1.212: download - view: text, markup, annotated - select for diffs
Wed Nov 6 23:05:02 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.211: preferred, colored
Changes since revision 1.211: +71 -124 lines
- Fixes most of BUG#793
- added new global var that controls wheter syle files defs are used
- use new tag <LONCAPA_INTERNAL_TURN_STYLE_ON /> to turn style def use back on
- removed recurse sub completely
- get_all_text now understands the Parser stack

Bugs:
- get_all_unbalanced_text needs to use parser stack
- get_all_text uses need to pass entrie parser stack
- style defs that have a tag that ends in a different style def can't use get_all_text


Need To Test:
- pars stack pops in end tags looking for start tags in get_all_text

Revision 1.211: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:36:08 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.210: preferred, colored
Changes since revision 1.210: +2 -2 lines
- fixes BUG#918
- allows \n inside <m>

Revision 1.210: download - view: text, markup, annotated - select for diffs
Sun Nov 3 19:16:20 2002 UTC (21 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.209: preferred, colored
Changes since revision 1.209: +4 -1 lines
In "colorful" problem editor, being able to insert tags into the middle,
rather than only on top.

Insert fields are produced by the end_table routine in Apache::edit for
target "edit".

They are labelled "insert_after_(current tag)_(current depth)". The
"(current tag)" was necessary because nested ending tags had the same value
of Apache::lonxml::curdepth.

New routine handle_insertafter is called in "modified" target.

Needed a hack for <endouttext /> in structuretags.pm for target "modified".

Appears to work just fine in several test situations, but needs more testing.

Revision 1.209: download - view: text, markup, annotated - select for diffs
Mon Oct 28 14:00:18 2002 UTC (21 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.208: preferred, colored
Changes since revision 1.208: +4 -4 lines
Bug #728.

Revision 1.208: download - view: text, markup, annotated - select for diffs
Fri Oct 25 18:58:19 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.207: preferred, colored
Changes since revision 1.207: +2 -2 lines
- ignore stylefile in CSTR space

Revision 1.207: download - view: text, markup, annotated - select for diffs
Mon Oct 21 20:31:06 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.206: preferred, colored
Changes since revision 1.206: +14 -1 lines
- default_homework is now lazy loaded by the <script> tag
- fixes BUG#842 (can't use <script> in .html)

Revision 1.206: download - view: text, markup, annotated - select for diffs
Mon Oct 21 17:10:35 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.205: preferred, colored
Changes since revision 1.205: +5 -1 lines
- documenting the increase in lonxml's globals

Revision 1.205: download - view: text, markup, annotated - select for diffs
Sun Oct 20 18:42:53 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.204: preferred, colored
Changes since revision 1.204: +6 -2 lines
Bug 112

Revision 1.204: download - view: text, markup, annotated - select for diffs
Thu Oct 17 17:13:44 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.203: preferred, colored
Changes since revision 1.203: +27 -9 lines
- Rewrite counter code

Revision 1.203: download - view: text, markup, annotated - select for diffs
Thu Oct 17 14:42:07 2002 UTC (21 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.202: preferred, colored
Changes since revision 1.202: +10 -6 lines
Changes were done to make a uniform counter (for the exam in this case, but it can be used for other purposes).

Revision 1.202: download - view: text, markup, annotated - select for diffs
Mon Oct 14 20:44:16 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.201: preferred, colored
Changes since revision 1.201: +2 -2 lines
- makes debug messages easier to read

Revision 1.201: download - view: text, markup, annotated - select for diffs
Fri Oct 11 20:52:13 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.200: preferred, colored
Changes since revision 1.200: +2 -2 lines
The wonderful "You got messages" display.

Revision 1.200: download - view: text, markup, annotated - select for diffs
Fri Oct 11 20:09:36 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.199: preferred, colored
Changes since revision 1.199: +7 -1 lines
Actually check for mail

Revision 1.199: download - view: text, markup, annotated - select for diffs
Tue Oct 8 17:09:09 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.198: preferred, colored
Changes since revision 1.198: +2 -2 lines
- didn't deal with 8 # properly, made it 8\ #

Revision 1.198: download - view: text, markup, annotated - select for diffs
Thu Oct 3 15:04:29 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.197: preferred, colored
Changes since revision 1.197: +4 -2 lines
Bug 781

Revision 1.197: download - view: text, markup, annotated - select for diffs
Thu Oct 3 13:34:10 2002 UTC (21 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.196: preferred, colored
Changes since revision 1.196: +8 -3 lines
 Correction for printing #.

Revision 1.196: download - view: text, markup, annotated - select for diffs
Fri Sep 13 20:46:09 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.195: preferred, colored
Changes since revision 1.195: +12 -5 lines
Bug 770

Revision 1.195: download - view: text, markup, annotated - select for diffs
Wed Sep 11 13:36:50 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.194: preferred, colored
Changes since revision 1.194: +13 -2 lines
Ad hoc bulletin boards sort of work now.

Revision 1.194: download - view: text, markup, annotated - select for diffs
Tue Sep 10 20:53:36 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.193: preferred, colored
Changes since revision 1.193: +20 -7 lines
Continuing work on simple pages and ad hoc bulletin boards.

Simple pages sort of work, bulletin boards not yet.

Revision 1.193: download - view: text, markup, annotated - select for diffs
Wed Sep 4 21:01:33 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_0_5_1
Diff to previous 1.192: preferred, colored
Changes since revision 1.192: +2 -2 lines
- I have got to stop programming a 3 am

Revision 1.192: download - view: text, markup, annotated - select for diffs
Wed Sep 4 06:55:27 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.191: preferred, colored
Changes since revision 1.191: +12 -14 lines
- I think this addresses a whole heck of alot of tex characters in a web page
  while still protecting the special HTML characters,
- I think it also now properly handles alot more possible answers properly

Revision 1.191: download - view: text, markup, annotated - select for diffs
Wed Sep 4 04:55:13 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.190: preferred, colored
Changes since revision 1.190: +3 -3 lines
- mispelling

Revision 1.190: download - view: text, markup, annotated - select for diffs
Wed Sep 4 03:57:18 2002 UTC (21 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.189: preferred, colored
Changes since revision 1.189: +13 -10 lines
- this works better, it will encode text sections that have variables with latex symbols in them.

Revision 1.189: download - view: text, markup, annotated - select for diffs
Wed Aug 28 17:07:54 2002 UTC (21 years, 7 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.188: preferred, colored
Changes since revision 1.188: +14 -8 lines
;

Revision 1.188: download - view: text, markup, annotated - select for diffs
Fri Aug 23 19:10:32 2002 UTC (21 years, 8 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.187: preferred, colored
Changes since revision 1.187: +21 -12 lines
Guy, I've done what you wanted with some corrections which are more suitable
for few more comlicated cases (see furher - I'll commit).

Revision 1.187: download - view: text, markup, annotated - select for diffs
Wed Aug 7 13:58:38 2002 UTC (21 years, 8 months ago) by matthew
Branches: MAIN
CVS tags: version_0_5
Diff to previous 1.186: preferred, colored
Changes since revision 1.186: +3 -2 lines
Fixed javascript error on IE 6.x Mac.

Revision 1.186: download - view: text, markup, annotated - select for diffs
Mon Jul 29 22:06:38 2002 UTC (21 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.185: preferred, colored
Changes since revision 1.185: +2 -4 lines
Moved tex convertion of messages into lontexconvert. Having problems with
getting tth into LaTeX mode.

Revision 1.185: download - view: text, markup, annotated - select for diffs
Wed Jul 24 21:18:36 2002 UTC (21 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.184: preferred, colored
Changes since revision 1.184: +4 -1 lines
Bug #83
Math in discussion.

Does not need <m> to work.

Revision 1.184: download - view: text, markup, annotated - select for diffs
Wed Jul 24 20:25:23 2002 UTC (21 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.183: preferred, colored
Changes since revision 1.183: +2 -2 lines
Toward new functionality:
announcements
calendar
chat
course documents

Revision 1.183: download - view: text, markup, annotated - select for diffs
Tue Jul 23 14:17:45 2002 UTC (21 years, 9 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.182: preferred, colored
Changes since revision 1.182: +3 -1 lines
Corrections for > and < symbols in text mode (not in math).

Revision 1.182: download - view: text, markup, annotated - select for diffs
Tue Jul 16 15:02:31 2002 UTC (21 years, 9 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.181: preferred, colored
Changes since revision 1.181: +12 -2 lines
Some special symbols now sows up correctly in both html and latex.

Revision 1.181: download - view: text, markup, annotated - select for diffs
Mon Jul 15 19:45:18 2002 UTC (21 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.180: preferred, colored
Changes since revision 1.180: +2 -2 lines
Doing timeout is not precise enough to keep a clock going on many systems.
On sync, figure out time difference between client and server, use client
clock and apply delta instead.

Revision 1.180: download - view: text, markup, annotated - select for diffs
Fri Jul 12 16:37:38 2002 UTC (21 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.179: preferred, colored
Changes since revision 1.179: +29 -3 lines
- Should handle <m>$a<b<x$</m> properly

Revision 1.179: download - view: text, markup, annotated - select for diffs
Mon Jul 1 15:29:23 2002 UTC (21 years, 9 months ago) by matthew
Branches: MAIN
CVS tags: version_0_4, stable_2002_july, STABLE
Diff to previous 1.178: preferred, colored
Changes since revision 1.178: +7 -57 lines
Fixes BUG 571 - 'browse' and 'search' buttons failed to work because the
javascript was not being output.  The javascript is now output via a call to
&Apache::loncommon::browser_and_searcher_javascript().  This bug was
introduced by the fix to BUG 232, which has *not* been reintroduced.
The function name "registerurl" should be changed to reflect its larger
role but this fix should go in the next stable release as is.

Revision 1.178: download - view: text, markup, annotated - select for diffs
Sat Jun 15 18:59:26 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.177: preferred, colored
Changes since revision 1.177: +18 -1 lines
Bug 532
Expand style_for_target hash by default style file at beginning of xmlparse
call.

Revision 1.177: download - view: text, markup, annotated - select for diffs
Fri Jun 14 19:56:57 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.176: preferred, colored
Changes since revision 1.176: +5 -2 lines
Display title of edited file :-)

Revision 1.176: download - view: text, markup, annotated - select for diffs
Mon Jun 3 21:07:20 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.175: preferred, colored
Changes since revision 1.175: +4 -3 lines
Bug 495
forcereg parameter in registerurl was ignored.

Revision 1.175: download - view: text, markup, annotated - select for diffs
Wed May 29 16:22:09 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.174: preferred, colored
Changes since revision 1.174: +6 -3 lines
Bug 461.
Introduce explicit reloadURL.

Revision 1.174: download - view: text, markup, annotated - select for diffs
Fri May 24 20:51:55 2002 UTC (21 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +4 -1 lines
Syncs clock in menu. Fixed bug #76.

Revision 1.173: download - view: text, markup, annotated - select for diffs
Thu May 23 21:24:06 2002 UTC (21 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.172: preferred, colored
Changes since revision 1.172: +2 -2 lines
Only register pages that are on the maps for a course.

Revision 1.172: download - view: text, markup, annotated - select for diffs
Thu May 23 21:12:44 2002 UTC (21 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.171: preferred, colored
Changes since revision 1.171: +10 -5 lines
- &Apache::lonxml::xmlparse now wants a request obect passed along

- modified all known calls of xmlparse to take pass a request object

- added code to timeout a <script> block that runs more that the configured timeout parameter of seconds. (LON-CAPA defaults to 300)

Revision 1.171: download - view: text, markup, annotated - select for diffs
Tue May 21 02:26:53 2002 UTC (21 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.170: preferred, colored
Changes since revision 1.170: +2 -2 lines
- multiple grading possibilities goto the menu

Revision 1.170: download - view: text, markup, annotated - select for diffs
Thu May 16 17:05:02 2002 UTC (21 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.169: preferred, colored
Changes since revision 1.169: +3 -3 lines
Buttons on top and below text field, not inline

Revision 1.169: download - view: text, markup, annotated - select for diffs
Thu May 16 00:56:46 2002 UTC (21 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.168: preferred, colored
Changes since revision 1.168: +19 -13 lines
- added global $Apache::lonxml::prevent_entity_encode that turns off the High ASCII -> HTML entity encoding
- <font>  uses this if the face is set to symbol, and the <m> tag uses thisin web mode
- should fix BUG#68

Revision 1.168: download - view: text, markup, annotated - select for diffs
Wed May 1 21:40:25 2002 UTC (21 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.167: preferred, colored
Changes since revision 1.167: +5 -11 lines
- fixes bug#314

Revision 1.167: download - view: text, markup, annotated - select for diffs
Wed Apr 10 15:19:59 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.166: preferred, colored
Changes since revision 1.166: +6 -5 lines
- revert the addiont of <pre> to error messages
- Start using LCParser, and attr_encoded
- Rencode any high characters found before shipping things out
- Addresses parts of BUG#68 and BUG#153

Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Apr 10 14:46:30 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.165: preferred, colored
Changes since revision 1.165: +3 -2 lines
Changes to make <script> errors print out cleaner.

Revision 1.165: download - view: text, markup, annotated - select for diffs
Thu Apr 4 17:35:57 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.164: preferred, colored
Changes since revision 1.164: +6 -1 lines
changes for bug #227.  Tested for authors but not for co-authors.
          http://bugs.loncapa.org/show_bug.cgi?id=227
Added javascript function cstrgo.  This requires setting currentURL=null
by default in lonxml.pm.

Revision 1.164: download - view: text, markup, annotated - select for diffs
Wed Apr 3 18:47:39 2002 UTC (22 years ago) by www
Branches: MAIN
Diff to previous 1.163: preferred, colored
Changes since revision 1.163: +10 -4 lines
Screennames

Revision 1.163: download - view: text, markup, annotated - select for diffs
Fri Mar 29 18:32:46 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.162: preferred, colored
Changes since revision 1.162: +8 -2 lines
- added new target anaylze addresses BUG#189
- need to support more response types

Revision 1.162: download - view: text, markup, annotated - select for diffs
Mon Mar 25 20:06:08 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.161: preferred, colored
Changes since revision 1.161: +8 -2 lines
Update of openbrowser to use 'only' and 'omit' with lonindexer.

Revision 1.161: download - view: text, markup, annotated - select for diffs
Fri Mar 22 17:52:20 2002 UTC (22 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.160: preferred, colored
Changes since revision 1.160: +31 -27 lines
- memory reduction (no need to import symbols we address eveything explicitly)
- the cleanup of the TreeBuilder cleanup is better
- buttons when editing an html file appear before and after the edit box

Revision 1.160: download - view: text, markup, annotated - select for diffs
Thu Mar 21 22:10:31 2002 UTC (22 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.159: preferred, colored
Changes since revision 1.159: +3 -2 lines
Was logging out on Explorer because it opened up itself.

Revision 1.159: download - view: text, markup, annotated - select for diffs
Thu Mar 21 20:51:10 2002 UTC (22 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.158: preferred, colored
Changes since revision 1.158: +6 -4 lines
Not clear out menu window

Revision 1.158: download - view: text, markup, annotated - select for diffs
Mon Mar 18 21:51:34 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.157: preferred, colored
Changes since revision 1.157: +4 -4 lines
Minor change to javascript: now use all parameters to window.open.

Revision 1.157: download - view: text, markup, annotated - select for diffs
Thu Mar 14 20:30:36 2002 UTC (22 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.156: preferred, colored
Changes since revision 1.156: +4 -2 lines
*** empty log message ***

Revision 1.156: download - view: text, markup, annotated - select for diffs
Fri Mar 8 18:32:55 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.155: preferred, colored
Changes since revision 1.155: +27 -5 lines
Added javascript function "opensearcher(formname,elementname)" and
did a little housecleaning on openbrowser as well.

Revision 1.155: download - view: text, markup, annotated - select for diffs
Wed Mar 6 20:28:19 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.154: preferred, colored
Changes since revision 1.154: +28 -4 lines
Changes to support new browsing functionality in construction space.

Revision 1.154: download - view: text, markup, annotated - select for diffs
Tue Feb 26 21:00:38 2002 UTC (22 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.153: preferred, colored
Changes since revision 1.153: +3 -11 lines
- use the newly updated loncommon::get_unprocessed_cgi command

Revision 1.153: download - view: text, markup, annotated - select for diffs
Thu Feb 21 04:18:59 2002 UTC (22 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.152: preferred, colored
Changes since revision 1.152: +8 -1 lines
Message applies to version 1.151 too.
- debugging, and warning updates
- added check for externally specfied target, checks vgr before allowing any target out side of tex and web in publications space, otherwise forces web target

Revision 1.152: download - view: text, markup, annotated - select for diffs
Thu Feb 21 04:11:25 2002 UTC (22 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.151: preferred, colored
Changes since revision 1.151: +26 -6 lines
*** empty log message ***

Revision 1.151: download - view: text, markup, annotated - select for diffs
Wed Jan 30 16:04:04 2002 UTC (22 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.150: preferred, colored
Changes since revision 1.150: +15 -9 lines
- skips parsing a script block
- allows creation of a new html file

Revision 1.150: download - view: text, markup, annotated - select for diffs
Fri Jan 18 17:04:46 2002 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.149: preferred, colored
Changes since revision 1.149: +20 -8 lines
- protects " int tag args
- better error messages
- <TITLE> </title> works correctly.

Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Jan 17 17:42:34 2002 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.148: preferred, colored
Changes since revision 1.148: +1 -14 lines
- generate the edit button in the <body> tag.

Revision 1.148: download - view: text, markup, annotated - select for diffs
Wed Jan 9 09:50:59 2002 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.147: preferred, colored
Changes since revision 1.147: +2 -2 lines
- case insensitive

Revision 1.147: download - view: text, markup, annotated - select for diffs
Tue Jan 8 21:11:13 2002 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.146: preferred, colored
Changes since revision 1.146: +35 -11 lines
- changed html pages to have an 'Edit' mode and a 'View' mode.

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Jan 7 18:11:57 2002 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.145: preferred, colored
Changes since revision 1.145: +8 -7 lines
- prints entire errors

Revision 1.145: download - view: text, markup, annotated - select for diffs
Thu Jan 3 16:18:00 2002 UTC (22 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.144: preferred, colored
Changes since revision 1.144: +6 -1 lines
Prints out more for token header, so it fits CBI

Revision 1.144: download - view: text, markup, annotated - select for diffs
Wed Jan 2 13:18:26 2002 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.143: preferred, colored
Changes since revision 1.143: +2 -2 lines
register_insert no longer ignores the last item in the array.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue Jan 1 16:37:20 2002 UTC (22 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.142: preferred, colored
Changes since revision 1.142: +8 -3 lines
Standardized error header

Revision 1.142: download - view: text, markup, annotated - select for diffs
Fri Dec 21 22:44:06 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.141: preferred, colored
Changes since revision 1.141: +12 -13 lines
 - map -> foreach conversion
-  removed some debuggin messages

Revision 1.141: download - view: text, markup, annotated - select for diffs
Fri Dec 14 22:59:34 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.140: preferred, colored
Changes since revision 1.140: +23 -13 lines
- &Apache::lonxml::register now stacks up tag registrations
- &Apache::lonxml::deregister exists

Revision 1.140: download - view: text, markup, annotated - select for diffs
Thu Nov 29 21:38:17 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.139: preferred, colored
Changes since revision 1.139: +14 -13 lines
- cleaned out some blanks
- updated the error messages to be more readable

Revision 1.139: download - view: text, markup, annotated - select for diffs
Thu Nov 29 19:03:58 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.138: preferred, colored
Changes since revision 1.138: +35 -0 lines
GPL

Revision 1.138: download - view: text, markup, annotated - select for diffs
Wed Nov 7 21:26:04 2001 UTC (22 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.137: preferred, colored
Changes since revision 1.137: +9 -1 lines
- Apache::description now knows about namspaces

Revision 1.137: download - view: text, markup, annotated - select for diffs
Wed Oct 31 17:44:42 2001 UTC (22 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.136: preferred, colored
Changes since revision 1.136: +1 -3 lines
- try #2 at no-caching. Creating Real HTTP headers rather than html <meta>
   http-equiv headers

Revision 1.136: download - view: text, markup, annotated - select for diffs
Fri Oct 26 17:09:04 2001 UTC (22 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.135: preferred, colored
Changes since revision 1.135: +3 -0 lines
- added some meta tags to prevent caching

Revision 1.135: download - view: text, markup, annotated - select for diffs
Fri Oct 5 16:55:12 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.134: preferred, colored
Changes since revision 1.134: +10 -7 lines
- bug fix

Revision 1.134: download - view: text, markup, annotated - select for diffs
Wed Oct 3 13:34:22 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.133: preferred, colored
Changes since revision 1.133: +6 -4 lines
- tiny performance enhancement

Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Oct 3 12:34:10 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.132: preferred, colored
Changes since revision 1.132: +7 -6 lines
- puts the right header on top when grading other courses

Revision 1.132: download - view: text, markup, annotated - select for diffs
Mon Oct 1 20:06:45 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.131: preferred, colored
Changes since revision 1.131: +14 -0 lines
- added get_param_var (Will also evaluate paramater values that look like variable references inside the safe spacebefore returning them, should successfully handle both arrays, and hashes.) (Should the extra code be integrated back into get_param?)

Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Sep 28 18:20:06 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.130: preferred, colored
Changes since revision 1.130: +5 -1 lines
- get_param, would serve up incorrect params, i.e. if the arguments exapmle="" wasn't defined but there still was a global variable name $example, it would server up the global variable instead.

Revision 1.130: download - view: text, markup, annotated - select for diffs
Wed Sep 26 14:43:50 2001 UTC (22 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.129: preferred, colored
Changes since revision 1.129: +7 -0 lines
Public access - no registration in remote control

Revision 1.129: download - view: text, markup, annotated - select for diffs
Fri Sep 14 20:18:13 2001 UTC (22 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.128: preferred, colored
Changes since revision 1.128: +5 -0 lines
- setups up the parse environment for answer mode

Revision 1.128: download - view: text, markup, annotated - select for diffs
Thu Aug 30 21:19:45 2001 UTC (22 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.127: preferred, colored
Changes since revision 1.127: +1 -1 lines
- forcereg was being ignored

Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Aug 24 15:31:55 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +6 -4 lines
Restored reload.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Thu Aug 23 22:12:24 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.125: preferred, colored
Changes since revision 1.125: +4 -0 lines
Write Allows

Revision 1.125: download - view: text, markup, annotated - select for diffs
Thu Aug 23 21:28:30 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.124: preferred, colored
Changes since revision 1.124: +6 -4 lines
Writeallows needs to be called at the end of xmlparse

Revision 1.124: download - view: text, markup, annotated - select for diffs
Thu Aug 23 19:41:52 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.123: preferred, colored
Changes since revision 1.123: +4 -5 lines
- extlinks needs to be reset

Revision 1.123: download - view: text, markup, annotated - select for diffs
Wed Aug 22 19:21:36 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.122: preferred, colored
Changes since revision 1.122: +25 -6 lines
- moved whichuser() from lonhomework to lonxml so I don't have to check for it's existance

Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Aug 21 17:21:50 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.121: preferred, colored
Changes since revision 1.121: +1 -1 lines
-typo

Revision 1.121: download - view: text, markup, annotated - select for diffs
Mon Aug 20 23:31:08 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.120: preferred, colored
Changes since revision 1.120: +9 -3 lines
- cstore/restore/rndseed check the environmetn to see if we are rendering
  for a different user or not (allowed calls need to be converted too)

- <dataresponse> displays some information about itself for target web

Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Aug 20 16:12:46 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.119: preferred, colored
Changes since revision 1.119: +27 -6 lines
Token input field

Revision 1.119: download - view: text, markup, annotated - select for diffs
Mon Aug 20 14:53:12 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +29 -1 lines
Input token field

Revision 1.118: download - view: text, markup, annotated - select for diffs
Sat Aug 18 15:49:28 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.117: preferred, colored
Changes since revision 1.117: +16 -4 lines
Separate generation and printing of token header

Revision 1.117: download - view: text, markup, annotated - select for diffs
Fri Aug 17 19:50:28 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.116: preferred, colored
Changes since revision 1.116: +2 -2 lines
Generate Token bug fixes

Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Aug 16 11:25:03 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.115: preferred, colored
Changes since revision 1.115: +7 -31 lines
checkout should go into lonnet.

Revision 1.115: download - view: text, markup, annotated - select for diffs
Wed Aug 15 23:19:20 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.114: preferred, colored
Changes since revision 1.114: +4 -3 lines
Changed display order

Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Aug 15 15:49:14 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.113: preferred, colored
Changes since revision 1.113: +27 -2 lines
More checkout - stores token with exam

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Aug 15 14:22:07 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.112: preferred, colored
Changes since revision 1.112: +2 -1 lines
Other barcode

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Aug 15 14:03:03 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.111: preferred, colored
Changes since revision 1.111: +34 -1 lines
Checkout procedure

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat Aug 11 20:16:10 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.110: preferred, colored
Changes since revision 1.110: +6 -3 lines
Recursive allow

Revision 1.110: download - view: text, markup, annotated - select for diffs
Fri Aug 10 16:22:23 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.109: preferred, colored
Changes since revision 1.109: +20 -3 lines
Hide

Revision 1.109: download - view: text, markup, annotated - select for diffs
Fri Aug 10 15:49:46 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.108: preferred, colored
Changes since revision 1.108: +16 -3 lines
Anonymous

Revision 1.108: download - view: text, markup, annotated - select for diffs
Thu Aug 9 20:32:36 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.107: preferred, colored
Changes since revision 1.107: +4 -2 lines
CAT button

Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Aug 7 22:57:50 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.106: preferred, colored
Changes since revision 1.106: +14 -6 lines
Cleanup Button

Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Aug 7 16:54:14 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.105: preferred, colored
Changes since revision 1.105: +22 -0 lines
HTML Cleanup Routine Attempt

Revision 1.105: download - view: text, markup, annotated - select for diffs
Mon Aug 6 19:44:54 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.104: preferred, colored
Changes since revision 1.104: +1 -0 lines
- forgot to say that I had registered the url

Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Jul 27 18:16:22 2001 UTC (22 years, 8 months ago) by ng
Branches: MAIN
Diff to previous 1.103: preferred, colored
Changes since revision 1.103: +1 -0 lines
fix safehole for random_multivariate function

Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Jul 27 00:18:59 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.102: preferred, colored
Changes since revision 1.102: +25 -1 lines
Picks up course discussion

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Jul 12 15:53:44 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.101: preferred, colored
Changes since revision 1.101: +1 -0 lines
- &xmlparse() should work well now.

Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu Jul 12 15:26:03 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +95 -86 lines
- hopefully made it sorta reentrant, at least enough for a <script> xmlparse call.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Thu Jul 5 15:53:09 2001 UTC (22 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +2 -1 lines
Force registration mode

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Jul 3 20:58:27 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.98: preferred, colored
Changes since revision 1.98: +6 -1 lines
- if there is no <head> by the time we see <body> or <frameset> make one up.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Jun 27 18:52:34 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.97: preferred, colored
Changes since revision 1.97: +5 -0 lines
- added descrtion to get the decription line from the inserlist.tab file

Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue Jun 26 21:45:28 2001 UTC (22 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +49 -33 lines
- added delete functionality (calls Apache::edit:delete_tag which can call delete_<tagname> or handle it usong the default mechanism)
- functionalized the code that occurs when an end tag happens

Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Jun 16 18:34:31 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.95: preferred, colored
Changes since revision 1.95: +33 -22 lines
 - cleanup xmlparse

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Jun 16 16:09:09 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Bug Fix Annotations

Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat Jun 16 15:08:09 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.93: preferred, colored
Changes since revision 1.93: +9 -1 lines
Incorporate bookmarks and annotations into dynamical remote

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Jun 13 20:02:28 2001 UTC (22 years, 10 months ago) by ng
Branches: MAIN
Diff to previous 1.92: preferred, colored
Changes since revision 1.92: +2 -1 lines
fixed safehole for random_permuted_index

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Jun 12 22:39:36 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +3 -7 lines
-added color info to a tags definition

Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Jun 12 21:10:22 2001 UTC (22 years, 10 months ago) by ng
Branches: MAIN
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +25 -3 lines
added math::random module
provide safeholes for the random distribution functions, get and set seed
random number generator.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Sat Jun 9 14:23:27 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +4 -2 lines
Homeworkmenu goes away immediately.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sat Jun 9 12:32:42 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +3 -2 lines
Cleans up rows of buttons for homework menu

Revision 1.88: download - view: text, markup, annotated - select for diffs
Fri Jun 8 20:01:45 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +3 -3 lines
Does homeworkmenu

Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Jun 8 17:52:03 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.86: preferred, colored
Changes since revision 1.86: +28 -3 lines
Brings up the right buttons

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sun Jun 3 18:33:54 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.85: preferred, colored
Changes since revision 1.85: +41 -10 lines
Less flickering in Remote when flipping pages

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Jun 2 19:55:46 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +19 -0 lines
Get rid of menu checking on itself

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Jun 2 03:59:59 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +16 -14 lines
- added new arg $tagstack to all start_ or end_ routines

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu May 31 22:38:36 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +9 -1 lines
 - adding get_param calls to replace the junk that went before

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed May 30 17:42:15 2001 UTC (22 years, 10 months ago) by ng
Branches: MAIN
Diff to previous 1.81: preferred, colored
Changes since revision 1.81: +36 -31 lines
remove Math::Trig
Move all acos,.. acoth to Math::Cephes
add class(), section()

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed May 30 15:27:13 2001 UTC (22 years, 10 months ago) by ng
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +11 -37 lines
- got rid of Math::Trig
- added more Math::Cephes

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon May 28 18:27:46 2001 UTC (22 years, 10 months ago) by harris41
Branches: MAIN
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +49 -0 lines
add Math::Trig
add Math::Cephes qw(j0 j1 jn jv y0 y1 yn yv)

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat May 26 17:27:28 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +14 -3 lines
Simple Editor works

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat May 26 15:31:33 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +59 -9 lines
Start of Simple Edit

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri May 25 14:02:10 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +1 -0 lines
Permits sort in safeeval

Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue May 15 20:50:03 2001 UTC (22 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +19 -33 lines
- allows tag namespaces now for insertion

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun May 13 21:40:32 2001 UTC (22 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +27 -1 lines
- added variations of 3 functions. with the variants a tag can appear in
  the insertlist.tab multiple times.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun May 13 20:01:11 2001 UTC (22 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +33 -6 lines
- changed the args to tag_start
- added args to editfield

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu May 10 19:10:25 2001 UTC (22 years, 11 months ago) by harris41
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +3 -2 lines
making sure that warnings only happen for construction space

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri May 4 21:17:24 2001 UTC (22 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +73 -39 lines
- large changes to start generating a editing enviroment
- <script> <scriptlib> <parserlib> work in edit in envrioment
- callsub needs to be reorganized
- added evaluate global to lonxml, turns off evaluation of $var

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri May 4 19:18:43 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +3 -0 lines
lontexconvert loaded, and comments around standard headers

Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri May 4 17:33:35 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +9 -0 lines
Font settings

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri May 4 16:10:17 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +21 -4 lines
Headers generate headers

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri May 4 15:29:32 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +48 -18 lines
Headers generated by tags themselves

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Mar 30 01:42:23 2001 UTC (23 years ago) by www
Branches: MAIN
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +8 -8 lines
Afterburner now also works for problems, but only for target web

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Mar 29 20:47:06 2001 UTC (23 years ago) by www
Branches: MAIN
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +53 -0 lines
Afterburner for highlights. links and anchors

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Mar 27 18:19:29 2001 UTC (23 years ago) by albertel
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
- stupid screwups

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Mar 27 17:47:43 2001 UTC (23 years ago) by albertel
Branches: MAIN
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +11 -23 lines
- corrected to be properly configured

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Mar 27 16:57:20 2001 UTC (23 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +29 -11 lines

r changes for tex target

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Mar 26 17:32:14 2001 UTC (23 years ago) by sakharuk
Branches: MAIN
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +8 -6 lines
- confirmed the final change for meta mode, tested to work

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Mar 26 15:42:05 2001 UTC (23 years ago) by albertel
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +8 -12 lines
- I think the meta mode is finally correct

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Mar 23 22:08:05 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +2 -1 lines
- made <ouput> work as is should
- updated comments in xmlparse

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Mar 22 22:40:26 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +33 -12 lines
- <meta> mode changes
- start on edit stuff

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Mar 20 16:47:21 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
- typo

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Mar 19 20:08:53 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +45 -16 lines
- handles all possible token events in the parser

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Mar 13 22:44:24 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
- now parseres in xml_mode should handle /> well

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Feb 22 00:49:03 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +59 -54 lines
- changed redirection, and output stack to work more intelligently, checkount radiobuttonresponse for a good example, should have to muck with @Apache::lonxml::outputstack and $Apache::lonxml::redirection directly use startredirection and enredirection

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Feb 19 20:40:55 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +10 -10 lines
- changed to send a normal level message instead of Critical
- <br> -> <br /> cleanup

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Feb 14 02:57:02 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
- stupid silly mistake in substituion line

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Feb 13 00:17:11 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +19 -1 lines
- added improved error handling

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Feb 13 00:15:49 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
- protect string against acidental evaluations

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Feb 13 00:13:47 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +10 -21 lines
- knows about contructions space when trying to figure out where a file is
= better error message

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jan 30 21:01:36 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +9 -6 lines
- changed some errors to warnings
- added debugs

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Jan 12 20:38:05 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +9 -1 lines
- need to reset the debug value

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Jan 6 16:52:34 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +3 -0 lines
- grade needs textredir off, but needs imports

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Jan 6 16:22:55 2001 UTC (23 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Sorry, that should be 'qw'

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Jan 6 15:31:27 2001 UTC (23 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +4 -2 lines
'OK' is not OK

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jan 5 19:45:03 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +5 -2 lines
- forgot to switch text redirection off.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 4 19:16:16 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +15 -4 lines
- debug is by default off
- throws errors at missing end tags

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jan 3 00:13:22 2001 UTC (23 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +7 -5 lines
- changed prints to debugs
- need to protect @ signs, <tag a="@b"> is abit problematic

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Dec 4 22:10:23 2000 UTC (23 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +19 -19 lines
- retabinated some code

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Nov 22 17:35:13 2000 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +3 -0 lines
- poke a hole in the Safe compartment for &EXT()

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Nov 15 15:29:33 2000 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +0 -1 lines
- fixed Apache::run::evaluate so it actually does work
- it also now properly Quotes the expression so we shouldn't have anymore
   problems with quoting

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Nov 14 22:24:38 2000 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +1 -0 lines
- new Apache::run::evaluate() still has quoting problems.

These probably can be gotten around by safe->share()ing a var?

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Nov 7 23:41:27 2000 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
- useless message removed

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Nov 7 23:39:07 2000 UTC (23 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +12 -8 lines
- increase depth and decrease depth work as advertised now
- get_all_text puts the end tag back into the parser

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Nov 6 18:42:38 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Try to fix bugs for parameters like "http-equiv"

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Nov 6 17:03:29 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +12 -0 lines
Further work on access control. Script tag bug still in there, needs type.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Nov 6 16:22:59 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +9 -6 lines
Register external links for access control

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Nov 6 14:32:35 2000 UTC (23 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +5 -2 lines
added a global variable for control of import (web/tex/meta)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Nov 1 17:25:36 2000 UTC (23 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3 lines
new version for switch on and off of metadata output

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Oct 30 20:34:25 2000 UTC (23 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +7 -3 lines
In londefdef.pm a few tags for tex target were changed: <m>,<p>,...
In lonxml.pm a new global variable textredirection was introduced. It is used for dwitch on and off the metadata output. A few lines of code were added.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Oct 26 14:01:40 2000 UTC (23 years, 5 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +10 -0 lines
new but not full and last version of cbi.sty

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 12 19:43:25 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +5 -5 lines
- fixed handler so that it actually does work

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Oct 11 21:12:42 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +14 -28 lines
- handler cleaned up to Gerd's specs

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Oct 11 21:07:59 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +2 -7 lines
- sets $external::randomseed

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Oct 11 13:07:49 2000 UTC (23 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +50 -21 lines
added two global variables
- redirection
-output stack
so one can get a subset of the xml parser's output

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 9 14:07:02 2000 UTC (23 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +73 -8 lines
added handler which makes lonxml working with cbi stuff and modified get_all_text to more like a get_text

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 5 19:30:14 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +22 -8 lines
- created &newparser routine to be used when adding a parser to the stack
  it also updates:
- new global @Apache::lonxml::pwd which maintains the directory each parser was   started in.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Oct 2 22:19:19 2000 UTC (23 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +20 -2 lines
- added debug,error, and warning functions
- they don't do much right now but eventually

- debug won't do anything
- error will provide error messages, if a student is using it it might just
  supress the actual message but send an email to the creator of the
  resource, if it is in an editing mode, it will give the user the error
  message and were it occured
- warning will be supressed when a student is using it, but will look like
  errors when an instructor is editing

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Sep 19 19:10:01 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
- moved $external::target to always be defined
- fixed scripttag to allow it be able to report results from scripts
- fixed caparesponse to not print out anything

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 19 18:05:21 2000 UTC (23 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +7 -3 lines
- fixed bug with poorly formed xml documents

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 16 18:32:58 2000 UTC (23 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +35 -6 lines
- implemented new get_all_text,
   actually works like I'd like $parser->get_text() to.
- started on edit/modified tags
- notice both get_all_text and increasedepth/decresedepth don't like broken
  documents, and they aren't very hardy.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 11 14:24:50 2000 UTC (23 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
- safeinit string now passed

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 8 19:34:29 2000 UTC (23 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +34 -8 lines
- did up some edittags

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Aug 3 19:34:11 2000 UTC (23 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +87 -67 lines
- modified the xml parser to actually have a stack of parsers and pass
  this stack along

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Aug 3 18:24:24 2000 UTC (23 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +43 -67 lines
- shortened parser by splitting out "recursion" sections

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Aug 2 16:47:53 2000 UTC (23 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +8 -8 lines
- added style to passed args
- implemented parserlib tag

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 25 21:28:22 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +16 -9 lines
- added <scriptlib> tag
- changed lonxml to not evaluate emty strings

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 20 15:37:54 2000 UTC (23 years, 9 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +5 -2 lines
*** empty log message ***

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jul 18 21:27:10 2000 UTC (23 years, 9 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +7 -2 lines
*** empty log message ***

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jul 14 19:11:03 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +14 -8 lines
- modified callsub to pass the parser and safeeval along

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 5 18:04:45 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +35 -58 lines
- fixed end tag to work like start tag

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jun 29 20:27:13 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +30 -24 lines
- start _should_ be correct
- end tag is a horrible broken mess that doesn't work

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 29 18:52:54 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +67 -73 lines
- newer version of parser, not fully correct, and end tags are horribly handeled

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 29 13:58:23 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +15 -14 lines
- evaluate now works as expected
- lonxml hands evaluates properly in start tags

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:33:54 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +100 -99 lines
- retabination
- perl -w complained about @array[]

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jun 27 19:35:32 2000 UTC (23 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
- renamed pakages to conform to apache

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 26 21:35:20 2000 UTC (23 years, 9 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +176 -132 lines
*** empty log message ***

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 23 20:40:06 2000 UTC (23 years, 10 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +128 -1284 lines
*** empty log message ***

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 19 15:52:29 2000 UTC (23 years, 10 months ago) by sakharuk
Branches: MAIN
*** empty log message ***

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>