Showing 421 - 430 of 696 Postings (
summary)
Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 02:50 AM
Package Specification Summary for Package: ams
| Summary: |
Store attributes via the Content Repository, and auto generate input forms |
| Description: |
AMS (Attribute Management System) helps in customizing your website. It lets you adjust what information is collected and displayed for any package that is integrated with it. AMS allows you to easily and dynamically add attributes to forms and display pages, using a Tcl API or an admin interface. AMS uses the content repository to store attribute history for any object on the system. |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
acs-lang postal-address ref-countries ref-us-states ref-us-zipcodes telecom-number |
| Packages that depend on ams: |
contacts |
| Package parameters: |
- address-widget: DefaultAdressLayoutP
- Especify the default template for input and display layout for the address. Set to 1 for { street, city, state, zip, country } or 0 for { street, zip, city, state, country } (default 1, type number, scope instance)
- address-widget: DefaultISOCountryCode
- Specify the default ISO Country Code(s) to be used for all address widgets. The first country that will show up is the first entry in this list. The countries specified here will be be at the top of the country list seperated from all other country codes. If left blank it will default to whatever country is alphabetically first in the language used. For a complete list of codes look at the countries table in the database. (default , type string, scope instance)
- address-widget: DefaultStreetLines
- Maximum number of lines of text the street address may have (default 3, type number, scope instance)
- address-widget: DefaultStreetSize
- Maximum number of characters the street address might have (default 100, type number, scope instance)
- address-widget: HideISOCountryCode
- Specify the country names to hide when displaying addresses. Specify they ISO Country Code(s) here as a space seperated list for all countries that apply. If all your workers mail letters from one country you will likely not want to or need to print that country's name on letters, envelopes, reports, etc. (default , type string, scope instance)
- telecom-number-widget: ForceCountryCodeOneFormatting
- If set to "1" AMS will force phone numbers to follow the country zone code 1 rules (US, Canada, etc.), all phone numbers will need to follow the 'three digit area code'-'three digits - 4 digits'x'Extension' format. All "international" numbers will need to have the format "011-'Country_Code'-'Area_Code'-'Subscriber_number'x'Extension' format. If set to "0" telecom numbers will not be seperated into these elements, and the whole number will be entered in the DB as the subscriber number just as input in the form. (default 0, type number, scope instance)
- telecom-number-widget: MobileURL
- If this is set, all <b>mobile</b> phone numbers will have an SMS button with a URL, so you could click on the number and send an SMS using the URL specified. The target of the URL should recieve the mobile_phone_number as a value and provide an interface to type a textmessage which will be send as SMS. (default , type string, scope instance)
- telecom-number-widget: PhoneURL
- If this is set, all phone numbers will be underlined with a URL, so you could click on the phone number and your Windows application starts a Phone Connection to the number you clicked on. Usually this is done using the phone protocol, so a save value is 'phone:$telecom_number' (default , type string, scope instance)
|
Bug Tracker Summary for Package: ams
There is no package with the name "ams" known to bug-tracker.
Code Metrics Summary for Package: ams
| # 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 (ams/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/ams/tree/oacs-5-10
|
Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 02:49 AM
Package Specification Summary for Package: attendance
| Summary: |
|
| Description: |
|
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
evaluation dotlrn |
| Packages that depend on attendance: |
dotlrn-attendance |
| Package parameters: |
None
|
Bug Tracker Summary for Package: attendance
There is no package with the name "attendance" known to bug-tracker.
Code Metrics Summary for Package: attendance
| # 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 (attendance/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/attendance/tree/oacs-5-10
|
Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 02:49 AM
Package Specification Summary for Package: attachments
| Summary: |
Attachment support |
| Description: |
Provide widgets and datamodel to support attachments on arbitrary objects. Used by forums. |
| Documentation: |
Package Documentation |
| Maturity: |
Mature |
| This package depends on: |
acs-tcl acs-kernel file-storage |
| Packages that depend on attachments: |
calendar dotlrn forums research-portlet richtext-ckeditor4 richtext-ckeditor5 |
| Package parameters: |
- RelativeUrl
- The relative url of this package when mounted under a client. (default attach, type string, scope instance)
- deprecated: MaximumFileSize
- maximum file size for upload. DEPRECATED: please use the homonymous parameter in the file-storage (default 4096000, type number, scope instance)
|
Bug Tracker Summary for Package: attachments
Code Metrics Summary for Package: attachments
| # Tcl Procs |
21 |
| # Tcl Lines |
473 |
| # Tcl Blank Lines |
62 |
| # Tcl Comment Lines |
60 |
| # Automated Tests |
5 |
| # Stored Procedures |
PG: 0 ORA: 0 |
| # SQL Lines |
PG: 57 (blank 6 comments 21)
ORA: 56 (blank 6 comments 21) |
| # ADP pages |
6 |
| # ADP lines |
249 |
| # Include pages (attachments/lib/) |
0 |
| # Documentation pages |
4
(Package Documentation)
|
| # Documentation lines |
289 |
| Browse Source |
API-browser |
| Github Repository: |
https://github.com/openacs/attachments/tree/oacs-5-10
|
Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 02:49 AM
Package Specification Summary for Package: assessment
| Summary: |
Assessment package that will replace the surveys
quizz, complex survey, poll and other data collection packages
that OpenACS currently supports. |
| Description: |
Create assessments and evaluate. |
| Documentation: |
Package Documentation |
| Maturity: |
Mature |
| This package depends on: |
acs-content-repository acs-tcl acs-kernel acs-templating categories notifications views |
| Packages that depend on assessment: |
ae-portlet anon-eval assessment-portlet courses dotlrn-catalog |
| Package parameters: |
- NotifyAdminOfActions
- This parameter controls whether to allow notifications of triggered actions. This affects all assessments in the system. (default 1, type number, scope instance)
- ShowAdvancedOptions
- Show additional advanced assessment creation links. (default 0, type number, scope instance)
- ShowPoints
- Whether or not we show the points in the user interface for an assessment. (default 1, type number, scope instance)
|
Bug Tracker Summary for Package: assessment
Code Metrics Summary for Package: assessment
| # Tcl Procs |
256 |
| # Tcl Lines |
10015 |
| # Tcl Blank Lines |
1107 |
| # Tcl Comment Lines |
543 |
| # Automated Tests |
8 |
| # Stored Procedures |
PG: 7 ORA: 10 |
| # SQL Lines |
PG: 1534 (blank 171 comments 400)
ORA: 1516 (blank 156 comments 263) |
| # ADP pages |
96 |
| # ADP lines |
1754 |
| # Include pages (assessment/lib/) |
29 |
| # Documentation pages |
105
(Package Documentation)
|
| # Documentation lines |
47381 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/assessment/tree/oacs-5-10
|
Assessment Admin UI Rework wiki
Created by Gustaf Neumann, last modified by Benjamin Brink 22 Oct 2016, at 02:48 AM
Package Specification Summary for Package: ajax-photoalbum-ui
| Summary: |
|
| Description: |
|
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
ajaxhelper photo-album |
| Packages that depend on ajax-photoalbum-ui: |
None |
| Package parameters: |
None
|
Bug Tracker Summary for Package: ajax-photoalbum-ui
There is no package with the name "ajax-photoalbum-ui" known to bug-tracker.
Code Metrics Summary for Package: ajax-photoalbum-ui
| # 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 (ajax-photoalbum-ui/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/ajax-photoalbum-ui/tree/oacs-5-10
|
Created by Gustaf Neumann, last modified by Benjamin Brink 22 Oct 2016, at 02:45 AM
Package Specification Summary for Package: ajax-filestorage-ui
| Summary: |
|
| Description: |
|
| Maturity: |
Mature and Standard |
| This package depends on: |
ajaxhelper file-storage categories |
| Packages that depend on ajax-filestorage-ui: |
None |
| Package parameters: |
- CategoryTreeId
- The category tree to use for tagging files (default 0, type number, scope instance)
- debug
- Set this parameter to 1 so that ajaxfs uses ajaxfs.js instead of ajaxfs-min.js, the minified version (default 0, type number, scope instance)
|
Bug Tracker Summary for Package: ajax-filestorage-ui
There is no package with the name "ajax-filestorage-ui" known to bug-tracker.
Code Metrics Summary for Package: ajax-filestorage-ui
| # 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 (ajax-filestorage-ui/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/ajax-filestorage-ui/tree/oacs-5-10
|
Created by Philip Jensen, last modified by Benjamin Brink 22 Oct 2016, at 02:45 AM
Package Specification Summary for Package: address-book
| Summary: |
Application to collaboratively view and edit addresses and contact information. |
| Description: |
The Address Book is an application/service hybrid. As an application, it provides a complete UI for storing, retrieving and searching for individually permissioned contacts. As a service, Address Book provides a storage mechanism for contact information and associating it with other objects. Each contact has identity info as well as an arbitrary number of custom attributes (which may be used for phone numbers, email addresses, etc.) and an arbitrary number of street addresses. The package is deprecated, and the contacts package can be used instead. |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
acs-kernel |
| Packages that depend on address-book: |
None |
| Package parameters: |
- FreePostalCodes
- Postal codes are stored as free text instead of referring postal codes in the database. Enable this flag to store international addresses. (default 0, type number, scope instance)
|
Bug Tracker Summary for Package: address-book
Code Metrics Summary for Package: address-book
| # 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 (address-book/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/address-book/tree/oacs-5-10
|
Created by Gustaf Neumann, last modified by Benjamin Brink 22 Oct 2016, at 02:43 AM
Package Specification Summary for Package: acs-object-management
| Summary: |
API to manage all things objecty |
| Description: |
API and admin pages to create and edit object types. |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
acs-templating acs-kernel acs-content-repository |
| Packages that depend on acs-object-management: |
None |
| Package parameters: |
- DBCacheSize
- Size of cache used to hold object metadata (default 50000, type number, scope instance)
|
Bug Tracker Summary for Package: acs-object-management
There is no package with the name "acs-object-management" known to bug-tracker.
Code Metrics Summary for Package: acs-object-management
| # 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 (acs-object-management/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/acs-object-management/tree/oacs-5-10
|
Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 02:42 AM
Package Specification Summary for Package: acs-events
| Summary: |
API support for relationships between intervals in time, activities, and parties. |
| Description: |
The events service is primarily intended for use by writers of application packages and other service packages. The service allows developers to specify and manipulate relationships (possibly recurring) between an object and another object. |
| Documentation: |
Package Documentation |
| Maturity: |
Mature |
| This package depends on: |
acs-kernel |
| Packages that depend on acs-events: |
acs-datetime calendar contacts |
| Package parameters: |
- EventFutureLimit
- Maximum number of years to populate the database for recurring events. (default 5, type number, scope instance)
|
Bug Tracker Summary for Package: acs-events
Code Metrics Summary for Package: acs-events
| # Tcl Procs |
0 |
| # Tcl Lines |
0 |
| # Tcl Blank Lines |
1 |
| # Tcl Comment Lines |
0 |
| # Automated Tests |
0 |
| # Stored Procedures |
PG: 128 ORA: 154 |
| # SQL Lines |
PG: 7464 (blank 1314 comments 1965)
ORA: 3907 (blank 499 comments 926) |
| # ADP pages |
0 |
| # ADP lines |
0 |
| # Include pages (acs-events/lib/) |
0 |
| # Documentation pages |
3
(Package Documentation)
|
| # Documentation lines |
701 |
| Browse Source |
API-browser |
| Github Repository: |
https://github.com/openacs/acs-events/tree/oacs-5-10
|
Created by Nick Carroll, last modified by Benjamin Brink 22 Oct 2016, at 02:41 AM
Package Specification Summary for Package: acs-datetime
Bug Tracker Summary for Package: acs-datetime
Code Metrics Summary for Package: acs-datetime
| # Tcl Procs |
44 |
| # Tcl Lines |
2197 |
| # Tcl Blank Lines |
385 |
| # Tcl Comment Lines |
100 |
| # Automated Tests |
13 |
| # 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-datetime/lib/) |
0 |
| # Documentation pages |
9
(Package Documentation)
|
| # Documentation lines |
382 |
| Browse Source |
API-browser |
| Github Repository: |
https://github.com/openacs/acs-datetime/tree/oacs-5-10
|