Filtered by date 2013-09-12, 11 - 20 of 34 Postings (
all,
summary)
Created by Emmanuelle Raffenne, last modified by Gustaf Neumann 12 Sep 2013, at 11:38 AM
Package Specification Summary for Package: bookmarks
| Summary: |
Web based user bookmark application. |
| Description: |
User bookmark management package with the following functionality:
<ul>
<li>Adding bookmarks when browsing with the help of a Bookmarklet (a Bookmark in the browser that contains Javascript instead of a URL).</li>
<li>Sorting by name and access date</li>
<li>Enhanced access permissions including toggling between private and public.</li>
<li>Display of keywords and descriptions of URLs (fetched with ns_httpget)
<li>Bookmarks are viewed in a tree structure with open/collapse functionality of folders. Alternatively the bookmarks can be viewed in a Javascript version.</li>
<li>Importing/exporting bookmarks from/to Netscape and IE browsers</li>
<li>Checking for broken or changed URLs</li>
<li>Display of the most popular hosts and URLs in the community</li>
</ul>
|
| Documentation: |
Package Documentation |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
acs-kernel |
| Packages that depend on bookmarks: |
None |
| Package parameters: |
- MostPopularHostsAndURLsMaxN
- Max number of hosts respectively URLs that will be shown on the most popular bookmarks page (default 10, type number, scope instance)
- URLDescriptionMaxLength
- Max length of the meta description that is fetched from the html code of a page and stored in the database (default 1000, type number, scope instance)
- URLKeywordsMaxLength
- Max length of the keyword string that is fetched from an HTML page and stored in the database (default 1000, type number, scope instance)
- URLTitleMaxLength
- Max length of the title fetched from the title-tag of an html page and stored in the database (default 100, type number, scope instance)
|
Bug Tracker Summary for Package: bookmarks
Code Metrics Summary for Package: bookmarks
| # Tcl Procs |
16 |
| # Tcl Lines |
280 |
| # Tcl Blank Lines |
66 |
| # Tcl Comment Lines |
9 |
| # Automated Tests |
0 |
| # Stored Procedures |
PG: 11 ORA: 32 |
| # SQL Lines |
PG: 888 (blank 137 comments 104)
ORA: 755 (blank 117 comments 74) |
| # ADP pages |
22 |
| # ADP lines |
671 |
| # Include pages (bookmarks/lib/) |
0 |
| # Documentation pages |
0
(Package Documentation)
|
| # Documentation lines |
0 |
| Browse Source |
API-browser |
| Github Repository: |
https://github.com/openacs/bookmarks/tree/oacs-5-10
|
Created by Emmanuelle Raffenne, last modified by Gustaf Neumann 12 Sep 2013, at 11:35 AM
Package Specification Summary for Package: auth-server
| Summary: |
Allows OpenACS to act as an authentication server for a single-sign-on environment. |
| Description: |
|
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
None |
| Packages that depend on auth-server: |
None |
| Package parameters: |
None
|
Bug Tracker Summary for Package: auth-server
There is no package with the name "auth-server" known to bug-tracker.
Code Metrics Summary for Package: auth-server
| # 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-server/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/auth-server/tree/oacs-5-10
|
Created by Philip Jensen, last modified by Gustaf Neumann 12 Sep 2013, at 11:29 AM
Package Specification Summary for Package: adserver
| Summary: |
Serve banner ads to users and monitor clickthroughs |
| Description: |
Create ad groups and ads and server banners in random rotation with display and clickthrough statistics recorded |
| Maturity: |
Immature |
| This package depends on: |
acs-kernel |
| Packages that depend on adserver: |
None |
| Package parameters: |
- BaseImagePath
- Base pathname to ad images. The pathname follows Tcl filename conventions. If the path starts with a '/', a backslash, or it's second character is a ':', then it is considered to be an absolute pathname in your file system. Otherwise, it is relative to the pageroot of the webserver. E.g., a BaseImagePath of '/home/ads' implies that ad images are found in '/home/ads/', while an BaseImagePath of 'ads' implies that images should be placed in the directory '[ns_info pageroot]/ads/' directory. (default ads, type string, scope instance)
- CacheRefresh
- Time (in seconds) to memoize parameters and other elements. Memoized itself, it takes five minutes before this parameter becomes updated. (default 600, type number, scope instance)
- DefaultAdImage
- The default ad image to return if no other ads can be found, or if an error occurs. (default arsdigita.gif, type string, scope instance)
- DefaultAdLocalP
- Is the default Ad local to your server? (1 for yes, 0 for no) (default 1, type number, scope instance)
- DefaultAdTargetURL
- The default Target URL to associate with the DefaultAdImage. (default http://openacs.org, type string, scope instance)
- DetailedPerUserLoggingP
- If 1, then detailed per ad, per hit details are kept for each user (default 0, type number, scope instance)
|
Bug Tracker Summary for Package: adserver
Code Metrics Summary for Package: adserver
| # 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 (adserver/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/adserver/tree/oacs-5-10
|
Created by Nick Carroll, last modified by Gustaf Neumann 12 Sep 2013, at 11:24 AM
Package Specification Summary for Package: acs-interface
| Summary: |
Define interfaces for object types. |
| Description: |
Stores metadata for a label and a set of methods. Objects can register their package that provides these methods. Used by Site Wide Search. |
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
acs-kernel |
| Packages that depend on acs-interface: |
site-wide-search |
| Package parameters: |
None
|
Bug Tracker Summary for Package: acs-interface
| 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: acs-interface
| # Tcl Procs |
0 |
| # Tcl Lines |
0 |
| # Tcl Blank Lines |
1 |
| # Tcl Comment Lines |
0 |
| # Automated Tests |
0 |
| # Stored Procedures |
PG: 0 ORA: 0 |
| # SQL Lines |
PG: 0 (blank 1 comments 0)
ORA: 0 (blank 1 comments 0) |
| # ADP pages |
0 |
| # ADP lines |
0 |
| # Include pages (acs-interface/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/acs-interface/tree/oacs-5-10
|
Created by Gustaf Neumann, last modified by Gustaf Neumann 12 Sep 2013, at 10:57 AM
Package Specification Summary for Package: chat-portlet
| Summary: |
|
| Description: |
|
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
dotlrn new-portal chat |
| Packages that depend on chat-portlet: |
dotlrn-chat |
| Package parameters: |
None
|
Bug Tracker Summary for Package: chat-portlet
| 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: chat-portlet
| # 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 (chat-portlet/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/chat-portlet/tree/oacs-5-10
|
Created by Robert Taylor, last modified by Gustaf Neumann 12 Sep 2013, at 09:17 AM
Package Specification Summary for Package: recruiting-portlet
| Summary: |
|
| Description: |
|
| Maturity: |
New Submission or Maturity Unknown |
| This package depends on: |
new-portal recruiting |
| Packages that depend on recruiting-portlet: |
None |
| Package parameters: |
None
|
Bug Tracker Summary for Package: recruiting-portlet
| 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: recruiting-portlet
| # 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 (recruiting-portlet/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/recruiting-portlet/tree/oacs-5-10
|
Created by Emmanuelle Raffenne, last modified by Gustaf Neumann 12 Sep 2013, at 09:11 AM
Package Specification Summary for Package: evaluation-portlet
| Summary: |
Portlet for the "new-portal" system for the evaluation package |
| Description: |
|
| Maturity: |
Mature |
| This package depends on: |
evaluation |
| Packages that depend on evaluation-portlet: |
dotlrn-evaluation |
| Package parameters: |
None
|
Bug Tracker Summary for Package: evaluation-portlet
Code Metrics Summary for Package: evaluation-portlet
| # Tcl Procs |
44 |
| # Tcl Lines |
703 |
| # Tcl Blank Lines |
128 |
| # Tcl Comment Lines |
19 |
| # Automated Tests |
29 |
| # Stored Procedures |
PG: 0 ORA: 0 |
| # SQL Lines |
PG: 0 (blank 1 comments 0)
ORA: 0 (blank 1 comments 0) |
| # ADP pages |
3 |
| # ADP lines |
63 |
| # Include pages (evaluation-portlet/lib/) |
2 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/evaluation-portlet/tree/oacs-5-10
|
Created by Emmanuelle Raffenne, last modified by Gustaf Neumann 12 Sep 2013, at 09:05 AM
Package Specification Summary for Package: calendar-portlet
| Summary: |
Portlet for the "new-portal" system for the calendar package |
| Description: |
|
| Maturity: |
Mature |
| This package depends on: |
calendar new-portal |
| Packages that depend on calendar-portlet: |
dotlrn-calendar |
| Package parameters: |
- force_region
- the portal region to add the calendar portlet (default 2, type number, scope instance)
- full_portlet_pretty_name
- Description of Full Calendar Pretty Name (default #calendar-portlet.full_portlet_pretty_name#, type string, scope instance)
- pretty_name
- Pretty Name (default #calendar-portlet.pretty_name#, type string, scope instance)
|
Bug Tracker Summary for Package: calendar-portlet
Code Metrics Summary for Package: calendar-portlet
| # Tcl Procs |
30 |
| # Tcl Lines |
551 |
| # Tcl Blank Lines |
86 |
| # Tcl Comment Lines |
107 |
| # Automated Tests |
13 |
| # Stored Procedures |
PG: 16 ORA: 0 |
| # SQL Lines |
PG: 1122 (blank 197 comments 213)
ORA: 933 (blank 150 comments 159) |
| # ADP pages |
4 |
| # ADP lines |
244 |
| # Include pages (calendar-portlet/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/calendar-portlet/tree/oacs-5-10
|
Created by Emmanuelle Raffenne, last modified by Gustaf Neumann 12 Sep 2013, at 09:04 AM
Package Specification Summary for Package: assessment-portlet
| Summary: |
Portlet for the "new-portal" system for the Assessment package |
| Description: |
|
| Maturity: |
Mature |
| This package depends on: |
assessment new-portal |
| Packages that depend on assessment-portlet: |
dotlrn-assessment |
| Package parameters: |
None
|
Bug Tracker Summary for Package: assessment-portlet
| 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: assessment-portlet
| # Tcl Procs |
24 |
| # Tcl Lines |
410 |
| # Tcl Blank Lines |
76 |
| # Tcl Comment Lines |
16 |
| # Automated Tests |
3 |
| # Stored Procedures |
PG: 0 ORA: 0 |
| # SQL Lines |
PG: 0 (blank 1 comments 0)
ORA: 0 (blank 1 comments 0) |
| # ADP pages |
2 |
| # ADP lines |
25 |
| # Include pages (assessment-portlet/lib/) |
0 |
| # Documentation pages |
0
|
| # Documentation lines |
0 |
| Browse Source |
Not installed |
| Github Repository: |
https://github.com/openacs/assessment-portlet/tree/oacs-5-10
|
Created by OpenACS community, last modified by Gustaf Neumann 12 Sep 2013, at 09:00 AM
Status
pre-release
Introduction
Part of the ecommerce-g2 project
Feature requests
add feature requests here