CVS log for loncom/interface/lonmeta.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.254.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 28 16:10:27 2024 UTC (8 weeks, 1 day ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.254: preferred, colored next main 1.255: preferred, colored
Changes since revision 1.254: +42 -3 lines
- For 2.11.4 (modified)
  Include changes in 1.257

Revision 1.257: download - view: text, markup, annotated - select for diffs
Tue Nov 7 21:31:11 2023 UTC (5 months, 2 weeks ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.256: preferred, colored
Changes since revision 1.256: +42 -3 lines
- Support domain default or user override in new metadata file for:
  Default Copyright/Distribution and Default Source Available.

Revision 1.256: download - view: text, markup, annotated - select for diffs
Fri Jul 14 23:15:10 2023 UTC (9 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.255: preferred, colored
Changes since revision 1.255: +23 -3 lines
- Breadcrumbs text when creating new file in Course Authoring Space.
- All resources published in Course Authoring Space receive custom
  copyright/distribution, as defined in default.rights file.

Revision 1.255: download - view: text, markup, annotated - select for diffs
Tue Mar 28 23:17:18 2023 UTC (12 months, 4 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.254: preferred, colored
Changes since revision 1.254: +41 -15 lines
- "In course" authoring.
  Copyright/Distibution field for resources in "course author" space is
  'custom', and Custom Distribution File is /res/domain/courseid/default.rights

Revision 1.254: download - view: text, markup, annotated - select for diffs
Sun Jun 22 19:46:48 2014 UTC (9 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_X, version_2_11_4_uiuc, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0
Branch point for: version_2_11_4_msu
Diff to previous 1.253: preferred, colored
Changes since revision 1.253: +16 -2 lines
- Bug 6714.
  - "Show Metadata" icon in inline menu launches display of metadata in
  a regular window except for mobile devices which use a modal window.
  - div wrapped around metadata display in modal window and nicescroll
    used so contents are scrollable in mobile Safari on iOS.

Revision 1.253: download - view: text, markup, annotated - select for diffs
Thu Jun 12 12:08:02 2014 UTC (9 years, 10 months ago) by kruse
Branches: MAIN
Diff to previous 1.252: preferred, colored
Changes since revision 1.252: +4 -1 lines
Added column for displaying the domain of the specific courses in "Recent Detailed Assessment Statistical Data"-table
in the dynamic metadata, in order to make courses with same description on different domains easier distinguishable.

Revision 1.252: download - view: text, markup, annotated - select for diffs
Tue Feb 11 18:52:20 2014 UTC (10 years, 2 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC3
Diff to previous 1.251: preferred, colored
Changes since revision 1.251: +5 -5 lines
- Internationalization: Added missing &mt() calls
- XHTML

Revision 1.251: download - view: text, markup, annotated - select for diffs
Tue Jun 4 23:12:08 2013 UTC (10 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC2, version_2_11_0_RC1
Diff to previous 1.250: preferred, colored
Changes since revision 1.250: +4 -4 lines
- Replace terms: "Construction Space" with "Authoring Space"
  and: "Construction space" with "Authoring space"
  for consistency with type of role used to access it, and action taken there.

Revision 1.250: download - view: text, markup, annotated - select for diffs
Fri May 3 14:00:58 2013 UTC (10 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.249: preferred, colored
Changes since revision 1.249: +3 -3 lines
Consistent order of metadata fields

Revision 1.249: download - view: text, markup, annotated - select for diffs
Wed Jan 30 13:36:29 2013 UTC (11 years, 2 months ago) by bisitz
Branches: MAIN
Diff to previous 1.248: preferred, colored
Changes since revision 1.248: +16 -8 lines
Display of Error Messages ("Bombs") and Metadata:
- Correct display of metadata filename / Valid HTML (Typo in rev. 1.248)
- Improved/consistent headlines and paths
- Internationalization: Added missing &mt()-calls

Revision 1.248: download - view: text, markup, annotated - select for diffs
Fri Nov 9 18:56:50 2012 UTC (11 years, 5 months ago) by bisitz
Branches: MAIN
Diff to previous 1.247: preferred, colored
Changes since revision 1.247: +27 -13 lines
Improve Portfolio Metadata page layout:
- confirm_success for creation of meta data file
- Explicit "Change" link for course association
- Change and Cancel button right next to each other like on other pages
- LC_filename style for file names

Revision 1.247: download - view: text, markup, annotated - select for diffs
Mon Oct 29 17:38:56 2012 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.246: preferred, colored
Changes since revision 1.246: +2 -2 lines
- &constructaccess() moved from loncacc.pm to lonnet.pm
  - to facilitate re-use, and separate from handler,
  - for use in lonnet.pm (use Apache::Constants() not supported there.

Revision 1.246: download - view: text, markup, annotated - select for diffs
Mon May 21 19:01:12 2012 UTC (11 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.245: preferred, colored
Changes since revision 1.245: +97 -49 lines
- Delete/Clear bomb message buttons work again (BZ 1320, 6591)
- "Back to Directory" link works again (BZ 1320, 6591)
- Standard design for confirm/error messages, now including actual error message
- Add error handling to removal of bombs for subdirectory
- Still/only show buttons and bombs if deleting has failed
- Consistent actions list
- Consistent wording
- XHTML
- tidy up code a bit

Revision 1.245: download - view: text, markup, annotated - select for diffs
Fri Mar 16 02:12:26 2012 UTC (12 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.244: preferred, colored
Changes since revision 1.244: +4 -1 lines
Display part info for problem statistics

Revision 1.244: download - view: text, markup, annotated - select for diffs
Mon Nov 14 00:20:34 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.243: preferred, colored
Changes since revision 1.243: +2 -2 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.243: download - view: text, markup, annotated - select for diffs
Mon Nov 7 20:05:56 2011 UTC (12 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.242: preferred, colored
Changes since revision 1.242: +2 -2 lines
Trying to get rid of some of the copy/paste regular expressions.

Revision 1.242: download - view: text, markup, annotated - select for diffs
Mon Oct 24 22:39:18 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.241: preferred, colored
Changes since revision 1.241: +2 -2 lines
Bug #1320

Revision 1.241: download - view: text, markup, annotated - select for diffs
Sat Oct 22 22:16:07 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.240: preferred, colored
Changes since revision 1.240: +2 -2 lines
Bug #1320

Revision 1.240: download - view: text, markup, annotated - select for diffs
Sun Jun 6 02:40:30 2010 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_RC1, version_2_10_0, loncapaMITrelate_1
Diff to previous 1.239: preferred, colored
Changes since revision 1.239: +2 -2 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.239: download - view: text, markup, annotated - select for diffs
Mon Dec 14 14:39:23 2009 UTC (14 years, 4 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_99_0, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Diff to previous 1.238: preferred, colored
Changes since revision 1.238: +9 -5 lines
Bug 6154: Don't display page header and inline menu on metadata popup page.
Also added h1 header as replacement for the now missing header.

Revision 1.238: download - view: text, markup, annotated - select for diffs
Tue Dec 1 18:34:02 2009 UTC (14 years, 4 months ago) by bisitz
Branches: MAIN
CVS tags: GCI_3
Diff to previous 1.237: preferred, colored
Changes since revision 1.237: +9 -3 lines
Bug 6137: No double menu/breadcrumbs for CSTR bombs screen

Revision 1.237: download - view: text, markup, annotated - select for diffs
Tue Dec 1 18:07:50 2009 UTC (14 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.236: preferred, colored
Changes since revision 1.236: +6 -7 lines
Font size standardisation for filenames, links, crumbs / Bug 6114:
- lonhtmlcommon::crumbs:
    - Eliminated size (font resize) parameter: Always generate code which uses standard font size. Removed deprecated font size tag.
    - Eliminated noformat parameter: The routine should generate content, not special styles or formats. If a different style/format is really needed, it can be added from outside. Due to consistency, currently no special styles/formats are used, only LC_filename. loncommon:CSTR_pageheader needs to be revisited anyway.
    - Use LC_filename for path and filename
    - Only single space before target attribute
    - Standard code indention
- Decrease default font size for LC_filename
- No different font size for links (<a>)
- CSTR Header: only display lastitem when not empty
- Optimized line breaks on browse resource / import resource screen

Revision 1.236: download - view: text, markup, annotated - select for diffs
Fri Oct 23 11:01:49 2009 UTC (14 years, 6 months ago) by bisitz
Branches: MAIN
Diff to previous 1.235: preferred, colored
Changes since revision 1.235: +15 -8 lines
Changes related to modification of LON-CAPA screen header:
- Only add Construction Space breadcrumb if in author context
- Only display Construction Space header if in author context

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

Revision 1.234: download - view: text, markup, annotated - select for diffs
Wed May 27 14:36:11 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
Diff to previous 1.233: preferred, colored
Changes since revision 1.233: +41 -1 lines
Changes related to modification of LON-CAPA screen header.
- Added new sub routine &pageheader() to centralize the page header creation
- start_page calls:
    - Added breadcrumbs
    - Added head_subbox and included CSTR standard header

Revision 1.233: download - view: text, markup, annotated - select for diffs
Wed May 27 13:29:47 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_9_0, version_2_8_99_1, version_2_8_99_0, GCI_2
Diff to previous 1.232: preferred, colored
Changes since revision 1.232: +26 -21 lines
Optimized screen design for Edit Metadata screen:
- Replaced data_table by pick_box which fits better here
- Don't use <h1> for info text
- Added filename style to directory/filename
- Removed unused variable $row_alt
- Added save button at top of table
- Added standard confirm style to confirm save message

Revision 1.232: download - view: text, markup, annotated - select for diffs
Wed Apr 29 15:20:54 2009 UTC (15 years ago) by bisitz
Branches: MAIN
CVS tags: BZ5434-fox
Diff to previous 1.231: preferred, colored
Changes since revision 1.231: +2 -2 lines
Optimized handling of evaluation comments for metadata:
Only create metadata field, if actual content exisits

Revision 1.231: download - view: text, markup, annotated - select for diffs
Tue Apr 21 15:38:02 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.230: preferred, colored
Changes since revision 1.230: +2 -2 lines
Corrected and optimized dynamical metadata "Evaluation Comments":
- Only wrap comments output in div, if actual comment data is available
- Added white space between username and comment

Revision 1.230: download - view: text, markup, annotated - select for diffs
Tue Apr 21 15:23:18 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.229: preferred, colored
Changes since revision 1.229: +45 -25 lines
Optimized screen output for dynamical metadata:
- Now always show (same) sub headline
- In case of no data: inform about this in separate text paragraph instead of different or no headline
- Exception for error messages: Only show error paragraph, if errors exist (don't show "no errors" message anymore)
- Added error style to error message headline
- Moved info texts "visible to author and co-authors only" below headline instead of inclusion in headline
- Added some comments

Revision 1.229: download - view: text, markup, annotated - select for diffs
Sat Apr 4 20:06:37 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.228: preferred, colored
Changes since revision 1.228: +3 -3 lines
XHTML:
- Replaced
checked="1"
by
checked="checked"

- Optimized/Corrected white spaces

Revision 1.212.2.5: download - view: text, markup, annotated - select for diffs
Sat Apr 4 13:47:50 2009 UTC (15 years ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_2, version_2_8_1, GCI_1
Diff to previous 1.212.2.4: preferred, colored to branchpoint 1.212: preferred, colored next main 1.213: preferred, colored
Changes since revision 1.212.2.4: +2 -2 lines
- Part of 1.220 missed in 1.212.2.2 backport
- Backport 1.228

Revision 1.228: download - view: text, markup, annotated - select for diffs
Sat Apr 4 00:38:13 2009 UTC (15 years ago) by raeburn
Branches: MAIN
Diff to previous 1.227: preferred, colored
Changes since revision 1.227: +2 -2 lines
- xhtml.

Revision 1.227: download - view: text, markup, annotated - select for diffs
Sat Mar 21 21:37:13 2009 UTC (15 years, 1 month ago) by bisitz
Branches: MAIN
Diff to previous 1.226: preferred, colored
Changes since revision 1.226: +9 -9 lines
Optimized metadata messages:
Replaced hardcoded and outdated styles by standard LON-CAPA styles

Revision 1.226: download - view: text, markup, annotated - select for diffs
Tue Mar 17 20:07:45 2009 UTC (15 years, 1 month ago) by schulted
Branches: MAIN
Diff to previous 1.225: preferred, colored
Changes since revision 1.225: +7 -7 lines
Replace deprecated HTML-Attributes with CSS. Optimized tablelayout for ergonomic reasons.

Revision 1.225: download - view: text, markup, annotated - select for diffs
Tue Jan 27 15:59:30 2009 UTC (15 years, 3 months ago) by schafran
Branches: MAIN
Diff to previous 1.224: preferred, colored
Changes since revision 1.224: +4 -4 lines
consistent wording of e-mail, message, metadata

Revision 1.224: download - view: text, markup, annotated - select for diffs
Thu Jan 15 18:31:11 2009 UTC (15 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.223: preferred, colored
Changes since revision 1.223: +2 -2 lines
Localization:
- Get rid of \' inside mt arguments (avoid delimiter rebuild issues in synch.pl)
- Other related mt call optimizations
- de.pm: some other wording improvments

Revision 1.212.2.4: download - view: text, markup, annotated - select for diffs
Wed Dec 17 18:47:08 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.212.2.3: preferred, colored to branchpoint 1.212: preferred, colored
Changes since revision 1.212.2.3: +10 -10 lines
- Remove duplicate concatenation operators.

Revision 1.212.2.3: download - view: text, markup, annotated - select for diffs
Sat Dec 13 23:09:35 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.212.2.2: preferred, colored to branchpoint 1.212: preferred, colored
Changes since revision 1.212.2.2: +43 -15 lines
- Backport 1.222.

Revision 1.212.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 13 22:17:15 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.212.2.1: preferred, colored to branchpoint 1.212: preferred, colored
Changes since revision 1.212.2.1: +34 -34 lines
- Backport 1.220, 1.223.

Revision 1.223: download - view: text, markup, annotated - select for diffs
Sat Dec 13 22:15:53 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.222: preferred, colored
Changes since revision 1.222: +2 -2 lines
- xhtml.

Revision 1.222: download - view: text, markup, annotated - select for diffs
Sat Dec 13 21:56:57 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.221: preferred, colored
Changes since revision 1.221: +43 -15 lines
- Eliminate double line at the end of each table.

Revision 1.221: download - view: text, markup, annotated - select for diffs
Sat Dec 13 21:10:14 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.220: preferred, colored
Changes since revision 1.220: +3 -3 lines
- Less risk of typos.

Revision 1.212.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 21:07:46 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.212: preferred, colored
Changes since revision 1.212: +62 -60 lines
- Backport 1.218.

Revision 1.220: download - view: text, markup, annotated - select for diffs
Sat Dec 13 19:44:52 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.219: preferred, colored
Changes since revision 1.219: +35 -35 lines
- style
  - eliminate $_ (except in map {}).
  - cuddled else.

Revision 1.219: download - view: text, markup, annotated - select for diffs
Fri Dec 12 10:01:25 2008 UTC (15 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.218: preferred, colored
Changes since revision 1.218: +3 -3 lines
Added missing ";" to all "&nbsp;"

Revision 1.218: download - view: text, markup, annotated - select for diffs
Wed Dec 10 18:43:32 2008 UTC (15 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.217: preferred, colored
Changes since revision 1.217: +61 -58 lines
Optimized/standarized screen output for meta data:
- Replaced hardcoded tables and hardcoded styles by pick_box / data_table
- Replaced hardcoded style for obsolete warning by standard CSS warning
- Corrected &mt() usage for table headline
- Replaced <nobr> by LC_nobreak style
ToDo: Proper pick_box endings

Revision 1.217: download - view: text, markup, annotated - select for diffs
Sat Nov 29 20:46:35 2008 UTC (15 years, 4 months ago) by schafran
Branches: MAIN
Diff to previous 1.216: preferred, colored
Changes since revision 1.216: +2 -2 lines
mt function added to button

Revision 1.216: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:19:39 2008 UTC (15 years, 5 months ago) by jms
Branches: MAIN
Diff to previous 1.215: preferred, colored
Changes since revision 1.215: +93 -94 lines
Moved POD comments to bottom of file

Revision 1.215: download - view: text, markup, annotated - select for diffs
Tue Nov 18 19:14:22 2008 UTC (15 years, 5 months ago) by jms
Branches: MAIN
Diff to previous 1.214: preferred, colored
Changes since revision 1.214: +33 -75 lines
Added/updated/converted POD. Many files had their POD redone to new standards.

Revision 1.214: download - view: text, markup, annotated - select for diffs
Mon Nov 17 14:06:14 2008 UTC (15 years, 5 months ago) by schafran
Branches: MAIN
Diff to previous 1.213: preferred, colored
Changes since revision 1.213: +6 -6 lines
"Edit Catalog Information" renamed to "Edit Metadata"
Button "Save Catalog Information" renamed to "Save" added to button:title="Save Metadata"
"Default Cataloging Information" renamed to "Default Metadata"
"Catalog Information for" renamed to "Metadata for"
"Catalog Information" renamed to "Metadata"

Revision 1.213: download - view: text, markup, annotated - select for diffs
Mon Nov 10 15:15:29 2008 UTC (15 years, 5 months ago) by jms
Branches: MAIN
Diff to previous 1.212: preferred, colored
Changes since revision 1.212: +136 -19 lines
Added POD documentation

Revision 1.212: download - view: text, markup, annotated - select for diffs
Thu Mar 6 20:20:18 2008 UTC (16 years, 1 month 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.211: preferred, colored
Changes since revision 1.211: +7 -3 lines
There was no way back.

Revision 1.211: download - view: text, markup, annotated - select for diffs
Thu Jan 24 10:05:13 2008 UTC (16 years, 3 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_6_2
Diff to previous 1.210: preferred, colored
Changes since revision 1.210: +3 -5 lines
Optimized two &mt() calls for better translation handling

Revision 1.210: download - view: text, markup, annotated - select for diffs
Wed Jan 23 17:23:16 2008 UTC (16 years, 3 months ago) by bisitz
Branches: MAIN
Diff to previous 1.209: preferred, colored
Changes since revision 1.209: +4 -4 lines
Localization: Added missing &mt(...)

Revision 1.209: download - view: text, markup, annotated - select for diffs
Fri Jun 15 23:01:07 2007 UTC (16 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_2_6_1, 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_99_0
Diff to previous 1.208: preferred, colored
Changes since revision 1.208: +6 -1 lines
- seed the author field with the users name

Revision 1.208: download - view: text, markup, annotated - select for diffs
Tue May 15 20:21:17 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.207: preferred, colored
Changes since revision 1.207: +3 -3 lines
- fixing soem html

Revision 1.207: download - view: text, markup, annotated - select for diffs
Sat May 12 23:04:07 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.206: preferred, colored
Changes since revision 1.206: +9 -9 lines
- BUG#5248, update wording to be mroe accurate

Revision 1.206: download - view: text, markup, annotated - select for diffs
Wed May 2 01:33:49 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.205: preferred, colored
Changes since revision 1.205: +2 -2 lines
- switch Store to Save

Revision 1.205: download - view: text, markup, annotated - select for diffs
Tue May 1 02:13:40 2007 UTC (17 years ago) by www
Branches: MAIN
Diff to previous 1.204: preferred, colored
Changes since revision 1.204: +2 -2 lines
Correct misleading wording

Revision 1.204: download - view: text, markup, annotated - select for diffs
Mon Mar 12 19:10:48 2007 UTC (17 years, 1 month ago) by banghart
Branches: MAIN
Diff to previous 1.203: preferred, colored
Changes since revision 1.203: +5 -6 lines
	Bug 5202. Put proper attribute in <script> so javascript works.

Revision 1.203: download - view: text, markup, annotated - select for diffs
Tue Jan 23 04:25:56 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.202: preferred, colored
Changes since revision 1.202: +8 -3 lines
- BUG5151 - clear all message add in link back to the directory too.

Revision 1.202: download - view: text, markup, annotated - select for diffs
Mon Jan 22 20:04:46 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.201: preferred, colored
Changes since revision 1.201: +2 -1 lines
Remove trailing comma from student specified data in metadata edit screen.

Revision 1.201: download - view: text, markup, annotated - select for diffs
Fri Jan 19 14:23:23 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.200: preferred, colored
Changes since revision 1.200: +13 -6 lines
Prefer a null value as the option value in a select box when the user chooses "Not specified" - searching in MySQL for IS NULL seems better.

In cases where there are multiple ways to enter metadata for a single field, eliminate storage of comma(s) when the user has not specified anything
for the field.

Advanced search for portfolio files can now include the name(s) of added (course-specified) field(s) with/without the value(s).

addedfieldnames and addedfieldvalues eliminated from the portfolio_metadata table in MySQL - searches do a join on the portfolio_addedfields table instead.

Revision 1.195.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 18 23:20:56 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.195: preferred, colored next main 1.196: preferred, colored
Changes since revision 1.195: +154 -61 lines
- backport 1.199 1.200

Revision 1.200: download - view: text, markup, annotated - select for diffs
Tue Jan 16 07:36:10 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.199: preferred, colored
Changes since revision 1.199: +153 -59 lines
Offer the use the option to move metadata stored in added fields to notes field when changing course with which a resource (from portfolio files)  is associated.

Code used to store updated metadata file moved from &present_editable_metadata() to a new subroutine: &store_metadata().

&store_transferred_addedfields() added - used (for portfolio files) to append metadata in any added fields with data (for existing course association) to notes field, when course association changes (if requested by user).

Revision 1.199: download - view: text, markup, annotated - select for diffs
Tue Jan 16 07:26:45 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.198: preferred, colored
Changes since revision 1.198: +2 -3 lines
Removing unused item.

Check for added field i &prettyinput() needs to check if %env contains an added metadata item for the course associated with the resource, not for the course of the user's current role.

Revision 1.198: download - view: text, markup, annotated - select for diffs
Mon Jan 15 23:39:16 2007 UTC (17 years, 3 months ago) by banghart
Branches: MAIN
Diff to previous 1.197: preferred, colored
Changes since revision 1.197: +4 -2 lines
	Don't add "Not Specified" to student typed entries for metadata.

Revision 1.197: download - view: text, markup, annotated - select for diffs
Mon Jan 15 20:51:52 2007 UTC (17 years, 3 months ago) by banghart
Branches: MAIN
Diff to previous 1.196: preferred, colored
Changes since revision 1.196: +7 -3 lines
	Allow student to select 'nothing' in restricted metadata.
	Bug 5138.

Revision 1.196: download - view: text, markup, annotated - select for diffs
Fri Jan 12 22:13:51 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.195: preferred, colored
Changes since revision 1.195: +4 -12 lines
- trying to remove some code duplication

Revision 1.195: download - view: text, markup, annotated - select for diffs
Fri Jan 12 20:04:16 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Branch point for: version_2_3_X
Diff to previous 1.194: preferred, colored
Changes since revision 1.194: +21 -18 lines
Only display added metadata fields for in the metadata editing screen for portfolio files if the resource is associated with a course.

Restrict added fields shown n the editing screen to those set for the specific course with which the resource is associated.

Revision 1.194: download - view: text, markup, annotated - select for diffs
Fri Jan 12 19:56:07 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.193: preferred, colored
Changes since revision 1.193: +2 -2 lines
Include 'update' as sixth argument in call to lonnet::update_portfolio_table() when updating metadata associated with a portfolio file.

Revision 1.193: download - view: text, markup, annotated - select for diffs
Tue Jan 2 19:38:17 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.192: preferred, colored
Changes since revision 1.192: +3 -3 lines
Tighten up the regexp.

Revision 1.192: download - view: text, markup, annotated - select for diffs
Tue Jan 2 12:54:40 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.191: preferred, colored
Changes since revision 1.191: +43 -3 lines
portfolio_metadata, portfolio_addedfields and portfolio_access tables in MySQL updated when portfolio access controls are modified or when portfolio metadata is updated.

Some routines in searchcat.pl moved to LONCAPA::lonmetadata.pm so they are available to lonsql when performing MySQL table updates on the library server which houses the portfolio files.

metadata updates and access control updates from lonmeta and lonnet::modify_access_controls are routed through lonnet::update_portfolio_table() which in turn does a querysend to dispatch a query to lonsql (via lond).

Only access control settings for public and passphrase-protected controls are stored in the portfolio_access MySQL table.

Revision 1.191: download - view: text, markup, annotated - select for diffs
Tue Jan 2 11:38:28 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_0
Diff to previous 1.190: preferred, colored
Changes since revision 1.190: +15 -7 lines
Close metadata filehandle after writing data.

Display a "Discard Edits and Return to Portfolio" button on the group portfolio metadata editing screen

Course Name not a link if "Associated with course" entry for group portfolio files as they can not be disassociated from course.

Revision 1.190: download - view: text, markup, annotated - select for diffs
Tue Dec 5 02:55:53 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_99_1, version_2_2_99_0
Diff to previous 1.189: preferred, colored
Changes since revision 1.189: +10 -11 lines
- lots of \w -> probper regexp replacements

Revision 1.189: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:58:30 2006 UTC (17 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.188: preferred, colored
Changes since revision 1.188: +9 -9 lines
	Use previously invented wheel. (data_table classes)

Revision 1.188: download - view: text, markup, annotated - select for diffs
Mon Nov 20 19:39:22 2006 UTC (17 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.187: preferred, colored
Changes since revision 1.187: +10 -6 lines
	Allow changing metadata course association.

Revision 1.187: download - view: text, markup, annotated - select for diffs
Mon Nov 20 18:54:55 2006 UTC (17 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.186: preferred, colored
Changes since revision 1.186: +11 -5 lines
	Improve appearance for adding portfolio metadata

Revision 1.186: download - view: text, markup, annotated - select for diffs
Sat Nov 4 01:50:31 2006 UTC (17 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.185: preferred, colored
Changes since revision 1.185: +12 -2 lines
	Saving work in progress.
	Now asked for course association only on first time adding
	 of metadata to portfolio file.
	Need next to allow changing course association.

Revision 1.185: download - view: text, markup, annotated - select for diffs
Mon Oct 23 21:09:21 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.184: preferred, colored
Changes since revision 1.184: +20 -20 lines
-style

Revision 1.184: download - view: text, markup, annotated - select for diffs
Mon Oct 23 20:53:46 2006 UTC (17 years, 6 months ago) by banghart
Branches: MAIN
Diff to previous 1.183: preferred, colored
Changes since revision 1.183: +15 -5 lines
	Present added fields to student in designated order.

Revision 1.183: download - view: text, markup, annotated - select for diffs
Mon Oct 16 21:39:37 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.182: preferred, colored
Changes since revision 1.182: +3 -4 lines
- BUG# 5023 (missed some chunks)

Revision 1.182: download - view: text, markup, annotated - select for diffs
Fri Oct 6 19:12:22 2006 UTC (17 years, 6 months ago) by banghart
Branches: MAIN
Diff to previous 1.181: preferred, colored
Changes since revision 1.181: +1 -4 lines
	Oops. Remove debugging stuff.

Revision 1.181: download - view: text, markup, annotated - select for diffs
Fri Oct 6 19:04:29 2006 UTC (17 years, 6 months ago) by banghart
Branches: MAIN
Diff to previous 1.180: preferred, colored
Changes since revision 1.180: +8 -3 lines
	Don't show deleted fields to students.

Revision 1.180: download - view: text, markup, annotated - select for diffs
Fri Sep 29 18:11:49 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.179: preferred, colored
Changes since revision 1.179: +12 -4 lines
- metadata_cols_to_hash changed arguments
- sort the course listings by domain then course description
   (and adding a domain identifier to it)

Revision 1.179: download - view: text, markup, annotated - select for diffs
Thu Sep 28 23:37:57 2006 UTC (17 years, 7 months ago) by banghart
Branches: MAIN
Diff to previous 1.178: preferred, colored
Changes since revision 1.178: +1 -4 lines
	Confirming course no longer wipes out added metadata.

Revision 1.178: download - view: text, markup, annotated - select for diffs
Mon Sep 25 19:24:49 2006 UTC (17 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.177: preferred, colored
Changes since revision 1.177: +2 -2 lines
Show course restricted fields to both user portfolio files and group portfolio files.

Revision 1.177: download - view: text, markup, annotated - select for diffs
Tue Sep 19 19:58:41 2006 UTC (17 years, 7 months ago) by banghart
Branches: MAIN
Diff to previous 1.176: preferred, colored
Changes since revision 1.176: +2 -2 lines
	allow _ in metadata tag

Revision 1.176: download - view: text, markup, annotated - select for diffs
Wed Sep 13 22:08:07 2006 UTC (17 years, 7 months ago) by banghart
Branches: MAIN
Diff to previous 1.175: preferred, colored
Changes since revision 1.175: +10 -9 lines
	Permit users to store added metadata fields.

Revision 1.175: download - view: text, markup, annotated - select for diffs
Wed Sep 13 20:12:20 2006 UTC (17 years, 7 months ago) by banghart
Branches: MAIN
Diff to previous 1.174: preferred, colored
Changes since revision 1.174: +6 -17 lines
	Echo edited metadata content (instead of returning to portfolio)
	Discarding edits returns properly to group or individual portfolio.

Revision 1.174: download - view: text, markup, annotated - select for diffs
Mon Sep 11 22:48:47 2006 UTC (17 years, 7 months ago) by banghart
Branches: MAIN
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +29 -19 lines
	Saving work in progress. Working toward student side of added
	metadata fields. Not there yet.

Revision 1.168.2.3: download - view: text, markup, annotated - select for diffs
Mon Aug 28 00:19:38 2006 UTC (17 years, 8 months ago) by albertel
Branches: version_2_2_X
CVS tags: version_2_2_2, version_2_2_1
Diff to previous 1.168.2.2: preferred, colored to branchpoint 1.168: preferred, colored next main 1.169: preferred, colored
Changes since revision 1.168.2.2: +9 -7 lines
- backport 1.173

Revision 1.168.2.2: download - view: text, markup, annotated - select for diffs
Mon Aug 28 00:14:19 2006 UTC (17 years, 8 months ago) by albertel
Branches: version_2_2_X
Diff to previous 1.168.2.1: preferred, colored to branchpoint 1.168: preferred, colored
Changes since revision 1.168.2.1: +11 -6 lines
- backport 1.172

Revision 1.168.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 28 00:13:22 2006 UTC (17 years, 8 months ago) by albertel
Branches: version_2_2_X
Diff to previous 1.168: preferred, colored
Changes since revision 1.168: +6 -2 lines
- backport 1.171

Revision 1.173: download - view: text, markup, annotated - select for diffs
Fri Aug 25 23:05:52 2006 UTC (17 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.172: preferred, colored
Changes since revision 1.172: +11 -13 lines
	Address bug 4979. Now metadata works when getting file through
	access server.

Revision 1.172: download - view: text, markup, annotated - select for diffs
Mon Aug 21 19:26:27 2006 UTC (17 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.171: preferred, colored
Changes since revision 1.171: +11 -6 lines
	Associate group repository files with group course.

Revision 1.171: download - view: text, markup, annotated - select for diffs
Mon Aug 21 18:04:20 2006 UTC (17 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.170: preferred, colored
Changes since revision 1.170: +6 -3 lines
	Allow group repository files to have editable metadata.

Revision 1.170: download - view: text, markup, annotated - select for diffs
Wed Aug 16 18:06:47 2006 UTC (17 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.169: preferred, colored
Changes since revision 1.169: +4 -4 lines
	Improve link message

Revision 1.169: download - view: text, markup, annotated - select for diffs
Wed Aug 16 18:02:01 2006 UTC (17 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.168: preferred, colored
Changes since revision 1.168: +25 -8 lines
	Close some input tags, etc.
	Address bug 3923, return user to portfolio after editing
	portfolio metadata.

Revision 1.168: download - view: text, markup, annotated - select for diffs
Thu Aug 10 22:19:06 2006 UTC (17 years, 8 months ago) by banghart
Branches: MAIN
CVS tags: version_2_2_0, version_2_1_99_3
Branch point for: version_2_2_X
Diff to previous 1.167: preferred, colored
Changes since revision 1.167: +3 -5 lines
	remove useless code

Revision 1.167: download - view: text, markup, annotated - select for diffs
Thu Aug 10 21:14:10 2006 UTC (17 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.166: preferred, colored
Changes since revision 1.166: +11 -5 lines
	eliminate group field in absence of group
	close some input tags
	change POST to post on form tag

Revision 1.166: download - view: text, markup, annotated - select for diffs
Tue Aug 8 21:32:36 2006 UTC (17 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.165: preferred, colored
Changes since revision 1.165: +3 -5 lines
	remove  stupid redunduncy (sic)

Revision 1.165: download - view: text, markup, annotated - select for diffs
Tue Aug 8 19:35:53 2006 UTC (17 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.164: preferred, colored
Changes since revision 1.164: +13 -4 lines
	change &make_anchor calls

Revision 1.164: download - view: text, markup, annotated - select for diffs
Fri Aug 4 22:16:38 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.163: preferred, colored
Changes since revision 1.163: +2 -2 lines
- some @ -> : conversion

Revision 1.163: download - view: text, markup, annotated - select for diffs
Fri Aug 4 22:14:38 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.162: preferred, colored
Changes since revision 1.162: +44 -26 lines
- making the display of uploaded files only display relevant fields
- adding mime info and autor info in by default

Revision 1.162: download - view: text, markup, annotated - select for diffs
Fri Aug 4 19:42:55 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.161: preferred, colored
Changes since revision 1.161: +17 -15 lines
- can display the metadata of a portfolio file

Revision 1.161: download - view: text, markup, annotated - select for diffs
Wed Jul 19 19:29:20 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_99_2, version_2_1_99_1
Diff to previous 1.160: preferred, colored
Changes since revision 1.160: +2 -2 lines
- typo

Revision 1.160: download - view: text, markup, annotated - select for diffs
Wed Jul 19 15:31:05 2006 UTC (17 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.159: preferred, colored
Changes since revision 1.159: +6 -5 lines
- eliminating some group info passing

Revision 1.159: download - view: text, markup, annotated - select for diffs
Fri Jun 23 00:28:43 2006 UTC (17 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_1_99_0
Diff to previous 1.158: preferred, colored
Changes since revision 1.158: +25 -17 lines
Store metadata for course group portfolio files in the correct place.

Revision 1.158: download - view: text, markup, annotated - select for diffs
Wed May 31 17:44:14 2006 UTC (17 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.157: preferred, colored
Changes since revision 1.157: +5 -22 lines
Bug #4803: dynamic metadata again visible in lonindexer.
Still no idea why the old solution stopped working.

Revision 1.157: download - view: text, markup, annotated - select for diffs
Tue May 30 12:46:09 2006 UTC (17 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.156: preferred, colored
Changes since revision 1.156: +4 -2 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.156: download - view: text, markup, annotated - select for diffs
Sat May 20 06:40:53 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.155: preferred, colored
Changes since revision 1.155: +19 -5 lines
- support groups in more spots in meta data editor

Revision 1.155: download - view: text, markup, annotated - select for diffs
Sat May 20 06:34:50 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.154: preferred, colored
Changes since revision 1.154: +25 -10 lines
- metadata editor understands group portfolio files

Revision 1.154: download - view: text, markup, annotated - select for diffs
Wed Apr 26 14:53:52 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.153: preferred, colored
Changes since revision 1.153: +7 -3 lines
- don't cache the coursedescription data to the env cache for one time use data

Revision 1.153: download - view: text, markup, annotated - select for diffs
Thu Mar 16 22:12:17 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.152: preferred, colored
Changes since revision 1.152: +13 -13 lines
- more start_paging, added the ddomain attribute to start_pagee

Revision 1.152: download - view: text, markup, annotated - select for diffs
Thu Mar 2 20:57:15 2006 UTC (18 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.151: preferred, colored
Changes since revision 1.151: +2 -1 lines
No "/adm/wrapper" in the displayed URL

Revision 1.151: download - view: text, markup, annotated - select for diffs
Thu Mar 2 20:16:10 2006 UTC (18 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.150: preferred, colored
Changes since revision 1.150: +7 -8 lines
Bug #4546: show courses in RES

Revision 1.150: download - view: text, markup, annotated - select for diffs
Wed Jan 4 05:43:19 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.149: preferred, colored
Changes since revision 1.149: +29 -32 lines
- allowing a resource to be associated with any course

Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Dec 29 19:42:44 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0
Diff to previous 1.148: preferred, colored
Changes since revision 1.148: +22 -13 lines
-BUG#4530

Revision 1.148: download - view: text, markup, annotated - select for diffs
Mon Dec 19 23:19:18 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_99_1
Diff to previous 1.147: preferred, colored
Changes since revision 1.147: +2 -2 lines
- currentpath should already contain a / and not contain portfolio

Revision 1.147: download - view: text, markup, annotated - select for diffs
Mon Dec 19 21:56:07 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.146: preferred, colored
Changes since revision 1.146: +11 -3 lines
- add a return button
- elminate the filename for the linked paths

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Dec 19 21:49:12 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.145: preferred, colored
Changes since revision 1.145: +22 -7 lines
- add a navigational method out of the metadata editor

Revision 1.145: download - view: text, markup, annotated - select for diffs
Mon Dec 19 21:33:54 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.144: preferred, colored
Changes since revision 1.144: +12 -3 lines
- add a cancel button so users can escape

Revision 1.144: download - view: text, markup, annotated - select for diffs
Mon Dec 19 21:17:25 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.143: preferred, colored
Changes since revision 1.143: +2 -2 lines
- probably best to keep the portfolio/ on the display

Revision 1.143: download - view: text, markup, annotated - select for diffs
Mon Dec 19 21:13:45 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.142: preferred, colored
Changes since revision 1.142: +63 -64 lines
- saving portfolio metadata works again

Revision 1.142: download - view: text, markup, annotated - select for diffs
Mon Dec 19 20:08:40 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.141: preferred, colored
Changes since revision 1.141: +63 -61 lines
 tabination repairs

Revision 1.141: download - view: text, markup, annotated - select for diffs
Mon Dec 19 20:07:13 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.140: preferred, colored
Changes since revision 1.140: +28 -10 lines
- cleaning up url's and some language in the metadata eidtor for portfolios

Revision 1.140: download - view: text, markup, annotated - select for diffs
Mon Dec 19 16:00:05 2005 UTC (18 years, 4 months ago) by banghart
Branches: MAIN
Diff to previous 1.139: preferred, colored
Changes since revision 1.139: +29 -5 lines
	Make metadata for portfolio files a two-step process.
	1. select framework
	2. display/edit metadata
	Still needs label changes, testing, etc.

Revision 1.139: download - view: text, markup, annotated - select for diffs
Thu Dec 15 22:18:57 2005 UTC (18 years, 4 months ago) by banghart
Branches: MAIN
Diff to previous 1.138: preferred, colored
Changes since revision 1.138: +68 -64 lines
	Restricted changes now appear properly.

Revision 1.138: download - view: text, markup, annotated - select for diffs
Wed Dec 14 00:12:13 2005 UTC (18 years, 4 months ago) by banghart
Branches: MAIN
Diff to previous 1.137: preferred, colored
Changes since revision 1.137: +96 -114 lines
	Move 'courserestricted' in with other metadata', add 'none'
	option.  Still odd problems with displaying reliably.

Revision 1.137: download - view: text, markup, annotated - select for diffs
Tue Dec 13 11:52:37 2005 UTC (18 years, 4 months ago) by banghart
Branches: MAIN
Diff to previous 1.136: preferred, colored
Changes since revision 1.136: +28 -21 lines
	Make display of course selection appear only when resource
		not associated with course metadata framework.

Revision 1.136: download - view: text, markup, annotated - select for diffs
Fri Dec 9 23:49:45 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.135: preferred, colored
Changes since revision 1.135: +6 -12 lines
- trying to use 'catalog information' rather than 'metadata'
- I think 'associating' with a course is a better way of presenting this to a user

Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu Dec 8 02:17:56 2005 UTC (18 years, 4 months ago) by banghart
Branches: MAIN
Diff to previous 1.134: preferred, colored
Changes since revision 1.134: +16 -6 lines
	New lables for buttons if portfolio metadata (not catalog info)
	Better message telling what course provides metadata framework
	Don't display the courserestricting metadata field in case
		of no course restricting metadata.
	Minor style stuff

Revision 1.134: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:30:16 2005 UTC (18 years, 4 months ago) by banghart
Branches: MAIN
Diff to previous 1.133: preferred, colored
Changes since revision 1.133: +2 -2 lines
	Make single choice selected when student can also type, in
	restricted metadata.

Revision 1.133: download - view: text, markup, annotated - select for diffs
Tue Nov 22 23:20:40 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.132: preferred, colored
Changes since revision 1.132: +7 -7 lines
	Make things work:
	- echo responses when student cannot type
	- display choices in pulldown`

Revision 1.132: download - view: text, markup, annotated - select for diffs
Tue Nov 22 19:43:53 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.131: preferred, colored
Changes since revision 1.131: +30 -36 lines
	remove $_, rename some variables, remove useless code

Revision 1.131: download - view: text, markup, annotated - select for diffs
Sat Nov 19 22:47:07 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.130: preferred, colored
Changes since revision 1.130: +3 -1 lines
- these are valid meta data fields

Revision 1.130: download - view: text, markup, annotated - select for diffs
Sat Nov 19 00:16:01 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.129: preferred, colored
Changes since revision 1.129: +6 -25 lines
	- Remove inappropriate fields from list of metadata tags
	- Generalize code to handle all metadata fields similarly

Revision 1.129: download - view: text, markup, annotated - select for diffs
Sat Nov 19 00:00:38 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.128: preferred, colored
Changes since revision 1.128: +9 -5 lines
	Displays select pulldown only if instructor has entered
	values to select.

Revision 1.128: download - view: text, markup, annotated - select for diffs
Fri Nov 18 23:47:33 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.127: preferred, colored
Changes since revision 1.127: +30 -13 lines
	Handle "student can type" along with instructor defined lists.

Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Nov 15 19:20:12 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +22 -6 lines
	Don't display courserestricted as if it's a metadata tag.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Fri Nov 11 22:46:56 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.125: preferred, colored
Changes since revision 1.125: +2 -3 lines
	Select single choice now sets "selected".

Revision 1.125: download - view: text, markup, annotated - select for diffs
Fri Nov 11 21:25:50 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.124: preferred, colored
Changes since revision 1.124: +13 -3 lines
	Change title of course selector box
	Display name of restricting course to user

Revision 1.124: download - view: text, markup, annotated - select for diffs
Tue Nov 8 03:08:15 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
- convert to hash ref

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Nov 7 23:03:17 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.122: preferred, colored
Changes since revision 1.122: +9 -4 lines
	Metadata keywords multiple select now working.

Revision 1.122: download - view: text, markup, annotated - select for diffs
Wed Nov 2 01:02:31 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.121: preferred, colored
Changes since revision 1.121: +6 -6 lines
	Course restricted metadata multiple keyword works. Saves and echoes.

Revision 1.121: download - view: text, markup, annotated - select for diffs
Mon Oct 31 21:11:45 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.120: preferred, colored
Changes since revision 1.120: +6 -2 lines
	A step toward handling course restricted metadata.
	Now saves <courserestricted>course</courserestricted>

Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Oct 31 01:49:21 2005 UTC (18 years, 5 months ago) by banghart
Branches: MAIN
Diff to previous 1.119: preferred, colored
Changes since revision 1.119: +28 -13 lines
	Flailing wildly. Moved copyright default setting outside loop
	of fields. Added courserestricted tag. Still confused.

Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Oct 26 23:37:51 2005 UTC (18 years, 6 months ago) by banghart
Branches: MAIN
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +13 -1 lines
	Beginning to handle single and multiple selection of
	instructor defined keyword list.

Revision 1.118: download - view: text, markup, annotated - select for diffs
Tue Oct 25 18:47:49 2005 UTC (18 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.117: preferred, colored
Changes since revision 1.117: +2 -1 lines
- typo

Revision 1.117: download - view: text, markup, annotated - select for diffs
Tue Oct 25 18:46:03 2005 UTC (18 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.116: preferred, colored
Changes since revision 1.116: +1 -2 lines
- garbage

Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Oct 25 01:23:47 2005 UTC (18 years, 6 months ago) by banghart
Branches: MAIN
Diff to previous 1.115: preferred, colored
Changes since revision 1.115: +33 -3 lines
	Preparation to handle course meta restrictions in prettyinput.
	Maybe the right place? Maybe Guy thinks differently?

Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri Oct 21 19:20:58 2005 UTC (18 years, 6 months ago) by banghart
Branches: MAIN
Diff to previous 1.114: preferred, colored
Changes since revision 1.114: +17 -46 lines
	Remove superfluous field names.
	Read course info and display only active course metadata
	May even work to some extent.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Oct 19 21:53:16 2005 UTC (18 years, 6 months ago) by banghart
Branches: MAIN
Diff to previous 1.113: preferred, colored
Changes since revision 1.113: +20 -32 lines
	Removing "old idea" stuff, preparing for making
	restricted data much more like other metadata.
	work in progress

Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Oct 17 21:36:44 2005 UTC (18 years, 6 months ago) by banghart
Branches: MAIN
Diff to previous 1.112: preferred, colored
Changes since revision 1.112: +41 -31 lines
	Create separate fieldname sets for non-course restricted metadata
	and restricted metadata.

	Read courses from %env where restricted are defined, and
	display choice of courses. Not working yet.

Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Oct 14 16:34:17 2005 UTC (18 years, 6 months ago) by banghart
Branches: MAIN
Diff to previous 1.111: preferred, colored
Changes since revision 1.111: +11 -11 lines
	Add 'metadata' to all key values for retricted metadata

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri Oct 14 04:24:12 2005 UTC (18 years, 6 months ago) by banghart
Branches: MAIN
Diff to previous 1.110: preferred, colored
Changes since revision 1.110: +21 -7 lines
	remove 'metadata' from portfolio field names,
	miscellaneous style corrections

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Oct 6 22:20:30 2005 UTC (18 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.109: preferred, colored
Changes since revision 1.109: +3 -2 lines
- don't show the internal file names
- remove the /editupload from the displayed uri

Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu Oct 6 22:16:32 2005 UTC (18 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.108: preferred, colored
Changes since revision 1.108: +3 -1 lines
- the domain is in a different location for portfolio files

Revision 1.108: download - view: text, markup, annotated - select for diffs
Sat Aug 27 23:25:18 2005 UTC (18 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.107: preferred, colored
Changes since revision 1.107: +33 -16 lines
	Changing student interface to read recently modified instructor metadata
	fields, and allow entry. Not done, does not work yet. (in store
	portion of present_editable_metadata)

Revision 1.107: download - view: text, markup, annotated - select for diffs
Thu Aug 25 20:46:32 2005 UTC (18 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.106: preferred, colored
Changes since revision 1.106: +9 -7 lines
	Change multi pulldown to checkboxes for instructor metadata.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Aug 15 21:16:22 2005 UTC (18 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.105: preferred, colored
Changes since revision 1.105: +24 -85 lines
	Removed duplicate routines for saving and displaying
	instructor metadata, and wrote inline accommodation for it.
	Not ready yet.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sat Aug 13 19:32:28 2005 UTC (18 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.104: preferred, colored
Changes since revision 1.104: +52 -2 lines
	Saving instructor metadata associated with portfolio files.
	sub save_instructor_metadata
	still lots to do

Revision 1.104: download - view: text, markup, annotated - select for diffs
Tue Aug 9 00:24:55 2005 UTC (18 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.103: preferred, colored
Changes since revision 1.103: +23 -4 lines
	Saving work in progress.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Thu Aug 4 23:47:37 2005 UTC (18 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.102: preferred, colored
Changes since revision 1.102: +20 -8 lines
	Saving work in progress.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Tue Aug 2 21:35:10 2005 UTC (18 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.101: preferred, colored
Changes since revision 1.101: +16 -8 lines
	Saving work.

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Aug 2 17:01:20 2005 UTC (18 years, 8 months ago) by banghart
Branches: MAIN
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +5 -2 lines
	Continuing work, not done, but something before meeting is called
	to order!

Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Jul 15 12:57:53 2005 UTC (18 years, 9 months ago) by banghart
Branches: MAIN
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +25 -3 lines
	saving work in progress, it doesn't work yet

Revision 1.99: download - view: text, markup, annotated - select for diffs
Wed Jul 13 22:09:11 2005 UTC (18 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2
Diff to previous 1.98: preferred, colored
Changes since revision 1.98: +13 -3 lines
More predictable action after deleting or clearing bombs (avoid being
bounced to meta screen)

Revision 1.98: 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.97: preferred, colored
Changes since revision 1.97: +23 -3 lines
Back in town.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon May 9 01:51:44 2005 UTC (18 years, 11 months ago) by banghart
Branches: MAIN
CVS tags: version_1_99_1_tmcc, version_1_99_1, version_1_99_0
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +4 -3 lines
	Allow to continue when no meta file exists.

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

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Mar 18 16:47:31 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.94: preferred, colored
Changes since revision 1.94: +4 -1 lines
- display datestamp in CSTR space too

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Mar 17 21:32:17 2005 UTC (19 years, 1 month ago) by banghart
Branches: MAIN
Diff to previous 1.93: preferred, colored
Changes since revision 1.93: +55 -29 lines
	Save portfolio meta data across network, keep other meta data
	local.``

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Mar 16 22:52:04 2005 UTC (19 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.92: preferred, colored
Changes since revision 1.92: +9 -19 lines
&fieldnames: Consolidated redundant definitions.  Added 'domain' to fields.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Feb 17 08:29:43 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +3 -2 lines
- <html> -> &Apache::lonxml::xmlbegin, thus valid doctypes are now getting output, Yeah! StandardsCmpliance

- backing out the encoding changes for now

- some xhtml cleanups
- one icon -> lonhttpd

Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Feb 10 22:01:40 2005 UTC (19 years, 2 months ago) by banghart
Branches: MAIN
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +8 -3 lines
	Adding some more meta fields for portfolio files

Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Feb 1 17:37:23 2005 UTC (19 years, 2 months ago) by banghart
Branches: MAIN
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +24 -6 lines
	create frameword for different meta data fields for different
	file types (specifically, portfolio types now)

Revision 1.89: download - view: text, markup, annotated - select for diffs
Wed Jan 19 01:28:33 2005 UTC (19 years, 3 months ago) by banghart
Branches: MAIN
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +5 -0 lines
	Actually writes the meta data. Next to to retrieve it!

Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Jan 18 01:44:12 2005 UTC (19 years, 3 months ago) by banghart
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +6 -6 lines
	Just some html cleanup.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Dec 3 21:37:29 2004 UTC (19 years, 4 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_99_1
Diff to previous 1.86: preferred, colored
Changes since revision 1.86: +12 -9 lines
- BUG#3673, there was a 'Wrte metadata' meesage hidden at the bottom, move it to top and changed font color for the heck of it.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Aug 24 21:40:00 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_99_0, version_1_2_1, version_1_2_0
Diff to previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
- Bug#3367, select links on default.meta didn't work

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Aug 3 15:56:18 2004 UTC (19 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_5, version_1_1_99_4
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +2 -6 lines
- BUG 3211

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Jul 9 21:35:05 2004 UTC (19 years, 9 months ago) by banghart
Branches: MAIN
CVS tags: version_1_1_99_3, version_1_1_99_2
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2 lines
	typo correction

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Jun 17 20:43:04 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_1_1_99_1
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +5 -3 lines
Displaying dynamic metadata, including possibility to follow "selection" trail
when browsing.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Jun 17 18:22:13 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.81: preferred, colored
Changes since revision 1.81: +10 -9 lines
"People who got this also get that" now works. Still needs stats.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Jun 17 15:05:59 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +5 -6 lines
Have "additional metadata" look better.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Jun 16 18:33:46 2004 UTC (19 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +83 -1 lines
Added &get_dynamic_metadata_from_sql for gerd.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Jun 16 14:30:15 2004 UTC (19 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +1 -3 lines
Remove debugging spew.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Jun 11 02:21:45 2004 UTC (19 years, 10 months ago) by taceyjo1
Branches: MAIN
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +27 -3 lines
Well <puts on stylepolice repellent> here is the beginning of
opensource, you can now publish things, and it will go into the
metafile.

BUG: #78

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri May 7 17:17:58 2004 UTC (19 years, 11 months ago) by matthew
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
The HTML entity for " is &quot;, not &quod;

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu May 6 20:56:07 2004 UTC (19 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +3 -16 lines
Removed overload checks at Guys request.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Apr 19 16:47:43 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +4 -1 lines
&pretty_input now has a default value for $size.  What a concept.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Apr 19 16:43:53 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +3 -3 lines
&pretty_input now takes $size parameter which controls the size of the
text input field it returns.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Apr 16 21:43:56 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +84 -16 lines
lonmeta.pm: Added degree of discrimination output.
Added 'detailed assessment statistical data' output, a table of classes,
sections, and various statistics which make up the 'overall assessment
statistical data'.
lonmetadata.pm: Documented data storage in nohist_resevaldata.db
&process_dynmaic_metadata now uses a weighted average for statistics, and
reports the sum of the maximum number of students per class as 'stdno',
since there may be multiple entries per class.
Added &dynamic_metadata_storage which prepares statistical data for
storage in nohist_resevaldata.db.
lonproblemstatistics.pm: Use lonmetadata::dynamic_metadata_storage to prepare
storage of dynamic metadata.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Apr 15 18:06:29 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +45 -16 lines
Neater prettyprint output for resources and less whitespace in the
output from &print_dynamic_metadata.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Apr 14 21:22:44 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +13 -13 lines
&evalgraph and &diffgraph: Only output 2 digits beyond the decimal
point.  No need to report a degree of difficulty of 0.47474747474747.
Also xhtml-ized.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Apr 14 20:45:14 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +67 -37 lines
&print_dynamic_metadata:
Now test to see if we should output some dynamic data before we bother
generating html tables to hold it.
&prettyprint:
Made output for goto_list, comefrom_list, etc, more concise and not use
&lonhtmlcommon::crumbs.  Now just use a simple link.
&report_bombs: Use simple link instead of lonhtmlcommon::crumbs.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Apr 14 18:56:36 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +5 -2 lines
Fixed another dumb bug.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Apr 14 18:30:36 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +6 -28 lines
Fixed compilation bug in &print_dynamic_metadata.
Removed metadtaa_col_to_hash and BEGIN block as this functionality
is now in lonmetadata.pm.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Apr 14 16:14:29 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +183 -149 lines
Further code consolidation.
Fixed bug which prevented display of dynamic metadata.
Moved display of dynamic metadata to its own subroutine.
Added some debugging code to &dynamicmeta.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Apr 13 16:03:46 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +288 -264 lines
Break &handler into 3 subs, &report_bombs, &present_uneditable_metadata,
and &present_editable_metadata.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Apr 13 15:41:19 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +32 -14 lines
ununlessing.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Apr 13 14:42:24 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +390 -382 lines
Retabination.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Apr 12 21:13:13 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +7 -57 lines
Rewrote &dynamicmeta (old version was cut & paste of old searchcat.pl) to
call lonmetadata::process_reseval_data and process_dynamic_metadata.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Apr 6 15:07:41 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +3 -3 lines
lonhtmlcommon.pm: Modified &crumbs to take the font size of the breadcrumb
as a parameter.
lonmeta.pm: Modified to use the new size parameter for lonhtmlcommon::crumbs.

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

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Feb 9 20:22:18 2004 UTC (20 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +4 -4 lines
&prettyprint was not being invoked properly.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Jan 15 20:22:47 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +33 -16 lines
Even better handling of bombs.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jan 15 15:12:31 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +14 -8 lines
Just saving my work.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Jan 4 00:28:22 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +4 -2 lines
Work on bug #2335 - directory catalog info available in RES

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Jan 2 19:23:47 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +3 -1 lines
Domain and file category selection included again - adv search form done

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Jan 2 16:34:03 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +4 -3 lines
Date setting improvements. Now has "not set"

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Jan 1 20:13:17 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +33 -10 lines
Cleanup - saving my work

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Dec 31 15:34:32 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +8 -4 lines
Fix output of files
Make gradelevels and standards mainstream metadata

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Dec 31 02:33:27 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +90 -62 lines
Bug #2444: error messages can be displayed from Construction Space

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Dec 30 22:19:18 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
Bug #2444: show bombs in construction space.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Dec 30 20:39:30 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +5 -6 lines
Work on Bug #2444: retrieval of bombs possible again.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Dec 30 14:57:49 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +6 -11 lines
Bug #2444: saving my work, does not work yet.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Dec 29 21:17:00 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +83 -21 lines
Small bugfixes, standards and gradelevel info on directory level

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Dec 29 19:01:27 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +81 -103 lines
Correct language headers in loncfile
Improved filename crumbs
Better prettyprint

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Dec 29 17:11:53 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +89 -21 lines
New prettyprint function to produce consistent metadata output.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Dec 29 15:10:54 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +101 -120 lines
Cleaning up:
* consolidation of metadata fieldnames and translation
* correct headers for directory level metadata editor

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Dec 28 20:12:59 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +22 -7 lines
Start consolidating metadata-related subroutines into lonmeta using
lonmysql

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Dec 26 21:17:37 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +4 -3 lines
No need to have the same subroutine unsqltime twice - lonmysql is the better
place for it.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Dec 26 16:27:20 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +10 -1 lines
Work on Bugs #789 and #1926: gradelevel and standards info

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Dec 22 21:44:17 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +3 -2 lines
It was way to easy to set 'custom' copyright if not paying attention

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Nov 12 21:38:35 2003 UTC (20 years, 5 months ago) by matthew
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.39: preferred, colored
Changes since revision 1.39: +17 -2 lines
Get the access count from the nohist_accesscount.db.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Oct 24 14:58:36 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +7 -7 lines
- metadata works again, (that split(/___/,$_) isn't on a symb so no decode_symb) Fixes BUG#1638

Revision 1.38: 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.37: preferred, colored
Changes since revision 1.37: +5 -5 lines
Internationalization, and in particular, lonlocal:locallocaltime and
Japanese dates.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Sep 27 13:20:46 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +12 -7 lines
Internationalization, some German translations.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Sep 25 22:30:06 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +20 -2 lines
Bug #1715 "obsolete marking" and internationalization

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Sep 22 00:48:32 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +36 -21 lines
Internationalization, German Localization

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Sep 9 18:46:28 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Hiding symb-splitting behind &decode_symb

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Jul 15 19:04:31 2003 UTC (20 years, 9 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
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +17 -14 lines
Display cleanup.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jun 30 17:17:30 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +15 -4 lines
- use dropdowns in metadata defaults editor. (Mark Lucas) BUG#1897

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Apr 15 00:53:04 2003 UTC (21 years ago) by www
Branches: MAIN
CVS tags: version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +15 -9 lines
Output of link and course data

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Apr 14 13:46:53 2003 UTC (21 years ago) by www
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +35 -13 lines
Starts displaying new linking information

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Apr 12 15:57:30 2003 UTC (21 years ago) by www
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +26 -4 lines
"Return Location" link in inline remote

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Mar 14 19:29:36 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
- more fixes for a file named ).problem

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Mar 14 02:26:12 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Towards bugs #662 - add customized rights of use (multiple domains,
specific courses, etc).
* Adds new extension ".rights" and handler lonrights.pm for editing and
viewing (not implemented yet)
* Adds new "copyright" metadata value "custom"
* Adds new metadata-field "customdistributionfile" to ".rights" file
(active only if copyright=custom)
* Author can cover large number of resources by one ".rights" file -
if distribution changes, only that one files needs republishing (like
a ".library" file)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Feb 18 22:39:18 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +13 -3 lines
Gets alttag info from metadata if not provided

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Feb 18 21:17:00 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +8 -1 lines
Blank "alttag" routine

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Oct 25 13:50:48 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_0_6_2, version_0_6
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +42 -6 lines
Bug #492

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Oct 20 18:40:00 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +53 -5 lines
Toward bug 492

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Oct 18 13:49:49 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +5 -3 lines
Toward bug 839

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Oct 7 13:50:36 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +11 -2 lines
Toward bug 531.

Can address most recent version.
Can find out with lonnet::getversion what the most recent version is
Shows versions in lonmeta

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Sep 16 21:01:41 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +16 -4 lines
Dynamic metadata is heavy load on both access and the home server.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Sep 11 19:37:51 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Bug 706

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Aug 26 17:02:47 2002 UTC (21 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2 lines
Oops, forgot to remove <body>-tag

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 26 16:57:11 2002 UTC (21 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +5 -3 lines
Shows domain header according to resource

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Aug 9 19:49:30 2002 UTC (21 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_0_5_1, version_0_5
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
- fixes bug#257, moved resevaldata.db to nohist_resevaldata.db, and deletes hist file

- After installing these diffs you need to do a make install before restarting the webserver

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 29 18:44:41 2002 UTC (22 years, 1 month ago) by www
Branches: MAIN
CVS tags: version_0_4, stable_2002_july, stable_2002_april, STABLE
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +4 -2 lines
Processing dynamic metadata can take time.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 11 04:19:40 2002 UTC (22 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +7 -7 lines
map to foreach

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Dec 25 21:02:35 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +5 -3 lines
Better graphical display, read thesaurus, identify keywords, work on related

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 24 23:01:31 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +47 -2 lines
Pretty Print

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Dec 24 21:09:08 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +62 -30 lines
Works now

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 24 17:13:11 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +82 -8 lines
Display more dynamic metadata (not done yet)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Dec 22 21:59:07 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +18 -2 lines
Starting to get and compute dynamic metadata

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 19 17:17:46 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +24 -1 lines
- Finished GPLing the code

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Aug 10 17:20:19 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +10 -7 lines
Only advanced users can see certain stuff.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Aug 10 17:16:06 2001 UTC (22 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +7 -0 lines
- hide stuff from students

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 28 02:49:10 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +13 -2 lines
More data output

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 27 23:10:59 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Bugfix

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 27 20:44:53 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +11 -34 lines
New caching metadata scheme

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 23 13:21:12 2000 UTC (23 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +6 -3 lines
Translates creation and revision date

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 21 10:46:35 2000 UTC (23 years, 6 months ago) by www
Branches: MAIN
Handler for meta files

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>