View · Index

Weblog

Filtered by date 2016-10-21, 11 - 20 of 20 Postings (all, summary)

ACS Lang

Created by Nick Carroll, last modified by Gustaf Neumann 21 Oct 2016, at 08:44 AM

Package Specification Summary for Package: acs-lang

Summary: OpenACS Internationalization Support.
Description: Internationalization and localization support routines and admin UI for manipulating Locales, request processor hooks, templating, accessing and managing the message catalog, and locale-specific formatting functions for localizing dates, times, monetary amounts etc.
Documentation: Package Documentation
Maturity: Mature and Standard
This package depends on: acs-kernel acs-tcl acs-translations ref-timezones ref-countries ref-language
Packages that depend on acs-lang: acs-subsite ams calendar diagram dotlrn file-storage xowiki
Package parameters:
SiteWideLocale
The site-wide default locale (default en_US, type string, scope instance)
SystemTimezone
The timezone that Oracle is set to use. Use a name from the acs-reference package, e.g., America/Los_Angeles or Asia/Tokyo (default UTC, type string, scope instance)
UsePackageLevelLocalesP
Specify whether you want to allow different system/user locales per package, or only one site-wide locale system setting/user preference. (default 0, type number, scope instance)

Bug Tracker Summary for Package: acs-lang

Open Bugs: 25
All Tracked Issues: 114
Latest Bug Opened: 2020-07-17 Register default message in lang::message::lookup
Latest Bug Fixed: 2019-12-09 Provide convenience link to default locale.
Top Bug Submitters: Jarkko Laine (11) Joel Aufrecht (9) Anja Wicht (6) Tilmann Singer (6) Peter Marklund (5)
Top Bug Fixers: Peter Marklund (39) Gustaf Neumann (13) Joel Aufrecht (12) Jeff Davis (8) Dave Bauer (6) Lars Pind (4) Frank N. (3)

Code Metrics Summary for Package: acs-lang

# Tcl Procs 134
# Tcl Lines 4976
# Tcl Blank Lines 844
# Tcl Comment Lines 602
# Automated Tests 34
# Stored Procedures PG: 0 ORA: 0
# SQL Lines PG: 584 (blank 94 comments 69) ORA: 580 (blank 90 comments 66)
# ADP pages 28
# ADP lines 711
# Include pages (acs-lang/lib/) 3
# Documentation pages 6 (Package Documentation)
# Documentation lines 1461
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core

 

 

ACS Kernel

Created by Torben Brosten, last modified by Gustaf Neumann 21 Oct 2016, at 08:44 AM

Package Specification Summary for Package: acs-kernel

