CVS log for loncom/publisher/loncleanup.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jul 23 13:16:29 2023 UTC (8 months, 3 weeks ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
- Fix typo in rev 1.21

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jul 23 13:07:24 2023 UTC (8 months, 3 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +12 -3 lines
- Breadcrumbs text when displaying/editing resource in Course Authoring Space.

Revision 1.20: 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
CVS tags: version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +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.19: download - view: text, markup, annotated - select for diffs
Fri Dec 14 00:27:08 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
- Add use.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Dec 5 18:19:45 2012 UTC (11 years, 4 months ago) by bisitz
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +43 -18 lines
- Improved user guidance and layout:
    - Show warning and allow to go back if no selection was made
    - Added confirm_success
    - Consistent layout: use actionbox
- Added missing labels to cleanup options
- Added warning style to warning message
- XHTML - URL for "Diffs": encoding

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +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.16: 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.15: preferred, colored
Changes since revision 1.15: +4 -4 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.15: download - view: text, markup, annotated - select for diffs
Thu Nov 3 00:30:32 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
- coding style
  - eliminate leaning toothpicks

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Oct 29 19:17:09 2011 UTC (12 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +19 -16 lines
- Bug 1320 - replace '/~' with /priv/$udom when constructing $uri.
           - replace \~($LONCAPA::username_re) with /priv in regexps
- use lonDocRoot perlvar in place of static string: '/home/httpd/html'
- eliminate // when constructing links.
- coding style: eliminate leaning toothpicks.

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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Oct 23 23:46:07 2011 UTC (12 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
Bug #1320

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Sep 9 17:58:37 2009 UTC (14 years, 7 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_9_99_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +107 -37 lines
- Added breadcrumbs
- Corrected HTML attributes - added missing blank
- Use standard function list for functions at bottom of screen
- Use pick_box for result page
- Optimized &mt usage for counting results ("quant")
- Wording:
    - "Cleanup" -> "Next"
    - "Accept Result" -> "Clean Up"
    - "Reject Result" -> "Cancel"
    - Corrected typo
- Added missing entries to de.pm
- Added dynamic ok / error style to error/warning counter display by using lonhtmlcommon::confirm_success()
- Wrapped confirm / cancel message in paragraph with info style

Other changes to de.pm:
- Updated and corrected some German translations
- Added/updated comments to some hard to translate or unknown phrases
- Removed trailing blanks from code lines

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Dec 24 07:58:34 2008 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_99_1, version_2_7_99_0, bz5969, bz2851, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- Regular Expressions for both http and https.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Dec 20 22:41:08 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_99_1
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
- bunch of \w replacements

Revision 1.8: 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_2_X, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +6 -3 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +3 -6 lines
- start_page

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jul 13 21:43:02 2005 UTC (18 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3 lines
Was not finding <img> if there was a slash in the URL (argh).

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 31 17:41:38 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1, version_1_99_0
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
- shouldn't emit <html> by hadn

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 29 01:46:16 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +84 -10 lines
Cleanup handler

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 28 18:53:50 2005 UTC (18 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +48 -48 lines
- I hate the Style police too, but they keep breaking into my house and committing cleaned up code...

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 28 02:18:03 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +36 -20 lines
Work on making cleanup more widely available

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 28 01:32:33 2005 UTC (18 years, 10 months ago) by www
Branches: MAIN
Put all XML/HTML cleanup into separate handler

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>