View · Index

Weblog

Filtered by date 2013-09-12, 1 - 10 of 34 Postings (all, summary)

Tsearch2 Driver

Created by Gustaf Neumann, last modified by Gustaf Neumann 12 Sep 2013, at 11:52 PM

Package Specification Summary for Package: tsearch2-driver

Summary: Full text search support for Search via Tsearch2.
Description: Provides an implementation for the search packages service contract for searching on PostgreSQL.
Documentation: Package Documentation
Maturity: Mature and Standard
This package depends on: search acs-tcl
Packages that depend on tsearch2-driver: None
Package parameters:
UseWebSearch
Activate integrated websearch_to_tsquery builder available since Postgres 11. (default 0, type number, scope instance)
max_size_to_index
Maximum size of doc to index, in bytes. 0 to index the full document. If the doc is greater than this parameter, the indexing is truncated. (default 0, type number, scope instance)
permission_check_enabled_p
Check whether the user is allowed to read the object. This is used to filter the search results w.r.t the privileges of the user performing the query. (default 1, type number, scope instance)

Bug Tracker Summary for Package: tsearch2-driver

Open Bugs: 0
All Tracked Issues: 3
Latest Bug Opened: This package has no open bugs.
Latest Bug Fixed: 2021-01-08 Tserach2 driver does not work on Windows OpenACS.
Top Bug Submitters: Richard Hamilton (1) Daniël Mantione (1) Maurizio Martignano (1)
Top Bug Fixers: Dave Bauer (2) Maurizio Martignano (1)

Code Metrics Summary for Package: tsearch2-driver

# Tcl Procs 17
# Tcl Lines 589
# Tcl Blank Lines 97
# Tcl Comment Lines 58
# Automated Tests 4
# Stored Procedures PG: 2 ORA: 0
# SQL Lines PG: 54 (blank 5 comments 15) ORA: 0 (blank 1 comments 0)
# ADP pages 0
# ADP lines 0
# Include pages (tsearch2-driver/lib/) 0
# Documentation pages 1 (Package Documentation)
# Documentation lines 128
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core


ACS Default Theme

Created by Gustaf Neumann, last modified by Gustaf Neumann 12 Sep 2013, at 11:48 PM

Package Specification Summary for Package: openacs-default-theme

Summary: Provides the default "plain" and "tabbed" themes for OpenACS Subsites.
Description: Provides the default "plain" and "tabbed" themes for OpenACS Subsites. This has been moved out to a separate package, with availability recorded in the database, to make it easier for developer's to create their own themes and distribute and/or install them in package form.
Maturity: Mature and Standard
This package depends on: acs-subsite
Packages that depend on openacs-default-theme: layout-manager
Package parameters: None

Bug Tracker Summary for Package: openacs-default-theme

Open Bugs: 0
All Tracked Issues: 1
Latest Bug Opened: This package has no open bugs.
Latest Bug Fixed: 2015-08-07 Russian localization for package openacs-default-theme (HEAD).
Top Bug Submitters: Vlad V (1)
Top Bug Fixers: Gustaf Neumann (1)

Code Metrics Summary for Package: openacs-default-theme

# Tcl Procs 2
# Tcl Lines 102
# Tcl Blank Lines 20
# Tcl Comment Lines 20
# 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 (openacs-default-theme/lib/) 3
# Documentation pages 0
# Documentation lines 0
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core


ACS Tcl

Created by Gustaf Neumann, last modified by Gustaf Neumann 12 Sep 2013, at 11:45 PM

Package Specification Summary for Package: acs-tcl