Summary: Routines and data models providing the foundation for OpenACS-based Web services.
Description: The OpenACS kernel contains the core datamodel create and drop scripts for such things as objects, groups, parties and the supporting PL/SQL and PL/pgSQL procedures.
Maturity: Mature and Standard
This package depends on: None
Packages that depend on acs-kernel: accounts-ledger acs-admin acs-api-browser acs-authentication acs-automated-testing acs-bootstrap-installer acs-content acs-content-repository acs-core-docs acs-datetime acs-developer-support acs-events acs-interface acs-lang acs-ldap-authentication acs-mail acs-mail-lite acs-messaging acs-object-management acs-reference acs-service-contract acs-subsite acs-tcl acs-templating address-book adserver ajaxhelper assessment attachments bookmarks bookshelf bug-tracker categories chat clickthrough cms cms-news-demo cop-base cop-ui curriculum-central directory dotfolio dotlrn download dynamic-types ec-serial-numbers ecommerce edit-this-page email-handler faq file-manager file-storage forums gatekeeper general-comments glossary imsld invoices layout-manager mail-tracking monitoring new-portal news notes notifications oacs-dav openacs-bootstrap3-theme openacs-bootstrap5-theme organizations package-builder page photo-album postal-address press ref-countries ref-currency ref-itu ref-language ref-timezones ref-us-states ref-us-zipcodes robot-detection rss-support schema-browser scorm-player simple-survey site-wide-search skin sloan-bboard spam static-pages telecom-number tsoap version-control webmail wiki workflow wp-slim xml-rpc xotcl-core xotcl-request-monitor xowiki
Package parameters:
IndexRedirectUrl
If non-blank, serve the given template rather than the default index template. Example: /dotlrn/index (default , type string, scope instance)
RestrictErrorsToAdminsP
Whether we show errors to administrators only (default 1, type string, scope instance)
SendErrorEmailP
Whether to send an email to the site owner describing details whenever an error ocurrs, or not. A value of 0 in this parameter indicates that no emails are goint to be send, in the other hand, a value of 1 indicates that an email is going to be send when error ocurrs. (default 0, type number, scope instance)
UseBackgroundDeliveryP
Use background delivery for file downloads (default 0, type number, scope instance)
UseCanonicalLocation
Use Canonical Location (default 0, type number, scope instance)
Local Accounts: EmailAccountOwnerOnPasswordChangeP
Say 1 if you want us to send an email to the account owner when changing password for local accounts. (default 1, type number, scope instance)
Local Accounts: ScreenName
Can be 'none', 'solicit', or 'require'. If you say none, we will not ask users to provide a screen_name. If you say 'solicit', we will ask for one, but not require it. If you say 'require', we will not let users register or login without setting up a screen_name. (default solicit, type number, scope instance)
antispam: AllowedAttribute
A space separated list of allowed attribute names, e.g. title, src, etc.. You probably want to avoid onMouseOver and the like. Add a * to always allow all attributes. (default align alt border cellpadding cellspacing color face height href hspace id name size src style target title valign vspace width colspan rowspan class, type string, scope instance)
antispam: AllowedProtocol
A space separated list of protocols that are valid attributes of HTML tags in submitted content. Add a * to always all all protocols. (default http https ftp mailto, type string, scope instance)
antispam: AllowedTag
A space separated list of all the HTML tags that people may use. Add a * to always allow all tags. (default A ADDRESS ADP:ICON ADP:TOGGLE_BUTTON B BLOCKQUOTE BR CODE DIV DD DL DT EM FONT HR I LI OL P PRE SPAN STRIKE STRONG SUB SUP TABLE TBODY TD TR TT U UL EMAIL FIRST_NAMES LAST_NAME GROUP_NAME H1 H2 H3 H4 H5 H6, type string, scope instance)
antispam: AllowedURLAttribute
A space separated list of allowed attribute names, for which the attribute value should be interpreted as a URL. These attributes will then be checked for valid protocols, cf. the AllowedProtocol parameter. This is in addition to the attributes allowed by the AllowedAttribute parameter. (default HREF, type string, scope instance)
antispam: SpamUserNameRegexp
provide a regular expression to block certain user names (default , type number, scope instance)
apm: InfoFilePermissionsMode
The default UNIX permissions to assign to the .info file when it is created. (default 0775, type string, scope instance)
apm: SystemCommandPaths
Directories that contain system commands, such as tar, wget, and gunzip (default /usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/sbin, type string, scope instance)
caching: DBCacheSize
The size of the database API cache (default 200000, type number, scope instance)
caching: MaxSize
The size of the util_memoize cache(bytes) (default 200000, type number, scope instance)
deprecated: AdminOwner
Who signs the admin pages, e.g., a programmer who can fix/enhance them. DEPRECATED: please use HostAdministrator instead (default a-programmer@yourdomain.com, type string, scope instance)
deprecated: PrivacyControlEnabledP
Whether we control privacy. One example of a package that uses this is forums. It doesn't show any forum posting content unless this is set to 1. DEPRECATED: this functionality has been ported to dotlrn, which was the only upstream package using it. (default 0, type number, scope instance)
permissions: PermissionCacheP
Whether to cache permission_p calls. Use with extreme caution. Only direct permissions managed via the tcl api are properly handled and some packages modify permissions directly in the database and will not work properly when this is turned on. You must restart the server after changing this param. (default 0, type number, scope instance)
permissions: PermissionCacheTimeout
Number of seconds until the permissions cache times out. (default 300, type number, scope instance)
request-processor: BugTrackerInstance
Use this parameter to indicate the instance of the bug tracker where the errors will be automatically submitted. You must use a relative url indicating where is mounted the instance of the bug tracker. For instance, if you have your bug tracker instance mounted under "/bug", this parameter must be "/bug". Leave this parameter in blank if you do not want to use it. (default , type string, scope instance)
request-processor: DebugP
save debugging information for developer support? (default 0, type string, scope instance)
request-processor: ExcludedFiles
string match patterns for files which the request processor should never serve (default */CVS/* *~, type string, scope instance)
request-processor: ExtensionPrecedence
precedence for file extensions, e.g., 'tcl,adp,html' means 'serve a .tcl file if available, else an .adp file if available, else an .html file if available, else the first file available in alphabetical order. Comma-separated. (default adp,tcl,html,jpg,gif, type string, scope instance)
request-processor: ForceHostP
if a user provides a Host header which isn't this, redirect the user to this particular host. e.g., if yourservername.com and www.yourservername.com point to the same IP, set this to 1 so cookies will be properly set. (default 0, type string, scope instance)
request-processor: HttpCacheControlP
Whether we output http headers on every request for dynamic pages that prevent browsers and proxies from caching the page. (default 1, type number, scope instance)
request-processor: LogDebugP
log request-processor debug messages to the error log? very verbose. (default 0, type string, scope instance)
request-processor: PerformanceModeP
Setting this to 1 will tell the request processor to make the assumption that once a URL is mapped to a file, that mapping never changes. This obviously would cause problems on a development system, but will improve performance on a production server. (default 0, type number, scope instance)
request-processor: ResourcesExpireInterval
If the specified value is different to 0, the value is passed to ns_setexpires to provide an expire time for the content. Typically, this time is set in seconds but can be as well an integer with the suffix "d" for days, "h" for hours or "m" for minutes, such as e.g. 30d for 30 days. (default 0, type number, scope instance)
request-processor: ServeXQLFiles
Should we serve .xql files (database query files) to browsers? Say 0 to not serve them, 1 to serve them. Typically you do not want to serve these files. Change requires a server restart to take effect. (default 0, type number, scope instance)
request-processor: SystemURLSection
URL sections exempt from Host header checks and security/session handling. (can specify an arbitrary number). (default SYSTEM, type string, scope instance)
security: AllowPersistentLoginP
do we allow persistent logins? (default 1, type string, scope instance)
security: ApprovalExpirationDays
The number of days after which registration approval expires, which will cause the user to change state to 'needs_approval'. Set to 0 to disable expiration of approval. (default 0, type number, scope instance)
security: CSPEnabledP
Enable automated generation of W3C ontent Security Policies (CSP) (default 1, type number, scope instance)
security: CSPEnabledP
Enable automated generation of W3C ontent Security Policies (CSP) (default 1, type number, scope instance)
security: CookieDomain
Domain to pass to ad_set_cookie. Set this if you want to access multiple hostnames under the same domain. (default , type string, scope instance)
security: DefaultPersistentLoginP
On the login screen, should the default be to login the user permanently (1) or not (0). (default 1, type number, scope instance)
security: LoginExpirationTime
The expiration time for the login page. This is needed to protect against browser cached passwords. (default 600, type number, scope instance)
security: LoginPageExpirationTime
The expiration time in seconds for the login page. This is needed to protect against browser cached passwords - is not needed anymore for are recent browsers. (default 0, type number, scope instance)
security: LoginTimeout
The maximum number of seconds to let users stay logged in without requiring them to refresh their password. 0 for infinite. Change requires a server restart to take effect. (default 28800, type number, scope instance)
security: MaxUrlLength
The maximum length of a URL. Often attacks are tried with long URLs, therefore, catching this early improves security. For typical OpenACS installations, a URL length of 500 is more than enough. (default 2000, type number, scope instance)
security: PasswordExpirationDays
How long can a password be used before it expires and must be changed. Specify 0 to disable password expiration. (default 0, type number, scope instance)
security: PasswordHashAlgorithm
Define the algorithm to be used for computing password hashes; multiple algorithms can be specified in decreasing preference order (example: "scram-sha-256 scrypt-16384-8-1 salted-sha1"; default: "salted-sha1"; values are specified without quotes). (default salted-sha1, type string, scope instance)
security: RegisterRestrictEntireServerToRegisteredUsersFilters
Register filters at startup that will allow each subsite to be restricted to registered users. (default 0, type number, scope instance)
security: RegisterRestrictToSSLFilters
Whether to process the RestrictToSSL paths per site node on startup which can be quite slow on a site with many nodes. (default 1, type string, scope instance)
security: RequireQuestionForPasswordResetP
(Unsupported) Do we require a question/answer pair to reset a users password? (default 0, type string, scope instance)
security: RestrictLoginToSSLP
Should login, register, and password update pages be restricted to HTTPS? (default 1, type number, scope instance)
security: SecureSessionCookie
Set the session cookie as secure. This parameter should only be set, when ALL requests to the site requiring a cookie are over https. (default 0, type number, scope instance)
security: SessionLifetime
how long after the last hit should we save information in the SessionLifetime table? (default 604800, type string, scope instance)
security: SessionRenew
How many seconds do we let elapse before renewing a session cookie? This should be less than SessionTimeout. Change requires a server restart to take effect. (default 300, type number, scope instance)
security: SessionSweepInterval
how often should we sweep for old stale sessions? (default 3600, type string, scope instance)
security: SessionTimeout
For how many seconds can a be session inactive before it times out? Change requires a server restart to take effect. (default 1200, type string, scope instance)
security: UseCustomQuestionForPasswordReset
Does the user get to choose their custom password question and answer (default 0, type string, scope instance)
security: UseEmailForLoginP
Say 1 if we should login with email instead of username. (default 1, type number, scope instance)
security: UsePasswordWidgetForUsername
Should we hide what the user types in the username field, the way we do with the password field? Set this to 1 if you are using sensitive information such as social security number for username. (default 0, type number, scope instance)
server-cluster: CanonicalServer
The canonical (primary) server, i.e. the server running the scheduled procedures etc. The provided value should be included in the list of ClusterPeerIP? If a port is not provided, we assume port 80. (default , type string, scope instance)
server-cluster: ClusterAuthorizedIP
A space separated list of which machines can issues requests (e.g., flushing) to the cluster. Can use glob matching notation (10.0.0.*) (default , type string, scope instance)
server-cluster: ClusterEnabledP
is clustering enabled? (default 0, type string, scope instance)
server-cluster: DynamicClusterPeers
Do not edit here. Used for bookkeeping. (default , type string, scope instance)
server-cluster: DynamicClusterPeers
Do not edit here. Used for bookkeeping. (default , type string, scope instance)
server-cluster: EnableLoggingP
Should I log clustering events in the system log? (default 1, type string, scope instance)
server-cluster: PreferredLocationRegexp
When servers listen on multiple endpoints (different protocols, ip addresses, IPv4/IPv6, ...) use the specified regexp to select the preferred option. When there is no match, the first optional value is used. (default https://, type string, scope instance)
system-information: CommunityMemberAdminURL
the URL of the admin community member page (default /acs-admin/users/one, type string, scope instance)
system-information: CommunityMemberURL
the URL of the public community member page (default /shared/community-member, type string, scope instance)
system-information: HomeName
the name of the workspace link (default #acs-subsite.Your_Account#, type string, scope instance)
system-information: HomeURL
the URL of the workspace link (default /pvt/home, type string, scope instance)
system-information: HostAdministrator
a person whom people can email with technical problems (default somenerd@yourdomain.com, type string, scope instance)
system-information: OutgoingSender
The email address that will sign outgoing alerts. (default somenerd@yourdomain.com, type string, scope instance)
system-information: PublisherName
for legal pages, full corporate entity (default Yourdomain Network, Inc., type string, scope instance)
system-information: SystemName
the name of your system (default yourdomain Network, type string, scope instance)
system-information: SystemOwner
who signs the average user-visible pages (default webmaster@yourdomain.com, type string, scope instance)
system-information: SystemURL
URL to tell users to go to (default http://yourdomain.com, type string, scope instance)

Bug Tracker Summary for Package: acs-kernel

Open Bugs: 12
All Tracked Issues: 77
Latest Bug Opened: 2017-03-02 PACKAGE BODY UTIL doesn't compile on clean Oracle install
Latest Bug Fixed: 2019-04-09 Error Message Adding Group.
Top Bug Submitters: Joel Aufrecht (5) Tilmann Singer (4) Michael Steigman (3) Jade Rubick (3) Brian Fenton (3)
Top Bug Fixers: Gustaf Neumann (18) Lars Pind (11) Jeff Davis (7) Don Baccus (6) Jarkko Laine (4) Joel Aufrecht (3) Dave Bauer (3)

Code Metrics Summary for Package: acs-kernel

# Tcl Procs 0
# Tcl Lines 0
# Tcl Blank Lines 1
# Tcl Comment Lines 0
# Automated Tests 1
# Stored Procedures PG: 375 ORA: 398
# SQL Lines PG: 19701 (blank 3327 comments 3309) ORA: 12959 (blank 1810 comments 1369)
# ADP pages 0
# ADP lines 0
# Include pages (acs-kernel/lib/) 0
# Documentation pages 0
# Documentation lines 0
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core

 

 

ACS Developer Support

Created by Nick Carroll, last modified by Gustaf Neumann 21 Oct 2016, at 08:43 AM

Package Specification Summary for Package: acs-developer-support

Summary: Profiling for requests including database timing information.
Description: Developer support stores timing and other logged information for requests to support debugging and tuning and supports user switching and a Tcl Shell to invoke arbitrary tcl code on the server.
Documentation: Package Documentation
Maturity: Mature and Standard
This package depends on: acs-tcl acs-kernel acs-templating
Packages that depend on acs-developer-support: None
Package parameters:
developer-support: AdpRevealEnabledP
Should a frame be put around each ADP file in the page, with an identifying title and hyperlink to api-doc. (default 0, type string, scope instance)
developer-support: DataLifetime
Number of seconds to keep connection data (default 900, type string, scope instance)
developer-support: DataSweepInterval
Number of seconds between sweeping for old data (default 900, type string, scope instance)
developer-support: DatabaseEnabledP
Remember information about every database request? (default 0, type string, scope instance)
developer-support: EnabledIPs
remember information for which client hosts? (default *, type string, scope instance)
developer-support: EnabledOnStartupP
Remember information about connections, for developers' benefit? (default 0, type string, scope instance)
developer-support: PackageWatchList
A space separated list of keys for packages that you are developing on and that will have full watches (automatic reloading of tcl libraries and xql files) activated on every server startup. (default , type string, scope instance)
developer-support: PageFragmentCacheP
Should page fragments generated be cached for searching and validation. This is potentially very expensive and should be used with caution given its performance implications. (default 0, type string, scope instance)
developer-support: ProfileEnabledP
Remember timing information of included templates? (default 0, type string, scope instance)
developer-support: ShowCommentsInlineP
Controls whether comments are shown inline in the ds_link. (default 0, type number, scope instance)
developer-support: UserSwitchingEnabledP
Will present a widget on every page that allows you to switch user (default 0, type string, scope instance)

Bug Tracker Summary for Package: acs-developer-support

Open Bugs: 4
All Tracked Issues: 17
Latest Bug Opened: 2006-09-05 DS switches affect everyone, site-wide
Latest Bug Fixed: 2019-05-21 Dont offer editing of "urn-identified" CSS resources.
Top Bug Submitters: Michael Aram (3) Lurch . (2) Carsten Clasohm (2) Jeff Davis (1) Caroline Meeks (1)
Top Bug Fixers: Gustaf Neumann (9) Jeff Davis (2) Rocael Hernández Rizzardini (1) Malte Sussdorff (1)

Code Metrics Summary for Package: acs-developer-support

# Tcl Procs 42
# Tcl Lines 765
# Tcl Blank Lines 102
# Tcl Comment Lines 42
# Automated Tests 4
# Stored Procedures PG: 0 ORA: 0
# SQL Lines PG: 0 (blank 1 comments 0) ORA: 0 (blank 1 comments 0)
# ADP pages 7
# ADP lines 89
# Include pages (acs-developer-support/lib/) 2
# Documentation pages 4 (Package Documentation)
# Documentation lines 690
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core

 

 

ACS Core Docs

Created by Nick Carroll, last modified by Gustaf Neumann 21 Oct 2016, at 08:43 AM

Package Specification Summary for Package: acs-core-docs

Summary: Documentation for the OpenACS Core.
Description: Static HTML documentation for the OpenACS core (includes the DocBook sources).
Maturity: Mature and Standard
This package depends on: acs-kernel acs-tcl
Packages that depend on acs-core-docs: None
Package parameters: None


Bug Tracker Summary for Package: acs-core-docs

Open Bugs: 9
All Tracked Issues: 56
Latest Bug Opened: 2004-03-15 Minor Package Tutorial Doc Fixes (w/ patches)
Latest Bug Fixed: 2018-12-04 Example looks incorrect at https://openacs.org/doc/templates.
Top Bug Submitters: Jade Rubick (15) Torben Brosten (5) Caroline Meeks (2) Tracy Adams (2) Dave Bauer (2)
Top Bug Fixers: Joel Aufrecht (26) Jade Rubick (8) Torben Brosten (4) Gustaf Neumann (3) Carl Robert Blesius (2) Tilmann Singer (2) Jeff Davis (2)


Code Metrics Summary for Package: acs-core-docs

# Tcl Procs 4
# Tcl Lines 123
# Tcl Blank Lines 20
# Tcl Comment Lines 35
# Automated Tests 1
# Stored Procedures PG: 0 ORA: 0
# SQL Lines PG: 0 (blank 1 comments 0) ORA: 0 (blank 1 comments 0)
# ADP pages 173
# ADP lines 27868
# Include pages (acs-core-docs/lib/) 2
# Documentation pages 0
# Documentation lines 0
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core

 

 

ACS Content Repository

Created by Vinod Kurup, last modified by Gustaf Neumann 21 Oct 2016, at 08:43 AM

Package Specification Summary for Package: acs-content-repository

Summary: The canonical repository for OpenACS content.
Description: Provides the API for creating and managing user generated content including full support for versioning, rendering content to the filesystem, folders and composite content items, and other CMS backing functionality. Utilized by Bug Tracker, File Storage, and other packages.
Documentation: Package Documentation
Maturity: Mature and Standard
This package depends on: acs-kernel acs-service-contract acs-tcl search
Packages that depend on acs-content-repository: acs-mail acs-messaging acs-object-management acs-subsite assessment bug-tracker cms cms-news-demo courses curriculum-central dotlrn-catalog download dynamic-types ec-serial-numbers file-storage general-comments glossary imsld invoices news package-builder photo-album press static-pages tsoap workflow wp-slim xotcl-core
Package parameters:
files: AllowMimeTypeCreationP
Decides whether we allow unknown mimetypes to be automatically registered when encountered. Default is to allow only already registered mimetypes to be put into Content Repository. (default 0, type number, scope instance)
files: CRFileLocationRoot
The directory to which files are published and from where they are retrieved when a files is served. It is taken to be relative to $::acs::rootdir unless FileLocationRelativeP is set to 1 (default content-repository-content-files, type string, scope instance)
files: FileLocationRelativeP
Defaults to 1 which means the FileLocation parameter is relative to the web servers root folder. If set to 0, the FileLocation parameter is an absolute path and so can contain a drive letter for example. Important note: if you change this parameter to 0, remember the system will attempt to retrieve existing files from the new location. You will also need to bounce the server after changing this or the FileLocation value. (default 1, type number, scope instance)
files: ImageMagickConvertBinary
Binary to use with the image:: procs in packages/acs-content-repository/tcl/image-procs.tcl (default /usr/bin/convert, type string, scope instance)
templates: TemplateRoot
The directory to which templates are published and from where they are retrieved when a page is served. If the value does not start with a '/', it is taken to be relative to $::acs::rootdir. Packages that use the content-repository can override this setting by defining their own TemplateRoot parameter. (default templates, type string, scope instance)


Bug Tracker Summary for Package: acs-content-repository

Open Bugs: 10
All Tracked Issues: 92
Latest Bug Opened: 2005-06-22 acs-content-repository cr_after_upgrade fails
Latest Bug Fixed: 2017-03-07 Error on Windows installation upon startup: content-init.tcl - couldn't execute "touch": no such file or directory.
Top Bug Submitters: B Charles (7) Lurch . (5) Tilmann Singer (4) Malte Sussdorff (4) Dave Bauer (4)
Top Bug Fixers: Dave Bauer (38) Gustaf Neumann (14) Jeff Davis (8) Lars Pind (5) Malte Sussdorff (3) Don Baccus (3) Emmanuelle Raffenne (3)


Code Metrics Summary for Package: acs-content-repository

# Tcl Procs 295
# Tcl Lines 8122
# Tcl Blank Lines 1589
# Tcl Comment Lines 497
# Automated Tests 9
# Stored Procedures PG: 183 ORA: 230
# SQL Lines PG: 11230 (blank 1987 comments 1610) ORA: 9646 (blank 1662 comments 1701)
# ADP pages 7
# ADP lines 49
# Include pages (acs-content-repository/lib/) 0
# Documentation pages 35 (Package Documentation)
# Documentation lines 6159
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core

 

 

ACS Bootstrap Installer

Created by Nick Carroll, last modified by Gustaf Neumann 21 Oct 2016, at 08:43 AM

Package Specification Summary for Package: acs-bootstrap-installer

Summary: Bootstraps an OpenACS installation.
Description: This package bootstraps OpenACS. If the core packages have not yet been installed, it calls the installer which leads the user through the steps necessary to do so. It also checks that the installation meets the requirements for a successful install of OpenACS.
Maturity: Mature and Standard
This package depends on: acs-kernel
Packages that depend on acs-bootstrap-installer: acs-tcl xotcl-core
Package parameters:
installation: post_installation_message
If not blank, overrides the default post-installation message (default , type string, scope instance)


Bug Tracker Summary for Package: acs-bootstrap-installer

Open Bugs: 5
All Tracked Issues: 37
Latest Bug Opened: 2003-09-28 dot info files cleanup
Latest Bug Fixed: 2017-03-03 Installation welcome screen has a broken link to Release Notes.
Top Bug Submitters: Joel Aufrecht (5) Jade Rubick (5) Tilmann Singer (2) Tom Jackson (2) Ola Hansson (2)
Top Bug Fixers: Lars Pind (8) Don Baccus (5) Jeff Davis (5) Joel Aufrecht (4) Gustaf Neumann (3) Peter Marklund (2) Tilmann Singer (1)


Code Metrics Summary for Package: acs-bootstrap-installer

# Tcl Procs 76
# Tcl Lines 3310
# Tcl Blank Lines 540
# Tcl Comment Lines 614
# Automated Tests 15
# Stored Procedures PG: 0 ORA: 0
# SQL Lines PG: 0 (blank 1 comments 0) ORA: 0 (blank 1 comments 0)
# ADP pages 1
# ADP lines 31
# Include pages (acs-bootstrap-installer/lib/) 0
# Documentation pages 0
# Documentation lines 0
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core

 

 

ACS Automated Testing

Created by Nick Carroll, last modified by Gustaf Neumann 21 Oct 2016, at 08:43 AM

Package Specification Summary for Package: acs-automated-testing

Summary: The interface to the automated testing facilities within OpenACS.
Description: Provides a UI for viewing and running automated tests provided by each package within the OpenACS system. Also provides a UI for managing automatic-rebuild servers as in a test farm.
Documentation: Package Documentation
Maturity: Mature and Standard
This package depends on: acs-kernel acs-tcl acs-api-browser acs-service-contract acs-authentication
Packages that depend on acs-automated-testing: file-storage forums xowf xowiki
Package parameters:
IsInstallReportServer
Setting this parameter to true means this server should present a web interface at /test with the install and test results of other OpenACS servers. If you set this parameter to true you also need to set the XMLReportDir parameter. (default 0, type string, scope instance)
SeleniumRcBrowsers
Browsers to test with. Default *firefox (default *firefox, type string, scope instance)
SeleniumRcPort
Port the Selenium RC server is listening on. Default 4444. (default 4444, type number, scope instance)
SeleniumRcServer
Hostname of the Selenium RC Server. If this is blank the Selenium RC tests will not be run. (default , type string, scope instance)
XMLReportDir
The full path to the directory where the xml report of system tests are stored. This is also the directory where the install and test xml reports of other servers should be stored if this server is to function as a master test server. (default , type string, scope instance)
enabled_p
Source scripts flag (default 0, type number, scope instance)


Bug Tracker Summary for Package: acs-automated-testing

Open Bugs: 0
All Tracked Issues: 1
Latest Bug Opened: This package has no open bugs.
Latest Bug Fixed: 2021-03-03 initializers and destructors can abort testing..
Top Bug Submitters: Jeff Davis (1)
Top Bug Fixers: Gustaf Neumann (1)


Code Metrics Summary for Package: acs-automated-testing

# Tcl Procs 83
# Tcl Lines 3049
# Tcl Blank Lines 394
# Tcl Comment Lines 382
# Automated Tests 12
# Stored Procedures PG: 0 ORA: 0
# SQL Lines PG: 44 (blank 4 comments 24) ORA: 43 (blank 3 comments 24)
# ADP pages 7
# ADP lines 618
# Include pages (acs-automated-testing/lib/) 0
# Documentation pages 10 (Package Documentation)
# Documentation lines 808
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core

 

 

ACS Authentication

Created by Nick Carroll, last modified by Gustaf Neumann 21 Oct 2016, at 08:42 AM

Package Specification Summary for Package: acs-authentication

Summary: Authentication, account management, and related functionality.
Description: Implements authentication-related security functions for OpenACS, including password, account and session management, bulk account creation etc. Provides a contract based interface for different authentication methods such as PAM or LDAP based authentication.
Documentation: Package Documentation
Maturity: Mature and Standard
This package depends on: acs-kernel acs-tcl acs-service-contract acs-mail-lite acs-templating
Packages that depend on acs-authentication: acs-admin acs-automated-testing acs-subsite auth-cas auth-http auth-ldap auth-pam
Package parameters:
RegisterAuthority
The short name of the authority in which users are registered. Is best set in the Authentication admin UI. (default local, type string, scope instance)
Batch Synchronization: AcknowledgementFileName
Full file path to where we should drop the acknowledgement file for batch syncs. You can use these special values: {acs_root_di r} will get replaced with the root directory for this OpenACS installation, e.g. '/var/lib/aolserver/service0' (no trailing slash). {ansi_date} will get replaced with today's date in ANSI format, e.g. '2003-10-29'. {authority} will get replaced with the short_name of the authority, e.g. 'rz_pam'. (default {acs_root_dir}/batch-sync-ack-{authority}-{ansi_date}.xml, type number, scope instance)
Batch Synchronization: KeepBatchLogDays
The number of days to keep the log for a batch user synchronization job around. Say 0 if you want to keep the log forever. (default 0, type number, scope instance)
Batch Synchronization: SyncAddUsersToDotLrnP
Should we add users to .LRN? This requires .LRN to be installed, and has serious performance implications. (default 0, type number, scope instance)
Batch Synchronization: SyncDotLrnAccessLevel
.LRN access level (if .LRN is installed). 1 = Full access user, 0 = Limited access user (default 1, type number, scope instance)
Batch Synchronization: SyncDotLrnReadPrivateDataP
.LRN user is guest (if .LRN is installed). 1 = Not a guest , 0 = Guest (default 1, type number, scope instance)
Batch Synchronization: SyncDotLrnUserType
.LRN user type for new user (if .LRN is installed) (default student, type string, scope instance)
Batch Synchronization: SyncEmailConfirmationP
Send out email confirmation when batch sync is complete. 1 = Yes, 0 = No. (default 0, type number, scope instance)
acs-authentication: AllowSelfRegister
Does the user can self register? 1 = Yes, 0 = No. (default 1, type number, scope instance)
security: MaxConsecutiveFailedLoginAttempts
Enables the tracking of consecutive failed login attempts per subsite and to slowdown brute force attacks. After reaching this threshold every further login attempt from is automatically rejected for a period of MaxConsecutiveFailedLoginAttemptsLockoutTime seconds . 0 for infinite attempts. (default 0, type number, scope instance)
security: MaxConsecutiveFailedLoginAttemptsLockoutTime
Timespan in seconds for which every login attempt is rejected after the limit set by MaxConsecutiveFailedLoginAttempts has been reached. This parameter is only in effect if MaxConsecutiveFailedLoginAttempts is greater than zero. (default 21600, type number, scope instance)


Bug Tracker Summary for Package: acs-authentication

Open Bugs: 23
All Tracked Issues: 48
Latest Bug Opened: 2019-05-29 NewRegistrationEmailAddress overused
Latest Bug Fixed: 2019-01-30 RegistrationRequiresEmailVerificationP and RegistrationRequiresApprovalP only recognized on main site.
Top Bug Submitters: Lars Pind (7) Joel Aufrecht (6) Rocael Hernández Rizzardini (5) Caroline Meeks (4) Tilmann Singer (3)
Top Bug Fixers: Lars Pind (9) Gustaf Neumann (3) Joel Aufrecht (2) Dave Bauer (2) Rocael Hernández Rizzardini (2) Peter Marklund (2) Jade Rubick (2)


Code Metrics Summary for Package: acs-authentication

# Tcl Procs 165
# Tcl Lines 6270
# Tcl Blank Lines 974
# Tcl Comment Lines 609
# Automated Tests 42
# Stored Procedures PG: 0 ORA: 0
# SQL Lines PG: 73 (blank 10 comments 7) ORA: 80 (blank 9 comments 7)
# ADP pages 0
# ADP lines 0
# Include pages (acs-authentication/lib/) 2
# Documentation pages 13 (Package Documentation)
# Documentation lines 1445
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core

 

 

ACS Admin

Created by Nick Carroll, last modified by Gustaf Neumann 21 Oct 2016, at 08:42 AM

Package Specification Summary for Package: acs-admin

Summary: An interface for Site-wide administration of an OpenACS Installation.
Description: Provides a UI for administering site-wide services (including package installation, cache, authentication, and user accounts) for an OpenACS system.
Maturity: Mature and Standard
This package depends on: acs-kernel acs-tcl acs-templating acs-mail-lite acs-authentication
Packages that depend on acs-admin: dotlrn xotcl-core
Package parameters:
certificates: ExpireCertificateEmail
Email address for expire notification. When empty, use email address from [ad_host_administrator] (default , type string, scope instance)
certificates: ExpireCertificateWarningPeriod
Warn system administrator about expiring certificate(s) specified number of days in advance (use -1 to deactivate the feature) (default 14, type number, scope instance)


Bug Tracker Summary for Package: acs-admin

Open Bugs: 17
All Tracked Issues: 89
Latest Bug Opened: 2018-04-04 acs-admin/lib/service-parameters fails when services are not singletons
Latest Bug Fixed: 2020-05-13 APM does not detect file type correctly for .adp and .tcl files in packages/.../lib/.
Top Bug Submitters: Joel Aufrecht (6) Lars Pind (5) Jade Rubick (5) Ryan Gallimore (4) Janine Ohmer (3)
Top Bug Fixers: Lars Pind (20) Gustaf Neumann (14) Dave Bauer (9) Peter Marklund (7) Jeff Davis (3) Malte Sussdorff (3) Jade Rubick (2)


Code Metrics Summary for Package: acs-admin

# Tcl Procs 13
# Tcl Lines 1067
# Tcl Blank Lines 156
# Tcl Comment Lines 125
# Automated Tests 5
# Stored Procedures PG: 0 ORA: 0
# SQL Lines PG: 0 (blank 1 comments 0) ORA: 0 (blank 1 comments 0)
# ADP pages 63
# ADP lines 1929
# Include pages (acs-admin/lib/) 4
# Documentation pages 0
# Documentation lines 0
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core

 

 

B Responsive Theme

Created by Gustaf Neumann, last modified by Gustaf Neumann 21 Oct 2016, at 08:30 AM

Package Specification Summary for Package: b-responsive-theme

Summary:
Description: This package is unknown (not available at this site)
Maturity: 0
This package depends on: None
Packages that depend on b-responsive-theme: None
Package parameters: None


Bug Tracker Summary for Package: b-responsive-theme

There is no package with the name "b-responsive-theme" known to bug-tracker.



Code Metrics Summary for Package: b-responsive-theme

# Tcl Procs 0
# Tcl Lines 0
# Tcl Blank Lines 1
# Tcl Comment Lines 0
# Automated Tests 0
# Stored Procedures PG: 0 ORA: 0
# SQL Lines PG: 0 (blank 1 comments 0) ORA: 0 (blank 1 comments 0)
# ADP pages 0
# ADP lines 0
# Include pages (b-responsive-theme/lib/) 0
# Documentation pages 0
# Documentation lines 0
Browse Source Not installed
Github Repository: https://github.com/openacs/b-responsive-theme/tree/oacs-5-10

 

 

Previous Page
previous October 2016 next
Sun Mon Tue Wed Thu Fri Sat
25 26 27 28 29 30 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
(1) 16 17 (1) 18 (24) 19 20 (20) 21 (157) 22
23 24 25 (1) 26 27 28 29
30 31 1 2 3 4 5

Popular tags

17 , 5.10 , 5.10.0 , 5.9.0 , 5.9.1 , ad_form , ADP , ajax , aolserver , asynchronous , bgdelivery , bootstrap , bugtracker , CentOS , COMET , compatibility , CSP , CSRF , cvs , debian , docker , docker-compose , emacs , engineering-standards , exec , fedora , FreeBSD , guidelines , host-node-map , hstore
No registered users in community xowiki
in last 30 minutes
Contributors

OpenACS.org