CVS log for loncom/interface/lonsearchcourse.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 16 21:09:14 2024 UTC (10 days, 4 hours ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
- $rid set to the capture variable from the regex, so use it in place of $1.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Feb 12 03:39:38 2024 UTC (2 months, 2 weeks ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_4_msu
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
- Use different name for element in dependencies array, as $url is already
  used for URL of resource itself.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 11 23:03:13 2024 UTC (2 months, 2 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +11 -11 lines
- Coding style -- eliminate $_ .

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 11 22:20:06 2024 UTC (2 months, 2 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +11 -6 lines
- For session launched via LTI-mediated deep link, set appropriate target
  in links listed in search results.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 11 21:41:48 2024 UTC (2 months, 2 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- In list of matches in course search, if matched item is a folder set link
  to display listing of folder contents, when encryptedurl in effect.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Feb 11 20:40:37 2024 UTC (2 months, 2 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +10 -3 lines
- For unprivileged users exclude "unlisted" resources from course search
  when deep linking is used in course.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 11 20:32:42 2024 UTC (2 months, 2 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +12 -4 lines
- In list of matches in course search, if matched item is a folder set link
  to display listing of folder contents.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Nov 30 15:55:37 2021 UTC (2 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_X, version_2_11_4_uiuc, version_2_11_4
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
- Bug 6955 IP-based blocking. Pass user'sIP address as third arg to
  loncommon::blockcheck() and second to loncommon::blocking_status().

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:19:15 2020 UTC (3 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_3_msu
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +20 -4 lines
- Blocking of user actions in a course during an exam can include Content
  Search (course personnel with evb priv are exempt).

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Sep 22 11:23:08 2020 UTC (3 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +9 -1 lines
- Content Search only in course context.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 25 20:41:53 2011 UTC (12 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_3_uiuc, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Changes to improve usability for Course Contents and Content Editor.
- Separate "editor" tabs (Content Editor && Supplemental Content Editor) from
  "display" tabs (Main Content, Supplemental Content, Content Search, Content Index).
- Replace "Edit Content" link on "Course Contents" page (used to jump directly
  to editing specific folder) with icon, to reduce clutter.
- "Back to Overview" link on editor pages to jump directly to corresponding
  location on "display" pages.
- CC and student roles have same tabs in "display" of Contents
- New URL: "/adm/supplemental" for supplemental contents when displaying
  (as CC or student).
- Supplemental Course Content breadcrumbs do not need link to course as first
  item.
- Functions menu in Supplemental Course Content includes "Folder Editor" link
  to jump to editor.
- Do not use style: "LC_current_location" when location is a folder.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 17 22:56:27 2011 UTC (13 years, 3 months ago) by www
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +15 -33 lines
Interface looks

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 17 20:43:09 2011 UTC (13 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +10 -2 lines
Fix breadcrumbs

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 17 20:18:02 2011 UTC (13 years, 3 months ago) by www
Branches: MAIN
"Search Course" was only inside of searchcat because the Remote did not
have enough buttons.

Separate the two, incorporate content search under "Content"

Declutter lonsearchcat a little bit before necessary major cleanup.

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>