View · Index

Weblog Page

Filtered by category Non-Core Packages, 121 - 130 of 180 Postings (all, summary)

FAQ

Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 03:12 AM

Package Specification Summary for Package: faq

Summary: Manage simple and categorized Question and Answer style FAQs with WYSIWYG and notification functionalities.
Description: Handles frequently asked questions Q&A presentation. Can be one Q&A per page or all presented flat. Straightforward application with room for improvement. Support for notification as well as WYSIQYG Editor and Categories - both optional. Category trees are displayed flat. No multiple filters.
Maturity: Mature
This package depends on: acs-kernel acs-tcl categories notifications
Packages that depend on faq: faq-portlet
Package parameters:
CategoryContainer
Should the category container for the faqs be "subsite_id" or "package_id". (default package_id, type string, scope instance)
EnableCategoriesP
Should categories be enabled? Default is 0 (false). (default 0, type number, scope instance)
GeneralCommentsP
Attach comments to FAQ (value = 1). Prevent comments (value = 0). (default 1, type number, scope instance)
UseWysiwygP
Should we allow users to use a WYSIWYG editor to make their entries? Defaults to f (false). (default t, type string, scope instance)


Bug Tracker Summary for Package: faq

Open Bugs: 9
All Tracked Issues: 18
Latest Bug Opened: 2008-12-10 There's no permission to general_comments_create
Latest Bug Fixed: 2015-07-25 Russian localization for package faq (HEAD).
Top Bug Submitters: Caroline Meeks (4) Jade Rubick (3) Joe Cooper (1) Michael Steigman (1) Stan Kaufman (1)
Top Bug Fixers: Gustaf Neumann (3) Stan Kaufman (1) Tilmann Singer (1) Tracy Adams (1) Gerardo Morales (1) Cynthia Kiser (1) Joel Aufrecht (1)


Code Metrics Summary for Package: faq

# Tcl Procs 27
# Tcl Lines 572
# Tcl Blank Lines 101
# Tcl Comment Lines 45
# Automated Tests 13
# Stored Procedures PG: 9 ORA: 10
# SQL Lines PG: 430 (blank 72 comments 75) ORA: 345 (blank 54 comments 24)
# ADP pages 16
# ADP lines 363
# Include pages (faq/lib/) 1
# Documentation pages 0
# Documentation lines 0
Browse Source API-browser
Github Repository: https://github.com/openacs/faq/tree/oacs-5-10

 

Expense Tracking

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 03:12 AM

Package Specification Summary for Package: expense-tracking

Summary: Expense tracking package for managing line expenses for each class in a dotlrn community
Description:
Maturity: New Submission or Maturity Unknown
This package depends on: None
Packages that depend on expense-tracking: dotlrn-expense-tracking expenses
Package parameters: None


Bug Tracker Summary for Package: expense-tracking

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



Code Metrics Summary for Package: expense-tracking

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

 

Expense

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 03:12 AM

Package Specification Summary for Package: expenses

Summary:
Description:
Maturity: New Submission or Maturity Unknown
This package depends on: expense-tracking dotlrn
Packages that depend on expenses: None
Package parameters: None


Bug Tracker Summary for Package: expenses

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



Code Metrics Summary for Package: expenses

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

 

Evaluation

Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 03:12 AM

Package Specification Summary for Package: evaluation

