Showing 441 - 450 of 693 Postings (
summary)
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
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 |
651 |
Browse Source |
API-browser |
Github Repository: |
https://github.com/openacs/openacs-core
|
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
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 |
28877 |
# 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
|
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; one can use also an absolute path, if the standard resolution is not wanted (default convert, type string, scope instance)
- files: ImageMagickIdentifyBinary
- Binary to use with the image:: procs in packages/acs-content-repository/tcl/image-procs.tcl; one can use also an absolute path, if the standard resolution is not wanted (default identify, 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
Code Metrics Summary for Package: acs-content-repository
# Tcl Procs |
295 |
# Tcl Lines |
8152 |
# Tcl Blank Lines |
1593 |
# Tcl Comment Lines |
520 |
# Automated Tests |
10 |
# Stored Procedures |
PG: 183 ORA: 230 |
# SQL Lines |
PG: 11226 (blank 1985 comments 1608)
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 |
6202 |
Browse Source |
API-browser |
Github Repository: |
https://github.com/openacs/openacs-core
|
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
Code Metrics Summary for Package: acs-bootstrap-installer
# Tcl Procs |
76 |
# Tcl Lines |
3401 |
# Tcl Blank Lines |
540 |
# Tcl Comment Lines |
660 |
# 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
|
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: |
acs-lang acs-subsite file-storage forums search 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
Code Metrics Summary for Package: acs-automated-testing
# Tcl Procs |
89 |
# Tcl Lines |
3185 |
# Tcl Blank Lines |
412 |
# Tcl Comment Lines |
397 |
# 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 |
629 |
# Include pages (acs-automated-testing/lib/) |
0 |
# Documentation pages |
10
(Package Documentation)
|
# Documentation lines |
814 |
Browse Source |
API-browser |
Github Repository: |
https://github.com/openacs/openacs-core
|
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
Code Metrics Summary for Package: acs-authentication
# Tcl Procs |
165 |
# Tcl Lines |
6280 |
# Tcl Blank Lines |
974 |
# Tcl Comment Lines |
611 |
# 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 |
1470 |
Browse Source |
API-browser |
Github Repository: |
https://github.com/openacs/openacs-core
|
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
Code Metrics Summary for Package: acs-admin
# Tcl Procs |
20 |
# Tcl Lines |
2056 |
# Tcl Blank Lines |
261 |
# Tcl Comment Lines |
236 |
# 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 |
65 |
# ADP lines |
2224 |
# Include pages (acs-admin/lib/) |
4 |
# Documentation pages |
0
|
# Documentation lines |
0 |
Browse Source |
API-browser |
Github Repository: |
https://github.com/openacs/openacs-core
|
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
|
Created by Gustaf Neumann, last modified by Gustaf Neumann 19 Oct 2016, at 11:16 AM
Package Specification Summary for Package: richtext-tinymce
Summary: |
|
Description: |
This package is unknown (not available at this site) |
Maturity: |
0 |
This package depends on: |
None |
Packages that depend on richtext-tinymce: |
None |
Package parameters: |
None
|
Bug Tracker Summary for Package: richtext-tinymce
There is no package with the name "richtext-tinymce" known to bug-tracker.
Code Metrics Summary for Package: richtext-tinymce
# 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 (richtext-tinymce/lib/) |
0 |
# Documentation pages |
0
|
# Documentation lines |
0 |
Browse Source |
Not installed |
Github Repository: |
https://github.com/openacs/richtext-tinymce/tree/oacs-5-10
|
Created by Gustaf Neumann, last modified by Gustaf Neumann 19 Oct 2016, at 11:14 AM
Package Specification Summary for Package: richtext-xinha
Summary: |
Richtext editor plugin for integrating Xinha with acs-templating |
Description: |
|
Maturity: |
Mature |
This package depends on: |
acs-tcl acs-templating |
Packages that depend on richtext-xinha: |
None |
Package parameters: |
- XinhaDefaultPlugins
- When xinha is specified as richtext editor (see parameter RichTextEditor) then use the following xinha plugins per default. (default GetHtml CharacterMap ContextMenu ListType TableOperations EditTag LangMarks Abbreviation, type string, scope instance)
- XinhaVersion
- Version of the Xinha Editor (default , type string, scope instance)
|
Bug Tracker Summary for Package: richtext-xinha
There is no package with the name "richtext-xinha" known to bug-tracker.
Code Metrics Summary for Package: richtext-xinha
# Tcl Procs |
5 |
# Tcl Lines |
304 |
# Tcl Blank Lines |
48 |
# Tcl Comment Lines |
68 |
# 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 (richtext-xinha/lib/) |
0 |
# Documentation pages |
0
|
# Documentation lines |
0 |
Browse Source |
API-browser |
Github Repository: |
https://github.com/openacs/richtext-xinha/tree/oacs-5-10
|