• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added catok ...

fixing bug 1809

- There's no consistent use of upper/lower case in the locale and language

columns of the ad_locales table so we need to do case insensitive searches.

- ad_locales defines the language column as char(3). Searches for 2-letter

language codes fail because (at least on PG) all 2-letter entries have a

trailing space in the database.

Handle instances where ad_locales does not contain the 2-letter language being

sought.

- improving ui

- replacing class_id with package_id

- fixing apm-callbacks

- integrating grades reports with dotnlrn (communities)

- removing unused procs

- adding javascript when uploading a group assignment

    • -116
    • +119
    /openacs-4/packages/evaluation/lib/tasks-chunk.tcl
  1. … 18 more files in changeset.
SQL queries for assessment and section storage

Assesment and section parsing

Remove old comments from the xql transition.

Fix XPaths by finding nodes from the current node.

Added the following fields to the news-aggregator data model:

- author, comment_page and pub_date to na_items

- source_title and show_description_p to na_subscriptions

Bumped version to 0.7d. This version comes before some datamodel changes to support user-configurable subscriptions and various RSS extensions.

Proper error handling in news-aggregator subscriptions page when adding a new subscription.

Parser SQL queries

Extracted SQL queries to a xql file

Preliminary assessment and section parsing

- Placed irc-logger under GNU Arch revision control.

- I'm moving over my development to GNU Arch instead of CVS.

- The GNU archive is synced w/ the OpenACS CVS repository.

- Changes to the GNU Archive are synced to CVS and vise versa.

Changes from arch/CVS synchronization

  1. … 7 more files in changeset.
Use ns_encodingforcharset to find Tcl encoding name in feed_parser::parse_feed.

Bumped feed-parser version to 0.2d now that there are (hopefully) no more dependencies on news-aggregator

feed-parser: Added code to feed_parser::parse_feed so that there is an explicit encoding conversion. This is because of an apparent change in the behavior of ns_httpget in AOLserver 4.0 where the HttpOpenCharset parameter is no longer honored

Changes to source procs in news-aggregator:

- Formatting (tabs)

- Implement source::update_all -all_sources correctly, so that the -all_sources flag actually updates all sources regardless of when they were last updated

- Now using the RSS parser in feed-parser

news-aggregator: Moved all RSS parsing procs over to the feed-parser package.

Fix for bug 942. On the test system, the query time dropped from 23s to 67ms.

Added user_name back in.

shareable_p is no longer needed. We will deal with shareable_p through the permission system of OpenACS

Added documentation on how to use Javascript and the __refreshing_p variable,

also added a section on how to troubleshoot forms using Jerry's trick that

displays all the values of all form elements.

Removed a security hole in new installations: see:

http://openacs.org/forums/message-view?message_id=187394

removing modules that are not qualified for .LRN

    • -3
    • +0
    /openacs-4/packages/dotlrn/install.xml
Fixed bug #1718, copying a community failed in Postgres because of an

unported Oracle query.

Added optional package_id parameter to allow creation of portals in apm callbacks when ad_conn package_id returns the subsite package id.

folder-chunk wants folder_id and root_folder_id. resolves bug 1854