Showing 341 - 350 of 695 Postings (
summary)
Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 03:49 AM
Package Specification Summary for Package: photo-album
| Summary: |
Organization, editing and display of user uploaded photos. |
| Description: |
A photo album application that provides photo display and grouping
functionality using the ACS Content Repository.
<p>
Allows users to upload photos, store and edit attributes, and group
photos into albums and folders. Supports permissioning, exif data, and user clipboards.
<p>
Requires installation of ImageMagick and jhead on host machine. See design doc
for details.
|
| Documentation: |
Package Documentation |
| Maturity: |
Immature |
| This package depends on: |
acs-content-repository acs-kernel acs-templating |
| Packages that depend on photo-album: |
ajax-photoalbum-ui dotlrn-photo-album photo-album-portlet |
| Package parameters: |
- AcceptableUploadMIMETypes
- CSV of acceptable MIME Types for Photo Upload (default image/jpeg,image/gif, type string, scope instance)
- AllowBasePhotoAccessP
- If set to t, users are presented a link to display the full sized base image from photo page. (default t, type string, scope instance)
- CheckPermissionOnImageServeP
- If set to t, the index.vuh file in the images directory runs a query to check if user has read access to photo prior to serving it. Note, setting to t can impact performance on high volume sites. (default f, type string, scope instance)
- ConverttoJpgorPng
- Flag to convert BMP to JPG automatically (default 1, type number, scope instance)
- DefaultRootFolderPrivileges
- List of grantee privilege pairs for new root folders. Grantee is either an integer or function that returns a party_id. Format as a space separated listlist (default the_public read registered_users pa_create_album registered_users pa_create_folder, type string, scope instance)
- FullTempPhotoDir
- Absolute path from computer root to path for temporary photos. (default /tmp/photo-album, type string, scope instance)
- ImageMagickPath
- Absolute path from computer root to directory containing ImageMagick executables (default /usr/bin, type string, scope instance)
- PrivilegeForCreator
- CSV of privileges to grant to creators of new objects within photo album (default admin, type string, scope instance)
- ShowShutterflyLinkP
- Set to t if you want to allow users to send selected photos to Shutterfly.com, a for-profit photo-printing service. (default f, type string, scope instance)
- ThumbnailSize
- Max Dimension for thumbnail image (default 150x150, type number, scope instance)
- ThumbnailsPerPage
- Number of thumbnail images to be displayed per album page (default 12, type number, scope instance)
- ViewerSize
- Max Dimension for viewer image (default 700x500, type number, scope instance)
|
Bug Tracker Summary for Package: photo-album
Code Metrics Summary for Package: photo-album
| # Tcl Procs |
54 |
| # Tcl Lines |
1613 |
| # Tcl Blank Lines |
234 |
| # Tcl Comment Lines |
101 |
| # Automated Tests |
0 |
| # Stored Procedures |
PG: 11 ORA: 22 |
| # SQL Lines |
PG: 878 (blank 127 comments 127)
ORA: 987 (blank 137 comments 143) |
| # ADP pages |
26 |
| # ADP lines |
625 |
| # Include pages (photo-album/lib/) |
1 |
| # Documentation pages |
9
(Package Documentation)
|
| # Documentation lines |
2650 |
| Browse Source |
API-browser |
| Github Repository: |
https://github.com/openacs/photo-album/tree/oacs-5-10
|
June 12, 2006 - Solution Grove is working on an AJAX UI for viewing photo albums for a client. We hope to contribute it back when we get time. If you need an advanced copy or want to volunteer to do integrate, test it, and contribute it to CVS please contact Caroline and Hamilton at Solutingrove.com. Its very attractive and cool. If you want a nice looking photo album definitely get in contact with us.
Created by Ryan Gallimore, last modified by Benjamin Brink 22 Oct 2016, at 03:48 AM
Package Specification Summary for Package: p-admin
| Summary: |
|
| Description: |
This package is unknown (not available at this site) |
| Maturity: |
0 |
| This package depends on: |
None |
| Packages that depend on p-admin: |
None |
| Package parameters: |
None
|
Bug Tracker Summary for Package: p-admin
There is no package with the name "p-admin" known to bug-tracker.
Code Metrics Summary for Package: p-admin
| # 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 (p-admin/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/p-admin/tree/oacs-5-10
|
Permissions Administrator Specification
Download 0.2d version
Forum Thread
Goal: Update group membership and permissions for all site packages and subsites from a single admin UI.
Features:
- Assign a User to a Group
- Admin Groups
- Add or Delete a Group
- Grant any permission on any package/subsite
- View each member and their membership relation
- Assign Many Users to a Group / Relational Segment
- View All Groups and Permissions
- View Reports on Groups, Permissions and related objects.
- Utilizes an AJAX search widget[1] to easily type and select users and packages from large lists.
Reporting
Output each user's permissions, group memberships, group permissions, and permissions granted through group assignment. This report can be filtered by the following criteria: Object Name/URL, Group, Privilege.
The report is downloadable as a CSV spreadsheet.
Notes
• Due to performance issues, the Permissions Administrator does not set or report permissions granted through inheritance. This must be maintained using the core tools.
• Only Read, Write, Create and Admin permissions can be granted or revoked with this tool.
1. An AJAX Search is a search that displays the results dynamically as you type. As you enter 'music' all the objects matching that string anywhere in its name or URL are displayed in a dropdown box underneath the search box.
Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 03:47 AM
Package Specification Summary for Package: payment-gateway
| Summary: |
Payment Gateway Service Contract |
| Description: |
This service contract defines an API for modules to interact with a credit card payment service providers. If you are upgrading from a previous version (4.x) of payment-gateway, be sure to re-install payment-gateway (in /acs-admin/apm disable and uninstall, then restart server, install as a fresh package, restart server again, then go to acs-service-contracts to install bindings, then restart server again), because the payment-gateway service contracts have changed, and an upgrade script is not yet available. |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
acs-service-contract |
| Packages that depend on payment-gateway: |
authorize-gateway ezic-gateway sample-gateway |
| Package parameters: |
None
|
Bug Tracker Summary for Package: payment-gateway
| 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: payment-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 (payment-gateway/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/payment-gateway/tree/oacs-5-10
|
Created by Gustaf Neumann, last modified by Benjamin Brink 22 Oct 2016, at 03:47 AM
Package Specification Summary for Package: pages
| Summary: |
|
| Description: |
Extends xowiki to be able to create HTML and Plain text pages as resources, it is intended to work together with the planner package for dotlrn, this packages has restricted permissions on objects and the index redirects to the planner, it is completely managed from the planner view |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
xowiki |
| Packages that depend on pages: |
planner |
| Package parameters: |
- extra_css
- One or more additional css file for this Instance (default , type string, scope instance)
- security_policy
- Define the valid operations for different kind of users. (default ::blocks::policy1, type string, scope instance)
- template_file
- Name of the ADP file to be used for viewing pages. The default value is 'blocks-view'. />
<parameter datatype= (default /packages/pages/www/blocks-view, 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 1, 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)
- 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: pages
There is no package with the name "pages" known to bug-tracker.
Code Metrics Summary for Package: pages
| # 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 (pages/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/pages/tree/oacs-5-10
|
Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 03:47 AM
Package Specification Summary for Package: page
| Summary: |
Minimal site node package |
| Description: |
a minimal package which exists primarily as a site-node placeholder for a path component (so that the context bar can be properly constructed |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
acs-kernel |
| Packages that depend on page: |
None |
| Package parameters: |
None
|
Bug Tracker Summary for Package: page
| 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: page
| # 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 (page/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/page/tree/oacs-5-10
|
Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 03:47 AM
Package Specification Summary for Package: package-builder
| Summary: |
Package Builder enables to create content types with attributes.
From this data a complete package with add/edit/delete/view forms will
be created. |
| Description: |
Create packages with versioned data. |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
acs-kernel acs-templating acs-content-repository |
| Packages that depend on package-builder: |
None |
| Package parameters: |
None
|
Bug Tracker Summary for Package: package-builder
There is no package with the name "package-builder" known to bug-tracker.
Code Metrics Summary for Package: package-builder
| # 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 (package-builder/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/package-builder/tree/oacs-5-10
|
Created by Emmanuelle Raffenne, last modified by Benjamin Brink 22 Oct 2016, at 03:46 AM
Package Specification Summary for Package: auth-pam
| Summary: |
PAM authentication drivers for acs-authentication. |
| Description: |
Implements the PAM authentication, password management, and other drivers for use with the acs-authentication service contracts. |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
acs-authentication |
| Packages that depend on auth-pam: |
None |
| Package parameters: |
None
|
Bug Tracker Summary for Package: auth-pam
There is no package with the name "auth-pam" known to bug-tracker.
Code Metrics Summary for Package: auth-pam
| # 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 (auth-pam/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/auth-pam/tree/oacs-5-10
|
Created by Gustaf Neumann, last modified by Benjamin Brink 22 Oct 2016, at 03:46 AM
Package Specification Summary for Package: acs-outdated
| Summary: |
Outdated Library functions |
| Description: |
This package contains outdated and deprecated functions. These functions might still be important as a temporary measure for application requiring the outdated functions, or it might be used as source for developers to complete some missing functionality in a better way. |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
None |
| Packages that depend on acs-outdated: |
None |
| Package parameters: |
None
|
Bug Tracker Summary for Package: acs-outdated
There is no package with the name "acs-outdated" known to bug-tracker.
Code Metrics Summary for Package: acs-outdated
| # Tcl Procs |
6 |
| # Tcl Lines |
413 |
| # Tcl Blank Lines |
62 |
| # Tcl Comment Lines |
26 |
| # 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 |
1 |
| # ADP lines |
34 |
| # Include pages (acs-outdated/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/acs-outdated/tree/oacs-5-10
|
Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 03:46 AM
Package Specification Summary for Package: organizations
| Summary: |
Implementation of HR-XML organizations datamodel. |
| Description: |
Provides the datamodel for an
implementation of the HR-XML organizations spec, but no API for
manipulating the data. Also note that the Oracle code is out of sync
with the Postgres code. The source code has comments in it indicating
what needs to be updated to make things work correctly [Jade Rubick].
|
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
acs-kernel |
| Packages that depend on organizations: |
contacts invoices project-manager |
| Package parameters: |
None
|
Bug Tracker Summary for Package: organizations
Code Metrics Summary for Package: organizations
| # 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 (organizations/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/organizations/tree/oacs-5-10
|
Created by Robert Taylor, last modified by Benjamin Brink 22 Oct 2016, at 03:45 AM
Package Specification Summary for Package: oct-election
| Summary: |
Web app for voting in OCT elections. |
| Description: |
|
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
None |
| Packages that depend on oct-election: |
None |
| Package parameters: |
None
|
Bug Tracker Summary for Package: oct-election
There is no package with the name "oct-election" known to bug-tracker.
Code Metrics Summary for Package: oct-election
| # Tcl Procs |
2 |
| # Tcl Lines |
143 |
| # Tcl Blank Lines |
21 |
| # Tcl Comment Lines |
3 |
| # Automated Tests |
0 |
| # Stored Procedures |
PG: 0 ORA: 0 |
| # SQL Lines |
PG: 35 (blank 4 comments 0)
ORA: 0 (blank 1 comments 0) |
| # ADP pages |
10 |
| # ADP lines |
107 |
| # Include pages (oct-election/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
API-browser |
| Github Repository: |
https://github.com/openacs/oct-election/tree/oacs-5-10
|