View · Index

Weblog Page

Showing 381 - 390 of 695 Postings (summary)

File storage

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

Package Specification Summary for Package: file-storage

Summary: Collaborative document storage
Description: Provides a versioned document store with storage in the filesystem or database (depending on configuration). Documents and folders can be permissioned and folders downloaded.
Documentation: Package Documentation
Maturity: Mature
This package depends on: acs-kernel acs-tcl acs-content-repository acs-automated-testing acs-templating acs-lang categories notifications rss-support
Packages that depend on file-storage: ajax-filestorage-ui attachments dotfolio dotlrn-fs file-storage-includelet fs-portlet lors xowiki
Package parameters:
AllowTextEdit
Allow users to edit the content of text based files in their browser. (default 0, type number, scope instance)
BehaveLikeFilesystemP
Switch to use file-title for download instead of original filename (default 0, type number, scope instance)
CategoriesP
Allow categories to be attached to a file. (default 0, type number, scope instance)
DownloadTargetWindowName
Many modern Web browsers will attempt to open documents directly in the browser if they can. To disable this "plugin mode" behavior and cause downloads to open in a new window, set this value to "_blank" or any nonempty string. Setting this value to the empty string (default) will leave it to the browser program to decide. (default , type string, scope instance)
ExposeRssP
Should we offer navigation to set up RSS feeds for folders? (default 0, type number, scope instance)
GeneralCommentsP
Allow comments to be attached to a file. (default 0, type number, scope instance)
MaximumFileSize
The maximum size, in bytes, of files that users are allowed to upload. Should not be set larger than the systemwide AOLServer parameter maxinput. (default , type number, scope instance)
MoveByCopyDeleteP
Move files by copying and then deleting the original? Default is false, use normal move (default 0, type number, scope instance)
ShowAdministerPermissionsLinkP
Whether or not to show a link to administer permissions on the file storage object. (default 1, 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 0, type number, scope instance)
UseWebDavP
Flag to determine if WebDav is active. A flag of 1 (true) means WebDav is active and we will show WebDav links. (default 0, type number, scope instance)


Bug Tracker Summary for Package: file-storage

Open Bugs: 21
All Tracked Issues: 133
Latest Bug Opened: 2014-10-31 *.adp files return 404 when view attempted
Latest Bug Fixed: 2017-07-11 acs-subsite TmpDir parameter might not be valid on certain OS .
Top Bug Submitters: Nima Mazloumi (7) Lars Pind (6) Eduardo Pérez (5) Olga C. Santos (5) Malte Sussdorff (5)
Top Bug Fixers: Dave Bauer (48) Lars Pind (13) Don Baccus (9) Gustaf Neumann (8) Jeff Davis (7) Malte Sussdorff (6) Jeroen van Dongen (5)


Code Metrics Summary for Package: file-storage

# Tcl Procs 99
# Tcl Lines 2971
# Tcl Blank Lines 453
# Tcl Comment Lines 199
# Automated Tests 12
# Stored Procedures PG: 22 ORA: 32
# SQL Lines PG: 1247 (blank 188 comments 245) ORA: 996 (blank 110 comments 178)
# ADP pages 23
# ADP lines 310
# Include pages (file-storage/lib/) 3
# Documentation pages 3 (Package Documentation)
# Documentation lines 583
Browse Source API-browser
Github Repository: https://github.com/openacs/file-storage/tree/oacs-5-10

 

File Storage also has an AJAX front end available.

Documentation: (NLA) http://www.solutiongrove.com/docwiki/AJAXFS_Documentation
 

File Storage Includelet

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

Package Specification Summary for Package: file-storage-includelet

Summary:
Description:
Maturity: New Submission or Maturity Unknown
This package depends on: file-storage layout-manager
Packages that depend on file-storage-includelet: None
Package parameters:
ShowParametersLinkP
Should we link to the file-storage instance's parameter settings page? (default 1, type number, scope instance)
pretty_name
The name to show in the title bar of a portlet (default #file-storage-includelet.pretty_name#, type string, scope instance)


Bug Tracker Summary for Package: file-storage-includelet

There is no package with the name "file-storage-includelet" known to bug-tracker.



Code Metrics Summary for Package: file-storage-includelet

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

 

File Manager

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

Package Specification Summary for Package: file-manager

Summary: lightweight file-system based content-management application
Description: Provides a simple interface to upload and modify documents directly in the filesystem. An alternative to ftp which uses the built in authentication of OpenACS.
Maturity: New Submission or Maturity Unknown
This package depends on: acs-kernel version-control
Packages that depend on file-manager: None
Package parameters:
file-manager: Extensions
Extensions of files that can edited/uploaded; comma-separated list, no spaces (default html,htm,jpg,gif, type string, scope instance)
file-manager: Ignore
directories to ignore (default admin,CVS, type string, scope instance)
file-manager: ManagedDirectories
directories to manage (relative to server page root) (default , type string, scope instance)
file-manager: VersionControlP
Use version control? (default 0, type number, scope instance)


Bug Tracker Summary for Package: file-manager

Open Bugs: 2
All Tracked Issues: 9
Latest Bug Opened: 2003-11-29 File Manager throws error when in web root
Latest Bug Fixed: 2006-01-25 File upload relies on the existance of an executable at /bin/file.
Top Bug Submitters: Tilmann Singer (4) Richard Hamilton (3) Gregor Obernosterer (1) bill kellerman (1)
Top Bug Fixers: Jeff Davis (3) Tilmann Singer (2) Lars Pind (1) Frank N. (1)


Code Metrics Summary for Package: file-manager

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

 

Feed parser

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

Package Specification Summary for Package: feed-parser

Summary: Parser for various XML-based news feed formats
Description: This package provides a general parser for a variety of XML-based news feed formats, including RSS 0.92/2.0, RSS 1.0 (RDF) and Atom. It supports some of the widely used features of these formats, but not many extensions. Results are returned in a Tcl array-list.
Maturity: New Submission or Maturity Unknown
This package depends on: None
Packages that depend on feed-parser: news-aggregator
Package parameters: None


Bug Tracker Summary for Package: feed-parser

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: feed-parser

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

 

Facebook API

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

Package Specification Summary for Package: facebook-api

Summary: Implements Facebook API
Description: Implements Facebook API with helper tcl procedures to handle requests to the REST XML API. As of 0.2d, supports remote authentication via facebook. 0.3d, change integer types for uids to bigint.
Maturity: New Submission or Maturity Unknown
This package depends on: None
Packages that depend on facebook-api: None
Package parameters: None


Bug Tracker Summary for Package: facebook-api

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



Code Metrics Summary for Package: facebook-api

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

 

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

 

Next Page
previous January 2026
Sun Mon Tue Wed Thu Fri Sat
28 29 30 31 1 2 3
4 (1) 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 (2) 30 31

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