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
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 thatdisplays all the values of all form elements.
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!)
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.
Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causingthe reported error on installation. Fixed by changing the name to "edit_name"and implemented it for PG as well (to keep names similar)