View · Index

Weblog

Showing 291 - 300 of 693 Postings (summary)

User preferences

Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 04:31 AM

Package Specification Summary for Package: user-preferences

Summary: Support for user-preference storage
Description:
Maturity: New Submission or Maturity Unknown
This package depends on: None
Packages that depend on user-preferences: None
Package parameters: None


Bug Tracker Summary for Package: user-preferences

Open Bugs: 0
All Tracked Issues: 1
Latest Bug Opened: This package has no open bugs.
Latest Bug Fixed: 2006-01-25 User preferences not supported on postgresql.
Top Bug Submitters: Gabriel Burca (1)
Top Bug Fixers: Jeff Davis (1)


Code Metrics Summary for Package: user-preferences

# Tcl Procs 6
# Tcl Lines 151
# Tcl Blank Lines 35
# Tcl Comment Lines 10
# Automated Tests 0
# Stored Procedures PG: 5 ORA: 10
# SQL Lines PG: 277 (blank 55 comments 45) ORA: 304 (blank 45 comments 46)
# ADP pages 0
# ADP lines 0
# Include pages (user-preferences/lib/) 0
# Documentation pages 0
# Documentation lines 0
Browse Source API-browser
Github Repository: https://github.com/openacs/user-preferences/tree/oacs-5-10

Trackback

Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 04:31 AM

Package Specification Summary for Package: trackback

Summary: Support for sending and receiving trackback pings.
Description: Implements the trackback ping specification <a href="http://www.movabletype.org/docs/mttrackback.html">http://www.movabletype.org/docs/mttrackback.html</a>, for use with lars-blogger.
Documentation: Package Documentation
Maturity: New Submission or Maturity Unknown
This package depends on: general-comments
Packages that depend on trackback: lars-blogger
Package parameters: None


Bug Tracker Summary for Package: trackback

Open Bugs: 0
All Tracked Issues: 1
Latest Bug Opened: This package has no open bugs.
Latest Bug Fixed: 2006-01-25 Trackbacks are allowed with no parameters at all.
Top Bug Submitters: Guan Yang (1)
Top Bug Fixers: Jeff Davis (1)


Code Metrics Summary for Package: trackback

# Tcl Procs 6
# Tcl Lines 195
# Tcl Blank Lines 34
# Tcl Comment Lines 12
# Automated Tests 1
# Stored Procedures PG: 0 ORA: 0
# SQL Lines PG: 18 (blank 4 comments 5) ORA: 19 (blank 4 comments 5)
# ADP pages 0
# ADP lines 0
# Include pages (trackback/lib/) 1
# Documentation pages 1 (Package Documentation)
# Documentation lines 45
Browse Source API-browser
Github Repository: https://github.com/openacs/trackback/tree/oacs-5-10

Telecom Information

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 04:31 AM

Package Specification Summary for Package: telecom-number

Summary: Datamodel and UI for the HR-XML telecom standard.
Description: This is a mapping of HR-XML's telecom standard.<p> Originally part of contacts-lite, now stand-alone to allow for use in other packages.
Maturity: New Submission or Maturity Unknown
This package depends on: acs-kernel acs-reference ref-itu
Packages that depend on telecom-number: ams
Package parameters: None


Bug Tracker Summary for Package: telecom-number

Open Bugs: 0
All Tracked Issues: 3
Latest Bug Opened: This package has no open bugs.
Latest Bug Fixed: 2006-06-22 The telecom-number-plsql-create.sql script has the telecom_number object type commented out (which breaks the insert function).
Top Bug Submitters: Jade Rubick (2) Matthew Geddert (1)
Top Bug Fixers: Jon Griffin (3)


Code Metrics Summary for Package: telecom-number

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

Tcl SOAP

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 04:30 AM

Package Specification Summary for Package: tsoap

Summary:
Description:
Maturity: New Submission or Maturity Unknown
This package depends on: acs-kernel acs-templating acs-content-repository
Packages that depend on tsoap: None
Package parameters: None


