• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.

    • -0
    • +8
    ./contrib/packages/irc-logger/ChangeLog
Changes from arch/CVS synchronization

    • -0
    • +1
    ./contrib/packages/irc-logger/ChangeLog
    • -5
    • +6
    ./contrib/packages/irc-logger/perl/logger
  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

    • -3
    • +4
    ./packages/feed-parser/feed-parser.info
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.

    • -1
    • +3
    ./packages/bookmarks/www/bookmark-header.tcl
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

Fixed bug #1718, copying a community failed in Postgres because of an

unported Oracle query.

    • -11
    • +2
    ./packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl
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

Adds a proc that returns category trees when given a list of object_ids.

This is used to greatly speed up logger.

(Note: I used untabify on tcl/category-tree-procs.tcl Sorry, won't do it

again -- did it before I realized what a pain it was!)

Add a proc for returning the name of an organization when given the ID.

Bump the version number to 0.3d

Fix bug#1749. Icon goes to download url. Download index.vuh accepts

optional file_id for consistent download urls

    • -4
    • +5
    ./packages/file-storage/www/folder-chunk.tcl
    • -2
    • +7
    ./packages/file-storage/www/download/index.vuh
The 'Show files that use this message' functionality used to also find keys like acs-kernel.foo_bar when searching for acs-kernel.foo, fixed. Not touching the acs-lang.localization-* lookups because I don't know how to test this.

Change title instead of filename on rename.

    • -2
    • +2
    ./packages/file-storage/www/file-edit-2.tcl
    • -0
    • +12
    ./packages/file-storage/www/file-edit-2.xql
    • -5
    • +2
    ./packages/file-storage/www/file-edit.tcl
    • -0
    • +1
    ./packages/file-storage/www/file-oracle.xql
file file-edit-2.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./packages/file-storage/www/file-edit-2.xql
Minor cosmetic change vs. 1858

Return content as string when string_p is true for file storage type.

Fixed bug#1823

fixing bug 1809

Recreate view template on upgrade

Further fixing of bug #1858

Move file-storage-dav-install-procs.tcl to file-storage-install-procs.tcl

file file-storage-install-procs.tcl was initially added on branch oacs-5-1.

Check for html before processing content through ad_html_text_convert.