View · Index

Weblog

Showing 331 - 340 of 693 Postings (summary)

Q-Forms

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

Package Specification Summary for Package: q-forms

Summary: Provides code for building forms dynamically in tcl
Description: Provides qf_* form bulding and interpreting procedures, especially designed for building forms dynamically.
Maturity: Immature
This package depends on: None
Packages that depend on q-forms: accounts-finance
Package parameters: None


Bug Tracker Summary for Package: q-forms

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



Code Metrics Summary for Package: q-forms

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

 

Project Manager

Created by Malte Sussdorff, last modified by Benjamin Brink 22 Oct 2016, at 03:51 AM

Package Specification Summary for Package: project-manager

Summary: Project management tool for OpenACS
Description: Track tasks, estimates and actual progress for a project. See the <a href="http://openacs.org/projects/dotwrk/project_management/">project page</a> for more information.
Maturity: New Submission or Maturity Unknown
This package depends on: acs-datetime acs-mail-lite acs-subsite acs-templating calendar categories dynamic-types general-comments logger notifications organizations ratings
Packages that depend on project-manager: project-manager-portlet
Package parameters:
All: UseBulkP
If set to 1 the user can edit multiple tasks at once (default 0, type number, scope instance)
Comments: CommentGroups
Semikolon seperated list of group names to be used in comments. If you are sending comments the members of each of the groups will be presented as possible recipients of the comment in addition to the assignees. (default DPM;FPM;Account Manager;Entrance;Management;German Proof;Foreign Proof, type number, scope instance)
Comments: CreateForumP
If set to 1 a forum will be created for each project. Default 0. (default 0, type number, scope instance)
Comments: PrintAttachmentsP
If set to 1 the comment portlet will show full information and link to the attachements. Default 1. (default 1, type number, scope instance)
Comments: PrintContentP
If set to 1 the comment portlet will show full content of the comment. Otherwise it will only show title. Default 1. (default 1, type number, scope instance)
Comments: PrintUserInfoP
If set to 1 the comment portlet will show the user information associated with the comment. Default 1. (default 1, type number, scope instance)
Layout: DefaultPortletLayoutP
The src path for the layout to user on project manager portlets master tag (default /packages/project-manager/lib/portlet, type string, scope instance)
Layout: HideWatchersP
Set if to 1 if you want to hide watchers in the assignee list or to 0 if you don't. Default 0 (default 0, type number, scope instance)
Layout: UsernameInsteadofFullnameP
If set to "t" then it will show the username instead of the fullname of the user. Default "t". (default t, type string, scope instance)
PERT: UseUncertainCompletionTimesP
Uses PERT-style completion times, which factors in uncertainty into calculations and allows for probability estimates for on-time project completion. Set to 1 to use. (default 1, type number, scope instance)
Ratings: RatedGroup
Groupname of the group, whose members are being rated (default , type string, scope instance)
Templates: ProjectAdd
The template for adding/editing of an individual project (default /packages/project-manager/templates/project-ae, type string, scope instance)
Templates: ProjectList
The template for display of the list of projects (default /packages/project-manager/lib/projects, type string, scope instance)
Templates: ProjectOne
The template for display of an individual project (default /packages/project-manager/templates/project-one, type string, scope instance)
Templates: TaskAdd
The template for the adding/editing of an individual task (default /packages/project-manager/templates/task-ae, type string, scope instance)
Templates: TaskOne
The template for the display of an individual task (default /packages/project-manager/templates/task-one, type string, scope instance)
email: EnvelopePrefix
Default prefix for outgoing email. If left empty, system will use the causing user's email. (default 1, type string, scope instance)
email: ExcludeObserversFromEMailP
Boolean that if this is set to true, exclude all assignees who are only observers from the list of users to choose from to send an email when adding a comment. Default to f (default f, type string, scope instance)
email: SendAssignEmailsP
If set to 1, emails will be send for task and project assignments. Can be overwritten by specifiying send_mail_p as a parameter to the procedures (default 1, type string, scope instance)
email: SendDailyEmail
Whether or not to send a daily email reminder to all people who are assigned tasks. A 1 indicates yes, and a 0 indicates no. (default 0, type number, scope instance)
project-manager: AssignGroupP
Allows to assign a group instead of a user to projects and tasks. Set it to 1 if you want to allow this functionallity and to 0 if you don't. Default 0 (default 0, type number, scope instance)
project-manager: UseDayInsteadOfHour
Use day measurements instead of hour measurements. t or f. (default f, type string, scope instance)
projects: HideDoneTaskP
If set to 1, tasks that are done will be hidden (default 1, type number, scope instance)
projects: OngoingByDefaultP
If set to t, then projects are by default ongoing (no deadline), unless the user selects otherwise. If set to f, then projects by default have a deadline. (default f, type string, scope instance)
projects: UseGoalP
If set to 1, then shows the option of including project goals (default 1, type number, scope instance)
projects: UseProjectCustomizationsP
This allows you to use the project-manager-custom-create and drop scripts to add extra columns to your projects table. When creating or editing a project, you will have a second page that you can customize for your company's specific needs, add-edit-2. If you have set up no customization, set to 0, otherwise, set to 1. You should leave this set to 0 unless you have a programmer who has done local modifications to the code! (default 0, type number, scope instance)
projects: UseSubprojectsP
Currently, subprojects are implemented in the data model, but they are not perfectly reflected in the UI. So they work about 90%. By default, the option to see and manipulate subprojects is not included. You can allow it if you would prefer to see subprojects. Changing this value does nothing to your data, it just hides subproject options. (default 1, type number, scope instance)
projects: UseUserProjectCodesP
If set to 1, then the user can set user-specified project codes. Otherwise, not shown (default 1, type number, scope instance)
tasks: ShowObserverTasksP
If set to 1, then the user will see all his tasks, even if he is only an observer. Otherwise, not shown (default 0, type number, scope instance)