Bug Tracker Summary for Package: tsoap

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



Code Metrics Summary for Package: tsoap

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

 

Tasks

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 04:26 AM

Package Specification Summary for Package: tasks

Summary: Keep track of tasks to do.
Description: This package uses project manager tcl and sql as the base for a simple task program without project manager's complexity.
Maturity: New Submission or Maturity Unknown
This package depends on: contacts workflow
Packages that depend on tasks: dotlrn-tasks tasks-portlet
Package parameters:
DefaultTasks
A colon delimited (;) list of message-keys representing the tasks that should be display as a drop down. (default tasks.lt_Delete_from_Recruitin;tasks.Follow_Up_Call;tasks.Follow_Up_Email;tasks.Have_they_responded;tasks.lt_Provide_Promotional_I;tasks.Send_Letter;tasks.Send_Birthday_Card;tasks.Send_Class_Schedule;tasks.lt_Send_Personal_NoteLet;tasks.Send_Web_Info_Card, type string, scope instance)
All: AssigneesGroupId
The group_id where we should look for valid assignees. By default this is -2, i.e. all users on the system. This list can get very large and you may want to use a different group, such as a group that all employees of the organization are in, so that the list of possible assignees is much shorter. (default -2, type number, scope instance)
Templates: DefaultPortletLayout
The src of the portlet layout to use in the portlets. (default /packages/tasks/lib/portlet, type string, scope instance)


Bug Tracker Summary for Package: tasks

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



Code Metrics Summary for Package: tasks

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

 

T Account

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 04:26 AM

Package Specification Summary for Package: t-account

Summary: Represents a financial T account, so named because it is shaped like a T: a header line, two columns and a line down the center.
Description: T Account allows you to create and post to financial T accounts. You can use them to do financial accounting homework or to keep financial records. Originally designed for the former :)
Maturity: New Submission or Maturity Unknown
This package depends on: None
Packages that depend on t-account: None
Package parameters: None


Bug Tracker Summary for Package: t-account

There is no package with the name "t-account" known to bug-tracker.



Code Metrics Summary for Package: t-account

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

 

Survey Reports

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 04:26 AM

Package Specification Summary for Package: survey-reports

Summary: Manage reports based on survey responses.
Description: Manage content repository templates using data from survey responses to build a report.
Maturity: New Submission or Maturity Unknown
This package depends on: survey views
Packages that depend on survey-reports: None
Package parameters: None


Bug Tracker Summary for Package: survey-reports

There is no package with the name "survey-reports" known to bug-tracker.



Code Metrics Summary for Package: survey-reports

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

 

Survey Library

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 04:25 AM

Package Specification Summary for Package: survey-library

Summary: Provides a library of surveys to use as templates and a user interface to manage the library.
Description: Survey Library proives a reusable library of surveys, survey sections, and inividual questions. It provides an interface to manage these surveys and parts of surveys.
Maturity: New Submission or Maturity Unknown
This package depends on: survey
Packages that depend on survey-library: None
Package parameters:
IndexForSearchP
Should items in this package instance be indexed for search (default 1, type number, scope instance)


Bug Tracker Summary for Package: survey-library

There is no package with the name "survey-library" known to bug-tracker.



Code Metrics Summary for Package: survey-library

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

 

Survey

Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 04:24 AM

Package Specification Summary for Package: survey

Summary: User defined surveys with reporting.
Description: Expanded functionality survey package derived from simple-survey.
Documentation: Package Documentation
Maturity: Immature
This package depends on: notifications
Packages that depend on survey: survey-library survey-portlet survey-reports
Package parameters:
allow_question_deavtivation_p
Allow questions to be set inactive (default 0, type number, scope instance)
survey_enabled_default_p
Are surveys enabled by default upon creation? (default 0, type number, scope instance)