Summary: This package allows the users (professors and students) to use the system to submit and grade the tasks.
Description: This package allows the professors and TAs to assign tasks to the students and to grade them, and to the students to upload their answers and see their grades.
Maturity: Mature
This package depends on: calendar dotlrn notifications acs-tcl
Packages that depend on evaluation: attendance evaluation-portlet
Package parameters:
ArchiveCommand
Program (and program options) to use for archiving file storage objects. Use the special tags {in_file} and {out_file} (including the curly braces) to denote the locations of the input and output files on the command line. (default /usr/bin/zip -r {out_file} {in_file}, type string, scope instance)
ArchiveExtension
The extension that the programmer should add to the output file. This depends on the value of ArchiveCommand (default zip, type string, scope instance)
AssignmentsPortletRegion
Use this parameter to indicate the position of the assignments portlet (if applicable) in the page. Set this parameter to null if you want to use the default position. (default 1, type number, scope instance)
EvaluationPageName
Use this parameter to add the portlets (if you are using them evaluation_assignments and evaluation_evaluations) in a new page. If you do not want the portlets to be set in a new page, set this parameter to null. (default #evaluation.evaluationpagename#, type string, scope instance)
EvaluationsPortletRegion
Use this parameter to indicate the position of the evaluations portlet (if applicable) in the page. Set this parameter to null if you want to use the default position. (default 2, type number, scope instance)
MaxNumberOfBytes
Maximum number of bytes allowed for the files in this package. (tasks, tasks sols, student answers, grades sheets, etc) (default 5000, type number, scope instance)
SimpleVersion
Used to choose between the simple version and the full version (default 0, type number, scope instance)
StoreFilesInDatabaseP
Flag to determine the storage type. A flag of 1 (true) will store the files in the database. If 0 (false) files are stored in the filesystem. ***This parameter should only be changed at package instance creation.*** (default 1, type number, scope instance)
urlProtocols
Allowed protocols to use for the url field when submitting a task, task solution or an answer. Add values separated by comma. (default http://,ftp://,https://, type string, scope instance)


Bug Tracker Summary for Package: evaluation

Open Bugs: 5
All Tracked Issues: 14
Latest Bug Opened: 2005-09-01 Add task field description with htmlarea small
Latest Bug Fixed: 2007-06-05 List members empty at Report evaluation.
Top Bug Submitters: Dario Roig (4) Emmanuelle Raffenne (3) Malte Sussdorff (2) Alberto Pesquera Martín (2) Jens Hill (2)
Top Bug Fixers: Emmanuelle Raffenne (5) Alberto Pesquera Martín (2) Caroline Meeks (1) Jose Pablo Escobedo Del Cid (1)


Code Metrics Summary for Package: evaluation

# Tcl Procs 48
# Tcl Lines 1922
# Tcl Blank Lines 294
# Tcl Comment Lines 95
# Automated Tests 0
# Stored Procedures PG: 12 ORA: 24
# SQL Lines PG: 778 (blank 130 comments 99) ORA: 604 (blank 74 comments 42)
# ADP pages 47
# ADP lines 1353
# Include pages (evaluation/lib/) 5
# Documentation pages 0
# Documentation lines 0
Browse Source Not installed
Github Repository: https://github.com/openacs/evaluation/tree/oacs-5-10

 

Email Handler

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 03:11 AM

Package Specification Summary for Package: email-handler

Summary: Service to automatically dispatch and process incoming email messages.
Description: A service to autmatically dispatch and process incoming email messages. Email messages are tagged and inserted into a database table by an external script, and the email handler dispatches emails by tag to Tcl procedures to handle them. See notifications for an alternative maildir based handler for inbound mail.
Maturity: New Submission or Maturity Unknown
This package depends on: acs-kernel
Packages that depend on email-handler: None
Package parameters:
DispatchTable
Mapping from email tags to handler procedures (default , type string, scope instance)
QueueSweepInterval
How often (is seconds) to sweep the message queue (default 600, type number, scope instance)


Bug Tracker Summary for Package: email-handler

Open Bugs: 0
All Tracked Issues: 0
Latest Bug Opened: This package has no open bugs.
Latest Bug Fixed: No bugs have been fixed in this package.
Top Bug Submitters:
Top Bug Fixers:


Code Metrics Summary for Package: email-handler

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

 

EduWiki

Created by Gustaf Neumann, last modified by Benjamin Brink 22 Oct 2016, at 03:11 AM

Package Specification Summary for Package: eduwiki

Summary: Educational Wiki for dotLRN
Description: Educational Wiki for dotLRN, this package provides a xowiki tool for teachers.
Maturity: New Submission or Maturity Unknown
This package depends on: ajaxhelper dotlrn xowiki
Packages that depend on eduwiki: eduwiki-portlet
Package parameters:
extra_css
One or more additional css file for this Instance (default , type string, scope instance)
production_mode
When this parameter is set, new pages are created in a "production" state, where they are not visible to users. These page have to be released via the admin pages. Notifcation and syndication is decativated, while pages are under "production". (default 0, type number, scope instance)
security_policy
Define the valid operations for different kind of users. (default ::eduwiki::policy3, type string, scope instance)
show_per_object_categories
If enabled it shows on a page view the categories assigned to this object (default 1, type number, scope instance)
template_file
Name of the ADP file to be used for viewing pages. The default value is 'eduwiki-view'. (default /packages/eduwiki/www/eduwiki-view, type string, scope instance)
top_includelet
Specify an xowiki portlet (defined in ::xowiki::portlet::*) to be included on top over every pages. In order or add e.g. on each page of this wiki instance a listing of the users currently active in this xowiki instance, set the value of this parameter e.g. to 'presence -interval "10 minutes"'. The valid parameters are defined by the xowiki portlets. (default activity-pages, type string, scope instance)
top_portlet
Specify an xowiki portlet (defined in ::xowiki::portlet::*) to be included on top over every pages. In order or add e.g. on each page of this wiki instance a listing of the users currently active in this xowiki instance, set the value of this parameter e.g. to 'presence -interval "10 minutes"'. The valid parameters are defined by the xowiki portlets. (default , type string, scope instance)
Form: autoname
Automatically name items of this instance (default 0, type number, scope instance)
Form: display_page_order
Display page_order attribute (Section) in edit forms if possible. This attribute can only be shown, when ltree is available. (default 0, type number, scope instance)
Options: with_delicious
Add a delicious button to the page (default 0, type number, scope instance)
Options: with_digg
Add a button to submit article to digg (default 0, type number, scope instance)
Options: with_general_comments
use general comments package (default 0, type number, scope instance)
Options: with_limit_dates
When specified, a widget for selecting start and end date for edit wiki pages is added, if specified, the functionality is enabled (default 0, type number, scope instance)
Options: with_notifications
Allow the user to register notifications (default 1, type number, scope instance)
Options: with_tags
allow user to provide tags to pages (default 0, type number, scope instance)
Options: with_user_tracking
track page view usage per user (default 1, type number, scope instance)
Options: with_yahoo_publisher
When specified, a button for adding the content to myyahoo is added, containing the specified publisher (default 0, type number, scope instance)
Pages: index_page
name of the page to be shown when the package instance is browsed (e.g. en:index) (default , type string, scope instance)
Pages: weblog_page
name of the page to show weblog (when clicking on tags) (default en:weblog, type string, scope instance)
URL: package_prefix
Part of the URL used before language and page name. This setting is used, when an url is computed. Per default, the package_prefix is determined by the side not. When for example a default xowiki instance is used as start page of openacs, the package_prefix can be set to / (default , type string, scope instance)
URL: subst_blank_in_name
normalize names of pages in a media wiki style. Most dominantly, spaces are turned into blanks. (default 1, type number, scope instance)
URL: use_connection_locale
When this flag is set, the connection locale (depending on the browser setting) is used to determine the default language, in which a page is presented, whenever possible. Users with different locales will see under the same url different content. Per default this flag is turned off, and the package or system wide locale is used as default. (default 0, type number, scope instance)


Bug Tracker Summary for Package: eduwiki

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



Code Metrics Summary for Package: eduwiki

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

 

Edit This Page

Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 03:11 AM

Package Specification Summary for Package: edit-this-page

Summary: An easy-to-use content management system.
Description: An Easy to use publishing system with versioning and permissions.
Documentation: Package Documentation
Maturity: New Submission or Maturity Unknown
This package depends on: acs-kernel acs-subsite acs-templating
Packages that depend on edit-this-page: edit-this-page-portlet
Package parameters:
CommentsEnabledP
Are General Comments Enabled for this Subtopic? (default 0, type number, scope instance)
application
Name of the ETP application to use (default, faq, news, or create your own with the etp::define_application procedure) (default default, type string, scope instance)
cache_max_age
number of seconds to keep requested page attributes in the cache (default 600, type number, scope instance)
subtopic_application
Name of the ETP application to use when creating a subtopic (default default, type string, scope instance)


Bug Tracker Summary for Package: edit-this-page

Open Bugs: 22
All Tracked Issues: 57
Latest Bug Opened: 2006-02-20 Index page horribly inefficient
Latest Bug Fixed: 2015-07-25 Russian localization for package edit-this-page (HEAD).
Top Bug Submitters: Barry Books (9) Lars Pind (5) Jade Rubick (4) Dave Bauer (3) Richard Hamilton (3)
Top Bug Fixers: Dave Bauer (28) Richard Hamilton (2) Lars Pind (2) Jeff Davis (1) Gustaf Neumann (1) Jade Rubick (1) Don Baccus (1)


Code Metrics Summary for Package: edit-this-page

# Tcl Procs 35
# Tcl Lines 839
# Tcl Blank Lines 136
# Tcl Comment Lines 59
# Automated Tests 0
# Stored Procedures PG: 13 ORA: 18
# SQL Lines PG: 652 (blank 114 comments 74) ORA: 470 (blank 79 comments 23)
# ADP pages 14
# ADP lines 401
# Include pages (edit-this-page/lib/) 0
# Documentation pages 6 (Package Documentation)
# Documentation lines 436
Browse Source API-browser
Github Repository: https://github.com/openacs/edit-this-page/tree/oacs-5-10

 

If you are thinking about using this package consider instead the newer  xowiki.   - Caroline Meeks (Solution Grove, OCT)

Ecommerce Serial Number Tracking

Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 03:09 AM

Package Specification Summary for Package: ec-serial-numbers

Summary: This package allows the tracking of serial numbers when a product is bought from the E-Commerce Package. It allows for renewal of serial numbers as well
Description:
Maturity: New Submission or Maturity Unknown
This package depends on: acs-kernel acs-templating acs-content-repository
Packages that depend on ec-serial-numbers: None
Package parameters: None


Bug Tracker Summary for Package: ec-serial-numbers

There is no package with the name "ec-serial-numbers" known to bug-tracker.



Code Metrics Summary for Package: ec-serial-numbers

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

 

EZIC Gateway

Created by kappa, last modified by Benjamin Brink 22 Oct 2016, at 03:09 AM

Package Specification Summary for Package: ezic-gateway

Summary: EZIC merchant payment gateway package
Description: Package that manages communication between openacs and the EZIC merchant payment gateway. Requires an account with EZIC and a merchant credit card fulfillment account. This version works with ecommerce version 5.12 and above.
Maturity: New Submission or Maturity Unknown
This package depends on: payment-gateway
Packages that depend on ezic-gateway: None
Package parameters:
Communication: ezic_login
EZIC merchant or agent Account ID (not SiteID) (default , type string, scope instance)
Communication: ezic_sitetag
EZIC merchant or agent Site Tag (optional if only one) (default , type string, scope instance)
Communication: ezic_url
URL to post transaction requests to EZIC Gateway (default https://secure.ezic.com:1402/gw/sas/direct3.0, type string, scope instance)
Communication: test_request
EZIC package test mode. When true, adds communication send/response data to the log. (For EZIC Transaction Test mode see EZIC.com :Account config :Credit cards - Optional Test Mode) (default False, type string, scope instance)
Response: CreditCardsAccepted
The credit cards accepted by your EZIC account. Must match CreditCardsAccepted parameter in ecommerce package. (default , type string, scope instance)
Response: field_encapsulator
Field encapsulation character in the EZIC Direct Mode (leave blank, Jan 2004) (default , type string, scope instance)
Response: field_seperator
Field separator in EZIC Direct Mode (set by EZIC, do not change. Jan 2004) (default &, type string, scope instance)
Security: referer_url
The URL where requests to EZIC come from. ie Transaction request originating from url: (default https://yourdomain/ezic-gateway/, type string, scope instance)


Bug Tracker Summary for Package: ezic-gateway

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



Code Metrics Summary for Package: ezic-gateway

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

 

E-Commerce

Created by Furfly, last modified by Benjamin Brink 22 Oct 2016, at 03:09 AM

Package Specification Summary for Package: ecommerce

Summary: The ACS 3.x based e-commerce solution ported to OpenACS.
Description: This module implements a standard business-to-consumer Web store service. A feature summary is included with the documentaion.
Maturity: New Submission or Maturity Unknown
This package depends on: acs-datetime acs-kernel ref-countries ref-language ref-us-counties ref-us-states ref-us-zipcodes
Packages that depend on ecommerce: dotlrn-ecommerce scholarship-fund
Package parameters:
EnabledP
set this to 1 if you're using the ecommerce module (default 1, type number, scope instance)
SystemName
name of ecommerce system (default Store, type string, scope instance)
Froogle: FroogleAccountname
Froogle account name (default 7_sisters, type string, scope instance)
Froogle: FroogleFtpHostname
Hostname of the Froogle Ftp server to upload the data feed to (default hedwig.froogle.com, type string, scope instance)
Froogle: FrooglePassword
Froogle password (default , type string, scope instance)
PayPal: PayPalBusiness
email associated with paypal account. (default , type string, scope instance)
PayPal: PayPalBusinessRef
PayPal Secure Merchant Account ID for building forms/buttons with paypal account. (default , type string, scope instance)
PayPal: PayPalStandardMode
PayPal Standard mode: 0 = not used, 1 = shipping by weight, 2 = shipping calculated by price, 3 = custom shipping (as a line item), 5 = use PayPal AddtoCart and ViewCart buttons (default 0, type string, scope instance)
SSL: InsecureLocation
A URL fragment (protocol, hostname, and port) appended before "insecure" transactions URLs. Defaults to "" (default , type string, scope instance)
SSL: SecureLocation
A URL fragment (protocol, hostname, and port) appended before transactions URLs. Defaults to "". If the value is "" ecommerce will examine the values of httpModule and httpsModule to determine the secure location. (default , type string, scope instance)
SSL: httpModule
The AOLserver module that implements "normal" communications (usually nsunix or nssock) Typical behavior favors nsunix over nssock, if both are present. You only need to set this parameter if your site supports both nsunix and nssock, but you prefer nssock. (default , type string, scope instance)
SSL: httpsModule
(deprecated) The preferred AOLserver module that implements SSL. Typical behavior favors nsopenssl over nsssl. This parameter is only important if your site, for some unusual reason supports both nsopenssl as well as nsssl and you prefer nsssl.(deprecated: see http://cvs.openacs.org/cvs/openacs-4/packages/acs-tcl/tcl/security-procs.tcl?revision=1.54&view=markup to make this work.) Ecommerce package now follows acs-core ssl standards. (default nsopenssl, type string, scope instance)
associated charges: OfferTaxExemptStatusP
Should we ask people if their organization is tax exempt? (default 0, type number, scope instance)
associated charges: ShippingRefundPercent
percentage refunded if an item is returned (default 0, type number, scope instance)
display: CalcProductRelationshipsP
whether the system should calculate additional product relationships (default 0, type number, scope instance)
display: DisplayPriceOfZeroAs
Displays this value instead of zero for a product that has a price of zero. This value might be set to Free to help with external search indexing, or Call to help with products where prices are changing inconveniently fast. (default 0.00, type string, scope instance)
display: ProductCommentsAllowP
whether to allow user comments on products (default 1, type number, scope instance)
display: ProductCommentsNeedApprovalP
whether user comments on products (if allowed) need approval before becoming live (default 1, type number, scope instance)
display: ProductImageHeight
Maximum height for images of products displayed on the main product page. (default 10000, type number, scope instance)
display: ProductImageSizeOuterlimits
Set to '0' to use 'exclusive or'(EOR) sizing. EOR sizing uses either ProductImageHeight or ProductImageWidth parameter to calculate image size, but not both. Give a value to the image's width or height parameter (whichever is more important) and then by leaving the other dimension blank, the image will be the size specified in the dimension chosen. If image width and height parameters are given values, the width setting will take precedence. If neither dimension is given a value, the image width will default to 100. Set this parameter to 1 to use both dimensions as outer size limits --handy when product image aspect ratios reach toward the extreme limits. The aspect ratio is kept constant regardless of values used. (default 1, type number, scope instance)
display: ProductImageWidth
Maximum width for images of products displayed on the main product page. If neither width or height are given values and ProductImageSizeOuterlimits=0, then this parameter defaults to 100 (default 350, type number, scope instance)
display: ProductsToDisplayPerPage
this is used on the category browse page (and for subcategories/subsubcategories) (default 10, type number, scope instance)
display: ThumbnailHeight
Maxium height for images of products displayed on the main product page. (default 10000, type number, scope instance)
display: ThumbnailSizeOuterlimits
Set to '0' to use 'exclusive or'(EOR) sizing. EOR sizing uses either ThumbnailHeight or ThumbnailWidth parameter to calculate thumbnail size, but not both. Give a value to the thumbnail's width or height parameter (whichever is more important) and then by leaving the other dimension blank, the thumbnail will be the size specified in the dimension chosen. If image width and height parameters are given values, the width setting will take precedence. If neither dimension is given a value, the thumbnail width will default to 100. Set this parameter to 1 to use both dimensions as outer size limits --handy when product image aspect ratios reach toward the extreme limits. The aspect ratio is kept constant regardless of values used. (default 0, type number, scope instance)
display: ThumbnailWidth
Maximum width for thumbnails of products. If neither width or height are given values and ThumbnailSizeOuterlimits=0, then this parameter defaults to 100 (default 100, type number, scope instance)
display: UserClassAllowSelfPlacement
whether a user can request to be a member of a user class (default 1, type number, scope instance)
display: UserClassApproveP
if a user requests to be in a user class, is approval required before that user becomes a member of the user class (default 1, type number, scope instance)
display: UserClassUserViewP
whether users can see what user classes they are in (default 1, type number, scope instance)
fulfillment: DisplayTransactionMessagesDuringFulfillmentP
you may or may not wish to have the people recording shipments receive messages like 'unable to authorize payment for shipment' -- depending on whether they they're in a position to do anything about the problem (e.g. abort shipment) (default 1, type number, scope instance)
gift certificates: GiftCertificateMonths
number of months until user-purchased gift certificates expire (default 12, type number, scope instance)
gift certificates: MaxGiftCertificateAmount
maximum gift certificate amount they can buy (default 300, type number, scope instance)
gift certificates: MinGiftCertificateAmount
minimum gift certificate amount they can buy (this does not impose minimum amount for administrators giving users gift certificates) (default 5, type number, scope instance)
gift certificates: SellGiftCertificatesP
whether to allow users to buy gift certificates (default 1, type number, scope instance)
messages: StockMessageI
in stock (default In Stock, type string, scope instance)
messages: StockMessageM
text of hips moderately quickly message (default Usually Ships Within 2-3 Days, type string, scope instance)
messages: StockMessageO
text of out of stock message (default Out of Stock, type string, scope instance)
messages: StockMessageQ
text of ships quickly message (default Usually Ships Within 24 Hours, type string, scope instance)
messages: StockMessageS
text of ships slowly message (default Usually Ships Within 2-4 Weeks, type string, scope instance)
payment information: CreditCardsAccepted
A single-letter space delimited list of accepted credit card types. See ec_pretty_creditcard_type for details. (default v m a, type string, scope instance)
payment information: PaymentCardCodeAsk
Default is 0. Set to 1 to display credit card CVV2/CVC2/CID code field along with credit card number etc. This is for accepting payments with the extra 3 or 4 digits on the card. (default 0, type number, scope instance)
payment information: PaymentCardCodeRequired
Default is 0. Set to 1 to require a credit card's CVV2/CVC2/CID code to validate as a part of authorization and card processing. (default 0, type number, scope instance)
payment information: PaymentGateway
The package-key of the payment gateway to use. Leave empty if you don't want to use a gateway. (default , type string, scope instance)
payment information: PaymentRetryPeriod
The time in hours that temporarily failed transactions should be repeated for. Transactions that do not receive a definitive answer from the gateway with this period fail at the end of the period. (default 8, type number, scope instance)
payment information: SaveCreditCardDataP
Whether to save credit card data (you have to save it if you're going to do manual billing) -- if you save it, then your users can reuse their credit card with one click (default 1, type number, scope instance)
shipping: ExpressShippingP
Is express shipping available to your customers? (default 1, type number, scope instance)
shipping: PickupP
Can orders be picked up from your location by customers? (default 0, type number, scope instance)
shipping: ShippingGateway
The shipping gateway that should be used to calculate the shipping charges instead of the default ecommerce calculations. (default , type string, scope instance)
shopping cart: AllowPreOrdersP
whether customers will be able to place orders for items whose available_date has not yet come (default 1, type number, scope instance)
shopping cart: CartDuration
# of days an 'in_basket' order will remain in the system before a cron job expires it (default 30, type number, scope instance)
shopping cart: CartMaxToAdd
maximum quantity to add to a shoppng basket item's current quantity. Each unit requires a row insert in db table ec_items. (default 999, type number, scope instance)
style: ECTemplatesMayContainTclFunctionsP
Set to 1 if Tcl functions are allowed in the product and e-mail templates. Set to 0 if not. (default 1, type number, scope instance)
technical: CacheProductAsFile
Some web crawlers prefer to spider html pages. Should static files be created to mirror each product file? 0 = no, 1 = yes. Browsers and crawlers that do not accept cookies will be redirected to the static version of the product page. (default 0, type number, scope instance)
technical: CacheRefresh
Seconds between cache (util_memoize) updates (default 600, type number, scope instance)
technical: CustomerServiceEmailAddress
all outgoing email is sent from this address (default service@yourdomain.com, type string, scope instance)
technical: CustomerServiceEmailDescription
the description of the outgoing email address (default Ecommerce Customer Service, type string, scope instance)
technical: EcommerceDataDirectory
path to Product data directories (where product files like images are kept). It is useful to keep this away from the normal pageroot so that uploaded .tcl or .adp files cannot be executed with a URL. IF YOU DON'T SET THIS CORRECTLY, YOUR SYSTEM WON'T WORK! Make sure to replace yourservername with the correct name. You also have to create the directories you specify in the file-system. See technical setup document. (default /web/yourservername/data/ecommerce/, type string, scope instance)
technical: ImageMagickPath
ImageMagick's Convert utility is required to make thumbnails of products. This parameter points to the path of convert (default /usr/local/bin/convert, type string, scope instance)
technical: MultipleRetailersPerProductP
Set to 1 if you have a comparison shopping service -- Note: support for multiple retailers does not work yet in Version 1.0 of the Ecommerce Module, so leave it as 0 (default 0, type number, scope instance)
technical: ProductDataDirectory
This path goes on the end of the EcommerceDataDirectory. IF YOU DON'T SET THIS CORRECTLY, YOUR SYSTEM WON'T WORK! Make sure to replace yourservername with the correct name. You also have to create the directories you specify in the file-system. See technical setup document. (default product/, type string, scope instance)
technical: SystemOwner
email address of owner of shop (default , type string, scope instance)
units: Currency
currency units, USD, dollars, lira, etc. If using PayPal, this must comply with PayPal currency references also. (default USD, type string, scope instance)
units: WeightUnits
weight units such as pounds, carats, ounces, etc. If using PayPal, must comply with PayPal choices. (default lbs, type string, scope instance)


Bug Tracker Summary for Package: ecommerce

Open Bugs: 4
All Tracked Issues: 74
Latest Bug Opened: 2004-11-01 ecommerce time functions not standardized to openacs 5.x
Latest Bug Fixed: 2013-09-13 example bug where submitter cannot resolve.
Top Bug Submitters: Torben Brosten (35) Caroline Meeks (10) Brad Duell (6) Richard Hamilton (5) Mark Aufflick (5)
Top Bug Fixers: Torben Brosten (37) Alfred Werner (21) Bart Teeuwisse (6) Jeff Davis (4) Mark Aufflick (3) Joe Cooper (1) Jonathan Ellis (1)


Code Metrics Summary for Package: ecommerce

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

 

Status

E-commerce for oacs-5-1 is stable. See OpenACS.org ecommerce bug reports.

For ecommerce on oacs-5-2, see: https://openacs.org/forums/message-view?message_id=456028.

A complete re-write is underway by creating a suite of packages instead of one package for everything.

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