CVS log for loncom/publisher/lonpublisher.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.303: download - view: text, markup, annotated - select for diffs
Fri Jul 14 22:19:22 2023 UTC (9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.302: preferred, colored
Changes since revision 1.302: +12 -8 lines
- When publishing directory in course authoring space custom rights from
  default.rights always apply.

Revision 1.302: download - view: text, markup, annotated - select for diffs
Fri Jul 14 20:16:04 2023 UTC (9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.301: preferred, colored
Changes since revision 1.301: +28 -13 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.301: download - view: text, markup, annotated - select for diffs
Tue Mar 28 23:17:16 2023 UTC (12 months, 3 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.300: preferred, colored
Changes since revision 1.300: +48 -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.295.2.1.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 23 02:24:50 2023 UTC (14 months, 3 weeks ago) by raeburn
Branches: version_2_11_4_msu
Diff to previous 1.295.2.1: preferred, colored next main 1.296: preferred, colored
Changes since revision 1.295.2.1: +2 -2 lines
- For 2.11.4 (modified)
  Include changes in 1.300

Revision 1.300: download - view: text, markup, annotated - select for diffs
Fri Sep 9 19:20:55 2022 UTC (19 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.299: preferred, colored
Changes since revision 1.299: +2 -2 lines
- Add public to options when applying common copyright/distribution when
  publishing directory.

Revision 1.295.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 4 15:09:36 2021 UTC (2 years, 10 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_4_uiuc, version_2_11_4
Branch point for: version_2_11_4_msu
Diff to previous 1.295: preferred, colored next main 1.296: preferred, colored
Changes since revision 1.295: +88 -20 lines
- For 2.11
  Backport 1.298, 1.299

Revision 1.299: download - view: text, markup, annotated - select for diffs
Fri Jun 4 03:06:15 2021 UTC (2 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.298: preferred, colored
Changes since revision 1.298: +87 -22 lines
- Options for publishing a directory split into types.
- Options to exclude modified files and/or files with modified metadata
  when publishing directory (e.g., to avoid unwanted changes when updating
  copyright and/or source availability for an entire directory.
- For skipped files display reason file was skipped.

Revision 1.298: download - view: text, markup, annotated - select for diffs
Thu Jun 3 13:59:44 2021 UTC (2 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.297: preferred, colored
Changes since revision 1.297: +6 -3 lines
- When publishing a directory include option to exclude currently unpublished
  resources (e.g., if only change being made is copyright/distribution or
  source availability for already published files).

Revision 1.297: download - view: text, markup, annotated - select for diffs
Sun Jun 19 04:27:57 2016 UTC (7 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.296: preferred, colored
Changes since revision 1.296: +21 -11 lines
- Course Editor has "Standard Problem" item (Grading tab) for creation
  of new problem in user's Authoring Space, or in a Course "Authoring" Space.
- Course Editor has "Import from Course Resources" item (Import tab) to
  import published content from Course "Authoring" Space.
- Course "Authoring" Space
  - default.rights -- course-only access
  - quota is shared with content uploaded directly to course
  - content only browsable in course context
  - metadata not included in searchable meatdata MySQL table
CVs: ----------------------------------------------------------------------

Revision 1.296: download - view: text, markup, annotated - select for diffs
Sun Jun 19 01:08:01 2016 UTC (7 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.295: preferred, colored
Changes since revision 1.295: +296 -107 lines
- Allow &batchpublish() to be called by other packages.
  - %addid hash made a global (populated in BEGIN() block.
  - %nokey hash passed as a reference to &batchpublish(),
    &publishdirectory(), &publish().
  - New routine: &getnokey() populates %nokey hash.
  - New arg -- $usebuffer -- passed to &batchpublish() and
    &phasetwo(), when true causes output to be stored in scalar
    instead of sent to $r->print().

Revision 1.295: download - view: text, markup, annotated - select for diffs
Tue Mar 22 16:41:10 2016 UTC (8 years ago) by raeburn
Branches: MAIN
Branch point for: version_2_11_X
Diff to previous 1.294: preferred, colored
Changes since revision 1.294: +137 -4 lines
- New options when publishing directory -- apply common
  copyright/distribution and/or apply a common source availability.

Revision 1.294: download - view: text, markup, annotated - select for diffs
Fri Dec 12 18:27:34 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: 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
Diff to previous 1.293: preferred, colored
Changes since revision 1.293: +45 -47 lines
- Coding style:
  - keys() sort()
  - for readability eliminate use of $_

Revision 1.293: download - view: text, markup, annotated - select for diffs
Sun Aug 3 14:20:38 2014 UTC (9 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.292: preferred, colored
Changes since revision 1.292: +27 -1 lines
- Support style of packaging .js dependency used in Camtasia Studio 8.4.2
  *_player.html files.
- Dependency on spritesheet.min.css no longer included as <link> tag in
  Camtasia's top-levl *.html file, so explicitly include in %allow.

Revision 1.292: download - view: text, markup, annotated - select for diffs
Sun Aug 3 13:52:59 2014 UTC (9 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.291: preferred, colored
Changes since revision 1.291: +3 -1 lines
- allow tag not needed if image data is included directly in <img> tag's
  src attribute using a "data URI".

Revision 1.291: download - view: text, markup, annotated - select for diffs
Sun Jul 27 11:39:33 2014 UTC (9 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.290: preferred, colored
Changes since revision 1.290: +15 -1 lines
- Bug 6671
 - Support changes in packaging of mp4 files between Camtasia 8.1
   and Camtasia 8.4.

Revision 1.290: download - view: text, markup, annotated - select for diffs
Sun Jul 27 11:14:36 2014 UTC (9 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.289: preferred, colored
Changes since revision 1.289: +9 -4 lines
- Additional arg for set_allow() - $type, which is the attribute (in the tag)
  which requires an allow to be set.
- For $type = src or href remove any query string appended to the url before
  setting the value of the src in the allow tag.

Revision 1.289: download - view: text, markup, annotated - select for diffs
Wed Jan 15 18:49:56 2014 UTC (10 years, 3 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0
Diff to previous 1.288: preferred, colored
Changes since revision 1.288: +11 -7 lines
Improved and consistent navigation and layout by using actionbox and moving button below pick_box

Revision 1.288: download - view: text, markup, annotated - select for diffs
Sun Dec 1 21:50:30 2013 UTC (10 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC2
Diff to previous 1.287: preferred, colored
Changes since revision 1.287: +3 -3 lines
- Indentation in POD

Revision 1.287: download - view: text, markup, annotated - select for diffs
Sun Dec 1 21:29:15 2013 UTC (10 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.286: preferred, colored
Changes since revision 1.286: +3 -3 lines
- Modify POD to eliminate errors seen with pod2man in perl 5.18

Revision 1.286: download - view: text, markup, annotated - select for diffs
Wed Oct 16 18:28:18 2013 UTC (10 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.285: preferred, colored
Changes since revision 1.285: +49 -4 lines
- Bug 6671. Detect dependencies in javascript used for Camtasia player.
  - Appropriate <allow src="%%path%%"> appended to HTML file in authoring space,
    at first publication step for files referenced in javascript object in text
    within <script></script> via:
      set.FlashPlayerSwf
      set.MediaSrc
      set.XMPSrc
      set.ConfigurationSrc
      set.PosterImageSrc
    e.g., TSC.playerConfiguration.set.FlashPlayerSwf("somepath/file_controller.swf")
    to support upload of Camtasia player directly to a course (Camtasia 8.1).
    - Similar to changes in xml/scripttag.pm rev 1.169 vs. 1.166

Revision 1.285: download - view: text, markup, annotated - select for diffs
Wed Oct 16 18:17:23 2013 UTC (10 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.284: preferred, colored
Changes since revision 1.284: +2 -2 lines
- Reverse one change in rev 1.273 (bug 1320) so recursive publication
  of subdirectories works again.

Revision 1.284: download - view: text, markup, annotated - select for diffs
Thu Jul 18 16:28:50 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.283: preferred, colored
Changes since revision 1.283: +7 -11 lines
Actions after resource publication:
- Consistent function calls and layout - use actionbox which is now available (improves rev. 1.262 and 1.264)
- 'Diffs with Current Version' link: XHTML

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

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

Revision 1.281: download - view: text, markup, annotated - select for diffs
Tue Jan 15 18:21:31 2013 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.280: preferred, colored
Changes since revision 1.280: +2 -2 lines
- Use correct module for &display() routine.

Revision 1.280: download - view: text, markup, annotated - select for diffs
Mon Oct 29 17:38:55 2012 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.279: preferred, colored
Changes since revision 1.279: +2 -3 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.279: download - view: text, markup, annotated - select for diffs
Wed Mar 14 20:54:02 2012 UTC (12 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.278: preferred, colored
Changes since revision 1.278: +6 -1 lines
Some comments

Revision 1.278: download - view: text, markup, annotated - select for diffs
Sun Jan 29 03:08:32 2012 UTC (12 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.277: preferred, colored
Changes since revision 1.277: +1 -2 lines
- Remove debug line.

Revision 1.277: download - view: text, markup, annotated - select for diffs
Mon Nov 14 00:20:31 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.276: preferred, colored
Changes since revision 1.276: +3 -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.276: download - view: text, markup, annotated - select for diffs
Mon Nov 7 18:29:17 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.275: preferred, colored
Changes since revision 1.275: +2 -2 lines
- use values from Apache::lonnet::perlvar in place of static strings.

Revision 1.267.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 7 13:38:45 2011 UTC (12 years, 5 months ago) by raeburn
Branches: version_2_10_X
CVS tags: version_2_10_1, loncapaMITrelate_1
Diff to previous 1.267: preferred, colored next main 1.268: preferred, colored
Changes since revision 1.267: +2 -2 lines
- Fix Construction breadcrumb trails for /adm/cfile, /adm/publish,
  /adm/retrieve, /adm/upload.

Revision 1.275: download - view: text, markup, annotated - select for diffs
Mon Oct 31 17:27:10 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.274: preferred, colored
Changes since revision 1.274: +2 -2 lines
- Fix Construction breadcrumb trails for /adm/publish /adm/retrieve
  - loncommon::CSTR_pageheader() takes optional argument
    - name of file or directory used to construct breadcrumb trail
      where $env{'request.filename'} is inappropriate.
- use lonDocRoot perlvar in place of static string: '/home/httpd/html'
- coding style
   - eliminate leaning toothpicks

Revision 1.274: download - view: text, markup, annotated - select for diffs
Sun Oct 30 20:49:33 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.273: preferred, colored
Changes since revision 1.273: +5 -5 lines
- Bug 1320 -update POD.

Revision 1.273: download - view: text, markup, annotated - select for diffs
Wed Oct 26 15:05:25 2011 UTC (12 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.272: preferred, colored
Changes since revision 1.272: +7 -7 lines
Bug #1320

Revision 1.272: download - view: text, markup, annotated - select for diffs
Tue Oct 25 14:28:17 2011 UTC (12 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.271: preferred, colored
Changes since revision 1.271: +3 -3 lines
Bug #1320

Revision 1.271: download - view: text, markup, annotated - select for diffs
Sat Oct 22 23:09:44 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.270: preferred, colored
Changes since revision 1.270: +10 -11 lines
Bug #1320

Revision 1.270: download - view: text, markup, annotated - select for diffs
Sat Oct 22 22:05:23 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.269: preferred, colored
Changes since revision 1.269: +6 -14 lines
Bug #1320 ...

Revision 1.269: download - view: text, markup, annotated - select for diffs
Sat Oct 22 21:25:37 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.268: preferred, colored
Changes since revision 1.268: +7 -7 lines
Read the metafiles

Revision 1.268: download - view: text, markup, annotated - select for diffs
Sat Oct 22 15:16:20 2011 UTC (12 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.267: preferred, colored
Changes since revision 1.267: +28 -66 lines
Bug #1320: the passed filename should always be of the type
/priv/domain/user/...
instead of being different for different handlers

Revision 1.267: download - view: text, markup, annotated - select for diffs
Wed Jun 2 19:09:42 2010 UTC (13 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0
Branch point for: version_2_10_X
Diff to previous 1.266: preferred, colored
Changes since revision 1.266: +2 -2 lines
Don't remember nothing for title

Revision 1.266: download - view: text, markup, annotated - select for diffs
Thu May 27 18:27:43 2010 UTC (13 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.265: preferred, colored
Changes since revision 1.265: +4 -2 lines
Clean way to cancel publication

Revision 1.258.2.4: download - view: text, markup, annotated - select for diffs
Wed Jan 27 03:44:48 2010 UTC (14 years, 2 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_9_1, version_2_9_0, version_2_8_99_1
Diff to previous 1.258.2.3: preferred, colored next main 1.259: preferred, colored
Changes since revision 1.258.2.3: +23 -24 lines
- Backport 1.264 (part), 1.265.

Revision 1.265.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 6 04:19:20 2010 UTC (14 years, 3 months ago) by raeburn
Branches: GCI_3
Diff to previous 1.265: preferred, colored next main 1.266: preferred, colored
Changes since revision 1.265: +3 -1 lines
- Customization for GCI_3
  - Equivalent to fix for bug #6139 for .tmp files.
  - Remove local tn-preview files on re-publication.
   (preview files have .tn extension when generated for GCI Test Assembly).

Revision 1.265: download - view: text, markup, annotated - select for diffs
Thu Dec 3 17:23:00 2009 UTC (14 years, 4 months ago) by www
Branches: MAIN
CVS tags: version_2_9_99_0, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE
Branch point for: GCI_3
Diff to previous 1.264: preferred, colored
Changes since revision 1.264: +14 -14 lines
Part of Bug #6139: remove local tmp-preview files on re-publication

Revision 1.264: download - view: text, markup, annotated - select for diffs
Tue Nov 24 01:44:44 2009 UTC (14 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.263: preferred, colored
Changes since revision 1.263: +15 -19 lines
- Reverse part of 1.262, as assistant co-authors now have 'bro' priv which allows browsing of /res for areas in which user is a co-author.
- Wrap "functions" footer with loinks to source etc. in &head_subbox().

Revision 1.258.2.3: download - view: text, markup, annotated - select for diffs
Tue Nov 24 01:11:53 2009 UTC (14 years, 4 months ago) by raeburn
Branches: version_2_9_X
CVS tags: GCI_2
Diff to previous 1.258.2.2: preferred, colored
Changes since revision 1.258.2.2: +3 -2 lines
- Backport 1.263.

Revision 1.249.2.3: download - view: text, markup, annotated - select for diffs
Tue Nov 24 01:01:28 2009 UTC (14 years, 4 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_2
Diff to previous 1.249.2.2: preferred, colored to branchpoint 1.249: preferred, colored next main 1.250: preferred, colored
Changes since revision 1.249.2.2: +3 -2 lines
- Backport 1.263.

Revision 1.249.2.2: download - view: text, markup, annotated - select for diffs
Tue Nov 24 00:59:48 2009 UTC (14 years, 4 months ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.249.2.1: preferred, colored to branchpoint 1.249: preferred, colored
Changes since revision 1.249.2.1: +3 -2 lines
- Backport 1.261.

Revision 1.249.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 24 00:57:11 2009 UTC (14 years, 4 months ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.249: preferred, colored
Changes since revision 1.249: +2 -2 lines
- Backport 1.252.

Revision 1.263: download - view: text, markup, annotated - select for diffs
Thu Nov 19 05:18:08 2009 UTC (14 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.262: preferred, colored
Changes since revision 1.262: +3 -2 lines
- Bug 6122.
  - &notify (includes session lock clean-up) needs to be at start of chain of PerlCleanupHandlers so $env{'user.environment is still defined during clean-up.

Revision 1.258.2.2: download - view: text, markup, annotated - select for diffs
Fri Aug 14 12:26:08 2009 UTC (14 years, 8 months ago) by raeburn
Branches: version_2_9_X
CVS tags: version_2_8_99_0
Diff to previous 1.258.2.1: preferred, colored
Changes since revision 1.258.2.1: +2 -2 lines
- Fix typo in 1.258.2.1.

Revision 1.258.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 13 05:35:33 2009 UTC (14 years, 8 months ago) by raeburn
Branches: version_2_9_X
Diff to previous 1.258: preferred, colored
Changes since revision 1.258: +11 -9 lines
- Backport 1.261 and part of 1.262.

Revision 1.262: download - view: text, markup, annotated - select for diffs
Thu Jul 30 09:42:25 2009 UTC (14 years, 8 months ago) by bisitz
Branches: MAIN
CVS tags: bz2851
Diff to previous 1.261: preferred, colored
Changes since revision 1.261: +20 -10 lines
Optimized post publishing menu:
- Assistent Co-Authors are not allowed to browse resource space, so don't offer link to published resource
- Replaced deprecated font tag, etc. by functionlist and removed now unnecessary <hr> separator lines

Revision 1.261: download - view: text, markup, annotated - select for diffs
Sat Jul 25 06:55:31 2009 UTC (14 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.260: preferred, colored
Changes since revision 1.260: +3 -2 lines
- Replace hardcoded path.

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

Revision 1.259: download - view: text, markup, annotated - select for diffs
Tue May 26 16:08:00 2009 UTC (14 years, 10 months ago) by bisitz
Branches: MAIN
Diff to previous 1.258: preferred, colored
Changes since revision 1.258: +17 -2 lines
Changes related to modification of LON-CAPA screen header.
start_page call:
- Added breadcrumbs
- Added head_subbox and included CSTR standard header
  (crumbs in header doesn't work here - will be checked and changed later)

Revision 1.258: download - view: text, markup, annotated - select for diffs
Thu May 14 11:13:49 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
Branch point for: version_2_9_X
Diff to previous 1.257: preferred, colored
Changes since revision 1.257: +26 -11 lines
- Replaced missusage of <h1> to highlight text by standard warning styles
- Corrected <p>-tag closure
- Added standard pick_box to publish directory (inlcuding removal of another wrong usage of <h1>)
Co-Author username display:
    - Consistent username:domain output
    - Now also display plainname and not only username

Revision 1.257: download - view: text, markup, annotated - select for diffs
Wed May 6 16:19:50 2009 UTC (14 years, 11 months ago) by bisitz
Branches: MAIN
CVS tags: BZ5434-fox
Diff to previous 1.256: preferred, colored
Changes since revision 1.256: +6 -6 lines
XHTML conform selected/checked/multiple HTML attributes
and optimized spacing

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

- Optimized/Corrected white spaces

Revision 1.255: download - view: text, markup, annotated - select for diffs
Fri Apr 3 16:41:13 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.254: preferred, colored
Changes since revision 1.254: +15 -6 lines
- Optimized &mt usage and style for "Created directory" messages
- Changed order: First create directory, then display "Created directory..."
- Moved "Done" message to a better place right after the log display but before the menu at the bottom of the page

Revision 1.254: download - view: text, markup, annotated - select for diffs
Thu Mar 26 11:27:26 2009 UTC (15 years ago) by bisitz
Branches: MAIN
Diff to previous 1.253: preferred, colored
Changes since revision 1.253: +15 -7 lines
- Optimized wording
- Optimized &mt usage
- Replaced harcoded styles by LON-CAPA standard styles
- Optimized and corrected some German translations

Revision 1.253: download - view: text, markup, annotated - select for diffs
Wed Mar 18 13:46:20 2009 UTC (15 years, 1 month ago) by bisitz
Branches: MAIN
Diff to previous 1.252: preferred, colored
Changes since revision 1.252: +3 -3 lines
- XHTML conform checked attributes in input tags
- Optimized white spaces usage

Revision 1.252: download - view: text, markup, annotated - select for diffs
Mon Mar 9 20:10:55 2009 UTC (15 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.251: preferred, colored
Changes since revision 1.251: +2 -2 lines
Existing versioned file which _contains_ name of published file can inflate $maxversion check during phase two.
  - Need to check directory contents for /^RegExp$/, not /RegExp$/.

Revision 1.251: download - view: text, markup, annotated - select for diffs
Wed Feb 11 11:49:22 2009 UTC (15 years, 2 months ago) by schafran
Branches: MAIN
Diff to previous 1.250: preferred, colored
Changes since revision 1.250: +3 -3 lines
consistent wording, catalog information -> metadata

Revision 1.250: download - view: text, markup, annotated - select for diffs
Tue Feb 10 12:12:08 2009 UTC (15 years, 2 months ago) by schafran
Branches: MAIN
Diff to previous 1.249: preferred, colored
Changes since revision 1.249: +2 -2 lines
consistent wording, catalog information -> metadata.

Revision 1.249: download - view: text, markup, annotated - select for diffs
Sun Dec 7 23:49:40 2008 UTC (15 years, 4 months ago) by www
Branches: MAIN
CVS tags: version_2_8_1, version_2_8_0, version_2_7_99_1, version_2_7_99_0, GCI_1
Branch point for: version_2_8_X
Diff to previous 1.248: preferred, colored
Changes since revision 1.248: +2 -1 lines
Allow publication of problems that do not have responses if they are
importing libraries, finishing up Bug #5696.
This is just sort of a workaround, assuming that people who import
libraries know what they are doing.

Revision 1.248: download - view: text, markup, annotated - select for diffs
Wed Aug 27 13:08:36 2008 UTC (15 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0
Diff to previous 1.247: preferred, colored
Changes since revision 1.247: +3 -3 lines
- The past tense of "occur" is occurred.

Revision 1.247: download - view: text, markup, annotated - select for diffs
Wed Aug 27 13:07:41 2008 UTC (15 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.246: preferred, colored
Changes since revision 1.246: +34 -28 lines
- Improved data-tabling for keywords table.

Revision 1.246: download - view: text, markup, annotated - select for diffs
Tue Aug 19 10:43:59 2008 UTC (15 years, 8 months ago) by bisitz
Branches: MAIN
Diff to previous 1.245: preferred, colored
Changes since revision 1.245: +32 -23 lines
- Optimized dependencies warnings (linebreaks; div; only show headline, if warnings occur)
- Don't display horizontal line anymore, if resource is without errors
- Wrapped some messages in div-Tags instead of using linebreaks for nicer output
- Added warning style to "enter metadata" message
- Added missing &mt() calls to store metadata error messages
- Optimized some &mt() calls

Revision 1.245: download - view: text, markup, annotated - select for diffs
Thu Aug 14 13:39:02 2008 UTC (15 years, 8 months ago) by onken
Branches: MAIN
Diff to previous 1.244: preferred, colored
Changes since revision 1.244: +18 -11 lines
this is a work simplification for german authors for present.

Revision 1.244: download - view: text, markup, annotated - select for diffs
Fri Aug 1 18:11:19 2008 UTC (15 years, 8 months ago) by bisitz
Branches: MAIN
Diff to previous 1.243: preferred, colored
Changes since revision 1.243: +2 -2 lines
Removed debug data (-> 1.243), sorry

Revision 1.243: download - view: text, markup, annotated - select for diffs
Fri Aug 1 18:09:38 2008 UTC (15 years, 8 months ago) by bisitz
Branches: MAIN
Diff to previous 1.242: preferred, colored
Changes since revision 1.242: +14 -5 lines
Corrected and optimized keyword table:
  - Row counter corrected - now first row with same amount of columns
  - Added missing standard row start / end calls (-> 1.241)
  - Proper ending of table (fill up with "empty" td)

Revision 1.242: download - view: text, markup, annotated - select for diffs
Fri Aug 1 17:29:57 2008 UTC (15 years, 8 months ago) by bisitz
Branches: MAIN
Diff to previous 1.241: preferred, colored
Changes since revision 1.241: +16 -12 lines
Optimized display of warnings and errors
  - Added headline
  - Use LON-CAPA standard style
  - output as list instead of one after the other
  - optimized &mt() usage
  - Changed order: first warnings, then errors

Revision 1.241: download - view: text, markup, annotated - select for diffs
Sat Jul 26 19:05:27 2008 UTC (15 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_6_99_1
Diff to previous 1.240: preferred, colored
Changes since revision 1.240: +7 -3 lines
- Standard LON-CAPA datatable for keywords table.

Revision 1.240: download - view: text, markup, annotated - select for diffs
Sat Jul 26 16:03:46 2008 UTC (15 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.239: preferred, colored
Changes since revision 1.239: +21 -20 lines
- Eliminate double line at the end of "Resource Details" and "Metadata Information" tables.

Revision 1.239: download - view: text, markup, annotated - select for diffs
Mon Jun 30 18:10:24 2008 UTC (15 years, 9 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_6_99_0
Diff to previous 1.238: preferred, colored
Changes since revision 1.238: +56 -26 lines
- Shortened main headline and added new sub headline "Resource Details"
- Wrapped resource details in LON-CAPA standard table
- Added info text which asks the author to fill in the metadata
- Added missing and optimzied some &mt() calls
- Moved Finalize/Make Obsolete buttons out of metadata table
- Optimized screen output with some <br /> and <p> tags
- Added error style to output "...document contains errors..."
- Extended output "...without responses..."

Revision 1.238: download - view: text, markup, annotated - select for diffs
Fri Jun 27 18:52:35 2008 UTC (15 years, 9 months ago) by bisitz
Branches: MAIN
Diff to previous 1.237: preferred, colored
Changes since revision 1.237: +69 -60 lines
- Wrapped main part of publication screen into standard LON-CAPA pick box table
- Removed hardcoded styles
- Moved grade level selections into one row
- Made some attributes XHTML conform

ToDo:
- Tidy up upper part of the screen
- Find better solution for help links

Revision 1.237: download - view: text, markup, annotated - select for diffs
Wed May 28 22:22:35 2008 UTC (15 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.236: preferred, colored
Changes since revision 1.236: +2 -3 lines
Bug #4106: really evaluate custom rights

Revision 1.236: download - view: text, markup, annotated - select for diffs
Mon May 19 18:43:16 2008 UTC (15 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.235: preferred, colored
Changes since revision 1.235: +12 -2 lines
Bug #5696: Friends don't let friends publish problems without responses

Revision 1.235: download - view: text, markup, annotated - select for diffs
Sat May 17 12:08:45 2008 UTC (15 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.234: preferred, colored
Changes since revision 1.234: +2 -2 lines
Bug #5704: have to ignore everything in <answer>-environment

Revision 1.234: download - view: text, markup, annotated - select for diffs
Mon May 12 23:47:49 2008 UTC (15 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.233: preferred, colored
Changes since revision 1.233: +2 -2 lines
Locking

Revision 1.233: download - view: text, markup, annotated - select for diffs
Mon May 12 20:59:22 2008 UTC (15 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.232: preferred, colored
Changes since revision 1.232: +6 -1 lines
Work on locks.

Revision 1.232: download - view: text, markup, annotated - select for diffs
Tue Mar 18 23:31:31 2008 UTC (16 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_6_X, version_2_6_3
Diff to previous 1.231: preferred, colored
Changes since revision 1.231: +6 -7 lines
- Style.
- Eliminate unhandy &mt() call which included implicit linefeed.

Revision 1.231: download - view: text, markup, annotated - select for diffs
Thu Feb 14 21:29:08 2008 UTC (16 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.230: preferred, colored
Changes since revision 1.230: +9 -3 lines
Don't let the user shoot into their foot with variable filenames.

Revision 1.230: download - view: text, markup, annotated - select for diffs
Wed Feb 13 14:18:59 2008 UTC (16 years, 2 months ago) by bisitz
Branches: MAIN
Diff to previous 1.229: preferred, colored
Changes since revision 1.229: +3 -3 lines
Localization:
Added missing &mt() for 'Select' and 'Search'

Revision 1.229: download - view: text, markup, annotated - select for diffs
Mon Sep 24 13:59:09 2007 UTC (16 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_99_1, version_2_5_99_0
Diff to previous 1.228: preferred, colored
Changes since revision 1.228: +11 -3 lines
Death to "private"

Revision 1.228: download - view: text, markup, annotated - select for diffs
Tue Aug 7 01:52:44 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_99_0
Diff to previous 1.227: preferred, colored
Changes since revision 1.227: +4 -3 lines
- passing corrected argument 3, BUG#5355

Revision 1.227: download - view: text, markup, annotated - select for diffs
Fri Jul 13 20:11:27 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.226: preferred, colored
Changes since revision 1.226: +6 -1 lines
- BUG#5286 warn about rights delay on publish

Revision 1.226: download - view: text, markup, annotated - select for diffs
Fri Jul 13 19:23:33 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.225: preferred, colored
Changes since revision 1.225: +37 -37 lines
- some css

Revision 1.225: download - view: text, markup, annotated - select for diffs
Mon Jun 18 20:30:32 2007 UTC (16 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2
Diff to previous 1.224: preferred, colored
Changes since revision 1.224: +7 -3 lines
- was trying to notify the host 'meta.subscription' that ther was an update

Revision 1.224: download - view: text, markup, annotated - select for diffs
Wed May 2 01:34:23 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.223: preferred, colored
Changes since revision 1.223: +4 -4 lines
- switch Store to Save

Revision 1.223: download - view: text, markup, annotated - select for diffs
Tue Apr 17 23:21:06 2007 UTC (17 years ago) by albertel
Branches: MAIN
Diff to previous 1.222: preferred, colored
Changes since revision 1.222: +7 -9 lines
- remove an all_hostnames call

Revision 1.222: download - view: text, markup, annotated - select for diffs
Fri Mar 2 23:20:17 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.221: preferred, colored
Changes since revision 1.221: +1 -1 lines
- protexting username...

Revision 1.221: download - view: text, markup, annotated - select for diffs
Fri Mar 2 23:18:19 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.220: preferred, colored
Changes since revision 1.220: +5 -4 lines
- starting work on moving to distributed DNS, eliminate usage of the lonnet hostanme global

Revision 1.220: download - view: text, markup, annotated - select for diffs
Wed Feb 21 21:01:59 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_X
Diff to previous 1.219: preferred, colored
Changes since revision 1.219: +5 -5 lines
- BUG#5207

Revision 1.219: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:38:05 2007 UTC (17 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.218: preferred, colored
Changes since revision 1.218: +17 -12 lines
- since _ is valid in metadata tags now, need to use a different temp
  separator in the return from &metaeval, switch to using \0 for this

Revision 1.218: download - view: text, markup, annotated - select for diffs
Fri Jan 26 22:16:33 2007 UTC (17 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.217: preferred, colored
Changes since revision 1.217: +3 -2 lines
1. Add missing ;

2. In cases where <image></image> encloses a definition of a dynamic plot via <gnuplot></gnuplot> rather than an actual image file form RES space, a spurious dependency on the user's top level directory could be added on publication because of line feeds.

Revision 1.217: download - view: text, markup, annotated - select for diffs
Fri Jan 19 06:10:09 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.216: preferred, colored
Changes since revision 1.216: +1 -6 lines
- removing log spew

Revision 1.216: download - view: text, markup, annotated - select for diffs
Wed Jan 10 20:23:21 2007 UTC (17 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_2, version_2_3_1
Diff to previous 1.215: preferred, colored
Changes since revision 1.215: +3 -3 lines
- lonid can have . and - now

Revision 1.215: download - view: text, markup, annotated - select for diffs
Wed Dec 6 22:22:39 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_0, version_2_2_99_1, version_2_2_99_0
Diff to previous 1.214: preferred, colored
Changes since revision 1.214: +8 -10 lines
- more re fix ups

Revision 1.211.2.2: download - view: text, markup, annotated - select for diffs
Mon Oct 2 19:57:35 2006 UTC (17 years, 6 months ago) by albertel
Branches: version_2_2_X
CVS tags: version_2_2_2
Diff to previous 1.211.2.1: preferred, colored to branchpoint 1.211: preferred, colored next main 1.212: preferred, colored
Changes since revision 1.211.2.1: +2 -2 lines
- this change not needed for 2.2.2

Revision 1.211.2.1: download - view: text, markup, annotated - select for diffs
Wed Sep 27 21:05:50 2006 UTC (17 years, 6 months ago) by albertel
Branches: version_2_2_X
Diff to previous 1.211: preferred, colored
Changes since revision 1.211: +4 -3 lines
- backpor 1.213 1.214

Revision 1.214: download - view: text, markup, annotated - select for diffs
Wed Sep 27 21:04:13 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.213: preferred, colored
Changes since revision 1.213: +2 -1 lines
- domain is a required field for a resource to be found

Revision 1.213: download - view: text, markup, annotated - select for diffs
Wed Sep 27 20:34:26 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.212: preferred, colored
Changes since revision 1.212: +3 -4 lines
- remove some log spew
- reinstate the announcement of the synching of the metadata database was successful
- update the call to update_metadata to new callind convention

Revision 1.212: download - view: text, markup, annotated - select for diffs
Wed Sep 13 21:43:26 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.211: preferred, colored
Changes since revision 1.211: +8 -1 lines
- BUG#5014, when modifying .meta files need to advertise that fact in the
     directoy browser
    - additionaly when doing full dir repbulishes, republish if the .meta file has changed
- also add support for retrieving a previoulsy published .meta file
- add support for getting diffs between previous .meta file revisions

Revision 1.211: download - view: text, markup, annotated - select for diffs
Fri Aug 4 22:16:42 2006 UTC (17 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_1, version_2_2_0, version_2_1_99_3
Branch point for: version_2_2_X
Diff to previous 1.210: preferred, colored
Changes since revision 1.210: +6 -6 lines
- some @ -> : conversion

Revision 1.210: download - view: text, markup, annotated - select for diffs
Wed Jul 19 20:22:03 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.209: preferred, colored
Changes since revision 1.209: +2 -2 lines
- BUG#4911 - select  search links in Publish screen was missing neccessary js

Revision 1.209: download - view: text, markup, annotated - select for diffs
Tue May 30 12:47:41 2006 UTC (17 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_2_1_99_0
Diff to previous 1.208: preferred, colored
Changes since revision 1.208: +7 -4 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.208: download - view: text, markup, annotated - select for diffs
Thu Apr 6 22:15:18 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.207: preferred, colored
Changes since revision 1.207: +8 -10 lines
- start_page

Revision 1.207: download - view: text, markup, annotated - select for diffs
Tue Jan 24 22:09:36 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3, version_2_1_2
Diff to previous 1.206: preferred, colored
Changes since revision 1.206: +2 -1 lines
- when checking for missing  or duped ids, need to be in xml_mode

Revision 1.206: download - view: text, markup, annotated - select for diffs
Fri Jan 13 22:17:12 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.205: preferred, colored
Changes since revision 1.205: +2 -2 lines
- lets make the obsolete checkbox actually work

Revision 1.205: download - view: text, markup, annotated - select for diffs
Fri Jan 13 19:19:34 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_1
Diff to previous 1.204: preferred, colored
Changes since revision 1.204: +18 -20 lines
- when publishing a directory it was possible that it didn't do the id number fixups because %addid wasn't initialized

Revision 1.204: download - view: text, markup, annotated - select for diffs
Wed Jan 11 20:35:19 2006 UTC (18 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.203: preferred, colored
Changes since revision 1.203: +1 -2 lines
- BUG#4563 message spam

Revision 1.203: download - view: text, markup, annotated - select for diffs
Mon Nov 14 13:59:53 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
CVS tags: version_2_1_0, version_2_0_99_1
Diff to previous 1.202: preferred, colored
Changes since revision 1.202: +9 -7 lines
Bug #4264: you don't depend on zombies

Revision 1.202: download - view: text, markup, annotated - select for diffs
Tue Aug 30 15:34:07 2005 UTC (18 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2, version_2_0_1
Diff to previous 1.201: preferred, colored
Changes since revision 1.201: +2 -1 lines
- BUG#4304

Revision 1.201: download - view: text, markup, annotated - select for diffs
Tue Aug 9 20:00:06 2005 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_0, version_1_99_3
Diff to previous 1.200: preferred, colored
Changes since revision 1.200: +5 -4 lines
- adding <label>

Revision 1.200: download - view: text, markup, annotated - select for diffs
Wed Jun 29 17:46:20 2005 UTC (18 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_99_2, version_1_99_1
Diff to previous 1.199: preferred, colored
Changes since revision 1.199: +2 -1 lines
Call to &Apache::loncommon::fileembstyle(page) returns 'ssi'.  This was preventing publication of pages.

Revision 1.199: download - view: text, markup, annotated - select for diffs
Mon Jun 27 21:40:39 2005 UTC (18 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.198: preferred, colored
Changes since revision 1.198: +9 -3 lines
Saving my work on Bug #4127 - still having problems with "Invalid access"

After recently changing resource version for a course, &symbverify fails
in spite of both the URL and the given symb being correct.

Not sure what else needs to be reset.

Revision 1.198: download - view: text, markup, annotated - select for diffs
Thu Jun 23 22:46:00 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_1_99_0
Diff to previous 1.197: preferred, colored
Changes since revision 1.197: +2 -2 lines
COMING SOON!? Probably not ...

Revision 1.197: download - view: text, markup, annotated - select for diffs
Mon May 30 17:10:44 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.196: preferred, colored
Changes since revision 1.196: +29 -20 lines
Was not dealing consistently with return codes from phasetwo

Revision 1.196: download - view: text, markup, annotated - select for diffs
Mon May 30 16:56:46 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.195: preferred, colored
Changes since revision 1.195: +23 -7 lines
Bug 3392 - don't allow ':::', etc
Bug 4113 - require extensions

Revision 1.195: download - view: text, markup, annotated - select for diffs
Fri May 20 18:28:22 2005 UTC (18 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_1_99_1_tmcc
Diff to previous 1.194: preferred, colored
Changes since revision 1.194: +15 -14 lines
Bug #3956: force directory metadata to override existing
Bug #3352: make obsolete
Bug #3119: edit metadata now actually remembers things

Revision 1.194: download - view: text, markup, annotated - select for diffs
Thu May 19 03:22:04 2005 UTC (18 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.193: preferred, colored
Changes since revision 1.193: +43 -9 lines
Saving my work: force publication of directories

Revision 1.193: download - view: text, markup, annotated - select for diffs
Tue May 17 00:46:36 2005 UTC (18 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.192: preferred, colored
Changes since revision 1.192: +52 -37 lines
Work on force publication using different copyright, etc.

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

Revision 1.191: download - view: text, markup, annotated - select for diffs
Mon Apr 4 23:55:17 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.190: preferred, colored
Changes since revision 1.190: +1 -2 lines
- extra line

Revision 1.190: download - view: text, markup, annotated - select for diffs
Mon Apr 4 23:51:54 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.189: preferred, colored
Changes since revision 1.189: +7 -5 lines
-likely should specifiy a target when doing an ssi, as it was by default wpicking grade, then web which meant it thatought there where 00 rather that 0 warnings.
- inhibit the ok if nothing is wrong, it just looks odd where it is

Revision 1.189: download - view: text, markup, annotated - select for diffs
Tue Mar 15 16:09:20 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.188: preferred, colored
Changes since revision 1.188: +8 -5 lines
- BUG#4014, was trying to do ssi on everything, not just ssi able docs

Revision 1.188: download - view: text, markup, annotated - select for diffs
Thu Mar 10 03:50:49 2005 UTC (19 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.187: preferred, colored
Changes since revision 1.187: +2 -2 lines
* Be able to make new library files
* Check for existing filename on new file generation was defunct
* Bug #3443: Copyright/Distribution Help was misplaced on screen and outdated

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

Revision 1.186: download - view: text, markup, annotated - select for diffs
Thu Mar 3 21:14:10 2005 UTC (19 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.185: preferred, colored
Changes since revision 1.185: +9 -5 lines
- id=" was causing havoc (BUG#3993)

Revision 1.185: download - view: text, markup, annotated - select for diffs
Mon Feb 28 21:28:18 2005 UTC (19 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.184: preferred, colored
Changes since revision 1.184: +33 -1 lines
Eventually, we have to stop people from publishing broken stuff.

Revision 1.180.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 24 21:56:57 2005 UTC (19 years, 2 months ago) by albertel
Branches: version_1_3_X
CVS tags: version_1_3_3, version_1_3_2
Diff to previous 1.180: preferred, colored next main 1.181: preferred, colored
Changes since revision 1.180: +2 -2 lines
- backport 1.184

Revision 1.184: download - view: text, markup, annotated - select for diffs
Mon Jan 24 21:55:20 2005 UTC (19 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.183: preferred, colored
Changes since revision 1.183: +2 -2 lines
- BUG#3855, there was no way to avoid avoid forced republication of all files.

Revision 1.183: download - view: text, markup, annotated - select for diffs
Wed Jan 12 20:58:26 2005 UTC (19 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.182: preferred, colored
Changes since revision 1.182: +6 -7 lines
Aargh ... we clean out the environment when rendering in Phase 1, so extra
environment variables are forgotten between runs during batch.

The beauty of persistent memory: stuff URLs into a global var instead.

Revision 1.182: download - view: text, markup, annotated - select for diffs
Wed Jan 12 16:18:54 2005 UTC (19 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.181: preferred, colored
Changes since revision 1.181: +42 -32 lines
Cannot get the push-business to work. Saving my work for later.

Revision 1.181: download - view: text, markup, annotated - select for diffs
Wed Jan 5 20:11:19 2005 UTC (19 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.180: preferred, colored
Changes since revision 1.180: +41 -35 lines
Bug #1104: publication takes too long

Put notifications into cleanup phase - seems too good to be true.

Revision 1.180: download - view: text, markup, annotated - select for diffs
Mon Oct 11 17:40:46 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_1_3_1, version_1_3_0, version_1_2_99_1, version_1_2_99_0
Branch point for: version_1_3_X
Diff to previous 1.179: preferred, colored
Changes since revision 1.179: +26 -11 lines
- bUG#3530, select/search on publish screen

Revision 1.179: download - view: text, markup, annotated - select for diffs
Tue Oct 5 13:41:36 2004 UTC (19 years, 6 months ago) by matthew
Branches: MAIN
Diff to previous 1.178: preferred, colored
Changes since revision 1.178: +3 -3 lines
added <label>s around keywords.

Revision 1.178: download - view: text, markup, annotated - select for diffs
Thu Sep 2 19:34:46 2004 UTC (19 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.177: preferred, colored
Changes since revision 1.177: +3 -2 lines
- .tmp files are the thumbnail renderings of a resource

Revision 1.177: download - view: text, markup, annotated - select for diffs
Wed Jul 7 21:23:31 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2
Diff to previous 1.176: preferred, colored
Changes since revision 1.176: +2 -2 lines
- BUG#3177, forgot to move some of the fix over

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

Revision 1.175: download - view: text, markup, annotated - select for diffs
Sat Jul 3 03:32:30 2004 UTC (19 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_1
Diff to previous 1.174: preferred, colored
Changes since revision 1.174: +2 -2 lines
- if a file consisted of
...
</body>
</html>text

(Basically text after the last html tag in the file)

The <allow>s were never inserted.


This should now insert the <allow>s in front of the last tag even if there is text after the last tag in the file

(BUG#2995)

Revision 1.174: download - view: text, markup, annotated - select for diffs
Fri Jun 18 16:52:19 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +38 -34 lines
* show sourcerights in dir listing
* dial in the previously set value of sourceavail on re-publish
* fix paths for sourcerights-file the same as for customrights

Revision 1.173: download - view: text, markup, annotated - select for diffs
Fri Jun 18 16:02:18 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.172: preferred, colored
Changes since revision 1.172: +6 -1 lines
I don't think anybody used this, but now it gets fixed anyway.

Revision 1.172: download - view: text, markup, annotated - select for diffs
Fri Jun 11 20:11:06 2004 UTC (19 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.171: preferred, colored
Changes since revision 1.171: +9 -37 lines
&store_metadata now uses lonmetadata to do the heavy lifting.

Revision 1.171: download - view: text, markup, annotated - select for diffs
Fri Jun 11 02:27:27 2004 UTC (19 years, 10 months ago) by taceyjo1
Branches: MAIN
Diff to previous 1.170: preferred, colored
Changes since revision 1.170: +8 -1 lines
More Bug #78 with new description file.. <sprays more stylepolice-repellant>

Revision 1.170: download - view: text, markup, annotated - select for diffs
Fri May 21 20:21:32 2004 UTC (19 years, 11 months ago) by www
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.169: preferred, colored
Changes since revision 1.169: +2 -2 lines
Aarghh ...

Revision 1.169: download - view: text, markup, annotated - select for diffs
Fri May 21 20:17:56 2004 UTC (19 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.168: preferred, colored
Changes since revision 1.168: +2 -2 lines
Better fix for Bug #154

Revision 1.168: download - view: text, markup, annotated - select for diffs
Fri May 21 20:01:15 2004 UTC (19 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.167: preferred, colored
Changes since revision 1.167: +13 -5 lines
Bug #154: multiword_keywords_work_now

Revision 1.167: download - view: text, markup, annotated - select for diffs
Fri May 21 19:27:02 2004 UTC (19 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.166: preferred, colored
Changes since revision 1.166: +114 -121 lines
-BUG#2994 at least
  - directory publication was not correctly setting some values, like dependencies, gradelevel, MIME TYPE, etc. fixed by removving the 2 code paths and rather just haveiong the one path work for both modes, probably easier to maintian that way

Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Apr 14 18:29:32 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.165: preferred, colored
Changes since revision 1.165: +3 -3 lines
Added &LONCAPA::lonmetadata::metadata_col_to_hash.
Modified lonpublisher.pm and lonsearchcat.pm to use it instead of the
version in lonmeta.pm.

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

Revision 1.164: download - view: text, markup, annotated - select for diffs
Fri Feb 27 17:27:51 2004 UTC (20 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.163: preferred, colored
Changes since revision 1.163: +3 -3 lines
- BUG#2454, don't say /adm/navmpss is currently available when publishing a sequence

Revision 1.145.2.2: download - view: text, markup, annotated - select for diffs
Tue Feb 10 19:23:11 2004 UTC (20 years, 2 months ago) by albertel
CVS tags: version_1_1_X, version_1_1_3, version_1_1_2
Diff to previous 1.145.2.1: preferred, colored to branchpoint 1.145: preferred, colored next main 1.146: preferred, colored
Changes since revision 1.145.2.1: +7 -5 lines
- backporting support for CSTR on multidomained machines into 1.1.X

Revision 1.145.2.1.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 27 23:11:23 2004 UTC (20 years, 2 months ago) by albertel
Branches: version_1_1_1_s17
Diff to previous 1.145.2.1: preferred, colored next main 1.145.2.2: preferred, colored
Changes since revision 1.145.2.1: +7 -5 lines
- backport 1.163 to 1.1.1 for use on s17

Revision 1.163: download - view: text, markup, annotated - select for diffs
Tue Jan 27 22:54:59 2004 UTC (20 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.162: preferred, colored
Changes since revision 1.162: +7 -5 lines
- supporting authors on multidomain machines
  - this works, but requires that all users that author have unique usernames
    ( I.e. albertel@basement and albertel@annarbor will end up accessing the same /home/albertel/public_html)
- I plan on isntalling this on s17.lite.msu.edu to support the serway@brookscole user

Revision 1.145.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 20 23:02:20 2004 UTC (20 years, 3 months ago) by albertel
CVS tags: version_1_1_1
Branch point for: version_1_1_1_s17
Diff to previous 1.145: preferred, colored
Changes since revision 1.145: +5 -2 lines
- backport part of 1.149, and 1.162

Revision 1.162: download - view: text, markup, annotated - select for diffs
Tue Jan 20 22:52:17 2004 UTC (20 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.161: preferred, colored
Changes since revision 1.161: +6 -2 lines
- not the best fix in the word, but rules need to be added together not overwrite.
  probably should create some kind of list of which metadata appends and which overwrite.

Revision 1.161: download - view: text, markup, annotated - select for diffs
Mon Jan 5 22:29:51 2004 UTC (20 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.160: preferred, colored
Changes since revision 1.160: +5 -4 lines
- need to do the &parseformatea() after we read the existing meat file and build to old parameters hash, otherwise BUG#2542

Revision 1.160: 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.159: preferred, colored
Changes since revision 1.159: +66 -3 lines
Work on bug #2335 - directory catalog info available in RES

Revision 1.159: download - view: text, markup, annotated - select for diffs
Wed Dec 31 03:02:49 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.158: preferred, colored
Changes since revision 1.158: +10 -6 lines
Bug #2444: now erases error messages also on republication.

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

Revision 1.157: download - view: text, markup, annotated - select for diffs
Mon Dec 29 19:13:23 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.156: preferred, colored
Changes since revision 1.156: +7 -9 lines
The uppercasing does not work correctly in all languages.

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

Revision 1.155: download - view: text, markup, annotated - select for diffs
Sat Dec 27 16:58:36 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.154: preferred, colored
Changes since revision 1.154: +33 -3 lines
Update metadata entry on re-publication

Revision 1.154: download - view: text, markup, annotated - select for diffs
Sat Dec 27 14:42:57 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.153: preferred, colored
Changes since revision 1.153: +4 -4 lines
This was in the wrong place, needed to go into phase 2.

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

Revision 1.152: download - view: text, markup, annotated - select for diffs
Fri Dec 26 19:12:51 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.151: preferred, colored
Changes since revision 1.151: +25 -15 lines
Was trying to store UNIX timestamps into MySQL DATE field

Revision 1.151: download - view: text, markup, annotated - select for diffs
Fri Dec 26 18:25:29 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.150: preferred, colored
Changes since revision 1.150: +2 -12 lines
a) Cannot do this anymore, since it would destroy dynamic metadata
b) It did not work anyway

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

Revision 1.149: download - view: text, markup, annotated - select for diffs
Mon Dec 22 22:09:06 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.148: preferred, colored
Changes since revision 1.148: +19 -28 lines
* get nestedness of default.meta files correct
* warn and abort if copyright=custom and no valid rights file given

Revision 1.148: download - view: text, markup, annotated - select for diffs
Mon Dec 22 21:57:25 2003 UTC (20 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.147: preferred, colored
Changes since revision 1.147: +15 -9 lines
- BUG#2466 <APPLET CODE="something">  was case sensitive and thus ignoring the CODE

Revision 1.147: download - view: text, markup, annotated - select for diffs
Tue Dec 16 14:42:34 2003 UTC (20 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.146: preferred, colored
Changes since revision 1.146: +5 -5 lines
Added a few &mt() calls.

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Dec 8 18:26:01 2003 UTC (20 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.145: preferred, colored
Changes since revision 1.145: +11 -8 lines
Added some localization statements.

Revision 1.145: download - view: text, markup, annotated - select for diffs
Sat Nov 8 11:20:22 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99
Diff to previous 1.144: preferred, colored
Changes since revision 1.144: +6 -3 lines
- BUG#1904

Revision 1.144: download - view: text, markup, annotated - select for diffs
Wed Nov 5 20:27:20 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.143: preferred, colored
Changes since revision 1.143: +18 -9 lines
Nice big warning message that obsolete parameters are a dangerous thing.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue Nov 4 16:15:56 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.142: preferred, colored
Changes since revision 1.142: +5 -3 lines
Bug #2350: Oops, had overcompartmentalized this.

Revision 1.142: download - view: text, markup, annotated - select for diffs
Sat Nov 1 17:38:58 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.141: preferred, colored
Changes since revision 1.141: +25 -18 lines
Make gathering of metadata hierachical, rather than gather all data encountered
along the way.

Revision 1.141: download - view: text, markup, annotated - select for diffs
Sat Nov 1 17:09:52 2003 UTC (20 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.140: preferred, colored
Changes since revision 1.140: +4 -1 lines
Take care of multi-line titles, etc.

Revision 1.140: download - view: text, markup, annotated - select for diffs
Tue Oct 21 20:18:45 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.139: preferred, colored
Changes since revision 1.139: +15 -9 lines
-BUG #1984, publication should notice when default.meta has a relative path file and update the relative path

Revision 1.139: download - view: text, markup, annotated - select for diffs
Tue Oct 21 19:50:15 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.138: preferred, colored
Changes since revision 1.138: +196 -198 lines
- retabinate

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

Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Sep 25 20:13:19 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.136: preferred, colored
Changes since revision 1.136: +4 -2 lines
- answering the FIXME

Revision 1.136: download - view: text, markup, annotated - select for diffs
Thu Sep 25 20:01:15 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.135: preferred, colored
Changes since revision 1.135: +56 -32 lines
Internationalization and "obsolete" field.

Revision 1.126.2.2: download - view: text, markup, annotated - select for diffs
Wed Sep 24 19:40:14 2003 UTC (20 years, 6 months ago) by albertel
Branches: version_1_0_1
CVS tags: version_1_0_3, version_1_0_2
Diff to previous 1.126.2.1: preferred, colored to branchpoint 1.126: preferred, colored next main 1.127: preferred, colored
Changes since revision 1.126.2.1: +5 -2 lines
- backport 1.135 to 1.0.2

Revision 1.135: download - view: text, markup, annotated - select for diffs
Wed Sep 24 19:38:18 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.134: preferred, colored
Changes since revision 1.134: +5 -2 lines
- need to add <allow>s for <imageresponse> <image>s

Revision 1.134: 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.133: preferred, colored
Changes since revision 1.133: +4 -1 lines
Internationalization, German Localization

Revision 1.133: download - view: text, markup, annotated - select for diffs
Tue Sep 16 22:00:25 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.132: preferred, colored
Changes since revision 1.132: +7 -6 lines
- now uses ssi to get the metadata,  stops some breakage that was occuring due to not going through the lonhomework.pm handler

Revision 1.132: download - view: text, markup, annotated - select for diffs
Tue Sep 16 21:30:28 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.131: preferred, colored
Changes since revision 1.131: +4 -1 lines
- Fixes BUG#2196, batch publication was bleeding values between publications, (If you didn't set a title everything after the first one to have a title got the same title)

Revision 1.126.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 21 17:12:32 2003 UTC (20 years, 8 months ago) by albertel
Branches: version_1_0_1
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +4 -3 lines
- backport 1.130 1.131

Revision 1.131: download - view: text, markup, annotated - select for diffs
Thu Aug 21 17:07:57 2003 UTC (20 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.130: preferred, colored
Changes since revision 1.130: +2 -2 lines
- probably should do the same with <tex> btw BUG#2005,2058 are fixed with this

Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Aug 21 17:01:07 2003 UTC (20 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.129: preferred, colored
Changes since revision 1.129: +4 -3 lines
- publishing was screwing up scripts and displays, especially when doing things like multiline strings. use get_all_text_unbalanced now to quickly seek to the end of the script/display tags.

Revision 1.129: download - view: text, markup, annotated - select for diffs
Thu Aug 14 13:48:34 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.128: preferred, colored
Changes since revision 1.128: +13 -8 lines
Bug #551: small extra window for previews, etc

Revision 1.128: download - view: text, markup, annotated - select for diffs
Wed Aug 13 18:41:59 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.127: preferred, colored
Changes since revision 1.127: +5 -1 lines
Bug #1198
Jay Ihry
Add "Done" and link when done with directory publishing.

Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Jul 25 02:04:51 2003 UTC (20 years, 9 months ago) by bowersj2
Branches: MAIN
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +21 -1 lines
Documentation updates.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Wed Jul 23 19:17:27 2003 UTC (20 years, 9 months ago) by bowersj2
Branches: MAIN
CVS tags: version_1_0_0, version_0_99_5, version_0_99_4
Branch point for: version_1_0_1
Diff to previous 1.125: preferred, colored
Changes since revision 1.125: +3 -1 lines
Missing =back screwing up LaTeX render.

Revision 1.125: download - view: text, markup, annotated - select for diffs
Tue Jul 15 20:18:30 2003 UTC (20 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.124: preferred, colored
Changes since revision 1.124: +7 -4 lines
For co-author, log who actually did the change.

Revision 1.124: download - view: text, markup, annotated - select for diffs
Sat Jul 5 10:07:12 2003 UTC (20 years, 9 months ago) by www
Branches: MAIN
Diff to previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
Have very limited connectivity, need to do big commit while online.
Will call this JULYone in Bugzilla. Fixes several small bugs.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Jun 30 17:13:08 2003 UTC (20 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.122: preferred, colored
Changes since revision 1.122: +17 -6 lines
- from Mark Lucas, BUG# 1897, better fonts in publishing screen, picks up default language more intelligently

Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Jun 24 23:24:48 2003 UTC (20 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_3
Diff to previous 1.121: preferred, colored
Changes since revision 1.121: +9 -9 lines
- the first one of these fixes BUG #1669, the rest of these I did cause I of BUG#1669

Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Apr 2 02:17:10 2003 UTC (21 years ago) by www
Branches: MAIN
CVS tags: version_0_99_2, version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.120: preferred, colored
Changes since revision 1.120: +6 -3 lines
Bug #1346 - default copyright should be "default", not "custom"

Revision 1.120: download - view: text, markup, annotated - select for diffs
Sat Mar 29 05:58:12 2003 UTC (21 years ago) by albertel
Branches: MAIN
Diff to previous 1.119: preferred, colored
Changes since revision 1.119: +36 -35 lines
- XHTMLizeing

Revision 1.119: download - view: text, markup, annotated - select for diffs
Mon Mar 17 16:58:09 2003 UTC (21 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +3 -3 lines
Towards bug #662 - parse rights files for metadata

Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri Mar 14 16:12:14 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.117: preferred, colored
Changes since revision 1.117: +3 -3 lines
- trying to use a file named ).problem

Revision 1.117: download - view: text, markup, annotated - select for diffs
Fri Mar 14 16:02:49 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.116: preferred, colored
Changes since revision 1.116: +2 -2 lines
- sorry about that

Revision 1.116: download - view: text, markup, annotated - select for diffs
Fri Mar 14 15:29:46 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.115: preferred, colored
Changes since revision 1.115: +146 -149 lines
nate
eVS: ----------------------------------------------------------------------

Revision 1.115: 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.114: preferred, colored
Changes since revision 1.114: +16 -8 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.114: download - view: text, markup, annotated - select for diffs
Fri Mar 7 17:55:05 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.113: preferred, colored
Changes since revision 1.113: +11 -11 lines
- XHTMLing

Revision 1.113: download - view: text, markup, annotated - select for diffs
Fri Mar 7 17:52:37 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.112: preferred, colored
Changes since revision 1.112: +23 -20 lines
- if an error occurs during phase one of publishing don't do phasetwo

Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Feb 18 23:18:50 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.111: preferred, colored
Changes since revision 1.111: +1 -3 lines
- sorry committed some debug stuff

Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Feb 18 23:13:54 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.110: preferred, colored
Changes since revision 1.110: +3 -2 lines
- don't need to use lonhomework here, doesn't use it directly, and causes an use circle

Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Feb 18 16:29:37 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.109: preferred, colored
Changes since revision 1.109: +7 -5 lines
Actually print the error message

Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Feb 18 13:20:13 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.108: preferred, colored
Changes since revision 1.108: +6 -1 lines
A file or directory name with "___" would be so bad (symb delimiter) that it
is worth blocking in publication.

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

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

Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Oct 21 16:58:21 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.105: preferred, colored
Changes since revision 1.105: +27 -6 lines
- Checks for duplicated IDs, dosent allow publishing if this condition exists
- BUG#804

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sun Oct 20 18:39:36 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.104: preferred, colored
Changes since revision 1.104: +2 -6 lines
Toward bug 492 - make metadata parser results available to other modules.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Sat Oct 19 06:34:15 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.103: preferred, colored
Changes since revision 1.103: +2 -2 lines
- reversed the diff sense, it always seemed backwards to me

Revision 1.103: 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.102: preferred, colored
Changes since revision 1.102: +5 -49 lines
Toward bug 839

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Oct 10 15:05:36 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.101: preferred, colored
Changes since revision 1.101: +8 -1 lines
With recent changes this had lots of double slashes - looks ugly and confusing

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Oct 8 13:24:36 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +38 -4 lines
Notifies "subscribed" courses.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon Oct 7 21:07:08 2002 UTC (21 years, 6 months ago) by matthew
Branches: MAIN
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +177 -179 lines
- retabinate phasetwo
- rflush the publishing output
- fix directory publishing to not skip the /

Revision 1.99: 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.98: preferred, colored
Changes since revision 1.98: +2 -1 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.98: download - view: text, markup, annotated - select for diffs
Thu Oct 3 15:02:22 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.97: preferred, colored
Changes since revision 1.97: +12 -3 lines
Fixes Bug #111, toward Bug #531
Can now explicitly address current version of a resource, not just previous
ones.

Does so by generating a symbolic link from the "versioned" filename to the
current file. Deletes symbolic link again when file is republished, and
subsequently replaces it by the now-stale "real" file.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Sep 18 15:43:06 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +85 -33 lines
Still has problems with picking up keywords.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Sep 17 15:01:36 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.95: preferred, colored
Changes since revision 1.95: +40 -6 lines
Continuing work on mass publication.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon Sep 16 13:05:50 2002 UTC (21 years, 7 months ago) by www
Branches: MAIN
Diff to previous 1.94: preferred, colored
Changes since revision 1.94: +59 -18 lines
Toward bug 482

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Sep 10 14:52:35 2002 UTC (21 years, 7 months ago) by harris41
Branches: MAIN
Diff to previous 1.93: preferred, colored
Changes since revision 1.93: +191 -66 lines
asymptotically approaching brain explosion as I lower the "truly amazing"
coefficient of this module; POD sections should be in caps;
increasing documentation of various subroutines; XHTML-ifying most of the
output; one spelling fix

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Aug 12 14:48:32 2002 UTC (21 years, 8 months ago) by matthew
Branches: MAIN
CVS tags: version_0_5_1, version_0_5
Diff to previous 1.92: preferred, colored
Changes since revision 1.92: +10 -7 lines
Fix 2 bugs: put dates into sql format using &sqltime, like it used to.
Used to only pick up checked keywords if there was more than one.

Revision 1.92: 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
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +3 -2 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.91: download - view: text, markup, annotated - select for diffs
Fri Aug 9 18:03:05 2002 UTC (21 years, 8 months ago) by matthew
Branches: MAIN
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
Fixed bonehead logic error.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Aug 9 17:59:14 2002 UTC (21 years, 8 months ago) by matthew
Branches: MAIN
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +242 -8 lines
POD Documentation update.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Aug 9 17:57:48 2002 UTC (21 years, 8 months ago) by matthew
Branches: MAIN
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +76 -159 lines
Bug 561 - nonexistant metadata table produces a user-visible error now.
Changed to use lonmysql to access the MySQL database and do the insertion/
deletion of elements.
Removed some old POD documentation.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Aug 7 19:59:06 2002 UTC (21 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +3 -5 lines
- removing some debugging code

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Aug 7 19:50:22 2002 UTC (21 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.86: preferred, colored
Changes since revision 1.86: +33 -1 lines
- should handle < and > inside <m> when publishing

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Aug 7 19:45:05 2002 UTC (21 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.85: preferred, colored
Changes since revision 1.85: +174 -156 lines
- refactorized some of the publish subroutine (only 310 lines long now)

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Jul 26 19:35:20 2002 UTC (21 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +48 -46 lines

- Now have .subscription files, implemntation should be backward compatible and also should start migrating subscriptions over
- BUG#332

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Jul 17 18:23:45 2002 UTC (21 years, 9 months ago) by bowersj2
Branches: MAIN
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +11 -3 lines
Added help to the Publishing page as a trial run for the help system.
Required splitting the .tex pages a bit more.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Jun 24 14:25:38 2002 UTC (21 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_0_4, stable_2002_july, STABLE
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +2 -3 lines
Bug 517 - puts the <allow> statements in front of the last closing tag and
hopefully does not add any more spurious \n's. Should in fact clean up
those blank line on re-publish.

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

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

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

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri May 17 22:08:01 2002 UTC (21 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +34 -16 lines
- supports the image <label>s in a <randomlabel> problem

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue May 7 18:07:46 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +3 -12 lines
Modified to use loncommon::get_unprocessed_cgi().  BUG 90.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Apr 17 18:32:35 2002 UTC (22 years ago) by matthew
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2 lines
Fix another bug.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Wed Apr 17 16:21:46 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +6 -4 lines
No longer crash when there are no keywords.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Apr 14 16:25:39 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +26 -9 lines
Added 'check all' and 'uncheck all' buttons for keywords.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Apr 10 15:28:45 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +10 -6 lines
- address BUG#68 and BUG#153, also helps out with BUG#179
- metadata is now stored with Entities escaped, making it easy and possible to put HTML in metadata
- publication protects Entities beofre dumping them into the edit windos this should fix any issues with publishing Entities in metadata.
- attributes stay encoded during publication

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Mar 25 17:09:21 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
Minor verbage change: "view published version" instead of "view target"

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Mar 6 22:58:45 2002 UTC (22 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +7 -2 lines
- <allow> tags shouldn't be generated for non absolute or relative (internal) hrefs

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Feb 14 22:01:39 2002 UTC (22 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +4 -3 lines
- stops saying "Currently Not Available" on blank allows (maps often have blanks resources.)
- now sorts depdencies, looks prettier

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Jan 18 16:48:14 2002 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +16 -13 lines
- can find <IMG SRC="" > for allows
- added bgimg as a type it can find

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Jan 17 15:13:56 2002 UTC (22 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +15 -4 lines
Not changing source to produce absolute URLs, but allows only. NOT TESTED!!!

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Jan 16 19:09:31 2002 UTC (22 years, 3 months ago) by harris41
Branches: MAIN
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +7 -6 lines
fixing chparms, functional reference, and @_[0] warning messages

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Jan 9 20:45:16 2002 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +2 -1 lines
- crewing up mailto: also

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jan 8 21:14:53 2002 UTC (22 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +5 -1 lines
- don't canonconize javascript and # anchors

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Dec 25 21:58:54 2001 UTC (22 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +12 -9 lines
Fix keywords and auto-identify

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Dec 17 01:50:54 2001 UTC (22 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +103 -4 lines
changing reference to lonnet to loncommon; adding in POD documentation
-Scott Harrison

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Dec 15 18:15:27 2001 UTC (22 years, 4 months ago) by harris41
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +93 -86 lines
using loncommon routines for .tab info; cleaning up map statements -Scott Harrison

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Dec 7 22:37:56 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +11 -16 lines
Private mode does not sync database. access.conf not read, use lonnet cache

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Dec 7 22:34:56 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +3 -2 lines
- added back second button

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Dec 6 18:56:14 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +10 -7 lines
Now also keeps track of resource usage in RAT docs

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Dec 5 22:00:14 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +3 -2 lines
- added the oft requested second publish button

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Dec 5 21:17:56 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +1 -0 lines
Stores dependencies to metadata

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Dec 5 21:12:04 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +19 -10 lines
Stores usage

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Dec 5 20:37:06 2001 UTC (22 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +10 -1 lines
Check dependencies

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Dec 5 20:25:20 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +4 -2 lines
- should work with <tag /> properly now.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Dec 5 15:40:31 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
- now it actually lowercases

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Dec 4 18:10:37 2001 UTC (22 years, 4 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
- Whoops, for to put the s on the substitution

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Dec 4 15:34:57 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +25 -0 lines
 - GPL headers added

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Dec 4 15:32:57 2001 UTC (22 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +7 -3 lines
 - prevent publisher from automatically downcasing all tags

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Oct 18 17:59:41 2001 UTC (22 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: stable_2001_fall
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
- typo

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Oct 16 19:33:26 2001 UTC (22 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +7 -4 lines
Length limitation for keyword search

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Oct 16 19:28:38 2001 UTC (22 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +8 -26 lines
Last couple of my commits trash.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Oct 16 18:46:10 2001 UTC (22 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +32 -16 lines
Last version not so hot.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Oct 16 08:53:19 2001 UTC (22 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +16 -32 lines
part.id instead of part_id (hopefully)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Oct 8 19:00:50 2001 UTC (22 years, 6 months ago) by harris41
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +4 -1 lines
causing table output of keywords to have consistent number of columns

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Oct 3 11:04:57 2001 UTC (22 years, 6 months ago) by harris41
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +22 -7 lines
making a less memory intensive parsing of words

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Sep 26 16:26:49 2001 UTC (22 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +8 -1 lines
Public publication not an option for maps

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Aug 24 13:33:37 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +13 -2 lines
Lists dependencies and recognizes background images as such

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Aug 18 21:34:39 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +17 -2 lines
Accepts filename from query string

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Aug 18 16:38:37 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +4 -0 lines
Fakes $ENV{'request.uri'} for the sake of recognizing default problem type

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Aug 17 21:25:36 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +3 -2 lines
Extra commas and lowercase end tags

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Aug 17 16:49:04 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
External URL fixup.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Aug 17 16:27:08 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
Bug fix - empty URLs do not need fixup.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Aug 13 16:12:59 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +32 -1 lines
Deal with codebase in applets, allow access to source dirs

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Aug 13 12:53:06 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +9 -6 lines
Collects metadata for binary types.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Aug 11 19:06:54 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +13 -5 lines
Deal with <allow>

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Aug 11 18:51:40 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +15 -2 lines
Does URL fixup.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Aug 11 18:06:25 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +54 -25 lines
Start on URL cleanup

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Aug 7 21:27:06 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
Gets rid of spurious "obsolete" message for packages

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Aug 7 12:07:39 2001 UTC (22 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +8 -1 lines
Towards making packages work

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jun 23 18:26:40 2001 UTC (22 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +4 -2 lines
More actions in construction space

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon May 28 19:43:47 2001 UTC (22 years, 10 months ago) by harris41
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
adding in change date at top

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon May 28 19:43:09 2001 UTC (22 years, 10 months ago) by harris41
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +42 -31 lines
changing sql database connection to just output a warning
instead of terminating the publication

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed May 9 17:38:13 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Make londiff work for co-author

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue May 8 01:26:48 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +38 -15 lines
Accepts co-author role

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu May 3 11:18:28 2001 UTC (22 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +6 -0 lines
Can call diff from here

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Apr 16 20:47:27 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +23 -3 lines
deglobalizing a few variables, calculating sql-formatted date-time strings,
reading in PerlVar's so that the sql database can be accessed.. -Scott

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Apr 16 20:02:50 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +44 -2 lines
adding in sql metadata database updating feature -Scott

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Apr 3 11:26:02 2001 UTC (23 years ago) by www
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +6 -5 lines
Handles other MIME types than XML-like

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Apr 3 11:07:36 2001 UTC (23 years ago) by www
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +12 -1 lines
Go Back buttons at end of publication

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Mar 29 21:45:06 2001 UTC (23 years ago) by www
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +1 -50 lines
Separate publish directory, and start "retrieve"

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Mar 24 21:51:58 2001 UTC (23 years, 1 month ago) by www
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +30 -0 lines
Also update metadata only subscribers when publishing resource.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Mar 22 22:44:12 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
- I didn't understand what was going on, need that line

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Mar 22 22:41:01 2001 UTC (23 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
- shoudln't need to do that anymore

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 30 21:03:55 2001 UTC (23 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +1 -3 lines
- chaged includes line

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jan 4 16:21:46 2001 UTC (23 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +0 -1 lines
Spare closing bracket in the middle of dirlist

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Dec 23 15:53:26 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +53 -2 lines
Publish directory

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Dec 8 23:36:37 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +4 -2 lines
Does not die anymore if there is no previously existing metadata

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 4 15:39:28 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +19 -51 lines
Now uses File::Copy for file copying to avoid possible buffer overflows.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 4 12:27:58 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +206 -9 lines
Now handles xml and html files. Replication not tested. Could have problems
with buffer overflow for large binary files (copy goes by "lines")

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Dec 2 20:55:16 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +73 -8 lines
Implementing Phase Two after metadata form display

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Dec 2 12:40:27 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +38 -17 lines
Language selection in alphabetical order
New copyright input
No call to lonhomework, just "use" the right stuff

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Dec 1 16:17:46 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +26 -3 lines
Added language to metadata input

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Dec 1 12:08:01 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +36 -13 lines
Input screen

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 30 23:01:41 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +160 -8 lines
Processes hierachical metadata files

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Nov 30 16:22:13 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +8 -2 lines
Now calls lonproblem subhandler for metadata on problems

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 30 11:22:58 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +39 -1 lines
Finds potential keywords

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 30 10:11:47 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +118 -4 lines
Now fixes IDs and indexes

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 29 19:52:34 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +25 -0 lines
Reads addid.tab, makes backup copy

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 29 12:28:46 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +90 -5 lines
Checks file, etc

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 28 22:15:11 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
New publishing handler, now called with post and target parent

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>