Bug Tracker Summary for Package: survey

Open Bugs: 6
All Tracked Issues: 32
Latest Bug Opened: 2003-07-22 Add anonymous option to surveys
Latest Bug Fixed: 2014-04-22 Survey doesn't run without dotLRN.
Top Bug Submitters: Tilmann Singer (3) Deirdre Kane (3) Dave Bauer (3) Caroline Meeks (3) Bjorn Thor Jonsson (3)
Top Bug Fixers: Dave Bauer (17) Gustaf Neumann (2) Malte Sussdorff (2) Peter Marklund (1) Mohan Pakkurti (1) Staffan Hansson (1) Cathy Sarisky (1)


Code Metrics Summary for Package: survey

# Tcl Procs 21
# Tcl Lines 700
# Tcl Blank Lines 132
# Tcl Comment Lines 22
# Automated Tests 0
# Stored Procedures PG: 14 ORA: 26
# SQL Lines PG: 790 (blank 131 comments 97) ORA: 792 (blank 92 comments 45)
# ADP pages 39
# ADP lines 640
# Include pages (survey/lib/) 1
# Documentation pages 0 (Package Documentation)
# Documentation lines 0
Browse Source Not installed
Github Repository: https://github.com/openacs/survey/tree/oacs-5-10

 

Static Pages

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 04:24 AM

Package Specification Summary for Package: static-pages

Summary: Support searchable and commentable static site content.
Description: Static Pages loads the static content of a site from the filesystem into the database so that their contents are available to other packages, such as search and general-comments, and allows static content to be wrapped by the master template to provide persistent navigation.
Documentation: Package Documentation
Maturity: New Submission or Maturity Unknown
This package depends on: acs-content-repository acs-kernel acs-tcl general-comments
Packages that depend on static-pages: None
Package parameters:
AllowedExtensions
Enter the file extensions you want to have working with "static-pages". Separate them with a single whitespace. (Case insensitive). (default html htm, type string, scope instance)
CommentsDisplayedP
Set this to 1 if you want to display a comment link and comments inline. (default 1, type number, scope instance)
TemplatePath
If you want to activate templating of static pages, you must tell the system where to find the adp template. Leave out the initial / and don't forget the filename. (the path is relative to [acs_root_dir] and .adp is implied).] (default /packages/static-pages/www/templates/static, type string, scope instance)
TemplatingEnabledP
Set this to 1 if you want the pages that are scanned by static-pages to be templated. Otherwise set it to 0. (default 0, type number, scope instance)
fs_root
Root folder of Static Pages tree, relative to acs_root_dir server root. (default /www, type string, scope instance)


Bug Tracker Summary for Package: static-pages

Open Bugs: 3
All Tracked Issues: 5
Latest Bug Opened: 2006-01-27 Double message key when double posting a comment
Latest Bug Fixed: 2006-01-25 File System Scan Results in Error (ctd.).
Top Bug Submitters: Daniël Mantione (2) Carsten Clasohm (1) Jarkko Laine (1) Roger Metcalf (1)
Top Bug Fixers: Andrew Piskorski (2)


Code Metrics Summary for Package: static-pages

# Tcl Procs 18
# Tcl Lines 939
# Tcl Blank Lines 157
# Tcl Comment Lines 136
# Automated Tests 0
# Stored Procedures PG: 24 ORA: 22
# SQL Lines PG: 1492 (blank 171 comments 153) ORA: 858 (blank 80 comments 174)
# ADP pages 4
# ADP lines 75
# Include pages (static-pages/lib/) 0
# Documentation pages 4 (Package Documentation)
# Documentation lines 642
Browse Source API-browser
Github Repository: https://github.com/openacs/static-pages/tree/oacs-5-10

 

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

Popular tags

17 , 5.10 , 5.10.0 , 5.10.1 , 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
No registered users in community xowiki
in last 30 minutes
Contributors

OpenACS.org