|
File name
|
Purpose:
|
|
help/ac_ac.html
|
This is the main Manage User Access page that
does most of the access management work (managers and WebBoard
administrators get to this via the Manage Conferences page).
|
|
help/ac_acul.html
|
This is the User List page, that comes up automatically
when managing user access.
|
|
help/ac_buex.html
|
This module initiates client-side background processes for the
Manage User Access page.
|
|
help/ac_wrtf.html
|
Incorporates the tag script ac_wrtf.js (see
immediately below), and reports any errors found by the latter.
|
|
ac_wrtf.js
|
Tag script that writes or appends to a *.txt file on the board's
help subfolder, using various cookies, and which is contained within
the above file. This is used to write the system
configuration file.
|
|
confadd.html
|
Modified to absorb model conference characteristics, plus the fields
associated with the current conference-being-added, when
conferences being added.
|
|
confadded.html
|
Modified to participate in the batch process, when conferences are
being added: this page reports the successful adding of a conf.
|
|
confedit.html
|
Modified to block moderators from editing conference definitions, if
this configuration option is chosen, also to absorb "model" conference
characteristics, when conferences are being added.
|
|
confmanage.html
|
WebBoard's "Manage Conferences" page
has been modified to WebBoard administrators and
board managers view/modify the
the system configuration options, and bring up the
Manage User Access page. (For conference
moderators, this page is unchanged from WebBoard's default). This
page also "feeds" the list of conference names and IDs to the
Manage User Access page.
|
|
confmove.html
|
WebBoard's "Move Conferences" page
has been modified to include an additional listing of
conferences-by-conference name, to support moving
conferences for large volume academic and organizational applications
into "decentralized staging boards" (see the
User's Guide for more details).
|
|
manager.html
|
This is the Manager page: I've removed the option to "add users"
with the "Wizard," because the login name, first name, and last name
restrictions aren't enforced on it. These
restrictions are described in the
User's Guide.
|
|
offline.html
|
This page comes up when the system administrator pauses the
WebBoard server. It sets a special cookie value which is
used by the client-side batch process control discipline.
|
|
select_boardusers.html
|
This is WebBoard's page that lets a WebBoard administrator select the
users for a closed board. However, this page will also load
on open boards, and I've modified the sysadmin.html menu to
remove the WebBoard tags that conceal the link to
it. Modifications
allow exporting of users ID#, and/or
names and logins via a manual method, as well as through the
client-side batch process control discipline. The
page's form may also be submitted automatically via the
client-side batch process control discipline.
|
|
select_forum.html
|
This page lets users be selected for membership in a private
conference. It's been modified to prohibit conference moderators
from using it, if the configuration options have been set to disallow
that. Other modifications are similar to those
described above, for select_boardusers.html.
|
|
select_listusers.html
|
This page lets users be selected for conferences with associated
email lists. Modifications are similar to those
for select_forum.html, above.
|
|
select_mlist.html
|
This page lets a manager or administrator choose which email list
to modify: it's been changed to allow extraction of the
conferences #s with associated email lists, via the
client-side batch process control mechanism, and is
loaded by the Mange User Access page, during
that page's initialization process.
|
|
select_moderators.html
|
This page lets a manager or administrator select conference
moderators. Modifications are similar to those
for select_forum.html, above.
|
|
sysadmin.html
|
This is the administrator page: modified to remove the
<closed_board> tags, so the user list can be
maintained for open boards. This allows a WebBoard administrator
to grab the user ID# list, in order to move the board membership into
a private conference, if necessary.
|
|
sysadmin5.html
|
Same as above, but for WebBoard 5, only. (This file doesn't
exist in the WebBoard 6 release).
|
|
useradd.html
|
This is the "add users" (without wizard) page on the
manager and administrator menus. The system's additional
restrictions on login and first/last names are enforced. (These
restrictions are described in the
User's Guide.) Also,
this page will support invocation via the client-side
batch process control discipline.
|
|
userdelete.html
|
This page is used to delete users, and has been modified to
support invocation via the client-side
batch process control discipline.
|
|
userlisting.html
|
This is the page that comes up in the left frame for a wide variety of
situations in which users must be located for purposes such as adding
them to a board's user list, to the membership of private conferences,
or to the subscriber list for a conference with an associated email
list. One type of change allows a list of WebBoard user ID#s
to be pasted in. Also, this page has been modified to
support the client-side batch process discipline, so a
user ID# can be located, after a user has been successfully
added. This page is the only
client-side mechanism in WebBoard
that allows a WebBoard administrator to locate a user who isn't
on the current board (i.e. who isn't in the board_user table).
|