[LON-CAPA-cvs] cvs: loncom / lonsql /auth lonacc.pm /interface loncommon.pm lonnavmaps.pm lonsearchcat.pm /publisher lonpublisher.pm
raeburn
raeburn at source.lon-capa.org
Sun Dec 1 16:29:15 EST 2013
raeburn Sun Dec 1 21:29:15 2013 EDT
Modified files:
/loncom lonsql
/loncom/auth lonacc.pm
/loncom/interface loncommon.pm lonnavmaps.pm lonsearchcat.pm
/loncom/publisher lonpublisher.pm
Log:
- Modify POD to eliminate errors seen with pod2man in perl 5.18
Index: loncom/lonsql
diff -u loncom/lonsql:1.92 loncom/lonsql:1.93
--- loncom/lonsql:1.92 Sun Sep 1 22:39:44 2013
+++ loncom/lonsql Sun Dec 1 21:29:07 2013
@@ -3,7 +3,7 @@
# The LearningOnline Network
# lonsql - LON TCP-MySQL-Server Daemon for handling database requests.
#
-# $Id: lonsql,v 1.92 2013/09/01 22:39:44 raeburn Exp $
+# $Id: lonsql,v 1.93 2013/12/01 21:29:07 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -95,8 +95,6 @@
=head1 Internals
-=over 4
-
=cut
use strict;
@@ -121,6 +119,8 @@
=pod
+=over 4
+
=item Global Variables
=over 4
Index: loncom/auth/lonacc.pm
diff -u loncom/auth/lonacc.pm:1.145 loncom/auth/lonacc.pm:1.146
--- loncom/auth/lonacc.pm:1.145 Sun Sep 29 00:49:24 2013
+++ loncom/auth/lonacc.pm Sun Dec 1 21:29:10 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Cookie Based Access Handler
#
-# $Id: lonacc.pm,v 1.145 2013/09/29 00:49:24 raeburn Exp $
+# $Id: lonacc.pm,v 1.146 2013/12/01 21:29:10 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -89,8 +89,6 @@
=head1 NOTABLE SUBROUTINES
-=over
-
=cut
@@ -230,6 +228,8 @@
=pod
+=over
+
=item upload_size_allowed()
Perform size checks for file uploads to essayresponse items in course context.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1161 loncom/interface/loncommon.pm:1.1162
--- loncom/interface/loncommon.pm:1.1161 Tue Nov 26 03:17:07 2013
+++ loncom/interface/loncommon.pm Sun Dec 1 21:29:12 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1161 2013/11/26 03:17:07 raeburn Exp $
+# $Id: loncommon.pm,v 1.1162 2013/12/01 21:29:12 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1750,8 +1750,6 @@
=head1 Excel and CSV file utility routines
-=over 4
-
=cut
###############################################################
@@ -1759,6 +1757,8 @@
=pod
+=over 4
+
=item * &csv_translate($text)
Translate $text to allow it to be output as a 'comma separated values'
@@ -12072,7 +12072,7 @@
=pod
-=item &get_folder_hierarchy()
+=item * &get_folder_hierarchy()
Provides hierarchy of names of folders/sub-folders containing the current
item,
@@ -13385,7 +13385,7 @@
=pod
-=item *&recurse_categories()
+=item * &recurse_categories()
Recursively used to generate breadcrumb trails for course categories.
@@ -13456,7 +13456,7 @@
=pod
-=item *&assign_categories_table()
+=item * &assign_categories_table()
Create a datatable for display of hierarchical categories in a domain,
with checkboxes to allow a course to be categorized.
@@ -13533,7 +13533,7 @@
=pod
-=item *&assign_category_rows()
+=item * &assign_category_rows()
Create a datatable row for display of nested categories in a domain,
with checkboxes to allow a course to be categorized,called recursively.
Index: loncom/interface/lonnavmaps.pm
diff -u loncom/interface/lonnavmaps.pm:1.496 loncom/interface/lonnavmaps.pm:1.497
--- loncom/interface/lonnavmaps.pm:1.496 Thu May 30 05:04:22 2013
+++ loncom/interface/lonnavmaps.pm Sun Dec 1 21:29:13 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Navigate Maps Handler
#
-# $Id: lonnavmaps.pm,v 1.496 2013/05/30 05:04:22 raeburn Exp $
+# $Id: lonnavmaps.pm,v 1.497 2013/12/01 21:29:13 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
@@ -4235,7 +4235,7 @@
Returns a string with the type of the map in it.
-=item *B<map_hierarchy>:
+=item * B<map_hierarchy>:
Returns a string with a comma-separated ordered list of map_pc IDs
for the hierarchy of maps containing a map, with the top level
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.338 loncom/interface/lonsearchcat.pm:1.339
--- loncom/interface/lonsearchcat.pm:1.338 Mon Sep 2 00:18:39 2013
+++ loncom/interface/lonsearchcat.pm Sun Dec 1 21:29:13 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Search Catalog
#
-# $Id: lonsearchcat.pm,v 1.338 2013/09/02 00:18:39 raeburn Exp $
+# $Id: lonsearchcat.pm,v 1.339 2013/12/01 21:29:13 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -52,8 +52,6 @@
=head1 Internals
-=over 4
-
=cut
###############################################################################
@@ -428,8 +426,10 @@
######################################################################
-=pod
+=pod
+=over 4
+
=item &print_basic_search_form()
Prints the form for the basic search. Sorry the name is so cryptic.
Index: loncom/publisher/lonpublisher.pm
diff -u loncom/publisher/lonpublisher.pm:1.286 loncom/publisher/lonpublisher.pm:1.287
--- loncom/publisher/lonpublisher.pm:1.286 Wed Oct 16 18:28:18 2013
+++ loncom/publisher/lonpublisher.pm Sun Dec 1 21:29:15 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Publication Handler
#
-# $Id: lonpublisher.pm,v 1.286 2013/10/16 18:28:18 raeburn Exp $
+# $Id: lonpublisher.pm,v 1.287 2013/12/01 21:29:15 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -102,8 +102,6 @@
Many of the undocumented subroutines implement various magical
parsing shortcuts.
-=over 4
-
=cut
######################################################################
@@ -149,6 +147,8 @@
=pod
+=over 4
+
=item B<metaeval>
Evaluates a string that contains metadata. This subroutine
More information about the LON-CAPA-cvs
mailing list