Bug Tracker Summary for Package: project-manager

Open Bugs: 15
All Tracked Issues: 112
Latest Bug Opened: 2009-07-23 Should have dependency on acs-developer-support v5.4.3b1
Latest Bug Fixed: 2006-06-22 Requires ratings 0.1d1.
Top Bug Submitters: Jade Rubick (72) Richard Hamilton (11) Malte Sussdorff (7) Rocael Hernández Rizzardini (4) Alex Kroman (4)
Top Bug Fixers: Jade Rubick (85) Alex Kroman (7) Malte Sussdorff (6)


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

 

Profile provider

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

Package Specification Summary for Package: profile-provider

Summary:
Description:
Maturity: Mature
This package depends on: acs-service-contract
Packages that depend on profile-provider: dotlrn user-profile
Package parameters: None


Bug Tracker Summary for Package: profile-provider

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: profile-provider

# Tcl Procs 0
# Tcl Lines 0
# Tcl Blank Lines 1
# Tcl Comment Lines 0
# Automated Tests 0
# Stored Procedures PG: 3 ORA: 4
# SQL Lines PG: 224 (blank 33 comments 36) ORA: 249 (blank 26 comments 68)
# ADP pages 0
# ADP lines 0
# Include pages (profile-provider/lib/) 0
# Documentation pages 0
# Documentation lines 0
Browse Source Not installed
Github Repository: https://github.com/openacs/profile-provider/tree/oacs-5-10

 

Press

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

Package Specification Summary for Package: press

Summary: Display external press coverage.
Description: Supports templated display of press coverage with templates to support bibliographic style display and excerpts of print and web based external press converage.
Maturity: New Submission or Maturity Unknown
This package depends on: acs-content-repository acs-datetime acs-kernel
Packages that depend on press: None
Package parameters:
ActiveDays
number of days a press item remains active (default 14, type number, scope instance)
ClickThroughP
do we use clickthrough tracking for the press coverage page? (default 0, type number, scope instance)
DisplayMax
maximum number of press items displayed per page (default 10, type number, scope instance)


Bug Tracker Summary for Package: press

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: press

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

 

Postal Address

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

Package Specification Summary for Package: postal-address

Summary: An implementation of HR-XML's address standard.
Description: This is an implementation of HR-XML's address standard.<p>Originally part of Contacts-Lite, now a service.
Maturity: New Submission or Maturity Unknown
This package depends on: acs-kernel acs-reference ref-countries
Packages that depend on postal-address: ams
Package parameters:
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)
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)
DefaultStreetLines
Maximum number of lines of text the street address may have (default 3, type number, scope instance)
DefaultStreetSize
Maximum number of characters the street address might have (default 100, type number, scope instance)


Bug Tracker Summary for Package: postal-address

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: postal-address

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

 

Post Card

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

Package Specification Summary for Package: postcard

Summary: Send electronics postcards
Description: Allows users to send postcards (images w/ text). It is an adaptation of Henry Minsky's postcard tutorial application.
Maturity: New Submission or Maturity Unknown
This package depends on: acs-mail-lite
Packages that depend on postcard: None
Package parameters: None


Bug Tracker Summary for Package: postcard

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: postcard

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

 

Poll

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

Package Specification Summary for Package: poll

Summary: Simple polling module.
Description: A module for conducting simple polls on your website.
Maturity: New Submission or Maturity Unknown
This package depends on: None
Packages that depend on poll: None
Package parameters: None


Bug Tracker Summary for Package: poll

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



Code Metrics Summary for Package: poll

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

 

Review of the utility poll and his posterior integration with the platform dotLRN.

This package allows in a course or community, to realize simple public-opinion polls to the group. http://pizarra.uv.es/ficheros/index?folder%5fid=11752071

With it we will be able to explore the opinion of the group with regard to a topic in concretly. 

 

Planner

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

Package Specification Summary for Package: planner

Summary:
Description: Planner for dotlrn courses, integration with all dotlrn resources (assessment, forums, evaluation, file-storage and pages), it works using callbacks defined in each package and linking every activity to the planner data model
Maturity: New Submission or Maturity Unknown
This package depends on: ajaxhelper dotlrn pages
Packages that depend on planner: None
Package parameters:
UseActivitiesIconsP
Use an icon next to every object in the block, images are defined by object_type in planner-procs.tcl (default 1, type number, scope instance)


Bug Tracker Summary for Package: planner

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



Code Metrics Summary for Package: planner

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

 

Photo album

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

Open Bugs: 22
All Tracked Issues: 55
Latest Bug Opened: 2009-06-07 Photo Album 5.2.3 in new install of .lrn while uploading files produces permission error
Latest Bug Fixed: 2006-01-25 Photo Album uses Redhat(?) dependent Imagemagick file locations.
Top Bug Submitters: Staffan Hansson (13) Vinod Kurup (5) Ben Koot (5) Richard Hamilton (3) Jade Rubick (2)
Top Bug Fixers: Jose Pablo Escobedo Del Cid (7) Gerardo Morales (5) Enrique Catalan (4) Lars Pind (3) Jarkko Laine (3) Dave Bauer (3) Tilmann Singer (2)


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. 

Permissions Administrator

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:

  1. Assign a User to a Group
  2. Admin Groups
    • Add or Delete a Group
    • Grant any permission on any package/subsite
    • View each member and their membership relation
  3. Assign Many Users to a Group / Relational Segment
  4. View All Groups and Permissions
  5. View Reports on Groups, Permissions and related objects.
  6. 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.

 

 

 

 

 

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