CVS log for rat/lonwrapper.pm
Up to [LON-CAPA] / rat
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN
Revision 1.86: download - view: text, markup, annotated - select for diffs
Sun Dec 31 21:45:03 2023 UTC (10 months, 3 weeks ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
HEAD
Diff to previous 1.85: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.85: +34 -2
lines
- Update POD.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:50:06 2023 UTC (12 months ago) by raeburn
Branches: MAIN
Diff to previous 1.84: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.84: +3 -50
lines
- Move javascript used for handling resize of page containing iframe from
lonwrapper.pm to two new subroutines in loncommon.pm to facilitate reuse.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:45:11 2023 UTC (12 months ago) by raeburn
Branches: MAIN
Diff to previous 1.83: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.83: +2 -2
lines
- Entity encoding for href in link displayed when iframe not supported.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Sep 27 14:52:28 2023 UTC (13 months, 3 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.82: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.82: +14 -9
lines
- No breadcrumbs trail in modal pop-up when previewing aboutme, syllabus,
roster, and pdf documents from links in Course Editor.
- Breadcrumbs trails for "Supplemental" and "Main" content more consistent:
- No Main Menu link as first item if symb or folderpath available
- No Return to Last location link/icon if symb or folderpath available
- Don't set supplementalflag to 1 for documents uploaded to Main Content
area which require "showdoc", so breadcrumb trail is available to students.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon May 22 21:20:56 2023 UTC (18 months ago) by raeburn
Branches: MAIN
Diff to previous 1.81: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.81: +11 -4
lines
- Bug 6754
- Can select from tool definitions set in course's domain or in course
itself when using External > "External Tool" in Course Editor.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Oct 29 18:52:58 2022 UTC (2 years ago) by raeburn
Branches: MAIN
Diff to previous 1.80: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.80: +3 -1
lines
- Entity encoding for last item in breadcrumbs trail.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Oct 27 21:35:30 2022 UTC (2 years ago) by raeburn
Branches: MAIN
Diff to previous 1.79: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.79: +33 -7
lines
- Prepend /adm/wrapper for images, pdfs, and non-html documents included in
folders in Supplemental Content area, so standard LON-CAPA menus, including
breadcrumb trail will be shown above the resource.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Aug 30 11:41:27 2022 UTC (2 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.78: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.78: +15 -15
lines
- Remove trailing whitespace. Fix typo in documentation.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Aug 28 02:41:30 2022 UTC (2 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.77: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.77: +125 -26
lines
- Bug 6972.
Option in course to display every External Resource Item as link (and
launch in a tab or window) instead of in iframe.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Oct 19 00:16:32 2021 UTC (3 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.76: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.76: +9 -6
lines
- On iOS 13-15 "Request Mobile Website" is needed to view a PDF in Safari.
Browser agent string decoded at request time instead of using value set
at session initialization, to accommodate user toggling via Aa control.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Feb 29 16:05:26 2020 UTC (4 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.75: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.75: +2 -2
lines
- Accommodate Apache 2.4 updated to address CVE-2019-0220.
Reverse piecemeal changes (lonwrapper.pm 1.72 & lonprintout.pm 1.670)
with generalized solution using PerlTransHandler.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Feb 17 00:47:14 2020 UTC (4 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.74: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.74: +2 -2
lines
- Fix typo.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Feb 17 00:13:22 2020 UTC (4 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.73: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.73: +2 -1
lines
- Closing brace omitted from 1.73
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Feb 16 23:07:36 2020 UTC (4 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.72: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.72: +33 -5
lines
- Prevent overlap of iframe and Functions menu in corner case.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Feb 16 21:57:49 2020 UTC (4 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.71: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.71: +2 -2
lines
- Accommodate Apache 2.4 updated to address CVE-2019-0220, in which
multiple consecutive slashes are collapsed into a single slash.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Jan 14 16:48:06 2020 UTC (4 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.70: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.70: +56 -4
lines
- Update perldoc
Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Jan 14 14:26:39 2020 UTC (4 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.69: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.69: +7 -7
lines
- Removing trailing whitespace.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu May 2 02:12:31 2019 UTC (5 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.68: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.68: +61 -25
lines
- Bug 6910
Gracefully handle display (and preview) for External Resources for which
Content-Security-Policy or X-Frame-Options prevent display in iframe in LC.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Dec 30 00:16:36 2017 UTC (6 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.67: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.67: +17 -6
lines
- Done button can be used with a gradable external tool to terminate
access.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Dec 22 02:01:01 2017 UTC (6 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.66: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.66: +31 -11
lines
- Bug 6754 LON-CAPA as LTI Consumer
Support for access control using slots, and also for time interval
for external tools set to be "gradable".
Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Dec 18 23:23:14 2017 UTC (6 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.65: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.65: +21 -2
lines
- Inline menu for page wrapper for LTI provider launcher can include
countdown timer, if instance of external tool is set to be "gradable".
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Nov 30 14:41:30 2017 UTC (6 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.64: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.64: +2 -2
lines
- Bug 6754 LTI Integration.
Rename get_domain_ltitools() routine in lonnet.pm as get_domain_lti(),
and require second argument -- $context -- either: consumer or provider).
Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed May 10 19:25:28 2017 UTC (7 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.63: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.63: +11 -5
lines
- xhtml -- satisfy w3c validation.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed May 10 13:49:21 2017 UTC (7 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.62: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.62: +48 -13
lines
- Bug 6754. Make LON-CAPA an LTI Tool Consumer (LTI 1.1).
- Display options are now: iframe, tab and window.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon May 8 14:20:32 2017 UTC (7 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.61: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.61: +3 -3
lines
- Bug 6754. Make LON-CAPA an LTI Tool Consumer (LTI 1.1).
- Name as ext.tool (instead of exttool), so that parameters can be specified
in packages.tab, based on extension.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun May 7 13:58:04 2017 UTC (7 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.60: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.60: +12 -3
lines
- Eliminate use of exttools in URL in place of exttool for External Tools
where destination URL is https://.
- Override setting for use of iframe to display External Tool, if
LON-CAPA server is https://, but destination URL is http:// to
avoid mixed active content issue.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Apr 25 22:19:03 2017 UTC (7 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.59: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.59: +17 -7
lines
- Bug 6754. Make LON-CAPA an LTI Tool Consumer (LTI 1.1).
When LTI Tool set to be accessed via link to open new tab,
domain configuration for each Tool includes:
(a) default link text
(b) default text block
(c) whether link text and/or text block content configurable in course.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Apr 22 16:15:13 2017 UTC (7 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.58: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.58: +2 -2
lines
- Support display of External Tool to students where hidden URL parameter set.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Mar 8 02:51:18 2017 UTC (7 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.57: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.57: +5 -5
lines
- For servers using Apache/SSL where an External Resource points at an
http:// URL, links to display the page use http:// to avoid mixed active
content issue, unless editing the resource (when https:// is used).
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Feb 25 19:39:10 2017 UTC (7 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.56: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.56: +2 -2
lines
- Remove trailing white space.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Feb 7 02:07:28 2017 UTC (7 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.55: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.55: +4 -1
lines
- Support "only_body" in query string when displaying syllabus item set to
external URL.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Nov 30 16:02:27 2016 UTC (7 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.54: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.54: +7 -2
lines
- Set offset to 0 if no LON-CAPA menu present.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Nov 29 19:53:58 2016 UTC (7 years, 11 months ago) by damieng
Branches: MAIN
Diff to previous 1.53: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.53: +3 -3
lines
fixed bug 6820
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Oct 31 19:49:05 2016 UTC (8 years ago) by raeburn
Branches: MAIN
Diff to previous 1.52: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.52: +19 -9
lines
- Bug 6806. Support anchor in URL set for an external resource within the
"Supplemental Content" area.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Oct 31 12:59:11 2016 UTC (8 years ago) by raeburn
Branches: MAIN
Diff to previous 1.51: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.51: +6 -2
lines
- Bug 6806. Support anchor in URL set for an external resource.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Feb 22 03:36:52 2016 UTC (8 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.50: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.50: +12 -4
lines
- Bug 6806. Support anchor in URL set for an external resource.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Jan 26 14:30:40 2016 UTC (8 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.49: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.49: +41 -13
lines
- Bug 6754. Make LON-CAPA an LTI Tool Consumer (LTI 1.1). Work in progress.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jun 17 23:22:21 2014 UTC (10 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1,
version_2_11_0
Branch point for: version_2_11_X
Diff to previous 1.48: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.48: +21 -17
lines
- On Apache/SSL servers syllabus should always be served by http:// to avoid
"mixed content" issue when syllabus is an external resource on http:// server).
- Set $env{'request.use_absolute'} and pass in args to start page so postdata
is preserved. (bug 6662).
- Code used for same purpose in rat/lonwrapper.pm rev. 1.44 for external
resources moved to lonacc.pm to facilitate re-use.
- Detect if syllabus template replaced with uploaded PDF or link to external
PDF file, and send as arg in call to lonwrapper.pm, to circumvent lack of
scrolling for multi-page PDFs in iframes on iOS.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Jun 17 23:01:21 2014 UTC (10 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.47: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.47: +2 -5
lines
- Correction to rev. 1.47. Adding missing single quotes. Remove duplicated
HTML.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue May 20 11:47:06 2014 UTC (10 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3
Diff to previous 1.46: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.46: +38 -14
lines
- Circumvent lack of scrolling for multi-page PDFs in iFrames on iOS
by substituting inline display in iframe with a link when viewing on
mobile device (Main Content area).
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Oct 22 23:13:54 2013 UTC (11 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC2
Diff to previous 1.45: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.45: +55 -44
lines
- Prevent truncation of content in external resources by using
"overflow:scroll; -webkit-overflow-scrolling:touch" style for div wrapped
around iframe used to contain external URL, when mobile device (e.g.,
iPad, iPhone etc.).
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Oct 15 10:17:19 2013 UTC (11 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.44: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.44: +40 -7
lines
- wrapper() takes additional fourth argument -- $is_ext (true if item
being wrapped is an external resource.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Sep 7 19:58:08 2013 UTC (11 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.43: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.43: +16 -4
lines
- Bug 6662
- External Resource items in which the remote URL is http:// need to be
served from port 80, if the LON-CAPA server hosting the session has
Apache/SSL.
- In addition to committed changes in LON-CAPA modules, an appropriate
RewriteRule is also needed for <VirtualHost _default_:443> (e.g.,
in /etc/httpd/conf.d/ssl.conf on the LON-CAPA server. (see:
http://bugs.loncapa.org/show_bug.cgi?id=6662).
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Nov 29 20:13:49 2012 UTC (11 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.42: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.42: +6 -14
lines
- Title of content item shown in breadcrumbs for supplemental content for
both uploaded documents, and external resource.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Nov 27 23:45:15 2012 UTC (11 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.41: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.41: +74 -11
lines
- Breadcrumbs trail for uploaded content in nested folders in
Supplemental Content.
- Breadcrumbs trail for external resource in Supplemental Content.
- lonwrapper.pm
- more sanity checking in lonwrapper.pm.
- increase offset for iframe when functions box is populated.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Nov 7 20:06:29 2011 UTC (13 years ago) by www
Branches: MAIN
CVS tags: language_hyphenation_merge,
language_hyphenation,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse,
BZ4492-feature_Support_horizontal_radioresponse
Diff to previous 1.40: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.40: +2 -2
lines
Trying to get rid of some of the copy/paste regular expressions
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jan 3 14:19:41 2011 UTC (13 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_X,
version_2_10_1,
version_2_10_0_RC2,
version_2_10_0,
loncapaMITrelate_1
Diff to previous 1.39: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.39: +2 -2
lines
- xhtml
- Although LC_head_subbox was originally intended to occur only once
on a page, it may occur multiple times (e.g., CSTR).
- Converting from id to class to allow multiple instances.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Mar 4 19:35:53 2010 UTC (14 years, 8 months ago) by droeschl
Branches: MAIN
CVS tags: version_2_10_0_RC1
Diff to previous 1.38: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.38: +11 -9
lines
- correct selection of LC_iframecontainer
- use scripttag function
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Mar 3 21:33:20 2010 UTC (14 years, 8 months ago) by droeschl
Branches: MAIN
Diff to previous 1.37: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.37: +51 -82
lines
- replaced frameset by iframe in lonwrapper
! IE 7 doesn't scale iframe to 100% height, IE 6 and 8 do
! scrolling in Mobile Safari is limited
- added styles for iframe to loncommon
- replaced menubuttons call in lonwrapper by start_page call to make full use of the new header
- removed remote control specific code (RC will be removed shortly)
- replaced code in lonsyllabus with a call to new wrapper routine
- removed subs initlittle and menubutton from lonmenu since they aren't needed anymore
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Nov 24 05:37:35 2009 UTC (15 years ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_99_0,
bz6209-base,
bz6209,
GCI_3
Diff to previous 1.36: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.36: +6 -4
lines
- Number of rows in upper frame reduced for new inline navigation.
- Try to allow extra rows if user has a role where a "Functions" box is displayed by checking opa priv for course.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Oct 21 23:47:11 2009 UTC (15 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.35: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.35: +3 -3
lines
- Increase rows in top frame to eliminate scrolling to see inline menu icons.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Oct 21 23:29:10 2009 UTC (15 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.34: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.34: +4 -2
lines
- Only re-attach query string if there is one.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Oct 21 22:46:31 2009 UTC (15 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.33: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.33: +2 -1
lines
- Some external web sites can't handle a trailing & in the query string.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed May 27 16:55:03 2009 UTC (15 years, 6 months ago) by www
Branches: MAIN
CVS tags: bz5969,
bz2851
Diff to previous 1.32: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.32: +1 -15
lines
Redesign: no separate accessibility interface, cleaning up a bit
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Dec 19 14:30:51 2008 UTC (15 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_99_0,
GCI_2
Branch point for: version_2_9_X
Diff to previous 1.31: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.31: +2 -2
lines
- Escape : in regexp, and separate ? and :
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Dec 19 13:47:40 2008 UTC (15 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.30: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.30: +2 -2
lines
- Regular Expression for both http and https.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Nov 20 14:38:00 2008 UTC (16 years ago) by jms
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +26 -18
lines
Reformatted POD, moved to bottom of file
Revision
1.29:
download - view:
text,
markup,
annotated -
[selected for diffs]
Mon Nov 10 13:22:23 2008 UTC (16 years ago) by
jms
Branches:
MAIN
Diff to previous 1.28:
preferred,
colored
Changes since revision 1.28: +21 -1
lines
POD documentation changes
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Mar 3 19:57:28 2008 UTC (16 years, 8 months ago) by www
Branches: MAIN
CVS tags: version_2_7_X,
version_2_7_1,
version_2_7_0,
version_2_6_X,
version_2_6_99_1,
version_2_6_99_0,
version_2_6_3
Branch point for: version_2_8_X
Diff to previous 1.27: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.27: +6 -2
lines
Bug #5642: Adjust top frame to icon mode
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jan 15 15:23:28 2008 UTC (16 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_2_6_2,
version_2_6_1
Diff to previous 1.26: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.26: +2 -2
lines
Bug #5542: top frame too small
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Dec 20 22:42:48 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_6_0,
version_2_5_X,
version_2_5_99_1,
version_2_5_99_0,
version_2_5_2,
version_2_5_1,
version_2_5_0,
version_2_4_X,
version_2_4_99_0,
version_2_4_2,
version_2_4_1,
version_2_4_0,
version_2_3_X,
version_2_3_99_0,
version_2_3_2,
version_2_3_1,
version_2_3_0,
version_2_2_99_1
Diff to previous 1.25: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.25: +2 -2
lines
- bunch of \w replacements
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Nov 30 23:35:38 2006 UTC (17 years, 11 months ago) by banghart
Branches: MAIN
CVS tags: version_2_2_99_0
Diff to previous 1.24: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.24: +2 -1
lines
Bug 5094. Display external resources beginning with https.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Sep 29 18:35:42 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.23: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.23: +9 -4
lines
- bug#5029, might need to enc urls in the frameset
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Apr 11 19:42:32 2006 UTC (18 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X,
version_2_2_2,
version_2_2_1,
version_2_2_0,
version_2_1_99_3,
version_2_1_99_2,
version_2_1_99_1,
version_2_1_99_0
Diff to previous 1.22: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.22: +25 -24
lines
- start_page + frameset
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Apr 4 15:11:48 2006 UTC (18 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.21: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.21: +17 -17
lines
- start_page work
- pass throught the args var to startheadtag
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 21 21:50:39 2006 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.20: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.20: +83 -69
lines
- eliminate wrapper frameset copy and paste
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 19 23:06:00 2006 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.19: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.19: +3 -3
lines
- start_page
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 10 21:44:02 2006 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X,
version_2_1_3
Diff to previous 1.18: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.18: +5 -1
lines
- part of BUG#4635, wrappered ext resource should have the symb sent to them.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:27 2005 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_2,
version_2_1_1,
version_2_1_0,
version_2_0_X,
version_2_0_99_1,
version_2_0_2,
version_2_0_1,
version_2_0_0,
version_1_99_3,
version_1_99_2,
version_1_99_1_tmcc,
version_1_99_1,
version_1_99_0_tmcc,
version_1_99_0
Diff to previous 1.17: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.17: +6 -6
lines
- ENV -> env
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 17 09:09:57 2005 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.16: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.16: +1 -8
lines
- more $r->content_type eradication
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Sep 18 16:32:17 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_X,
version_1_3_3,
version_1_3_2,
version_1_3_1,
version_1_3_0,
version_1_2_X,
version_1_2_99_1,
version_1_2_99_0,
version_1_2_1
Diff to previous 1.15: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.15: +2 -1
lines
- BUG#3486, : not being unescaped for wrapped docs
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Apr 1 18:14:24 2004 UTC (20 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_2_0,
version_1_1_99_5,
version_1_1_99_4,
version_1_1_99_3,
version_1_1_99_2,
version_1_1_99_1,
version_1_1_99_0
Diff to previous 1.14: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.14: +4 -5
lines
Changes to wrapping of uploaded documents.
Now that /uploaded files are copied from the course's home server to the server hosting the session, lonwrapper no longer needs to use lontokacc to build a home server url to be put in the contents of the main frame.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 29 16:09:21 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
CVS tags: version_1_1_X,
version_1_1_3,
version_1_1_2,
version_1_1_1,
version_1_1_0,
version_1_0_99_3,
version_1_0_99_2,
version_1_0_99_1,
version_1_0_99
Diff to previous 1.13: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.13: +2 -2
lines
Various small internationalization bugfixes.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue May 13 15:13:17 2003 UTC (21 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_1_0_3,
version_1_0_2,
version_1_0_1,
version_1_0_0,
version_0_99_5,
version_0_99_4,
version_0_99_3,
version_0_99_2,
version_0_99_1,
version_0_99_0,
conference_2003
Diff to previous 1.12: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.12: +32 -20
lines
Handle homework rendering through the wrapper.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Apr 15 03:53:03 2003 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.11: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.11: +50 -20
lines
Attempt to do the inline remote for "wrapped" pages without doing ssi.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Mar 1 03:06:37 2003 UTC (21 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.10: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.10: +2 -2
lines
The URL might already have a query string, for example from a token.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 20 22:04:18 2003 UTC (21 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.9: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.9: +2 -3
lines
When ssi'ing "body only," take out menus etc.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Feb 20 19:41:26 2003 UTC (21 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.8: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.8: +17 -2
lines
Created new subroutine to output only the body of a server-side included
document, both internal and external. Added non-framed mode to lonwrapper
for text-based interface, which still needs a little work.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 14 19:35:55 2003 UTC (21 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.7: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.7: +5 -4
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.7: download - view: text, markup, annotated - select for diffs
Fri Feb 7 22:53:13 2003 UTC (21 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.6: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.6: +2 -1
lines
- reappend query args to wrapped webpage
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jan 20 17:03:25 2003 UTC (21 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_0_6_2
Diff to previous 1.5: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.5: +4 -1
lines
Bug #1181
Set correct permissions to directly access uploaded HTML files.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 6 15:00:55 2002 UTC (22 years, 8 months ago) by matthew
Branches: MAIN
CVS tags: version_0_6,
version_0_5_1,
version_0_5,
version_0_4,
stable_2002_july,
stable_2002_april,
STABLE
Diff to previous 1.4: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.4: +2 -2
lines
Minor change for lonxml::registerurl calls. This should affect nothing!
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 29 19:23:49 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.3: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.3: +24 -0
lines
GPL
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 5 18:14:17 2001 UTC (23 years, 4 months ago) by www
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.2: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.2: +1 -0
lines
Works now except for page flip.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 5 15:54:02 2001 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored to selected 1.29: preferred, colored
Changes since revision 1.1: +9 -3
lines
More functionality - registers page
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 5 13:31:53 2001 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to selected 1.29: preferred, colored
Handler to incorporate external and binary resources
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>