CVS log for loncom/interface/lonrss.pm

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.53.2.6: download - view: text, markup, annotated - select for diffs
Thu Jan 20 00:26:02 2022 UTC (2 years, 3 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4
Diff to previous 1.53.2.5: preferred, colored to branchpoint 1.53: preferred, colored next main 1.54: preferred, colored
Changes since revision 1.53.2.5: +2 -2 lines
- For 2.11
  Backport 1.62

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Jan 20 00:06:16 2022 UTC (2 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
- Simplify localization by reusing existing phrases.

Revision 1.53.2.5: download - view: text, markup, annotated - select for diffs
Tue Dec 14 03:22:21 2021 UTC (2 years, 4 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.53.2.4: preferred, colored to branchpoint 1.53: preferred, colored
Changes since revision 1.53.2.4: +24 -11 lines
- For 2.11
  Backport 1.59, 1.60, 1.61

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Dec 14 03:15:12 2021 UTC (2 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
- Typo

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Nov 30 17:35:10 2021 UTC (2 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
- Remove trailing whitespace.

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

Revision 1.53.2.4: download - view: text, markup, annotated - select for diffs
Wed Aug 14 16:06:42 2019 UTC (4 years, 8 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3
Diff to previous 1.53.2.3: preferred, colored to branchpoint 1.53: preferred, colored
Changes since revision 1.53.2.3: +2 -2 lines
- For 2.11
  Backport 1.58

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Aug 14 16:06:13 2019 UTC (4 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
- Typo.

Revision 1.53.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 14 14:40:21 2019 UTC (4 years, 8 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.53.2.2: preferred, colored to branchpoint 1.53: preferred, colored
Changes since revision 1.53.2.2: +17 -3 lines
- For 2.11
  Backport 1.54, 1.57

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Aug 14 14:39:38 2019 UTC (4 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +19 -19 lines
- Whitespace changes only.

Revision 1.53.2.2: download - view: text, markup, annotated - select for diffs
Sat Jan 21 22:36:45 2017 UTC (7 years, 3 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2
Diff to previous 1.53.2.1: preferred, colored to branchpoint 1.53: preferred, colored
Changes since revision 1.53.2.1: +2 -2 lines
- For 2.11
  - Backport 1.56

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Jan 1 13:50:06 2017 UTC (7 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
- "No available RSS Feeds" message not shown if user has editing rights.

Revision 1.53.2.1: download - view: text, markup, annotated - select for diffs
Thu Dec 1 16:41:00 2016 UTC (7 years, 4 months ago) by raeburn
Branches: version_2_11_X
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
- For 2.11
  - Backport 1.55

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Dec 1 16:37:53 2016 UTC (7 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
- "Syllabus" and "Feeds" items in inline course menu for custom roles with
  'cev' priv.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Jun 18 20:19:06 2015 UTC (8 years, 10 months ago) by musolffc
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +20 -6 lines
File size checking for uploaded files

A new javascript file, file_upload.js, handles client side file size checking.
The function, checkUploadSize(), accepts an html file input element and a maximum
file size (in bytes) as input.  If the size of the file to be uploaded exceeds the
size allowed, a message is displayed the the element is cleared.  Server side
checking is still used if it passes this test.

Loading file_upload.js adds event handlers to file input elements with
class="flUpload".
    <input type="file" class="flUpload" />

It also looks for a hidden element with id="free_space" that contains the maximum
upload size.
    <input type="hidden" id="free_space" value="$free_space" />

The free space is usually calculated by subtracting a user's disk usage from their
quota allowance.  In some cases it is a fixed value.

I have implemented this for every upload instance I could find.  These include:
* Message attachments
* Authoring space
* Portfolio
* Course editor
* Essay response problems
* Helpdesk request forms
* RSS feed uploads

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Jul 15 14:32:44 2013 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0
Branch point for: version_2_11_X
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +8 -8 lines
XHTML: JavaScript event handlers in lower case

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat May 25 21:50:19 2013 UTC (10 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +5 -4 lines
- xhtml

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon May 6 16:15:59 2013 UTC (10 years, 11 months ago) by raeburn
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +16 -3 lines
- lonrss::advertisefeeds() takes two additional, optional args:
  $count, $hidden (refs to scalars to accumulate counts of visible feeds
- Set additional item in %env for a course:
  $env{'course.<courseid>.feeds'} contains number of visible course RSS feeds.
- Added information in Syllabus template about availability of RSS Feeds and
  Blogs item (editing mode).

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Jul 3 15:18:54 2012 UTC (11 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +4 -2 lines
- Bug 6275.

Revision 1.47.8.1: download - view: text, markup, annotated - select for diffs
Sun Jan 3 21:21:25 2010 UTC (14 years, 3 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.47: preferred, colored next main 1.48: preferred, colored
Changes since revision 1.47: +4 -1 lines
- Bacport 1.49.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Nov 4 15:38:27 2009 UTC (14 years, 5 months ago) by raeburn
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, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +4 -1 lines
- Accommodate Communities
  - (C)course -> (C)community

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Jul 27 12:12:47 2009 UTC (14 years, 9 months ago) by kalberla
Branches: MAIN
CVS tags: bz2851
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +6 -4 lines
Moved build_blocking_table from loncommon.pm to lonblockingstatus.pm
Added blocking table popup to blogs in lonrss.pm

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Apr 20 15:20:23 2009 UTC (15 years ago) by amueller
Branches: MAIN
CVS tags: version_2_8_99_0, bz5969, GCI_2, BZ5971-printing-apage, BZ5434-fox
Branch point for: version_2_9_X
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
Adding a headline for new RSS Feed. Also added German translations.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Feb 26 16:17:29 2009 UTC (15 years, 2 months ago) by schafran
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
Box title is now the main title of the next page and the link text or the former page title will be set to the subtitle in the near future.
Group: consistent wording

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Feb 10 09:30:16 2009 UTC (15 years, 2 months ago) by schafran
Branches: MAIN
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +5 -5 lines
consistent wording

Revision 1.39.2.2: download - view: text, markup, annotated - select for diffs
Mon Dec 22 14:41:05 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_99_1, version_2_7_99_0, GCI_1
Diff to previous 1.39.2.1: preferred, colored next main 1.40: preferred, colored
Changes since revision 1.39.2.1: +5 -3 lines
- Backport 1.43, 1.44.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Dec 22 14:39:23 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +4 -6 lines
- More succinct.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Dec 22 14:01:11 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +6 -2 lines
- Logic was backwards for access control based on &Apache::lonnet::usertools_access().

Revision 1.39.2.1: download - view: text, markup, annotated - select for diffs
Wed Dec 17 22:17:43 2008 UTC (15 years, 4 months ago) by raeburn
Branches: version_2_8_X
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
- Backport 1.41.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Dec 15 16:37:44 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +5 -6 lines
- $brcrum is a reference to an anonymous array [] (use $brcrum not @brcrum).
- add sanity checking to confirm that the arg passed was an array ref.
- style
  - indentation
  - exists()

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Dec 15 16:09:12 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
- Typo.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Dec 10 21:46:58 2008 UTC (15 years, 4 months ago) by kaisler
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +4 -2 lines
Added Breadcrumbs in Sites that dose not have any
Added a parameter bread_crumbs to the start_page function, so it can handel the creation of breadcrumbs

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Dec 8 23:16:46 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Branch point for: version_2_8_X
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +18 -3 lines
  - Bug 5839. DCs can set availability of User Tools.
    Display appropriate message if Blog is unavailable for the user.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Nov 11 10:45:22 2008 UTC (15 years, 5 months ago) by amueller
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3 lines
View Changes in lonaboutme.pm by Niels Neumann

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Jul 27 00:17:17 2007 UTC (16 years, 9 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_99_0
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +32 -15 lines
- BUG#5336 - add <link> rss advertisments to the aboutme page and rss pages

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon May 21 23:15:11 2007 UTC (16 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2, version_2_4_1, version_2_4_0
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
- blog items should show in reverse chronological order

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

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Jan 18 19:27:33 2007 UTC (17 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Let people know what to subscribe to

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jan 18 19:02:00 2007 UTC (17 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +77 -13 lines
Podcasting works with iTunes

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Dec 9 23:33:55 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_99_1, version_2_2_99_0
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4 lines
- change the is_course checkign and get both lonaboutme and lonrss to use the same one

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Dec 4 22:10:28 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
- typo

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Dec 4 21:51:31 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4 lines
- switch to helper re

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Dec 1 20:17:47 2006 UTC (17 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +64 -9 lines
lonrss.pm --
bug 5055 (part).  A logged in user may not edit any of his/her own course or other blogs if he/she has any roles in courses with active blocks with the 'blogs' option set, and does not have the evb privilege.

A logged-in user subject to active blocks can not view personal or course blogs of other users via the web.

A public user may not view the personal or course blogs of any user who is in a course with active blocks (blogs option set) who does not have the evb privilege.

Course blogs (i.e., the ones with links on the syllabus page) which are owned by the course instead of an actual user are always visible.

Replace http://$ENV{'HTTP_HOST'} with call to lonnet::absolute_url()

reg exp used to check is username is a course or an actual user changed.  This will be switched in the near future to call a function in LONCAPA.pm

loncommon.pm --

$uname and $udom can be passed in to &finallcourses() to allow active course information to be retrieved for users other than logged in user.

reg exp for custom role was not saving section information from role in &findallcourses()

hash value set in %courses in &findallcourses() is now a string containing role, domain, num, and section instead of 1.

$uname and $udom can be passed in to &blockcheck() to allow blocking checks to be made for users other than the logged in user.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Oct 2 16:47:57 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X, version_2_2_2
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +8 -4 lines
- blog post links weren't being saved.
- don't force blog posts to be against the local machine, they could be pointing else where on the internet

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Aug 11 20:11:47 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
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +7 -7 lines
- xhtml

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jun 3 21:28:33 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
- typo

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jun 3 21:05:04 2006 UTC (17 years, 10 months ago) by albertel
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +4 -2 lines
-start_page &mt() the title auto-magically for you

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jun 2 10:02:37 2006 UTC (17 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
Stop generating empty blogs.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu May 18 22:30:11 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +3 -2 lines
- wallpapaering over the fact the 'publish to course announcements' feed aauses a feed named nothing to get created

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu May 11 17:50:52 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +9 -8 lines
- convetring to use the new escape

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu May 11 17:38:44 2006 UTC (17 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +64 -6 lines
Saving my work: direct posting to feeds

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu May 11 15:27:49 2006 UTC (17 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +38 -12 lines
Hide feeds

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu May 11 02:08:48 2006 UTC (17 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +24 -7 lines
Start a new blog

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed May 10 15:52:11 2006 UTC (17 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +93 -73 lines
Slowly starting to fix things in RSS - still not working.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Apr 22 20:58:32 2006 UTC (18 years ago) by www
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +17 -7 lines
More work on RSS and Podcasts, now extra broken.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Apr 13 18:12:49 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +11 -6 lines
- death to unneccessarily global vars

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Apr 13 17:57:17 2006 UTC (18 years ago) by www
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +35 -14 lines
Work in progress on making editor work

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Apr 13 16:23:03 2006 UTC (18 years ago) by www
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Looks like only Safari recognizes protocol "feed"

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 23 22:32:11 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +5 -5 lines
-start_page
-eliminate calls to bodytag in favor of start_page
- elimintate call to xmlbegin

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 21 21:25:33 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +7 -1 lines
- trying to move more towards start_page

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Mar 16 20:03:11 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
- sigh removing more ws

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Mar 16 19:56:21 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3 lines
- had some extra ws in there

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 15 21:43:37 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
- enable rss feed advertising

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 15 21:43:20 2006 UTC (18 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +20 -12 lines
- use general page start functions

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Nov 22 16:16:53 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_99_1
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
- diabling access to blog/rss for 2.1

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Nov 20 19:37:44 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +37 -18 lines
A little more work on editing interface

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 20 02:12:35 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +85 -23 lines
HTML rendering of RSS
Saving my work: edit interface

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 18 19:32:05 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- typo

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 18 19:11:06 2005 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +17 -16 lines
- style
- xml was invalid (<link> must be full uri, <guid> needs isPermaLink set to false if it isn't a link)
- scope feedcounter

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 18 13:35:30 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +69 -10 lines
Implementing Course Journals

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Nov 17 21:40:52 2005 UTC (18 years, 5 months ago) by www
Branches: MAIN
RSS 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>