Summary: The Kernel Tcl API library.
Description: Contains all the core Tcl API, including the request processor, security and session management, permissions, site-nodes, package management infrastructure, etc.
Maturity: Mature and Standard
This package depends on: acs-bootstrap-installer acs-kernel
Packages that depend on acs-tcl: acs-admin acs-api-browser acs-authentication acs-automated-testing acs-content-repository acs-core-docs acs-datetime acs-developer-support acs-lang acs-mail-lite acs-subsite acs-templating ajaxhelper assessment attachments boomerang bootstrap-icons calendar categories chat cms contacts cookie-consent curriculum-central evaluation fa-icons faq faq-portlet file-storage forums forums-portlet general-comments highcharts lars-blogger layout-manager logger notifications oacs-dav openacs-bootstrap3-theme openacs-bootstrap5-theme richtext-ckeditor4 richtext-ckeditor5 richtext-xinha rss-support search skin static-pages tsearch2-driver webauthn xooauth xotcl-core xotcl-request-monitor xowf xowiki
Package parameters:
HtmlDocBin
name of HTML converter (default htmldoc, type string, scope instance)
ReturnComplaint
Template to use for the complaint page. (default /packages/acs-tcl/lib/ad-return-complaint, type string, scope instance)
ReturnError
Template to use for the complaint page. (default /packages/acs-tcl/lib/ad-return-error, type string, scope instance)
SuppressHttpPort
Set to 1 to suppress the server's configured port --useful for example, when server is behind a proxy and: connection is switching from https to http or kernel's parameter ForceHostP is set to 1. (default 0, type string, scope instance)
UseHostnameDomainforReg
Set to 1 if website uses domains mapped in host_nodes for public users and the hostname's domain as defined in config.tcl for registering users and their sessions. (default 0, type string, scope instance)
Logging: DbLogMinDuration
Log SQL calls over the db_exec interface above this duration; when SQL logging is on, log as well the SQL statement. (default 2000, type number, scope instance)
tcltrace: TclTraceLogSeverities
If this parameter is set to a value different from empty then the value is expected to be a list of log severities (such as "Notice Warning Error Bug Dev"). If the command ns_log is issued with one of the configured severity the line is displayed via the developer support debug message (via ds_comment). Activating this trace requires a new start of the server. (default , type string, scope instance)
tcltrace: TclTraceSaveNsReturn
When this parameter is set to 1, the content pages returned by the server via ns_return with status code 200 and type text/html are saved in the configured tmp directory. The exact full path is logged in the error.log. Activating this trace requires a new start of the server. (default 0, type number, scope instance)

Bug Tracker Summary for Package: acs-tcl

Open Bugs: 31
All Tracked Issues: 173
Latest Bug Opened: 2018-11-26 user-add unexpectedly sends password
Latest Bug Fixed: 2025-03-03 Sensitive information might be logged with ad_log.
Top Bug Submitters: Michael Aram (25) Vinod Kurup (8) Andrew Helsley (7) Carsten Clasohm (7) Tilmann Singer (6)
Top Bug Fixers: Gustaf Neumann (48) Lars Pind (31) Jeff Davis (30) Peter Marklund (7) Dave Bauer (7) Tilmann Singer (5) Vinod Kurup (5)

Code Metrics Summary for Package: acs-tcl

# Tcl Procs 1267
# Tcl Lines 57214
# Tcl Blank Lines 8746
# Tcl Comment Lines 9561
# Automated Tests 176
# 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 (acs-tcl/lib/) 9
# Documentation pages 0
# Documentation lines 0
Browse Source API-browser
Github Repository: https://github.com/openacs/openacs-core


Online Catalog

Created by OpenACS community, last modified by Gustaf Neumann 12 Sep 2013, at 12:30 PM

Status

pre-release 

Introduction

Part of the ecommerce-g2 project

Feature requests

add requests here 


MMplayer Portlet

Created by Gustaf Neumann, last modified by Gustaf Neumann 12 Sep 2013, at 12:24 PM

Package Specification Summary for Package: mmplayer-portlet

Summary:
Description:
Maturity: New Submission or Maturity Unknown
This package depends on: new-portal mmplayer
Packages that depend on mmplayer-portlet: dotlrn-mmplayer
Package parameters: None

Bug Tracker Summary for Package: mmplayer-portlet

There is no package with the name "mmplayer-portlet" known to bug-tracker.


Code Metrics Summary for Package: mmplayer-portlet

# 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 (mmplayer-portlet/lib/) 0
# Documentation pages 0
# Documentation lines 0
Browse Source Not installed
Github Repository: https://github.com/openacs/mmplayer-portlet/tree/oacs-5-10


LORS management

Created by Emmanuelle Raffenne, last modified by Gustaf Neumann 12 Sep 2013, at 12:20 PM

Package Specification Summary for Package: lorsm

Summary: Application to manage the services from the Learning Object Repository.
Description: This application manages the services from the Learning Object Repository: upload courses, manage and create metadata, delete resources and courses.
Maturity: New Submission or Maturity Unknown
This package depends on: acs-datetime lors views
Packages that depend on lorsm: lors-central lorsm-includelet lorsm-portlet
Package parameters: None

Bug Tracker Summary for Package: lorsm

Open Bugs: 2
All Tracked Issues: 4
Latest Bug Opened: 2008-02-25 File not Found
Latest Bug Fixed: 2007-03-16 Course upload gives form error.
Top Bug Submitters: Michael Totschnig (2) Olga C. Santos (1) Antonio Mejias (1)
Top Bug Fixers: Michael Totschnig (2)

Code Metrics Summary for Package: lorsm

# 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 (lorsm/lib/) 0
# Documentation pages 0
# Documentation lines 0
Browse Source Not installed
Github Repository: https://github.com/openacs/lorsm/tree/oacs-5-10

LORS - Learning Objects Repository Service

Created by Emmanuelle Raffenne, last modified by Gustaf Neumann 12 Sep 2013, at 12:19 PM

Package Specification Summary for Package: lors

Summary: IMS Content Packaging and Medata Services. Implementation of IMS CP and MD for .LRN
Description: This is a service and library to manage IMS Content Packaging and Metadata. From version 0.4d onward it supports SCORM and Blackboard imports
Maturity: Immature
This package depends on: acs-subsite file-storage
Packages that depend on lors: lors-central lorsm
Package parameters: None

Bug Tracker Summary for Package: lors

Open Bugs: 5
All Tracked Issues: 15
Latest Bug Opened: 2006-06-19 LORS requires Javascript
Latest Bug Fixed: 2021-01-05 Error while loading images and css-style files in ie6.
Top Bug Submitters: Eduardo Pérez (3) Malte Sussdorff (2) Michele Slocovich (2) Olga C. Santos (2) Luis de la Fuente (1)
Top Bug Fixers: Ernie Ghiglione (4) Dave Bauer (2) Jeff Davis (1) Emmanuelle Raffenne (1) Michele Slocovich (1) Antonio Pisano (1)

Code Metrics Summary for Package: lors

# 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 (lors/lib/) 0
# Documentation pages 0
# Documentation lines 0
Browse Source Not installed
Github Repository: https://github.com/openacs/lors/tree/oacs-5-10

LORS central

Created by Emmanuelle Raffenne, last modified by Gustaf Neumann 12 Sep 2013, at 12:18 PM

Package Specification Summary for Package: lors-central

Summary: Application to manage the services from the Learning Object Repository.
Description: This application manages the services from the Learning Object Repository: upload master courses, manage and create metadata, add resources and files to existent courses, creates new versions of LO's.
Maturity: New Submission or Maturity Unknown
This package depends on: clipboard lors lorsm dotlrn-lorsm views acs-datetime
Packages that depend on lors-central: None
Package parameters:
ManageLorsCentralP
Restricts the users who can acces and modify courses in lors-central package. 1 - Only the swa, 0 - everybody. Defaults to 0 (default 0, type number, scope instance)
UploadUsingLorsCentralP
Set to 1 if you want to upload courses using lors-central package instead of lorsm. You will need to have installed lors-central for this parameter to work. (default 0, type number, scope instance)

Bug Tracker Summary for Package: lors-central

Open Bugs: 1
All Tracked Issues: 1
Latest Bug Opened: 2006-04-03 edit scorm course page using lors central break page
Latest Bug Fixed: No bugs have been fixed in this package.
Top Bug Submitters: dennis sacks (1)
Top Bug Fixers:

Code Metrics Summary for Package: lors-central

# 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 (lors-central/lib/) 0
# Documentation pages 0
# Documentation lines 0
Browse Source Not installed
Github Repository: https://github.com/openacs/lors-central/tree/oacs-5-10


Beehive Portlet

Created by Gustaf Neumann, last modified by Gustaf Neumann 12 Sep 2013, at 12:12 PM

Package Specification Summary for Package: beehive-portlet

Summary:
Description:
Maturity: New Submission or Maturity Unknown
This package depends on: beehive new-portal
Packages that depend on beehive-portlet: dotlrn-beehive
Package parameters:
beehive_portlet_force_region
the portal region to put the beehive portlet into (default 1, type number, scope instance)

Bug Tracker Summary for Package: beehive-portlet

There is no package with the name "beehive-portlet" known to bug-tracker.


Code Metrics Summary for Package: beehive-portlet

# 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 (beehive-portlet/lib/) 0
# Documentation pages 0
# Documentation lines 0
Browse Source Not installed
Github Repository: https://github.com/openacs/beehive-portlet/tree/oacs-5-10


Customer Service

Created by OpenACS community, last modified by Gustaf Neumann 12 Sep 2013, at 11:53 AM

Status

pre-release  

Introduction

Part of the ecommerce-g2 project

Feature requests

add requests here

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

Popular tags

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

OpenACS.org